FreeBSD: Initial import

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
pull/92/head
Slávek Banko 9 years ago
parent bb6e8f18c1
commit 595d259396

@ -0,0 +1,93 @@
SUBDIR =
SUBDIR += dependencies
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,22 @@
SUBDIR =
SUBDIR += tqmake
SUBDIR += tqt3
SUBDIR += tqt3-ibase-plugin
SUBDIR += tqt3-mysql-plugin
SUBDIR += tqt3-odbc-plugin
SUBDIR += tqt3-pgsql-plugin
SUBDIR += tqt3-sqlite-plugin
SUBDIR += tqt3-sqlite3-plugin
SUBDIR += tqtinterface
SUBDIR += akode
SUBDIR += arts
SUBDIR += avahi-tqt
SUBDIR += dbus-tqt
SUBDIR += dbus-1-tqt
SUBDIR += imlib
SUBDIR += libart-lgpl
SUBDIR += libcaldav
SUBDIR += libcarddav
.include <bsd.port.subdir.mk>

@ -0,0 +1,114 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
.include <../../trinity.port.mk>
PORTNAME= akode
COMMENT= akode plugin for aRts
MASTER_SITE_SUBDIR= a/${PORTNAME}
PORTVERSION= 2.0.2
PORTREVISION= 6
PORTEPOCH= 1
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_TDE_DEPS}
DISTNAME= ${PORTNAME}_${PORTVERSION}
DISTSRC= ${PORTNAME}-${PORTVERSION}
DIST_SUBDIR= TDE/dependencies
PREFIX= ${LOCALBASE}
OPTIONS_DEFINE= ALSA_SINK \
JACK_SINK \
OSS_SINK \
\
FFMPEG_DECODER \
MPC_DECODER \
MPEG_DECODER \
XIPH_DECODER \
\
SRC_RESAMPLER \
OPTIONS_DEFAULT=ALSA_SINK \
JACK_SINK \
OSS_SINK \
\
MPC_DECODER \
MPEG_DECODER \
XIPH_DECODER \
\
SRC_RESAMPLER \
ALSA_SINK_DESC= Alsa output plugin
JACK_SINK_DESC= Jack output plugin
OSS_SINK_DESC= OSS output plugin
FFMPEG_DECODER_DESC= FFMPEG decoder plugin (broken)
MPC_DECODER_DESC= Monkey's Audio decoder plugin
MPEG_DECODER_DESC= MPEG audio decoder plugin (including mp3)
XIPH_DECODER_DESC= FLAC/Speex/Vorbis decoder plugin
SRC_RESAMPLER_DESC= Resampler processing plugin
OPTIONS_SUB= yes
.include <bsd.port.pre.mk>
.if ${PORT_OPTIONS:MALSA_SINK}
LIB_DEPENDS+= libasound.so:${PORTSDIR}/audio/alsa-lib
CONFIGURE_ARGS+= -DWITH_ALSA_SINK="ON"
.endif
.if ${PORT_OPTIONS:MJACK_SINK}
LIB_DEPENDS+= libjack.so:${PORTSDIR}/audio/jack
CONFIGURE_ARGS+= -DWITH_JACK_SINK="ON"
.endif
.if ${PORT_OPTIONS:MOSS_SINK}
CONFIGURE_ARGS+= -DWITH_OSS_SINK="ON"
.endif
.if ${PORT_OPTIONS:MFFMPEG_DECODER}
LIB_DEPENDS+= libavformat.so:${PORTSDIR}//multimedia/ffmpeg \
libafcodec.so:${PORTSDIR}//multimedia/ffmpeg
CONFIGURE_ARGS+= -DWITH_FFMPEG_DECODER="ON"
.endif
.if ${PORT_OPTIONS:MMPC_DECODER}
CONFIGURE_ARGS+= -DWITH_MPC_DECODER="ON"
.endif
.if ${PORT_OPTIONS:MMPEG_DECODER}
LIB_DEPENDS+= libmad.so:${PORTSDIR}/audio/libmad
CONFIGURE_ARGS+= -DWITH_MPEG_DECODER="ON"
.endif
.if ${PORT_OPTIONS:MSRC_RESAMPLER}
LIB_DEPENDS+= libsamplerate.so:${PORTSDIR}/audio/libsamplerate
CONFIGURE_ARGS+= -DWITH_SRC_RESAMPLER="ON"
.endif
.if ${PORT_OPTIONS:MXIPH_DECODER}
LIB_DEPENDS+= libFLAC.so:${PORTSDIR}/audio/flac \
libspeex.so:${PORTSDIR}/audio/speex \
libvorbis.so:${PORTSDIR}/audio/libvorbis \
libvorbisfile.so:${PORTSDIR}/audio/libvorbis
CONFIGURE_ARGS+= -DWITH_XIPH_DECODER="ON"
.endif
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
-DCMAKE_INSTALL_PREFIX="${PREFIX}" \
-DPKGCONFIG_INSTALL_DIR="${PREFIX}/libdata/pkgconfig" \
\
-DWITH_LIBLTDL="OFF" \
${CONFIGURE_ARGS}
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,2 @@
SHA256 (TDE/dependencies/akode_2.0.2.orig.tar.xz) = f49cde4083d8bc2a2128f8f5f5e322daa887170b761bf71def475bd366774b11
SIZE (TDE/dependencies/akode_2.0.2.orig.tar.xz) = 326116

@ -0,0 +1,11 @@
--- a/akode/plugins/xiph_decoder/flac113_decoder.cpp
+++ b/akode/plugins/xiph_decoder/flac113_decoder.cpp
@@ -108,7 +108,7 @@
static FLAC__StreamDecoderReadStatus flac_read_callback(
const FLAC__StreamDecoder *,
FLAC__byte buffer[],
- unsigned *bytes,
+ size_t *bytes,
void *client_data)
{
FLACDecoder::private_data *data = (FLACDecoder::private_data*)client_data;

@ -0,0 +1,61 @@
Index: b/akode/lib/converter.cpp
===================================================================
--- a/akode/lib/converter.cpp
+++ b/akode/lib/converter.cpp
@@ -26,7 +26,7 @@
Converter::Converter(int sample_width) : m_sample_width(sample_width) {}
-template<typename T, typename S, template<typename T> class ArithmT, template<typename S> class ArithmS>
+template<typename T, typename S, template<typename T_Type> class ArithmT, template<typename S_Type> class ArithmS>
static bool __doFrameFP(AudioFrame* in, AudioFrame* out, int sample_width)
{
AudioConfiguration config = *in;
Index: b/akode/lib/crossfader.cpp
===================================================================
--- a/akode/lib/crossfader.cpp
+++ b/akode/lib/crossfader.cpp
@@ -27,7 +27,7 @@
CrossFader::CrossFader(unsigned int time) : time(time),pos(0) {}
// T is the input/output type, S is the fast arithmetics type, Div is a division method
-template<typename T, typename S, template<typename S> class Arithm>
+template<typename T, typename S, template<typename S_Type> class Arithm>
static bool _doFrame(AudioFrame* in, int& pos, AudioFrame* frame)
{
T** indata1 = (T**)in->data;
@@ -66,7 +66,7 @@
}
// T is the input/output type, S is the fast arithmetics type, Arithm defines devisions
-template<typename T, typename S, template<typename S> class Arithm>
+template<typename T, typename S, template<typename S_Type> class Arithm>
static bool _readFrame(AudioFrame* in, int& pos, AudioFrame* frame)
{
T** indata = (T**)frame->data;
Index: b/akode/lib/fast_resampler.cpp
===================================================================
--- a/akode/lib/fast_resampler.cpp
+++ b/akode/lib/fast_resampler.cpp
@@ -37,7 +37,7 @@
// A fast resampling by linear interpolation
// I assume you know binary arithmetics and convertions if you're reading this
// T is the input/output type, Arithm defines the used arithmetic
-template<typename T, typename S, template<typename S> class Arithm>
+template<typename T, typename S, template<typename S_Type> class Arithm>
static bool _doBuffer(AudioFrame* in, AudioFrame* out, float speed, unsigned sample_rate)
{
unsigned long vt_pos_start = 0; // virtual positions of new sample
Index: b/akode/lib/volumefilter.cpp
===================================================================
--- a/akode/lib/volumefilter.cpp
+++ b/akode/lib/volumefilter.cpp
@@ -29,7 +29,7 @@
VolumeFilter::VolumeFilter() : m_volume(0) {}
// T is the input/output type, S is the fast arithmetics type, Arithm is a division definition
-template<typename T, typename S, template<typename S> class Arithm>
+template<typename T, typename S, template<typename S_Type> class Arithm>
static bool _doFrame(AudioFrame* in, AudioFrame* out, int volume)
{
T** indata = (T**)in->data;

File diff suppressed because it is too large Load Diff

@ -0,0 +1,3 @@
aKode is a simple audio-decoding frame-work that provides a uniform interface
to decode the most common audio-formats. It also has a direct playback option
for a number of audio-outputs.

@ -0,0 +1,45 @@
bin/akode-config
bin/akodeplay
include/akode/akode_export.h
include/akode/akodelib.h
include/akode/audiobuffer.h
include/akode/audioconfiguration.h
include/akode/audioframe.h
include/akode/auto_sink.h
include/akode/buffered_decoder.h
include/akode/bytebuffer.h
include/akode/converter.h
include/akode/crossfader.h
include/akode/decoder.h
include/akode/encoder.h
include/akode/fast_resampler.h
include/akode/file.h
include/akode/framedecoder.h
include/akode/localfile.h
include/akode/magic.h
include/akode/mmapfile.h
include/akode/player.h
include/akode/pluginhandler.h
include/akode/resampler.h
include/akode/sink.h
include/akode/void_sink.h
include/akode/volumefilter.h
include/akode/wav_decoder.h
lib/libakode.la
lib/libakode.so
lib/libakode.so.2
lib/libakode.so.2.0.0
%%ALSA_SINK%%lib/libakode_alsa_sink.la
%%ALSA_SINK%%lib/libakode_alsa_sink.so
%%JACK_SINK%%lib/libakode_jack_sink.la
%%JACK_SINK%%lib/libakode_jack_sink.so
%%MPC_DECODER%%lib/libakode_mpc_decoder.la
%%MPC_DECODER%%lib/libakode_mpc_decoder.so
%%MPEG_DECODER%%lib/libakode_mpeg_decoder.la
%%MPEG_DECODER%%lib/libakode_mpeg_decoder.so
%%OSS_SINK%%lib/libakode_oss_sink.la
%%OSS_SINK%%lib/libakode_oss_sink.so
%%SRC_RESAMPLER%%lib/libakode_src_resampler.la
%%SRC_RESAMPLER%%lib/libakode_src_resampler.so
%%XIPH_DECODER%%lib/libakode_xiph_decoder.la
%%XIPH_DECODER%%lib/libakode_xiph_decoder.so

@ -0,0 +1,36 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
.include <../../trinity.port.mk>
PORTNAME= arts-trinity
COMMENT= aRts (analog realtime synthesizer) - the TDE sound system
TDE_PREVERSION= ~pre5+58dd759f
MASTER_SITE_SUBDIR= a/${PORTNAME}
PORTREVISION= 0
CATEGORIES= audio
DIST_SUBDIR= TDE/dependencies
LIB_DEPENDS+= libtqt.so:${PORTSDIR}/x11/trinity/dependencies/tqtinterface \
libasound.so:${PORTSDIR}/audio/alsa-lib \
libaudiofile.so:${PORTSDIR}/audio/libaudiofile \
libglib-2.0.so:${PORTSDIR}/devel/glib20 \
libvorbis.so:${PORTSDIR}/audio/libvorbis \
libogg.so:${PORTSDIR}/audio/libogg \
libmad.so:${PORTSDIR}/audio/libmad \
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
-DWITH_GCC_VISIBILITY="ON"
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,2 @@
SHA256 (TDE/dependencies/arts-trinity_14.0.1~pre5.orig.tar.xz) = 8d2478b80401612b5bdeff6f6b2278f997eecefe21a2e4f999c225e0e5b3f7db
SIZE (TDE/dependencies/arts-trinity_14.0.1~pre5.orig.tar.xz) = 673156

@ -0,0 +1,7 @@
aRts (analog realtime synthesizer) - the TDE sound system
aRts is a short form for "analog realtime synthesizer". aRts is highly
modular, creating and processing sound using small modules performing
specific tasks. These may create a waveform (oscillators), play samples,
filter data, add signals, perform effects like delay/flanger/chorus, or
output the data to the soundcard.

@ -0,0 +1,177 @@
bin/artscat
bin/artsc-config
bin/artsd
bin/artsdsp
bin/artsplay
bin/artsrec
bin/artsshell
bin/artswrapper
bin/mcopidl
include/arts/anyref.h
include/arts/arts_export.h
include/arts/artsflow.h
include/arts/artsflow.idl
include/arts/artsversion.h
include/arts/asyncstream.h
include/arts/audioio.h
include/arts/audiosubsys.h
include/arts/buffer.h
include/arts/bufferqueue.h
include/arts/cachedwav.h
include/arts/cache.h
include/artsc/artsc_export.h
include/artsc/artsc.h
include/arts/common.h
include/arts/connect.h
include/arts/connection.h
include/arts/convert.h
include/arts/core.h
include/arts/core.idl
include/arts/cpuinfo.h
include/arts/datapacket.h
include/arts/debug.h
include/arts/delayedreturn.h
include/arts/dispatcher.h
include/arts/dynamicrequest.h
include/arts/dynamicskeleton.h
include/arts/extensionloader.h
include/arts/factory.h
include/arts/fft.h
include/arts/flowsystem.h
include/arts/giomanager.h
include/arts/gsl/gslcommon.h
include/arts/gsl/gslconfig.h
include/arts/gsl/gslconvert.h
include/arts/gsl/gsldatacache.h
include/arts/gsl/gsldatahandle.h
include/arts/gsl/gsldatahandle-mad.h
include/arts/gsl/gsldatahandle-vorbis.h
include/arts/gsl/gsldatautils.h
include/arts/gsl/gsldefs.h
include/arts/gsl/gslengine.h
include/arts/gsl/gslfft.h
include/arts/gsl/gslfilter.h
include/arts/gsl/gslieee754.h
include/arts/gsl/gslloader.h
include/arts/gsl/gslmagic.h
include/arts/gsl/gslmath.h
include/arts/gsl/gsloscillator.h
include/arts/gsl/gslosctable.h
include/arts/gsl/gslsignal.h
include/arts/gsl/gslwavechunk.h
include/arts/gsl/gslwaveosc.h
include/arts/gslschedule.h
include/arts/idlfilereg.h
include/arts/ifacerepo_impl.h
include/arts/iomanager.h
include/arts/kmedia2.h
include/arts/kmedia2.idl
include/arts/mcopconfig.h
include/arts/mcoputils.h
include/arts/notification.h
include/arts/object.h
include/arts/objectmanager.h
include/arts/pipebuffer.h
include/arts/pool.h
include/arts/qiomanager.h
include/arts/referenceclean.h
include/arts/reference.h
include/arts/resample.h
include/arts/socketconnection.h
include/arts/soundserver.h
include/arts/soundserver.idl
include/arts/startupmanager.h
include/arts/stdsynthmodule.h
include/arts/synthschedule.h
include/arts/tcpconnection.h
include/arts/tcpserver.h
include/arts/thread.h
include/arts/type.h
include/arts/unixconnection.h
include/arts/unixserver.h
include/arts/weakreference.h
lib/libartscbackend.la
lib/libartscbackend.so
lib/libartscbackend.so.0
lib/libartscbackend.so.0.0.0
lib/libartsc.la
lib/libartsc.so
lib/libartsc.so.0
lib/libartsc.so.0.0.0
lib/libartsdsp.la
lib/libartsdsp.so
lib/libartsdsp.so.0
lib/libartsdsp.so.0.0.0
lib/libartsdsp_st.la
lib/libartsdsp_st.so
lib/libartsdsp_st.so.0
lib/libartsdsp_st.so.0.0.0
lib/libartsflow_idl.la
lib/libartsflow_idl.so
lib/libartsflow_idl.so.1
lib/libartsflow_idl.so.1.0.0
lib/libartsflow.la
lib/libartsflow.so
lib/libartsflow.so.1
lib/libartsflow.so.1.0.0
lib/libartsgsl.a
lib/libartsgslplayobject.la
lib/libartsgslplayobject.so
lib/libartsgslplayobject.so.0
lib/libartsgslplayobject.so.0.0.0
lib/libartswavplayobject.la
lib/libartswavplayobject.so
lib/libartswavplayobject.so.0
lib/libartswavplayobject.so.0.0.0
lib/libgmcop.la
lib/libgmcop.so
lib/libgmcop.so.1
lib/libgmcop.so.1.0.0
lib/libkmedia2_idl.la
lib/libkmedia2_idl.so
lib/libkmedia2_idl.so.1
lib/libkmedia2_idl.so.1.0.0
lib/libkmedia2.la
lib/libkmedia2.so
lib/libkmedia2.so.1
lib/libkmedia2.so.1.0.0
lib/libmcop.la
lib/libmcop_mt.la
lib/libmcop_mt.so
lib/libmcop_mt.so.1
lib/libmcop_mt.so.1.0.0
lib/libmcop.so
lib/libmcop.so.1
lib/libmcop.so.1.0.0
lib/libqtmcop.la
lib/libqtmcop.so
lib/libqtmcop.so.1
lib/libqtmcop.so.1.0.0
lib/libsoundserver_idl.la
lib/libsoundserver_idl.so
lib/libsoundserver_idl.so.1
lib/libsoundserver_idl.so.1.0.0
lib/mcop/Arts/DataHandlePlay.mcopclass
lib/mcop/Arts/FileInputStream.mcopclass
lib/mcop/artsflow.mcopclass
lib/mcop/artsflow.mcoptype
lib/mcop/Arts/GSLPlayObject.mcopclass
lib/mcop/Arts/Synth_ADD.mcopclass
lib/mcop/Arts/Synth_AMAN_PLAY.mcopclass
lib/mcop/Arts/Synth_AMAN_RECORD.mcopclass
lib/mcop/Arts/Synth_BUS_DOWNLINK.mcopclass
lib/mcop/Arts/Synth_BUS_UPLINK.mcopclass
lib/mcop/Arts/Synth_FREQUENCY.mcopclass
lib/mcop/Arts/Synth_MUL.mcopclass
lib/mcop/Arts/Synth_MULTI_ADD.mcopclass
lib/mcop/Arts/Synth_PLAY.mcopclass
lib/mcop/Arts/Synth_PLAY_WAV.mcopclass
lib/mcop/Arts/Synth_RECORD.mcopclass
lib/mcop/Arts/Synth_WAVE_SIN.mcopclass
lib/mcop/Arts/WaveDataHandle.mcopclass
lib/mcop/Arts/WavPlayObject.mcopclass
lib/mcop/kmedia2.mcopclass
lib/mcop/kmedia2.mcoptype
lib/mcop/soundserver.mcopclass
lib/mcop/soundserver.mcoptype
lib/pkgconfig/arts.pc

@ -0,0 +1,36 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
.include <../../trinity.port.mk>
PORTNAME= avahi-tqt
COMMENT= Avahi TQt integration library
TDE_PREVERSION= ~pre3+b76c43f6
MASTER_SITE_SUBDIR= a/${PORTNAME}
DISTSRC= ${PORTNAME}-trinity-${TDE_VERSION}${TDE_PREVERSION}
PORTREVISION= 0
CATEGORIES= net
DIST_SUBDIR= TDE/dependencies
PREFIX= ${LOCALBASE}
BUILD_DEPENDS+= tmoc:${PORTSDIR}/x11/trinity/dependencies/tqtinterface
LIB_DEPENDS+= libtqt.so:${PORTSDIR}/x11/trinity/dependencies/tqtinterface \
libavahi-common.so:${PORTSDIR}/net/avahi-app \
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
-DCMAKE_INSTALL_PREFIX="${PREFIX}" \
-DPKGCONFIG_INSTALL_DIR="${PREFIX}/libdata/pkgconfig"
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,2 @@
SHA256 (TDE/dependencies/avahi-tqt_14.0.1~pre3.orig.tar.xz) = d9a44fbe07111a880cd5a30866f26d2bb69f00cdce167d928288dbb5aa68a2a3
SIZE (TDE/dependencies/avahi-tqt_14.0.1~pre3.orig.tar.xz) = 212372

@ -0,0 +1,10 @@
Avahi TQt integration library
Avahi is a fully LGPL framework for Multicast DNS Service Discovery.
It allows programs to publish and discover services and hosts
running on a local network with no specific configuration. For
example you can plug into a network and instantly find printers to
print to, files to look at and people to talk to.
This library contains the interface to integrate the Avahi libraries
into a TQt main loop application.

@ -0,0 +1,7 @@
include/avahi-tqt/qt-watch.h
lib/libavahi-tqt.a
lib/libavahi-tqt.la
lib/libavahi-tqt.so
lib/libavahi-tqt.so.1
lib/libavahi-tqt.so.1.0.0
libdata/pkgconfig/avahi-tqt.pc

@ -0,0 +1,36 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
.include <../../trinity.port.mk>
PORTNAME= dbus-1-tqt
COMMENT= D-Bus bindings for the Trinity Qt interface
TDE_PREVERSION= ~pre5+77345c72
MASTER_SITE_SUBDIR= d/${PORTNAME}
DISTSRC= ${PORTNAME}-trinity-${TDE_VERSION}${TDE_PREVERSION}
PORTREVISION= 0
CATEGORIES= net
DIST_SUBDIR= TDE/dependencies
PREFIX= ${LOCALBASE}
BUILD_DEPENDS+= tmoc:${PORTSDIR}/x11/trinity/dependencies/tqtinterface
LIB_DEPENDS+= libtqt.so:${PORTSDIR}/x11/trinity/dependencies/tqtinterface \
libdbus-1.so:${PORTSDIR}/devel/dbus \
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
-DCMAKE_INSTALL_PREFIX="${PREFIX}" \
-DPKGCONFIG_INSTALL_DIR="${PREFIX}/libdata/pkgconfig"
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,2 @@
SHA256 (TDE/dependencies/dbus-1-tqt_14.0.1~pre5.orig.tar.xz) = ae045d83da6f678c525cf369e4387f3cd9780e21b414f93fa2264e291de02e89
SIZE (TDE/dependencies/dbus-1-tqt_14.0.1~pre5.orig.tar.xz) = 306180

@ -0,0 +1,7 @@
D-Bus bindings for the Trinity Qt interface
D-BUS is a message bus, used for sending messages between applications.
Conceptually, it fits somewhere in between raw sockets and CORBA in
terms of complexity.
This package provides bindings for the Trinity Qt TQt interface.

@ -0,0 +1,19 @@
bin/dbusxml2qt3
include/dbus-1-tqt/tqdbusconnection.h
include/dbus-1-tqt/tqdbusdataconverter.h
include/dbus-1-tqt/tqdbusdata.h
include/dbus-1-tqt/tqdbusdatalist.h
include/dbus-1-tqt/tqdbusdatamap.h
include/dbus-1-tqt/tqdbuserror.h
include/dbus-1-tqt/tqdbusmacros.h
include/dbus-1-tqt/tqdbusmessage.h
include/dbus-1-tqt/tqdbusobject.h
include/dbus-1-tqt/tqdbusobjectpath.h
include/dbus-1-tqt/tqdbusproxy.h
include/dbus-1-tqt/tqdbusunixfd.h
include/dbus-1-tqt/tqdbusvariant.h
lib/libdbus-1-tqt.la
lib/libdbus-1-tqt.so
lib/libdbus-1-tqt.so.0
lib/libdbus-1-tqt.so.0.0.0
libdata/pkgconfig/dbus-1-tqt.pc

@ -0,0 +1,36 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
.include <../../trinity.port.mk>
PORTNAME= dbus-tqt
COMMENT= TQt D-Bus inter-process communication module
TDE_PREVERSION= ~pre3+d3e3f339
MASTER_SITE_SUBDIR= d/${PORTNAME}
DISTSRC= ${PORTNAME}-trinity-${TDE_VERSION}${TDE_PREVERSION}
PORTREVISION= 0
CATEGORIES= net
DIST_SUBDIR= TDE/dependencies
PREFIX= ${LOCALBASE}
BUILD_DEPENDS+= tmoc:${PORTSDIR}/x11/trinity/dependencies/tqtinterface
LIB_DEPENDS+= libtqt.so:${PORTSDIR}/x11/trinity/dependencies/tqtinterface \
libdbus-1.so:${PORTSDIR}/devel/dbus \
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
-DCMAKE_INSTALL_PREFIX="${PREFIX}" \
-DPKGCONFIG_INSTALL_DIR="${PREFIX}/libdata/pkgconfig"
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,2 @@
SHA256 (TDE/dependencies/dbus-tqt_14.0.1~pre3.orig.tar.xz) = 8a3f713c2aeab1f59df288dfc1ba83454fc8ac8ca9fe054def31224581bcfe43
SIZE (TDE/dependencies/dbus-tqt_14.0.1~pre3.orig.tar.xz) = 381632

@ -0,0 +1,7 @@
TQt D-Bus inter-process communication module
D-BUS is a message bus, used for sending messages between applications.
Conceptually, it fits somewhere in between raw sockets and CORBA in
terms of complexity.
This package provides a TQt-style interface to D-BUS.

@ -0,0 +1,8 @@
include/dbus-1.0/dbus/connection.h
include/dbus-1.0/dbus/dbus-qt.h
include/dbus-1.0/dbus/message.h
include/dbus-1.0/dbus/server.h
lib/libdbus-tqt-1.so
lib/libdbus-tqt-1.so.0
lib/libdbus-tqt-1.so.0.0.0
libdata/pkgconfig/dbus-tqt.pc

@ -0,0 +1,44 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
.include <../../trinity.port.mk>
PORTNAME= imlib
COMMENT= A graphic library for enlightenment package
MASTER_SITE_SUBDIR= i/${PORTNAME}
PORTVERSION= 1.9.15
PORTREVISION= 16
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_TDE_DEPS}
DISTNAME= ${PORTNAME}_${PORTVERSION}
DISTSRC= ${PORTNAME}-${PORTVERSION}
DIST_SUBDIR= TDE/dependencies
PREFIX= ${LOCALBASE}
LIB_DEPENDS+= \
libpng.so:${PORTSDIR}/graphics/png \
libtiff.so:${PORTSDIR}/graphics/tiff \
libgif.so:${PORTSDIR}/graphics/giflib
USES+= autoreconf libtool
USE_XORG= sm xext x11
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc/imlib --disable-modules
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib"
CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/libpng15
MAN1= imlib-config.1 imlib_config.1
pre-configure:
@${REINPLACE_CMD} -e "s|glib-config|${GLIB_CONFIG}|" ${WRKSRC}/configure
@${REINPLACE_CMD} -e "s|@SUPPORT_LIBS@|-L${LOCALBASE}/lib @SUPPORT_LIBS@|" ${WRKSRC}/imlib-config.in
post-configure:
@${FIND} ${WRKSRC} -name "Makefile" -type f | ${XARGS} ${REINPLACE_CMD} -e \
's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g'
.include <bsd.port.mk>

@ -0,0 +1,2 @@
SHA256 (TDE/dependencies/imlib_1.9.15.orig.tar.xz) = 8e5df78cfbb6b5c16466cd2fe411bda30064ada2c69704f989b81f1ceb00e47a
SIZE (TDE/dependencies/imlib_1.9.15.orig.tar.xz) = 605220

@ -0,0 +1,46 @@
Fixes #445914.
-- Chris Lamb <chris@chris-lamb.co.uk> Sun, 18 May 2008 02:11:57 +0100
--- imlib-1.9.15.orig/gdk_imlib/misc.c
+++ imlib-1.9.15/gdk_imlib/misc.c
@@ -455,6 +455,8 @@
if (xvir[i].depth > max)
max = xvir[i].depth;
}
+ if (max > 24)
+ max = 24;
if (max > 8)
{
id->x.depth = max;
@@ -1004,6 +1006,8 @@
if (xvir[i].depth > max)
max = xvir[i].depth;
}
+ if (max > 24)
+ max = 24;
if (max > 8)
{
id->x.depth = max;
--- imlib-1.9.15.orig/Imlib/misc.c
+++ imlib-1.9.15/Imlib/misc.c
@@ -423,6 +423,8 @@
if (xvir[i].depth > max)
max = xvir[i].depth;
}
+ if (max > 24)
+ max = 24;
if (max > 8)
{
id->x.depth = max;
@@ -1026,6 +1028,8 @@
if (xvir[i].depth > max)
max = xvir[i].depth;
}
+ if (max > 24)
+ max = 24;
if (max > 8)
{
id->x.depth = max;

@ -0,0 +1,95 @@
Fixes #448360.
-- Chris Lamb <chris@chris-lamb.co.uk> Sun, 18 May 2008 02:11:57 +0100
--- imlib-1.9.15.orig/gdk_imlib/misc.c 2008-05-18 01:47:54.000000000 +0100
+++ imlib-1.9.15/gdk_imlib/misc.c 2008-05-18 02:14:13.000000000 +0100
@@ -676,6 +674,10 @@
visual = gdk_rgb_get_visual();
id->x.visual = GDK_VISUAL_XVISUAL(visual); /* the visual type */
id->x.depth = visual->depth; /* the depth of the screen in bpp */
+
+ id->x.shm = 0;
+ id->x.shmp = 0;
+ id->max_shm = 0;
#ifdef HAVE_SHM
if (XShmQueryExtension(id->x.disp))
{
@@ -691,17 +693,14 @@
id->x.last_xim = NULL;
id->x.last_sxim = NULL;
id->max_shm = 0x7fffffff;
- if (XShmPixmapFormat(id->x.disp) == ZPixmap)
+ if ((XShmPixmapFormat(id->x.disp) == ZPixmap) &&
+ (pm == True))
id->x.shmp = 1;
}
}
}
- else
#endif
- {
- id->x.shm = 0;
- id->x.shmp = 0;
- }
+
id->cache.on_image = 0;
id->cache.size_image = 0;
id->cache.num_image = 0;
@@ -937,8 +936,8 @@
}
if (p->flags & PARAMS_SHAREDPIXMAPS)
{
- if (id->x.shm)
- id->x.shmp = p->sharedpixmaps;
+ if (!p->sharedpixmaps)
+ id->x.shmp = 0;
}
if (p->flags & PARAMS_PALETTEOVERRIDE)
override = p->paletteoverride;
--- imlib-1.9.15.orig/Imlib/misc.c 2008-05-18 01:47:54.000000000 +0100
+++ imlib-1.9.15/Imlib/misc.c 2008-05-18 02:14:13.000000000 +0100
@@ -677,6 +675,10 @@
id->x.root = DefaultRootWindow(disp); /* the root window id */
id->x.visual = DefaultVisual(disp, id->x.screen); /* the visual type */
id->x.depth = DefaultDepth(disp, id->x.screen); /* the depth of the screen in bpp */
+
+ id->x.shm = 0;
+ id->x.shmp = 0;
+ id->max_shm = 0;
#ifdef HAVE_SHM
if (XShmQueryExtension(id->x.disp))
{
@@ -692,17 +694,14 @@
id->x.last_xim = NULL;
id->x.last_sxim = NULL;
id->max_shm = 0x7fffffff;
- if (XShmPixmapFormat(id->x.disp) == ZPixmap)
+ if ((XShmPixmapFormat(id->x.disp) == ZPixmap &&
+ (pm == True)))
id->x.shmp = 1;
}
}
}
- else
#endif
- {
- id->x.shm = 0;
- id->x.shmp = 0;
- }
+
id->cache.on_image = 0;
id->cache.size_image = 0;
id->cache.num_image = 0;
@@ -954,8 +953,8 @@
}
if (p->flags & PARAMS_SHAREDPIXMAPS)
{
- if (id->x.shm)
- id->x.shmp = p->sharedpixmaps;
+ if (!p->sharedpixmaps)
+ id->x.shmp = 0;
}
if (p->flags & PARAMS_PALETTEOVERRIDE)
override = p->paletteoverride;

@ -0,0 +1,24 @@
--- a/Imlib/load.c 2012-06-16 20:19:27.000000000 +0200
+++ b/Imlib/load.c 2012-06-16 20:19:56.000000000 +0200
@@ -420,6 +420,21 @@
#endif /* HAVE_LIBTIFF */
#ifdef HAVE_LIBGIF
+
+#if defined(GIFLIB_MAJOR) && defined(GIFLIB_MINOR) && ((GIFLIB_MAJOR == 4 && GIFLIB_MINOR >= 2) || GIFLIB_MAJOR > 4)
+static void PrintGifError(void) {
+#if GIFLIB_MAJOR >= 5
+ fprintf(stderr, "GIF-LIB error (exact reporting not implemented)\n");
+#else
+ const char * errorString = GifErrorString();
+ if (errorString)
+ fprintf(stderr, "GIF-LIB error: %s\n", errorString);
+ else
+ fprintf(stderr, "GIF-LIB undefined error: %d\n", GifError());
+#endif
+}
+#endif
+
unsigned char *
_LoadGIF(ImlibData * id, FILE *f, int *w, int *h, int *t)
{

@ -0,0 +1,16 @@
Fixes #437708.
-- Chris Lamb <chris@chris-lamb.co.uk> Sun, 18 May 2008 02:11:57 +0100
--- imlib/Imlib/load.c.orig 2007-08-13 23:06:20.000000000 -0300
+++ imlib/Imlib/load.c 2007-08-13 23:06:51.000000000 -0300
@@ -645,7 +645,7 @@
planes = (int)word;
fread(&word, 2, 1, file);
bpp = (int)word;
- if (bpp != 1 && bpp != 4 && bpp != 8 && bpp && 16 && bpp != 24 && bpp != 32)
+ if (bpp != 1 && bpp != 4 && bpp != 8 && bpp != 16 && bpp != 24 && bpp != 32)
{
fprintf(stderr, "IMLIB ERROR: unknown bitdepth in file\n");
return NULL;

@ -0,0 +1,19 @@
Index: b/configure.in
===================================================================
--- a/configure.in
+++ b/configure.in
@@ -17,10 +17,10 @@
dnl incase it is broken for example.
AC_ARG_ENABLE(shm, [ --enable-shm support shared memory if available [default=yes]], echo $enable_shm, enable_shm="yes")
-AM_PATH_GTK(1.2.1,[
- GDK_IMLIB="gdk_imlib utils"],[
- GDK_IMLIB=""
- AC_MSG_WARN([*** gdk_imlib will not be built ***])])
+dnl AM_PATH_GTK(1.2.1,[
+dnl GDK_IMLIB="gdk_imlib utils"],[
+dnl GDK_IMLIB=""
+dnl AC_MSG_WARN([*** gdk_imlib will not be built ***])])
AC_MSG_CHECKING(whether to build gmodulized imlib)

@ -0,0 +1,30 @@
--- imlib-1.9.15.orig/gdk_imlib/Makefile.am
+++ imlib-1.9.15/gdk_imlib/Makefile.am
@@ -15,7 +15,7 @@
libimlib_jpeg_la_LIBADD = $(JPEGLIBS) libgdk_imlib.la
libimlib_png_la_SOURCES = io-png.c
-libimlib_png_la_LDFLAGS = $(common_ldflags)
+libimlib_png_la_LDFLAGS = $(common_ldflags) -lglib
libimlib_png_la_LIBADD = $(PNGLIBS) libgdk_imlib.la
libimlib_tiff_la_SOURCES = io-tiff.c
@@ -31,7 +31,7 @@
libimlib_bmp_la_LIBADD = libgdk_imlib.la
libimlib_xpm_la_SOURCES = io-xpm.c
-libimlib_xpm_la_LDFLAGS = $(common_ldflags)
+libimlib_xpm_la_LDFLAGS = $(common_ldflags) -lX11
libimlib_xpm_la_LIBADD = libgdk_imlib.la
libimlib_ppm_la_SOURCES = io-ppm.c
@@ -86,7 +86,7 @@
modules.c
-libgdk_imlib_la_LDFLAGS = -version-info 10:15:9
+libgdk_imlib_la_LDFLAGS = -version-info 10:15:8
libgdk_imlib_la_LIBADD = $(GX_LIBS)

@ -0,0 +1,24 @@
Index: b/configure.in
===================================================================
--- a/configure.in
+++ b/configure.in
@@ -250,12 +250,13 @@
AC_CHECK_HEADER(gif_lib.h,
- [AC_CHECK_LIB(ungif, DGifOpenFileName,
- [GIFLIBS="-lungif"
- SUPPORT_LIBS="$SUPPORT_LIBS -lungif"; AC_DEFINE(HAVE_LIBGIF, 1, [ ])],
- [AC_CHECK_LIB(gif, DGifOpenFileName,
- [GIFLIBS="-lgif"
- SUPPORT_LIBS="$SUPPORT_LIBS -lgif"
+ [AC_CHECK_LIB(gif, DGifOpenFileName,
+ [GIFLIBS="-lgif"
+ SUPPORT_LIBS="$SUPPORT_LIBS -lgif"
+ AC_DEFINE(HAVE_LIBGIF, 1, [ ])],
+ [AC_CHECK_LIB(ungif, DGifOpenFileName,
+ [GIFLIBS="-lungif"
+ SUPPORT_LIBS="$SUPPORT_LIBS -lungif"
AC_DEFINE(HAVE_LIBGIF, 1, [ ])],
[AC_MSG_ERROR(*** GIF library file not found ***)],
$GX_LIBS)],

@ -0,0 +1,30 @@
diff -ru a/Imlib/load.c b/Imlib/load.c
--- a/Imlib/load.c 2015-06-21 03:21:07.000000000 +0200
+++ b/Imlib/load.c 2015-06-21 03:16:28.000000000 +0200
@@ -443,7 +443,11 @@
fd = fileno(f);
/* Apparently rewind(f) isn't sufficient */
lseek(fd, (long) 0, 0);
+#if GIFLIB_MAJOR >= 5
+ gif = DGifOpenFileHandle(fd, NULL);
+#else
gif = DGifOpenFileHandle(fd);
+#endif
if (!gif)
return NULL;
diff -ru a/gdk_imlib/io-gif.c b/gdk_imlib/io-gif.c
--- a/gdk_imlib/io-gif.c 2002-03-04 18:06:29.000000000 +0100
+++ b/gdk_imlib/io-gif.c 2015-06-21 03:15:40.000000000 +0200
@@ -30,7 +30,11 @@
fd = fileno(f);
/* Apparently rewind(f) isn't sufficient */
lseek(fd, (long) 0, 0);
+#if GIFLIB_MAJOR >= 5
+ gif = DGifOpenFileHandle(fd, NULL);
+#else
gif = DGifOpenFileHandle(fd);
+#endif
transp = -1;
data = NULL;

@ -0,0 +1,734 @@
--- imlib-1.9.15.orig/gdk_imlib/local-hack-gmodule/gmodule-dl.c
+++ imlib-1.9.15/gdk_imlib/local-hack-gmodule/gmodule-dl.c
@@ -0,0 +1,158 @@
+/* GMODULE - GLIB wrapper code for dynamic module loading
+ * Copyright (C) 1998, 2000 Tim Janik
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
+ */
+
+/*
+ * Modified by the GLib Team and others 1997-1999. See the AUTHORS
+ * file for a list of people on the GLib Team. See the ChangeLog
+ * files for a list of changes. These files are distributed with
+ * GLib at ftp://ftp.gtk.org/pub/gtk/.
+ */
+
+/*
+ * MT safe
+ */
+
+#include <dlfcn.h>
+
+/* Perl includes <nlist.h> and <link.h> instead of <dlfcn.h> on some systmes? */
+
+
+/* dlerror() is not implemented on all systems
+ */
+#ifndef LOCAL_HACK_G_MODULE_HAVE_DLERROR
+# ifdef __NetBSD__
+# define dlerror() g_strerror (errno)
+# else /* !__NetBSD__ */
+/* could we rely on errno's state here? */
+# define dlerror() "unknown dl-error"
+# endif /* !__NetBSD__ */
+#endif /* LOCAL_HACK_G_MODULE_HAVE_DLERROR */
+
+/* some flags are missing on some systems, so we provide
+ * harmless defaults.
+ * The Perl sources say, RTLD_LAZY needs to be defined as (1),
+ * at least for Solaris 1.
+ *
+ * Mandatory:
+ * RTLD_LAZY - resolve undefined symbols as code from the dynamic library
+ * is executed.
+ * RTLD_NOW - resolve all undefined symbols before dlopen returns, and fail
+ * if this cannot be done.
+ * Optionally:
+ * RTLD_GLOBAL - the external symbols defined in the library will be made
+ * available to subsequently loaded libraries.
+ */
+#ifndef RTLD_LAZY
+#define RTLD_LAZY 1
+#endif /* RTLD_LAZY */
+#ifndef RTLD_NOW
+#define RTLD_NOW 0
+#endif /* RTLD_NOW */
+/* some systems (OSF1 V5.0) have broken RTLD_GLOBAL linkage */
+#ifdef LOCAL_HACK_G_MODULE_BROKEN_RTLD_GLOBAL
+#undef RTLD_GLOBAL
+#endif /* LOCAL_HACK_G_MODULE_BROKEN_RTLD_GLOBAL */
+#ifndef RTLD_GLOBAL
+#define RTLD_GLOBAL 0
+#endif /* RTLD_GLOBAL */
+
+
+/* --- functions --- */
+static gchar*
+fetch_dlerror (void)
+{
+ gchar *msg = dlerror ();
+
+ /* make sure we always return an error message != NULL */
+
+ return msg ? msg : "unknown dl-error";
+}
+
+static gpointer
+_local_hack_g_module_open (const gchar *file_name,
+ gboolean bind_lazy)
+{
+ gpointer handle;
+
+ handle = dlopen (file_name, (bind_lazy ? RTLD_LAZY : RTLD_NOW));
+ if (!handle)
+ local_hack_g_module_set_error (fetch_dlerror ());
+
+ return handle;
+}
+
+static gpointer
+_local_hack_g_module_self (void)
+{
+ gpointer handle;
+
+ /* to query symbols from the program itself, special link options
+ * are required on some systems.
+ */
+
+ handle = dlopen (NULL, RTLD_LAZY);
+ if (!handle)
+ local_hack_g_module_set_error (fetch_dlerror ());
+
+ return handle;
+}
+
+static void
+_local_hack_g_module_close (gpointer handle,
+ gboolean is_unref)
+{
+ /* are there any systems out there that have dlopen()/dlclose()
+ * without a reference count implementation?
+ */
+ is_unref |= 1;
+
+ if (is_unref)
+ {
+ if (dlclose (handle) != 0)
+ local_hack_g_module_set_error (fetch_dlerror ());
+ }
+}
+
+static gpointer
+_local_hack_g_module_symbol (gpointer handle,
+ const gchar *symbol_name)
+{
+ gpointer p;
+
+ p = dlsym (handle, symbol_name);
+ if (!p)
+ local_hack_g_module_set_error (fetch_dlerror ());
+
+ return p;
+}
+
+static gchar*
+_local_hack_g_module_build_path (const gchar *directory,
+ const gchar *module_name)
+{
+ if (directory && *directory) {
+ if (strncmp (module_name, "lib", 3) == 0)
+ return g_strconcat (directory, "/", module_name, NULL);
+ else
+ return g_strconcat (directory, "/lib", module_name, ".so", NULL);
+ } else if (strncmp (module_name, "lib", 3) == 0)
+ return g_strdup (module_name);
+ else
+ return g_strconcat ("lib", module_name, ".so", NULL);
+}
--- imlib-1.9.15.orig/gdk_imlib/local-hack-gmodule/gmodule-local.h
+++ imlib-1.9.15/gdk_imlib/local-hack-gmodule/gmodule-local.h
@@ -0,0 +1,100 @@
+/* GMODULE - GLIB wrapper code for dynamic module loading
+ * Copyright (C) 1998 Tim Janik
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
+ */
+
+/*
+ * Modified by the GLib Team and others 1997-1999. See the AUTHORS
+ * file for a list of people on the GLib Team. See the ChangeLog
+ * files for a list of changes. These files are distributed with
+ * GLib at ftp://ftp.gtk.org/pub/gtk/.
+ */
+
+#ifndef __GMODULE_H__
+#define __GMODULE_H__
+
+#include <glib.h>
+
+#ifdef __cplusplus
+extern "C" {
+#endif /* __cplusplus */
+
+/* exporting and importing functions, this is special cased
+ * to feature Windows dll stubs.
+ */
+#define LOCAL_HACK_G_MODULE_IMPORT extern
+#ifdef NATIVE_WIN32
+# define LOCAL_HACK_G_MODULE_EXPORT __declspec(dllexport)
+#else /* !NATIVE_WIN32 */
+# define LOCAL_HACK_G_MODULE_EXPORT
+#endif /* !NATIVE_WIN32 */
+
+typedef enum
+{
+ LOCAL_HACK_G_MODULE_BIND_LAZY = 1 << 0,
+ LOCAL_HACK_G_MODULE_BIND_MASK = 0x01
+} LocalHackGModuleFlags;
+
+typedef struct _LocalHackGModule LocalHackGModule;
+typedef const gchar* (*LocalHackGModuleCheckInit) (LocalHackGModule *module);
+typedef void (*LocalHackGModuleUnload) (LocalHackGModule *module);
+
+/* return TRUE if dynamic module loading is supported */
+gboolean local_hack_g_module_supported (void);
+
+/* open a module `file_name' and return handle, which is NULL on error */
+LocalHackGModule* local_hack_g_module_open (const gchar *file_name,
+ LocalHackGModuleFlags flags);
+
+/* close a previously opened module, returns TRUE on success */
+gboolean local_hack_g_module_close (LocalHackGModule *module);
+
+/* make a module resident so local_hack_g_module_close on it will be ignored */
+void local_hack_g_module_make_resident (LocalHackGModule *module);
+
+/* query the last module error as a string */
+gchar* local_hack_g_module_error (void);
+
+/* retrive a symbol pointer from `module', returns TRUE on success */
+gboolean local_hack_g_module_symbol (LocalHackGModule *module,
+ const gchar *symbol_name,
+ gpointer *symbol);
+
+/* retrive the file name from an existing module */
+gchar* local_hack_g_module_name (LocalHackGModule *module);
+
+
+/* Build the actual file name containing a module. `directory' is the
+ * directory where the module file is supposed to be, or NULL or empty
+ * in which case it should either be in the current directory or, on
+ * some operating systems, in some standard place, for instance on the
+ * PATH. Hence, to be absoultely sure to get the correct module,
+ * always pass in a directory. The file name consists of the directory,
+ * if supplied, and `module_name' suitably decorated accoring to
+ * the operating system's conventions (for instance lib*.so or *.dll).
+ *
+ * No checks are made that the file exists, or is of correct type.
+ */
+gchar* local_hack_g_module_build_path (const gchar *directory,
+ const gchar *module_name);
+
+#ifdef __cplusplus
+}
+#endif /* __cplusplus */
+
+
+#endif /* __GMODULE_H__ */
--- imlib-1.9.15.orig/gdk_imlib/local-hack-gmodule/gmoduleconf.h
+++ imlib-1.9.15/gdk_imlib/local-hack-gmodule/gmoduleconf.h
@@ -0,0 +1,45 @@
+/* GMODULE - GLIB wrapper code for dynamic module loading
+ * Copyright (C) 1998 Tim Janik
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
+ */
+#ifndef __LOCAL_HACK_G_MODULE_CONF_H__
+#define __LOCAL_HACK_G_MODULE_CONF_H__
+
+
+#ifdef __cplusplus
+extern "C" {
+#endif /* __cplusplus */
+
+
+#define LOCAL_HACK_G_MODULE_IMPL_NONE 0
+#define LOCAL_HACK_G_MODULE_IMPL_DL 1
+#define LOCAL_HACK_G_MODULE_IMPL_DLD 2
+#define LOCAL_HACK_G_MODULE_IMPL_WIN32 3
+
+#define LOCAL_HACK_G_MODULE_IMPL LOCAL_HACK_G_MODULE_IMPL_DL
+#undef LOCAL_HACK_G_MODULE_HAVE_DLERROR
+#if (1)
+#define LOCAL_HACK_G_MODULE_HAVE_DLERROR
+#endif
+
+
+#ifdef __cplusplus
+}
+#endif /* __cplusplus */
+
+
+#endif /* __LOCAL_HACK_G_MODULE_CONF_H__ */
--- imlib-1.9.15.orig/gdk_imlib/local-hack-gmodule/gmodule-local.c
+++ imlib-1.9.15/gdk_imlib/local-hack-gmodule/gmodule-local.c
@@ -0,0 +1,418 @@
+/* GMODULE - GLIB wrapper code for dynamic module loading
+ * Copyright (C) 1998 Tim Janik
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
+ */
+
+/*
+ * Modified by the GLib Team and others 1997-1999. See the AUTHORS
+ * file for a list of people on the GLib Team. See the ChangeLog
+ * files for a list of changes. These files are distributed with
+ * GLib at ftp://ftp.gtk.org/pub/gtk/.
+ */
+
+/*
+ * MT safe
+ */
+
+#include "gmodule-local.h"
+#include "gmoduleconf.h"
+#include <errno.h>
+#include <string.h>
+
+
+/* We maintain a list of modules, so we can reference count them.
+ * That's needed because some platforms don't support refernce counts on
+ * modules e.g. the shl_* implementation of HP-UX
+ * (http://www.stat.umn.edu/~luke/xls/projects/dlbasics/dlbasics.html).
+ * Also, the module for the program itself is kept seperatedly for
+ * faster access and because it has special semantics.
+ */
+
+
+/* --- structures --- */
+struct _LocalHackGModule
+{
+ gchar *file_name;
+ gpointer handle;
+ guint ref_count : 31;
+ guint is_resident : 1;
+ LocalHackGModuleUnload unload;
+ LocalHackGModule *next;
+};
+
+
+/* --- prototypes --- */
+static gpointer _local_hack_g_module_open (const gchar *file_name,
+ gboolean bind_lazy);
+static void _local_hack_g_module_close (gpointer handle,
+ gboolean is_unref);
+static gpointer _local_hack_g_module_self (void);
+static gpointer _local_hack_g_module_symbol (gpointer handle,
+ const gchar *symbol_name);
+static gchar* _local_hack_g_module_build_path (const gchar *directory,
+ const gchar *module_name);
+static inline void local_hack_g_module_set_error (const gchar *error);
+static inline LocalHackGModule* local_hack_g_module_find_by_handle (gpointer handle);
+static inline LocalHackGModule* local_hack_g_module_find_by_name (const gchar *name);
+
+
+/* --- variables --- */
+G_LOCK_DEFINE_STATIC (LocalHackGModule);
+static LocalHackGModule *modules = NULL;
+static LocalHackGModule *main_module = NULL;
+static GStaticPrivate module_error_private = G_STATIC_PRIVATE_INIT;
+
+
+/* --- inline functions --- */
+static inline LocalHackGModule*
+local_hack_g_module_find_by_handle (gpointer handle)
+{
+ LocalHackGModule *module;
+ LocalHackGModule *retval = NULL;
+
+ G_LOCK (LocalHackGModule);
+ if (main_module && main_module->handle == handle)
+ retval = main_module;
+ else
+ for (module = modules; module; module = module->next)
+ if (handle == module->handle)
+ {
+ retval = module;
+ break;
+ }
+ G_UNLOCK (LocalHackGModule);
+
+ return retval;
+}
+
+static inline LocalHackGModule*
+local_hack_g_module_find_by_name (const gchar *name)
+{
+ LocalHackGModule *module;
+ LocalHackGModule *retval = NULL;
+
+ G_LOCK (LocalHackGModule);
+ for (module = modules; module; module = module->next)
+ if (strcmp (name, module->file_name) == 0)
+ {
+ retval = module;
+ break;
+ }
+ G_UNLOCK (LocalHackGModule);
+
+ return retval;
+}
+
+static inline void
+local_hack_g_module_set_error (const gchar *error)
+{
+ g_static_private_set (&module_error_private, g_strdup (error), g_free);
+ errno = 0;
+}
+
+
+/* --- include platform specifc code --- */
+#define SUPPORT_OR_RETURN(rv) { local_hack_g_module_set_error (NULL); }
+#if (LOCAL_HACK_G_MODULE_IMPL == LOCAL_HACK_G_MODULE_IMPL_DL)
+#include "gmodule-dl.c"
+#elif (LOCAL_HACK_G_MODULE_IMPL == LOCAL_HACK_G_MODULE_IMPL_DLD)
+#include "gmodule-dld.c"
+#elif (LOCAL_HACK_G_MODULE_IMPL == LOCAL_HACK_G_MODULE_IMPL_WIN32)
+#include "gmodule-win32.c"
+#else
+#undef SUPPORT_OR_RETURN
+#define SUPPORT_OR_RETURN(rv) { local_hack_g_module_set_error ("dynamic modules are " \
+ "not supported by this system"); return rv; }
+static gpointer
+_local_hack_g_module_open (const gchar *file_name,
+ gboolean bind_lazy)
+{
+ return NULL;
+}
+static void
+_local_hack_g_module_close (gpointer handle,
+ gboolean is_unref)
+{
+}
+static gpointer
+_local_hack_g_module_self (void)
+{
+ return NULL;
+}
+static gpointer
+_local_hack_g_module_symbol (gpointer handle,
+ const gchar *symbol_name)
+{
+ return NULL;
+}
+static gchar*
+_local_hack_g_module_build_path (const gchar *directory,
+ const gchar *module_name)
+{
+ return NULL;
+}
+#endif /* no implementation */
+
+#if defined (NATIVE_WIN32) && defined (__LCC__)
+int __stdcall
+LibMain (void *hinstDll,
+ unsigned long dwReason,
+ void *reserved)
+{
+ return 1;
+}
+#endif /* NATIVE_WIN32 && __LCC__ */
+
+
+/* --- functions --- */
+gboolean
+local_hack_g_module_supported (void)
+{
+ SUPPORT_OR_RETURN (FALSE);
+
+ return TRUE;
+}
+
+LocalHackGModule*
+local_hack_g_module_open (const gchar *file_name,
+ LocalHackGModuleFlags flags)
+{
+ LocalHackGModule *module;
+ gpointer handle;
+
+ SUPPORT_OR_RETURN (NULL);
+
+ if (!file_name)
+ {
+ G_LOCK (LocalHackGModule);
+ if (!main_module)
+ {
+ handle = _local_hack_g_module_self ();
+ if (handle)
+ {
+ main_module = g_new (LocalHackGModule, 1);
+ main_module->file_name = NULL;
+ main_module->handle = handle;
+ main_module->ref_count = 1;
+ main_module->is_resident = TRUE;
+ main_module->unload = NULL;
+ main_module->next = NULL;
+ }
+ }
+ G_UNLOCK (LocalHackGModule);
+
+ return main_module;
+ }
+
+ /* we first search the module list by name */
+ module = local_hack_g_module_find_by_name (file_name);
+ if (module)
+ {
+ module->ref_count++;
+
+ return module;
+ }
+
+ /* open the module */
+ handle = _local_hack_g_module_open (file_name, (flags & LOCAL_HACK_G_MODULE_BIND_LAZY) != 0);
+ if (handle)
+ {
+ gchar *saved_error;
+ LocalHackGModuleCheckInit check_init;
+ const gchar *check_failed = NULL;
+
+ /* search the module list by handle, since file names are not unique */
+ module = local_hack_g_module_find_by_handle (handle);
+ if (module)
+ {
+ _local_hack_g_module_close (module->handle, TRUE);
+ module->ref_count++;
+ local_hack_g_module_set_error (NULL);
+
+ return module;
+ }
+
+ saved_error = g_strdup (local_hack_g_module_error ());
+ local_hack_g_module_set_error (NULL);
+
+ module = g_new (LocalHackGModule, 1);
+ module->file_name = g_strdup (file_name);
+ module->handle = handle;
+ module->ref_count = 1;
+ module->is_resident = FALSE;
+ module->unload = NULL;
+ G_LOCK (LocalHackGModule);
+ module->next = modules;
+ modules = module;
+ G_UNLOCK (LocalHackGModule);
+
+ /* check initialization */
+ if (local_hack_g_module_symbol (module, "local_hack_g_module_check_init", (gpointer) &check_init))
+ check_failed = check_init (module);
+
+ /* we don't call unload() if the initialization check failed. */
+ if (!check_failed)
+ local_hack_g_module_symbol (module, "local_hack_g_module_unload", (gpointer) &module->unload);
+
+ if (check_failed)
+ {
+ gchar *error;
+
+ error = g_strconcat ("LocalHackGModule initialization check failed: ", check_failed, NULL);
+ local_hack_g_module_close (module);
+ module = NULL;
+ local_hack_g_module_set_error (error);
+ g_free (error);
+ }
+ else
+ local_hack_g_module_set_error (saved_error);
+
+ g_free (saved_error);
+ }
+
+ return module;
+}
+
+gboolean
+local_hack_g_module_close (LocalHackGModule *module)
+{
+ SUPPORT_OR_RETURN (FALSE);
+
+ g_return_val_if_fail (module != NULL, FALSE);
+ g_return_val_if_fail (module->ref_count > 0, FALSE);
+
+ module->ref_count--;
+
+ if (!module->ref_count && !module->is_resident && module->unload)
+ {
+ LocalHackGModuleUnload unload;
+
+ unload = module->unload;
+ module->unload = NULL;
+ unload (module);
+ }
+
+ if (!module->ref_count && !module->is_resident)
+ {
+ LocalHackGModule *last;
+ LocalHackGModule *node;
+
+ last = NULL;
+
+ G_LOCK (LocalHackGModule);
+ node = modules;
+ while (node)
+ {
+ if (node == module)
+ {
+ if (last)
+ last->next = node->next;
+ else
+ modules = node->next;
+ break;
+ }
+ last = node;
+ node = last->next;
+ }
+ module->next = NULL;
+ G_UNLOCK (LocalHackGModule);
+
+ _local_hack_g_module_close (module->handle, FALSE);
+ g_free (module->file_name);
+
+ g_free (module);
+ }
+
+ return local_hack_g_module_error() == NULL;
+}
+
+void
+local_hack_g_module_make_resident (LocalHackGModule *module)
+{
+ g_return_if_fail (module != NULL);
+
+ module->is_resident = TRUE;
+}
+
+gchar*
+local_hack_g_module_error (void)
+{
+ return g_static_private_get (&module_error_private);
+}
+
+gboolean
+local_hack_g_module_symbol (LocalHackGModule *module,
+ const gchar *symbol_name,
+ gpointer *symbol)
+{
+ gchar *module_error;
+
+ if (symbol)
+ *symbol = NULL;
+ SUPPORT_OR_RETURN (FALSE);
+
+ g_return_val_if_fail (module != NULL, FALSE);
+ g_return_val_if_fail (symbol_name != NULL, FALSE);
+ g_return_val_if_fail (symbol != NULL, FALSE);
+
+#ifdef LOCAL_HACK_G_MODULE_NEED_USCORE
+ {
+ gchar *name;
+
+ name = g_strconcat ("_", symbol_name, NULL);
+ *symbol = _local_hack_g_module_symbol (module->handle, name);
+ g_free (name);
+ }
+#else /* !LOCAL_HACK_G_MODULE_NEED_USCORE */
+ *symbol = _local_hack_g_module_symbol (module->handle, symbol_name);
+#endif /* !LOCAL_HACK_G_MODULE_NEED_USCORE */
+
+ module_error = local_hack_g_module_error ();
+ if (module_error)
+ {
+ gchar *error;
+
+ error = g_strconcat ("`", symbol_name, "': ", module_error, NULL);
+ local_hack_g_module_set_error (error);
+ g_free (error);
+ *symbol = NULL;
+
+ return FALSE;
+ }
+
+ return TRUE;
+}
+
+gchar*
+local_hack_g_module_name (LocalHackGModule *module)
+{
+ g_return_val_if_fail (module != NULL, NULL);
+
+ if (module == main_module)
+ return "main";
+
+ return module->file_name;
+}
+
+gchar*
+local_hack_g_module_build_path (const gchar *directory,
+ const gchar *module_name)
+{
+ g_return_val_if_fail (module_name != NULL, NULL);
+
+ return _local_hack_g_module_build_path (directory, module_name);
+}

@ -0,0 +1,28 @@
--- imlib-1.9.15.orig/imlib-config.in
+++ imlib-1.9.15/imlib-config.in
@@ -49,21 +49,21 @@
if test @includedir@ != /usr/include ; then
includes=-I@includedir@
fi
- echo $includes @X_CFLAGS@
+ echo $includes
;;
--cflags-gdk)
if test @includedir@ != /usr/include ; then
includes=-I@includedir@
fi
- echo `@GTK_CONFIG@ --cflags` $includes @X_CFLAGS@
+ echo `@GTK_CONFIG@ --cflags` $includes
;;
--libs)
libdirs=-L@libdir@
- echo $libdirs -lImlib @LDFLAGS@ $gx_libs @X_LIBS@ @X_PRE_LIBS@ -lXext -lX11 @X_EXTRA_LIBS@
+ echo $libdirs -lImlib
;;
--libs-gdk)
libdirs=-L@libdir@
- echo $libdirs -lgdk_imlib$gdk_gx_libs `@GTK_CONFIG@ --libs` $gdk_libs
+ echo $libdirs -lgdk_imlib
;;
*)
echo "${usage}" 1>&2

@ -0,0 +1,32 @@
--- imlib-1.9.15.orig/imlib.m4
+++ imlib-1.9.15/imlib.m4
@@ -6,7 +6,7 @@
dnl AM_PATH_IMLIB([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]])
dnl Test for IMLIB, and define IMLIB_CFLAGS and IMLIB_LIBS
dnl
-AC_DEFUN(AM_PATH_IMLIB,
+AC_DEFUN([AM_PATH_IMLIB],
[dnl
dnl Get the cflags and libraries from the imlib-config script
dnl
@@ -164,7 +164,7 @@
])
# Check for gdk-imlib
-AC_DEFUN(AM_PATH_GDK_IMLIB,
+AC_DEFUN([AM_PATH_GDK_IMLIB],
[dnl
dnl Get the cflags and libraries from the imlib-config script
dnl
@@ -291,8 +291,8 @@
LIBS="$ac_save_LIBS"
fi
fi
- IMLIB_CFLAGS=""
- IMLIB_LIBS=""
+ GDK_IMLIB_CFLAGS=""
+ GDK_IMLIB_LIBS=""
ifelse([$3], , :, [$3])
fi
AC_SUBST(GDK_IMLIB_CFLAGS)

@ -0,0 +1,16 @@
--- imlib-1.9.15.orig/Imlib/Makefile.am
+++ imlib-1.9.15/Imlib/Makefile.am
@@ -30,10 +30,10 @@
save.c \
snprintf.c
-libImlib_la_LDFLAGS = -version-info 10:15:9
+libImlib_la_LDFLAGS = -version-info 11:0:0
#libImlib_la_LDDADD = $(SUPPORT_LIBS)
libImlib_la_LIBADD = $(SUPPORT_LIBS) $(X_PRE_LIBS) \
- $(X_LIBS) $(X_EXTRA_LIBS)
+ $(X_LIBS) $(X_EXTRA_LIBS) -lX11
DEFS = -DSYSTEM_IMRC=\"$(sysconfdir)/imrc\" \
-DSYSCONFDIR=\"$(sysconfdir)\"

@ -0,0 +1,80 @@
--- a/gdk_imlib/io-png.c 2002-03-04 18:06:29.000000000 +0100
+++ b/gdk_imlib/io-png.c 2012-04-24 23:11:43.000000000 +0200
@@ -40,7 +41,7 @@
return NULL;
}
- if (setjmp(png_ptr->jmpbuf))
+ if (setjmp(png_jmpbuf(png_ptr)))
{
png_destroy_read_struct(&png_ptr, &info_ptr, NULL);
return NULL;
@@ -275,7 +276,7 @@
return NULL;
}
- if (setjmp(png_ptr->jmpbuf))
+ if (setjmp(png_jmpbuf(png_ptr)))
{
png_destroy_read_struct(&png_ptr, &info_ptr, NULL);
return NULL;
@@ -440,7 +441,7 @@
return NULL;
}
- if (setjmp(png_ptr->jmpbuf))
+ if (setjmp(png_jmpbuf(png_ptr)))
{
png_destroy_read_struct(&png_ptr, &info_ptr, NULL);
return NULL;
@@ -635,7 +636,7 @@
png_destroy_write_struct(&png_ptr, (png_infopp) NULL);
return 0;
}
- if (setjmp(png_ptr->jmpbuf))
+ if (setjmp(png_jmpbuf(png_ptr)))
{
fclose(f);
png_destroy_write_struct(&png_ptr, (png_infopp) NULL);
--- a/Imlib/load.c 2004-09-21 02:23:20.000000000 +0200
+++ b/Imlib/load.c 2010-03-28 16:23:13.000000000 +0200
@@ -192,7 +198,7 @@
png_destroy_read_struct(&png_ptr, NULL, NULL);
return NULL;
}
- if (setjmp(png_ptr->jmpbuf))
+ if (setjmp(png_jmpbuf(png_ptr)))
{
png_destroy_read_struct(&png_ptr, &info_ptr, NULL);
return NULL;
@@ -1619,7 +1619,7 @@
return 0;
fread(buf, 1, 8, f);
rewind(f);
- return (int)png_check_sig(buf, 8);
+ return (int)!png_sig_cmp(buf, 0, 8);
#else
return 0;
#endif
--- a/Imlib/save.c 2004-09-21 02:22:59.000000000 +0200
+++ b/Imlib/save.c 2012-04-27 07:19:57.000000000 +0200
@@ -342,7 +342,7 @@
png_destroy_write_struct(&png_ptr, (png_infopp) NULL);
return 0;
}
- if (setjmp(png_ptr->jmpbuf))
+ if (setjmp(png_jmpbuf(png_ptr)))
{
fclose(f);
png_destroy_write_struct(&png_ptr, (png_infopp) NULL);
--- a/Imlib/utils.c 2012-04-27 07:12:19.000000000 +0200
+++ b/Imlib/utils.c 2012-04-27 07:15:39.000000000 +0200
@@ -1982,7 +1983,7 @@
return NULL;
}
- if (setjmp(png_ptr->jmpbuf))
+ if (setjmp(png_jmpbuf(png_ptr)))
{
png_destroy_read_struct(&png_ptr, &info_ptr, NULL);
return NULL;

@ -0,0 +1,36 @@
diff -ru a/Imlib/load.c b/Imlib/load.c
--- a/Imlib/load.c 2015-06-21 03:21:07.000000000 +0200
+++ b/Imlib/load.c 2015-06-21 03:16:28.000000000 +0200
@@ -196,7 +196,7 @@
png_destroy_read_struct(&png_ptr, &info_ptr, NULL);
return NULL;
}
- if (info_ptr->color_type == PNG_COLOR_TYPE_RGB_ALPHA)
+ if (png_get_color_type(png_ptr, info_ptr) == PNG_COLOR_TYPE_RGB_ALPHA)
{
png_destroy_read_struct(&png_ptr, &info_ptr, NULL);
return NULL;
diff -ru a/Imlib/utils.c b/Imlib/utils.c
--- a/Imlib/utils.c 2015-06-21 03:21:07.000000000 +0200
+++ b/Imlib/utils.c 2015-06-21 03:16:20.000000000 +0200
@@ -1965,7 +1965,7 @@
return NULL;
}
- if (info_ptr->color_type == PNG_COLOR_TYPE_RGB_ALPHA)
+ if (png_get_color_type(png_ptr, info_ptr) == PNG_COLOR_TYPE_RGB_ALPHA)
{
png_destroy_read_struct(&png_ptr, &info_ptr, NULL);
return NULL;
diff -ru a/gdk_imlib/io-png.c b/gdk_imlib/io-png.c
--- a/gdk_imlib/io-png.c 2015-06-21 03:21:07.000000000 +0200
+++ b/gdk_imlib/io-png.c 2015-06-21 03:16:37.000000000 +0200
@@ -46,7 +46,7 @@
return NULL;
}
- if (info_ptr->color_type == PNG_COLOR_TYPE_RGB_ALPHA)
+ if (png_get_color_type(png_ptr, info_ptr) == PNG_COLOR_TYPE_RGB_ALPHA)
{
png_destroy_read_struct(&png_ptr, &info_ptr, NULL);
return NULL;

@ -0,0 +1,12 @@
--- imlib-1.9.15.orig/configure.in
+++ imlib-1.9.15/configure.in
@@ -197,7 +197,7 @@
AC_MSG_RESULT(no)
no_xshm=yes
else
- if test -f "$x_includes/X11/extensions/XShm.h"; then
+ if test -f "$x_includes/X11/extensions/XShm.h" || test -f "/usr/include/X11/extensions/XShm.h"; then
AC_MSG_RESULT(yes)
AC_DEFINE(HAVE_XSHM_H, 1, [ ])
else

@ -0,0 +1,4 @@
Imlib is a general Image loading and rendering library designed to make the
task of loading images, and obtaining X-Windows drawables a simple task, as
well as a quick one. It also aims to provide simple manipulation routines that
might be desired for common operations.

@ -0,0 +1,16 @@
bin/imlib-config
etc/imlib/im_palette-small.pal
etc/imlib/im_palette-tiny.pal
etc/imlib/im_palette.pal
etc/imlib/imrc
include/Imlib.h
include/Imlib_private.h
include/Imlib_types.h
lib/libImlib.a
lib/libImlib.so
lib/libImlib.so.11
lib/libImlib.so.11.0.0
libdata/pkgconfig/imlib.pc
libdata/pkgconfig/imlibgdk.pc
man/man1/imlib-config.1.gz
share/aclocal/imlib.m4

@ -0,0 +1,44 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
.include <../../trinity.port.mk>
PORTNAME= libart_lgpl
COMMENT= Library for high-performance 2D graphics
TDE_PREVERSION= ~pre0+634771a9
MASTER_SITE_SUBDIR= liba/libart-lgpl
DISTNAME= libart-lgpl_${TDE_VERSION}${TDE_PREVERSION:C/(~(pre|r|s)[0-9]*).*/\1/1}
DISTSRC= libart-lgpl-trinity-${TDE_VERSION}${TDE_PREVERSION}
PORTREVISION= 0
PORTEPOCH= 1
CATEGORIES= graphics
DIST_SUBDIR= TDE/dependencies
PREFIX= ${LOCALBASE}
BUILD_DEPENDS= automake:${PORTSDIR}/devel/automake
USES= libtool pathfix
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
MAKE_JOBS_UNSAFE= yes
CONFLICTS= libart-[0-9]*
do-configure:
mkdir "${WRKSRC}/.build"
cd "${WRKSRC}/.build" && ${WRKSRC}/configure
do-build:
${MAKE_CMD} -C "${WRKSRC}/.build"
do-install:
${MAKE_CMD} -C "${WRKSRC}/.build" DESTDIR=${STAGEDIR} install
post-stage:
${LN} -s libart_lgpl_2.so.2 ${STAGEDIR}${PREFIX}/lib/libart_lgpl_2.so.5
.include <bsd.port.mk>

@ -0,0 +1,2 @@
SHA256 (TDE/dependencies/libart-lgpl_14.0.1~pre0.orig.tar.xz) = 216fdeb5350b4cbbbb4ab15870d5829af13eeb22c568206ca1b5d8981ab40812
SIZE (TDE/dependencies/libart-lgpl_14.0.1~pre0.orig.tar.xz) = 277424

@ -0,0 +1,8 @@
Libart is a library of functions for 2D graphics supporting
a superset of the PostScript imaging model, designed to be
integrated with graphics, artwork, and illustration programs.
It is written in optimized C, and is fully compatible with
C++. With a small footprint of 10,000 lines of code, it is
especially suitable for embedded applications.
WWW: http://www.levien.com/libart/

@ -0,0 +1,51 @@
bin/libart2-config
include/libart-2.0/libart_lgpl/art_affine.h
include/libart-2.0/libart_lgpl/art_alphagamma.h
include/libart-2.0/libart_lgpl/art_bpath.h
include/libart-2.0/libart_lgpl/art_config.h
include/libart-2.0/libart_lgpl/art_filterlevel.h
include/libart-2.0/libart_lgpl/art_gray_svp.h
include/libart-2.0/libart_lgpl/art_misc.h
include/libart-2.0/libart_lgpl/art_pathcode.h
include/libart-2.0/libart_lgpl/art_pixbuf.h
include/libart-2.0/libart_lgpl/art_point.h
include/libart-2.0/libart_lgpl/art_rect.h
include/libart-2.0/libart_lgpl/art_rect_svp.h
include/libart-2.0/libart_lgpl/art_rect_uta.h
include/libart-2.0/libart_lgpl/art_render.h
include/libart-2.0/libart_lgpl/art_render_gradient.h
include/libart-2.0/libart_lgpl/art_render_mask.h
include/libart-2.0/libart_lgpl/art_render_svp.h
include/libart-2.0/libart_lgpl/art_rgb.h
include/libart-2.0/libart_lgpl/art_rgb_a_affine.h
include/libart-2.0/libart_lgpl/art_rgb_affine.h
include/libart-2.0/libart_lgpl/art_rgb_bitmap_affine.h
include/libart-2.0/libart_lgpl/art_rgb_pixbuf_affine.h
include/libart-2.0/libart_lgpl/art_rgb_rgba_affine.h
include/libart-2.0/libart_lgpl/art_rgb_svp.h
include/libart-2.0/libart_lgpl/art_rgba.h
include/libart-2.0/libart_lgpl/art_svp.h
include/libart-2.0/libart_lgpl/art_svp_intersect.h
include/libart-2.0/libart_lgpl/art_svp_ops.h
include/libart-2.0/libart_lgpl/art_svp_point.h
include/libart-2.0/libart_lgpl/art_svp_render_aa.h
include/libart-2.0/libart_lgpl/art_svp_vpath.h
include/libart-2.0/libart_lgpl/art_svp_vpath_stroke.h
include/libart-2.0/libart_lgpl/art_svp_wind.h
include/libart-2.0/libart_lgpl/art_uta.h
include/libart-2.0/libart_lgpl/art_uta_ops.h
include/libart-2.0/libart_lgpl/art_uta_rect.h
include/libart-2.0/libart_lgpl/art_uta_svp.h
include/libart-2.0/libart_lgpl/art_uta_vpath.h
include/libart-2.0/libart_lgpl/art_vpath.h
include/libart-2.0/libart_lgpl/art_vpath_bpath.h
include/libart-2.0/libart_lgpl/art_vpath_dash.h
include/libart-2.0/libart_lgpl/art_vpath_svp.h
include/libart-2.0/libart_lgpl/libart-features.h
include/libart-2.0/libart_lgpl/libart.h
lib/libart_lgpl_2.a
lib/libart_lgpl_2.so
lib/libart_lgpl_2.so.2
lib/libart_lgpl_2.so.2.3.21
lib/libart_lgpl_2.so.5
libdata/pkgconfig/libart-2.0.pc

@ -0,0 +1,37 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
.include <../../trinity.port.mk>
PORTNAME= libcaldav
COMMENT= libcaldav provides a C interface for caldav PIM clients
TDE_PREVERSION= ~pre0+074fd775
MASTER_SITE_SUBDIR= libc/${PORTNAME}
DISTSRC= ${PORTNAME}-trinity-${TDE_VERSION}${TDE_PREVERSION}
PORTREVISION= 0
CATEGORIES= devel
DIST_SUBDIR= TDE/dependencies
PREFIX= ${LOCALBASE}
do-configure:
cd "${WRKSRC}" && \
autoreconf -vi && \
rm -fr .build && mkdir .build && cd .build && \
${WRKSRC}/configure \
--prefix=${PREFIX} \
--mandir=${PREFIX}/share/man
post-configure:
@${FIND} ${WRKSRC} -name "Makefile" -type f | ${XARGS} ${REINPLACE_CMD} -e \
's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g'
do-build:
${MAKE_CMD} -C "${WRKSRC}/.build"
do-install:
${MAKE_CMD} -C "${WRKSRC}/.build" DESTDIR=${STAGEDIR} install
.include <bsd.port.mk>

@ -0,0 +1,2 @@
SHA256 (TDE/dependencies/libcaldav_14.0.1~pre0.orig.tar.xz) = cd3fc9397f76b68f228d6d4b960ca731be3b83f9e7f2f8caffd808e85a75e92f
SIZE (TDE/dependencies/libcaldav_14.0.1~pre0.orig.tar.xz) = 203284

@ -0,0 +1 @@
libcaldav provides a C interface for caldav PIM clients

@ -0,0 +1,10 @@
include/libcaldav/caldav.h
lib/libcaldav.a
lib/libcaldav.la
lib/libcaldav.so
lib/libcaldav.so.0
lib/libcaldav.so.0.0.6
libdata/pkgconfig/libcaldav.pc
share/doc/libcaldav/ics/add.ics
share/doc/libcaldav/ics/delete.ics
share/doc/libcaldav/ics/modify.ics

@ -0,0 +1,37 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
.include <../../trinity.port.mk>
PORTNAME= libcarddav
COMMENT= libcarddav provides a C interface for carddav PIM clients
TDE_PREVERSION= ~pre1+8a582438
MASTER_SITE_SUBDIR= libc/${PORTNAME}
PORTREVISION= 0
CATEGORIES= devel
DISTSRC= ${PORTNAME}-trinity-${TDE_VERSION}${TDE_PREVERSION}
DIST_SUBDIR= TDE/dependencies
PREFIX= ${LOCALBASE}
do-configure:
cd "${WRKSRC}" && \
autoreconf -vi && \
rm -fr .build && mkdir .build && cd .build && \
${WRKSRC}/configure \
--prefix=${PREFIX} \
--mandir=${PREFIX}/share/man
post-configure:
@${FIND} ${WRKSRC} -name "Makefile" -type f | ${XARGS} ${REINPLACE_CMD} -e \
's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g'
do-build:
${MAKE_CMD} -C "${WRKSRC}/.build"
do-install:
${MAKE_CMD} -C "${WRKSRC}/.build" DESTDIR=${STAGEDIR} install
.include <bsd.port.mk>

@ -0,0 +1,2 @@
SHA256 (TDE/dependencies/libcarddav_14.0.1~pre1.orig.tar.xz) = a87f7b923f1f12d8fef6b33bba59377fbfc0c6551d1734a19653e1a050ad6ce7
SIZE (TDE/dependencies/libcarddav_14.0.1~pre1.orig.tar.xz) = 380268

@ -0,0 +1 @@
libcarddav provides a C interface for carddav PIM clients

@ -0,0 +1,7 @@
include/libcarddav/carddav.h
lib/libcarddav.a
lib/libcarddav.la
lib/libcarddav.so
lib/libcarddav.so.0
lib/libcarddav.so.0.0.6
libdata/pkgconfig/libcarddav.pc

@ -0,0 +1,73 @@
# Created by: slavek.banko@axis.cz
# $FreeBSD$
.include <../../trinity.port.mk>
PORTNAME= tqmake
COMMENT= The build utility of the TQt from Trinity
TDE_PREVERSION= ~pre7+6ff4ab89
MASTER_SITE_SUBDIR= t/tqt-x11-free
DISTNAME= tqt-x11-free_${TDE_VERSION}${TDE_PREVERSION:C/(~(pre|r|s)[0-9]*).*/\1/1}
DISTSRC= tqt3-trinity-${TDE_VERSION}${TDE_PREVERSION}
PORTREVISION= 0
CATEGORIES= devel
DIST_SUBDIR= TDE/dependencies
PREFIX= ${LOCALBASE}
USES+= fmake
WRKSRC= ${WRKDIR}/${DISTNAME}/qmake
MAKEFILE= ${FILESDIR}/Makefile.bsd
MAKE_ENV+= FILESDIR="${FILESDIR}"
REINPLACE_ARGS= -i ""
EXTRACT_AFTER_ARGS+= \
'${EXTRACT_BASE}mkspecs' \
'${EXTRACT_BASE}src/*/*.h' \
'${EXTRACT_BASE}qmake' \
'${EXTRACT_BASE}src/tools'
OPTIONS_DEFINE= DOCS
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MDOCS}
EXTRACT_AFTER_ARGS+='${EXTRACT_BASE}doc/html/qmake*'
DOCSDIR= ${PREFIX}/share/doc/tqt3
PLIST_SUB+= DOCSDIR="${DOCSDIR}"
.endif
post-patch:
@${RM} -fr ${WRKSRC}/examples ${WRKSRC}/tutorial
@${REINPLACE_CMD} -e 's|-O2|${CXXFLAGS}|' \
-e 's|gcc|${CC}|' \
-e 's|g++|${CXX}|' \
-e 's|/usr/local|${LOCALBASE}|' \
-e 's|/usr/X11R6|${LOCALBASE}|' \
-e 's|$$(QTDIR)/bin|${PREFIX}/bin|g' \
-e 's|$$(QTDIR)/include|${PREFIX}/include/tqt3|g' \
-e 's|$$(QTDIR)/lib|${PREFIX}/lib|g' \
-e 's|$$(QTDIR)|${PREFIX}/share/tqt3|' \
-e 's|release|release thread|' \
${WRKSRC}/../mkspecs/freebsd-g++/qmake.conf
${LN} -s freebsd-g++ ${WRKSRC}/../mkspecs/default
@${REINPLACE_CMD} -e 's|@QMAKE_QTOBJS@||g' ${WRKSRC}/Makefile.unix
do-configure:
${SED} -e 's|/usr/local|${PREFIX}|g' \
< ${FILESDIR}/qconfig.cpp \
> ${WRKSRC:H}/src/tools/qconfig.cpp
${ECHO} '/* empty */' > ${WRKSRC}/ntqconfig.h
${LN} ${WRKSRC}/ntqconfig.h ${WRKSRC}/ntqmodules.h
${LN} -s . ${WRKDIR}/${DISTNAME}/src/tools/private
post-install:
.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${STAGEDIR}${DOCSDIR}
${CP} -Rp ${WRKSRC:H}/doc/html ${STAGEDIR}${DOCSDIR}
.endif
${MKDIR} ${STAGEDIR}${PREFIX}/share/tqt3/bin
${LN} -s ../../../bin/tqmake ${STAGEDIR}${PREFIX}/share/tqt3/bin/
.include <bsd.port.mk>

@ -0,0 +1,2 @@
SHA256 (TDE/dependencies/tqt-x11-free_14.0.1~pre7.orig.tar.xz) = a0d8738ef9389c91bff65fd2ff8e42787076fdd76f3843f683c088cd9240e05e
SIZE (TDE/dependencies/tqt-x11-free_14.0.1~pre7.orig.tar.xz) = 10889040

@ -0,0 +1,43 @@
# $FreeBSD$
_OBJS!= ${MAKE} -f Makefile.unix -V OBJS -V QOBJS
# We'd like to avoid using qconfig.cpp, but can't -- see the comment
# next to -DHAVE_CONFIG_CPP below:
#_OBJS:= ${_OBJS:S/qconfig.o//}
SRCS:= ${_OBJS:.o=.cpp}
NO_MAN= true # qmake.1 anyone?
.PATH: ${.CURDIR} ${.CURDIR:H}/src/tools
CXXFLAGS+=-I${.CURDIR:H}/mkspecs/freebsd-g++
.for s in tools kernel codecs
CXXFLAGS+=-I${.CURDIR:H}/src/$s
.endfor
.for g in /. /unix /win32 /mac
.PATH: ${.CURDIR}/generators$g
CXXFLAGS+=-I${.CURDIR}/generators$g
.endfor
CXXFLAGS+=-I. -I"${FILESDIR}"
CXXFLAGS+=-DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_NO_COMPONENT \
-DQT_NO_STL -DQT_NO_COMPRESS -DQT_INSTALL_DATA="\"${SHAREDIR}\""
# I guess, qconfig.cpp used to be optional, but no longer is -- due to
# bit-rot in Qt sources. So we still have to compile it, but, by not
# adding the following define, we reduce the seemingly needless usage of
# it:
# -DHAVE_QCONFIG_CPP
PROG_CXX= tqmake
BINDIR= ${PREFIX}/bin
SHAREDIR= ${PREFIX}/share/tqt3
${DESTDIR}${SHAREDIR}:
mkdir -p "$@"
beforeinstall: ${DESTDIR}${SHAREDIR}
cp -Rp ${.CURDIR:H}/mkspecs ${DESTDIR}${SHAREDIR}
.include <bsd.prog.mk>

@ -0,0 +1,15 @@
/*
* $FreeBSD$
* Hand-crafted...
* The default prefix (/ usr / local) is dynamicly replaced
* at configure time.
*/
const char *tqInstallPath() { return "/usr/local"; }
const char *tqInstallPathDocs() { return "/usr/local/share/doc/tqt3"; }
const char *tqInstallPathHeaders() { return "/usr/local/include/tqt3"; }
const char *tqInstallPathLibs() { return "/usr/local/lib"; }
const char *tqInstallPathBins() { return "/usr/local/bin"; }
const char *tqInstallPathPlugins() { return "/usr/local/plugins/tqt3"; }
const char *tqInstallPathData() { return "/usr/local/share/tqt3"; }
const char *tqInstallPathTranslations() { return "/usr/local/translations/tqt3"; }
const char *tqInstallPathSysconf() { return "/usr/local/etc"; }

@ -0,0 +1,8 @@
TQt is a C++ toolkit for application development. It lets application
developers target all major operating systems with a single application
source code.
TQmake is a project and makefile creating utility, that is part of TQt.
For ease of maintenance it is split out into a port of its own.
WWW: http://www.trinitydesktop.org/

@ -0,0 +1,143 @@
bin/tqmake
share/tqt3/bin/tqmake
share/tqt3/mkspecs/aix-g++-64/qmake.conf
share/tqt3/mkspecs/aix-g++-64/qplatformdefs.h
share/tqt3/mkspecs/aix-g++/qmake.conf
share/tqt3/mkspecs/aix-g++/qplatformdefs.h
share/tqt3/mkspecs/aix-xlc-64/qmake.conf
share/tqt3/mkspecs/aix-xlc-64/qplatformdefs.h
share/tqt3/mkspecs/aix-xlc/qmake.conf
share/tqt3/mkspecs/aix-xlc/qplatformdefs.h
share/tqt3/mkspecs/bsdi-g++/qmake.conf
share/tqt3/mkspecs/bsdi-g++/qplatformdefs.h
share/tqt3/mkspecs/cygwin-g++/qmake.conf
share/tqt3/mkspecs/cygwin-g++/qplatformdefs.h
share/tqt3/mkspecs/darwin-g++/qmake.conf
share/tqt3/mkspecs/darwin-g++/qplatformdefs.h
share/tqt3/mkspecs/default
share/tqt3/mkspecs/dgux-g++/qmake.conf
share/tqt3/mkspecs/dgux-g++/qplatformdefs.h
share/tqt3/mkspecs/freebsd-g++/qmake.conf
share/tqt3/mkspecs/freebsd-g++/qplatformdefs.h
share/tqt3/mkspecs/freebsd-g++34/qmake.conf
share/tqt3/mkspecs/freebsd-g++34/qplatformdefs.h
share/tqt3/mkspecs/freebsd-icc/qmake.conf
share/tqt3/mkspecs/freebsd-icc/qplatformdefs.h
share/tqt3/mkspecs/hpux-acc-64/qmake.conf
share/tqt3/mkspecs/hpux-acc-64/qplatformdefs.h
share/tqt3/mkspecs/hpux-acc-o64/qmake.conf
share/tqt3/mkspecs/hpux-acc-o64/qplatformdefs.h
share/tqt3/mkspecs/hpux-acc/qmake.conf
share/tqt3/mkspecs/hpux-acc/qplatformdefs.h
share/tqt3/mkspecs/hpux-cc/qmake.conf
share/tqt3/mkspecs/hpux-cc/qplatformdefs.h
share/tqt3/mkspecs/hpux-g++-64/qmake.conf
share/tqt3/mkspecs/hpux-g++-64/qplatformdefs.h
share/tqt3/mkspecs/hpux-g++/qmake.conf
share/tqt3/mkspecs/hpux-g++/qplatformdefs.h
share/tqt3/mkspecs/hpuxi-acc-32/qmake.conf
share/tqt3/mkspecs/hpuxi-acc-32/qplatformdefs.h
share/tqt3/mkspecs/hpuxi-acc-64/qmake.conf
share/tqt3/mkspecs/hpuxi-acc-64/qplatformdefs.h
share/tqt3/mkspecs/hurd-g++/qmake.conf
share/tqt3/mkspecs/hurd-g++/qplatformdefs.h
share/tqt3/mkspecs/irix-cc-64/qmake.conf
share/tqt3/mkspecs/irix-cc-64/qplatformdefs.h
share/tqt3/mkspecs/irix-cc-o32/qmake.conf
share/tqt3/mkspecs/irix-cc-o32/qplatformdefs.h
share/tqt3/mkspecs/irix-cc/qmake.conf
share/tqt3/mkspecs/irix-cc/qplatformdefs.h
share/tqt3/mkspecs/irix-g++/qmake.conf
share/tqt3/mkspecs/irix-g++/qplatformdefs.h
share/tqt3/mkspecs/linux-cxx/qmake.conf
share/tqt3/mkspecs/linux-cxx/qplatformdefs.h
share/tqt3/mkspecs/linux-ecc-64/qmake.conf
share/tqt3/mkspecs/linux-ecc-64/qplatformdefs.h
share/tqt3/mkspecs/linux-g++-32/qmake.conf
share/tqt3/mkspecs/linux-g++-32/qplatformdefs.h
share/tqt3/mkspecs/linux-g++-64/qmake.conf
share/tqt3/mkspecs/linux-g++-64/qplatformdefs.h
share/tqt3/mkspecs/linux-g++/qmake.conf
share/tqt3/mkspecs/linux-g++/qplatformdefs.h
share/tqt3/mkspecs/linux-icc/qmake.conf
share/tqt3/mkspecs/linux-icc/qplatformdefs.h
share/tqt3/mkspecs/linux-kcc/qmake.conf
share/tqt3/mkspecs/linux-kcc/qplatformdefs.h
share/tqt3/mkspecs/linux-kylix/qmake.conf
share/tqt3/mkspecs/linux-kylix/qplatformdefs.h
share/tqt3/mkspecs/linux-pgcc/qmake.conf
share/tqt3/mkspecs/linux-pgcc/qplatformdefs.h
share/tqt3/mkspecs/lynxos-g++/qmake.conf
share/tqt3/mkspecs/lynxos-g++/qplatformdefs.h
share/tqt3/mkspecs/macx-g++/Info.plist.app
share/tqt3/mkspecs/macx-g++/qmake.conf
share/tqt3/mkspecs/macx-g++/qplatformdefs.h
share/tqt3/mkspecs/macx-mwerks/README
share/tqt3/mkspecs/macx-mwerks/mwerkstmpl.xml
share/tqt3/mkspecs/macx-mwerks/qmake.conf
share/tqt3/mkspecs/macx-mwerks/qplatformdefs.h
share/tqt3/mkspecs/macx-pbuilder/Info.plist.app
share/tqt3/mkspecs/macx-pbuilder/qmake.conf
share/tqt3/mkspecs/macx-pbuilder/qplatformdefs.h
share/tqt3/mkspecs/macx-xlc/qmake.conf
share/tqt3/mkspecs/macx-xlc/qplatformdefs.h
share/tqt3/mkspecs/netbsd-g++/qmake.conf
share/tqt3/mkspecs/netbsd-g++/qplatformdefs.h
share/tqt3/mkspecs/openbsd-g++/qmake.conf
share/tqt3/mkspecs/openbsd-g++/qplatformdefs.h
share/tqt3/mkspecs/qnx-g++/qmake.conf
share/tqt3/mkspecs/qnx-g++/qplatformdefs.h
share/tqt3/mkspecs/reliant-cds-64/qmake.conf
share/tqt3/mkspecs/reliant-cds-64/qplatformdefs.h
share/tqt3/mkspecs/reliant-cds/qmake.conf
share/tqt3/mkspecs/reliant-cds/qplatformdefs.h
share/tqt3/mkspecs/sco-cc/qmake.conf
share/tqt3/mkspecs/sco-cc/qplatformdefs.h
share/tqt3/mkspecs/sco-g++/qmake.conf
share/tqt3/mkspecs/sco-g++/qplatformdefs.h
share/tqt3/mkspecs/solaris-cc-64/qmake.conf
share/tqt3/mkspecs/solaris-cc-64/qplatformdefs.h
share/tqt3/mkspecs/solaris-cc/qmake.conf
share/tqt3/mkspecs/solaris-cc/qplatformdefs.h
share/tqt3/mkspecs/solaris-g++-64/qmake.conf
share/tqt3/mkspecs/solaris-g++-64/qplatformdefs.h
share/tqt3/mkspecs/solaris-g++/qmake.conf
share/tqt3/mkspecs/solaris-g++/qplatformdefs.h
share/tqt3/mkspecs/tru64-cxx/qmake.conf
share/tqt3/mkspecs/tru64-cxx/qplatformdefs.h
share/tqt3/mkspecs/tru64-g++/qmake.conf
share/tqt3/mkspecs/tru64-g++/qplatformdefs.h
share/tqt3/mkspecs/unixware-cc/qmake.conf
share/tqt3/mkspecs/unixware-cc/qplatformdefs.h
share/tqt3/mkspecs/unixware-g++/qmake.conf
share/tqt3/mkspecs/unixware-g++/qplatformdefs.h
share/tqt3/mkspecs/win32-borland/qmake.conf
share/tqt3/mkspecs/win32-borland/qplatformdefs.h
share/tqt3/mkspecs/win32-g++/qmake.conf
share/tqt3/mkspecs/win32-g++/qplatformdefs.h
share/tqt3/mkspecs/win32-g++/qtcrtentrypoint.cpp
share/tqt3/mkspecs/win32-icc/qmake.conf
share/tqt3/mkspecs/win32-icc/qplatformdefs.h
share/tqt3/mkspecs/win32-icc/win32app.dsp
share/tqt3/mkspecs/win32-icc/win32dll.dsp
share/tqt3/mkspecs/win32-icc/win32lib.dsp
share/tqt3/mkspecs/win32-msvc.net/qmake.conf
share/tqt3/mkspecs/win32-msvc.net/qplatformdefs.h
share/tqt3/mkspecs/win32-msvc/qmake.conf
share/tqt3/mkspecs/win32-msvc/qplatformdefs.h
share/tqt3/mkspecs/win32-msvc/win32app.dsp
share/tqt3/mkspecs/win32-msvc/win32dll.dsp
share/tqt3/mkspecs/win32-msvc/win32lib.dsp
share/tqt3/mkspecs/win32-msvc2005/qmake.conf
share/tqt3/mkspecs/win32-msvc2005/qplatformdefs.h
share/tqt3/mkspecs/win32-watcom/qmake.conf
%%PORTDOCS%%%%DOCSDIR%%/html/qmake.dcf
%%PORTDOCS%%%%DOCSDIR%%/html/qmake-manual.html
%%PORTDOCS%%%%DOCSDIR%%/html/qmake-manual-1.html
%%PORTDOCS%%%%DOCSDIR%%/html/qmake-manual-2.html
%%PORTDOCS%%%%DOCSDIR%%/html/qmake-manual-3.html
%%PORTDOCS%%%%DOCSDIR%%/html/qmake-manual-4.html
%%PORTDOCS%%%%DOCSDIR%%/html/qmake-manual-5.html
%%PORTDOCS%%%%DOCSDIR%%/html/qmake-manual-6.html
%%PORTDOCS%%%%DOCSDIR%%/html/qmake-manual-7.html
%%PORTDOCS%%%%DOCSDIR%%/html/qmake-manual-8.html

@ -0,0 +1,43 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
.include <../../trinity.port.mk>
PORTNAME= tqt3-${DB}-plugin
COMMENT= TQt3 Firebird/IBase database plugin
TDE_PREVERSION= ~pre7+6ff4ab89
MASTER_SITE_SUBDIR= t/tqt-x11-free
DISTNAME= tqt-x11-free_${TDE_VERSION}${TDE_PREVERSION:C/(~(pre|r|s)[0-9]*).*/\1/1}
DISTSRC= tqt3-trinity-${TDE_VERSION}${TDE_PREVERSION}
PORTREVISION= 0
CATEGORIES= databases
DIST_SUBDIR= TDE/dependencies
PREFIX= ${LOCALBASE}
DB= ibase
PLUGIN= plugins/src/sqldrivers/${DB}
DRIVER= src/sql/drivers/${DB}
USES+= fmake
USE_FIREBIRD= yes
EXTRACT_AFTER_ARGS+= \
${EXTRACT_BASE}${PLUGIN} \
${EXTRACT_BASE}${DRIVER} \
${EXTRACT_BASE}src/sql/drivers/cache
BUILD_DEPENDS+= tqmake:${PORTSDIR}/x11/trinity/dependencies/tqmake
LIB_DEPENDS+= libtqt-mt.so:${PORTSDIR}/x11/trinity/dependencies/tqt3
MAKEFILE= ${FILESDIR}/Makefile.bsd
MAKE_ENV+= DB="${DB}" DRIVER="${DRIVER}" PLUGIN="${PLUGIN}" \
PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
PTHREAD_LIBS="${PTHREAD_LIBS}"
PLIST_SUB= DB=${DB}
.include <bsd.port.mk>

@ -0,0 +1,2 @@
SHA256 (TDE/dependencies/tqt-x11-free_14.0.1~pre7.orig.tar.xz) = a0d8738ef9389c91bff65fd2ff8e42787076fdd76f3843f683c088cd9240e05e
SIZE (TDE/dependencies/tqt-x11-free_14.0.1~pre7.orig.tar.xz) = 10889040

@ -0,0 +1,19 @@
SHLIB_NAME= libqsql${DB}.so
VPATH= ${PLUGIN}:${DRIVER}
CXXFLAGS+= -I${PLUGIN} -I${DRIVER} \
-I${LOCALBASE}/include \
-I${LOCALBASE}/include/tqt3 \
${PTHREAD_CFLAGS} -DQT_THREAD_SUPPORT
LDADD= -L${LOCALBASE}/lib \
${PTHREAD_LIBS} -ltqt-mt -lfbclient
SRCS= main.cpp qsql_${DB}.cpp
LIBDIR= ${PREFIX}/lib/tqt3/plugins/sqldrivers
${DESTDIR}${LIBDIR}:
mkdir -p ${DESTDIR}${LIBDIR}
beforeinstall: ${DESTDIR}${LIBDIR}
.include <bsd.lib.mk>

@ -0,0 +1,2 @@
The Firebird/IBase Plugin from TQt3, which provides an easy access
method from within TQt applications.

@ -0,0 +1,2 @@
lib/tqt3/plugins/sqldrivers/libqsql%%DB%%.so
@dirrm lib/tqt3/plugins/sqldrivers

@ -0,0 +1,43 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
.include <../../trinity.port.mk>
PORTNAME= tqt3-${DB}-plugin
COMMENT= TQt3 MySQL database plugin
TDE_PREVERSION= ~pre7+6ff4ab89
MASTER_SITE_SUBDIR= t/tqt-x11-free
DISTNAME= tqt-x11-free_${TDE_VERSION}${TDE_PREVERSION:C/(~(pre|r|s)[0-9]*).*/\1/1}
DISTSRC= tqt3-trinity-${TDE_VERSION}${TDE_PREVERSION}
PORTREVISION= 0
CATEGORIES= databases
DIST_SUBDIR= TDE/dependencies
PREFIX= ${LOCALBASE}
DB= mysql
PLUGIN= plugins/src/sqldrivers/${DB}
DRIVER= src/sql/drivers/${DB}
USES+= fmake
USE_MYSQL= yes
EXTRACT_AFTER_ARGS+= \
${EXTRACT_BASE}${PLUGIN} \
${EXTRACT_BASE}${DRIVER} \
${EXTRACT_BASE}src/sql/drivers/cache
BUILD_DEPENDS+= tqmake:${PORTSDIR}/x11/trinity/dependencies/tqmake
LIB_DEPENDS+= libtqt-mt.so:${PORTSDIR}/x11/trinity/dependencies/tqt3
MAKEFILE= ${FILESDIR}/Makefile.bsd
MAKE_ENV+= DB="${DB}" DRIVER="${DRIVER}" PLUGIN="${PLUGIN}" \
PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
PTHREAD_LIBS="${PTHREAD_LIBS}"
PLIST_SUB= DB=${DB}
.include <bsd.port.mk>

@ -0,0 +1,2 @@
SHA256 (TDE/dependencies/tqt-x11-free_14.0.1~pre7.orig.tar.xz) = a0d8738ef9389c91bff65fd2ff8e42787076fdd76f3843f683c088cd9240e05e
SIZE (TDE/dependencies/tqt-x11-free_14.0.1~pre7.orig.tar.xz) = 10889040

@ -0,0 +1,21 @@
SHLIB_NAME= libqsql${DB}.so
VPATH= ${PLUGIN}:${DRIVER}
CXXFLAGS+= -I${PLUGIN} -I${DRIVER} \
-I${LOCALBASE}/include \
-I${LOCALBASE}/include/tqt3 \
-I${LOCALBASE}/include/mysql \
${PTHREAD_CFLAGS} -DQT_THREAD_SUPPORT
LDADD= -L${LOCALBASE}/lib \
-L${LOCALBASE}/lib/mysql \
${PTHREAD_LIBS} -ltqt-mt -lmysqlclient
SRCS= main.cpp qsql_${DB}.cpp
LIBDIR= ${PREFIX}/lib/tqt3/plugins/sqldrivers
${DESTDIR}${LIBDIR}:
mkdir -p ${DESTDIR}${LIBDIR}
beforeinstall: ${DESTDIR}${LIBDIR}
.include <bsd.lib.mk>

@ -0,0 +1,2 @@
The MySQL Plugin from TQt3, which provides an easy access
method from within TQt applications.

@ -0,0 +1,2 @@
lib/tqt3/plugins/sqldrivers/libqsql%%DB%%.so
@dirrm lib/tqt3/plugins/sqldrivers

@ -0,0 +1,43 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
.include <../../trinity.port.mk>
PORTNAME= tqt3-${DB}-plugin
COMMENT= TQt3 ODBC database plugin
TDE_PREVERSION= ~pre7+6ff4ab89
MASTER_SITE_SUBDIR= t/tqt-x11-free
DISTNAME= tqt-x11-free_${TDE_VERSION}${TDE_PREVERSION:C/(~(pre|r|s)[0-9]*).*/\1/1}
DISTSRC= tqt3-trinity-${TDE_VERSION}${TDE_PREVERSION}
PORTREVISION= 0
CATEGORIES= databases
DIST_SUBDIR= TDE/dependencies
PREFIX= ${LOCALBASE}
DB= odbc
PLUGIN= plugins/src/sqldrivers/${DB}
DRIVER= src/sql/drivers/${DB}
USES+= fmake
EXTRACT_AFTER_ARGS+= \
${EXTRACT_BASE}${PLUGIN} \
${EXTRACT_BASE}${DRIVER} \
${EXTRACT_BASE}src/sql/drivers/cache
BUILD_DEPENDS+= tqmake:${PORTSDIR}/x11/trinity/dependencies/tqmake
LIB_DEPENDS+= libtqt-mt.so:${PORTSDIR}/x11/trinity/dependencies/tqt3 \
libodbc.so:${PORTSDIR}/databases/unixODBC
MAKEFILE= ${FILESDIR}/Makefile.bsd
MAKE_ENV+= DB="${DB}" DRIVER="${DRIVER}" PLUGIN="${PLUGIN}" \
PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
PTHREAD_LIBS="${PTHREAD_LIBS}"
PLIST_SUB= DB=${DB}
.include <bsd.port.mk>

@ -0,0 +1,2 @@
SHA256 (TDE/dependencies/tqt-x11-free_14.0.1~pre7.orig.tar.xz) = a0d8738ef9389c91bff65fd2ff8e42787076fdd76f3843f683c088cd9240e05e
SIZE (TDE/dependencies/tqt-x11-free_14.0.1~pre7.orig.tar.xz) = 10889040

@ -0,0 +1,19 @@
SHLIB_NAME= libqsql${DB}.so
VPATH= ${PLUGIN}:${DRIVER}
CXXFLAGS+= -I${PLUGIN} -I${DRIVER} \
-I${LOCALBASE}/include \
-I${LOCALBASE}/include/tqt3 \
${PTHREAD_CFLAGS} -DQT_THREAD_SUPPORT
LDADD= -L${LOCALBASE}/lib \
${PTHREAD_LIBS} -ltqt-mt -lodbc
SRCS= main.cpp qsql_${DB}.cpp
LIBDIR= ${PREFIX}/lib/tqt3/plugins/sqldrivers
${DESTDIR}${LIBDIR}:
mkdir -p ${DESTDIR}${LIBDIR}
beforeinstall: ${DESTDIR}${LIBDIR}
.include <bsd.lib.mk>

@ -0,0 +1,2 @@
The ODBC Plugin from TQt3, which provides an easy access method from
within TQt applications.

@ -0,0 +1,2 @@
lib/tqt3/plugins/sqldrivers/libqsql%%DB%%.so
@dirrm lib/tqt3/plugins/sqldrivers

@ -0,0 +1,43 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
.include <../../trinity.port.mk>
PORTNAME= tqt3-${DB}-plugin
COMMENT= TQt3 PostgreSQL database plugin
TDE_PREVERSION= ~pre7+6ff4ab89
MASTER_SITE_SUBDIR= t/tqt-x11-free
DISTNAME= tqt-x11-free_${TDE_VERSION}${TDE_PREVERSION:C/(~(pre|r|s)[0-9]*).*/\1/1}
DISTSRC= tqt3-trinity-${TDE_VERSION}${TDE_PREVERSION}
PORTREVISION= 0
CATEGORIES= databases
DIST_SUBDIR= TDE/dependencies
PREFIX= ${LOCALBASE}
DB= psql
PLUGIN= plugins/src/sqldrivers/${DB}
DRIVER= src/sql/drivers/${DB}
USES+= fmake
USE_PGSQL= yes
EXTRACT_AFTER_ARGS+= \
${EXTRACT_BASE}${PLUGIN} \
${EXTRACT_BASE}${DRIVER} \
${EXTRACT_BASE}src/sql/drivers/cache
BUILD_DEPENDS+= tqmake:${PORTSDIR}/x11/trinity/dependencies/tqmake
LIB_DEPENDS+= libtqt-mt.so:${PORTSDIR}/x11/trinity/dependencies/tqt3
MAKEFILE= ${FILESDIR}/Makefile.bsd
MAKE_ENV+= DB="${DB}" DRIVER="${DRIVER}" PLUGIN="${PLUGIN}" \
PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
PTHREAD_LIBS="${PTHREAD_LIBS}"
PLIST_SUB= DB=${DB}
.include <bsd.port.mk>

@ -0,0 +1,2 @@
SHA256 (TDE/dependencies/tqt-x11-free_14.0.1~pre7.orig.tar.xz) = a0d8738ef9389c91bff65fd2ff8e42787076fdd76f3843f683c088cd9240e05e
SIZE (TDE/dependencies/tqt-x11-free_14.0.1~pre7.orig.tar.xz) = 10889040

@ -0,0 +1,20 @@
SHLIB_NAME= libqsql${DB}.so
VPATH= ${PLUGIN}:${DRIVER}
CXXFLAGS+= -I${PLUGIN} -I${DRIVER} \
-I${LOCALBASE}/include \
-I${LOCALBASE}/include/tqt3 \
-I${LOCALBASE}/include/postgresql/server \
${PTHREAD_CFLAGS} -DQT_THREAD_SUPPORT
LDADD= -L${LOCALBASE}/lib \
${PTHREAD_LIBS} -ltqt-mt -lpq
SRCS= main.cpp qsql_${DB}.cpp
LIBDIR= ${PREFIX}/lib/tqt3/plugins/sqldrivers
${DESTDIR}${LIBDIR}:
mkdir -p ${DESTDIR}${LIBDIR}
beforeinstall: ${DESTDIR}${LIBDIR}
.include <bsd.lib.mk>

@ -0,0 +1,2 @@
The PostgreSQL Plugin from TQt3, which provides an easy access
method from within TQt applications.

@ -0,0 +1,2 @@
lib/tqt3/plugins/sqldrivers/libqsql%%DB%%.so
@dirrm lib/tqt3/plugins/sqldrivers

@ -0,0 +1,44 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
.include <../../trinity.port.mk>
PORTNAME= tqt3-${DB}-plugin
COMMENT= TQt3 SQLite database plugin
TDE_PREVERSION= ~pre7+6ff4ab89
MASTER_SITE_SUBDIR= t/tqt-x11-free
DISTNAME= tqt-x11-free_${TDE_VERSION}${TDE_PREVERSION:C/(~(pre|r|s)[0-9]*).*/\1/1}
DISTSRC= tqt3-trinity-${TDE_VERSION}${TDE_PREVERSION}
PORTREVISION= 0
CATEGORIES= databases
DIST_SUBDIR= TDE/dependencies
PREFIX= ${LOCALBASE}
DB= sqlite
PLUGIN= plugins/src/sqldrivers/${DB}
DRIVER= src/sql/drivers/${DB}
USES+= fmake
USE_SQLITE= yes
EXTRACT_AFTER_ARGS+= \
${EXTRACT_BASE}${PLUGIN} \
${EXTRACT_BASE}${DRIVER} \
${EXTRACT_BASE}src/sql/drivers/cache
BUILD_DEPENDS+= tqmake:${PORTSDIR}/x11/trinity/dependencies/tqmake
LIB_DEPENDS+= libtqt-mt.so:${PORTSDIR}/x11/trinity/dependencies/tqt3 \
libsqlite.so:${PORTSDIR}/databases/sqlite2
MAKEFILE= ${FILESDIR}/Makefile.bsd
MAKE_ENV+= DB="${DB}" DRIVER="${DRIVER}" PLUGIN="${PLUGIN}" \
PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
PTHREAD_LIBS="${PTHREAD_LIBS}"
PLIST_SUB= DB=${DB}
.include <bsd.port.mk>

@ -0,0 +1,2 @@
SHA256 (TDE/dependencies/tqt-x11-free_14.0.1~pre7.orig.tar.xz) = a0d8738ef9389c91bff65fd2ff8e42787076fdd76f3843f683c088cd9240e05e
SIZE (TDE/dependencies/tqt-x11-free_14.0.1~pre7.orig.tar.xz) = 10889040

@ -0,0 +1,19 @@
SHLIB_NAME= libqsql${DB}.so
VPATH= ${PLUGIN}:${DRIVER}
CXXFLAGS+= -I${PLUGIN} -I${DRIVER} \
-I${LOCALBASE}/include \
-I${LOCALBASE}/include/tqt3 \
${PTHREAD_CFLAGS} -DQT_THREAD_SUPPORT
LDADD= -L${LOCALBASE}/lib \
${PTHREAD_LIBS} -ltqt-mt -lsqlite
SRCS= smain.cpp qsql_${DB}.cpp
LIBDIR= ${PREFIX}/lib/tqt3/plugins/sqldrivers
${DESTDIR}${LIBDIR}:
mkdir -p ${DESTDIR}${LIBDIR}
beforeinstall: ${DESTDIR}${LIBDIR}
.include <bsd.lib.mk>

@ -0,0 +1,2 @@
The SQLite Plugin from TQt3, which provides an easy access
method from within TQt applications.

@ -0,0 +1,2 @@
lib/tqt3/plugins/sqldrivers/libqsql%%DB%%.so
@dirrm lib/tqt3/plugins/sqldrivers

@ -0,0 +1,44 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
.include <../../trinity.port.mk>
PORTNAME= tqt3-${DB}-plugin
COMMENT= TQt3 SQLite 3.x database plugin
TDE_PREVERSION= ~pre7+6ff4ab89
MASTER_SITE_SUBDIR= t/tqt-x11-free
DISTNAME= tqt-x11-free_${TDE_VERSION}${TDE_PREVERSION:C/(~(pre|r|s)[0-9]*).*/\1/1}
DISTSRC= tqt3-trinity-${TDE_VERSION}${TDE_PREVERSION}
PORTREVISION= 0
CATEGORIES= databases
DIST_SUBDIR= TDE/dependencies
PREFIX= ${LOCALBASE}
DB= sqlite3
PLUGIN= plugins/src/sqldrivers/${DB}
DRIVER= src/sql/drivers/${DB}
USES+= fmake
USE_SQLITE= yes
EXTRACT_AFTER_ARGS+= \
${EXTRACT_BASE}${PLUGIN} \
${EXTRACT_BASE}${DRIVER} \
${EXTRACT_BASE}src/sql/drivers/cache
BUILD_DEPENDS+= tqmake:${PORTSDIR}/x11/trinity/dependencies/tqmake
LIB_DEPENDS+= libtqt-mt.so:${PORTSDIR}/x11/trinity/dependencies/tqt3 \
libsqlite3.so:${PORTSDIR}/databases/sqlite3
MAKEFILE= ${FILESDIR}/Makefile.bsd
MAKE_ENV+= DB="${DB}" DRIVER="${DRIVER}" PLUGIN="${PLUGIN}" \
PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
PTHREAD_LIBS="${PTHREAD_LIBS}"
PLIST_SUB= DB=${DB}
.include <bsd.port.mk>

@ -0,0 +1,2 @@
SHA256 (TDE/dependencies/tqt-x11-free_14.0.1~pre7.orig.tar.xz) = a0d8738ef9389c91bff65fd2ff8e42787076fdd76f3843f683c088cd9240e05e
SIZE (TDE/dependencies/tqt-x11-free_14.0.1~pre7.orig.tar.xz) = 10889040

@ -0,0 +1,20 @@
SHLIB_NAME= libqsql${DB}.so
VPATH= ${PLUGIN}:${DRIVER}
CXXFLAGS+= -I${PLUGIN} -I${DRIVER} \
-I${DRIVER}/../cache \
-I${LOCALBASE}/include \
-I${LOCALBASE}/include/tqt3 \
${PTHREAD_CFLAGS} -DQT_THREAD_SUPPORT
LDADD= -L${LOCALBASE}/lib \
${PTHREAD_LIBS} -ltqt-mt -lsqlite3
SRCS= smain.cpp qsql_${DB}.cpp
LIBDIR= ${PREFIX}/lib/tqt3/plugins/sqldrivers
${DESTDIR}${LIBDIR}:
mkdir -p ${DESTDIR}${LIBDIR}
beforeinstall: ${DESTDIR}${LIBDIR}
.include <bsd.lib.mk>

@ -0,0 +1,2 @@
The SQLite 3.x Plugin from TQt3, which provides an easy access
method from within TQt applications.

@ -0,0 +1,2 @@
lib/tqt3/plugins/sqldrivers/libqsql%%DB%%.so
@dirrm lib/tqt3/plugins/sqldrivers

@ -0,0 +1,261 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
.include <../../trinity.port.mk>
PORTNAME= tqt3
COMMENT= Multiplatform C++ application framework
TDE_PREVERSION= ~pre7+6ff4ab89
MASTER_SITE_SUBDIR= t/tqt-x11-free
DISTNAME= tqt-x11-free_${TDE_VERSION}${TDE_PREVERSION:C/(~(pre|r|s)[0-9]*).*/\1/1}
DISTSRC= ${PORTNAME}-trinity-${TDE_VERSION}${TDE_PREVERSION}
PORTREVISION= 0
CATEGORIES= x11-toolkits
DIST_SUBDIR= TDE/dependencies
PREFIX= ${LOCALBASE}
USES+= fmake
BUILD_DEPENDS+= tqmake:${PORTSDIR}/x11/trinity/dependencies/tqmake
LIB_DEPENDS+= libmng.so:${PORTSDIR}/graphics/libmng \
libpng.so:${PORTSDIR}/graphics/png \
libjpeg.so:${PORTSDIR}/graphics/jpeg \
libglib-2.0.so:${PORTSDIR}/devel/glib20
USE_XORG= xcursor xinerama sm inputproto xi
REINPLACE_ARGS= -i ""
HAS_CONFIGURE= yes
USE_LDCONFIG= yes
.if defined(PACKAGE_BUILDING)
TMPDIR?= /tmp
.endif
CONFIGURE_ARGS+=\
-prefix ${PREFIX} \
-sysconfdir ${PREFIX}/etc/tqt3 \
-datadir ${DATADIR} \
-headerdir ${PREFIX}/include/tqt3 \
-docdir ${DATADIR}/doc \
-plugindir ${PREFIX}/lib/tqt3/plugins \
-translationdir ${DATADIR}/translations \
\
-thread \
-shared \
-fast \
-no-g++-exceptions \
\
-no-nis \
${CUPS} \
-stl \
-ipv6 \
\
-sm \
-xshape \
-xinerama \
-xcursor \
-tablet \
-xkb \
\
-system-zlib \
-system-libpng \
-system-libmng \
-system-libjpeg \
\
-qt-gif \
-qt-imgfmt-png \
-qt-imgfmt-jpeg \
-qt-imgfmt-mng \
\
-I${LOCALBASE}/include/libpng15 \
-DPNG_DEPSTRUCT= \
\
-verbose \
-inputmethod \
-glibmainloop \
# End of CONFIGURE_OPTS
CONFIGURE_ENV?= QTDIR=${WRKSRC} \
PATH=${WRKSRC}/bin:$$PATH
MAKE_ENV?= TMPDIR=${TMPDIR} \
QTDIR=${WRKSRC} \
PATH=${WRKSRC}/bin:$$PATH \
LD_LIBRARY_PATH=${WRKSRC}/lib:$$LD_LIBRARY_PATH
ALL_TARGET= sub-tools
EXTRACT_AFTER_ARGS+= \
--exclude '${EXTRACT_BASE}mkspecs' \
--exclude '${EXTRACT_BASE}qmake' \
--exclude '${EXTRACT_BASE}include/jri*' \
--exclude '${EXTRACT_BASE}include/np*' \
--exclude '${EXTRACT_BASE}doc/html/qmake*'
OPTIONS_DEFINE= CUPS NAS OPENGL XFT XRANDR XRENDER
OPTIONS_DEFAULT= CUPS NAS OPENGL XFT XRANDR XRENDER
EXTRACT_COOKIE= ${WRKDIR}/.extract_done.${PORTNAME}.${PREFIX:S/\//_/g}
CONFIGURE_COOKIE=${WRKDIR}/.configure_done.${PORTNAME}.${PREFIX:S/\//_/g}
INSTALL_COOKIE= ${WRKDIR}/.install_done.${PORTNAME}.${PREFIX:S/\//_/g}
BUILD_COOKIE= ${WRKDIR}/.build_done.${PORTNAME}.${PREFIX:S/\//_/g}
PATCH_COOKIE= ${WRKDIR}/.patch_done.${PORTNAME}.${PREFIX:S/\//_/g}
PACKAGE_COOKIE= ${WRKDIR}/.package_done.${PORTNAME}.${PREFIX:S/\//_/g}
.include <bsd.port.pre.mk>
PREFIX_REAL!= /bin/realpath ${PREFIX}
# Enable debug symbols
.if ${TDE_DEBUG}
CONFIGURE_ARGS+=-debug
.endif
# The previous TQt port versions installed tqmake and tqmake's specs under LOCALBASE
# The new trinity/dependencies/tqmake port installs them under LOCALBASE. We can use
# either one here, but we prefer the newer:
.for d in ${LOCALBASE} ${PREFIX}
. if exists($d/share/tqt3/mkspecs/freebsd-g++/qplatformdefs.h)
QTBASE=$d
PLATFORM=${QTBASE}/share/tqt3/mkspecs/freebsd-g++
. endif
.endfor
.if defined(PLATFORM)
CONFIGURE_ARGS+=-platform ${PLATFORM}
.else
CONFIGURE_ARGS+=-platform ${LOCALBASE}/share/tqt3/mkspecs/freebsd-g++
.endif
.if ${PORT_OPTIONS:MXRANDR}
LIB_DEPENDS+= libXrandr.so:${PORTSDIR}/x11/libXrandr
.elif defined(WITHOUT_XRANDR)
CONFIGURE_ARGS+=-no-xrandr
.endif
.if ${PORT_OPTIONS:MXRENDER}
LIB_DEPENDS+= libXrender.so:${PORTSDIR}/x11/libXrender
.elif defined(WITHOUT_XRENDER)
CONFIGURE_ARGS+=-no-xrender
.endif
.if ${PORT_OPTIONS:MXFT}
LIB_DEPENDS+= libXft.so.2:${PORTSDIR}/x11-fonts/libXft
.elif defined(WITHOUT_XFT)
CONFIGURE_ARGS+=-no-xft
.endif
.if defined(WANT_QT_DEBUG)
CONFIGURE_ARGS+=-debug
.endif
.if ${PORT_OPTIONS:MOPENGL}
USE_GL= glu
CONFIGURE_ARGS+=-dlopen-opengl
.else
CONFIGURE_ARGS+=-disable-opengl
.endif # WITHOUT_OPENGL
.if ${PORT_OPTIONS:MCUPS}
LIB_DEPENDS+= libcups.so.2:${PORTSDIR}/print/cups-client
CUPS= -cups -L${LOCALBASE}/lib -I${LOCALBASE}/include
.endif
.if ${PORT_OPTIONS:MNAS}
LIB_DEPENDS+= libaudio.so:${PORTSDIR}/audio/nas
CONFIGURE_ARGS+=-system-nas-sound -no-pch
.else
CONFIGURE_ARGS+=-no-nas-sound -no-pch
.endif
.if exists(${LOCALBASE}/include/qt2/qapp.h)
BROKEN= You have QT2 headers installed! Installing this port
BROKEN+=will result in conflicts between QT3 and QT2!
.endif
post-patch:
.if defined(PLATFORM)
@${REINPLACE_CMD} -e 's|$$outpath/bin/tqmake|${QTBASE}/bin/tqmake|g' \
${WRKSRC}/configure
@${REINPLACE_CMD} -e 's|$$OUTDIR/bin/tqmake|${QTBASE}/bin/tqmake|g' \
${WRKSRC}/config.tests/unix/endian.test \
${WRKSRC}/config.tests/unix/largefile.test \
${WRKSRC}/config.tests/unix/ptrsize.test
.else
@${REINPLACE_CMD} -e 's|$$outpath/bin/tqmake|${LOCALBASE}/bin/tqmake|g' \
${WRKSRC}/configure
@${REINPLACE_CMD} -e 's|$$OUTDIR/bin/tqmake|${LOCALBASE}/bin/tqmake|g' \
${WRKSRC}/config.tests/unix/endian.test \
${WRKSRC}/config.tests/unix/largefile.test \
${WRKSRC}/config.tests/unix/ptrsize.test
.endif
@${REINPLACE_CMD} -e 's|^ cd qmake.*||' ${WRKSRC}/Makefile
@${REINPLACE_CMD} -e 's|^CFG_PRECOMPILE=no|CFG_PRECOMPILE=auto|g' \
${WRKSRC}/configure
post-configure:
@${REINPLACE_CMD} \
-e 's|/lib/pkgconfig/|/libdata/pkgconfig/|g' \
-e 's|^INCPATH.*=|INCPATH = -I../include|g' \
${WRKSRC}/src/Makefile
@${REINPLACE_CMD} -e \
's|^prefix=.*|prefix=${PREFIX}|g' ${WRKSRC}/lib/tqt-mt.pc
do-build:
export ${MAKE_ENV} && \
${MAKE} -C ${WRKSRC} sub-src sub-plugins sub-tools && \
${MAKE} -C ${WRKSRC}/tools/tqvfb
post-build:
@${RM} -f ${WRKSRC}/doc/html/qmake*
# Work around tqmake generated dependencies
pre-su-install:
${MKDIR} ${STAGEDIR}${PREFIX}/lib ${STAGEDIR}${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/lib/*.prl ${STAGEDIR}${PREFIX}/lib
${INSTALL_SCRIPT} ${WRKSRC}/bin/tqtfindtr ${STAGEDIR}${PREFIX}/bin
.for tool in maketqpf tqtmergetr msg2tqm tqvfb
${INSTALL_PROGRAM} ${WRKSRC}/tools/${tool}/${tool} ${STAGEDIR}${PREFIX}/bin
.endfor
${INSTALL_PROGRAM} ${WRKSRC}/tools/qembed/tqembed ${STAGEDIR}${PREFIX}/bin
do-install:
# Installs 'libtqt-mt.so.3' library
${MAKE} -C ${WRKSRC}/src INSTALL_ROOT=${STAGEDIR} install_target
# Installs all the remaining
export ${MAKE_ENV} && \
${MAKE} -C ${WRKSRC} INSTALL_ROOT=${STAGEDIR} install && \
${MAKE} -C ${WRKSRC} INSTALL_ROOT=${STAGEDIR} plugins-install
install -m755 ${WRKSRC}/bin/tqtrename140 ${STAGEDIR}${PREFIX}/bin
install -m755 ${WRKSRC}/bin/tqt20fix ${STAGEDIR}${PREFIX}/bin
install -m755 ${WRKSRC}/bin/tqtfindtr ${STAGEDIR}${PREFIX}/bin
# install tqtconv2ui
install -m755 ${WRKSRC}/bin/tqtconv2ui ${STAGEDIR}${PREFIX}/bin/tqtconv2ui
# install tqvfb
install -m755 ${WRKSRC}/tools/tqvfb/tqvfb ${STAGEDIR}${PREFIX}/bin/tqvfb
post-install:
# fix .prl files
gsed -i ${STAGEDIR}${PREFIX}/lib/*.prl -e "s|${WRKSRC}|${PREFIX}/share/tqt3|g"
# make links to QTDIR
${MKDIR} ${STAGEDIR}${PREFIX}/share/tqt3/bin
cd ${STAGEDIR}${PREFIX}/share/tqt3/bin && \
${LN} -s ../../../bin/* ${STAGEDIR}${PREFIX}/share/tqt3/bin
${MKDIR} ${STAGEDIR}${PREFIX}/share/tqt3/lib
cd ${STAGEDIR}${PREFIX}/share/tqt3/lib && \
${LN} -s ../../../lib/lib*.* ${STAGEDIR}${PREFIX}/share/tqt3/lib
${LN} -s ../../include/tqt3 ${STAGEDIR}${PREFIX}/share/tqt3/include
${LN} -s ../../lib/tqt3/plugins ${STAGEDIR}${PREFIX}/share/tqt3/plugins
# display message about sql plugins
@${CAT} ${PKGMESSAGE}
.include <bsd.port.post.mk>

@ -0,0 +1,2 @@
SHA256 (TDE/dependencies/tqt-x11-free_14.0.1~pre7.orig.tar.xz) = a0d8738ef9389c91bff65fd2ff8e42787076fdd76f3843f683c088cd9240e05e
SIZE (TDE/dependencies/tqt-x11-free_14.0.1~pre7.orig.tar.xz) = 10889040

@ -0,0 +1,49 @@
--- a/configure Mon Aug 18 09:23:53 2003
+++ b/configure Wed Sep 3 13:12:20 2003
@@ -1130,10 +1130,4 @@
done
- # symlink the mkspecs directory
- mkdir -p $outpath/mkspecs
- rm -f $outpath/mkspecs/*
- ln -s $relpath/mkspecs/* $outpath/mkspecs
- rm -f $outpath/mkspecs/default
-
# symlink the linguist/doc directory (to make the assistant happy)
mkdir -p $outpath/tools/linguist
@@ -1196,5 +1190,5 @@
# find a make command
MAKE=
-for mk in gmake make; do
+for mk in make; do
if $WHICH $mk >/dev/null 2>&1; then
MAKE=`$WHICH $mk`
@@ -1422,12 +1416,4 @@
fi
-if [ "$PLATFORM_QWS" = "yes" -o "$PLATFORM_QNX" = "yes" ]; then
- CFG_SM=no
- MODULES=`echo $MODULES | sed -e 's/opengl//'`
- PLATFORMS=`find $relpath/mkspecs/qws | sed "s,$relpath/mkspecs/qws/,,"`
-else
- PLATFORMS=`find $relpath/mkspecs/ -type f | grep -v qws | sed "s,$relpath/mkspecs/qws/,,"`
-fi
-
##if [ "$OPT_CONCURRENT" = "0" ] && echo $MAKEFLAGS | grep '.* *-j[0-9]* *.*' >/dev/null 2>&1; then
# OPT_CONCURRENT=`echo $MAKEFLAGS | sed "s,.* *-j\([0-9]*\) *.*,\1,"`
@@ -2334,6 +2320,5 @@
fi
-# build qmake
-if true; then ###[ '!' -f "$outpath/bin/tqmake" ];
+if false; then
echo "Creating qmake. Please wait..."
rm -f mkspecs/default
@@ -2713,6 +2698,5 @@
if [ '!' -z "$I_FLAGS" ]; then
- QMAKE_VARS="$QMAKE_VARS \"QMAKE_CFLAGS+=$I_FLAGS\""
- QMAKE_VARS="$QMAKE_VARS \"QMAKE_CXXFLAGS+=$I_FLAGS\""
+ QMAKE_VARS="$QMAKE_VARS \"INCPATH+=`echo $I_FLAGS | sed s,-I,,g`\""
fi

@ -0,0 +1,10 @@
Qt is a C++ toolkit for application development. It lets application
developers target all major operating systems with a single application
source code.
Qt provides a platform-independent API to all central platform functionality:
GUI, database access, networking, file handling, etc. The Qt library
encapsulates the different APIs of different operating systems, providing
the application programmer with a single, common API for all operating systems.
The native C APIs are encapsulated in a set of well-designed, fully
object-oriented C++ classes.

@ -0,0 +1,13 @@
*******************************************************************************
To enable TQT's database support, install the database plugin ports.
The following plugin ports are available:
IBase/Firebird - trinity/dependencies/tqt3-ibase-plugin
MySQL - trinity/dependencies/tqt3-mysql-plugin
ODBC - trinity/dependencies/tqt3-odbc-plugin
PostgreSQL - trinity/dependencies/tqt3-pgsql-plugin
SQLite - trinity/dependencies/tqt3-sqlite-plugin
SQLite3 - trinity/dependencies/tqt3-sqlite3-plugin
*******************************************************************************

File diff suppressed because it is too large Load Diff

@ -0,0 +1,52 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
.include <../../trinity.port.mk>
PORTNAME= libtqtinterface
COMMENT= Trinity TQt Interface
TDE_PREVERSION= ~pre3+6056e4a5
MASTER_SITE_SUBDIR= libt/${PORTNAME}
DISTSRC= tqtinterface-trinity-${TDE_VERSION}${TDE_PREVERSION}
PORTREVISION= 0
CATEGORIES= devel
DIST_SUBDIR= TDE/dependencies
PREFIX= ${LOCALBASE}
BUILD_DEPENDS+= tqmoc:${PORTSDIR}/x11/trinity/dependencies/tqt3
RUN_DEPENDS+= gsed:${PORTSDIR}/textproc/gsed \
bash:${PORTSDIR}/shells/bash \
LIB_DEPENDS+= libtqt-mt.so:${PORTSDIR}/x11/trinity/dependencies/tqt3
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
-DCMAKE_INSTALL_PREFIX="${PREFIX}" \
-DPKGCONFIG_INSTALL_DIR="${PREFIX}/libdata/pkgconfig" \
\
-DWITH_QT3="ON" \
-DQTDIR="${LOCALBASE}/share/qt3" \
-DQT_PREFIX_DIR="${LOCALBASE}" \
-DQT_LIBRARY_DIRS="${LOCALBASE}/lib" \
-DQT_INCLUDE_DIR="${LOCALBASE}/include/tqt3" \
-DBUILD_ALL="ON" \
-DUSE_QT3="ON"
do-build: tde-cmake-build
do-install: tde-cmake-install
post-install:
# Fix path to 'bash'
gsed -i ${STAGEDIR}${PREFIX}/bin/* \
-e "s|/bin/bash|${LOCALBASE}/bin/bash|" \
-e "s|sed |gsed |g"
.include <bsd.port.mk>

@ -0,0 +1,2 @@
SHA256 (TDE/dependencies/libtqtinterface_14.0.1~pre3.orig.tar.xz) = 7946b40d5f08ef02167c8a1f4f293bf0fcafdfb1ced339dab99d83db9963bca0
SIZE (TDE/dependencies/libtqtinterface_14.0.1~pre3.orig.tar.xz) = 812696

@ -0,0 +1,6 @@
The Trinity Qt Interface Libraries
The Trinity Qt Interface is a library that abstracts Qt from Trinity
This allows the Trinity code to rapidly port from one version of Qt to another.
This is primarily accomplished by defining old functions in terms of new functions,
although some code has been added for useful functions that are no longer part of Qt.

@ -0,0 +1,395 @@
bin/convert_qt_tqt1
bin/convert_qt_tqt2
bin/convert_qt_tqt3
bin/dcopidlng-tqt
bin/dcopidl-tqt
bin/dcopidl2cpp-tqt
bin/mcopidl-tqt
bin/moc-tqt
bin/tmoc
bin/tqt-replace
bin/tqt-replace-stream
bin/uic-tqt
include/tqt/Qt/qapplication.h
include/tqt/Qt/qbytearray.h
include/tqt/Qt/qcommonstyle.h
include/tqt/Qt/qdatastream.h
include/tqt/Qt/qdir.h
include/tqt/Qt/qfileinfo.h
include/tqt/Qt/qglobal.h
include/tqt/Qt/qchar.h
include/tqt/Qt/qicon.h
include/tqt/Qt/qimage.h
include/tqt/Qt/qiodevice.h
include/tqt/Qt/qlist.h
include/tqt/Qt/qmenudata.h
include/tqt/Qt/qmenu.h
include/tqt/Qt/qmetaobject.h
include/tqt/Qt/qmovie.h
include/tqt/Qt/qnamespace.h
include/tqt/Qt/qobjectdefs.h
include/tqt/Qt/qobject.h
include/tqt/Qt/qpaintdevice.h
include/tqt/Qt/qpixmap.h
include/tqt/Qt/qscrollbar.h
include/tqt/Qt/qslider.h
include/tqt/Qt/qstring.h
include/tqt/Qt/qstyle.h
include/tqt/Qt/qstyleoption.h
include/tqt/Qt/qtabbar.h
include/tqt/Qt/qtextcodec.h
include/tqt/Qt/qtooltip.h
include/tqt/Qt/qvariant.h
include/tqt/Qt/qvector.h
include/tqt/Qt/qwidget.h
include/tqt/Qt/q3cstring.h
include/tqt/Qt/q3painter.h
include/tqt/Qt/q3pointarray.h
include/tqt/Qt/q3popupmenu.h
include/tqt/Qt/q3whatsthis.h
include/tqt/tqabstractlayout.h
include/tqt/tqaccel.h
include/tqt/tqaccessible.h
include/tqt/tqaction.h
include/tqt/tqapp.h
include/tqt/tqapplication.h
include/tqt/tqarray.h
include/tqt/tqasciicache.h
include/tqt/tqasciidict.h
include/tqt/tqassistantclient.h
include/tqt/tqasyncimageio.h
include/tqt/tqasyncio.h
include/tqt/tqbig5codec.h
include/tqt/tqbitarray.h
include/tqt/tqbitarry.h
include/tqt/tqbitmap.h
include/tqt/tqbrush.h
include/tqt/tqbttngrp.h
include/tqt/tqbuffer.h
include/tqt/tqbuttongroup.h
include/tqt/tqbutton.h
include/tqt/tqcache.h
include/tqt/tqcanvas.h
include/tqt/tqcdestyle.h
include/tqt/tqcleanuphandler.h
include/tqt/tqclipboard.h
include/tqt/tqclipbrd.h
include/tqt/tqcollect.h
include/tqt/tqcollection.h
include/tqt/tqcolordialog.h
include/tqt/tqcolor.h
include/tqt/tqcombobox.h
include/tqt/tqcombo.h
include/tqt/tqcommonstyle.h
include/tqt/tqcompactstyle.h
include/tqt/tqcom_p.h
include/tqt/tqconfig.h
include/tqt/tqconnect.h
include/tqt/tqconnection.h
include/tqt/tqcstring.h
include/tqt/tqcursor.h
include/tqt/tqdatabrowser.h
include/tqt/tqdatastream.h
include/tqt/tqdatatable.h
include/tqt/tqdataview.h
include/tqt/tqdatetimeedit.h
include/tqt/tqdatetime.h
include/tqt/tqdatetm.h
include/tqt/tqdeepcopy.h
include/tqt/tqdesktopwidget.h
include/tqt/tqdial.h
include/tqt/tqdialog.h
include/tqt/tqdict.h
include/tqt/tqdir.h
include/tqt/tqdns.h
include/tqt/tqdockarea.h
include/tqt/tqdockwindow.h
include/tqt/tqdom.h
include/tqt/tqdragobject.h
include/tqt/tqdrawutil.h
include/tqt/tqdrawutl.h
include/tqt/tqdropsite.h
include/tqt/tqdstream.h
include/tqt/tqeditorfactory.h
include/tqt/tqeffects_p.h
include/tqt/tqerrormessage.h
include/tqt/tqeucjpcodec.h
include/tqt/tqeuckrcodec.h
include/tqt/tqevent.h
include/tqt/tqeventloop.h
include/tqt/tqfeatures.h
include/tqt/tqfiledef.h
include/tqt/tqfiledialog.h
include/tqt/tqfiledlg.h
include/tqt/tqfile.h
include/tqt/tqfileinf.h
include/tqt/tqfileinfo.h
include/tqt/tqfocusdata.h
include/tqt/tqfontdatabase.h
include/tqt/tqfontdialog.h
include/tqt/tqfont.h
include/tqt/tqfontinf.h
include/tqt/tqfontinfo.h
include/tqt/tqfontmet.h
include/tqt/tqfontmetrics.h
include/tqt/tqframe.h
include/tqt/tqftp.h
include/tqt/tqgarray.h
include/tqt/tqgbkcodec.h
include/tqt/tqgb18030codec.h
include/tqt/tqgcache.h
include/tqt/tqgdict.h
include/tqt/tqgeneric.h
include/tqt/tqgif.h
include/tqt/tqglcolormap.h
include/tqt/tqgl.h
include/tqt/tqglist.h
include/tqt/tqglobal.h
include/tqt/tqgplugin.h
include/tqt/tqgrid.h
include/tqt/tqgridview.h
include/tqt/tqgroupbox.h
include/tqt/tqgrpbox.h
include/tqt/tqguardedptr.h
include/tqt/tqgvector.h
include/tqt/tqhbox.h
include/tqt/tqhbuttongroup.h
include/tqt/tqheader.h
include/tqt/tqhgroupbox.h
include/tqt/tqhostaddress.h
include/tqt/tqhttp.h
include/tqt/tqcheckbox.h
include/tqt/tqchkbox.h
include/tqt/tqiconset.h
include/tqt/tqiconview.h
include/tqt/tqimageformatplugin.h
include/tqt/tqimage.h
include/tqt/tqinputdialog.h
include/tqt/tqintcache.h
include/tqt/tqintcach.h
include/tqt/tqintdict.h
include/tqt/tqinterlacestyle.h
include/tqt/tqinternal_p.h
include/tqt/tqiodev.h
include/tqt/tqiodevice.h
include/tqt/tqjiscodec.h
include/tqt/tqjpegio.h
include/tqt/tqjpunicode.h
include/tqt/tqkeycode.h
include/tqt/tqkeysequence.h
include/tqt/tqlabel.h
include/tqt/tqlayoutengine_p.h
include/tqt/tqlayout.h
include/tqt/tqlcdnumber.h
include/tqt/tqlibrary.h
include/tqt/tqlined.h
include/tqt/tqlineedit.h
include/tqt/tqlistbox.h
include/tqt/tqlist.h
include/tqt/tqlistiterator.h
include/tqt/tqlistview.h
include/tqt/tqlocale.h
include/tqt/tqlocalfs.h
include/tqt/tqmainwindow.h
include/tqt/tqmap.h
include/tqt/tqmemarray.h
include/tqt/tqmenubar.h
include/tqt/tqmenudata.h
include/tqt/tqmenudta.h
include/tqt/tqmessagebox.h
include/tqt/tqmetaobject.h
include/tqt/tqmetaobj.h
include/tqt/tqmime.h
include/tqt/tqmlined.h
include/tqt/tqmngio.h
include/tqt/tqmodules.h
include/tqt/tqmotifplusstyle.h
include/tqt/tqmotifstyle.h
include/tqt/tqmovie.h
include/tqt/tqmsgbox.h
include/tqt/tqmultilinedit.h
include/tqt/tqmultilineedit.h
include/tqt/tqmutex.h
include/tqt/tqnamespace.h
include/tqt/tqnetwork.h
include/tqt/tqnetworkprotocol.h
include/tqt/tqnp.h
include/tqt/tqobjcoll.h
include/tqt/tqobjdefs.h
include/tqt/tqobjectcleanuphandler.h
include/tqt/tqobjectdict.h
include/tqt/tqobject.h
include/tqt/tqobjectlist.h
include/tqt/tqpaintdc.h
include/tqt/tqpaintdevice.h
include/tqt/tqpaintdevicemetrics.h
include/tqt/tqpaintd.h
include/tqt/tqpainter.h
include/tqt/tqpair.h
include/tqt/tqpalette.h
include/tqt/tqpdevmet.h
include/tqt/tqpen.h
include/tqt/tqpicture.h
include/tqt/tqpixmapcache.h
include/tqt/tqpixmap.h
include/tqt/tqplatinumstyle.h
include/tqt/tqpluginmanager_p.h
include/tqt/tqpmcache.h
include/tqt/tqpngio.h
include/tqt/tqpntarry.h
include/tqt/tqpointarray.h
include/tqt/tqpoint.h
include/tqt/tqpolygonscanner.h
include/tqt/tqpopmenu.h
include/tqt/tqpopupmenu.h
include/tqt/tqprintdialog.h
include/tqt/tqprinter.h
include/tqt/tqprndlg.h
include/tqt/tqprocess.h
include/tqt/tqprogbar.h
include/tqt/tqprogdlg.h
include/tqt/tqprogressbar.h
include/tqt/tqprogressdialog.h
include/tqt/tqptrcollection.h
include/tqt/tqptrdict.h
include/tqt/tqptrlist.h
include/tqt/tqptrqueue.h
include/tqt/tqptrstack.h
include/tqt/tqptrvector.h
include/tqt/tqpushbt.h
include/tqt/tqpushbutton.h
include/tqt/tqqueue.h
include/tqt/tqradiobt.h
include/tqt/tqradiobutton.h
include/tqt/tqrangecontrol.h
include/tqt/tqrangect.h
include/tqt/tqrect.h
include/tqt/tqregexp.h
include/tqt/tqregion.h
include/tqt/tqrichtext_p.h
include/tqt/tqrtlcodec.h
include/tqt/tqscrbar.h
include/tqt/tqscrollbar.h
include/tqt/tqscrollview.h
include/tqt/tqsemaphore.h
include/tqt/tqsemimodal.h
include/tqt/tqserversocket.h
include/tqt/tqsession.h
include/tqt/tqsessionmanager.h
include/tqt/tqsettings.h
include/tqt/tqsgistyle.h
include/tqt/tqshared.h
include/tqt/tqsignal.h
include/tqt/tqsignalmapper.h
include/tqt/tqsignalslotimp.h
include/tqt/tqsimplerichtext.h
include/tqt/tqsizegrip.h
include/tqt/tqsize.h
include/tqt/tqsizepolicy.h
include/tqt/tqsjiscodec.h
include/tqt/tqslider.h
include/tqt/tqsocketdevice.h
include/tqt/tqsocket.h
include/tqt/tqsocketnotifier.h
include/tqt/tqsocknot.h
include/tqt/tqsortedlist.h
include/tqt/tqsound.h
include/tqt/tqspinbox.h
include/tqt/tqsplashscreen.h
include/tqt/tqsplitter.h
include/tqt/tqsqlcursor.h
include/tqt/tqsqldatabase.h
include/tqt/tqsqldriver.h
include/tqt/tqsqldriverplugin.h
include/tqt/tqsqleditorfactory.h
include/tqt/tqsqlerror.h
include/tqt/tqsqlfield.h
include/tqt/tqsqlform.h
include/tqt/tqsql.h
include/tqt/tqsqlindex.h
include/tqt/tqsqlpropertymap.h
include/tqt/tqsqlquery.h
include/tqt/tqsqlrecord.h
include/tqt/tqsqlresult.h
include/tqt/tqsqlselectcursor.h
include/tqt/tqstack.h
include/tqt/tqstatusbar.h
include/tqt/tqstring.h
include/tqt/tqstringlist.h
include/tqt/tqstrlist.h
include/tqt/tqstrvec.h
include/tqt/tqstylefactory.h
include/tqt/tqstyle.h
include/tqt/tqstyleplugin.h
include/tqt/tqstylesheet.h
include/tqt/tqsyntaxhighlighter.h
include/tqt/tqtabbar.h
include/tqt/tqtabdialog.h
include/tqt/tqtabdlg.h
include/tqt/tqtable.h
include/tqt/tqtabwidget.h
include/tqt/tqtextbrowser.h
include/tqt/tqtextcodecfactory.h
include/tqt/tqtextcodec.h
include/tqt/tqtextcodecplugin.h
include/tqt/tqtextedit.h
include/tqt/tqtextengine_p.h
include/tqt/tqtextstream.h
include/tqt/tqtextview.h
include/tqt/tqtglobaldefines.h
include/tqt/tqt.h
include/tqt/tqthread.h
include/tqt/tqthreadstorage.h
include/tqt/tqtimer.h
include/tqt/tqtl.h
include/tqt/tqtoolbar.h
include/tqt/tqtoolbox.h
include/tqt/tqtoolbutton.h
include/tqt/tqtooltip.h
include/tqt/tqtranslator.h
include/tqt/tqtsciicodec.h
include/tqt/tqtstream.h
include/tqt/tqucomextra_p.h
include/tqt/tqucom_p.h
include/tqt/tqurl.h
include/tqt/tqurlinfo.h
include/tqt/tqurloperator.h
include/tqt/tqutfcodec.h
include/tqt/tquuid.h
include/tqt/tqvalidator.h
include/tqt/tqvaluelist.h
include/tqt/tqvaluestack.h
include/tqt/tqvaluevector.h
include/tqt/tqvariant.h
include/tqt/tqvbox.h
include/tqt/tqvbuttongroup.h
include/tqt/tqvector.h
include/tqt/tqvfbhdr.h
include/tqt/tqvgroupbox.h
include/tqt/tqwaitcondition.h
include/tqt/tqwhatsthis.h
include/tqt/tqwidcoll.h
include/tqt/tqwidgetfactory.h
include/tqt/tqwidget.h
include/tqt/tqwidgetintdict.h
include/tqt/tqwidgetinterface_p.h
include/tqt/tqwidgetlist.h
include/tqt/tqwidgetplugin.h
include/tqt/tqwidgetstack.h
include/tqt/tqwindefs.h
include/tqt/tqwindowdefs.h
include/tqt/tqwindowsstyle.h
include/tqt/tqwinexport.h
include/tqt/tqwizard.h
include/tqt/tqwmatrix.h
include/tqt/tqworkspace.h
include/tqt/tqxml.h
include/tqt/tq1xcompatibility.h
lib/libtqt.la
lib/libtqt.so
lib/libtqt.so.4
lib/libtqt.so.4.2.0
libdata/pkgconfig/tqt.pc
libdata/pkgconfig/tqtqui.pc
@dirrm include/tqt/Qt
@dirrm include/tqt

@ -0,0 +1,39 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
.include <../trinity.port.mk>
LANG= af
PORTNAME= tde-i18n-trinity
COMMENT= Messages and documentation for TDE - ${LANG}
TDE_PREVERSION= ~pre9+a4c1e5ad
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= x11 misc
DIST_SUBDIR= TDE
PKGNAMEPREFIX= ${LANG}-
WRKSRC= ${WRKDIR}/${DISTNAME}/tde-i18n-${LANG}
EXTRACT_AFTER_ARGS+= \
'${EXTRACT_BASE}admin/' \
'${EXTRACT_BASE}cmake/' \
'${EXTRACT_BASE}tde-i18n-${LANG}/' \
BUILD_DEPENDS+= ${TDE_PREFIX}/bin/tde-config:${PORTSDIR}/x11/trinity/tdelibs
# 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,2 @@
SHA256 (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 6f15f2f8d9ebc912c6ece6ed36acef10b3f2e09bf52ccf16317595ecde210efe
SIZE (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 195710272

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

@ -0,0 +1,391 @@
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/kpilot.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,39 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
.include <../trinity.port.mk>
LANG= ar
PORTNAME= tde-i18n-trinity
COMMENT= Messages and documentation for TDE - ${LANG}
TDE_PREVERSION= ~pre9+a4c1e5ad
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= x11 misc
DIST_SUBDIR= TDE
PKGNAMEPREFIX= ${LANG}-
WRKSRC= ${WRKDIR}/${DISTNAME}/tde-i18n-${LANG}
EXTRACT_AFTER_ARGS+= \
'${EXTRACT_BASE}admin/' \
'${EXTRACT_BASE}cmake/' \
'${EXTRACT_BASE}tde-i18n-${LANG}/' \
BUILD_DEPENDS+= ${TDE_PREFIX}/bin/tde-config:${PORTSDIR}/x11/trinity/tdelibs
# 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,2 @@
SHA256 (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 6f15f2f8d9ebc912c6ece6ed36acef10b3f2e09bf52ccf16317595ecde210efe
SIZE (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 195710272

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

@ -0,0 +1,549 @@
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/kpilot.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,39 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
.include <../trinity.port.mk>
LANG= az
PORTNAME= tde-i18n-trinity
COMMENT= Messages and documentation for TDE - ${LANG}
TDE_PREVERSION= ~pre9+a4c1e5ad
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= x11 misc
DIST_SUBDIR= TDE
PKGNAMEPREFIX= ${LANG}-
WRKSRC= ${WRKDIR}/${DISTNAME}/tde-i18n-${LANG}
EXTRACT_AFTER_ARGS+= \
'${EXTRACT_BASE}admin/' \
'${EXTRACT_BASE}cmake/' \
'${EXTRACT_BASE}tde-i18n-${LANG}/' \
BUILD_DEPENDS+= ${TDE_PREFIX}/bin/tde-config:${PORTSDIR}/x11/trinity/tdelibs
# 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,2 @@
SHA256 (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 6f15f2f8d9ebc912c6ece6ed36acef10b3f2e09bf52ccf16317595ecde210efe
SIZE (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 195710272

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

@ -0,0 +1,433 @@
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/kpilot.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,39 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
.include <../trinity.port.mk>
LANG= be
PORTNAME= tde-i18n-trinity
COMMENT= Messages and documentation for TDE - ${LANG}
TDE_PREVERSION= ~pre9+a4c1e5ad
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= x11 misc
DIST_SUBDIR= TDE
PKGNAMEPREFIX= ${LANG}-
WRKSRC= ${WRKDIR}/${DISTNAME}/tde-i18n-${LANG}
EXTRACT_AFTER_ARGS+= \
'${EXTRACT_BASE}admin/' \
'${EXTRACT_BASE}cmake/' \
'${EXTRACT_BASE}tde-i18n-${LANG}/' \
BUILD_DEPENDS+= ${TDE_PREFIX}/bin/tde-config:${PORTSDIR}/x11/trinity/tdelibs
# 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,2 @@
SHA256 (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 6f15f2f8d9ebc912c6ece6ed36acef10b3f2e09bf52ccf16317595ecde210efe
SIZE (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 195710272

@ -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,39 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
.include <../trinity.port.mk>
LANG= bg
PORTNAME= tde-i18n-trinity
COMMENT= Messages and documentation for TDE - ${LANG}
TDE_PREVERSION= ~pre9+a4c1e5ad
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= x11 misc
DIST_SUBDIR= TDE
PKGNAMEPREFIX= ${LANG}-
WRKSRC= ${WRKDIR}/${DISTNAME}/tde-i18n-${LANG}
EXTRACT_AFTER_ARGS+= \
'${EXTRACT_BASE}admin/' \
'${EXTRACT_BASE}cmake/' \
'${EXTRACT_BASE}tde-i18n-${LANG}/' \
BUILD_DEPENDS+= ${TDE_PREFIX}/bin/tde-config:${PORTSDIR}/x11/trinity/tdelibs
# 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,2 @@
SHA256 (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 6f15f2f8d9ebc912c6ece6ed36acef10b3f2e09bf52ccf16317595ecde210efe
SIZE (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 195710272

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

@ -0,0 +1,552 @@
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/kpilot.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,39 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
.include <../trinity.port.mk>
LANG= bn
PORTNAME= tde-i18n-trinity
COMMENT= Messages and documentation for TDE - ${LANG}
TDE_PREVERSION= ~pre9+a4c1e5ad
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= x11 misc
DIST_SUBDIR= TDE
PKGNAMEPREFIX= ${LANG}-
WRKSRC= ${WRKDIR}/${DISTNAME}/tde-i18n-${LANG}
EXTRACT_AFTER_ARGS+= \
'${EXTRACT_BASE}admin/' \
'${EXTRACT_BASE}cmake/' \
'${EXTRACT_BASE}tde-i18n-${LANG}/' \
BUILD_DEPENDS+= ${TDE_PREFIX}/bin/tde-config:${PORTSDIR}/x11/trinity/tdelibs
# 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,2 @@
SHA256 (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 6f15f2f8d9ebc912c6ece6ed36acef10b3f2e09bf52ccf16317595ecde210efe
SIZE (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 195710272

@ -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,39 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
.include <../trinity.port.mk>
LANG= br
PORTNAME= tde-i18n-trinity
COMMENT= Messages and documentation for TDE - ${LANG}
TDE_PREVERSION= ~pre9+a4c1e5ad
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= x11 misc
DIST_SUBDIR= TDE
PKGNAMEPREFIX= ${LANG}-
WRKSRC= ${WRKDIR}/${DISTNAME}/tde-i18n-${LANG}
EXTRACT_AFTER_ARGS+= \
'${EXTRACT_BASE}admin/' \
'${EXTRACT_BASE}cmake/' \
'${EXTRACT_BASE}tde-i18n-${LANG}/' \
BUILD_DEPENDS+= ${TDE_PREFIX}/bin/tde-config:${PORTSDIR}/x11/trinity/tdelibs
# 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,2 @@
SHA256 (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 6f15f2f8d9ebc912c6ece6ed36acef10b3f2e09bf52ccf16317595ecde210efe
SIZE (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 195710272

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

@ -0,0 +1,562 @@
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/kpilot.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,39 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
.include <../trinity.port.mk>
LANG= bs
PORTNAME= tde-i18n-trinity
COMMENT= Messages and documentation for TDE - ${LANG}
TDE_PREVERSION= ~pre9+a4c1e5ad
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= x11 misc
DIST_SUBDIR= TDE
PKGNAMEPREFIX= ${LANG}-
WRKSRC= ${WRKDIR}/${DISTNAME}/tde-i18n-${LANG}
EXTRACT_AFTER_ARGS+= \
'${EXTRACT_BASE}admin/' \
'${EXTRACT_BASE}cmake/' \
'${EXTRACT_BASE}tde-i18n-${LANG}/' \
BUILD_DEPENDS+= ${TDE_PREFIX}/bin/tde-config:${PORTSDIR}/x11/trinity/tdelibs
# 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,2 @@
SHA256 (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 6f15f2f8d9ebc912c6ece6ed36acef10b3f2e09bf52ccf16317595ecde210efe
SIZE (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 195710272

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

@ -0,0 +1,416 @@
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/kpilot.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,39 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
.include <../trinity.port.mk>
LANG= ca
PORTNAME= tde-i18n-trinity
COMMENT= Messages and documentation for TDE - ${LANG}
TDE_PREVERSION= ~pre9+a4c1e5ad
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= x11 misc
DIST_SUBDIR= TDE
PKGNAMEPREFIX= ${LANG}-
WRKSRC= ${WRKDIR}/${DISTNAME}/tde-i18n-${LANG}
EXTRACT_AFTER_ARGS+= \
'${EXTRACT_BASE}admin/' \
'${EXTRACT_BASE}cmake/' \
'${EXTRACT_BASE}tde-i18n-${LANG}/' \
BUILD_DEPENDS+= ${TDE_PREFIX}/bin/tde-config:${PORTSDIR}/x11/trinity/tdelibs
# 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,2 @@
SHA256 (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 6f15f2f8d9ebc912c6ece6ed36acef10b3f2e09bf52ccf16317595ecde210efe
SIZE (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 195710272

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

File diff suppressed because it is too large Load Diff

@ -0,0 +1,39 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
.include <../trinity.port.mk>
LANG= cs
PORTNAME= tde-i18n-trinity
COMMENT= Messages and documentation for TDE - ${LANG}
TDE_PREVERSION= ~pre9+a4c1e5ad
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= x11 misc
DIST_SUBDIR= TDE
PKGNAMEPREFIX= ${LANG}-
WRKSRC= ${WRKDIR}/${DISTNAME}/tde-i18n-${LANG}
EXTRACT_AFTER_ARGS+= \
'${EXTRACT_BASE}admin/' \
'${EXTRACT_BASE}cmake/' \
'${EXTRACT_BASE}tde-i18n-${LANG}/' \
BUILD_DEPENDS+= ${TDE_PREFIX}/bin/tde-config:${PORTSDIR}/x11/trinity/tdelibs
# 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,2 @@
SHA256 (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 6f15f2f8d9ebc912c6ece6ed36acef10b3f2e09bf52ccf16317595ecde210efe
SIZE (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 195710272

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

@ -0,0 +1,752 @@
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/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/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/qpl-license.html
share/doc/tde/HTML/cs/common/shadow.png
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/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/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/kcmenergy.mo
share/locale/cs/LC_MESSAGES/kcmfonts.mo
share/locale/cs/LC_MESSAGES/kcmhtmlsearch.mo
share/locale/cs/LC_MESSAGES/kcmicons.mo
share/locale/cs/LC_MESSAGES/kcminfo.mo
share/locale/cs/LC_MESSAGES/kcminput.mo
share/locale/cs/LC_MESSAGES/kcmioslaveinfo.mo
share/locale/cs/LC_MESSAGES/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/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/kpilot.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_exchange.mo
share/locale/cs/LC_MESSAGES/kres_featureplan.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_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/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/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/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/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_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/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,39 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
.include <../trinity.port.mk>
LANG= csb
PORTNAME= tde-i18n-trinity
COMMENT= Messages and documentation for TDE - ${LANG}
TDE_PREVERSION= ~pre9+a4c1e5ad
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= x11 misc
DIST_SUBDIR= TDE
PKGNAMEPREFIX= ${LANG}-
WRKSRC= ${WRKDIR}/${DISTNAME}/tde-i18n-${LANG}
EXTRACT_AFTER_ARGS+= \
'${EXTRACT_BASE}admin/' \
'${EXTRACT_BASE}cmake/' \
'${EXTRACT_BASE}tde-i18n-${LANG}/' \
BUILD_DEPENDS+= ${TDE_PREFIX}/bin/tde-config:${PORTSDIR}/x11/trinity/tdelibs
# 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,2 @@
SHA256 (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 6f15f2f8d9ebc912c6ece6ed36acef10b3f2e09bf52ccf16317595ecde210efe
SIZE (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 195710272

@ -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,39 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
.include <../trinity.port.mk>
LANG= cy
PORTNAME= tde-i18n-trinity
COMMENT= Messages and documentation for TDE - ${LANG}
TDE_PREVERSION= ~pre9+a4c1e5ad
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= x11 misc
DIST_SUBDIR= TDE
PKGNAMEPREFIX= ${LANG}-
WRKSRC= ${WRKDIR}/${DISTNAME}/tde-i18n-${LANG}
EXTRACT_AFTER_ARGS+= \
'${EXTRACT_BASE}admin/' \
'${EXTRACT_BASE}cmake/' \
'${EXTRACT_BASE}tde-i18n-${LANG}/' \
BUILD_DEPENDS+= ${TDE_PREFIX}/bin/tde-config:${PORTSDIR}/x11/trinity/tdelibs
# 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,2 @@
SHA256 (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 6f15f2f8d9ebc912c6ece6ed36acef10b3f2e09bf52ccf16317595ecde210efe
SIZE (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 195710272

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

@ -0,0 +1,561 @@
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/kpilot.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,39 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
.include <../trinity.port.mk>
LANG= da
PORTNAME= tde-i18n-trinity
COMMENT= Messages and documentation for TDE - ${LANG}
TDE_PREVERSION= ~pre9+a4c1e5ad
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= x11 misc
DIST_SUBDIR= TDE
PKGNAMEPREFIX= ${LANG}-
WRKSRC= ${WRKDIR}/${DISTNAME}/tde-i18n-${LANG}
EXTRACT_AFTER_ARGS+= \
'${EXTRACT_BASE}admin/' \
'${EXTRACT_BASE}cmake/' \
'${EXTRACT_BASE}tde-i18n-${LANG}/' \
BUILD_DEPENDS+= ${TDE_PREFIX}/bin/tde-config:${PORTSDIR}/x11/trinity/tdelibs
# 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,2 @@
SHA256 (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 6f15f2f8d9ebc912c6ece6ed36acef10b3f2e09bf52ccf16317595ecde210efe
SIZE (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 195710272

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

File diff suppressed because it is too large Load Diff

@ -0,0 +1,39 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
.include <../trinity.port.mk>
LANG= de
PORTNAME= tde-i18n-trinity
COMMENT= Messages and documentation for TDE - ${LANG}
TDE_PREVERSION= ~pre9+a4c1e5ad
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= x11 misc
DIST_SUBDIR= TDE
PKGNAMEPREFIX= ${LANG}-
WRKSRC= ${WRKDIR}/${DISTNAME}/tde-i18n-${LANG}
EXTRACT_AFTER_ARGS+= \
'${EXTRACT_BASE}admin/' \
'${EXTRACT_BASE}cmake/' \
'${EXTRACT_BASE}tde-i18n-${LANG}/' \
BUILD_DEPENDS+= ${TDE_PREFIX}/bin/tde-config:${PORTSDIR}/x11/trinity/tdelibs
# 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,2 @@
SHA256 (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 6f15f2f8d9ebc912c6ece6ed36acef10b3f2e09bf52ccf16317595ecde210efe
SIZE (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 195710272

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

File diff suppressed because it is too large Load Diff

@ -0,0 +1,39 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
.include <../trinity.port.mk>
LANG= el
PORTNAME= tde-i18n-trinity
COMMENT= Messages and documentation for TDE - ${LANG}
TDE_PREVERSION= ~pre9+a4c1e5ad
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= x11 misc
DIST_SUBDIR= TDE
PKGNAMEPREFIX= ${LANG}-
WRKSRC= ${WRKDIR}/${DISTNAME}/tde-i18n-${LANG}
EXTRACT_AFTER_ARGS+= \
'${EXTRACT_BASE}admin/' \
'${EXTRACT_BASE}cmake/' \
'${EXTRACT_BASE}tde-i18n-${LANG}/' \
BUILD_DEPENDS+= ${TDE_PREFIX}/bin/tde-config:${PORTSDIR}/x11/trinity/tdelibs
# 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,2 @@
SHA256 (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 6f15f2f8d9ebc912c6ece6ed36acef10b3f2e09bf52ccf16317595ecde210efe
SIZE (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 195710272

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

@ -0,0 +1,559 @@
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/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/kpilot.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/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/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/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,39 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
.include <../trinity.port.mk>
LANG= en_GB
PORTNAME= tde-i18n-trinity
COMMENT= Messages and documentation for TDE - ${LANG}
TDE_PREVERSION= ~pre9+a4c1e5ad
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= x11 misc
DIST_SUBDIR= TDE
PKGNAMEPREFIX= ${LANG}-
WRKSRC= ${WRKDIR}/${DISTNAME}/tde-i18n-${LANG}
EXTRACT_AFTER_ARGS+= \
'${EXTRACT_BASE}admin/' \
'${EXTRACT_BASE}cmake/' \
'${EXTRACT_BASE}tde-i18n-${LANG}/' \
BUILD_DEPENDS+= ${TDE_PREFIX}/bin/tde-config:${PORTSDIR}/x11/trinity/tdelibs
# 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,2 @@
SHA256 (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 6f15f2f8d9ebc912c6ece6ed36acef10b3f2e09bf52ccf16317595ecde210efe
SIZE (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 195710272

@ -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,39 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
.include <../trinity.port.mk>
LANG= eo
PORTNAME= tde-i18n-trinity
COMMENT= Messages and documentation for TDE - ${LANG}
TDE_PREVERSION= ~pre9+a4c1e5ad
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= x11 misc
DIST_SUBDIR= TDE
PKGNAMEPREFIX= ${LANG}-
WRKSRC= ${WRKDIR}/${DISTNAME}/tde-i18n-${LANG}
EXTRACT_AFTER_ARGS+= \
'${EXTRACT_BASE}admin/' \
'${EXTRACT_BASE}cmake/' \
'${EXTRACT_BASE}tde-i18n-${LANG}/' \
BUILD_DEPENDS+= ${TDE_PREFIX}/bin/tde-config:${PORTSDIR}/x11/trinity/tdelibs
# 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,2 @@
SHA256 (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 6f15f2f8d9ebc912c6ece6ed36acef10b3f2e09bf52ccf16317595ecde210efe
SIZE (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 195710272

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

@ -0,0 +1,388 @@
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/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/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,39 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
.include <../trinity.port.mk>
LANG= es
PORTNAME= tde-i18n-trinity
COMMENT= Messages and documentation for TDE - ${LANG}
TDE_PREVERSION= ~pre9+a4c1e5ad
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= x11 misc
DIST_SUBDIR= TDE
PKGNAMEPREFIX= ${LANG}-
WRKSRC= ${WRKDIR}/${DISTNAME}/tde-i18n-${LANG}
EXTRACT_AFTER_ARGS+= \
'${EXTRACT_BASE}admin/' \
'${EXTRACT_BASE}cmake/' \
'${EXTRACT_BASE}tde-i18n-${LANG}/' \
BUILD_DEPENDS+= ${TDE_PREFIX}/bin/tde-config:${PORTSDIR}/x11/trinity/tdelibs
# 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,2 @@
SHA256 (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 6f15f2f8d9ebc912c6ece6ed36acef10b3f2e09bf52ccf16317595ecde210efe
SIZE (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 195710272

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

File diff suppressed because it is too large Load Diff

@ -0,0 +1,39 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
.include <../trinity.port.mk>
LANG= et
PORTNAME= tde-i18n-trinity
COMMENT= Messages and documentation for TDE - ${LANG}
TDE_PREVERSION= ~pre9+a4c1e5ad
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= x11 misc
DIST_SUBDIR= TDE
PKGNAMEPREFIX= ${LANG}-
WRKSRC= ${WRKDIR}/${DISTNAME}/tde-i18n-${LANG}
EXTRACT_AFTER_ARGS+= \
'${EXTRACT_BASE}admin/' \
'${EXTRACT_BASE}cmake/' \
'${EXTRACT_BASE}tde-i18n-${LANG}/' \
BUILD_DEPENDS+= ${TDE_PREFIX}/bin/tde-config:${PORTSDIR}/x11/trinity/tdelibs
# 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,2 @@
SHA256 (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 6f15f2f8d9ebc912c6ece6ed36acef10b3f2e09bf52ccf16317595ecde210efe
SIZE (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 195710272

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

File diff suppressed because it is too large Load Diff

@ -0,0 +1,39 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
.include <../trinity.port.mk>
LANG= eu
PORTNAME= tde-i18n-trinity
COMMENT= Messages and documentation for TDE - ${LANG}
TDE_PREVERSION= ~pre9+a4c1e5ad
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= x11 misc
DIST_SUBDIR= TDE
PKGNAMEPREFIX= ${LANG}-
WRKSRC= ${WRKDIR}/${DISTNAME}/tde-i18n-${LANG}
EXTRACT_AFTER_ARGS+= \
'${EXTRACT_BASE}admin/' \
'${EXTRACT_BASE}cmake/' \
'${EXTRACT_BASE}tde-i18n-${LANG}/' \
BUILD_DEPENDS+= ${TDE_PREFIX}/bin/tde-config:${PORTSDIR}/x11/trinity/tdelibs
# 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,2 @@
SHA256 (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 6f15f2f8d9ebc912c6ece6ed36acef10b3f2e09bf52ccf16317595ecde210efe
SIZE (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 195710272

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

@ -0,0 +1,630 @@
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/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/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/qpl-license.html
share/doc/tde/HTML/eu/common/shadow.png
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/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/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/kpilot.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,39 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
.include <../trinity.port.mk>
LANG= fa
PORTNAME= tde-i18n-trinity
COMMENT= Messages and documentation for TDE - ${LANG}
TDE_PREVERSION= ~pre9+a4c1e5ad
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= x11 misc
DIST_SUBDIR= TDE
PKGNAMEPREFIX= ${LANG}-
WRKSRC= ${WRKDIR}/${DISTNAME}/tde-i18n-${LANG}
EXTRACT_AFTER_ARGS+= \
'${EXTRACT_BASE}admin/' \
'${EXTRACT_BASE}cmake/' \
'${EXTRACT_BASE}tde-i18n-${LANG}/' \
BUILD_DEPENDS+= ${TDE_PREFIX}/bin/tde-config:${PORTSDIR}/x11/trinity/tdelibs
# 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,2 @@
SHA256 (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 6f15f2f8d9ebc912c6ece6ed36acef10b3f2e09bf52ccf16317595ecde210efe
SIZE (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 195710272

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

@ -0,0 +1,556 @@
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/kpilot.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,39 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
.include <../trinity.port.mk>
LANG= fi
PORTNAME= tde-i18n-trinity
COMMENT= Messages and documentation for TDE - ${LANG}
TDE_PREVERSION= ~pre9+a4c1e5ad
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= x11 misc
DIST_SUBDIR= TDE
PKGNAMEPREFIX= ${LANG}-
WRKSRC= ${WRKDIR}/${DISTNAME}/tde-i18n-${LANG}
EXTRACT_AFTER_ARGS+= \
'${EXTRACT_BASE}admin/' \
'${EXTRACT_BASE}cmake/' \
'${EXTRACT_BASE}tde-i18n-${LANG}/' \
BUILD_DEPENDS+= ${TDE_PREFIX}/bin/tde-config:${PORTSDIR}/x11/trinity/tdelibs
# 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,2 @@
SHA256 (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 6f15f2f8d9ebc912c6ece6ed36acef10b3f2e09bf52ccf16317595ecde210efe
SIZE (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 195710272

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

@ -0,0 +1,643 @@
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/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/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/qpl-license.html
share/doc/tde/HTML/fi/common/shadow.png
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/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/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/kpilot.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,39 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
.include <../trinity.port.mk>
LANG= fr
PORTNAME= tde-i18n-trinity
COMMENT= Messages and documentation for TDE - ${LANG}
TDE_PREVERSION= ~pre9+a4c1e5ad
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= x11 misc
DIST_SUBDIR= TDE
PKGNAMEPREFIX= ${LANG}-
WRKSRC= ${WRKDIR}/${DISTNAME}/tde-i18n-${LANG}
EXTRACT_AFTER_ARGS+= \
'${EXTRACT_BASE}admin/' \
'${EXTRACT_BASE}cmake/' \
'${EXTRACT_BASE}tde-i18n-${LANG}/' \
BUILD_DEPENDS+= ${TDE_PREFIX}/bin/tde-config:${PORTSDIR}/x11/trinity/tdelibs
# 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,2 @@
SHA256 (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 6f15f2f8d9ebc912c6ece6ed36acef10b3f2e09bf52ccf16317595ecde210efe
SIZE (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 195710272

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

File diff suppressed because it is too large Load Diff

@ -0,0 +1,39 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
.include <../trinity.port.mk>
LANG= fy
PORTNAME= tde-i18n-trinity
COMMENT= Messages and documentation for TDE - ${LANG}
TDE_PREVERSION= ~pre9+a4c1e5ad
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= x11 misc
DIST_SUBDIR= TDE
PKGNAMEPREFIX= ${LANG}-
WRKSRC= ${WRKDIR}/${DISTNAME}/tde-i18n-${LANG}
EXTRACT_AFTER_ARGS+= \
'${EXTRACT_BASE}admin/' \
'${EXTRACT_BASE}cmake/' \
'${EXTRACT_BASE}tde-i18n-${LANG}/' \
BUILD_DEPENDS+= ${TDE_PREFIX}/bin/tde-config:${PORTSDIR}/x11/trinity/tdelibs
# 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,2 @@
SHA256 (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 6f15f2f8d9ebc912c6ece6ed36acef10b3f2e09bf52ccf16317595ecde210efe
SIZE (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 195710272

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

@ -0,0 +1,323 @@
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/kpilot.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,39 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
.include <../trinity.port.mk>
LANG= ga
PORTNAME= tde-i18n-trinity
COMMENT= Messages and documentation for TDE - ${LANG}
TDE_PREVERSION= ~pre9+a4c1e5ad
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= x11 misc
DIST_SUBDIR= TDE
PKGNAMEPREFIX= ${LANG}-
WRKSRC= ${WRKDIR}/${DISTNAME}/tde-i18n-${LANG}
EXTRACT_AFTER_ARGS+= \
'${EXTRACT_BASE}admin/' \
'${EXTRACT_BASE}cmake/' \
'${EXTRACT_BASE}tde-i18n-${LANG}/' \
BUILD_DEPENDS+= ${TDE_PREFIX}/bin/tde-config:${PORTSDIR}/x11/trinity/tdelibs
# 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,2 @@
SHA256 (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 6f15f2f8d9ebc912c6ece6ed36acef10b3f2e09bf52ccf16317595ecde210efe
SIZE (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 195710272

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

@ -0,0 +1,561 @@
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/kpilot.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,39 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
.include <../trinity.port.mk>
LANG= gl
PORTNAME= tde-i18n-trinity
COMMENT= Messages and documentation for TDE - ${LANG}
TDE_PREVERSION= ~pre9+a4c1e5ad
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= x11 misc
DIST_SUBDIR= TDE
PKGNAMEPREFIX= ${LANG}-
WRKSRC= ${WRKDIR}/${DISTNAME}/tde-i18n-${LANG}
EXTRACT_AFTER_ARGS+= \
'${EXTRACT_BASE}admin/' \
'${EXTRACT_BASE}cmake/' \
'${EXTRACT_BASE}tde-i18n-${LANG}/' \
BUILD_DEPENDS+= ${TDE_PREFIX}/bin/tde-config:${PORTSDIR}/x11/trinity/tdelibs
# 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,2 @@
SHA256 (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 6f15f2f8d9ebc912c6ece6ed36acef10b3f2e09bf52ccf16317595ecde210efe
SIZE (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 195710272

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

@ -0,0 +1,547 @@
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/kpilot.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,39 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
.include <../trinity.port.mk>
LANG= he
PORTNAME= tde-i18n-trinity
COMMENT= Messages and documentation for TDE - ${LANG}
TDE_PREVERSION= ~pre9+a4c1e5ad
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= x11 misc
DIST_SUBDIR= TDE
PKGNAMEPREFIX= ${LANG}-
WRKSRC= ${WRKDIR}/${DISTNAME}/tde-i18n-${LANG}
EXTRACT_AFTER_ARGS+= \
'${EXTRACT_BASE}admin/' \
'${EXTRACT_BASE}cmake/' \
'${EXTRACT_BASE}tde-i18n-${LANG}/' \
BUILD_DEPENDS+= ${TDE_PREFIX}/bin/tde-config:${PORTSDIR}/x11/trinity/tdelibs
# 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,2 @@
SHA256 (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 6f15f2f8d9ebc912c6ece6ed36acef10b3f2e09bf52ccf16317595ecde210efe
SIZE (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 195710272

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

@ -0,0 +1,607 @@
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/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/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/qpl-license.html
share/doc/tde/HTML/he/common/shadow.png
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/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/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/kpilot.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,39 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
.include <../trinity.port.mk>
LANG= hi
PORTNAME= tde-i18n-trinity
COMMENT= Messages and documentation for TDE - ${LANG}
TDE_PREVERSION= ~pre9+a4c1e5ad
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= x11 misc
DIST_SUBDIR= TDE
PKGNAMEPREFIX= ${LANG}-
WRKSRC= ${WRKDIR}/${DISTNAME}/tde-i18n-${LANG}
EXTRACT_AFTER_ARGS+= \
'${EXTRACT_BASE}admin/' \
'${EXTRACT_BASE}cmake/' \
'${EXTRACT_BASE}tde-i18n-${LANG}/' \
BUILD_DEPENDS+= ${TDE_PREFIX}/bin/tde-config:${PORTSDIR}/x11/trinity/tdelibs
# 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,2 @@
SHA256 (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 6f15f2f8d9ebc912c6ece6ed36acef10b3f2e09bf52ccf16317595ecde210efe
SIZE (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 195710272

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

@ -0,0 +1,473 @@
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/kpilot.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,39 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
.include <../trinity.port.mk>
LANG= hr
PORTNAME= tde-i18n-trinity
COMMENT= Messages and documentation for TDE - ${LANG}
TDE_PREVERSION= ~pre9+a4c1e5ad
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= x11 misc
DIST_SUBDIR= TDE
PKGNAMEPREFIX= ${LANG}-
WRKSRC= ${WRKDIR}/${DISTNAME}/tde-i18n-${LANG}
EXTRACT_AFTER_ARGS+= \
'${EXTRACT_BASE}admin/' \
'${EXTRACT_BASE}cmake/' \
'${EXTRACT_BASE}tde-i18n-${LANG}/' \
BUILD_DEPENDS+= ${TDE_PREFIX}/bin/tde-config:${PORTSDIR}/x11/trinity/tdelibs
# 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,2 @@
SHA256 (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 6f15f2f8d9ebc912c6ece6ed36acef10b3f2e09bf52ccf16317595ecde210efe
SIZE (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 195710272

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

@ -0,0 +1,511 @@
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/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/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/qpl-license.html
share/doc/tde/HTML/hr/common/shadow.png
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/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/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/kpilot.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,39 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
.include <../trinity.port.mk>
LANG= hu
PORTNAME= tde-i18n-trinity
COMMENT= Messages and documentation for TDE - ${LANG}
TDE_PREVERSION= ~pre9+a4c1e5ad
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= x11 misc
DIST_SUBDIR= TDE
PKGNAMEPREFIX= ${LANG}-
WRKSRC= ${WRKDIR}/${DISTNAME}/tde-i18n-${LANG}
EXTRACT_AFTER_ARGS+= \
'${EXTRACT_BASE}admin/' \
'${EXTRACT_BASE}cmake/' \
'${EXTRACT_BASE}tde-i18n-${LANG}/' \
BUILD_DEPENDS+= ${TDE_PREFIX}/bin/tde-config:${PORTSDIR}/x11/trinity/tdelibs
# 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,2 @@
SHA256 (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 6f15f2f8d9ebc912c6ece6ed36acef10b3f2e09bf52ccf16317595ecde210efe
SIZE (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 195710272

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

File diff suppressed because it is too large Load Diff

@ -0,0 +1,39 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
.include <../trinity.port.mk>
LANG= is
PORTNAME= tde-i18n-trinity
COMMENT= Messages and documentation for TDE - ${LANG}
TDE_PREVERSION= ~pre9+a4c1e5ad
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= x11 misc
DIST_SUBDIR= TDE
PKGNAMEPREFIX= ${LANG}-
WRKSRC= ${WRKDIR}/${DISTNAME}/tde-i18n-${LANG}
EXTRACT_AFTER_ARGS+= \
'${EXTRACT_BASE}admin/' \
'${EXTRACT_BASE}cmake/' \
'${EXTRACT_BASE}tde-i18n-${LANG}/' \
BUILD_DEPENDS+= ${TDE_PREFIX}/bin/tde-config:${PORTSDIR}/x11/trinity/tdelibs
# 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,2 @@
SHA256 (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 6f15f2f8d9ebc912c6ece6ed36acef10b3f2e09bf52ccf16317595ecde210efe
SIZE (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 195710272

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

@ -0,0 +1,562 @@
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/kpilot.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,39 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
.include <../trinity.port.mk>
LANG= it
PORTNAME= tde-i18n-trinity
COMMENT= Messages and documentation for TDE - ${LANG}
TDE_PREVERSION= ~pre9+a4c1e5ad
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= x11 misc
DIST_SUBDIR= TDE
PKGNAMEPREFIX= ${LANG}-
WRKSRC= ${WRKDIR}/${DISTNAME}/tde-i18n-${LANG}
EXTRACT_AFTER_ARGS+= \
'${EXTRACT_BASE}admin/' \
'${EXTRACT_BASE}cmake/' \
'${EXTRACT_BASE}tde-i18n-${LANG}/' \
BUILD_DEPENDS+= ${TDE_PREFIX}/bin/tde-config:${PORTSDIR}/x11/trinity/tdelibs
# 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,2 @@
SHA256 (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 6f15f2f8d9ebc912c6ece6ed36acef10b3f2e09bf52ccf16317595ecde210efe
SIZE (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 195710272

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

File diff suppressed because it is too large Load Diff

@ -0,0 +1,39 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
.include <../trinity.port.mk>
LANG= ja
PORTNAME= tde-i18n-trinity
COMMENT= Messages and documentation for TDE - ${LANG}
TDE_PREVERSION= ~pre9+a4c1e5ad
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= x11 misc
DIST_SUBDIR= TDE
PKGNAMEPREFIX= ${LANG}-
WRKSRC= ${WRKDIR}/${DISTNAME}/tde-i18n-${LANG}
EXTRACT_AFTER_ARGS+= \
'${EXTRACT_BASE}admin/' \
'${EXTRACT_BASE}cmake/' \
'${EXTRACT_BASE}tde-i18n-${LANG}/' \
BUILD_DEPENDS+= ${TDE_PREFIX}/bin/tde-config:${PORTSDIR}/x11/trinity/tdelibs
# 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,2 @@
SHA256 (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 6f15f2f8d9ebc912c6ece6ed36acef10b3f2e09bf52ccf16317595ecde210efe
SIZE (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 195710272

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

@ -0,0 +1,763 @@
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/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/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/qpl-license.html
share/doc/tde/HTML/ja/common/shadow.png
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/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/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/kpilot.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,39 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
.include <../trinity.port.mk>
LANG= kk
PORTNAME= tde-i18n-trinity
COMMENT= Messages and documentation for TDE - ${LANG}
TDE_PREVERSION= ~pre9+a4c1e5ad
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= x11 misc
DIST_SUBDIR= TDE
PKGNAMEPREFIX= ${LANG}-
WRKSRC= ${WRKDIR}/${DISTNAME}/tde-i18n-${LANG}
EXTRACT_AFTER_ARGS+= \
'${EXTRACT_BASE}admin/' \
'${EXTRACT_BASE}cmake/' \
'${EXTRACT_BASE}tde-i18n-${LANG}/' \
BUILD_DEPENDS+= ${TDE_PREFIX}/bin/tde-config:${PORTSDIR}/x11/trinity/tdelibs
# 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,2 @@
SHA256 (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 6f15f2f8d9ebc912c6ece6ed36acef10b3f2e09bf52ccf16317595ecde210efe
SIZE (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 195710272

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

@ -0,0 +1,445 @@
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/kpilot.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,39 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
.include <../trinity.port.mk>
LANG= km
PORTNAME= tde-i18n-trinity
COMMENT= Messages and documentation for TDE - ${LANG}
TDE_PREVERSION= ~pre9+a4c1e5ad
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= x11 misc
DIST_SUBDIR= TDE
PKGNAMEPREFIX= ${LANG}-
WRKSRC= ${WRKDIR}/${DISTNAME}/tde-i18n-${LANG}
EXTRACT_AFTER_ARGS+= \
'${EXTRACT_BASE}admin/' \
'${EXTRACT_BASE}cmake/' \
'${EXTRACT_BASE}tde-i18n-${LANG}/' \
BUILD_DEPENDS+= ${TDE_PREFIX}/bin/tde-config:${PORTSDIR}/x11/trinity/tdelibs
# 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,2 @@
SHA256 (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 6f15f2f8d9ebc912c6ece6ed36acef10b3f2e09bf52ccf16317595ecde210efe
SIZE (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 195710272

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

@ -0,0 +1,568 @@
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/kpilot.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,39 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
.include <../trinity.port.mk>
LANG= ko
PORTNAME= tde-i18n-trinity
COMMENT= Messages and documentation for TDE - ${LANG}
TDE_PREVERSION= ~pre9+a4c1e5ad
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= x11 misc
DIST_SUBDIR= TDE
PKGNAMEPREFIX= ${LANG}-
WRKSRC= ${WRKDIR}/${DISTNAME}/tde-i18n-${LANG}
EXTRACT_AFTER_ARGS+= \
'${EXTRACT_BASE}admin/' \
'${EXTRACT_BASE}cmake/' \
'${EXTRACT_BASE}tde-i18n-${LANG}/' \
BUILD_DEPENDS+= ${TDE_PREFIX}/bin/tde-config:${PORTSDIR}/x11/trinity/tdelibs
# 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,2 @@
SHA256 (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 6f15f2f8d9ebc912c6ece6ed36acef10b3f2e09bf52ccf16317595ecde210efe
SIZE (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 195710272

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

@ -0,0 +1,503 @@
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/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/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/qpl-license.html
share/doc/tde/HTML/ko/common/shadow.png
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/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/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/kpilot.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_format_binary.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,39 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
.include <../trinity.port.mk>
LANG= lt
PORTNAME= tde-i18n-trinity
COMMENT= Messages and documentation for TDE - ${LANG}
TDE_PREVERSION= ~pre9+a4c1e5ad
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= x11 misc
DIST_SUBDIR= TDE
PKGNAMEPREFIX= ${LANG}-
WRKSRC= ${WRKDIR}/${DISTNAME}/tde-i18n-${LANG}
EXTRACT_AFTER_ARGS+= \
'${EXTRACT_BASE}admin/' \
'${EXTRACT_BASE}cmake/' \
'${EXTRACT_BASE}tde-i18n-${LANG}/' \
BUILD_DEPENDS+= ${TDE_PREFIX}/bin/tde-config:${PORTSDIR}/x11/trinity/tdelibs
# 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,2 @@
SHA256 (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 6f15f2f8d9ebc912c6ece6ed36acef10b3f2e09bf52ccf16317595ecde210efe
SIZE (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 195710272

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

@ -0,0 +1,564 @@
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/kpilot.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,39 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
.include <../trinity.port.mk>
LANG= lv
PORTNAME= tde-i18n-trinity
COMMENT= Messages and documentation for TDE - ${LANG}
TDE_PREVERSION= ~pre9+a4c1e5ad
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= x11 misc
DIST_SUBDIR= TDE
PKGNAMEPREFIX= ${LANG}-
WRKSRC= ${WRKDIR}/${DISTNAME}/tde-i18n-${LANG}
EXTRACT_AFTER_ARGS+= \
'${EXTRACT_BASE}admin/' \
'${EXTRACT_BASE}cmake/' \
'${EXTRACT_BASE}tde-i18n-${LANG}/' \
BUILD_DEPENDS+= ${TDE_PREFIX}/bin/tde-config:${PORTSDIR}/x11/trinity/tdelibs
# 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,2 @@
SHA256 (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 6f15f2f8d9ebc912c6ece6ed36acef10b3f2e09bf52ccf16317595ecde210efe
SIZE (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 195710272

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

@ -0,0 +1,287 @@
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/kpilot.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,39 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
.include <../trinity.port.mk>
LANG= mk
PORTNAME= tde-i18n-trinity
COMMENT= Messages and documentation for TDE - ${LANG}
TDE_PREVERSION= ~pre9+a4c1e5ad
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= x11 misc
DIST_SUBDIR= TDE
PKGNAMEPREFIX= ${LANG}-
WRKSRC= ${WRKDIR}/${DISTNAME}/tde-i18n-${LANG}
EXTRACT_AFTER_ARGS+= \
'${EXTRACT_BASE}admin/' \
'${EXTRACT_BASE}cmake/' \
'${EXTRACT_BASE}tde-i18n-${LANG}/' \
BUILD_DEPENDS+= ${TDE_PREFIX}/bin/tde-config:${PORTSDIR}/x11/trinity/tdelibs
# 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,2 @@
SHA256 (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 6f15f2f8d9ebc912c6ece6ed36acef10b3f2e09bf52ccf16317595ecde210efe
SIZE (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 195710272

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

@ -0,0 +1,555 @@
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/kpilot.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,39 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
.include <../trinity.port.mk>
LANG= mn
PORTNAME= tde-i18n-trinity
COMMENT= Messages and documentation for TDE - ${LANG}
TDE_PREVERSION= ~pre9+a4c1e5ad
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= x11 misc
DIST_SUBDIR= TDE
PKGNAMEPREFIX= ${LANG}-
WRKSRC= ${WRKDIR}/${DISTNAME}/tde-i18n-${LANG}
EXTRACT_AFTER_ARGS+= \
'${EXTRACT_BASE}admin/' \
'${EXTRACT_BASE}cmake/' \
'${EXTRACT_BASE}tde-i18n-${LANG}/' \
BUILD_DEPENDS+= ${TDE_PREFIX}/bin/tde-config:${PORTSDIR}/x11/trinity/tdelibs
# 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,2 @@
SHA256 (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 6f15f2f8d9ebc912c6ece6ed36acef10b3f2e09bf52ccf16317595ecde210efe
SIZE (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 195710272

@ -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,39 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
.include <../trinity.port.mk>
LANG= ms
PORTNAME= tde-i18n-trinity
COMMENT= Messages and documentation for TDE - ${LANG}
TDE_PREVERSION= ~pre9+a4c1e5ad
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= x11 misc
DIST_SUBDIR= TDE
PKGNAMEPREFIX= ${LANG}-
WRKSRC= ${WRKDIR}/${DISTNAME}/tde-i18n-${LANG}
EXTRACT_AFTER_ARGS+= \
'${EXTRACT_BASE}admin/' \
'${EXTRACT_BASE}cmake/' \
'${EXTRACT_BASE}tde-i18n-${LANG}/' \
BUILD_DEPENDS+= ${TDE_PREFIX}/bin/tde-config:${PORTSDIR}/x11/trinity/tdelibs
# 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,2 @@
SHA256 (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 6f15f2f8d9ebc912c6ece6ed36acef10b3f2e09bf52ccf16317595ecde210efe
SIZE (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 195710272

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

@ -0,0 +1,530 @@
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/kpilot.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

@ -0,0 +1,39 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
.include <../trinity.port.mk>
LANG= nb
PORTNAME= tde-i18n-trinity
COMMENT= Messages and documentation for TDE - ${LANG}
TDE_PREVERSION= ~pre9+a4c1e5ad
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= x11 misc
DIST_SUBDIR= TDE
PKGNAMEPREFIX= ${LANG}-
WRKSRC= ${WRKDIR}/${DISTNAME}/tde-i18n-${LANG}
EXTRACT_AFTER_ARGS+= \
'${EXTRACT_BASE}admin/' \
'${EXTRACT_BASE}cmake/' \
'${EXTRACT_BASE}tde-i18n-${LANG}/' \
BUILD_DEPENDS+= ${TDE_PREFIX}/bin/tde-config:${PORTSDIR}/x11/trinity/tdelibs
# 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,2 @@
SHA256 (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 6f15f2f8d9ebc912c6ece6ed36acef10b3f2e09bf52ccf16317595ecde210efe
SIZE (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 195710272

@ -0,0 +1 @@
Norwegian Bookmal (nb) internationalized (i18n) files for TDE

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

@ -0,0 +1,39 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
.include <../trinity.port.mk>
LANG= nds
PORTNAME= tde-i18n-trinity
COMMENT= Messages and documentation for TDE - ${LANG}
TDE_PREVERSION= ~pre9+a4c1e5ad
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= x11 misc
DIST_SUBDIR= TDE
PKGNAMEPREFIX= ${LANG}-
WRKSRC= ${WRKDIR}/${DISTNAME}/tde-i18n-${LANG}
EXTRACT_AFTER_ARGS+= \
'${EXTRACT_BASE}admin/' \
'${EXTRACT_BASE}cmake/' \
'${EXTRACT_BASE}tde-i18n-${LANG}/' \
BUILD_DEPENDS+= ${TDE_PREFIX}/bin/tde-config:${PORTSDIR}/x11/trinity/tdelibs
# 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,2 @@
SHA256 (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 6f15f2f8d9ebc912c6ece6ed36acef10b3f2e09bf52ccf16317595ecde210efe
SIZE (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 195710272

@ -0,0 +1 @@
Low Saxon (nds) internationalized (i18n) files for TDE

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

@ -0,0 +1,39 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
.include <../trinity.port.mk>
LANG= nl
PORTNAME= tde-i18n-trinity
COMMENT= Messages and documentation for TDE - ${LANG}
TDE_PREVERSION= ~pre9+a4c1e5ad
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= x11 misc
DIST_SUBDIR= TDE
PKGNAMEPREFIX= ${LANG}-
WRKSRC= ${WRKDIR}/${DISTNAME}/tde-i18n-${LANG}
EXTRACT_AFTER_ARGS+= \
'${EXTRACT_BASE}admin/' \
'${EXTRACT_BASE}cmake/' \
'${EXTRACT_BASE}tde-i18n-${LANG}/' \
BUILD_DEPENDS+= ${TDE_PREFIX}/bin/tde-config:${PORTSDIR}/x11/trinity/tdelibs
# 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,2 @@
SHA256 (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 6f15f2f8d9ebc912c6ece6ed36acef10b3f2e09bf52ccf16317595ecde210efe
SIZE (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 195710272

@ -0,0 +1 @@
Dutch (nl) internationalized (i18n) files for TDE

File diff suppressed because it is too large Load Diff

@ -0,0 +1,39 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
.include <../trinity.port.mk>
LANG= nn
PORTNAME= tde-i18n-trinity
COMMENT= Messages and documentation for TDE - ${LANG}
TDE_PREVERSION= ~pre9+a4c1e5ad
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= x11 misc
DIST_SUBDIR= TDE
PKGNAMEPREFIX= ${LANG}-
WRKSRC= ${WRKDIR}/${DISTNAME}/tde-i18n-${LANG}
EXTRACT_AFTER_ARGS+= \
'${EXTRACT_BASE}admin/' \
'${EXTRACT_BASE}cmake/' \
'${EXTRACT_BASE}tde-i18n-${LANG}/' \
BUILD_DEPENDS+= ${TDE_PREFIX}/bin/tde-config:${PORTSDIR}/x11/trinity/tdelibs
# 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,2 @@
SHA256 (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 6f15f2f8d9ebc912c6ece6ed36acef10b3f2e09bf52ccf16317595ecde210efe
SIZE (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 195710272

@ -0,0 +1 @@
Norwegian Nynorsk (nn) internationalized (i18n) files for TDE

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

@ -0,0 +1,39 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
.include <../trinity.port.mk>
LANG= pa
PORTNAME= tde-i18n-trinity
COMMENT= Messages and documentation for TDE - ${LANG}
TDE_PREVERSION= ~pre9+a4c1e5ad
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= x11 misc
DIST_SUBDIR= TDE
PKGNAMEPREFIX= ${LANG}-
WRKSRC= ${WRKDIR}/${DISTNAME}/tde-i18n-${LANG}
EXTRACT_AFTER_ARGS+= \
'${EXTRACT_BASE}admin/' \
'${EXTRACT_BASE}cmake/' \
'${EXTRACT_BASE}tde-i18n-${LANG}/' \
BUILD_DEPENDS+= ${TDE_PREFIX}/bin/tde-config:${PORTSDIR}/x11/trinity/tdelibs
# 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,2 @@
SHA256 (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 6f15f2f8d9ebc912c6ece6ed36acef10b3f2e09bf52ccf16317595ecde210efe
SIZE (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 195710272

@ -0,0 +1 @@
Punjabi (pa) internationalized (i18n) files for TDE

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

@ -0,0 +1,39 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
.include <../trinity.port.mk>
LANG= pl
PORTNAME= tde-i18n-trinity
COMMENT= Messages and documentation for TDE - ${LANG}
TDE_PREVERSION= ~pre9+a4c1e5ad
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= x11 misc
DIST_SUBDIR= TDE
PKGNAMEPREFIX= ${LANG}-
WRKSRC= ${WRKDIR}/${DISTNAME}/tde-i18n-${LANG}
EXTRACT_AFTER_ARGS+= \
'${EXTRACT_BASE}admin/' \
'${EXTRACT_BASE}cmake/' \
'${EXTRACT_BASE}tde-i18n-${LANG}/' \
BUILD_DEPENDS+= ${TDE_PREFIX}/bin/tde-config:${PORTSDIR}/x11/trinity/tdelibs
# 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,2 @@
SHA256 (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 6f15f2f8d9ebc912c6ece6ed36acef10b3f2e09bf52ccf16317595ecde210efe
SIZE (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 195710272

@ -0,0 +1 @@
Polish (pl) internationalized (i18n) files for TDE

File diff suppressed because it is too large Load Diff

@ -0,0 +1,39 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
.include <../trinity.port.mk>
LANG= pt
PORTNAME= tde-i18n-trinity
COMMENT= Messages and documentation for TDE - ${LANG}
TDE_PREVERSION= ~pre9+a4c1e5ad
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= x11 misc
DIST_SUBDIR= TDE
PKGNAMEPREFIX= ${LANG}-
WRKSRC= ${WRKDIR}/${DISTNAME}/tde-i18n-${LANG}
EXTRACT_AFTER_ARGS+= \
'${EXTRACT_BASE}admin/' \
'${EXTRACT_BASE}cmake/' \
'${EXTRACT_BASE}tde-i18n-${LANG}/' \
BUILD_DEPENDS+= ${TDE_PREFIX}/bin/tde-config:${PORTSDIR}/x11/trinity/tdelibs
# 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,2 @@
SHA256 (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 6f15f2f8d9ebc912c6ece6ed36acef10b3f2e09bf52ccf16317595ecde210efe
SIZE (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 195710272

@ -0,0 +1 @@
Portuguese (pt) internationalized (i18n) files for TDE

File diff suppressed because it is too large Load Diff

@ -0,0 +1,39 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
.include <../trinity.port.mk>
LANG= pt_BR
PORTNAME= tde-i18n-trinity
COMMENT= Messages and documentation for TDE - ${LANG}
TDE_PREVERSION= ~pre9+a4c1e5ad
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= x11 misc
DIST_SUBDIR= TDE
PKGNAMEPREFIX= ${LANG}-
WRKSRC= ${WRKDIR}/${DISTNAME}/tde-i18n-${LANG}
EXTRACT_AFTER_ARGS+= \
'${EXTRACT_BASE}admin/' \
'${EXTRACT_BASE}cmake/' \
'${EXTRACT_BASE}tde-i18n-${LANG}/' \
BUILD_DEPENDS+= ${TDE_PREFIX}/bin/tde-config:${PORTSDIR}/x11/trinity/tdelibs
# 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,2 @@
SHA256 (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 6f15f2f8d9ebc912c6ece6ed36acef10b3f2e09bf52ccf16317595ecde210efe
SIZE (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 195710272

@ -0,0 +1 @@
Brazilian Portuguese (pt_BR) internationalized (i18n) files for TDE

File diff suppressed because it is too large Load Diff

@ -0,0 +1,39 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
.include <../trinity.port.mk>
LANG= ro
PORTNAME= tde-i18n-trinity
COMMENT= Messages and documentation for TDE - ${LANG}
TDE_PREVERSION= ~pre9+a4c1e5ad
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= x11 misc
DIST_SUBDIR= TDE
PKGNAMEPREFIX= ${LANG}-
WRKSRC= ${WRKDIR}/${DISTNAME}/tde-i18n-${LANG}
EXTRACT_AFTER_ARGS+= \
'${EXTRACT_BASE}admin/' \
'${EXTRACT_BASE}cmake/' \
'${EXTRACT_BASE}tde-i18n-${LANG}/' \
BUILD_DEPENDS+= ${TDE_PREFIX}/bin/tde-config:${PORTSDIR}/x11/trinity/tdelibs
# 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,2 @@
SHA256 (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 6f15f2f8d9ebc912c6ece6ed36acef10b3f2e09bf52ccf16317595ecde210efe
SIZE (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 195710272

@ -0,0 +1 @@
Romanian (ro) internationalized (i18n) files for TDE

@ -0,0 +1,721 @@
share/apps/ktuberling/sounds/ro/ceas.wav
share/apps/ktuberling/sounds/ro/cercel.wav
share/apps/ktuberling/sounds/ro/colier.wav
share/apps/ktuberling/sounds/ro/corn.wav
share/apps/ktuberling/sounds/ro/cravata.wav
share/apps/ktuberling/sounds/ro/domnul-cartof.wav
share/apps/ktuberling/sounds/ro/fular.wav
share/apps/ktuberling/sounds/ro/gura.wav
share/apps/ktuberling/sounds/ro/insigna.wav
share/apps/ktuberling/sounds/ro/mustata.wav
share/apps/ktuberling/sounds/ro/nas.wav
share/apps/ktuberling/sounds/ro/ochelari-de-soare.wav
share/apps/ktuberling/sounds/ro/ochelari.wav
share/apps/ktuberling/sounds/ro/ochi.wav
share/apps/ktuberling/sounds/ro/palarie.wav
share/apps/ktuberling/sounds/ro/papion.wav
share/apps/ktuberling/sounds/ro/par.wav
share/apps/ktuberling/sounds/ro/pinguin.wav
share/apps/ktuberling/sounds/ro/sprinceana.wav
share/apps/ktuberling/sounds/ro/tigara.wav
share/apps/ktuberling/sounds/ro/ureche.wav
share/doc/tde/HTML/ro/common/1.png
share/doc/tde/HTML/ro/common/10.png
share/doc/tde/HTML/ro/common/2.png
share/doc/tde/HTML/ro/common/3.png
share/doc/tde/HTML/ro/common/4.png
share/doc/tde/HTML/ro/common/5.png
share/doc/tde/HTML/ro/common/6.png
share/doc/tde/HTML/ro/common/7.png
share/doc/tde/HTML/ro/common/8.png
share/doc/tde/HTML/ro/common/9.png
share/doc/tde/HTML/ro/common/appheader.html
share/doc/tde/HTML/ro/common/artistic-license.html
share/doc/tde/HTML/ro/common/bottom-left.png
share/doc/tde/HTML/ro/common/bottom-middle.png
share/doc/tde/HTML/ro/common/bottom-right.png
share/doc/tde/HTML/ro/common/bottom1.png
share/doc/tde/HTML/ro/common/bottom2.png
share/doc/tde/HTML/ro/common/bsd-license.html
share/doc/tde/HTML/ro/common/docheadergears.png
share/doc/tde/HTML/ro/common/doctop1.png
share/doc/tde/HTML/ro/common/doctop1a.png
share/doc/tde/HTML/ro/common/doctop1b.png
share/doc/tde/HTML/ro/common/doctop2.png
share/doc/tde/HTML/ro/common/doxygen.css
share/doc/tde/HTML/ro/common/favicon.ico
share/doc/tde/HTML/ro/common/fdl-license
share/doc/tde/HTML/ro/common/fdl-license.html
share/doc/tde/HTML/ro/common/fdl-notice.html
share/doc/tde/HTML/ro/common/fdl-translated.html
share/doc/tde/HTML/ro/common/footer.html
share/doc/tde/HTML/ro/common/gpl-license
share/doc/tde/HTML/ro/common/gpl-license.html
share/doc/tde/HTML/ro/common/gpl-translated.html
share/doc/tde/HTML/ro/common/grad.png
share/doc/tde/HTML/ro/common/header.html
share/doc/tde/HTML/ro/common/headerbg.png
share/doc/tde/HTML/ro/common/kde_gear_64.png
share/doc/tde/HTML/ro/common/kde_logo.png
share/doc/tde/HTML/ro/common/kde_logo_bg.png
share/doc/tde/HTML/ro/common/kmenu.png
share/doc/tde/HTML/ro/common/lgpl-license
share/doc/tde/HTML/ro/common/lgpl-license.html
share/doc/tde/HTML/ro/common/lgpl-translated.html
share/doc/tde/HTML/ro/common/logotp3.png
share/doc/tde/HTML/ro/common/mainfooter.html
share/doc/tde/HTML/ro/common/mainheader.html
share/doc/tde/HTML/ro/common/qpl-license.html
share/doc/tde/HTML/ro/common/shadow.png
share/doc/tde/HTML/ro/common/tde-common.css
share/doc/tde/HTML/ro/common/tde-default.css
share/doc/tde/HTML/ro/common/tde-docs.css
share/doc/tde/HTML/ro/common/tde-localised.css
share/doc/tde/HTML/ro/common/tde-localised.css.template
share/doc/tde/HTML/ro/common/tde-web.css
share/doc/tde/HTML/ro/common/top-left.png
share/doc/tde/HTML/ro/common/top-middle.png
share/doc/tde/HTML/ro/common/top-right-konqueror.png
share/doc/tde/HTML/ro/common/web-docbottom.png
share/doc/tde/HTML/ro/common/web-doctop.png
share/doc/tde/HTML/ro/common/x11-license.html
share/doc/tde/HTML/ro/common/xml.dcl
share/doc/tde/HTML/ro/khelpcenter/common
share/doc/tde/HTML/ro/khelpcenter/contact.docbook
share/doc/tde/HTML/ro/khelpcenter/glossary/common
share/doc/tde/HTML/ro/khelpcenter/glossary/index.cache.bz2
share/doc/tde/HTML/ro/khelpcenter/glossary/index.docbook
share/doc/tde/HTML/ro/khelpcenter/glossary/tdeprintingglossary.docbook
share/doc/tde/HTML/ro/khelpcenter/help.docbook
share/doc/tde/HTML/ro/khelpcenter/index.cache.bz2
share/doc/tde/HTML/ro/khelpcenter/index.docbook
share/doc/tde/HTML/ro/khelpcenter/links.docbook
share/doc/tde/HTML/ro/khelpcenter/support.docbook
share/doc/tde/HTML/ro/khelpcenter/visualdict/common
share/doc/tde/HTML/ro/khelpcenter/visualdict/index.cache.bz2
share/doc/tde/HTML/ro/khelpcenter/visualdict/index.docbook
share/doc/tde/HTML/ro/khelpcenter/visualdict/pict1.png
share/doc/tde/HTML/ro/khelpcenter/visualdict/pict10.png
share/doc/tde/HTML/ro/khelpcenter/visualdict/pict11.png
share/doc/tde/HTML/ro/khelpcenter/visualdict/pict12.png
share/doc/tde/HTML/ro/khelpcenter/visualdict/pict13.png
share/doc/tde/HTML/ro/khelpcenter/visualdict/pict14.png
share/doc/tde/HTML/ro/khelpcenter/visualdict/pict15.png
share/doc/tde/HTML/ro/khelpcenter/visualdict/pict16.png
share/doc/tde/HTML/ro/khelpcenter/visualdict/pict17.png
share/doc/tde/HTML/ro/khelpcenter/visualdict/pict18.png
share/doc/tde/HTML/ro/khelpcenter/visualdict/pict19.png
share/doc/tde/HTML/ro/khelpcenter/visualdict/pict2.png
share/doc/tde/HTML/ro/khelpcenter/visualdict/pict20.png
share/doc/tde/HTML/ro/khelpcenter/visualdict/pict3.png
share/doc/tde/HTML/ro/khelpcenter/visualdict/pict4.png
share/doc/tde/HTML/ro/khelpcenter/visualdict/pict5.png
share/doc/tde/HTML/ro/khelpcenter/visualdict/pict6.png
share/doc/tde/HTML/ro/khelpcenter/visualdict/pict7.png
share/doc/tde/HTML/ro/khelpcenter/visualdict/pict8.png
share/doc/tde/HTML/ro/khelpcenter/visualdict/pict9.png
share/doc/tde/HTML/ro/khelpcenter/welcome.docbook
share/doc/tde/HTML/ro/khelpcenter/whatistde.docbook
share/doc/tde/HTML/ro/tdeioslave/bzip/common
share/doc/tde/HTML/ro/tdeioslave/bzip/index.cache.bz2
share/doc/tde/HTML/ro/tdeioslave/bzip/index.docbook
share/doc/tde/HTML/ro/tdeioslave/bzip2/common
share/doc/tde/HTML/ro/tdeioslave/bzip2/index.cache.bz2
share/doc/tde/HTML/ro/tdeioslave/bzip2/index.docbook
share/doc/tde/HTML/ro/tdeioslave/cgi/common
share/doc/tde/HTML/ro/tdeioslave/cgi/index.cache.bz2
share/doc/tde/HTML/ro/tdeioslave/cgi/index.docbook
share/doc/tde/HTML/ro/tdeioslave/data/common
share/doc/tde/HTML/ro/tdeioslave/data/index.cache.bz2
share/doc/tde/HTML/ro/tdeioslave/data/index.docbook
share/doc/tde/HTML/ro/tdeioslave/file/common
share/doc/tde/HTML/ro/tdeioslave/file/index.cache.bz2
share/doc/tde/HTML/ro/tdeioslave/file/index.docbook
share/doc/tde/HTML/ro/tdeioslave/finger/common
share/doc/tde/HTML/ro/tdeioslave/finger/index.cache.bz2
share/doc/tde/HTML/ro/tdeioslave/finger/index.docbook
share/doc/tde/HTML/ro/tdeioslave/fish/common
share/doc/tde/HTML/ro/tdeioslave/fish/index.cache.bz2
share/doc/tde/HTML/ro/tdeioslave/fish/index.docbook
share/doc/tde/HTML/ro/tdeioslave/floppy/common
share/doc/tde/HTML/ro/tdeioslave/floppy/index.cache.bz2
share/doc/tde/HTML/ro/tdeioslave/floppy/index.docbook
share/doc/tde/HTML/ro/tdeioslave/ftp/common
share/doc/tde/HTML/ro/tdeioslave/ftp/index.cache.bz2
share/doc/tde/HTML/ro/tdeioslave/ftp/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/ro/tdeioslave/gzip/common
share/doc/tde/HTML/ro/tdeioslave/gzip/index.cache.bz2
share/doc/tde/HTML/ro/tdeioslave/gzip/index.docbook
share/doc/tde/HTML/ro/tdeioslave/help/common
share/doc/tde/HTML/ro/tdeioslave/help/index.cache.bz2
share/doc/tde/HTML/ro/tdeioslave/help/index.docbook
share/doc/tde/HTML/ro/tdeioslave/http/common
share/doc/tde/HTML/ro/tdeioslave/http/index.cache.bz2
share/doc/tde/HTML/ro/tdeioslave/http/index.docbook
share/doc/tde/HTML/ro/tdeioslave/https/common
share/doc/tde/HTML/ro/tdeioslave/https/index.cache.bz2
share/doc/tde/HTML/ro/tdeioslave/https/index.docbook
share/doc/tde/HTML/ro/tdeioslave/imap/common
share/doc/tde/HTML/ro/tdeioslave/imap/index.cache.bz2
share/doc/tde/HTML/ro/tdeioslave/imap/index.docbook
share/doc/tde/HTML/ro/tdeioslave/imaps/common
share/doc/tde/HTML/ro/tdeioslave/imaps/index.cache.bz2
share/doc/tde/HTML/ro/tdeioslave/imaps/index.docbook
share/doc/tde/HTML/ro/tdeioslave/info/common
share/doc/tde/HTML/ro/tdeioslave/info/index.cache.bz2
share/doc/tde/HTML/ro/tdeioslave/info/index.docbook
share/doc/tde/HTML/ro/tdeioslave/lan/common
share/doc/tde/HTML/ro/tdeioslave/lan/index.cache.bz2
share/doc/tde/HTML/ro/tdeioslave/lan/index.docbook
share/doc/tde/HTML/ro/tdeioslave/ldap/common
share/doc/tde/HTML/ro/tdeioslave/ldap/index.cache.bz2
share/doc/tde/HTML/ro/tdeioslave/ldap/index.docbook
share/doc/tde/HTML/ro/tdeioslave/mac/common
share/doc/tde/HTML/ro/tdeioslave/mac/index.cache.bz2
share/doc/tde/HTML/ro/tdeioslave/mac/index.docbook
share/doc/tde/HTML/ro/tdeioslave/mailto/common
share/doc/tde/HTML/ro/tdeioslave/mailto/index.cache.bz2
share/doc/tde/HTML/ro/tdeioslave/mailto/index.docbook
share/doc/tde/HTML/ro/tdeioslave/man/common
share/doc/tde/HTML/ro/tdeioslave/man/index.cache.bz2
share/doc/tde/HTML/ro/tdeioslave/man/index.docbook
share/doc/tde/HTML/ro/tdeioslave/mrml/common
share/doc/tde/HTML/ro/tdeioslave/mrml/index.cache.bz2
share/doc/tde/HTML/ro/tdeioslave/mrml/index.docbook
share/doc/tde/HTML/ro/tdeioslave/news/common
share/doc/tde/HTML/ro/tdeioslave/news/index.cache.bz2
share/doc/tde/HTML/ro/tdeioslave/news/index.docbook
share/doc/tde/HTML/ro/tdeioslave/nfs/common
share/doc/tde/HTML/ro/tdeioslave/nfs/index.cache.bz2
share/doc/tde/HTML/ro/tdeioslave/nfs/index.docbook
share/doc/tde/HTML/ro/tdeioslave/nntp/common
share/doc/tde/HTML/ro/tdeioslave/nntp/index.cache.bz2
share/doc/tde/HTML/ro/tdeioslave/nntp/index.docbook
share/doc/tde/HTML/ro/tdeioslave/pop3/common
share/doc/tde/HTML/ro/tdeioslave/pop3/index.cache.bz2
share/doc/tde/HTML/ro/tdeioslave/pop3/index.docbook
share/doc/tde/HTML/ro/tdeioslave/pop3s/common
share/doc/tde/HTML/ro/tdeioslave/pop3s/index.cache.bz2
share/doc/tde/HTML/ro/tdeioslave/pop3s/index.docbook
share/doc/tde/HTML/ro/tdeioslave/print/common
share/doc/tde/HTML/ro/tdeioslave/print/index.cache.bz2
share/doc/tde/HTML/ro/tdeioslave/print/index.docbook
share/doc/tde/HTML/ro/tdeioslave/rlan/common
share/doc/tde/HTML/ro/tdeioslave/rlan/index.cache.bz2
share/doc/tde/HTML/ro/tdeioslave/rlan/index.docbook
share/doc/tde/HTML/ro/tdeioslave/rlogin/common
share/doc/tde/HTML/ro/tdeioslave/rlogin/index.cache.bz2
share/doc/tde/HTML/ro/tdeioslave/rlogin/index.docbook
share/doc/tde/HTML/ro/tdeioslave/sftp/common
share/doc/tde/HTML/ro/tdeioslave/sftp/index.cache.bz2
share/doc/tde/HTML/ro/tdeioslave/sftp/index.docbook
share/doc/tde/HTML/ro/tdeioslave/smb/common
share/doc/tde/HTML/ro/tdeioslave/smb/index.cache.bz2
share/doc/tde/HTML/ro/tdeioslave/smb/index.docbook
share/doc/tde/HTML/ro/tdeioslave/smtp/common
share/doc/tde/HTML/ro/tdeioslave/smtp/index.cache.bz2
share/doc/tde/HTML/ro/tdeioslave/smtp/index.docbook
share/doc/tde/HTML/ro/tdeioslave/tar/common
share/doc/tde/HTML/ro/tdeioslave/tar/index.cache.bz2
share/doc/tde/HTML/ro/tdeioslave/tar/index.docbook
share/doc/tde/HTML/ro/tdeioslave/telnet/common
share/doc/tde/HTML/ro/tdeioslave/telnet/index.cache.bz2
share/doc/tde/HTML/ro/tdeioslave/telnet/index.docbook
share/doc/tde/HTML/ro/tdeioslave/thumbnail/common
share/doc/tde/HTML/ro/tdeioslave/thumbnail/index.cache.bz2
share/doc/tde/HTML/ro/tdeioslave/thumbnail/index.docbook
share/doc/tde/HTML/ro/tdeioslave/webdav/common
share/doc/tde/HTML/ro/tdeioslave/webdav/index.cache.bz2
share/doc/tde/HTML/ro/tdeioslave/webdav/index.docbook
share/doc/tde/HTML/ro/tdeioslave/webdavs/common
share/doc/tde/HTML/ro/tdeioslave/webdavs/index.cache.bz2
share/doc/tde/HTML/ro/tdeioslave/webdavs/index.docbook
share/locale/ro/LC_MESSAGES/akregator.mo
share/locale/ro/LC_MESSAGES/alsaplayerui.mo
share/locale/ro/LC_MESSAGES/amor.mo
share/locale/ro/LC_MESSAGES/appletproxy.mo
share/locale/ro/LC_MESSAGES/ark.mo
share/locale/ro/LC_MESSAGES/artsbuilder.mo
share/locale/ro/LC_MESSAGES/artscontrol.mo
share/locale/ro/LC_MESSAGES/artsmodules.mo
share/locale/ro/LC_MESSAGES/atlantik.mo
share/locale/ro/LC_MESSAGES/atlantikdesigner.mo
share/locale/ro/LC_MESSAGES/audiorename_plugin.mo
share/locale/ro/LC_MESSAGES/autorefresh.mo
share/locale/ro/LC_MESSAGES/babelfish.mo
share/locale/ro/LC_MESSAGES/cervisia.mo
share/locale/ro/LC_MESSAGES/charlatanui.mo
share/locale/ro/LC_MESSAGES/clockapplet.mo
share/locale/ro/LC_MESSAGES/crashesplugin.mo
share/locale/ro/LC_MESSAGES/cupsdconf.mo
share/locale/ro/LC_MESSAGES/cvsservice.mo
share/locale/ro/LC_MESSAGES/dcoprss.mo
share/locale/ro/LC_MESSAGES/dirfilterplugin.mo
share/locale/ro/LC_MESSAGES/display.mo
share/locale/ro/LC_MESSAGES/dockbarextension.mo
share/locale/ro/LC_MESSAGES/domtreeviewer.mo
share/locale/ro/LC_MESSAGES/drkonqi.mo
share/locale/ro/LC_MESSAGES/dub.mo
share/locale/ro/LC_MESSAGES/extensionproxy.mo
share/locale/ro/LC_MESSAGES/ffrs.mo
share/locale/ro/LC_MESSAGES/filetypes.mo
share/locale/ro/LC_MESSAGES/fsview.mo
share/locale/ro/LC_MESSAGES/htmlsearch.mo
share/locale/ro/LC_MESSAGES/imagerename_plugin.mo
share/locale/ro/LC_MESSAGES/imgalleryplugin.mo
share/locale/ro/LC_MESSAGES/irkick.mo
share/locale/ro/LC_MESSAGES/joystick.mo
share/locale/ro/LC_MESSAGES/juk.mo
share/locale/ro/LC_MESSAGES/kaboodle.mo
share/locale/ro/LC_MESSAGES/kaccess.mo
share/locale/ro/LC_MESSAGES/kaddressbook.mo
share/locale/ro/LC_MESSAGES/kalarm.mo
share/locale/ro/LC_MESSAGES/kalzium.mo
share/locale/ro/LC_MESSAGES/kandy.mo
share/locale/ro/LC_MESSAGES/kappfinder.mo
share/locale/ro/LC_MESSAGES/karm.mo
share/locale/ro/LC_MESSAGES/kasbarextension.mo
share/locale/ro/LC_MESSAGES/kasteroids.mo
share/locale/ro/LC_MESSAGES/kate.mo
share/locale/ro/LC_MESSAGES/katecppsymbolviewer.mo
share/locale/ro/LC_MESSAGES/katefll_initplugin.mo
share/locale/ro/LC_MESSAGES/katefll_plugin.mo
share/locale/ro/LC_MESSAGES/katehelloworld.mo
share/locale/ro/LC_MESSAGES/katehtmltools.mo
share/locale/ro/LC_MESSAGES/kateinsertcommand.mo
share/locale/ro/LC_MESSAGES/katekjswrapper.mo
share/locale/ro/LC_MESSAGES/katemake.mo
share/locale/ro/LC_MESSAGES/katemodeline.mo
share/locale/ro/LC_MESSAGES/kateopenheader.mo
share/locale/ro/LC_MESSAGES/katepart.mo
share/locale/ro/LC_MESSAGES/katepybrowse.mo
share/locale/ro/LC_MESSAGES/katetabbarextension.mo
share/locale/ro/LC_MESSAGES/katetextfilter.mo
share/locale/ro/LC_MESSAGES/katexmlcheck.mo
share/locale/ro/LC_MESSAGES/katexmltools.mo
share/locale/ro/LC_MESSAGES/katomic.mo
share/locale/ro/LC_MESSAGES/kaudiocreator.mo
share/locale/ro/LC_MESSAGES/kbabel.mo
share/locale/ro/LC_MESSAGES/kbackgammon.mo
share/locale/ro/LC_MESSAGES/kbattleship.mo
share/locale/ro/LC_MESSAGES/kbinaryclock.mo
share/locale/ro/LC_MESSAGES/kblackbox.mo
share/locale/ro/LC_MESSAGES/kbounce.mo
share/locale/ro/LC_MESSAGES/kbruch.mo
share/locale/ro/LC_MESSAGES/kbugbuster.mo
share/locale/ro/LC_MESSAGES/kcalc.mo
share/locale/ro/LC_MESSAGES/kcharselect.mo
share/locale/ro/LC_MESSAGES/kcharselectapplet.mo
share/locale/ro/LC_MESSAGES/kcm_krfb.mo
share/locale/ro/LC_MESSAGES/kcm_kviewcanvasconfig.mo
share/locale/ro/LC_MESSAGES/kcm_kviewgeneralconfig.mo
share/locale/ro/LC_MESSAGES/kcm_kviewpluginsconfig.mo
share/locale/ro/LC_MESSAGES/kcm_kviewviewerpluginsconfig.mo
share/locale/ro/LC_MESSAGES/kcmaccess.mo
share/locale/ro/LC_MESSAGES/kcmaccessibility.mo
share/locale/ro/LC_MESSAGES/kcmarts.mo
share/locale/ro/LC_MESSAGES/kcmaudiocd.mo
share/locale/ro/LC_MESSAGES/kcmbackground.mo
share/locale/ro/LC_MESSAGES/kcmbell.mo
share/locale/ro/LC_MESSAGES/kcmcddb.mo
share/locale/ro/LC_MESSAGES/kcmcgi.mo
share/locale/ro/LC_MESSAGES/kcmcolors.mo
share/locale/ro/LC_MESSAGES/kcmcomponentchooser.mo
share/locale/ro/LC_MESSAGES/kcmcrypto.mo
share/locale/ro/LC_MESSAGES/kcmcss.mo
share/locale/ro/LC_MESSAGES/kcmenergy.mo
share/locale/ro/LC_MESSAGES/kcmfonts.mo
share/locale/ro/LC_MESSAGES/kcmhtmlsearch.mo
share/locale/ro/LC_MESSAGES/kcmicons.mo
share/locale/ro/LC_MESSAGES/kcminfo.mo
share/locale/ro/LC_MESSAGES/kcminput.mo
share/locale/ro/LC_MESSAGES/kcmioslaveinfo.mo
share/locale/ro/LC_MESSAGES/kcmkabconfig.mo
share/locale/ro/LC_MESSAGES/kcmkamera.mo
share/locale/ro/LC_MESSAGES/kcmkclock.mo
share/locale/ro/LC_MESSAGES/kcmkded.mo
share/locale/ro/LC_MESSAGES/kcmkeys.mo
share/locale/ro/LC_MESSAGES/kcmkicker.mo
share/locale/ro/LC_MESSAGES/kcmkonq.mo
share/locale/ro/LC_MESSAGES/kcmkonqhtml.mo
share/locale/ro/LC_MESSAGES/kcmkonsole.mo
share/locale/ro/LC_MESSAGES/kcmkontactnt.mo
share/locale/ro/LC_MESSAGES/kcmktalkd.mo
share/locale/ro/LC_MESSAGES/kcmkuick.mo
share/locale/ro/LC_MESSAGES/kcmkurifilt.mo
share/locale/ro/LC_MESSAGES/kcmkvaio.mo
share/locale/ro/LC_MESSAGES/kcmkwm.mo
share/locale/ro/LC_MESSAGES/kcmlanbrowser.mo
share/locale/ro/LC_MESSAGES/kcmlaptop.mo
share/locale/ro/LC_MESSAGES/kcmlaunch.mo
share/locale/ro/LC_MESSAGES/kcmlayout.mo
share/locale/ro/LC_MESSAGES/kcmlilo.mo
share/locale/ro/LC_MESSAGES/kcmlirc.mo
share/locale/ro/LC_MESSAGES/kcmlocale.mo
share/locale/ro/LC_MESSAGES/kcmnic.mo
share/locale/ro/LC_MESSAGES/kcmnotify.mo
share/locale/ro/LC_MESSAGES/kcmperformance.mo
share/locale/ro/LC_MESSAGES/kcmprintmgr.mo
share/locale/ro/LC_MESSAGES/kcmsamba.mo
share/locale/ro/LC_MESSAGES/kcmscreensaver.mo
share/locale/ro/LC_MESSAGES/kcmsmartcard.mo
share/locale/ro/LC_MESSAGES/kcmsmserver.mo
share/locale/ro/LC_MESSAGES/kcmspellchecking.mo
share/locale/ro/LC_MESSAGES/kcmstyle.mo
share/locale/ro/LC_MESSAGES/kcmtaskbar.mo
share/locale/ro/LC_MESSAGES/kcmtdeio.mo
share/locale/ro/LC_MESSAGES/kcmtdewallet.mo
share/locale/ro/LC_MESSAGES/kcmthinkpad.mo
share/locale/ro/LC_MESSAGES/kcmtwindecoration.mo
share/locale/ro/LC_MESSAGES/kcmtwinrules.mo
share/locale/ro/LC_MESSAGES/kcmusb.mo
share/locale/ro/LC_MESSAGES/kcmview1394.mo
share/locale/ro/LC_MESSAGES/kcmwifi.mo
share/locale/ro/LC_MESSAGES/kcmxinerama.mo
share/locale/ro/LC_MESSAGES/kcoloredit.mo
share/locale/ro/LC_MESSAGES/kcontrol.mo
share/locale/ro/LC_MESSAGES/kcron.mo
share/locale/ro/LC_MESSAGES/kdat.mo
share/locale/ro/LC_MESSAGES/kdcop.mo
share/locale/ro/LC_MESSAGES/kdesktop.mo
share/locale/ro/LC_MESSAGES/kdf.mo
share/locale/ro/LC_MESSAGES/kdgantt.mo
share/locale/ro/LC_MESSAGES/kdialog.mo
share/locale/ro/LC_MESSAGES/kdict.mo
share/locale/ro/LC_MESSAGES/kdictapplet.mo
share/locale/ro/LC_MESSAGES/kdvi.mo
share/locale/ro/LC_MESSAGES/kedit.mo
share/locale/ro/LC_MESSAGES/keduca.mo
share/locale/ro/LC_MESSAGES/kenolaba.mo
share/locale/ro/LC_MESSAGES/kfax.mo
share/locale/ro/LC_MESSAGES/kfifteenapplet.mo
share/locale/ro/LC_MESSAGES/kfindpart.mo
share/locale/ro/LC_MESSAGES/kfloppy.mo
share/locale/ro/LC_MESSAGES/kfmclient.mo
share/locale/ro/LC_MESSAGES/kfouleggs.mo
share/locale/ro/LC_MESSAGES/kgamma.mo
share/locale/ro/LC_MESSAGES/kgantt.mo
share/locale/ro/LC_MESSAGES/kgeography.mo
share/locale/ro/LC_MESSAGES/kget.mo
share/locale/ro/LC_MESSAGES/kghostview.mo
share/locale/ro/LC_MESSAGES/kgoldrunner.mo
share/locale/ro/LC_MESSAGES/kgpg.mo
share/locale/ro/LC_MESSAGES/kgreet_classic.mo
share/locale/ro/LC_MESSAGES/khangman.mo
share/locale/ro/LC_MESSAGES/khelpcenter.mo
share/locale/ro/LC_MESSAGES/khexedit.mo
share/locale/ro/LC_MESSAGES/khotkeys.mo
share/locale/ro/LC_MESSAGES/kicker.mo
share/locale/ro/LC_MESSAGES/kig.mo
share/locale/ro/LC_MESSAGES/kimagemapeditor.mo
share/locale/ro/LC_MESSAGES/kinetd.mo
share/locale/ro/LC_MESSAGES/kiten.mo
share/locale/ro/LC_MESSAGES/kjobviewer.mo
share/locale/ro/LC_MESSAGES/kjots.mo
share/locale/ro/LC_MESSAGES/kjumpingcube.mo
share/locale/ro/LC_MESSAGES/klaptopdaemon.mo
share/locale/ro/LC_MESSAGES/klatin.mo
share/locale/ro/LC_MESSAGES/kleopatra.mo
share/locale/ro/LC_MESSAGES/klettres.mo
share/locale/ro/LC_MESSAGES/klickety.mo
share/locale/ro/LC_MESSAGES/klines.mo
share/locale/ro/LC_MESSAGES/klinkstatus.mo
share/locale/ro/LC_MESSAGES/klipper.mo
share/locale/ro/LC_MESSAGES/klock.mo
share/locale/ro/LC_MESSAGES/kmag.mo
share/locale/ro/LC_MESSAGES/kmahjongg.mo
share/locale/ro/LC_MESSAGES/kmail.mo
share/locale/ro/LC_MESSAGES/kmailcvt.mo
share/locale/ro/LC_MESSAGES/kmathapplet.mo
share/locale/ro/LC_MESSAGES/kmcop.mo
share/locale/ro/LC_MESSAGES/kmenuapplet.mo
share/locale/ro/LC_MESSAGES/kmenuedit.mo
share/locale/ro/LC_MESSAGES/kmilo_generic.mo
share/locale/ro/LC_MESSAGES/kmilo_kvaio.mo
share/locale/ro/LC_MESSAGES/kmilo_powerbook.mo
share/locale/ro/LC_MESSAGES/kmilo_thinkpad.mo
share/locale/ro/LC_MESSAGES/kmilod.mo
share/locale/ro/LC_MESSAGES/kmines.mo
share/locale/ro/LC_MESSAGES/kminipagerapplet.mo
share/locale/ro/LC_MESSAGES/kmix.mo
share/locale/ro/LC_MESSAGES/kmobile.mo
share/locale/ro/LC_MESSAGES/kmoon.mo
share/locale/ro/LC_MESSAGES/kmousetool.mo
share/locale/ro/LC_MESSAGES/kmouth.mo
share/locale/ro/LC_MESSAGES/kmplot.mo
share/locale/ro/LC_MESSAGES/kmrml.mo
share/locale/ro/LC_MESSAGES/knewsticker.mo
share/locale/ro/LC_MESSAGES/knode.mo
share/locale/ro/LC_MESSAGES/knotes.mo
share/locale/ro/LC_MESSAGES/knotify.mo
share/locale/ro/LC_MESSAGES/kodo.mo
share/locale/ro/LC_MESSAGES/kolf.mo
share/locale/ro/LC_MESSAGES/kolourpaint.mo
share/locale/ro/LC_MESSAGES/kolourpicker.mo
share/locale/ro/LC_MESSAGES/kommander.mo
share/locale/ro/LC_MESSAGES/kompare.mo
share/locale/ro/LC_MESSAGES/konqsidebar_mediaplayer.mo
share/locale/ro/LC_MESSAGES/konqsidebar_news.mo
share/locale/ro/LC_MESSAGES/konqueror.mo
share/locale/ro/LC_MESSAGES/konquest.mo
share/locale/ro/LC_MESSAGES/konsole.mo
share/locale/ro/LC_MESSAGES/konsolekalendar.mo
share/locale/ro/LC_MESSAGES/kontact.mo
share/locale/ro/LC_MESSAGES/kooka.mo
share/locale/ro/LC_MESSAGES/kopete.mo
share/locale/ro/LC_MESSAGES/korganizer.mo
share/locale/ro/LC_MESSAGES/korn.mo
share/locale/ro/LC_MESSAGES/kpackage.mo
share/locale/ro/LC_MESSAGES/kpager.mo
share/locale/ro/LC_MESSAGES/kpat.mo
share/locale/ro/LC_MESSAGES/kpdf.mo
share/locale/ro/LC_MESSAGES/kpercentage.mo
share/locale/ro/LC_MESSAGES/kpersonalizer.mo
share/locale/ro/LC_MESSAGES/kpf.mo
share/locale/ro/LC_MESSAGES/kpilot.mo
share/locale/ro/LC_MESSAGES/kpoker.mo
share/locale/ro/LC_MESSAGES/kpovmodeler.mo
share/locale/ro/LC_MESSAGES/kppp.mo
share/locale/ro/LC_MESSAGES/kppplogview.mo
share/locale/ro/LC_MESSAGES/kprinter.mo
share/locale/ro/LC_MESSAGES/krdb.mo
share/locale/ro/LC_MESSAGES/krdc.mo
share/locale/ro/LC_MESSAGES/kreadconfig.mo
share/locale/ro/LC_MESSAGES/krec.mo
share/locale/ro/LC_MESSAGES/kregexpeditor.mo
share/locale/ro/LC_MESSAGES/kreversi.mo
share/locale/ro/LC_MESSAGES/krfb.mo
share/locale/ro/LC_MESSAGES/kruler.mo
share/locale/ro/LC_MESSAGES/krunapplet.mo
share/locale/ro/LC_MESSAGES/ksame.mo
share/locale/ro/LC_MESSAGES/kscd.mo
share/locale/ro/LC_MESSAGES/kshisen.mo
share/locale/ro/LC_MESSAGES/ksig.mo
share/locale/ro/LC_MESSAGES/ksim.mo
share/locale/ro/LC_MESSAGES/ksirc.mo
share/locale/ro/LC_MESSAGES/ksirtet.mo
share/locale/ro/LC_MESSAGES/ksmiletris.mo
share/locale/ro/LC_MESSAGES/ksmserver.mo
share/locale/ro/LC_MESSAGES/ksnake.mo
share/locale/ro/LC_MESSAGES/ksnapshot.mo
share/locale/ro/LC_MESSAGES/ksokoban.mo
share/locale/ro/LC_MESSAGES/kspaceduel.mo
share/locale/ro/LC_MESSAGES/ksplash.mo
share/locale/ro/LC_MESSAGES/ksplashthemes.mo
share/locale/ro/LC_MESSAGES/kstars.mo
share/locale/ro/LC_MESSAGES/kstart.mo
share/locale/ro/LC_MESSAGES/kstartperf.mo
share/locale/ro/LC_MESSAGES/ksvgplugin.mo
share/locale/ro/LC_MESSAGES/ksysguard.mo
share/locale/ro/LC_MESSAGES/ksystemtrayapplet.mo
share/locale/ro/LC_MESSAGES/ksystraycmd.mo
share/locale/ro/LC_MESSAGES/ksysv.mo
share/locale/ro/LC_MESSAGES/kteatime.mo
share/locale/ro/LC_MESSAGES/kthememanager.mo
share/locale/ro/LC_MESSAGES/ktimemon.mo
share/locale/ro/LC_MESSAGES/ktimer.mo
share/locale/ro/LC_MESSAGES/ktip.mo
share/locale/ro/LC_MESSAGES/ktnef.mo
share/locale/ro/LC_MESSAGES/ktouch.mo
share/locale/ro/LC_MESSAGES/ktron.mo
share/locale/ro/LC_MESSAGES/kttsd.mo
share/locale/ro/LC_MESSAGES/ktuberling.mo
share/locale/ro/LC_MESSAGES/kturtle.mo
share/locale/ro/LC_MESSAGES/ktux.mo
share/locale/ro/LC_MESSAGES/kuick_plugin.mo
share/locale/ro/LC_MESSAGES/kuickshow.mo
share/locale/ro/LC_MESSAGES/kuiviewer.mo
share/locale/ro/LC_MESSAGES/kuser.mo
share/locale/ro/LC_MESSAGES/kverbos.mo
share/locale/ro/LC_MESSAGES/kview.mo
share/locale/ro/LC_MESSAGES/kview_scale.mo
share/locale/ro/LC_MESSAGES/kviewbrowserplugin.mo
share/locale/ro/LC_MESSAGES/kviewcanvas.mo
share/locale/ro/LC_MESSAGES/kvieweffectsplugin.mo
share/locale/ro/LC_MESSAGES/kviewpresenterplugin.mo
share/locale/ro/LC_MESSAGES/kviewscannerplugin.mo
share/locale/ro/LC_MESSAGES/kviewshell.mo
share/locale/ro/LC_MESSAGES/kviewviewer.mo
share/locale/ro/LC_MESSAGES/kvoctrain.mo
share/locale/ro/LC_MESSAGES/kwatchgnupg.mo
share/locale/ro/LC_MESSAGES/kweather.mo
share/locale/ro/LC_MESSAGES/kwifimanager.mo
share/locale/ro/LC_MESSAGES/kwireless.mo
share/locale/ro/LC_MESSAGES/kwordquiz.mo
share/locale/ro/LC_MESSAGES/kworldclock.mo
share/locale/ro/LC_MESSAGES/kwriteconfig.mo
share/locale/ro/LC_MESSAGES/kxkb.mo
share/locale/ro/LC_MESSAGES/kxsconfig.mo
share/locale/ro/LC_MESSAGES/kxsldbg.mo
share/locale/ro/LC_MESSAGES/libdmctl.mo
share/locale/ro/LC_MESSAGES/libkaddrbk_geo_xxport.mo
share/locale/ro/LC_MESSAGES/libkcal.mo
share/locale/ro/LC_MESSAGES/libkcddb.mo
share/locale/ro/LC_MESSAGES/libkicker.mo
share/locale/ro/LC_MESSAGES/libkickermenu_konsole.mo
share/locale/ro/LC_MESSAGES/libkickermenu_prefmenu.mo
share/locale/ro/LC_MESSAGES/libkickermenu_recentdocs.mo
share/locale/ro/LC_MESSAGES/libkickermenu_remotemenu.mo
share/locale/ro/LC_MESSAGES/libkickermenu_systemmenu.mo
share/locale/ro/LC_MESSAGES/libkickermenu_tdeprint.mo
share/locale/ro/LC_MESSAGES/libkickermenu_tom.mo
share/locale/ro/LC_MESSAGES/libkleopatra.mo
share/locale/ro/LC_MESSAGES/libkonq.mo
share/locale/ro/LC_MESSAGES/libkpimexchange.mo
share/locale/ro/LC_MESSAGES/libkscan.mo
share/locale/ro/LC_MESSAGES/libksieve.mo
share/locale/ro/LC_MESSAGES/libksirtet.mo
share/locale/ro/LC_MESSAGES/libksync.mo
share/locale/ro/LC_MESSAGES/libtaskbar.mo
share/locale/ro/LC_MESSAGES/libtaskmanager.mo
share/locale/ro/LC_MESSAGES/libtdegames.mo
share/locale/ro/LC_MESSAGES/libtdepim.mo
share/locale/ro/LC_MESSAGES/libtdescreensaver.mo
share/locale/ro/LC_MESSAGES/lockout.mo
share/locale/ro/LC_MESSAGES/lskat.mo
share/locale/ro/LC_MESSAGES/lyrics.mo
share/locale/ro/LC_MESSAGES/mediaapplet.mo
share/locale/ro/LC_MESSAGES/mediacontrol.mo
share/locale/ro/LC_MESSAGES/minitoolsplugin.mo
share/locale/ro/LC_MESSAGES/naughtyapplet.mo
share/locale/ro/LC_MESSAGES/nexscope.mo
share/locale/ro/LC_MESSAGES/noatun.mo
share/locale/ro/LC_MESSAGES/nsplugin.mo
share/locale/ro/LC_MESSAGES/pitchablespeed.mo
share/locale/ro/LC_MESSAGES/ppdtranslations.mo
share/locale/ro/LC_MESSAGES/privacy.mo
share/locale/ro/LC_MESSAGES/quanta.mo
share/locale/ro/LC_MESSAGES/quicklauncher.mo
share/locale/ro/LC_MESSAGES/rellinks.mo
share/locale/ro/LC_MESSAGES/searchbarplugin.mo
share/locale/ro/LC_MESSAGES/secpolicy.mo
share/locale/ro/LC_MESSAGES/spy.mo
share/locale/ro/LC_MESSAGES/synaescope.mo
share/locale/ro/LC_MESSAGES/tdeabc2mutt.mo
share/locale/ro/LC_MESSAGES/tdeabc_dir.mo
share/locale/ro/LC_MESSAGES/tdeabc_file.mo
share/locale/ro/LC_MESSAGES/tdeabc_ldaptdeio.mo
share/locale/ro/LC_MESSAGES/tdeabc_net.mo
share/locale/ro/LC_MESSAGES/tdeabc_sql.mo
share/locale/ro/LC_MESSAGES/tdeabcformat_binary.mo
share/locale/ro/LC_MESSAGES/tdecachegrind.mo
share/locale/ro/LC_MESSAGES/tdecmshell.mo
share/locale/ro/LC_MESSAGES/tdedebugdialog.mo
share/locale/ro/LC_MESSAGES/tdefile_au.mo
share/locale/ro/LC_MESSAGES/tdefile_avi.mo
share/locale/ro/LC_MESSAGES/tdefile_bmp.mo
share/locale/ro/LC_MESSAGES/tdefile_cpp.mo
share/locale/ro/LC_MESSAGES/tdefile_dds.mo
share/locale/ro/LC_MESSAGES/tdefile_deb.mo
share/locale/ro/LC_MESSAGES/tdefile_desktop.mo
share/locale/ro/LC_MESSAGES/tdefile_diff.mo
share/locale/ro/LC_MESSAGES/tdefile_dvi.mo
share/locale/ro/LC_MESSAGES/tdefile_exr.mo
share/locale/ro/LC_MESSAGES/tdefile_flac.mo
share/locale/ro/LC_MESSAGES/tdefile_folder.mo
share/locale/ro/LC_MESSAGES/tdefile_gif.mo
share/locale/ro/LC_MESSAGES/tdefile_html.mo
share/locale/ro/LC_MESSAGES/tdefile_ico.mo
share/locale/ro/LC_MESSAGES/tdefile_jpeg.mo
share/locale/ro/LC_MESSAGES/tdefile_lnk.mo
share/locale/ro/LC_MESSAGES/tdefile_m3u.mo
share/locale/ro/LC_MESSAGES/tdefile_mp3.mo
share/locale/ro/LC_MESSAGES/tdefile_ogg.mo
share/locale/ro/LC_MESSAGES/tdefile_palm.mo
share/locale/ro/LC_MESSAGES/tdefile_pcx.mo
share/locale/ro/LC_MESSAGES/tdefile_pdf.mo
share/locale/ro/LC_MESSAGES/tdefile_png.mo
share/locale/ro/LC_MESSAGES/tdefile_pnm.mo
share/locale/ro/LC_MESSAGES/tdefile_po.mo
share/locale/ro/LC_MESSAGES/tdefile_ps.mo
share/locale/ro/LC_MESSAGES/tdefile_rfc822.mo
share/locale/ro/LC_MESSAGES/tdefile_rgb.mo
share/locale/ro/LC_MESSAGES/tdefile_rpm.mo
share/locale/ro/LC_MESSAGES/tdefile_sid.mo
share/locale/ro/LC_MESSAGES/tdefile_tga.mo
share/locale/ro/LC_MESSAGES/tdefile_tiff.mo
share/locale/ro/LC_MESSAGES/tdefile_ts.mo
share/locale/ro/LC_MESSAGES/tdefile_txt.mo
share/locale/ro/LC_MESSAGES/tdefile_vcf.mo
share/locale/ro/LC_MESSAGES/tdefile_wav.mo
share/locale/ro/LC_MESSAGES/tdefile_xbm.mo
share/locale/ro/LC_MESSAGES/tdefile_xpm.mo
share/locale/ro/LC_MESSAGES/tdefileaudiopreview.mo
share/locale/ro/LC_MESSAGES/tdefilereplace.mo
share/locale/ro/LC_MESSAGES/tdefileshare.mo
share/locale/ro/LC_MESSAGES/tdefontinst.mo
share/locale/ro/LC_MESSAGES/tdehtmlkttsd.mo
share/locale/ro/LC_MESSAGES/tdehtmlsettingsplugin.mo
share/locale/ro/LC_MESSAGES/tdeiconedit.mo
share/locale/ro/LC_MESSAGES/tdeio.mo
share/locale/ro/LC_MESSAGES/tdeio_audiocd.mo
share/locale/ro/LC_MESSAGES/tdeio_finger.mo
share/locale/ro/LC_MESSAGES/tdeio_fish.mo
share/locale/ro/LC_MESSAGES/tdeio_floppy.mo
share/locale/ro/LC_MESSAGES/tdeio_help.mo
share/locale/ro/LC_MESSAGES/tdeio_home.mo
share/locale/ro/LC_MESSAGES/tdeio_imap4.mo
share/locale/ro/LC_MESSAGES/tdeio_lan.mo
share/locale/ro/LC_MESSAGES/tdeio_ldap.mo
share/locale/ro/LC_MESSAGES/tdeio_mac.mo
share/locale/ro/LC_MESSAGES/tdeio_man.mo
share/locale/ro/LC_MESSAGES/tdeio_media.mo
share/locale/ro/LC_MESSAGES/tdeio_mobile.mo
share/locale/ro/LC_MESSAGES/tdeio_nfs.mo
share/locale/ro/LC_MESSAGES/tdeio_nntp.mo
share/locale/ro/LC_MESSAGES/tdeio_pop3.mo
share/locale/ro/LC_MESSAGES/tdeio_print.mo
share/locale/ro/LC_MESSAGES/tdeio_settings.mo
share/locale/ro/LC_MESSAGES/tdeio_sftp.mo
share/locale/ro/LC_MESSAGES/tdeio_sieve.mo
share/locale/ro/LC_MESSAGES/tdeio_smb.mo
share/locale/ro/LC_MESSAGES/tdeio_smtp.mo
share/locale/ro/LC_MESSAGES/tdeio_svn.mo
share/locale/ro/LC_MESSAGES/tdeioexec.mo
share/locale/ro/LC_MESSAGES/tdelibs.mo
share/locale/ro/LC_MESSAGES/tdelibs_colors.mo
share/locale/ro/LC_MESSAGES/tdelirc.mo
share/locale/ro/LC_MESSAGES/tdemid.mo
share/locale/ro/LC_MESSAGES/tdepartsaver.mo
share/locale/ro/LC_MESSAGES/tdepasswd.mo
share/locale/ro/LC_MESSAGES/tdeprint.mo
share/locale/ro/LC_MESSAGES/tdeprint_part.mo
share/locale/ro/LC_MESSAGES/tdeprintfax.mo
share/locale/ro/LC_MESSAGES/tderandr.mo
share/locale/ro/LC_MESSAGES/tdescreensaver.mo
share/locale/ro/LC_MESSAGES/tdessh.mo
share/locale/ro/LC_MESSAGES/tdestyle_highcontrast_config.mo
share/locale/ro/LC_MESSAGES/tdestyle_keramik_config.mo
share/locale/ro/LC_MESSAGES/tdestyle_plastik_config.mo
share/locale/ro/LC_MESSAGES/tdesu.mo
share/locale/ro/LC_MESSAGES/tdesud.mo
share/locale/ro/LC_MESSAGES/tdetexteditor_autobookmarker.mo
share/locale/ro/LC_MESSAGES/tdetexteditor_docwordcompletion.mo
share/locale/ro/LC_MESSAGES/tdetexteditor_insertfile.mo
share/locale/ro/LC_MESSAGES/tdetexteditor_isearch.mo
share/locale/ro/LC_MESSAGES/tdetexteditor_kdatatool.mo
share/locale/ro/LC_MESSAGES/tdevdesigner.mo
share/locale/ro/LC_MESSAGES/tdevelop.mo
share/locale/ro/LC_MESSAGES/tdevtipofday.mo
share/locale/ro/LC_MESSAGES/tdewalletmanager.mo
share/locale/ro/LC_MESSAGES/tdmconfig.mo
share/locale/ro/LC_MESSAGES/tdmgreet.mo
share/locale/ro/LC_MESSAGES/timezones.mo
share/locale/ro/LC_MESSAGES/tippecanoe.mo
share/locale/ro/LC_MESSAGES/trashapplet.mo
share/locale/ro/LC_MESSAGES/twin.mo
share/locale/ro/LC_MESSAGES/twin4.mo
share/locale/ro/LC_MESSAGES/tyler.mo
share/locale/ro/LC_MESSAGES/uachangerplugin.mo
share/locale/ro/LC_MESSAGES/umbrello.mo
share/locale/ro/LC_MESSAGES/useraccount.mo
share/locale/ro/LC_MESSAGES/validatorsplugin.mo
share/locale/ro/LC_MESSAGES/wakeup.mo
share/locale/ro/LC_MESSAGES/wavecapture.mo
share/locale/ro/LC_MESSAGES/webarchiver.mo
share/locale/ro/charset
share/locale/ro/entry.desktop
share/locale/ro/flag.png

@ -0,0 +1,39 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
.include <../trinity.port.mk>
LANG= ru
PORTNAME= tde-i18n-trinity
COMMENT= Messages and documentation for TDE - ${LANG}
TDE_PREVERSION= ~pre9+a4c1e5ad
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= x11 misc
DIST_SUBDIR= TDE
PKGNAMEPREFIX= ${LANG}-
WRKSRC= ${WRKDIR}/${DISTNAME}/tde-i18n-${LANG}
EXTRACT_AFTER_ARGS+= \
'${EXTRACT_BASE}admin/' \
'${EXTRACT_BASE}cmake/' \
'${EXTRACT_BASE}tde-i18n-${LANG}/' \
BUILD_DEPENDS+= ${TDE_PREFIX}/bin/tde-config:${PORTSDIR}/x11/trinity/tdelibs
# 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,2 @@
SHA256 (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 6f15f2f8d9ebc912c6ece6ed36acef10b3f2e09bf52ccf16317595ecde210efe
SIZE (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 195710272

@ -0,0 +1 @@
Russian (ru) internationalized (i18n) files for TDE

File diff suppressed because it is too large Load Diff

@ -0,0 +1,39 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
.include <../trinity.port.mk>
LANG= rw
PORTNAME= tde-i18n-trinity
COMMENT= Messages and documentation for TDE - ${LANG}
TDE_PREVERSION= ~pre9+a4c1e5ad
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= x11 misc
DIST_SUBDIR= TDE
PKGNAMEPREFIX= ${LANG}-
WRKSRC= ${WRKDIR}/${DISTNAME}/tde-i18n-${LANG}
EXTRACT_AFTER_ARGS+= \
'${EXTRACT_BASE}admin/' \
'${EXTRACT_BASE}cmake/' \
'${EXTRACT_BASE}tde-i18n-${LANG}/' \
BUILD_DEPENDS+= ${TDE_PREFIX}/bin/tde-config:${PORTSDIR}/x11/trinity/tdelibs
# 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,2 @@
SHA256 (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 6f15f2f8d9ebc912c6ece6ed36acef10b3f2e09bf52ccf16317595ecde210efe
SIZE (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 195710272

@ -0,0 +1 @@
Kinyarwanda (rw) internationalized (i18n) files for TDE

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

@ -0,0 +1,39 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
.include <../trinity.port.mk>
LANG= se
PORTNAME= tde-i18n-trinity
COMMENT= Messages and documentation for TDE - ${LANG}
TDE_PREVERSION= ~pre9+a4c1e5ad
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= x11 misc
DIST_SUBDIR= TDE
PKGNAMEPREFIX= ${LANG}-
WRKSRC= ${WRKDIR}/${DISTNAME}/tde-i18n-${LANG}
EXTRACT_AFTER_ARGS+= \
'${EXTRACT_BASE}admin/' \
'${EXTRACT_BASE}cmake/' \
'${EXTRACT_BASE}tde-i18n-${LANG}/' \
BUILD_DEPENDS+= ${TDE_PREFIX}/bin/tde-config:${PORTSDIR}/x11/trinity/tdelibs
# 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,2 @@
SHA256 (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 6f15f2f8d9ebc912c6ece6ed36acef10b3f2e09bf52ccf16317595ecde210efe
SIZE (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 195710272

@ -0,0 +1 @@
Northern Sami (se) internationalized (i18n) files for TDE

@ -0,0 +1,294 @@
share/locale/se/LC_MESSAGES/akregator.mo
share/locale/se/LC_MESSAGES/appletproxy.mo
share/locale/se/LC_MESSAGES/atlantik.mo
share/locale/se/LC_MESSAGES/clockapplet.mo
share/locale/se/LC_MESSAGES/cupsdconf.mo
share/locale/se/LC_MESSAGES/display.mo
share/locale/se/LC_MESSAGES/dockbarextension.mo
share/locale/se/LC_MESSAGES/drkonqi.mo
share/locale/se/LC_MESSAGES/extensionproxy.mo
share/locale/se/LC_MESSAGES/filetypes.mo
share/locale/se/LC_MESSAGES/htmlsearch.mo
share/locale/se/LC_MESSAGES/joystick.mo
share/locale/se/LC_MESSAGES/kaboodle.mo
share/locale/se/LC_MESSAGES/kaccess.mo
share/locale/se/LC_MESSAGES/kaddressbook.mo
share/locale/se/LC_MESSAGES/kalarm.mo
share/locale/se/LC_MESSAGES/kandy.mo
share/locale/se/LC_MESSAGES/kappfinder.mo
share/locale/se/LC_MESSAGES/karm.mo
share/locale/se/LC_MESSAGES/kasbarextension.mo
share/locale/se/LC_MESSAGES/kate.mo
share/locale/se/LC_MESSAGES/katepart.mo
share/locale/se/LC_MESSAGES/kbabel.mo
share/locale/se/LC_MESSAGES/kbounce.mo
share/locale/se/LC_MESSAGES/kcm_kviewcanvasconfig.mo
share/locale/se/LC_MESSAGES/kcm_kviewgeneralconfig.mo
share/locale/se/LC_MESSAGES/kcm_kviewpluginsconfig.mo
share/locale/se/LC_MESSAGES/kcm_kviewviewerpluginsconfig.mo
share/locale/se/LC_MESSAGES/kcmaccess.mo
share/locale/se/LC_MESSAGES/kcmaccessibility.mo
share/locale/se/LC_MESSAGES/kcmarts.mo
share/locale/se/LC_MESSAGES/kcmaudiocd.mo
share/locale/se/LC_MESSAGES/kcmbackground.mo
share/locale/se/LC_MESSAGES/kcmbell.mo
share/locale/se/LC_MESSAGES/kcmcgi.mo
share/locale/se/LC_MESSAGES/kcmcolors.mo
share/locale/se/LC_MESSAGES/kcmcomponentchooser.mo
share/locale/se/LC_MESSAGES/kcmcrypto.mo
share/locale/se/LC_MESSAGES/kcmcss.mo
share/locale/se/LC_MESSAGES/kcmenergy.mo
share/locale/se/LC_MESSAGES/kcmfonts.mo
share/locale/se/LC_MESSAGES/kcmhtmlsearch.mo
share/locale/se/LC_MESSAGES/kcmicons.mo
share/locale/se/LC_MESSAGES/kcminfo.mo
share/locale/se/LC_MESSAGES/kcminput.mo
share/locale/se/LC_MESSAGES/kcmioslaveinfo.mo
share/locale/se/LC_MESSAGES/kcmkabconfig.mo
share/locale/se/LC_MESSAGES/kcmkamera.mo
share/locale/se/LC_MESSAGES/kcmkclock.mo
share/locale/se/LC_MESSAGES/kcmkded.mo
share/locale/se/LC_MESSAGES/kcmkeys.mo
share/locale/se/LC_MESSAGES/kcmkicker.mo
share/locale/se/LC_MESSAGES/kcmkonq.mo
share/locale/se/LC_MESSAGES/kcmkonqhtml.mo
share/locale/se/LC_MESSAGES/kcmkonsole.mo
share/locale/se/LC_MESSAGES/kcmkontactnt.mo
share/locale/se/LC_MESSAGES/kcmkurifilt.mo
share/locale/se/LC_MESSAGES/kcmkwm.mo
share/locale/se/LC_MESSAGES/kcmlaunch.mo
share/locale/se/LC_MESSAGES/kcmlayout.mo
share/locale/se/LC_MESSAGES/kcmlilo.mo
share/locale/se/LC_MESSAGES/kcmlocale.mo
share/locale/se/LC_MESSAGES/kcmnic.mo
share/locale/se/LC_MESSAGES/kcmnotify.mo
share/locale/se/LC_MESSAGES/kcmperformance.mo
share/locale/se/LC_MESSAGES/kcmprintmgr.mo
share/locale/se/LC_MESSAGES/kcmsamba.mo
share/locale/se/LC_MESSAGES/kcmscreensaver.mo
share/locale/se/LC_MESSAGES/kcmsmartcard.mo
share/locale/se/LC_MESSAGES/kcmsmserver.mo
share/locale/se/LC_MESSAGES/kcmspellchecking.mo
share/locale/se/LC_MESSAGES/kcmstyle.mo
share/locale/se/LC_MESSAGES/kcmtaskbar.mo
share/locale/se/LC_MESSAGES/kcmtdednssd.mo
share/locale/se/LC_MESSAGES/kcmtdeio.mo
share/locale/se/LC_MESSAGES/kcmtwindecoration.mo
share/locale/se/LC_MESSAGES/kcmtwinrules.mo
share/locale/se/LC_MESSAGES/kcmusb.mo
share/locale/se/LC_MESSAGES/kcmview1394.mo
share/locale/se/LC_MESSAGES/kcmxinerama.mo
share/locale/se/LC_MESSAGES/kcoloredit.mo
share/locale/se/LC_MESSAGES/kcontrol.mo
share/locale/se/LC_MESSAGES/kcron.mo
share/locale/se/LC_MESSAGES/kdat.mo
share/locale/se/LC_MESSAGES/kdcop.mo
share/locale/se/LC_MESSAGES/kdesktop.mo
share/locale/se/LC_MESSAGES/kdgantt.mo
share/locale/se/LC_MESSAGES/kdialog.mo
share/locale/se/LC_MESSAGES/kdvi.mo
share/locale/se/LC_MESSAGES/keduca.mo
share/locale/se/LC_MESSAGES/kfax.mo
share/locale/se/LC_MESSAGES/kfindpart.mo
share/locale/se/LC_MESSAGES/kfmclient.mo
share/locale/se/LC_MESSAGES/kgamma.mo
share/locale/se/LC_MESSAGES/kgantt.mo
share/locale/se/LC_MESSAGES/kghostview.mo
share/locale/se/LC_MESSAGES/kgreet_classic.mo
share/locale/se/LC_MESSAGES/khelpcenter.mo
share/locale/se/LC_MESSAGES/khotkeys.mo
share/locale/se/LC_MESSAGES/kicker.mo
share/locale/se/LC_MESSAGES/kjobviewer.mo
share/locale/se/LC_MESSAGES/kleopatra.mo
share/locale/se/LC_MESSAGES/klipper.mo
share/locale/se/LC_MESSAGES/kmail.mo
share/locale/se/LC_MESSAGES/kmail_text_calendar_plugin.mo
share/locale/se/LC_MESSAGES/kmail_text_vcard_plugin.mo
share/locale/se/LC_MESSAGES/kmailcvt.mo
share/locale/se/LC_MESSAGES/kmcop.mo
share/locale/se/LC_MESSAGES/kmenuedit.mo
share/locale/se/LC_MESSAGES/kminipagerapplet.mo
share/locale/se/LC_MESSAGES/kmix.mo
share/locale/se/LC_MESSAGES/kmobile.mo
share/locale/se/LC_MESSAGES/kmrml.mo
share/locale/se/LC_MESSAGES/knetattach.mo
share/locale/se/LC_MESSAGES/knode.mo
share/locale/se/LC_MESSAGES/knotes.mo
share/locale/se/LC_MESSAGES/knotify.mo
share/locale/se/LC_MESSAGES/kolourpaint.mo
share/locale/se/LC_MESSAGES/konqueror.mo
share/locale/se/LC_MESSAGES/konsole.mo
share/locale/se/LC_MESSAGES/konsolekalendar.mo
share/locale/se/LC_MESSAGES/kontact.mo
share/locale/se/LC_MESSAGES/kooka.mo
share/locale/se/LC_MESSAGES/kopete.mo
share/locale/se/LC_MESSAGES/korganizer.mo
share/locale/se/LC_MESSAGES/korn.mo
share/locale/se/LC_MESSAGES/kpackage.mo
share/locale/se/LC_MESSAGES/kpager.mo
share/locale/se/LC_MESSAGES/kpat.mo
share/locale/se/LC_MESSAGES/kpdf.mo
share/locale/se/LC_MESSAGES/kpersonalizer.mo
share/locale/se/LC_MESSAGES/kpilot.mo
share/locale/se/LC_MESSAGES/kpovmodeler.mo
share/locale/se/LC_MESSAGES/kppp.mo
share/locale/se/LC_MESSAGES/kprinter.mo
share/locale/se/LC_MESSAGES/krdb.mo
share/locale/se/LC_MESSAGES/kreadconfig.mo
share/locale/se/LC_MESSAGES/krec.mo
share/locale/se/LC_MESSAGES/kres_exchange.mo
share/locale/se/LC_MESSAGES/kres_remote.mo
share/locale/se/LC_MESSAGES/kres_xmlrpc.mo
share/locale/se/LC_MESSAGES/kruler.mo
share/locale/se/LC_MESSAGES/krunapplet.mo
share/locale/se/LC_MESSAGES/ksame.mo
share/locale/se/LC_MESSAGES/ksirc.mo
share/locale/se/LC_MESSAGES/ksirtet.mo
share/locale/se/LC_MESSAGES/ksmserver.mo
share/locale/se/LC_MESSAGES/ksnapshot.mo
share/locale/se/LC_MESSAGES/ksplash.mo
share/locale/se/LC_MESSAGES/ksplashthemes.mo
share/locale/se/LC_MESSAGES/kstart.mo
share/locale/se/LC_MESSAGES/ksysguard.mo
share/locale/se/LC_MESSAGES/ksystemtrayapplet.mo
share/locale/se/LC_MESSAGES/ksystraycmd.mo
share/locale/se/LC_MESSAGES/ksysv.mo
share/locale/se/LC_MESSAGES/kthememanager.mo
share/locale/se/LC_MESSAGES/ktip.mo
share/locale/se/LC_MESSAGES/ktnef.mo
share/locale/se/LC_MESSAGES/kuickshow.mo
share/locale/se/LC_MESSAGES/kuser.mo
share/locale/se/LC_MESSAGES/kview.mo
share/locale/se/LC_MESSAGES/kview_scale.mo
share/locale/se/LC_MESSAGES/kviewbrowserplugin.mo
share/locale/se/LC_MESSAGES/kviewcanvas.mo
share/locale/se/LC_MESSAGES/kvieweffectsplugin.mo
share/locale/se/LC_MESSAGES/kviewpresenterplugin.mo
share/locale/se/LC_MESSAGES/kviewscannerplugin.mo
share/locale/se/LC_MESSAGES/kviewshell.mo
share/locale/se/LC_MESSAGES/kviewviewer.mo
share/locale/se/LC_MESSAGES/kwatchgnupg.mo
share/locale/se/LC_MESSAGES/kwireless.mo
share/locale/se/LC_MESSAGES/kwriteconfig.mo
share/locale/se/LC_MESSAGES/kxkb.mo
share/locale/se/LC_MESSAGES/libkcal.mo
share/locale/se/LC_MESSAGES/libkcddb.mo
share/locale/se/LC_MESSAGES/libkicker.mo
share/locale/se/LC_MESSAGES/libkickermenu_konsole.mo
share/locale/se/LC_MESSAGES/libkickermenu_prefmenu.mo
share/locale/se/LC_MESSAGES/libkickermenu_recentdocs.mo
share/locale/se/LC_MESSAGES/libkickermenu_remotemenu.mo
share/locale/se/LC_MESSAGES/libkickermenu_systemmenu.mo
share/locale/se/LC_MESSAGES/libkickermenu_tdeprint.mo
share/locale/se/LC_MESSAGES/libkickermenu_tom.mo
share/locale/se/LC_MESSAGES/libkleopatra.mo
share/locale/se/LC_MESSAGES/libkonq.mo
share/locale/se/LC_MESSAGES/libkscan.mo
share/locale/se/LC_MESSAGES/libksirtet.mo
share/locale/se/LC_MESSAGES/libtaskbar.mo
share/locale/se/LC_MESSAGES/libtaskmanager.mo
share/locale/se/LC_MESSAGES/libtdegames.mo
share/locale/se/LC_MESSAGES/libtdepim.mo
share/locale/se/LC_MESSAGES/libtdescreensaver.mo
share/locale/se/LC_MESSAGES/lockout.mo
share/locale/se/LC_MESSAGES/mediaapplet.mo
share/locale/se/LC_MESSAGES/naughtyapplet.mo
share/locale/se/LC_MESSAGES/noatun.mo
share/locale/se/LC_MESSAGES/nsplugin.mo
share/locale/se/LC_MESSAGES/ppdtranslations.mo
share/locale/se/LC_MESSAGES/privacy.mo
share/locale/se/LC_MESSAGES/quicklauncher.mo
share/locale/se/LC_MESSAGES/secpolicy.mo
share/locale/se/LC_MESSAGES/tdeabc2mutt.mo
share/locale/se/LC_MESSAGES/tdeabc_dir.mo
share/locale/se/LC_MESSAGES/tdeabc_file.mo
share/locale/se/LC_MESSAGES/tdeabc_ldaptdeio.mo
share/locale/se/LC_MESSAGES/tdeabc_net.mo
share/locale/se/LC_MESSAGES/tdeabc_slox.mo
share/locale/se/LC_MESSAGES/tdeabc_sql.mo
share/locale/se/LC_MESSAGES/tdeabcformat_binary.mo
share/locale/se/LC_MESSAGES/tdecmshell.mo
share/locale/se/LC_MESSAGES/tdedebugdialog.mo
share/locale/se/LC_MESSAGES/tdefile_au.mo
share/locale/se/LC_MESSAGES/tdefile_avi.mo
share/locale/se/LC_MESSAGES/tdefile_bmp.mo
share/locale/se/LC_MESSAGES/tdefile_deb.mo
share/locale/se/LC_MESSAGES/tdefile_dvi.mo
share/locale/se/LC_MESSAGES/tdefile_exr.mo
share/locale/se/LC_MESSAGES/tdefile_flac.mo
share/locale/se/LC_MESSAGES/tdefile_gif.mo
share/locale/se/LC_MESSAGES/tdefile_ico.mo
share/locale/se/LC_MESSAGES/tdefile_jpeg.mo
share/locale/se/LC_MESSAGES/tdefile_mp3.mo
share/locale/se/LC_MESSAGES/tdefile_ogg.mo
share/locale/se/LC_MESSAGES/tdefile_palm.mo
share/locale/se/LC_MESSAGES/tdefile_pcx.mo
share/locale/se/LC_MESSAGES/tdefile_pdf.mo
share/locale/se/LC_MESSAGES/tdefile_png.mo
share/locale/se/LC_MESSAGES/tdefile_pnm.mo
share/locale/se/LC_MESSAGES/tdefile_ps.mo
share/locale/se/LC_MESSAGES/tdefile_rfc822.mo
share/locale/se/LC_MESSAGES/tdefile_rgb.mo
share/locale/se/LC_MESSAGES/tdefile_rpm.mo
share/locale/se/LC_MESSAGES/tdefile_tga.mo
share/locale/se/LC_MESSAGES/tdefile_tiff.mo
share/locale/se/LC_MESSAGES/tdefile_vcf.mo
share/locale/se/LC_MESSAGES/tdefile_wav.mo
share/locale/se/LC_MESSAGES/tdefile_xbm.mo
share/locale/se/LC_MESSAGES/tdefileaudiopreview.mo
share/locale/se/LC_MESSAGES/tdefontinst.mo
share/locale/se/LC_MESSAGES/tdehtmlkttsd.mo
share/locale/se/LC_MESSAGES/tdeiconedit.mo
share/locale/se/LC_MESSAGES/tdeio.mo
share/locale/se/LC_MESSAGES/tdeio_audiocd.mo
share/locale/se/LC_MESSAGES/tdeio_finger.mo
share/locale/se/LC_MESSAGES/tdeio_fish.mo
share/locale/se/LC_MESSAGES/tdeio_floppy.mo
share/locale/se/LC_MESSAGES/tdeio_help.mo
share/locale/se/LC_MESSAGES/tdeio_ldap.mo
share/locale/se/LC_MESSAGES/tdeio_mac.mo
share/locale/se/LC_MESSAGES/tdeio_man.mo
share/locale/se/LC_MESSAGES/tdeio_media.mo
share/locale/se/LC_MESSAGES/tdeio_mobile.mo
share/locale/se/LC_MESSAGES/tdeio_nfs.mo
share/locale/se/LC_MESSAGES/tdeio_nntp.mo
share/locale/se/LC_MESSAGES/tdeio_pop3.mo
share/locale/se/LC_MESSAGES/tdeio_print.mo
share/locale/se/LC_MESSAGES/tdeio_remote.mo
share/locale/se/LC_MESSAGES/tdeio_settings.mo
share/locale/se/LC_MESSAGES/tdeio_sftp.mo
share/locale/se/LC_MESSAGES/tdeio_sieve.mo
share/locale/se/LC_MESSAGES/tdeio_smb.mo
share/locale/se/LC_MESSAGES/tdeio_smtp.mo
share/locale/se/LC_MESSAGES/tdeio_system.mo
share/locale/se/LC_MESSAGES/tdeio_trash.mo
share/locale/se/LC_MESSAGES/tdeioexec.mo
share/locale/se/LC_MESSAGES/tdelibs.mo
share/locale/se/LC_MESSAGES/tdelibs_colors.mo
share/locale/se/LC_MESSAGES/tdepasswd.mo
share/locale/se/LC_MESSAGES/tdepimwizards.mo
share/locale/se/LC_MESSAGES/tdeprint.mo
share/locale/se/LC_MESSAGES/tdeprint_part.mo
share/locale/se/LC_MESSAGES/tdeprintfax.mo
share/locale/se/LC_MESSAGES/tderandr.mo
share/locale/se/LC_MESSAGES/tdescreensaver.mo
share/locale/se/LC_MESSAGES/tdestyle_highcontrast_config.mo
share/locale/se/LC_MESSAGES/tdestyle_keramik_config.mo
share/locale/se/LC_MESSAGES/tdestyle_plastik_config.mo
share/locale/se/LC_MESSAGES/tdesu.mo
share/locale/se/LC_MESSAGES/tdesud.mo
share/locale/se/LC_MESSAGES/tdetexteditor_autobookmarker.mo
share/locale/se/LC_MESSAGES/tdetexteditor_docwordcompletion.mo
share/locale/se/LC_MESSAGES/tdetexteditor_insertfile.mo
share/locale/se/LC_MESSAGES/tdetexteditor_isearch.mo
share/locale/se/LC_MESSAGES/tdetexteditor_kdatatool.mo
share/locale/se/LC_MESSAGES/tdmconfig.mo
share/locale/se/LC_MESSAGES/tdmgreet.mo
share/locale/se/LC_MESSAGES/timezones.mo
share/locale/se/LC_MESSAGES/trashapplet.mo
share/locale/se/LC_MESSAGES/twin.mo
share/locale/se/LC_MESSAGES/twin_clients.mo
share/locale/se/LC_MESSAGES/useraccount.mo
share/locale/se/charset
share/locale/se/entry.desktop
share/locale/se/flag.png

@ -0,0 +1,39 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
.include <../trinity.port.mk>
LANG= sk
PORTNAME= tde-i18n-trinity
COMMENT= Messages and documentation for TDE - ${LANG}
TDE_PREVERSION= ~pre9+a4c1e5ad
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= x11 misc
DIST_SUBDIR= TDE
PKGNAMEPREFIX= ${LANG}-
WRKSRC= ${WRKDIR}/${DISTNAME}/tde-i18n-${LANG}
EXTRACT_AFTER_ARGS+= \
'${EXTRACT_BASE}admin/' \
'${EXTRACT_BASE}cmake/' \
'${EXTRACT_BASE}tde-i18n-${LANG}/' \
BUILD_DEPENDS+= ${TDE_PREFIX}/bin/tde-config:${PORTSDIR}/x11/trinity/tdelibs
# 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,2 @@
SHA256 (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 6f15f2f8d9ebc912c6ece6ed36acef10b3f2e09bf52ccf16317595ecde210efe
SIZE (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 195710272

@ -0,0 +1 @@
Slovak (sk) internationalized (i18n) files for TDE

File diff suppressed because it is too large Load Diff

@ -0,0 +1,39 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
.include <../trinity.port.mk>
LANG= sl
PORTNAME= tde-i18n-trinity
COMMENT= Messages and documentation for TDE - ${LANG}
TDE_PREVERSION= ~pre9+a4c1e5ad
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= x11 misc
DIST_SUBDIR= TDE
PKGNAMEPREFIX= ${LANG}-
WRKSRC= ${WRKDIR}/${DISTNAME}/tde-i18n-${LANG}
EXTRACT_AFTER_ARGS+= \
'${EXTRACT_BASE}admin/' \
'${EXTRACT_BASE}cmake/' \
'${EXTRACT_BASE}tde-i18n-${LANG}/' \
BUILD_DEPENDS+= ${TDE_PREFIX}/bin/tde-config:${PORTSDIR}/x11/trinity/tdelibs
# 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,2 @@
SHA256 (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 6f15f2f8d9ebc912c6ece6ed36acef10b3f2e09bf52ccf16317595ecde210efe
SIZE (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 195710272

@ -0,0 +1 @@
Slovenian (sl) internationalized (i18n) files for TDE

@ -0,0 +1,958 @@
share/apps/katepart/syntax/logohighlightstyle.sl.xml
share/apps/khangman/data/sl/animals.kvtml
share/apps/khangman/data/sl/easy.kvtml
share/apps/khangman/data/sl/hard.kvtml
share/apps/khangman/data/sl/medium.kvtml
share/apps/khangman/sl.txt
share/apps/ktuberling/sounds/sl/cigara.wav
share/apps/ktuberling/sounds/sl/klobuk.wav
share/apps/ktuberling/sounds/sl/kravata.wav
share/apps/ktuberling/sounds/sl/krompircek.wav
share/apps/ktuberling/sounds/sl/lasje.wav
share/apps/ktuberling/sounds/sl/metuljcek.wav
share/apps/ktuberling/sounds/sl/naocniki.wav
share/apps/ktuberling/sounds/sl/nos.wav
share/apps/ktuberling/sounds/sl/obrvi.wav
share/apps/ktuberling/sounds/sl/oko.wav
share/apps/ktuberling/sounds/sl/pingvin.wav
share/apps/ktuberling/sounds/sl/rog.wav
share/apps/ktuberling/sounds/sl/sal.wav
share/apps/ktuberling/sounds/sl/soncna_ocala.wav
share/apps/ktuberling/sounds/sl/uhan.wav
share/apps/ktuberling/sounds/sl/uho.wav
share/apps/ktuberling/sounds/sl/ura.wav
share/apps/ktuberling/sounds/sl/usta.wav
share/apps/ktuberling/sounds/sl/znacka.wav
share/apps/kturtle/data/logokeywords.sl.xml
share/apps/kturtle/examples/sl/curly.logo
share/apps/kturtle/examples/sl/example1.logo
share/apps/kturtle/examples/sl/square.logo
share/apps/kturtle/examples/sl/triangle.logo
share/doc/tde/HTML/sl/common/1.png
share/doc/tde/HTML/sl/common/10.png
share/doc/tde/HTML/sl/common/2.png
share/doc/tde/HTML/sl/common/3.png
share/doc/tde/HTML/sl/common/4.png
share/doc/tde/HTML/sl/common/5.png
share/doc/tde/HTML/sl/common/6.png
share/doc/tde/HTML/sl/common/7.png
share/doc/tde/HTML/sl/common/8.png
share/doc/tde/HTML/sl/common/9.png
share/doc/tde/HTML/sl/common/appheader.html
share/doc/tde/HTML/sl/common/artistic-license.html
share/doc/tde/HTML/sl/common/bottom-left.png
share/doc/tde/HTML/sl/common/bottom-middle.png
share/doc/tde/HTML/sl/common/bottom-right.png
share/doc/tde/HTML/sl/common/bottom1.png
share/doc/tde/HTML/sl/common/bottom2.png
share/doc/tde/HTML/sl/common/bsd-license.html
share/doc/tde/HTML/sl/common/docheadergears.png
share/doc/tde/HTML/sl/common/doctop1.png
share/doc/tde/HTML/sl/common/doctop1a.png
share/doc/tde/HTML/sl/common/doctop1b.png
share/doc/tde/HTML/sl/common/doctop2.png
share/doc/tde/HTML/sl/common/doxygen.css
share/doc/tde/HTML/sl/common/favicon.ico
share/doc/tde/HTML/sl/common/fdl-license
share/doc/tde/HTML/sl/common/fdl-license.html
share/doc/tde/HTML/sl/common/fdl-notice.html
share/doc/tde/HTML/sl/common/fdl-translated.html
share/doc/tde/HTML/sl/common/footer.html
share/doc/tde/HTML/sl/common/gpl-license
share/doc/tde/HTML/sl/common/gpl-license.html
share/doc/tde/HTML/sl/common/gpl-translated.html
share/doc/tde/HTML/sl/common/grad.png
share/doc/tde/HTML/sl/common/header.html
share/doc/tde/HTML/sl/common/headerbg.png
share/doc/tde/HTML/sl/common/kde_gear_64.png
share/doc/tde/HTML/sl/common/kde_logo.png
share/doc/tde/HTML/sl/common/kde_logo_bg.png
share/doc/tde/HTML/sl/common/kmenu.png
share/doc/tde/HTML/sl/common/lgpl-license
share/doc/tde/HTML/sl/common/lgpl-license.html
share/doc/tde/HTML/sl/common/lgpl-translated.html
share/doc/tde/HTML/sl/common/logotp3.png
share/doc/tde/HTML/sl/common/mainfooter.html
share/doc/tde/HTML/sl/common/mainheader.html
share/doc/tde/HTML/sl/common/qpl-license.html
share/doc/tde/HTML/sl/common/shadow.png
share/doc/tde/HTML/sl/common/tde-common.css
share/doc/tde/HTML/sl/common/tde-default.css
share/doc/tde/HTML/sl/common/tde-docs.css
share/doc/tde/HTML/sl/common/tde-localised.css
share/doc/tde/HTML/sl/common/tde-localised.css.template
share/doc/tde/HTML/sl/common/tde-web.css
share/doc/tde/HTML/sl/common/top-left.png
share/doc/tde/HTML/sl/common/top-middle.png
share/doc/tde/HTML/sl/common/top-right-konqueror.png
share/doc/tde/HTML/sl/common/web-docbottom.png
share/doc/tde/HTML/sl/common/web-doctop.png
share/doc/tde/HTML/sl/common/x11-license.html
share/doc/tde/HTML/sl/common/xml.dcl
share/doc/tde/HTML/sl/kaddressbook/common
share/doc/tde/HTML/sl/kaddressbook/index.cache.bz2
share/doc/tde/HTML/sl/kaddressbook/index.docbook
share/doc/tde/HTML/sl/kcontrol/arts/common
share/doc/tde/HTML/sl/kcontrol/arts/index.cache.bz2
share/doc/tde/HTML/sl/kcontrol/arts/index.docbook
share/doc/tde/HTML/sl/kcontrol/arts/midi.docbook
share/doc/tde/HTML/sl/kcontrol/bell/common
share/doc/tde/HTML/sl/kcontrol/bell/index.cache.bz2
share/doc/tde/HTML/sl/kcontrol/bell/index.docbook
share/doc/tde/HTML/sl/kcontrol/clock/common
share/doc/tde/HTML/sl/kcontrol/clock/index.cache.bz2
share/doc/tde/HTML/sl/kcontrol/clock/index.docbook
share/doc/tde/HTML/sl/kcontrol/common
share/doc/tde/HTML/sl/kcontrol/cookies/common
share/doc/tde/HTML/sl/kcontrol/cookies/index.cache.bz2
share/doc/tde/HTML/sl/kcontrol/cookies/index.docbook
share/doc/tde/HTML/sl/kcontrol/crypto/common
share/doc/tde/HTML/sl/kcontrol/crypto/index.cache.bz2
share/doc/tde/HTML/sl/kcontrol/crypto/index.docbook
share/doc/tde/HTML/sl/kcontrol/ebrowsing/common
share/doc/tde/HTML/sl/kcontrol/ebrowsing/index.cache.bz2
share/doc/tde/HTML/sl/kcontrol/ebrowsing/index.docbook
share/doc/tde/HTML/sl/kcontrol/filetypes/common
share/doc/tde/HTML/sl/kcontrol/filetypes/index.cache.bz2
share/doc/tde/HTML/sl/kcontrol/filetypes/index.docbook
share/doc/tde/HTML/sl/kcontrol/index.cache.bz2
share/doc/tde/HTML/sl/kcontrol/index.docbook
share/doc/tde/HTML/sl/kcontrol/kalarmd/common
share/doc/tde/HTML/sl/kcontrol/kalarmd/index.cache.bz2
share/doc/tde/HTML/sl/kcontrol/kalarmd/index.docbook
share/doc/tde/HTML/sl/kcontrol/kcmcss/common
share/doc/tde/HTML/sl/kcontrol/kcmcss/index.cache.bz2
share/doc/tde/HTML/sl/kcontrol/kcmcss/index.docbook
share/doc/tde/HTML/sl/kcontrol/kcmlaunch/common
share/doc/tde/HTML/sl/kcontrol/kcmlaunch/index.cache.bz2
share/doc/tde/HTML/sl/kcontrol/kcmlaunch/index.docbook
share/doc/tde/HTML/sl/kcontrol/kcmlowbatcrit/common
share/doc/tde/HTML/sl/kcontrol/kcmlowbatcrit/index.cache.bz2
share/doc/tde/HTML/sl/kcontrol/kcmlowbatcrit/index.docbook
share/doc/tde/HTML/sl/kcontrol/kcmlowbatwarn/common
share/doc/tde/HTML/sl/kcontrol/kcmlowbatwarn/index.cache.bz2
share/doc/tde/HTML/sl/kcontrol/kcmlowbatwarn/index.docbook
share/doc/tde/HTML/sl/kcontrol/kcmsmserver/common
share/doc/tde/HTML/sl/kcontrol/kcmsmserver/index.cache.bz2
share/doc/tde/HTML/sl/kcontrol/kcmsmserver/index.docbook
share/doc/tde/HTML/sl/kcontrol/keyboard/common
share/doc/tde/HTML/sl/kcontrol/keyboard/index.cache.bz2
share/doc/tde/HTML/sl/kcontrol/keyboard/index.docbook
share/doc/tde/HTML/sl/kcontrol/kmixcfg/common
share/doc/tde/HTML/sl/kcontrol/kmixcfg/index.cache.bz2
share/doc/tde/HTML/sl/kcontrol/kmixcfg/index.docbook
share/doc/tde/HTML/sl/kcontrol/laptop/common
share/doc/tde/HTML/sl/kcontrol/laptop/index.cache.bz2
share/doc/tde/HTML/sl/kcontrol/laptop/index.docbook
share/doc/tde/HTML/sl/kcontrol/powerctrl/common
share/doc/tde/HTML/sl/kcontrol/powerctrl/index.cache.bz2
share/doc/tde/HTML/sl/kcontrol/powerctrl/index.docbook
share/doc/tde/HTML/sl/kcontrol/proxy/socks.docbook
share/doc/tde/HTML/sl/kcontrol/screenshot.png
share/doc/tde/HTML/sl/kcontrol/smb/common
share/doc/tde/HTML/sl/kcontrol/smb/index.cache.bz2
share/doc/tde/HTML/sl/kcontrol/smb/index.docbook
share/doc/tde/HTML/sl/kcontrol/spellchecking/common
share/doc/tde/HTML/sl/kcontrol/spellchecking/index.cache.bz2
share/doc/tde/HTML/sl/kcontrol/spellchecking/index.docbook
share/doc/tde/HTML/sl/kcontrol/twindecoration/common
share/doc/tde/HTML/sl/kcontrol/twindecoration/index.cache.bz2
share/doc/tde/HTML/sl/kcontrol/twindecoration/index.docbook
share/doc/tde/HTML/sl/kcontrol/windowmanagement/common
share/doc/tde/HTML/sl/kcontrol/windowmanagement/index.cache.bz2
share/doc/tde/HTML/sl/kcontrol/windowmanagement/index.docbook
share/doc/tde/HTML/sl/kfind/common
share/doc/tde/HTML/sl/kfind/index.cache.bz2
share/doc/tde/HTML/sl/kfind/index.docbook
share/doc/tde/HTML/sl/khelpcenter/common
share/doc/tde/HTML/sl/khelpcenter/contact.docbook
share/doc/tde/HTML/sl/khelpcenter/exec.xpm
share/doc/tde/HTML/sl/khelpcenter/faq/about.docbook
share/doc/tde/HTML/sl/khelpcenter/faq/configtde.docbook
share/doc/tde/HTML/sl/khelpcenter/faq/contrib.docbook
share/doc/tde/HTML/sl/khelpcenter/faq/desktop.docbook
share/doc/tde/HTML/sl/khelpcenter/faq/filemng.docbook
share/doc/tde/HTML/sl/khelpcenter/faq/gettde.docbook
share/doc/tde/HTML/sl/khelpcenter/faq/install.docbook
share/doc/tde/HTML/sl/khelpcenter/faq/intro.docbook
share/doc/tde/HTML/sl/khelpcenter/faq/misc.docbook
share/doc/tde/HTML/sl/khelpcenter/faq/moreinfo.docbook
share/doc/tde/HTML/sl/khelpcenter/faq/nontdeapps.docbook
share/doc/tde/HTML/sl/khelpcenter/faq/notrelated.docbook
share/doc/tde/HTML/sl/khelpcenter/faq/panel.docbook
share/doc/tde/HTML/sl/khelpcenter/faq/tdeapps.docbook
share/doc/tde/HTML/sl/khelpcenter/faq/tips.docbook
share/doc/tde/HTML/sl/khelpcenter/faq/winmng.docbook
share/doc/tde/HTML/sl/khelpcenter/glossary/tdeprintingglossary.docbook
share/doc/tde/HTML/sl/khelpcenter/help.docbook
share/doc/tde/HTML/sl/khelpcenter/index.cache.bz2
share/doc/tde/HTML/sl/khelpcenter/index.docbook
share/doc/tde/HTML/sl/khelpcenter/kdelogo.png
share/doc/tde/HTML/sl/khelpcenter/khelpcenter.png
share/doc/tde/HTML/sl/khelpcenter/konq.css
share/doc/tde/HTML/sl/khelpcenter/laptop.png
share/doc/tde/HTML/sl/khelpcenter/links.docbook
share/doc/tde/HTML/sl/khelpcenter/support.docbook
share/doc/tde/HTML/sl/khelpcenter/tinylogo.png
share/doc/tde/HTML/sl/khelpcenter/userguide/about-desktop.docbook
share/doc/tde/HTML/sl/khelpcenter/userguide/common
share/doc/tde/HTML/sl/khelpcenter/userguide/first-impressions.docbook
share/doc/tde/HTML/sl/khelpcenter/userguide/getting-started.docbook
share/doc/tde/HTML/sl/khelpcenter/userguide/history.docbook
share/doc/tde/HTML/sl/khelpcenter/userguide/index.cache.bz2
share/doc/tde/HTML/sl/khelpcenter/userguide/index.docbook
share/doc/tde/HTML/sl/khelpcenter/userguide/installation.docbook
share/doc/tde/HTML/sl/khelpcenter/userguide/intro.docbook
share/doc/tde/HTML/sl/khelpcenter/userguide/koffice-apps.docbook
share/doc/tde/HTML/sl/khelpcenter/userguide/more-help.docbook
share/doc/tde/HTML/sl/khelpcenter/userguide/shortcuts.docbook
share/doc/tde/HTML/sl/khelpcenter/userguide/staff.docbook
share/doc/tde/HTML/sl/khelpcenter/userguide/tdeadmin-apps.docbook
share/doc/tde/HTML/sl/khelpcenter/userguide/tdebase-apps.docbook
share/doc/tde/HTML/sl/khelpcenter/userguide/tdeedu-apps.docbook
share/doc/tde/HTML/sl/khelpcenter/userguide/tdegames-apps.docbook
share/doc/tde/HTML/sl/khelpcenter/userguide/tdegraphics-apps.docbook
share/doc/tde/HTML/sl/khelpcenter/userguide/tdemultimedia-apps.docbook
share/doc/tde/HTML/sl/khelpcenter/userguide/tdenetwork-apps.docbook
share/doc/tde/HTML/sl/khelpcenter/userguide/tdepim-apps.docbook
share/doc/tde/HTML/sl/khelpcenter/userguide/tdetoys-apps.docbook
share/doc/tde/HTML/sl/khelpcenter/userguide/tdeutils-apps.docbook
share/doc/tde/HTML/sl/khelpcenter/userguide/ug-faq.docbook
share/doc/tde/HTML/sl/khelpcenter/visualdict/pict1.png
share/doc/tde/HTML/sl/khelpcenter/visualdict/pict10.png
share/doc/tde/HTML/sl/khelpcenter/visualdict/pict11.png
share/doc/tde/HTML/sl/khelpcenter/visualdict/pict12.png
share/doc/tde/HTML/sl/khelpcenter/visualdict/pict13.png
share/doc/tde/HTML/sl/khelpcenter/visualdict/pict14.png
share/doc/tde/HTML/sl/khelpcenter/visualdict/pict15.png
share/doc/tde/HTML/sl/khelpcenter/visualdict/pict16.png
share/doc/tde/HTML/sl/khelpcenter/visualdict/pict17.png
share/doc/tde/HTML/sl/khelpcenter/visualdict/pict18.png
share/doc/tde/HTML/sl/khelpcenter/visualdict/pict19.png
share/doc/tde/HTML/sl/khelpcenter/visualdict/pict2.png
share/doc/tde/HTML/sl/khelpcenter/visualdict/pict20.png
share/doc/tde/HTML/sl/khelpcenter/visualdict/pict3.png
share/doc/tde/HTML/sl/khelpcenter/visualdict/pict4.png
share/doc/tde/HTML/sl/khelpcenter/visualdict/pict5.png
share/doc/tde/HTML/sl/khelpcenter/visualdict/pict6.png
share/doc/tde/HTML/sl/khelpcenter/visualdict/pict7.png
share/doc/tde/HTML/sl/khelpcenter/visualdict/pict8.png
share/doc/tde/HTML/sl/khelpcenter/visualdict/pict9.png
share/doc/tde/HTML/sl/khelpcenter/welcome.docbook
share/doc/tde/HTML/sl/khelpcenter/whatistde.docbook
share/doc/tde/HTML/sl/konqueror/cmndline.png
share/doc/tde/HTML/sl/konqueror/dirtree.png
share/doc/tde/HTML/sl/konqueror/dragdrop.png
share/doc/tde/HTML/sl/konqueror/filetype1.png
share/doc/tde/HTML/sl/konqueror/filetype3.png
share/doc/tde/HTML/sl/konqueror/filetype4.png
share/doc/tde/HTML/sl/konqueror/konqdoc5.png
share/doc/tde/HTML/sl/konqueror/konqdoc9.png
share/doc/tde/HTML/sl/konqueror/konqorg.png
share/doc/tde/HTML/sl/konqueror/parts.png
share/doc/tde/HTML/sl/konqueror/samba.png
share/doc/tde/HTML/sl/konsole/konsole.png
share/doc/tde/HTML/sl/kpackage/common
share/doc/tde/HTML/sl/kpackage/index.cache.bz2
share/doc/tde/HTML/sl/kpackage/index.docbook
share/doc/tde/HTML/sl/kppp/accounting.docbook
share/doc/tde/HTML/sl/kppp/callback.docbook
share/doc/tde/HTML/sl/kppp/chap.docbook
share/doc/tde/HTML/sl/kppp/common
share/doc/tde/HTML/sl/kppp/dialog-setup.docbook
share/doc/tde/HTML/sl/kppp/getting-online.docbook
share/doc/tde/HTML/sl/kppp/global-settings.docbook
share/doc/tde/HTML/sl/kppp/hayes.docbook
share/doc/tde/HTML/sl/kppp/index.cache.bz2
share/doc/tde/HTML/sl/kppp/index.docbook
share/doc/tde/HTML/sl/kppp/kppp-faq.docbook
share/doc/tde/HTML/sl/kppp/security.docbook
share/doc/tde/HTML/sl/kppp/tricks.docbook
share/doc/tde/HTML/sl/kppp/wizard.docbook
share/doc/tde/HTML/sl/tdeioslave/bzip/common
share/doc/tde/HTML/sl/tdeioslave/bzip/index.cache.bz2
share/doc/tde/HTML/sl/tdeioslave/bzip/index.docbook
share/doc/tde/HTML/sl/tdeioslave/bzip2/common
share/doc/tde/HTML/sl/tdeioslave/bzip2/index.cache.bz2
share/doc/tde/HTML/sl/tdeioslave/bzip2/index.docbook
share/doc/tde/HTML/sl/tdeioslave/cgi/common
share/doc/tde/HTML/sl/tdeioslave/cgi/index.cache.bz2
share/doc/tde/HTML/sl/tdeioslave/cgi/index.docbook
share/doc/tde/HTML/sl/tdeioslave/file/common
share/doc/tde/HTML/sl/tdeioslave/file/index.cache.bz2
share/doc/tde/HTML/sl/tdeioslave/file/index.docbook
share/doc/tde/HTML/sl/tdeioslave/finger/common
share/doc/tde/HTML/sl/tdeioslave/finger/index.cache.bz2
share/doc/tde/HTML/sl/tdeioslave/finger/index.docbook
share/doc/tde/HTML/sl/tdeioslave/fish/common
share/doc/tde/HTML/sl/tdeioslave/fish/index.cache.bz2
share/doc/tde/HTML/sl/tdeioslave/fish/index.docbook
share/doc/tde/HTML/sl/tdeioslave/floppy/common
share/doc/tde/HTML/sl/tdeioslave/floppy/index.cache.bz2
share/doc/tde/HTML/sl/tdeioslave/floppy/index.docbook
share/doc/tde/HTML/sl/tdeioslave/ftp/common
share/doc/tde/HTML/sl/tdeioslave/ftp/index.cache.bz2
share/doc/tde/HTML/sl/tdeioslave/ftp/index.docbook
share/doc/tde/HTML/sl/tdeioslave/gopher/common
share/doc/tde/HTML/sl/tdeioslave/gopher/index.cache.bz2
share/doc/tde/HTML/sl/tdeioslave/gopher/index.docbook
share/doc/tde/HTML/sl/tdeioslave/gzip/common
share/doc/tde/HTML/sl/tdeioslave/gzip/index.cache.bz2
share/doc/tde/HTML/sl/tdeioslave/gzip/index.docbook
share/doc/tde/HTML/sl/tdeioslave/help/common
share/doc/tde/HTML/sl/tdeioslave/help/index.cache.bz2
share/doc/tde/HTML/sl/tdeioslave/help/index.docbook
share/doc/tde/HTML/sl/tdeioslave/http/common
share/doc/tde/HTML/sl/tdeioslave/http/index.cache.bz2
share/doc/tde/HTML/sl/tdeioslave/http/index.docbook
share/doc/tde/HTML/sl/tdeioslave/https/common
share/doc/tde/HTML/sl/tdeioslave/https/index.cache.bz2
share/doc/tde/HTML/sl/tdeioslave/https/index.docbook
share/doc/tde/HTML/sl/tdeioslave/imap/common
share/doc/tde/HTML/sl/tdeioslave/imap/index.cache.bz2
share/doc/tde/HTML/sl/tdeioslave/imap/index.docbook
share/doc/tde/HTML/sl/tdeioslave/imaps/common
share/doc/tde/HTML/sl/tdeioslave/imaps/index.cache.bz2
share/doc/tde/HTML/sl/tdeioslave/imaps/index.docbook
share/doc/tde/HTML/sl/tdeioslave/info/common
share/doc/tde/HTML/sl/tdeioslave/info/index.cache.bz2
share/doc/tde/HTML/sl/tdeioslave/info/index.docbook
share/doc/tde/HTML/sl/tdeioslave/lan/common
share/doc/tde/HTML/sl/tdeioslave/lan/index.cache.bz2
share/doc/tde/HTML/sl/tdeioslave/lan/index.docbook
share/doc/tde/HTML/sl/tdeioslave/ldap/common
share/doc/tde/HTML/sl/tdeioslave/ldap/index.cache.bz2
share/doc/tde/HTML/sl/tdeioslave/ldap/index.docbook
share/doc/tde/HTML/sl/tdeioslave/mac/common
share/doc/tde/HTML/sl/tdeioslave/mac/index.cache.bz2
share/doc/tde/HTML/sl/tdeioslave/mac/index.docbook
share/doc/tde/HTML/sl/tdeioslave/mailto/common
share/doc/tde/HTML/sl/tdeioslave/mailto/index.cache.bz2
share/doc/tde/HTML/sl/tdeioslave/mailto/index.docbook
share/doc/tde/HTML/sl/tdeioslave/man/common
share/doc/tde/HTML/sl/tdeioslave/man/index.cache.bz2
share/doc/tde/HTML/sl/tdeioslave/man/index.docbook
share/doc/tde/HTML/sl/tdeioslave/news/common
share/doc/tde/HTML/sl/tdeioslave/news/index.cache.bz2
share/doc/tde/HTML/sl/tdeioslave/news/index.docbook
share/doc/tde/HTML/sl/tdeioslave/nfs/common
share/doc/tde/HTML/sl/tdeioslave/nfs/index.cache.bz2
share/doc/tde/HTML/sl/tdeioslave/nfs/index.docbook
share/doc/tde/HTML/sl/tdeioslave/nntp/common
share/doc/tde/HTML/sl/tdeioslave/nntp/index.cache.bz2
share/doc/tde/HTML/sl/tdeioslave/nntp/index.docbook
share/doc/tde/HTML/sl/tdeioslave/pop3/common
share/doc/tde/HTML/sl/tdeioslave/pop3/index.cache.bz2
share/doc/tde/HTML/sl/tdeioslave/pop3/index.docbook
share/doc/tde/HTML/sl/tdeioslave/pop3s/common
share/doc/tde/HTML/sl/tdeioslave/pop3s/index.cache.bz2
share/doc/tde/HTML/sl/tdeioslave/pop3s/index.docbook
share/doc/tde/HTML/sl/tdeioslave/print/common
share/doc/tde/HTML/sl/tdeioslave/print/index.cache.bz2
share/doc/tde/HTML/sl/tdeioslave/print/index.docbook
share/doc/tde/HTML/sl/tdeioslave/rlan/common
share/doc/tde/HTML/sl/tdeioslave/rlan/index.cache.bz2
share/doc/tde/HTML/sl/tdeioslave/rlan/index.docbook
share/doc/tde/HTML/sl/tdeioslave/rlogin/common
share/doc/tde/HTML/sl/tdeioslave/rlogin/index.cache.bz2
share/doc/tde/HTML/sl/tdeioslave/rlogin/index.docbook
share/doc/tde/HTML/sl/tdeioslave/sftp/common
share/doc/tde/HTML/sl/tdeioslave/sftp/index.cache.bz2
share/doc/tde/HTML/sl/tdeioslave/sftp/index.docbook
share/doc/tde/HTML/sl/tdeioslave/smb/common
share/doc/tde/HTML/sl/tdeioslave/smb/index.cache.bz2
share/doc/tde/HTML/sl/tdeioslave/smb/index.docbook
share/doc/tde/HTML/sl/tdeioslave/smtp/common
share/doc/tde/HTML/sl/tdeioslave/smtp/index.cache.bz2
share/doc/tde/HTML/sl/tdeioslave/smtp/index.docbook
share/doc/tde/HTML/sl/tdeioslave/tar/common
share/doc/tde/HTML/sl/tdeioslave/tar/index.cache.bz2
share/doc/tde/HTML/sl/tdeioslave/tar/index.docbook
share/doc/tde/HTML/sl/tdeioslave/telnet/common
share/doc/tde/HTML/sl/tdeioslave/telnet/index.cache.bz2
share/doc/tde/HTML/sl/tdeioslave/telnet/index.docbook
share/doc/tde/HTML/sl/tdeioslave/thumbnail/common
share/doc/tde/HTML/sl/tdeioslave/thumbnail/index.cache.bz2
share/doc/tde/HTML/sl/tdeioslave/thumbnail/index.docbook
share/doc/tde/HTML/sl/tdeioslave/webdav/common
share/doc/tde/HTML/sl/tdeioslave/webdav/index.cache.bz2
share/doc/tde/HTML/sl/tdeioslave/webdav/index.docbook
share/doc/tde/HTML/sl/tdeioslave/webdavs/common
share/doc/tde/HTML/sl/tdeioslave/webdavs/index.cache.bz2
share/doc/tde/HTML/sl/tdeioslave/webdavs/index.docbook
share/doc/tde/HTML/sl/tdeprint/extensions.docbook
share/doc/tde/HTML/sl/tdeprint/lpd.docbook
share/doc/tde/HTML/sl/tdeprint/lpr-bsd.docbook
share/doc/tde/HTML/sl/tdeprint/lprng.docbook
share/doc/tde/HTML/sl/tdeprint/rlpr.docbook
share/doc/tde/HTML/sl/tdesu/common
share/doc/tde/HTML/sl/tdesu/index.cache.bz2
share/doc/tde/HTML/sl/tdesu/index.docbook
share/doc/tde/HTML/sl/tdm/common
share/doc/tde/HTML/sl/tdm/index.cache.bz2
share/doc/tde/HTML/sl/tdm/index.docbook
share/locale/sl/LC_MESSAGES/akregator.mo
share/locale/sl/LC_MESSAGES/akregator_konqplugin.mo
share/locale/sl/LC_MESSAGES/alsaplayerui.mo
share/locale/sl/LC_MESSAGES/amor.mo
share/locale/sl/LC_MESSAGES/appletproxy.mo
share/locale/sl/LC_MESSAGES/ark.mo
share/locale/sl/LC_MESSAGES/ark_plugin.mo
share/locale/sl/LC_MESSAGES/artsbuilder.mo
share/locale/sl/LC_MESSAGES/artscontrol.mo
share/locale/sl/LC_MESSAGES/artsmodules.mo
share/locale/sl/LC_MESSAGES/atlantik.mo
share/locale/sl/LC_MESSAGES/atlantikdesigner.mo
share/locale/sl/LC_MESSAGES/audiocd_encoder_lame.mo
share/locale/sl/LC_MESSAGES/audiocd_encoder_vorbis.mo
share/locale/sl/LC_MESSAGES/audiorename_plugin.mo
share/locale/sl/LC_MESSAGES/autorefresh.mo
share/locale/sl/LC_MESSAGES/babelfish.mo
share/locale/sl/LC_MESSAGES/blinken.mo
share/locale/sl/LC_MESSAGES/cervisia.mo
share/locale/sl/LC_MESSAGES/charlatanui.mo
share/locale/sl/LC_MESSAGES/clockapplet.mo
share/locale/sl/LC_MESSAGES/crashesplugin.mo
share/locale/sl/LC_MESSAGES/cupsdconf.mo
share/locale/sl/LC_MESSAGES/cvsservice.mo
share/locale/sl/LC_MESSAGES/dcoprss.mo
share/locale/sl/LC_MESSAGES/dirfilterplugin.mo
share/locale/sl/LC_MESSAGES/display.mo
share/locale/sl/LC_MESSAGES/dockbarextension.mo
share/locale/sl/LC_MESSAGES/domtreeviewer.mo
share/locale/sl/LC_MESSAGES/drkonqi.mo
share/locale/sl/LC_MESSAGES/dub.mo
share/locale/sl/LC_MESSAGES/extensionproxy.mo
share/locale/sl/LC_MESSAGES/ffrs.mo
share/locale/sl/LC_MESSAGES/filetypes.mo
share/locale/sl/LC_MESSAGES/fsview.mo
share/locale/sl/LC_MESSAGES/htmlsearch.mo
share/locale/sl/LC_MESSAGES/imagerename_plugin.mo
share/locale/sl/LC_MESSAGES/imgalleryplugin.mo
share/locale/sl/LC_MESSAGES/irkick.mo
share/locale/sl/LC_MESSAGES/joystick.mo
share/locale/sl/LC_MESSAGES/juk.mo
share/locale/sl/LC_MESSAGES/kaboodle.mo
share/locale/sl/LC_MESSAGES/kaccess.mo
share/locale/sl/LC_MESSAGES/kaddressbook.mo
share/locale/sl/LC_MESSAGES/kalarm.mo
share/locale/sl/LC_MESSAGES/kalzium.mo
share/locale/sl/LC_MESSAGES/kanagram.mo
share/locale/sl/LC_MESSAGES/kandy.mo
share/locale/sl/LC_MESSAGES/kappfinder.mo
share/locale/sl/LC_MESSAGES/karm.mo
share/locale/sl/LC_MESSAGES/kasbarextension.mo
share/locale/sl/LC_MESSAGES/kasteroids.mo
share/locale/sl/LC_MESSAGES/kate.mo
share/locale/sl/LC_MESSAGES/katecppsymbolviewer.mo
share/locale/sl/LC_MESSAGES/katefiletemplates.mo
share/locale/sl/LC_MESSAGES/katefll_initplugin.mo
share/locale/sl/LC_MESSAGES/katefll_plugin.mo
share/locale/sl/LC_MESSAGES/katehelloworld.mo
share/locale/sl/LC_MESSAGES/katehtmltools.mo
share/locale/sl/LC_MESSAGES/kateinsertcommand.mo
share/locale/sl/LC_MESSAGES/katekjswrapper.mo
share/locale/sl/LC_MESSAGES/katemake.mo
share/locale/sl/LC_MESSAGES/katemodeline.mo
share/locale/sl/LC_MESSAGES/kateopenheader.mo
share/locale/sl/LC_MESSAGES/katepart.mo
share/locale/sl/LC_MESSAGES/katepybrowse.mo
share/locale/sl/LC_MESSAGES/katesnippets.mo
share/locale/sl/LC_MESSAGES/katetabbarextension.mo
share/locale/sl/LC_MESSAGES/katetextfilter.mo
share/locale/sl/LC_MESSAGES/katexmlcheck.mo
share/locale/sl/LC_MESSAGES/katexmltools.mo
share/locale/sl/LC_MESSAGES/katomic.mo
share/locale/sl/LC_MESSAGES/kaudiocreator.mo
share/locale/sl/LC_MESSAGES/kay.mo
share/locale/sl/LC_MESSAGES/kbabel.mo
share/locale/sl/LC_MESSAGES/kbackgammon.mo
share/locale/sl/LC_MESSAGES/kbattleship.mo
share/locale/sl/LC_MESSAGES/kbinaryclock.mo
share/locale/sl/LC_MESSAGES/kblackbox.mo
share/locale/sl/LC_MESSAGES/kbounce.mo
share/locale/sl/LC_MESSAGES/kbruch.mo
share/locale/sl/LC_MESSAGES/kbstateapplet.mo
share/locale/sl/LC_MESSAGES/kbugbuster.mo
share/locale/sl/LC_MESSAGES/kcalc.mo
share/locale/sl/LC_MESSAGES/kcharselect.mo
share/locale/sl/LC_MESSAGES/kcharselectapplet.mo
share/locale/sl/LC_MESSAGES/kcm_krfb.mo
share/locale/sl/LC_MESSAGES/kcm_kviewcanvasconfig.mo
share/locale/sl/LC_MESSAGES/kcm_kviewgeneralconfig.mo
share/locale/sl/LC_MESSAGES/kcm_kviewpluginsconfig.mo
share/locale/sl/LC_MESSAGES/kcm_kviewviewerpluginsconfig.mo
share/locale/sl/LC_MESSAGES/kcmaccess.mo
share/locale/sl/LC_MESSAGES/kcmaccessibility.mo
share/locale/sl/LC_MESSAGES/kcmarts.mo
share/locale/sl/LC_MESSAGES/kcmaudiocd.mo
share/locale/sl/LC_MESSAGES/kcmbackground.mo
share/locale/sl/LC_MESSAGES/kcmbell.mo
share/locale/sl/LC_MESSAGES/kcmcddb.mo
share/locale/sl/LC_MESSAGES/kcmcgi.mo
share/locale/sl/LC_MESSAGES/kcmcolors.mo
share/locale/sl/LC_MESSAGES/kcmcomponentchooser.mo
share/locale/sl/LC_MESSAGES/kcmcrypto.mo
share/locale/sl/LC_MESSAGES/kcmcss.mo
share/locale/sl/LC_MESSAGES/kcmenergy.mo
share/locale/sl/LC_MESSAGES/kcmfonts.mo
share/locale/sl/LC_MESSAGES/kcmhtmlsearch.mo
share/locale/sl/LC_MESSAGES/kcmicons.mo
share/locale/sl/LC_MESSAGES/kcminfo.mo
share/locale/sl/LC_MESSAGES/kcminput.mo
share/locale/sl/LC_MESSAGES/kcmioslaveinfo.mo
share/locale/sl/LC_MESSAGES/kcmkabconfig.mo
share/locale/sl/LC_MESSAGES/kcmkamera.mo
share/locale/sl/LC_MESSAGES/kcmkclock.mo
share/locale/sl/LC_MESSAGES/kcmkded.mo
share/locale/sl/LC_MESSAGES/kcmkeys.mo
share/locale/sl/LC_MESSAGES/kcmkicker.mo
share/locale/sl/LC_MESSAGES/kcmkonq.mo
share/locale/sl/LC_MESSAGES/kcmkonqhtml.mo
share/locale/sl/LC_MESSAGES/kcmkonsole.mo
share/locale/sl/LC_MESSAGES/kcmkontactnt.mo
share/locale/sl/LC_MESSAGES/kcmktalkd.mo
share/locale/sl/LC_MESSAGES/kcmkuick.mo
share/locale/sl/LC_MESSAGES/kcmkurifilt.mo
share/locale/sl/LC_MESSAGES/kcmkvaio.mo
share/locale/sl/LC_MESSAGES/kcmkwm.mo
share/locale/sl/LC_MESSAGES/kcmlanbrowser.mo
share/locale/sl/LC_MESSAGES/kcmlaptop.mo
share/locale/sl/LC_MESSAGES/kcmlaunch.mo
share/locale/sl/LC_MESSAGES/kcmlayout.mo
share/locale/sl/LC_MESSAGES/kcmlilo.mo
share/locale/sl/LC_MESSAGES/kcmlirc.mo
share/locale/sl/LC_MESSAGES/kcmlocale.mo
share/locale/sl/LC_MESSAGES/kcmmedia.mo
share/locale/sl/LC_MESSAGES/kcmnic.mo
share/locale/sl/LC_MESSAGES/kcmnotify.mo
share/locale/sl/LC_MESSAGES/kcmperformance.mo
share/locale/sl/LC_MESSAGES/kcmprintmgr.mo
share/locale/sl/LC_MESSAGES/kcmsamba.mo
share/locale/sl/LC_MESSAGES/kcmscreensaver.mo
share/locale/sl/LC_MESSAGES/kcmsmartcard.mo
share/locale/sl/LC_MESSAGES/kcmsmserver.mo
share/locale/sl/LC_MESSAGES/kcmspellchecking.mo
share/locale/sl/LC_MESSAGES/kcmstyle.mo
share/locale/sl/LC_MESSAGES/kcmtaskbar.mo
share/locale/sl/LC_MESSAGES/kcmtdednssd.mo
share/locale/sl/LC_MESSAGES/kcmtdeio.mo
share/locale/sl/LC_MESSAGES/kcmtdewallet.mo
share/locale/sl/LC_MESSAGES/kcmthinkpad.mo
share/locale/sl/LC_MESSAGES/kcmtwindecoration.mo
share/locale/sl/LC_MESSAGES/kcmtwinrules.mo
share/locale/sl/LC_MESSAGES/kcmusb.mo
share/locale/sl/LC_MESSAGES/kcmview1394.mo
share/locale/sl/LC_MESSAGES/kcmwifi.mo
share/locale/sl/LC_MESSAGES/kcmxinerama.mo
share/locale/sl/LC_MESSAGES/kcoloredit.mo
share/locale/sl/LC_MESSAGES/kcontrol.mo
share/locale/sl/LC_MESSAGES/kcron.mo
share/locale/sl/LC_MESSAGES/kdat.mo
share/locale/sl/LC_MESSAGES/kdcop.mo
share/locale/sl/LC_MESSAGES/kdesktop.mo
share/locale/sl/LC_MESSAGES/kdf.mo
share/locale/sl/LC_MESSAGES/kdgantt.mo
share/locale/sl/LC_MESSAGES/kdialog.mo
share/locale/sl/LC_MESSAGES/kdict.mo
share/locale/sl/LC_MESSAGES/kdictapplet.mo
share/locale/sl/LC_MESSAGES/kdjview.mo
share/locale/sl/LC_MESSAGES/kdvi.mo
share/locale/sl/LC_MESSAGES/kedit.mo
share/locale/sl/LC_MESSAGES/keduca.mo
share/locale/sl/LC_MESSAGES/kenolaba.mo
share/locale/sl/LC_MESSAGES/kfax.mo
share/locale/sl/LC_MESSAGES/kfaxview.mo
share/locale/sl/LC_MESSAGES/kfifteenapplet.mo
share/locale/sl/LC_MESSAGES/kfindpart.mo
share/locale/sl/LC_MESSAGES/kfloppy.mo
share/locale/sl/LC_MESSAGES/kfmclient.mo
share/locale/sl/LC_MESSAGES/kfouleggs.mo
share/locale/sl/LC_MESSAGES/kgamma.mo
share/locale/sl/LC_MESSAGES/kgantt.mo
share/locale/sl/LC_MESSAGES/kgeography.mo
share/locale/sl/LC_MESSAGES/kget.mo
share/locale/sl/LC_MESSAGES/kghostview.mo
share/locale/sl/LC_MESSAGES/kgoldrunner.mo
share/locale/sl/LC_MESSAGES/kgpg.mo
share/locale/sl/LC_MESSAGES/kgreet_classic.mo
share/locale/sl/LC_MESSAGES/kgreet_winbind.mo
share/locale/sl/LC_MESSAGES/khangman.mo
share/locale/sl/LC_MESSAGES/khelpcenter.mo
share/locale/sl/LC_MESSAGES/khexedit.mo
share/locale/sl/LC_MESSAGES/khexedit2part.mo
share/locale/sl/LC_MESSAGES/khotkeys.mo
share/locale/sl/LC_MESSAGES/kicker.mo
share/locale/sl/LC_MESSAGES/kickermenu_kate.mo
share/locale/sl/LC_MESSAGES/kig.mo
share/locale/sl/LC_MESSAGES/kimagemapeditor.mo
share/locale/sl/LC_MESSAGES/kinetd.mo
share/locale/sl/LC_MESSAGES/kitchensync.mo
share/locale/sl/LC_MESSAGES/kiten.mo
share/locale/sl/LC_MESSAGES/kjobviewer.mo
share/locale/sl/LC_MESSAGES/kjots.mo
share/locale/sl/LC_MESSAGES/kjumpingcube.mo
share/locale/sl/LC_MESSAGES/klaptopdaemon.mo
share/locale/sl/LC_MESSAGES/klatin.mo
share/locale/sl/LC_MESSAGES/kleopatra.mo
share/locale/sl/LC_MESSAGES/klettres.mo
share/locale/sl/LC_MESSAGES/klickety.mo
share/locale/sl/LC_MESSAGES/klines.mo
share/locale/sl/LC_MESSAGES/klinkstatus.mo
share/locale/sl/LC_MESSAGES/klipper.mo
share/locale/sl/LC_MESSAGES/klock.mo
share/locale/sl/LC_MESSAGES/kmag.mo
share/locale/sl/LC_MESSAGES/kmahjongg.mo
share/locale/sl/LC_MESSAGES/kmail.mo
share/locale/sl/LC_MESSAGES/kmail_text_calendar_plugin.mo
share/locale/sl/LC_MESSAGES/kmail_text_vcard_plugin.mo
share/locale/sl/LC_MESSAGES/kmailcvt.mo
share/locale/sl/LC_MESSAGES/kmathapplet.mo
share/locale/sl/LC_MESSAGES/kmcop.mo
share/locale/sl/LC_MESSAGES/kmenuapplet.mo
share/locale/sl/LC_MESSAGES/kmenuedit.mo
share/locale/sl/LC_MESSAGES/kmilo_delli8k.mo
share/locale/sl/LC_MESSAGES/kmilo_generic.mo
share/locale/sl/LC_MESSAGES/kmilo_kvaio.mo
share/locale/sl/LC_MESSAGES/kmilo_powerbook.mo
share/locale/sl/LC_MESSAGES/kmilo_thinkpad.mo
share/locale/sl/LC_MESSAGES/kmilod.mo
share/locale/sl/LC_MESSAGES/kmines.mo
share/locale/sl/LC_MESSAGES/kminipagerapplet.mo
share/locale/sl/LC_MESSAGES/kmix.mo
share/locale/sl/LC_MESSAGES/kmobile.mo
share/locale/sl/LC_MESSAGES/kmoon.mo
share/locale/sl/LC_MESSAGES/kmousetool.mo
share/locale/sl/LC_MESSAGES/kmouth.mo
share/locale/sl/LC_MESSAGES/kmplot.mo
share/locale/sl/LC_MESSAGES/kmrml.mo
share/locale/sl/LC_MESSAGES/knetattach.mo
share/locale/sl/LC_MESSAGES/knetwalk.mo
share/locale/sl/LC_MESSAGES/knetworkconf.mo
share/locale/sl/LC_MESSAGES/knewsticker.mo
share/locale/sl/LC_MESSAGES/knode.mo
share/locale/sl/LC_MESSAGES/knotes.mo
share/locale/sl/LC_MESSAGES/knotify.mo
share/locale/sl/LC_MESSAGES/kodo.mo
share/locale/sl/LC_MESSAGES/kolf.mo
share/locale/sl/LC_MESSAGES/kolourpaint.mo
share/locale/sl/LC_MESSAGES/kolourpicker.mo
share/locale/sl/LC_MESSAGES/kommander.mo
share/locale/sl/LC_MESSAGES/kompare.mo
share/locale/sl/LC_MESSAGES/konnector_dummy.mo
share/locale/sl/LC_MESSAGES/konnector_kabc.mo
share/locale/sl/LC_MESSAGES/konnector_kcal.mo
share/locale/sl/LC_MESSAGES/konnector_local.mo
share/locale/sl/LC_MESSAGES/konnector_qtopia.mo
share/locale/sl/LC_MESSAGES/konnector_remote.mo
share/locale/sl/LC_MESSAGES/konqsidebar_delicious.mo
share/locale/sl/LC_MESSAGES/konqsidebar_mediaplayer.mo
share/locale/sl/LC_MESSAGES/konqsidebar_metabar.mo
share/locale/sl/LC_MESSAGES/konqsidebar_news.mo
share/locale/sl/LC_MESSAGES/konqueror.mo
share/locale/sl/LC_MESSAGES/konquest.mo
share/locale/sl/LC_MESSAGES/konsole.mo
share/locale/sl/LC_MESSAGES/konsolekalendar.mo
share/locale/sl/LC_MESSAGES/kontact.mo
share/locale/sl/LC_MESSAGES/kooka.mo
share/locale/sl/LC_MESSAGES/kopete.mo
share/locale/sl/LC_MESSAGES/korganizer.mo
share/locale/sl/LC_MESSAGES/korn.mo
share/locale/sl/LC_MESSAGES/kpackage.mo
share/locale/sl/LC_MESSAGES/kpager.mo
share/locale/sl/LC_MESSAGES/kpat.mo
share/locale/sl/LC_MESSAGES/kpdf.mo
share/locale/sl/LC_MESSAGES/kpercentage.mo
share/locale/sl/LC_MESSAGES/kpersonalizer.mo
share/locale/sl/LC_MESSAGES/kpf.mo
share/locale/sl/LC_MESSAGES/kpilot.mo
share/locale/sl/LC_MESSAGES/kpoker.mo
share/locale/sl/LC_MESSAGES/kpovmodeler.mo
share/locale/sl/LC_MESSAGES/kppp.mo
share/locale/sl/LC_MESSAGES/kppplogview.mo
share/locale/sl/LC_MESSAGES/kprinter.mo
share/locale/sl/LC_MESSAGES/krdb.mo
share/locale/sl/LC_MESSAGES/krdc.mo
share/locale/sl/LC_MESSAGES/kreadconfig.mo
share/locale/sl/LC_MESSAGES/krec.mo
share/locale/sl/LC_MESSAGES/kregexpeditor.mo
share/locale/sl/LC_MESSAGES/kres_birthday.mo
share/locale/sl/LC_MESSAGES/kres_blogging.mo
share/locale/sl/LC_MESSAGES/kres_bugzilla.mo
share/locale/sl/LC_MESSAGES/kres_exchange.mo
share/locale/sl/LC_MESSAGES/kres_featureplan.mo
share/locale/sl/LC_MESSAGES/kres_groupware.mo
share/locale/sl/LC_MESSAGES/kres_groupwise.mo
share/locale/sl/LC_MESSAGES/kres_kolab.mo
share/locale/sl/LC_MESSAGES/kres_remote.mo
share/locale/sl/LC_MESSAGES/kres_tvanytime.mo
share/locale/sl/LC_MESSAGES/kres_xmlrpc.mo
share/locale/sl/LC_MESSAGES/kreversi.mo
share/locale/sl/LC_MESSAGES/krfb.mo
share/locale/sl/LC_MESSAGES/kruler.mo
share/locale/sl/LC_MESSAGES/krunapplet.mo
share/locale/sl/LC_MESSAGES/ksame.mo
share/locale/sl/LC_MESSAGES/ksayit.mo
share/locale/sl/LC_MESSAGES/kscd.mo
share/locale/sl/LC_MESSAGES/kshisen.mo
share/locale/sl/LC_MESSAGES/ksig.mo
share/locale/sl/LC_MESSAGES/ksim.mo
share/locale/sl/LC_MESSAGES/ksirc.mo
share/locale/sl/LC_MESSAGES/ksirtet.mo
share/locale/sl/LC_MESSAGES/ksmiletris.mo
share/locale/sl/LC_MESSAGES/ksmserver.mo
share/locale/sl/LC_MESSAGES/ksnake.mo
share/locale/sl/LC_MESSAGES/ksnapshot.mo
share/locale/sl/LC_MESSAGES/ksokoban.mo
share/locale/sl/LC_MESSAGES/kspaceduel.mo
share/locale/sl/LC_MESSAGES/ksplash.mo
share/locale/sl/LC_MESSAGES/ksplashthemes.mo
share/locale/sl/LC_MESSAGES/kstars.mo
share/locale/sl/LC_MESSAGES/kstart.mo
share/locale/sl/LC_MESSAGES/kstartperf.mo
share/locale/sl/LC_MESSAGES/ksvgplugin.mo
share/locale/sl/LC_MESSAGES/ksysguard.mo
share/locale/sl/LC_MESSAGES/ksystemtrayapplet.mo
share/locale/sl/LC_MESSAGES/ksystraycmd.mo
share/locale/sl/LC_MESSAGES/ksysv.mo
share/locale/sl/LC_MESSAGES/kteatime.mo
share/locale/sl/LC_MESSAGES/kthememanager.mo
share/locale/sl/LC_MESSAGES/ktimemon.mo
share/locale/sl/LC_MESSAGES/ktimer.mo
share/locale/sl/LC_MESSAGES/ktip.mo
share/locale/sl/LC_MESSAGES/ktnef.mo
share/locale/sl/LC_MESSAGES/ktouch.mo
share/locale/sl/LC_MESSAGES/ktron.mo
share/locale/sl/LC_MESSAGES/kttsd.mo
share/locale/sl/LC_MESSAGES/ktuberling.mo
share/locale/sl/LC_MESSAGES/kturtle.mo
share/locale/sl/LC_MESSAGES/ktux.mo
share/locale/sl/LC_MESSAGES/kuick_plugin.mo
share/locale/sl/LC_MESSAGES/kuickshow.mo
share/locale/sl/LC_MESSAGES/kuiviewer.mo
share/locale/sl/LC_MESSAGES/kuser.mo
share/locale/sl/LC_MESSAGES/kverbos.mo
share/locale/sl/LC_MESSAGES/kview.mo
share/locale/sl/LC_MESSAGES/kview_scale.mo
share/locale/sl/LC_MESSAGES/kviewbrowserplugin.mo
share/locale/sl/LC_MESSAGES/kviewcanvas.mo
share/locale/sl/LC_MESSAGES/kvieweffectsplugin.mo
share/locale/sl/LC_MESSAGES/kviewpresenterplugin.mo
share/locale/sl/LC_MESSAGES/kviewscannerplugin.mo
share/locale/sl/LC_MESSAGES/kviewshell.mo
share/locale/sl/LC_MESSAGES/kviewviewer.mo
share/locale/sl/LC_MESSAGES/kvoctrain.mo
share/locale/sl/LC_MESSAGES/kwatchgnupg.mo
share/locale/sl/LC_MESSAGES/kweather.mo
share/locale/sl/LC_MESSAGES/kwifimanager.mo
share/locale/sl/LC_MESSAGES/kwireless.mo
share/locale/sl/LC_MESSAGES/kwordquiz.mo
share/locale/sl/LC_MESSAGES/kworldclock.mo
share/locale/sl/LC_MESSAGES/kwriteconfig.mo
share/locale/sl/LC_MESSAGES/kxkb.mo
share/locale/sl/LC_MESSAGES/kxsconfig.mo
share/locale/sl/LC_MESSAGES/kxsldbg.mo
share/locale/sl/LC_MESSAGES/libKTTSD.mo
share/locale/sl/LC_MESSAGES/libdmctl.mo
share/locale/sl/LC_MESSAGES/libkaddrbk_geo_xxport.mo
share/locale/sl/LC_MESSAGES/libkaddrbk_gmx_xxport.mo
share/locale/sl/LC_MESSAGES/libkcal.mo
share/locale/sl/LC_MESSAGES/libkcddb.mo
share/locale/sl/LC_MESSAGES/libkfaximgage.mo
share/locale/sl/LC_MESSAGES/libkholidays.mo
share/locale/sl/LC_MESSAGES/libkicker.mo
share/locale/sl/LC_MESSAGES/libkickermenu_konsole.mo
share/locale/sl/LC_MESSAGES/libkickermenu_prefmenu.mo
share/locale/sl/LC_MESSAGES/libkickermenu_recentdocs.mo
share/locale/sl/LC_MESSAGES/libkickermenu_remotemenu.mo
share/locale/sl/LC_MESSAGES/libkickermenu_systemmenu.mo
share/locale/sl/LC_MESSAGES/libkickermenu_tdeprint.mo
share/locale/sl/LC_MESSAGES/libkickermenu_tom.mo
share/locale/sl/LC_MESSAGES/libkitchensync.mo
share/locale/sl/LC_MESSAGES/libkleopatra.mo
share/locale/sl/LC_MESSAGES/libkmime.mo
share/locale/sl/LC_MESSAGES/libkonq.mo
share/locale/sl/LC_MESSAGES/libkpgp.mo
share/locale/sl/LC_MESSAGES/libkpimexchange.mo
share/locale/sl/LC_MESSAGES/libkscan.mo
share/locale/sl/LC_MESSAGES/libksieve.mo
share/locale/sl/LC_MESSAGES/libksirtet.mo
share/locale/sl/LC_MESSAGES/libksync.mo
share/locale/sl/LC_MESSAGES/libtaskbar.mo
share/locale/sl/LC_MESSAGES/libtaskmanager.mo
share/locale/sl/LC_MESSAGES/libtdeedu.mo
share/locale/sl/LC_MESSAGES/libtdegames.mo
share/locale/sl/LC_MESSAGES/libtdepim.mo
share/locale/sl/LC_MESSAGES/libtdescreensaver.mo
share/locale/sl/LC_MESSAGES/lockout.mo
share/locale/sl/LC_MESSAGES/lskat.mo
share/locale/sl/LC_MESSAGES/lyrics.mo
share/locale/sl/LC_MESSAGES/mediaapplet.mo
share/locale/sl/LC_MESSAGES/mediacontrol.mo
share/locale/sl/LC_MESSAGES/mf_konqplugin.mo
share/locale/sl/LC_MESSAGES/minitoolsplugin.mo
share/locale/sl/LC_MESSAGES/multisynk.mo
share/locale/sl/LC_MESSAGES/naughtyapplet.mo
share/locale/sl/LC_MESSAGES/nexscope.mo
share/locale/sl/LC_MESSAGES/noatun.mo
share/locale/sl/LC_MESSAGES/nsplugin.mo
share/locale/sl/LC_MESSAGES/pitchablespeed.mo
share/locale/sl/LC_MESSAGES/ppdtranslations.mo
share/locale/sl/LC_MESSAGES/privacy.mo
share/locale/sl/LC_MESSAGES/quanta.mo
share/locale/sl/LC_MESSAGES/quicklauncher.mo
share/locale/sl/LC_MESSAGES/rellinks.mo
share/locale/sl/LC_MESSAGES/searchbarplugin.mo
share/locale/sl/LC_MESSAGES/secpolicy.mo
share/locale/sl/LC_MESSAGES/spy.mo
share/locale/sl/LC_MESSAGES/superkaramba.mo
share/locale/sl/LC_MESSAGES/synaescope.mo
share/locale/sl/LC_MESSAGES/tdeabc2mutt.mo
share/locale/sl/LC_MESSAGES/tdeabc_dir.mo
share/locale/sl/LC_MESSAGES/tdeabc_file.mo
share/locale/sl/LC_MESSAGES/tdeabc_ldaptdeio.mo
share/locale/sl/LC_MESSAGES/tdeabc_net.mo
share/locale/sl/LC_MESSAGES/tdeabc_slox.mo
share/locale/sl/LC_MESSAGES/tdeabc_sql.mo
share/locale/sl/LC_MESSAGES/tdeabcformat_binary.mo
share/locale/sl/LC_MESSAGES/tdecachegrind.mo
share/locale/sl/LC_MESSAGES/tdecmshell.mo
share/locale/sl/LC_MESSAGES/tdedebugdialog.mo
share/locale/sl/LC_MESSAGES/tdefile_au.mo
share/locale/sl/LC_MESSAGES/tdefile_avi.mo
share/locale/sl/LC_MESSAGES/tdefile_bmp.mo
share/locale/sl/LC_MESSAGES/tdefile_cert.mo
share/locale/sl/LC_MESSAGES/tdefile_cpp.mo
share/locale/sl/LC_MESSAGES/tdefile_dds.mo
share/locale/sl/LC_MESSAGES/tdefile_deb.mo
share/locale/sl/LC_MESSAGES/tdefile_desktop.mo
share/locale/sl/LC_MESSAGES/tdefile_diff.mo
share/locale/sl/LC_MESSAGES/tdefile_drgeo.mo
share/locale/sl/LC_MESSAGES/tdefile_dvi.mo
share/locale/sl/LC_MESSAGES/tdefile_exr.mo
share/locale/sl/LC_MESSAGES/tdefile_flac.mo
share/locale/sl/LC_MESSAGES/tdefile_folder.mo
share/locale/sl/LC_MESSAGES/tdefile_gif.mo
share/locale/sl/LC_MESSAGES/tdefile_html.mo
share/locale/sl/LC_MESSAGES/tdefile_ico.mo
share/locale/sl/LC_MESSAGES/tdefile_ics.mo
share/locale/sl/LC_MESSAGES/tdefile_jpeg.mo
share/locale/sl/LC_MESSAGES/tdefile_kig.mo
share/locale/sl/LC_MESSAGES/tdefile_lnk.mo
share/locale/sl/LC_MESSAGES/tdefile_m3u.mo
share/locale/sl/LC_MESSAGES/tdefile_mhtml.mo
share/locale/sl/LC_MESSAGES/tdefile_mp3.mo
share/locale/sl/LC_MESSAGES/tdefile_mpc.mo
share/locale/sl/LC_MESSAGES/tdefile_mpeg.mo
share/locale/sl/LC_MESSAGES/tdefile_ogg.mo
share/locale/sl/LC_MESSAGES/tdefile_palm.mo
share/locale/sl/LC_MESSAGES/tdefile_pcx.mo
share/locale/sl/LC_MESSAGES/tdefile_pdf.mo
share/locale/sl/LC_MESSAGES/tdefile_png.mo
share/locale/sl/LC_MESSAGES/tdefile_pnm.mo
share/locale/sl/LC_MESSAGES/tdefile_po.mo
share/locale/sl/LC_MESSAGES/tdefile_ps.mo
share/locale/sl/LC_MESSAGES/tdefile_rfc822.mo
share/locale/sl/LC_MESSAGES/tdefile_rgb.mo
share/locale/sl/LC_MESSAGES/tdefile_rpm.mo
share/locale/sl/LC_MESSAGES/tdefile_sid.mo
share/locale/sl/LC_MESSAGES/tdefile_tga.mo
share/locale/sl/LC_MESSAGES/tdefile_theora.mo
share/locale/sl/LC_MESSAGES/tdefile_tiff.mo
share/locale/sl/LC_MESSAGES/tdefile_torrent.mo
share/locale/sl/LC_MESSAGES/tdefile_ts.mo
share/locale/sl/LC_MESSAGES/tdefile_txt.mo
share/locale/sl/LC_MESSAGES/tdefile_vcf.mo
share/locale/sl/LC_MESSAGES/tdefile_wav.mo
share/locale/sl/LC_MESSAGES/tdefile_xbm.mo
share/locale/sl/LC_MESSAGES/tdefile_xpm.mo
share/locale/sl/LC_MESSAGES/tdefileaudiopreview.mo
share/locale/sl/LC_MESSAGES/tdefilereplace.mo
share/locale/sl/LC_MESSAGES/tdefileshare.mo
share/locale/sl/LC_MESSAGES/tdefontinst.mo
share/locale/sl/LC_MESSAGES/tdehtmlkttsd.mo
share/locale/sl/LC_MESSAGES/tdehtmlsettingsplugin.mo
share/locale/sl/LC_MESSAGES/tdeiconedit.mo
share/locale/sl/LC_MESSAGES/tdeio.mo
share/locale/sl/LC_MESSAGES/tdeio_audiocd.mo
share/locale/sl/LC_MESSAGES/tdeio_finger.mo
share/locale/sl/LC_MESSAGES/tdeio_fish.mo
share/locale/sl/LC_MESSAGES/tdeio_floppy.mo
share/locale/sl/LC_MESSAGES/tdeio_groupwise.mo
share/locale/sl/LC_MESSAGES/tdeio_help.mo
share/locale/sl/LC_MESSAGES/tdeio_home.mo
share/locale/sl/LC_MESSAGES/tdeio_imap4.mo
share/locale/sl/LC_MESSAGES/tdeio_jabberdisco.mo
share/locale/sl/LC_MESSAGES/tdeio_lan.mo
share/locale/sl/LC_MESSAGES/tdeio_ldap.mo
share/locale/sl/LC_MESSAGES/tdeio_mac.mo
share/locale/sl/LC_MESSAGES/tdeio_man.mo
share/locale/sl/LC_MESSAGES/tdeio_media.mo
share/locale/sl/LC_MESSAGES/tdeio_mobile.mo
share/locale/sl/LC_MESSAGES/tdeio_nfs.mo
share/locale/sl/LC_MESSAGES/tdeio_nntp.mo
share/locale/sl/LC_MESSAGES/tdeio_pop3.mo
share/locale/sl/LC_MESSAGES/tdeio_print.mo
share/locale/sl/LC_MESSAGES/tdeio_remote.mo
share/locale/sl/LC_MESSAGES/tdeio_settings.mo
share/locale/sl/LC_MESSAGES/tdeio_sftp.mo
share/locale/sl/LC_MESSAGES/tdeio_sieve.mo
share/locale/sl/LC_MESSAGES/tdeio_smb.mo
share/locale/sl/LC_MESSAGES/tdeio_smtp.mo
share/locale/sl/LC_MESSAGES/tdeio_svn.mo
share/locale/sl/LC_MESSAGES/tdeio_system.mo
share/locale/sl/LC_MESSAGES/tdeio_tar.mo
share/locale/sl/LC_MESSAGES/tdeio_thumbnail.mo
share/locale/sl/LC_MESSAGES/tdeio_trash.mo
share/locale/sl/LC_MESSAGES/tdeio_zeroconf.mo
share/locale/sl/LC_MESSAGES/tdeioexec.mo
share/locale/sl/LC_MESSAGES/tdelibs.mo
share/locale/sl/LC_MESSAGES/tdelibs_colors.mo
share/locale/sl/LC_MESSAGES/tdelirc.mo
share/locale/sl/LC_MESSAGES/tdemid.mo
share/locale/sl/LC_MESSAGES/tdepartsaver.mo
share/locale/sl/LC_MESSAGES/tdepasswd.mo
share/locale/sl/LC_MESSAGES/tdepimresources.mo
share/locale/sl/LC_MESSAGES/tdepimwizards.mo
share/locale/sl/LC_MESSAGES/tdeprint.mo
share/locale/sl/LC_MESSAGES/tdeprint_part.mo
share/locale/sl/LC_MESSAGES/tdeprintfax.mo
share/locale/sl/LC_MESSAGES/tderandr.mo
share/locale/sl/LC_MESSAGES/tdescreensaver.mo
share/locale/sl/LC_MESSAGES/tdessh.mo
share/locale/sl/LC_MESSAGES/tdestyle_highcontrast_config.mo
share/locale/sl/LC_MESSAGES/tdestyle_keramik_config.mo
share/locale/sl/LC_MESSAGES/tdestyle_phase_config.mo
share/locale/sl/LC_MESSAGES/tdestyle_plastik_config.mo
share/locale/sl/LC_MESSAGES/tdesu.mo
share/locale/sl/LC_MESSAGES/tdesud.mo
share/locale/sl/LC_MESSAGES/tdetexteditor_autobookmarker.mo
share/locale/sl/LC_MESSAGES/tdetexteditor_docwordcompletion.mo
share/locale/sl/LC_MESSAGES/tdetexteditor_insertfile.mo
share/locale/sl/LC_MESSAGES/tdetexteditor_isearch.mo
share/locale/sl/LC_MESSAGES/tdetexteditor_kdatatool.mo
share/locale/sl/LC_MESSAGES/tdevdesigner.mo
share/locale/sl/LC_MESSAGES/tdevelop.mo
share/locale/sl/LC_MESSAGES/tdevtipofday.mo
share/locale/sl/LC_MESSAGES/tdewalletmanager.mo
share/locale/sl/LC_MESSAGES/tdmconfig.mo
share/locale/sl/LC_MESSAGES/tdmgreet.mo
share/locale/sl/LC_MESSAGES/timezones.mo
share/locale/sl/LC_MESSAGES/tippecanoe.mo
share/locale/sl/LC_MESSAGES/trashapplet.mo
share/locale/sl/LC_MESSAGES/twin.mo
share/locale/sl/LC_MESSAGES/twin4.mo
share/locale/sl/LC_MESSAGES/twin_art_clients.mo
share/locale/sl/LC_MESSAGES/twin_clients.mo
share/locale/sl/LC_MESSAGES/twin_lib.mo
share/locale/sl/LC_MESSAGES/tyler.mo
share/locale/sl/LC_MESSAGES/uachangerplugin.mo
share/locale/sl/LC_MESSAGES/umbrello.mo
share/locale/sl/LC_MESSAGES/useraccount.mo
share/locale/sl/LC_MESSAGES/validatorsplugin.mo
share/locale/sl/LC_MESSAGES/wakeup.mo
share/locale/sl/LC_MESSAGES/wavecapture.mo
share/locale/sl/LC_MESSAGES/webarchiver.mo
share/locale/sl/charset
share/locale/sl/entry.desktop
share/locale/sl/flag.png

@ -0,0 +1,39 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
.include <../trinity.port.mk>
LANG= sr
PORTNAME= tde-i18n-trinity
COMMENT= Messages and documentation for TDE - ${LANG}
TDE_PREVERSION= ~pre9+a4c1e5ad
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= x11 misc
DIST_SUBDIR= TDE
PKGNAMEPREFIX= ${LANG}-
WRKSRC= ${WRKDIR}/${DISTNAME}/tde-i18n-${LANG}
EXTRACT_AFTER_ARGS+= \
'${EXTRACT_BASE}admin/' \
'${EXTRACT_BASE}cmake/' \
'${EXTRACT_BASE}tde-i18n-${LANG}/' \
BUILD_DEPENDS+= ${TDE_PREFIX}/bin/tde-config:${PORTSDIR}/x11/trinity/tdelibs
# 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,2 @@
SHA256 (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 6f15f2f8d9ebc912c6ece6ed36acef10b3f2e09bf52ccf16317595ecde210efe
SIZE (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 195710272

@ -0,0 +1 @@
Serbian (sr) internationalized (i18n) files for TDE

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

@ -0,0 +1,39 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
.include <../trinity.port.mk>
LANG= sr@Latn
PORTNAME= tde-i18n-trinity
COMMENT= Messages and documentation for TDE - ${LANG}
TDE_PREVERSION= ~pre9+a4c1e5ad
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= x11 misc
DIST_SUBDIR= TDE
PKGNAMEPREFIX= ${LANG}-
WRKSRC= ${WRKDIR}/${DISTNAME}/tde-i18n-${LANG}
EXTRACT_AFTER_ARGS+= \
'${EXTRACT_BASE}admin/' \
'${EXTRACT_BASE}cmake/' \
'${EXTRACT_BASE}tde-i18n-${LANG}/' \
BUILD_DEPENDS+= ${TDE_PREFIX}/bin/tde-config:${PORTSDIR}/x11/trinity/tdelibs
# 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,2 @@
SHA256 (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 6f15f2f8d9ebc912c6ece6ed36acef10b3f2e09bf52ccf16317595ecde210efe
SIZE (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 195710272

@ -0,0 +1 @@
Latin Serbian (sr@Latn) internationalized (i18n) files for TDE

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

@ -0,0 +1,39 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
.include <../trinity.port.mk>
LANG= ss
PORTNAME= tde-i18n-trinity
COMMENT= Messages and documentation for TDE - ${LANG}
TDE_PREVERSION= ~pre9+a4c1e5ad
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= x11 misc
DIST_SUBDIR= TDE
PKGNAMEPREFIX= ${LANG}-
WRKSRC= ${WRKDIR}/${DISTNAME}/tde-i18n-${LANG}
EXTRACT_AFTER_ARGS+= \
'${EXTRACT_BASE}admin/' \
'${EXTRACT_BASE}cmake/' \
'${EXTRACT_BASE}tde-i18n-${LANG}/' \
BUILD_DEPENDS+= ${TDE_PREFIX}/bin/tde-config:${PORTSDIR}/x11/trinity/tdelibs
# 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,2 @@
SHA256 (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 6f15f2f8d9ebc912c6ece6ed36acef10b3f2e09bf52ccf16317595ecde210efe
SIZE (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 195710272

@ -0,0 +1 @@
Swati (ss) internationalized (i18n) files for TDE

@ -0,0 +1,139 @@
share/locale/ss/LC_MESSAGES/appletproxy.mo
share/locale/ss/LC_MESSAGES/clockapplet.mo
share/locale/ss/LC_MESSAGES/cupsdconf.mo
share/locale/ss/LC_MESSAGES/drkonqi.mo
share/locale/ss/LC_MESSAGES/extensionproxy.mo
share/locale/ss/LC_MESSAGES/filetypes.mo
share/locale/ss/LC_MESSAGES/htmlsearch.mo
share/locale/ss/LC_MESSAGES/kaccess.mo
share/locale/ss/LC_MESSAGES/kappfinder.mo
share/locale/ss/LC_MESSAGES/kasbarextension.mo
share/locale/ss/LC_MESSAGES/kate.mo
share/locale/ss/LC_MESSAGES/katepart.mo
share/locale/ss/LC_MESSAGES/kcmaccess.mo
share/locale/ss/LC_MESSAGES/kcmarts.mo
share/locale/ss/LC_MESSAGES/kcmbackground.mo
share/locale/ss/LC_MESSAGES/kcmbell.mo
share/locale/ss/LC_MESSAGES/kcmcgi.mo
share/locale/ss/LC_MESSAGES/kcmcolors.mo
share/locale/ss/LC_MESSAGES/kcmcomponentchooser.mo
share/locale/ss/LC_MESSAGES/kcmcrypto.mo
share/locale/ss/LC_MESSAGES/kcmcss.mo
share/locale/ss/LC_MESSAGES/kcmenergy.mo
share/locale/ss/LC_MESSAGES/kcmfonts.mo
share/locale/ss/LC_MESSAGES/kcmhtmlsearch.mo
share/locale/ss/LC_MESSAGES/kcmicons.mo
share/locale/ss/LC_MESSAGES/kcminfo.mo
share/locale/ss/LC_MESSAGES/kcminput.mo
share/locale/ss/LC_MESSAGES/kcmioslaveinfo.mo
share/locale/ss/LC_MESSAGES/kcmkclock.mo
share/locale/ss/LC_MESSAGES/kcmkded.mo
share/locale/ss/LC_MESSAGES/kcmkeys.mo
share/locale/ss/LC_MESSAGES/kcmkicker.mo
share/locale/ss/LC_MESSAGES/kcmkonq.mo
share/locale/ss/LC_MESSAGES/kcmkonqhtml.mo
share/locale/ss/LC_MESSAGES/kcmkonsole.mo
share/locale/ss/LC_MESSAGES/kcmkurifilt.mo
share/locale/ss/LC_MESSAGES/kcmkwm.mo
share/locale/ss/LC_MESSAGES/kcmlaunch.mo
share/locale/ss/LC_MESSAGES/kcmlayout.mo
share/locale/ss/LC_MESSAGES/kcmlocale.mo
share/locale/ss/LC_MESSAGES/kcmnic.mo
share/locale/ss/LC_MESSAGES/kcmnotify.mo
share/locale/ss/LC_MESSAGES/kcmprintmgr.mo
share/locale/ss/LC_MESSAGES/kcmsamba.mo
share/locale/ss/LC_MESSAGES/kcmscreensaver.mo
share/locale/ss/LC_MESSAGES/kcmsmartcard.mo
share/locale/ss/LC_MESSAGES/kcmsmserver.mo
share/locale/ss/LC_MESSAGES/kcmspellchecking.mo
share/locale/ss/LC_MESSAGES/kcmstyle.mo
share/locale/ss/LC_MESSAGES/kcmtaskbar.mo
share/locale/ss/LC_MESSAGES/kcmtdeio.mo
share/locale/ss/LC_MESSAGES/kcmtwindecoration.mo
share/locale/ss/LC_MESSAGES/kcmusb.mo
share/locale/ss/LC_MESSAGES/kcontrol.mo
share/locale/ss/LC_MESSAGES/kdcop.mo
share/locale/ss/LC_MESSAGES/kdesktop.mo
share/locale/ss/LC_MESSAGES/kdialog.mo
share/locale/ss/LC_MESSAGES/kfindpart.mo
share/locale/ss/LC_MESSAGES/kfmclient.mo
share/locale/ss/LC_MESSAGES/khelpcenter.mo
share/locale/ss/LC_MESSAGES/khotkeys.mo
share/locale/ss/LC_MESSAGES/kicker.mo
share/locale/ss/LC_MESSAGES/kjobviewer.mo
share/locale/ss/LC_MESSAGES/klipper.mo
share/locale/ss/LC_MESSAGES/kmail.mo
share/locale/ss/LC_MESSAGES/kmcop.mo
share/locale/ss/LC_MESSAGES/kmenuedit.mo
share/locale/ss/LC_MESSAGES/kminipagerapplet.mo
share/locale/ss/LC_MESSAGES/knotify.mo
share/locale/ss/LC_MESSAGES/konqueror.mo
share/locale/ss/LC_MESSAGES/konsole.mo
share/locale/ss/LC_MESSAGES/kpager.mo
share/locale/ss/LC_MESSAGES/kpersonalizer.mo
share/locale/ss/LC_MESSAGES/kppp.mo
share/locale/ss/LC_MESSAGES/kprinter.mo
share/locale/ss/LC_MESSAGES/krdb.mo
share/locale/ss/LC_MESSAGES/kreadconfig.mo
share/locale/ss/LC_MESSAGES/krunapplet.mo
share/locale/ss/LC_MESSAGES/ksmserver.mo
share/locale/ss/LC_MESSAGES/ksplash.mo
share/locale/ss/LC_MESSAGES/kstart.mo
share/locale/ss/LC_MESSAGES/ksysguard.mo
share/locale/ss/LC_MESSAGES/ksystemtrayapplet.mo
share/locale/ss/LC_MESSAGES/ksystraycmd.mo
share/locale/ss/LC_MESSAGES/ktip.mo
share/locale/ss/LC_MESSAGES/kxkb.mo
share/locale/ss/LC_MESSAGES/libkicker.mo
share/locale/ss/LC_MESSAGES/libkickermenu_konsole.mo
share/locale/ss/LC_MESSAGES/libkickermenu_prefmenu.mo
share/locale/ss/LC_MESSAGES/libkickermenu_recentdocs.mo
share/locale/ss/LC_MESSAGES/libkickermenu_tdeprint.mo
share/locale/ss/LC_MESSAGES/libkonq.mo
share/locale/ss/LC_MESSAGES/libtaskbar.mo
share/locale/ss/LC_MESSAGES/libtaskmanager.mo
share/locale/ss/LC_MESSAGES/libtdescreensaver.mo
share/locale/ss/LC_MESSAGES/lockout.mo
share/locale/ss/LC_MESSAGES/mediacontrol.mo
share/locale/ss/LC_MESSAGES/naughtyapplet.mo
share/locale/ss/LC_MESSAGES/nsplugin.mo
share/locale/ss/LC_MESSAGES/ppdtranslations.mo
share/locale/ss/LC_MESSAGES/quicklauncher.mo
share/locale/ss/LC_MESSAGES/tdeabc_dir.mo
share/locale/ss/LC_MESSAGES/tdeabc_ldaptdeio.mo
share/locale/ss/LC_MESSAGES/tdeabc_net.mo
share/locale/ss/LC_MESSAGES/tdeabc_sql.mo
share/locale/ss/LC_MESSAGES/tdeabcformat_binary.mo
share/locale/ss/LC_MESSAGES/tdedebugdialog.mo
share/locale/ss/LC_MESSAGES/tdefontinst.mo
share/locale/ss/LC_MESSAGES/tdeio.mo
share/locale/ss/LC_MESSAGES/tdeio_finger.mo
share/locale/ss/LC_MESSAGES/tdeio_floppy.mo
share/locale/ss/LC_MESSAGES/tdeio_imap4.mo
share/locale/ss/LC_MESSAGES/tdeio_mac.mo
share/locale/ss/LC_MESSAGES/tdeio_man.mo
share/locale/ss/LC_MESSAGES/tdeio_media.mo
share/locale/ss/LC_MESSAGES/tdeio_nfs.mo
share/locale/ss/LC_MESSAGES/tdeio_nntp.mo
share/locale/ss/LC_MESSAGES/tdeio_pop3.mo
share/locale/ss/LC_MESSAGES/tdeio_print.mo
share/locale/ss/LC_MESSAGES/tdeio_sftp.mo
share/locale/ss/LC_MESSAGES/tdeio_smb.mo
share/locale/ss/LC_MESSAGES/tdeio_smtp.mo
share/locale/ss/LC_MESSAGES/tdeioexec.mo
share/locale/ss/LC_MESSAGES/tdelibs.mo
share/locale/ss/LC_MESSAGES/tdeprint.mo
share/locale/ss/LC_MESSAGES/tdeprint_part.mo
share/locale/ss/LC_MESSAGES/tdeprintfax.mo
share/locale/ss/LC_MESSAGES/tdescreensaver.mo
share/locale/ss/LC_MESSAGES/tdesu.mo
share/locale/ss/LC_MESSAGES/tdesud.mo
share/locale/ss/LC_MESSAGES/tdetexteditor_insertfile.mo
share/locale/ss/LC_MESSAGES/tdetexteditor_isearch.mo
share/locale/ss/LC_MESSAGES/tdetexteditor_kdatatool.mo
share/locale/ss/LC_MESSAGES/tdmconfig.mo
share/locale/ss/LC_MESSAGES/tdmgreet.mo
share/locale/ss/LC_MESSAGES/timezones.mo
share/locale/ss/LC_MESSAGES/twin.mo
share/locale/ss/charset
share/locale/ss/entry.desktop

@ -0,0 +1,39 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
.include <../trinity.port.mk>
LANG= sv
PORTNAME= tde-i18n-trinity
COMMENT= Messages and documentation for TDE - ${LANG}
TDE_PREVERSION= ~pre9+a4c1e5ad
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= x11 misc
DIST_SUBDIR= TDE
PKGNAMEPREFIX= ${LANG}-
WRKSRC= ${WRKDIR}/${DISTNAME}/tde-i18n-${LANG}
EXTRACT_AFTER_ARGS+= \
'${EXTRACT_BASE}admin/' \
'${EXTRACT_BASE}cmake/' \
'${EXTRACT_BASE}tde-i18n-${LANG}/' \
BUILD_DEPENDS+= ${TDE_PREFIX}/bin/tde-config:${PORTSDIR}/x11/trinity/tdelibs
# 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,2 @@
SHA256 (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 6f15f2f8d9ebc912c6ece6ed36acef10b3f2e09bf52ccf16317595ecde210efe
SIZE (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 195710272

@ -0,0 +1 @@
Swedish (sv) internationalized (i18n) files for TDE

File diff suppressed because it is too large Load Diff

@ -0,0 +1,39 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
.include <../trinity.port.mk>
LANG= ta
PORTNAME= tde-i18n-trinity
COMMENT= Messages and documentation for TDE - ${LANG}
TDE_PREVERSION= ~pre9+a4c1e5ad
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= x11 misc
DIST_SUBDIR= TDE
PKGNAMEPREFIX= ${LANG}-
WRKSRC= ${WRKDIR}/${DISTNAME}/tde-i18n-${LANG}
EXTRACT_AFTER_ARGS+= \
'${EXTRACT_BASE}admin/' \
'${EXTRACT_BASE}cmake/' \
'${EXTRACT_BASE}tde-i18n-${LANG}/' \
BUILD_DEPENDS+= ${TDE_PREFIX}/bin/tde-config:${PORTSDIR}/x11/trinity/tdelibs
# 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,2 @@
SHA256 (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 6f15f2f8d9ebc912c6ece6ed36acef10b3f2e09bf52ccf16317595ecde210efe
SIZE (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 195710272

@ -0,0 +1 @@
Tamil (ta) internationalized (i18n) files for TDE

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

@ -0,0 +1,39 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
.include <../trinity.port.mk>
LANG= te
PORTNAME= tde-i18n-trinity
COMMENT= Messages and documentation for TDE - ${LANG}
TDE_PREVERSION= ~pre9+a4c1e5ad
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= x11 misc
DIST_SUBDIR= TDE
PKGNAMEPREFIX= ${LANG}-
WRKSRC= ${WRKDIR}/${DISTNAME}/tde-i18n-${LANG}
EXTRACT_AFTER_ARGS+= \
'${EXTRACT_BASE}admin/' \
'${EXTRACT_BASE}cmake/' \
'${EXTRACT_BASE}tde-i18n-${LANG}/' \
BUILD_DEPENDS+= ${TDE_PREFIX}/bin/tde-config:${PORTSDIR}/x11/trinity/tdelibs
# 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,2 @@
SHA256 (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 6f15f2f8d9ebc912c6ece6ed36acef10b3f2e09bf52ccf16317595ecde210efe
SIZE (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 195710272

@ -0,0 +1 @@
Telugu (te) internationalized (i18n) files for TDE

@ -0,0 +1,125 @@
share/apps/klettres/te/alpha/ala.ogg
share/apps/klettres/te/alpha/ana.ogg
share/apps/klettres/te/alpha/ba.ogg
share/apps/klettres/te/alpha/bandira.ogg
share/apps/klettres/te/alpha/bha.ogg
share/apps/klettres/te/alpha/cha.ogg
share/apps/klettres/te/alpha/chha.ogg
share/apps/klettres/te/alpha/da.ogg
share/apps/klettres/te/alpha/dda.ogg
share/apps/klettres/te/alpha/ddhha.ogg
share/apps/klettres/te/alpha/dha.ogg
share/apps/klettres/te/alpha/ga.ogg
share/apps/klettres/te/alpha/gha.ogg
share/apps/klettres/te/alpha/gna.ogg
share/apps/klettres/te/alpha/ha.ogg
share/apps/klettres/te/alpha/inya.ogg
share/apps/klettres/te/alpha/ja.ogg
share/apps/klettres/te/alpha/jjha.ogg
share/apps/klettres/te/alpha/ka.ogg
share/apps/klettres/te/alpha/kha.ogg
share/apps/klettres/te/alpha/ksha.ogg
share/apps/klettres/te/alpha/la.ogg
share/apps/klettres/te/alpha/ma.ogg
share/apps/klettres/te/alpha/na.ogg
share/apps/klettres/te/alpha/pa.ogg
share/apps/klettres/te/alpha/pha.ogg
share/apps/klettres/te/alpha/ra.ogg
share/apps/klettres/te/alpha/sa.ogg
share/apps/klettres/te/alpha/se.ogg
share/apps/klettres/te/alpha/ta.ogg
share/apps/klettres/te/alpha/tha.ogg
share/apps/klettres/te/alpha/thha.ogg
share/apps/klettres/te/alpha/tta.ogg
share/apps/klettres/te/alpha/va.ogg
share/apps/klettres/te/alpha/ya.ogg
share/apps/klettres/te/sounds.xml
share/apps/klettres/te/syllab/a.ogg
share/apps/klettres/te/syllab/aa.ogg
share/apps/klettres/te/syllab/aha.ogg
share/apps/klettres/te/syllab/am.ogg
share/apps/klettres/te/syllab/ay.ogg
share/apps/klettres/te/syllab/ayyy.ogg
share/apps/klettres/te/syllab/e.ogg
share/apps/klettres/te/syllab/ee.ogg
share/apps/klettres/te/syllab/i.ogg
share/apps/klettres/te/syllab/o.ogg
share/apps/klettres/te/syllab/oo.ogg
share/apps/klettres/te/syllab/ow.ogg
share/apps/klettres/te/syllab/ru.ogg
share/apps/klettres/te/syllab/u.ogg
share/apps/klettres/te/syllab/uu.ogg
share/locale/te/LC_MESSAGES/appletproxy.mo
share/locale/te/LC_MESSAGES/clockapplet.mo
share/locale/te/LC_MESSAGES/display.mo
share/locale/te/LC_MESSAGES/dockbarextension.mo
share/locale/te/LC_MESSAGES/drkonqi.mo
share/locale/te/LC_MESSAGES/extensionproxy.mo
share/locale/te/LC_MESSAGES/kate.mo
share/locale/te/LC_MESSAGES/kcmcgi.mo
share/locale/te/LC_MESSAGES/kcmprintmgr.mo
share/locale/te/LC_MESSAGES/kcontrol.mo
share/locale/te/LC_MESSAGES/kdesktop.mo
share/locale/te/LC_MESSAGES/kgreet_classic.mo
share/locale/te/LC_MESSAGES/kgreet_winbind.mo
share/locale/te/LC_MESSAGES/kicker.mo
share/locale/te/LC_MESSAGES/kjobviewer.mo
share/locale/te/LC_MESSAGES/klickety.mo
share/locale/te/LC_MESSAGES/kmcop.mo
share/locale/te/LC_MESSAGES/konsole.mo
share/locale/te/LC_MESSAGES/kpager.mo
share/locale/te/LC_MESSAGES/kprinter.mo
share/locale/te/LC_MESSAGES/kreadconfig.mo
share/locale/te/LC_MESSAGES/krunapplet.mo
share/locale/te/LC_MESSAGES/ksmiletris.mo
share/locale/te/LC_MESSAGES/ksystemtrayapplet.mo
share/locale/te/LC_MESSAGES/kwriteconfig.mo
share/locale/te/LC_MESSAGES/libdmctl.mo
share/locale/te/LC_MESSAGES/libkickermenu_konsole.mo
share/locale/te/LC_MESSAGES/libkickermenu_prefmenu.mo
share/locale/te/LC_MESSAGES/libkickermenu_recentdocs.mo
share/locale/te/LC_MESSAGES/libkickermenu_remotemenu.mo
share/locale/te/LC_MESSAGES/libkickermenu_systemmenu.mo
share/locale/te/LC_MESSAGES/libkickermenu_tdeprint.mo
share/locale/te/LC_MESSAGES/libkickermenu_tom.mo
share/locale/te/LC_MESSAGES/libkonq.mo
share/locale/te/LC_MESSAGES/libtaskmanager.mo
share/locale/te/LC_MESSAGES/libtdescreensaver.mo
share/locale/te/LC_MESSAGES/lockout.mo
share/locale/te/LC_MESSAGES/mediaapplet.mo
share/locale/te/LC_MESSAGES/nsplugin.mo
share/locale/te/LC_MESSAGES/ppdtranslations.mo
share/locale/te/LC_MESSAGES/privacy.mo
share/locale/te/LC_MESSAGES/quicklauncher.mo
share/locale/te/LC_MESSAGES/tdeabc_dir.mo
share/locale/te/LC_MESSAGES/tdeabc_file.mo
share/locale/te/LC_MESSAGES/tdeabc_net.mo
share/locale/te/LC_MESSAGES/tdeabc_sql.mo
share/locale/te/LC_MESSAGES/tdeabcformat_binary.mo
share/locale/te/LC_MESSAGES/tdefileaudiopreview.mo
share/locale/te/LC_MESSAGES/tdeio_finger.mo
share/locale/te/LC_MESSAGES/tdeio_fish.mo
share/locale/te/LC_MESSAGES/tdeio_home.mo
share/locale/te/LC_MESSAGES/tdeio_man.mo
share/locale/te/LC_MESSAGES/tdeio_media.mo
share/locale/te/LC_MESSAGES/tdeio_nfs.mo
share/locale/te/LC_MESSAGES/tdeio_remote.mo
share/locale/te/LC_MESSAGES/tdeio_settings.mo
share/locale/te/LC_MESSAGES/tdeio_system.mo
share/locale/te/LC_MESSAGES/tdeio_thumbnail.mo
share/locale/te/LC_MESSAGES/tdeio_trash.mo
share/locale/te/LC_MESSAGES/tdelibs.mo
share/locale/te/LC_MESSAGES/tdelibs_colors.mo
share/locale/te/LC_MESSAGES/tdeprint_part.mo
share/locale/te/LC_MESSAGES/tdestyle_highcontrast_config.mo
share/locale/te/LC_MESSAGES/tdesud.mo
share/locale/te/LC_MESSAGES/tdetexteditor_insertfile.mo
share/locale/te/LC_MESSAGES/tdetexteditor_kdatatool.mo
share/locale/te/LC_MESSAGES/timezones.mo
share/locale/te/LC_MESSAGES/trashapplet.mo
share/locale/te/LC_MESSAGES/twin.mo
share/locale/te/LC_MESSAGES/twin_lib.mo
share/locale/te/LC_MESSAGES/useraccount.mo
share/locale/te/charset
share/locale/te/entry.desktop
share/locale/te/flag.png

@ -0,0 +1,39 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
.include <../trinity.port.mk>
LANG= tg
PORTNAME= tde-i18n-trinity
COMMENT= Messages and documentation for TDE - ${LANG}
TDE_PREVERSION= ~pre9+a4c1e5ad
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= x11 misc
DIST_SUBDIR= TDE
PKGNAMEPREFIX= ${LANG}-
WRKSRC= ${WRKDIR}/${DISTNAME}/tde-i18n-${LANG}
EXTRACT_AFTER_ARGS+= \
'${EXTRACT_BASE}admin/' \
'${EXTRACT_BASE}cmake/' \
'${EXTRACT_BASE}tde-i18n-${LANG}/' \
BUILD_DEPENDS+= ${TDE_PREFIX}/bin/tde-config:${PORTSDIR}/x11/trinity/tdelibs
# 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,2 @@
SHA256 (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 6f15f2f8d9ebc912c6ece6ed36acef10b3f2e09bf52ccf16317595ecde210efe
SIZE (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 195710272

@ -0,0 +1 @@
Tajik (tg) internationalized (i18n) files for TDE

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

@ -0,0 +1,39 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
.include <../trinity.port.mk>
LANG= th
PORTNAME= tde-i18n-trinity
COMMENT= Messages and documentation for TDE - ${LANG}
TDE_PREVERSION= ~pre9+a4c1e5ad
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= x11 misc
DIST_SUBDIR= TDE
PKGNAMEPREFIX= ${LANG}-
WRKSRC= ${WRKDIR}/${DISTNAME}/tde-i18n-${LANG}
EXTRACT_AFTER_ARGS+= \
'${EXTRACT_BASE}admin/' \
'${EXTRACT_BASE}cmake/' \
'${EXTRACT_BASE}tde-i18n-${LANG}/' \
BUILD_DEPENDS+= ${TDE_PREFIX}/bin/tde-config:${PORTSDIR}/x11/trinity/tdelibs
# 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,2 @@
SHA256 (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 6f15f2f8d9ebc912c6ece6ed36acef10b3f2e09bf52ccf16317595ecde210efe
SIZE (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 195710272

@ -0,0 +1 @@
Thai (th) internationalized (i18n) files for TDE

@ -0,0 +1,411 @@
share/locale/th/LC_MESSAGES/akregator.mo
share/locale/th/LC_MESSAGES/alsaplayerui.mo
share/locale/th/LC_MESSAGES/amor.mo
share/locale/th/LC_MESSAGES/appletproxy.mo
share/locale/th/LC_MESSAGES/ark.mo
share/locale/th/LC_MESSAGES/artsbuilder.mo
share/locale/th/LC_MESSAGES/artscontrol.mo
share/locale/th/LC_MESSAGES/artsmodules.mo
share/locale/th/LC_MESSAGES/atlantik.mo
share/locale/th/LC_MESSAGES/atlantikdesigner.mo
share/locale/th/LC_MESSAGES/audiocd_encoder_lame.mo
share/locale/th/LC_MESSAGES/audiocd_encoder_vorbis.mo
share/locale/th/LC_MESSAGES/babelfish.mo
share/locale/th/LC_MESSAGES/charlatanui.mo
share/locale/th/LC_MESSAGES/clockapplet.mo
share/locale/th/LC_MESSAGES/crashesplugin.mo
share/locale/th/LC_MESSAGES/cupsdconf.mo
share/locale/th/LC_MESSAGES/dcoprss.mo
share/locale/th/LC_MESSAGES/dirfilterplugin.mo
share/locale/th/LC_MESSAGES/display.mo
share/locale/th/LC_MESSAGES/dockbarextension.mo
share/locale/th/LC_MESSAGES/domtreeviewer.mo
share/locale/th/LC_MESSAGES/drkonqi.mo
share/locale/th/LC_MESSAGES/dub.mo
share/locale/th/LC_MESSAGES/extensionproxy.mo
share/locale/th/LC_MESSAGES/ffrs.mo
share/locale/th/LC_MESSAGES/filetypes.mo
share/locale/th/LC_MESSAGES/htmlsearch.mo
share/locale/th/LC_MESSAGES/imagerename_plugin.mo
share/locale/th/LC_MESSAGES/imgalleryplugin.mo
share/locale/th/LC_MESSAGES/joystick.mo
share/locale/th/LC_MESSAGES/juk.mo
share/locale/th/LC_MESSAGES/kaboodle.mo
share/locale/th/LC_MESSAGES/kaccess.mo
share/locale/th/LC_MESSAGES/kaddressbook.mo
share/locale/th/LC_MESSAGES/kappfinder.mo
share/locale/th/LC_MESSAGES/karm.mo
share/locale/th/LC_MESSAGES/kasbarextension.mo
share/locale/th/LC_MESSAGES/kasteroids.mo
share/locale/th/LC_MESSAGES/kate.mo
share/locale/th/LC_MESSAGES/katefll_initplugin.mo
share/locale/th/LC_MESSAGES/katefll_plugin.mo
share/locale/th/LC_MESSAGES/katehelloworld.mo
share/locale/th/LC_MESSAGES/katehtmltools.mo
share/locale/th/LC_MESSAGES/kateinsertcommand.mo
share/locale/th/LC_MESSAGES/katemodeline.mo
share/locale/th/LC_MESSAGES/kateopenheader.mo
share/locale/th/LC_MESSAGES/katepart.mo
share/locale/th/LC_MESSAGES/katepybrowse.mo
share/locale/th/LC_MESSAGES/katetextfilter.mo
share/locale/th/LC_MESSAGES/katexmlcheck.mo
share/locale/th/LC_MESSAGES/katexmltools.mo
share/locale/th/LC_MESSAGES/katomic.mo
share/locale/th/LC_MESSAGES/kaudiocreator.mo
share/locale/th/LC_MESSAGES/kay.mo
share/locale/th/LC_MESSAGES/kblackbox.mo
share/locale/th/LC_MESSAGES/kbounce.mo
share/locale/th/LC_MESSAGES/kcalc.mo
share/locale/th/LC_MESSAGES/kcharselect.mo
share/locale/th/LC_MESSAGES/kcharselectapplet.mo
share/locale/th/LC_MESSAGES/kcm_krfb.mo
share/locale/th/LC_MESSAGES/kcm_kviewcanvasconfig.mo
share/locale/th/LC_MESSAGES/kcm_kviewgeneralconfig.mo
share/locale/th/LC_MESSAGES/kcm_kviewpluginsconfig.mo
share/locale/th/LC_MESSAGES/kcm_kviewviewerpluginsconfig.mo
share/locale/th/LC_MESSAGES/kcmaccess.mo
share/locale/th/LC_MESSAGES/kcmaccessibility.mo
share/locale/th/LC_MESSAGES/kcmarts.mo
share/locale/th/LC_MESSAGES/kcmaudiocd.mo
share/locale/th/LC_MESSAGES/kcmbackground.mo
share/locale/th/LC_MESSAGES/kcmbell.mo
share/locale/th/LC_MESSAGES/kcmcddb.mo
share/locale/th/LC_MESSAGES/kcmcgi.mo
share/locale/th/LC_MESSAGES/kcmcolors.mo
share/locale/th/LC_MESSAGES/kcmcomponentchooser.mo
share/locale/th/LC_MESSAGES/kcmcrypto.mo
share/locale/th/LC_MESSAGES/kcmcss.mo
share/locale/th/LC_MESSAGES/kcmenergy.mo
share/locale/th/LC_MESSAGES/kcmfonts.mo
share/locale/th/LC_MESSAGES/kcmhtmlsearch.mo
share/locale/th/LC_MESSAGES/kcmicons.mo
share/locale/th/LC_MESSAGES/kcminfo.mo
share/locale/th/LC_MESSAGES/kcminput.mo
share/locale/th/LC_MESSAGES/kcmioslaveinfo.mo
share/locale/th/LC_MESSAGES/kcmkamera.mo
share/locale/th/LC_MESSAGES/kcmkclock.mo
share/locale/th/LC_MESSAGES/kcmkded.mo
share/locale/th/LC_MESSAGES/kcmkeys.mo
share/locale/th/LC_MESSAGES/kcmkicker.mo
share/locale/th/LC_MESSAGES/kcmkonq.mo
share/locale/th/LC_MESSAGES/kcmkonqhtml.mo
share/locale/th/LC_MESSAGES/kcmkonsole.mo
share/locale/th/LC_MESSAGES/kcmkontactnt.mo
share/locale/th/LC_MESSAGES/kcmktalkd.mo
share/locale/th/LC_MESSAGES/kcmkuick.mo
share/locale/th/LC_MESSAGES/kcmkurifilt.mo
share/locale/th/LC_MESSAGES/kcmkvaio.mo
share/locale/th/LC_MESSAGES/kcmkwm.mo
share/locale/th/LC_MESSAGES/kcmlanbrowser.mo
share/locale/th/LC_MESSAGES/kcmlaptop.mo
share/locale/th/LC_MESSAGES/kcmlaunch.mo
share/locale/th/LC_MESSAGES/kcmlayout.mo
share/locale/th/LC_MESSAGES/kcmlilo.mo
share/locale/th/LC_MESSAGES/kcmlocale.mo
share/locale/th/LC_MESSAGES/kcmmedia.mo
share/locale/th/LC_MESSAGES/kcmnic.mo
share/locale/th/LC_MESSAGES/kcmnotify.mo
share/locale/th/LC_MESSAGES/kcmperformance.mo
share/locale/th/LC_MESSAGES/kcmprintmgr.mo
share/locale/th/LC_MESSAGES/kcmsamba.mo
share/locale/th/LC_MESSAGES/kcmscreensaver.mo
share/locale/th/LC_MESSAGES/kcmsmartcard.mo
share/locale/th/LC_MESSAGES/kcmsmserver.mo
share/locale/th/LC_MESSAGES/kcmspellchecking.mo
share/locale/th/LC_MESSAGES/kcmstyle.mo
share/locale/th/LC_MESSAGES/kcmtaskbar.mo
share/locale/th/LC_MESSAGES/kcmtdednssd.mo
share/locale/th/LC_MESSAGES/kcmtdeio.mo
share/locale/th/LC_MESSAGES/kcmtdewallet.mo
share/locale/th/LC_MESSAGES/kcmthinkpad.mo
share/locale/th/LC_MESSAGES/kcmtwindecoration.mo
share/locale/th/LC_MESSAGES/kcmtwinrules.mo
share/locale/th/LC_MESSAGES/kcmusb.mo
share/locale/th/LC_MESSAGES/kcmview1394.mo
share/locale/th/LC_MESSAGES/kcmwifi.mo
share/locale/th/LC_MESSAGES/kcmxinerama.mo
share/locale/th/LC_MESSAGES/kcoloredit.mo
share/locale/th/LC_MESSAGES/kcontrol.mo
share/locale/th/LC_MESSAGES/kcron.mo
share/locale/th/LC_MESSAGES/kdat.mo
share/locale/th/LC_MESSAGES/kdcop.mo
share/locale/th/LC_MESSAGES/kdesktop.mo
share/locale/th/LC_MESSAGES/kdf.mo
share/locale/th/LC_MESSAGES/kdialog.mo
share/locale/th/LC_MESSAGES/kdict.mo
share/locale/th/LC_MESSAGES/kdictapplet.mo
share/locale/th/LC_MESSAGES/kdvi.mo
share/locale/th/LC_MESSAGES/kedit.mo
share/locale/th/LC_MESSAGES/kfax.mo
share/locale/th/LC_MESSAGES/kfaxview.mo
share/locale/th/LC_MESSAGES/kfifteenapplet.mo
share/locale/th/LC_MESSAGES/kfindpart.mo
share/locale/th/LC_MESSAGES/kfloppy.mo
share/locale/th/LC_MESSAGES/kfmclient.mo
share/locale/th/LC_MESSAGES/kfouleggs.mo
share/locale/th/LC_MESSAGES/kgamma.mo
share/locale/th/LC_MESSAGES/kget.mo
share/locale/th/LC_MESSAGES/kghostview.mo
share/locale/th/LC_MESSAGES/kgreet_classic.mo
share/locale/th/LC_MESSAGES/kgreet_winbind.mo
share/locale/th/LC_MESSAGES/khelpcenter.mo
share/locale/th/LC_MESSAGES/khexedit.mo
share/locale/th/LC_MESSAGES/khotkeys.mo
share/locale/th/LC_MESSAGES/kicker.mo
share/locale/th/LC_MESSAGES/kickermenu_kate.mo
share/locale/th/LC_MESSAGES/kinetd.mo
share/locale/th/LC_MESSAGES/kjobviewer.mo
share/locale/th/LC_MESSAGES/kjots.mo
share/locale/th/LC_MESSAGES/klaptopdaemon.mo
share/locale/th/LC_MESSAGES/klickety.mo
share/locale/th/LC_MESSAGES/klines.mo
share/locale/th/LC_MESSAGES/klipper.mo
share/locale/th/LC_MESSAGES/klock.mo
share/locale/th/LC_MESSAGES/kmag.mo
share/locale/th/LC_MESSAGES/kmail.mo
share/locale/th/LC_MESSAGES/kmail_text_calendar_plugin.mo
share/locale/th/LC_MESSAGES/kmail_text_vcard_plugin.mo
share/locale/th/LC_MESSAGES/kmailcvt.mo
share/locale/th/LC_MESSAGES/kmcop.mo
share/locale/th/LC_MESSAGES/kmenuapplet.mo
share/locale/th/LC_MESSAGES/kmenuedit.mo
share/locale/th/LC_MESSAGES/kmilo_delli8k.mo
share/locale/th/LC_MESSAGES/kmilo_generic.mo
share/locale/th/LC_MESSAGES/kmilo_kvaio.mo
share/locale/th/LC_MESSAGES/kmilo_powerbook.mo
share/locale/th/LC_MESSAGES/kmilo_thinkpad.mo
share/locale/th/LC_MESSAGES/kmilod.mo
share/locale/th/LC_MESSAGES/kmines.mo
share/locale/th/LC_MESSAGES/kminipagerapplet.mo
share/locale/th/LC_MESSAGES/kmix.mo
share/locale/th/LC_MESSAGES/kmoon.mo
share/locale/th/LC_MESSAGES/kmousetool.mo
share/locale/th/LC_MESSAGES/kmouth.mo
share/locale/th/LC_MESSAGES/knetattach.mo
share/locale/th/LC_MESSAGES/knetwalk.mo
share/locale/th/LC_MESSAGES/knewsticker.mo
share/locale/th/LC_MESSAGES/knode.mo
share/locale/th/LC_MESSAGES/knotes.mo
share/locale/th/LC_MESSAGES/knotify.mo
share/locale/th/LC_MESSAGES/kodo.mo
share/locale/th/LC_MESSAGES/kolourpicker.mo
share/locale/th/LC_MESSAGES/konqsidebar_mediaplayer.mo
share/locale/th/LC_MESSAGES/konqueror.mo
share/locale/th/LC_MESSAGES/konsole.mo
share/locale/th/LC_MESSAGES/kontact.mo
share/locale/th/LC_MESSAGES/kooka.mo
share/locale/th/LC_MESSAGES/kopete.mo
share/locale/th/LC_MESSAGES/korganizer.mo
share/locale/th/LC_MESSAGES/korn.mo
share/locale/th/LC_MESSAGES/kpackage.mo
share/locale/th/LC_MESSAGES/kpager.mo
share/locale/th/LC_MESSAGES/kpat.mo
share/locale/th/LC_MESSAGES/kpdf.mo
share/locale/th/LC_MESSAGES/kpersonalizer.mo
share/locale/th/LC_MESSAGES/kpf.mo
share/locale/th/LC_MESSAGES/kppp.mo
share/locale/th/LC_MESSAGES/kppplogview.mo
share/locale/th/LC_MESSAGES/kprinter.mo
share/locale/th/LC_MESSAGES/krdb.mo
share/locale/th/LC_MESSAGES/krdc.mo
share/locale/th/LC_MESSAGES/kreadconfig.mo
share/locale/th/LC_MESSAGES/krec.mo
share/locale/th/LC_MESSAGES/kres_birthday.mo
share/locale/th/LC_MESSAGES/kres_exchange.mo
share/locale/th/LC_MESSAGES/kres_featureplan.mo
share/locale/th/LC_MESSAGES/krfb.mo
share/locale/th/LC_MESSAGES/kruler.mo
share/locale/th/LC_MESSAGES/krunapplet.mo
share/locale/th/LC_MESSAGES/ksame.mo
share/locale/th/LC_MESSAGES/kscd.mo
share/locale/th/LC_MESSAGES/ksim.mo
share/locale/th/LC_MESSAGES/ksirtet.mo
share/locale/th/LC_MESSAGES/ksmiletris.mo
share/locale/th/LC_MESSAGES/ksmserver.mo
share/locale/th/LC_MESSAGES/ksnake.mo
share/locale/th/LC_MESSAGES/ksnapshot.mo
share/locale/th/LC_MESSAGES/ksokoban.mo
share/locale/th/LC_MESSAGES/ksplash.mo
share/locale/th/LC_MESSAGES/ksplashthemes.mo
share/locale/th/LC_MESSAGES/kstart.mo
share/locale/th/LC_MESSAGES/kstartperf.mo
share/locale/th/LC_MESSAGES/ksysguard.mo
share/locale/th/LC_MESSAGES/ksystemtrayapplet.mo
share/locale/th/LC_MESSAGES/ksystraycmd.mo
share/locale/th/LC_MESSAGES/ksysv.mo
share/locale/th/LC_MESSAGES/kteatime.mo
share/locale/th/LC_MESSAGES/kthememanager.mo
share/locale/th/LC_MESSAGES/ktimemon.mo
share/locale/th/LC_MESSAGES/ktimer.mo
share/locale/th/LC_MESSAGES/ktip.mo
share/locale/th/LC_MESSAGES/ktux.mo
share/locale/th/LC_MESSAGES/kuick_plugin.mo
share/locale/th/LC_MESSAGES/kuser.mo
share/locale/th/LC_MESSAGES/kview.mo
share/locale/th/LC_MESSAGES/kviewbrowserplugin.mo
share/locale/th/LC_MESSAGES/kviewpresenterplugin.mo
share/locale/th/LC_MESSAGES/kviewscannerplugin.mo
share/locale/th/LC_MESSAGES/kviewshell.mo
share/locale/th/LC_MESSAGES/kwifimanager.mo
share/locale/th/LC_MESSAGES/kwireless.mo
share/locale/th/LC_MESSAGES/kworldclock.mo
share/locale/th/LC_MESSAGES/kwriteconfig.mo
share/locale/th/LC_MESSAGES/kxkb.mo
share/locale/th/LC_MESSAGES/kxsconfig.mo
share/locale/th/LC_MESSAGES/libdmctl.mo
share/locale/th/LC_MESSAGES/libkcddb.mo
share/locale/th/LC_MESSAGES/libkholidays.mo
share/locale/th/LC_MESSAGES/libkicker.mo
share/locale/th/LC_MESSAGES/libkickermenu_konsole.mo
share/locale/th/LC_MESSAGES/libkickermenu_prefmenu.mo
share/locale/th/LC_MESSAGES/libkickermenu_recentdocs.mo
share/locale/th/LC_MESSAGES/libkickermenu_remotemenu.mo
share/locale/th/LC_MESSAGES/libkickermenu_systemmenu.mo
share/locale/th/LC_MESSAGES/libkickermenu_tdeprint.mo
share/locale/th/LC_MESSAGES/libkickermenu_tom.mo
share/locale/th/LC_MESSAGES/libkmime.mo
share/locale/th/LC_MESSAGES/libkonq.mo
share/locale/th/LC_MESSAGES/libkscan.mo
share/locale/th/LC_MESSAGES/libksync.mo
share/locale/th/LC_MESSAGES/libtaskbar.mo
share/locale/th/LC_MESSAGES/libtaskmanager.mo
share/locale/th/LC_MESSAGES/libtdegames.mo
share/locale/th/LC_MESSAGES/libtdescreensaver.mo
share/locale/th/LC_MESSAGES/lockout.mo
share/locale/th/LC_MESSAGES/lyrics.mo
share/locale/th/LC_MESSAGES/mediaapplet.mo
share/locale/th/LC_MESSAGES/mediacontrol.mo
share/locale/th/LC_MESSAGES/naughtyapplet.mo
share/locale/th/LC_MESSAGES/nexscope.mo
share/locale/th/LC_MESSAGES/noatun.mo
share/locale/th/LC_MESSAGES/nsplugin.mo
share/locale/th/LC_MESSAGES/pitchablespeed.mo
share/locale/th/LC_MESSAGES/ppdtranslations.mo
share/locale/th/LC_MESSAGES/privacy.mo
share/locale/th/LC_MESSAGES/quicklauncher.mo
share/locale/th/LC_MESSAGES/secpolicy.mo
share/locale/th/LC_MESSAGES/spy.mo
share/locale/th/LC_MESSAGES/superkaramba.mo
share/locale/th/LC_MESSAGES/synaescope.mo
share/locale/th/LC_MESSAGES/tdeabc_dir.mo
share/locale/th/LC_MESSAGES/tdeabc_file.mo
share/locale/th/LC_MESSAGES/tdeabc_ldaptdeio.mo
share/locale/th/LC_MESSAGES/tdeabc_net.mo
share/locale/th/LC_MESSAGES/tdeabc_sql.mo
share/locale/th/LC_MESSAGES/tdeabcformat_binary.mo
share/locale/th/LC_MESSAGES/tdecmshell.mo
share/locale/th/LC_MESSAGES/tdedebugdialog.mo
share/locale/th/LC_MESSAGES/tdefile_au.mo
share/locale/th/LC_MESSAGES/tdefile_avi.mo
share/locale/th/LC_MESSAGES/tdefile_bmp.mo
share/locale/th/LC_MESSAGES/tdefile_dds.mo
share/locale/th/LC_MESSAGES/tdefile_deb.mo
share/locale/th/LC_MESSAGES/tdefile_desktop.mo
share/locale/th/LC_MESSAGES/tdefile_dvi.mo
share/locale/th/LC_MESSAGES/tdefile_exr.mo
share/locale/th/LC_MESSAGES/tdefile_flac.mo
share/locale/th/LC_MESSAGES/tdefile_folder.mo
share/locale/th/LC_MESSAGES/tdefile_gif.mo
share/locale/th/LC_MESSAGES/tdefile_html.mo
share/locale/th/LC_MESSAGES/tdefile_ico.mo
share/locale/th/LC_MESSAGES/tdefile_ics.mo
share/locale/th/LC_MESSAGES/tdefile_jpeg.mo
share/locale/th/LC_MESSAGES/tdefile_m3u.mo
share/locale/th/LC_MESSAGES/tdefile_mp3.mo
share/locale/th/LC_MESSAGES/tdefile_mpc.mo
share/locale/th/LC_MESSAGES/tdefile_mpeg.mo
share/locale/th/LC_MESSAGES/tdefile_ogg.mo
share/locale/th/LC_MESSAGES/tdefile_pcx.mo
share/locale/th/LC_MESSAGES/tdefile_pdf.mo
share/locale/th/LC_MESSAGES/tdefile_png.mo
share/locale/th/LC_MESSAGES/tdefile_pnm.mo
share/locale/th/LC_MESSAGES/tdefile_ps.mo
share/locale/th/LC_MESSAGES/tdefile_rfc822.mo
share/locale/th/LC_MESSAGES/tdefile_rgb.mo
share/locale/th/LC_MESSAGES/tdefile_rpm.mo
share/locale/th/LC_MESSAGES/tdefile_sid.mo
share/locale/th/LC_MESSAGES/tdefile_tga.mo
share/locale/th/LC_MESSAGES/tdefile_theora.mo
share/locale/th/LC_MESSAGES/tdefile_tiff.mo
share/locale/th/LC_MESSAGES/tdefile_torrent.mo
share/locale/th/LC_MESSAGES/tdefile_txt.mo
share/locale/th/LC_MESSAGES/tdefile_vcf.mo
share/locale/th/LC_MESSAGES/tdefile_wav.mo
share/locale/th/LC_MESSAGES/tdefile_xbm.mo
share/locale/th/LC_MESSAGES/tdefile_xpm.mo
share/locale/th/LC_MESSAGES/tdefileaudiopreview.mo
share/locale/th/LC_MESSAGES/tdefileshare.mo
share/locale/th/LC_MESSAGES/tdefontinst.mo
share/locale/th/LC_MESSAGES/tdehtmlkttsd.mo
share/locale/th/LC_MESSAGES/tdehtmlsettingsplugin.mo
share/locale/th/LC_MESSAGES/tdeiconedit.mo
share/locale/th/LC_MESSAGES/tdeio.mo
share/locale/th/LC_MESSAGES/tdeio_audiocd.mo
share/locale/th/LC_MESSAGES/tdeio_finger.mo
share/locale/th/LC_MESSAGES/tdeio_fish.mo
share/locale/th/LC_MESSAGES/tdeio_floppy.mo
share/locale/th/LC_MESSAGES/tdeio_help.mo
share/locale/th/LC_MESSAGES/tdeio_home.mo
share/locale/th/LC_MESSAGES/tdeio_imap4.mo
share/locale/th/LC_MESSAGES/tdeio_jabberdisco.mo
share/locale/th/LC_MESSAGES/tdeio_lan.mo
share/locale/th/LC_MESSAGES/tdeio_ldap.mo
share/locale/th/LC_MESSAGES/tdeio_mac.mo
share/locale/th/LC_MESSAGES/tdeio_man.mo
share/locale/th/LC_MESSAGES/tdeio_media.mo
share/locale/th/LC_MESSAGES/tdeio_nfs.mo
share/locale/th/LC_MESSAGES/tdeio_nntp.mo
share/locale/th/LC_MESSAGES/tdeio_pop3.mo
share/locale/th/LC_MESSAGES/tdeio_print.mo
share/locale/th/LC_MESSAGES/tdeio_remote.mo
share/locale/th/LC_MESSAGES/tdeio_settings.mo
share/locale/th/LC_MESSAGES/tdeio_sftp.mo
share/locale/th/LC_MESSAGES/tdeio_smb.mo
share/locale/th/LC_MESSAGES/tdeio_smtp.mo
share/locale/th/LC_MESSAGES/tdeio_system.mo
share/locale/th/LC_MESSAGES/tdeio_tar.mo
share/locale/th/LC_MESSAGES/tdeio_thumbnail.mo
share/locale/th/LC_MESSAGES/tdeio_trash.mo
share/locale/th/LC_MESSAGES/tdeio_zeroconf.mo
share/locale/th/LC_MESSAGES/tdeioexec.mo
share/locale/th/LC_MESSAGES/tdelibs.mo
share/locale/th/LC_MESSAGES/tdelibs_colors.mo
share/locale/th/LC_MESSAGES/tdemid.mo
share/locale/th/LC_MESSAGES/tdepartsaver.mo
share/locale/th/LC_MESSAGES/tdepasswd.mo
share/locale/th/LC_MESSAGES/tdeprint.mo
share/locale/th/LC_MESSAGES/tdeprint_part.mo
share/locale/th/LC_MESSAGES/tdeprintfax.mo
share/locale/th/LC_MESSAGES/tderandr.mo
share/locale/th/LC_MESSAGES/tdescreensaver.mo
share/locale/th/LC_MESSAGES/tdessh.mo
share/locale/th/LC_MESSAGES/tdestyle_highcontrast_config.mo
share/locale/th/LC_MESSAGES/tdestyle_keramik_config.mo
share/locale/th/LC_MESSAGES/tdestyle_plastik_config.mo
share/locale/th/LC_MESSAGES/tdesu.mo
share/locale/th/LC_MESSAGES/tdesud.mo
share/locale/th/LC_MESSAGES/tdetexteditor_autobookmarker.mo
share/locale/th/LC_MESSAGES/tdetexteditor_docwordcompletion.mo
share/locale/th/LC_MESSAGES/tdetexteditor_insertfile.mo
share/locale/th/LC_MESSAGES/tdetexteditor_isearch.mo
share/locale/th/LC_MESSAGES/tdetexteditor_kdatatool.mo
share/locale/th/LC_MESSAGES/tdevtipofday.mo
share/locale/th/LC_MESSAGES/tdmconfig.mo
share/locale/th/LC_MESSAGES/tdmgreet.mo
share/locale/th/LC_MESSAGES/timezones.mo
share/locale/th/LC_MESSAGES/tippecanoe.mo
share/locale/th/LC_MESSAGES/trashapplet.mo
share/locale/th/LC_MESSAGES/twin.mo
share/locale/th/LC_MESSAGES/twin4.mo
share/locale/th/LC_MESSAGES/twin_clients.mo
share/locale/th/LC_MESSAGES/twin_lib.mo
share/locale/th/LC_MESSAGES/tyler.mo
share/locale/th/LC_MESSAGES/uachangerplugin.mo
share/locale/th/LC_MESSAGES/useraccount.mo
share/locale/th/LC_MESSAGES/validatorsplugin.mo
share/locale/th/LC_MESSAGES/wakeup.mo
share/locale/th/LC_MESSAGES/wavecapture.mo
share/locale/th/LC_MESSAGES/webarchiver.mo
share/locale/th/charset
share/locale/th/entry.desktop
share/locale/th/flag.png

@ -0,0 +1,39 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
.include <../trinity.port.mk>
LANG= tr
PORTNAME= tde-i18n-trinity
COMMENT= Messages and documentation for TDE - ${LANG}
TDE_PREVERSION= ~pre9+a4c1e5ad
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= x11 misc
DIST_SUBDIR= TDE
PKGNAMEPREFIX= ${LANG}-
WRKSRC= ${WRKDIR}/${DISTNAME}/tde-i18n-${LANG}
EXTRACT_AFTER_ARGS+= \
'${EXTRACT_BASE}admin/' \
'${EXTRACT_BASE}cmake/' \
'${EXTRACT_BASE}tde-i18n-${LANG}/' \
BUILD_DEPENDS+= ${TDE_PREFIX}/bin/tde-config:${PORTSDIR}/x11/trinity/tdelibs
# 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,2 @@
SHA256 (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 6f15f2f8d9ebc912c6ece6ed36acef10b3f2e09bf52ccf16317595ecde210efe
SIZE (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 195710272

@ -0,0 +1 @@
Turkish (tr) internationalized (i18n) files for TDE

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

@ -0,0 +1,39 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
.include <../trinity.port.mk>
LANG= uk
PORTNAME= tde-i18n-trinity
COMMENT= Messages and documentation for TDE - ${LANG}
TDE_PREVERSION= ~pre9+a4c1e5ad
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= x11 misc
DIST_SUBDIR= TDE
PKGNAMEPREFIX= ${LANG}-
WRKSRC= ${WRKDIR}/${DISTNAME}/tde-i18n-${LANG}
EXTRACT_AFTER_ARGS+= \
'${EXTRACT_BASE}admin/' \
'${EXTRACT_BASE}cmake/' \
'${EXTRACT_BASE}tde-i18n-${LANG}/' \
BUILD_DEPENDS+= ${TDE_PREFIX}/bin/tde-config:${PORTSDIR}/x11/trinity/tdelibs
# 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,2 @@
SHA256 (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 6f15f2f8d9ebc912c6ece6ed36acef10b3f2e09bf52ccf16317595ecde210efe
SIZE (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 195710272

@ -0,0 +1 @@
Ukrainian (uk) internationalized (i18n) files for TDE

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

@ -0,0 +1,39 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
.include <../trinity.port.mk>
LANG= uz
PORTNAME= tde-i18n-trinity
COMMENT= Messages and documentation for TDE - ${LANG}
TDE_PREVERSION= ~pre9+a4c1e5ad
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= x11 misc
DIST_SUBDIR= TDE
PKGNAMEPREFIX= ${LANG}-
WRKSRC= ${WRKDIR}/${DISTNAME}/tde-i18n-${LANG}
EXTRACT_AFTER_ARGS+= \
'${EXTRACT_BASE}admin/' \
'${EXTRACT_BASE}cmake/' \
'${EXTRACT_BASE}tde-i18n-${LANG}/' \
BUILD_DEPENDS+= ${TDE_PREFIX}/bin/tde-config:${PORTSDIR}/x11/trinity/tdelibs
# 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,2 @@
SHA256 (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 6f15f2f8d9ebc912c6ece6ed36acef10b3f2e09bf52ccf16317595ecde210efe
SIZE (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 195710272

@ -0,0 +1 @@
Uzbek (uz) internationalized (i18n) files for TDE

@ -0,0 +1,352 @@
share/locale/uz/LC_MESSAGES/akregator.mo
share/locale/uz/LC_MESSAGES/akregator_konqplugin.mo
share/locale/uz/LC_MESSAGES/alsaplayerui.mo
share/locale/uz/LC_MESSAGES/appletproxy.mo
share/locale/uz/LC_MESSAGES/ark.mo
share/locale/uz/LC_MESSAGES/ark_plugin.mo
share/locale/uz/LC_MESSAGES/atlantikdesigner.mo
share/locale/uz/LC_MESSAGES/audiorename_plugin.mo
share/locale/uz/LC_MESSAGES/autorefresh.mo
share/locale/uz/LC_MESSAGES/babelfish.mo
share/locale/uz/LC_MESSAGES/charlatanui.mo
share/locale/uz/LC_MESSAGES/clockapplet.mo
share/locale/uz/LC_MESSAGES/crashesplugin.mo
share/locale/uz/LC_MESSAGES/cupsdconf.mo
share/locale/uz/LC_MESSAGES/dirfilterplugin.mo
share/locale/uz/LC_MESSAGES/display.mo
share/locale/uz/LC_MESSAGES/dockbarextension.mo
share/locale/uz/LC_MESSAGES/domtreeviewer.mo
share/locale/uz/LC_MESSAGES/drkonqi.mo
share/locale/uz/LC_MESSAGES/dub.mo
share/locale/uz/LC_MESSAGES/extensionproxy.mo
share/locale/uz/LC_MESSAGES/ffrs.mo
share/locale/uz/LC_MESSAGES/filetypes.mo
share/locale/uz/LC_MESSAGES/fsview.mo
share/locale/uz/LC_MESSAGES/htmlsearch.mo
share/locale/uz/LC_MESSAGES/imgalleryplugin.mo
share/locale/uz/LC_MESSAGES/irkick.mo
share/locale/uz/LC_MESSAGES/joystick.mo
share/locale/uz/LC_MESSAGES/juk.mo
share/locale/uz/LC_MESSAGES/kaccess.mo
share/locale/uz/LC_MESSAGES/kaddressbook.mo
share/locale/uz/LC_MESSAGES/kalarm.mo
share/locale/uz/LC_MESSAGES/kandy.mo
share/locale/uz/LC_MESSAGES/kappfinder.mo
share/locale/uz/LC_MESSAGES/karm.mo
share/locale/uz/LC_MESSAGES/kasbarextension.mo
share/locale/uz/LC_MESSAGES/kate.mo
share/locale/uz/LC_MESSAGES/katefiletemplates.mo
share/locale/uz/LC_MESSAGES/katefll_initplugin.mo
share/locale/uz/LC_MESSAGES/katefll_plugin.mo
share/locale/uz/LC_MESSAGES/katehelloworld.mo
share/locale/uz/LC_MESSAGES/katehtmltools.mo
share/locale/uz/LC_MESSAGES/katekjswrapper.mo
share/locale/uz/LC_MESSAGES/katemake.mo
share/locale/uz/LC_MESSAGES/katemodeline.mo
share/locale/uz/LC_MESSAGES/kateopenheader.mo
share/locale/uz/LC_MESSAGES/katepart.mo
share/locale/uz/LC_MESSAGES/katepybrowse.mo
share/locale/uz/LC_MESSAGES/katesnippets.mo
share/locale/uz/LC_MESSAGES/katetabbarextension.mo
share/locale/uz/LC_MESSAGES/katetextfilter.mo
share/locale/uz/LC_MESSAGES/katexmlcheck.mo
share/locale/uz/LC_MESSAGES/kay.mo
share/locale/uz/LC_MESSAGES/kbinaryclock.mo
share/locale/uz/LC_MESSAGES/kcalc.mo
share/locale/uz/LC_MESSAGES/kcharselect.mo
share/locale/uz/LC_MESSAGES/kcharselectapplet.mo
share/locale/uz/LC_MESSAGES/kcm_kviewcanvasconfig.mo
share/locale/uz/LC_MESSAGES/kcm_kviewpluginsconfig.mo
share/locale/uz/LC_MESSAGES/kcm_kviewviewerpluginsconfig.mo
share/locale/uz/LC_MESSAGES/kcmaccess.mo
share/locale/uz/LC_MESSAGES/kcmaccessibility.mo
share/locale/uz/LC_MESSAGES/kcmarts.mo
share/locale/uz/LC_MESSAGES/kcmbackground.mo
share/locale/uz/LC_MESSAGES/kcmbell.mo
share/locale/uz/LC_MESSAGES/kcmcgi.mo
share/locale/uz/LC_MESSAGES/kcmcolors.mo
share/locale/uz/LC_MESSAGES/kcmcomponentchooser.mo
share/locale/uz/LC_MESSAGES/kcmcrypto.mo
share/locale/uz/LC_MESSAGES/kcmcss.mo
share/locale/uz/LC_MESSAGES/kcmenergy.mo
share/locale/uz/LC_MESSAGES/kcmfonts.mo
share/locale/uz/LC_MESSAGES/kcmhtmlsearch.mo
share/locale/uz/LC_MESSAGES/kcmicons.mo
share/locale/uz/LC_MESSAGES/kcminfo.mo
share/locale/uz/LC_MESSAGES/kcminput.mo
share/locale/uz/LC_MESSAGES/kcmioslaveinfo.mo
share/locale/uz/LC_MESSAGES/kcmkabconfig.mo
share/locale/uz/LC_MESSAGES/kcmkclock.mo
share/locale/uz/LC_MESSAGES/kcmkded.mo
share/locale/uz/LC_MESSAGES/kcmkeys.mo
share/locale/uz/LC_MESSAGES/kcmkicker.mo
share/locale/uz/LC_MESSAGES/kcmkonq.mo
share/locale/uz/LC_MESSAGES/kcmkonqhtml.mo
share/locale/uz/LC_MESSAGES/kcmkonsole.mo
share/locale/uz/LC_MESSAGES/kcmkontactnt.mo
share/locale/uz/LC_MESSAGES/kcmkuick.mo
share/locale/uz/LC_MESSAGES/kcmkurifilt.mo
share/locale/uz/LC_MESSAGES/kcmkvaio.mo
share/locale/uz/LC_MESSAGES/kcmkwm.mo
share/locale/uz/LC_MESSAGES/kcmlaptop.mo
share/locale/uz/LC_MESSAGES/kcmlaunch.mo
share/locale/uz/LC_MESSAGES/kcmlayout.mo
share/locale/uz/LC_MESSAGES/kcmlocale.mo
share/locale/uz/LC_MESSAGES/kcmmedia.mo
share/locale/uz/LC_MESSAGES/kcmnic.mo
share/locale/uz/LC_MESSAGES/kcmnotify.mo
share/locale/uz/LC_MESSAGES/kcmperformance.mo
share/locale/uz/LC_MESSAGES/kcmprintmgr.mo
share/locale/uz/LC_MESSAGES/kcmsamba.mo
share/locale/uz/LC_MESSAGES/kcmscreensaver.mo
share/locale/uz/LC_MESSAGES/kcmsmartcard.mo
share/locale/uz/LC_MESSAGES/kcmsmserver.mo
share/locale/uz/LC_MESSAGES/kcmspellchecking.mo
share/locale/uz/LC_MESSAGES/kcmstyle.mo
share/locale/uz/LC_MESSAGES/kcmtaskbar.mo
share/locale/uz/LC_MESSAGES/kcmtdednssd.mo
share/locale/uz/LC_MESSAGES/kcmtdeio.mo
share/locale/uz/LC_MESSAGES/kcmtdewallet.mo
share/locale/uz/LC_MESSAGES/kcmthinkpad.mo
share/locale/uz/LC_MESSAGES/kcmtwindecoration.mo
share/locale/uz/LC_MESSAGES/kcmtwinrules.mo
share/locale/uz/LC_MESSAGES/kcmusb.mo
share/locale/uz/LC_MESSAGES/kcmview1394.mo
share/locale/uz/LC_MESSAGES/kcmxinerama.mo
share/locale/uz/LC_MESSAGES/kcontrol.mo
share/locale/uz/LC_MESSAGES/kdcop.mo
share/locale/uz/LC_MESSAGES/kdesktop.mo
share/locale/uz/LC_MESSAGES/kdf.mo
share/locale/uz/LC_MESSAGES/kdgantt.mo
share/locale/uz/LC_MESSAGES/kdialog.mo
share/locale/uz/LC_MESSAGES/kfindpart.mo
share/locale/uz/LC_MESSAGES/kfloppy.mo
share/locale/uz/LC_MESSAGES/kfmclient.mo
share/locale/uz/LC_MESSAGES/kgantt.mo
share/locale/uz/LC_MESSAGES/kget.mo
share/locale/uz/LC_MESSAGES/kghostview.mo
share/locale/uz/LC_MESSAGES/kgreet_classic.mo
share/locale/uz/LC_MESSAGES/kgreet_winbind.mo
share/locale/uz/LC_MESSAGES/khelpcenter.mo
share/locale/uz/LC_MESSAGES/khotkeys.mo
share/locale/uz/LC_MESSAGES/kicker.mo
share/locale/uz/LC_MESSAGES/kjobviewer.mo
share/locale/uz/LC_MESSAGES/kjots.mo
share/locale/uz/LC_MESSAGES/klaptopdaemon.mo
share/locale/uz/LC_MESSAGES/kleopatra.mo
share/locale/uz/LC_MESSAGES/klipper.mo
share/locale/uz/LC_MESSAGES/kmail.mo
share/locale/uz/LC_MESSAGES/kmail_text_calendar_plugin.mo
share/locale/uz/LC_MESSAGES/kmail_text_vcard_plugin.mo
share/locale/uz/LC_MESSAGES/kmathapplet.mo
share/locale/uz/LC_MESSAGES/kmcop.mo
share/locale/uz/LC_MESSAGES/kmenuapplet.mo
share/locale/uz/LC_MESSAGES/kmenuedit.mo
share/locale/uz/LC_MESSAGES/kmilo_delli8k.mo
share/locale/uz/LC_MESSAGES/kmilo_generic.mo
share/locale/uz/LC_MESSAGES/kmilo_kvaio.mo
share/locale/uz/LC_MESSAGES/kmilo_powerbook.mo
share/locale/uz/LC_MESSAGES/kmilo_thinkpad.mo
share/locale/uz/LC_MESSAGES/kmilod.mo
share/locale/uz/LC_MESSAGES/kminipagerapplet.mo
share/locale/uz/LC_MESSAGES/kmix.mo
share/locale/uz/LC_MESSAGES/kmobile.mo
share/locale/uz/LC_MESSAGES/knetattach.mo
share/locale/uz/LC_MESSAGES/knode.mo
share/locale/uz/LC_MESSAGES/knotes.mo
share/locale/uz/LC_MESSAGES/knotify.mo
share/locale/uz/LC_MESSAGES/kolourpaint.mo
share/locale/uz/LC_MESSAGES/kolourpicker.mo
share/locale/uz/LC_MESSAGES/konnector_dummy.mo
share/locale/uz/LC_MESSAGES/konnector_kabc.mo
share/locale/uz/LC_MESSAGES/konnector_kcal.mo
share/locale/uz/LC_MESSAGES/konnector_local.mo
share/locale/uz/LC_MESSAGES/konnector_qtopia.mo
share/locale/uz/LC_MESSAGES/konnector_remote.mo
share/locale/uz/LC_MESSAGES/konqsidebar_delicious.mo
share/locale/uz/LC_MESSAGES/konqsidebar_mediaplayer.mo
share/locale/uz/LC_MESSAGES/konqsidebar_metabar.mo
share/locale/uz/LC_MESSAGES/konqsidebar_news.mo
share/locale/uz/LC_MESSAGES/konqueror.mo
share/locale/uz/LC_MESSAGES/konsole.mo
share/locale/uz/LC_MESSAGES/konsolekalendar.mo
share/locale/uz/LC_MESSAGES/kontact.mo
share/locale/uz/LC_MESSAGES/kopete.mo
share/locale/uz/LC_MESSAGES/korganizer.mo
share/locale/uz/LC_MESSAGES/korn.mo
share/locale/uz/LC_MESSAGES/kpager.mo
share/locale/uz/LC_MESSAGES/kpersonalizer.mo
share/locale/uz/LC_MESSAGES/kpilot.mo
share/locale/uz/LC_MESSAGES/kppp.mo
share/locale/uz/LC_MESSAGES/kppplogview.mo
share/locale/uz/LC_MESSAGES/kprinter.mo
share/locale/uz/LC_MESSAGES/kreadconfig.mo
share/locale/uz/LC_MESSAGES/kres_birthday.mo
share/locale/uz/LC_MESSAGES/kres_blogging.mo
share/locale/uz/LC_MESSAGES/kres_exchange.mo
share/locale/uz/LC_MESSAGES/kres_featureplan.mo
share/locale/uz/LC_MESSAGES/kres_groupware.mo
share/locale/uz/LC_MESSAGES/kres_kolab.mo
share/locale/uz/LC_MESSAGES/kres_remote.mo
share/locale/uz/LC_MESSAGES/kres_tvanytime.mo
share/locale/uz/LC_MESSAGES/kruler.mo
share/locale/uz/LC_MESSAGES/krunapplet.mo
share/locale/uz/LC_MESSAGES/ksig.mo
share/locale/uz/LC_MESSAGES/ksim.mo
share/locale/uz/LC_MESSAGES/ksmserver.mo
share/locale/uz/LC_MESSAGES/ksnapshot.mo
share/locale/uz/LC_MESSAGES/ksplash.mo
share/locale/uz/LC_MESSAGES/ksplashthemes.mo
share/locale/uz/LC_MESSAGES/kstart.mo
share/locale/uz/LC_MESSAGES/ksvgplugin.mo
share/locale/uz/LC_MESSAGES/ksysguard.mo
share/locale/uz/LC_MESSAGES/ksystemtrayapplet.mo
share/locale/uz/LC_MESSAGES/ksystraycmd.mo
share/locale/uz/LC_MESSAGES/kthememanager.mo
share/locale/uz/LC_MESSAGES/ktimemon.mo
share/locale/uz/LC_MESSAGES/ktip.mo
share/locale/uz/LC_MESSAGES/ktnef.mo
share/locale/uz/LC_MESSAGES/kuick_plugin.mo
share/locale/uz/LC_MESSAGES/kuickshow.mo
share/locale/uz/LC_MESSAGES/kview.mo
share/locale/uz/LC_MESSAGES/kview_scale.mo
share/locale/uz/LC_MESSAGES/kviewbrowserplugin.mo
share/locale/uz/LC_MESSAGES/kvieweffectsplugin.mo
share/locale/uz/LC_MESSAGES/kviewpresenterplugin.mo
share/locale/uz/LC_MESSAGES/kviewscannerplugin.mo
share/locale/uz/LC_MESSAGES/kviewshell.mo
share/locale/uz/LC_MESSAGES/kviewviewer.mo
share/locale/uz/LC_MESSAGES/kweather.mo
share/locale/uz/LC_MESSAGES/kwriteconfig.mo
share/locale/uz/LC_MESSAGES/kxkb.mo
share/locale/uz/LC_MESSAGES/libdmctl.mo
share/locale/uz/LC_MESSAGES/libkaddrbk_geo_xxport.mo
share/locale/uz/LC_MESSAGES/libkaddrbk_gmx_xxport.mo
share/locale/uz/LC_MESSAGES/libkcal.mo
share/locale/uz/LC_MESSAGES/libkholidays.mo
share/locale/uz/LC_MESSAGES/libkicker.mo
share/locale/uz/LC_MESSAGES/libkickermenu_konsole.mo
share/locale/uz/LC_MESSAGES/libkickermenu_prefmenu.mo
share/locale/uz/LC_MESSAGES/libkickermenu_recentdocs.mo
share/locale/uz/LC_MESSAGES/libkickermenu_remotemenu.mo
share/locale/uz/LC_MESSAGES/libkickermenu_systemmenu.mo
share/locale/uz/LC_MESSAGES/libkickermenu_tdeprint.mo
share/locale/uz/LC_MESSAGES/libkickermenu_tom.mo
share/locale/uz/LC_MESSAGES/libkmime.mo
share/locale/uz/LC_MESSAGES/libkonq.mo
share/locale/uz/LC_MESSAGES/libkpimexchange.mo
share/locale/uz/LC_MESSAGES/libksieve.mo
share/locale/uz/LC_MESSAGES/libtaskbar.mo
share/locale/uz/LC_MESSAGES/libtaskmanager.mo
share/locale/uz/LC_MESSAGES/libtdepim.mo
share/locale/uz/LC_MESSAGES/libtdescreensaver.mo
share/locale/uz/LC_MESSAGES/lockout.mo
share/locale/uz/LC_MESSAGES/lyrics.mo
share/locale/uz/LC_MESSAGES/mediaapplet.mo
share/locale/uz/LC_MESSAGES/mediacontrol.mo
share/locale/uz/LC_MESSAGES/mf_konqplugin.mo
share/locale/uz/LC_MESSAGES/minitoolsplugin.mo
share/locale/uz/LC_MESSAGES/multisynk.mo
share/locale/uz/LC_MESSAGES/naughtyapplet.mo
share/locale/uz/LC_MESSAGES/nexscope.mo
share/locale/uz/LC_MESSAGES/noatun.mo
share/locale/uz/LC_MESSAGES/nsplugin.mo
share/locale/uz/LC_MESSAGES/pitchablespeed.mo
share/locale/uz/LC_MESSAGES/privacy.mo
share/locale/uz/LC_MESSAGES/quicklauncher.mo
share/locale/uz/LC_MESSAGES/rellinks.mo
share/locale/uz/LC_MESSAGES/searchbarplugin.mo
share/locale/uz/LC_MESSAGES/superkaramba.mo
share/locale/uz/LC_MESSAGES/synaescope.mo
share/locale/uz/LC_MESSAGES/tdeabc_dir.mo
share/locale/uz/LC_MESSAGES/tdeabc_file.mo
share/locale/uz/LC_MESSAGES/tdeabc_ldaptdeio.mo
share/locale/uz/LC_MESSAGES/tdeabc_net.mo
share/locale/uz/LC_MESSAGES/tdeabc_sql.mo
share/locale/uz/LC_MESSAGES/tdedebugdialog.mo
share/locale/uz/LC_MESSAGES/tdefile_bmp.mo
share/locale/uz/LC_MESSAGES/tdefile_cert.mo
share/locale/uz/LC_MESSAGES/tdefile_desktop.mo
share/locale/uz/LC_MESSAGES/tdefile_dvi.mo
share/locale/uz/LC_MESSAGES/tdefile_folder.mo
share/locale/uz/LC_MESSAGES/tdefile_gif.mo
share/locale/uz/LC_MESSAGES/tdefile_html.mo
share/locale/uz/LC_MESSAGES/tdefile_ico.mo
share/locale/uz/LC_MESSAGES/tdefile_ics.mo
share/locale/uz/LC_MESSAGES/tdefile_jpeg.mo
share/locale/uz/LC_MESSAGES/tdefile_lnk.mo
share/locale/uz/LC_MESSAGES/tdefile_mhtml.mo
share/locale/uz/LC_MESSAGES/tdefile_palm.mo
share/locale/uz/LC_MESSAGES/tdefile_pcx.mo
share/locale/uz/LC_MESSAGES/tdefile_pdf.mo
share/locale/uz/LC_MESSAGES/tdefile_png.mo
share/locale/uz/LC_MESSAGES/tdefile_pnm.mo
share/locale/uz/LC_MESSAGES/tdefile_ps.mo
share/locale/uz/LC_MESSAGES/tdefile_rfc822.mo
share/locale/uz/LC_MESSAGES/tdefile_tga.mo
share/locale/uz/LC_MESSAGES/tdefile_tiff.mo
share/locale/uz/LC_MESSAGES/tdefile_txt.mo
share/locale/uz/LC_MESSAGES/tdefile_vcf.mo
share/locale/uz/LC_MESSAGES/tdefile_xbm.mo
share/locale/uz/LC_MESSAGES/tdefileaudiopreview.mo
share/locale/uz/LC_MESSAGES/tdefontinst.mo
share/locale/uz/LC_MESSAGES/tdehtmlsettingsplugin.mo
share/locale/uz/LC_MESSAGES/tdeio.mo
share/locale/uz/LC_MESSAGES/tdeio_finger.mo
share/locale/uz/LC_MESSAGES/tdeio_fish.mo
share/locale/uz/LC_MESSAGES/tdeio_floppy.mo
share/locale/uz/LC_MESSAGES/tdeio_groupwise.mo
share/locale/uz/LC_MESSAGES/tdeio_help.mo
share/locale/uz/LC_MESSAGES/tdeio_home.mo
share/locale/uz/LC_MESSAGES/tdeio_ldap.mo
share/locale/uz/LC_MESSAGES/tdeio_mac.mo
share/locale/uz/LC_MESSAGES/tdeio_man.mo
share/locale/uz/LC_MESSAGES/tdeio_media.mo
share/locale/uz/LC_MESSAGES/tdeio_mobile.mo
share/locale/uz/LC_MESSAGES/tdeio_nfs.mo
share/locale/uz/LC_MESSAGES/tdeio_nntp.mo
share/locale/uz/LC_MESSAGES/tdeio_pop3.mo
share/locale/uz/LC_MESSAGES/tdeio_print.mo
share/locale/uz/LC_MESSAGES/tdeio_remote.mo
share/locale/uz/LC_MESSAGES/tdeio_settings.mo
share/locale/uz/LC_MESSAGES/tdeio_sftp.mo
share/locale/uz/LC_MESSAGES/tdeio_smb.mo
share/locale/uz/LC_MESSAGES/tdeio_smtp.mo
share/locale/uz/LC_MESSAGES/tdeio_system.mo
share/locale/uz/LC_MESSAGES/tdeio_tar.mo
share/locale/uz/LC_MESSAGES/tdeio_thumbnail.mo
share/locale/uz/LC_MESSAGES/tdeio_trash.mo
share/locale/uz/LC_MESSAGES/tdeioexec.mo
share/locale/uz/LC_MESSAGES/tdelibs.mo
share/locale/uz/LC_MESSAGES/tdelibs_colors.mo
share/locale/uz/LC_MESSAGES/tdepasswd.mo
share/locale/uz/LC_MESSAGES/tdepimresources.mo
share/locale/uz/LC_MESSAGES/tdepimwizards.mo
share/locale/uz/LC_MESSAGES/tdeprint.mo
share/locale/uz/LC_MESSAGES/tdeprint_part.mo
share/locale/uz/LC_MESSAGES/tdeprintfax.mo
share/locale/uz/LC_MESSAGES/tderandr.mo
share/locale/uz/LC_MESSAGES/tdescreensaver.mo
share/locale/uz/LC_MESSAGES/tdesu.mo
share/locale/uz/LC_MESSAGES/tdesud.mo
share/locale/uz/LC_MESSAGES/tdetexteditor_insertfile.mo
share/locale/uz/LC_MESSAGES/tdetexteditor_isearch.mo
share/locale/uz/LC_MESSAGES/tdewalletmanager.mo
share/locale/uz/LC_MESSAGES/tdmconfig.mo
share/locale/uz/LC_MESSAGES/tdmgreet.mo
share/locale/uz/LC_MESSAGES/timezones.mo
share/locale/uz/LC_MESSAGES/tippecanoe.mo
share/locale/uz/LC_MESSAGES/trashapplet.mo
share/locale/uz/LC_MESSAGES/twin.mo
share/locale/uz/LC_MESSAGES/twin_clients.mo
share/locale/uz/LC_MESSAGES/twin_lib.mo
share/locale/uz/LC_MESSAGES/tyler.mo
share/locale/uz/LC_MESSAGES/uachangerplugin.mo
share/locale/uz/LC_MESSAGES/useraccount.mo
share/locale/uz/LC_MESSAGES/validatorsplugin.mo
share/locale/uz/LC_MESSAGES/wakeup.mo
share/locale/uz/LC_MESSAGES/wavecapture.mo
share/locale/uz/LC_MESSAGES/webarchiver.mo
share/locale/uz/charset
share/locale/uz/entry.desktop
share/locale/uz/flag.png

@ -0,0 +1,39 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
.include <../trinity.port.mk>
LANG= uz@cyrillic
PORTNAME= tde-i18n-trinity
COMMENT= Messages and documentation for TDE - ${LANG}
TDE_PREVERSION= ~pre9+a4c1e5ad
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= x11 misc
DIST_SUBDIR= TDE
PKGNAMEPREFIX= ${LANG}-
WRKSRC= ${WRKDIR}/${DISTNAME}/tde-i18n-${LANG}
EXTRACT_AFTER_ARGS+= \
'${EXTRACT_BASE}admin/' \
'${EXTRACT_BASE}cmake/' \
'${EXTRACT_BASE}tde-i18n-${LANG}/' \
BUILD_DEPENDS+= ${TDE_PREFIX}/bin/tde-config:${PORTSDIR}/x11/trinity/tdelibs
# 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,2 @@
SHA256 (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 6f15f2f8d9ebc912c6ece6ed36acef10b3f2e09bf52ccf16317595ecde210efe
SIZE (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 195710272

@ -0,0 +1 @@
Cyrillic Uzbek (uz@cyrillic) internationalized (i18n) files for TDE

@ -0,0 +1,352 @@
share/locale/uz@cyrillic/LC_MESSAGES/akregator.mo
share/locale/uz@cyrillic/LC_MESSAGES/akregator_konqplugin.mo
share/locale/uz@cyrillic/LC_MESSAGES/alsaplayerui.mo
share/locale/uz@cyrillic/LC_MESSAGES/appletproxy.mo
share/locale/uz@cyrillic/LC_MESSAGES/ark.mo
share/locale/uz@cyrillic/LC_MESSAGES/ark_plugin.mo
share/locale/uz@cyrillic/LC_MESSAGES/atlantikdesigner.mo
share/locale/uz@cyrillic/LC_MESSAGES/audiorename_plugin.mo
share/locale/uz@cyrillic/LC_MESSAGES/autorefresh.mo
share/locale/uz@cyrillic/LC_MESSAGES/babelfish.mo
share/locale/uz@cyrillic/LC_MESSAGES/charlatanui.mo
share/locale/uz@cyrillic/LC_MESSAGES/clockapplet.mo
share/locale/uz@cyrillic/LC_MESSAGES/crashesplugin.mo
share/locale/uz@cyrillic/LC_MESSAGES/cupsdconf.mo
share/locale/uz@cyrillic/LC_MESSAGES/dirfilterplugin.mo
share/locale/uz@cyrillic/LC_MESSAGES/display.mo
share/locale/uz@cyrillic/LC_MESSAGES/dockbarextension.mo
share/locale/uz@cyrillic/LC_MESSAGES/domtreeviewer.mo
share/locale/uz@cyrillic/LC_MESSAGES/drkonqi.mo
share/locale/uz@cyrillic/LC_MESSAGES/dub.mo
share/locale/uz@cyrillic/LC_MESSAGES/extensionproxy.mo
share/locale/uz@cyrillic/LC_MESSAGES/ffrs.mo
share/locale/uz@cyrillic/LC_MESSAGES/filetypes.mo
share/locale/uz@cyrillic/LC_MESSAGES/fsview.mo
share/locale/uz@cyrillic/LC_MESSAGES/htmlsearch.mo
share/locale/uz@cyrillic/LC_MESSAGES/imgalleryplugin.mo
share/locale/uz@cyrillic/LC_MESSAGES/irkick.mo
share/locale/uz@cyrillic/LC_MESSAGES/joystick.mo
share/locale/uz@cyrillic/LC_MESSAGES/juk.mo
share/locale/uz@cyrillic/LC_MESSAGES/kaccess.mo
share/locale/uz@cyrillic/LC_MESSAGES/kaddressbook.mo
share/locale/uz@cyrillic/LC_MESSAGES/kalarm.mo
share/locale/uz@cyrillic/LC_MESSAGES/kandy.mo
share/locale/uz@cyrillic/LC_MESSAGES/kappfinder.mo
share/locale/uz@cyrillic/LC_MESSAGES/karm.mo
share/locale/uz@cyrillic/LC_MESSAGES/kasbarextension.mo
share/locale/uz@cyrillic/LC_MESSAGES/kate.mo
share/locale/uz@cyrillic/LC_MESSAGES/katefiletemplates.mo
share/locale/uz@cyrillic/LC_MESSAGES/katefll_initplugin.mo
share/locale/uz@cyrillic/LC_MESSAGES/katefll_plugin.mo
share/locale/uz@cyrillic/LC_MESSAGES/katehelloworld.mo
share/locale/uz@cyrillic/LC_MESSAGES/katehtmltools.mo
share/locale/uz@cyrillic/LC_MESSAGES/katekjswrapper.mo
share/locale/uz@cyrillic/LC_MESSAGES/katemake.mo
share/locale/uz@cyrillic/LC_MESSAGES/katemodeline.mo
share/locale/uz@cyrillic/LC_MESSAGES/kateopenheader.mo
share/locale/uz@cyrillic/LC_MESSAGES/katepart.mo
share/locale/uz@cyrillic/LC_MESSAGES/katepybrowse.mo
share/locale/uz@cyrillic/LC_MESSAGES/katesnippets.mo
share/locale/uz@cyrillic/LC_MESSAGES/katetabbarextension.mo
share/locale/uz@cyrillic/LC_MESSAGES/katetextfilter.mo
share/locale/uz@cyrillic/LC_MESSAGES/katexmlcheck.mo
share/locale/uz@cyrillic/LC_MESSAGES/kay.mo
share/locale/uz@cyrillic/LC_MESSAGES/kbinaryclock.mo
share/locale/uz@cyrillic/LC_MESSAGES/kcalc.mo
share/locale/uz@cyrillic/LC_MESSAGES/kcharselect.mo
share/locale/uz@cyrillic/LC_MESSAGES/kcharselectapplet.mo
share/locale/uz@cyrillic/LC_MESSAGES/kcm_kviewcanvasconfig.mo
share/locale/uz@cyrillic/LC_MESSAGES/kcm_kviewpluginsconfig.mo
share/locale/uz@cyrillic/LC_MESSAGES/kcm_kviewviewerpluginsconfig.mo
share/locale/uz@cyrillic/LC_MESSAGES/kcmaccess.mo
share/locale/uz@cyrillic/LC_MESSAGES/kcmaccessibility.mo
share/locale/uz@cyrillic/LC_MESSAGES/kcmarts.mo
share/locale/uz@cyrillic/LC_MESSAGES/kcmbackground.mo
share/locale/uz@cyrillic/LC_MESSAGES/kcmbell.mo
share/locale/uz@cyrillic/LC_MESSAGES/kcmcgi.mo
share/locale/uz@cyrillic/LC_MESSAGES/kcmcolors.mo
share/locale/uz@cyrillic/LC_MESSAGES/kcmcomponentchooser.mo
share/locale/uz@cyrillic/LC_MESSAGES/kcmcrypto.mo
share/locale/uz@cyrillic/LC_MESSAGES/kcmcss.mo
share/locale/uz@cyrillic/LC_MESSAGES/kcmenergy.mo
share/locale/uz@cyrillic/LC_MESSAGES/kcmfonts.mo
share/locale/uz@cyrillic/LC_MESSAGES/kcmhtmlsearch.mo
share/locale/uz@cyrillic/LC_MESSAGES/kcmicons.mo
share/locale/uz@cyrillic/LC_MESSAGES/kcminfo.mo
share/locale/uz@cyrillic/LC_MESSAGES/kcminput.mo
share/locale/uz@cyrillic/LC_MESSAGES/kcmioslaveinfo.mo
share/locale/uz@cyrillic/LC_MESSAGES/kcmkabconfig.mo
share/locale/uz@cyrillic/LC_MESSAGES/kcmkclock.mo
share/locale/uz@cyrillic/LC_MESSAGES/kcmkded.mo
share/locale/uz@cyrillic/LC_MESSAGES/kcmkeys.mo
share/locale/uz@cyrillic/LC_MESSAGES/kcmkicker.mo
share/locale/uz@cyrillic/LC_MESSAGES/kcmkonq.mo
share/locale/uz@cyrillic/LC_MESSAGES/kcmkonqhtml.mo
share/locale/uz@cyrillic/LC_MESSAGES/kcmkonsole.mo
share/locale/uz@cyrillic/LC_MESSAGES/kcmkontactnt.mo
share/locale/uz@cyrillic/LC_MESSAGES/kcmkuick.mo
share/locale/uz@cyrillic/LC_MESSAGES/kcmkurifilt.mo
share/locale/uz@cyrillic/LC_MESSAGES/kcmkvaio.mo
share/locale/uz@cyrillic/LC_MESSAGES/kcmkwm.mo
share/locale/uz@cyrillic/LC_MESSAGES/kcmlaptop.mo
share/locale/uz@cyrillic/LC_MESSAGES/kcmlaunch.mo
share/locale/uz@cyrillic/LC_MESSAGES/kcmlayout.mo
share/locale/uz@cyrillic/LC_MESSAGES/kcmlocale.mo
share/locale/uz@cyrillic/LC_MESSAGES/kcmmedia.mo
share/locale/uz@cyrillic/LC_MESSAGES/kcmnic.mo
share/locale/uz@cyrillic/LC_MESSAGES/kcmnotify.mo
share/locale/uz@cyrillic/LC_MESSAGES/kcmperformance.mo
share/locale/uz@cyrillic/LC_MESSAGES/kcmprintmgr.mo
share/locale/uz@cyrillic/LC_MESSAGES/kcmsamba.mo
share/locale/uz@cyrillic/LC_MESSAGES/kcmscreensaver.mo
share/locale/uz@cyrillic/LC_MESSAGES/kcmsmartcard.mo
share/locale/uz@cyrillic/LC_MESSAGES/kcmsmserver.mo
share/locale/uz@cyrillic/LC_MESSAGES/kcmspellchecking.mo
share/locale/uz@cyrillic/LC_MESSAGES/kcmstyle.mo
share/locale/uz@cyrillic/LC_MESSAGES/kcmtaskbar.mo
share/locale/uz@cyrillic/LC_MESSAGES/kcmtdednssd.mo
share/locale/uz@cyrillic/LC_MESSAGES/kcmtdeio.mo
share/locale/uz@cyrillic/LC_MESSAGES/kcmtdewallet.mo
share/locale/uz@cyrillic/LC_MESSAGES/kcmthinkpad.mo
share/locale/uz@cyrillic/LC_MESSAGES/kcmtwindecoration.mo
share/locale/uz@cyrillic/LC_MESSAGES/kcmtwinrules.mo
share/locale/uz@cyrillic/LC_MESSAGES/kcmusb.mo
share/locale/uz@cyrillic/LC_MESSAGES/kcmview1394.mo
share/locale/uz@cyrillic/LC_MESSAGES/kcmxinerama.mo
share/locale/uz@cyrillic/LC_MESSAGES/kcontrol.mo
share/locale/uz@cyrillic/LC_MESSAGES/kdcop.mo
share/locale/uz@cyrillic/LC_MESSAGES/kdesktop.mo
share/locale/uz@cyrillic/LC_MESSAGES/kdf.mo
share/locale/uz@cyrillic/LC_MESSAGES/kdgantt.mo
share/locale/uz@cyrillic/LC_MESSAGES/kdialog.mo
share/locale/uz@cyrillic/LC_MESSAGES/kfindpart.mo
share/locale/uz@cyrillic/LC_MESSAGES/kfloppy.mo
share/locale/uz@cyrillic/LC_MESSAGES/kfmclient.mo
share/locale/uz@cyrillic/LC_MESSAGES/kgantt.mo
share/locale/uz@cyrillic/LC_MESSAGES/kget.mo
share/locale/uz@cyrillic/LC_MESSAGES/kghostview.mo
share/locale/uz@cyrillic/LC_MESSAGES/kgreet_classic.mo
share/locale/uz@cyrillic/LC_MESSAGES/kgreet_winbind.mo
share/locale/uz@cyrillic/LC_MESSAGES/khelpcenter.mo
share/locale/uz@cyrillic/LC_MESSAGES/khotkeys.mo
share/locale/uz@cyrillic/LC_MESSAGES/kicker.mo
share/locale/uz@cyrillic/LC_MESSAGES/kjobviewer.mo
share/locale/uz@cyrillic/LC_MESSAGES/kjots.mo
share/locale/uz@cyrillic/LC_MESSAGES/klaptopdaemon.mo
share/locale/uz@cyrillic/LC_MESSAGES/kleopatra.mo
share/locale/uz@cyrillic/LC_MESSAGES/klipper.mo
share/locale/uz@cyrillic/LC_MESSAGES/kmail.mo
share/locale/uz@cyrillic/LC_MESSAGES/kmail_text_calendar_plugin.mo
share/locale/uz@cyrillic/LC_MESSAGES/kmail_text_vcard_plugin.mo
share/locale/uz@cyrillic/LC_MESSAGES/kmathapplet.mo
share/locale/uz@cyrillic/LC_MESSAGES/kmcop.mo
share/locale/uz@cyrillic/LC_MESSAGES/kmenuapplet.mo
share/locale/uz@cyrillic/LC_MESSAGES/kmenuedit.mo
share/locale/uz@cyrillic/LC_MESSAGES/kmilo_delli8k.mo
share/locale/uz@cyrillic/LC_MESSAGES/kmilo_generic.mo
share/locale/uz@cyrillic/LC_MESSAGES/kmilo_kvaio.mo
share/locale/uz@cyrillic/LC_MESSAGES/kmilo_powerbook.mo
share/locale/uz@cyrillic/LC_MESSAGES/kmilo_thinkpad.mo
share/locale/uz@cyrillic/LC_MESSAGES/kmilod.mo
share/locale/uz@cyrillic/LC_MESSAGES/kminipagerapplet.mo
share/locale/uz@cyrillic/LC_MESSAGES/kmix.mo
share/locale/uz@cyrillic/LC_MESSAGES/kmobile.mo
share/locale/uz@cyrillic/LC_MESSAGES/knetattach.mo
share/locale/uz@cyrillic/LC_MESSAGES/knode.mo
share/locale/uz@cyrillic/LC_MESSAGES/knotes.mo
share/locale/uz@cyrillic/LC_MESSAGES/knotify.mo
share/locale/uz@cyrillic/LC_MESSAGES/kolourpaint.mo
share/locale/uz@cyrillic/LC_MESSAGES/kolourpicker.mo
share/locale/uz@cyrillic/LC_MESSAGES/konnector_dummy.mo
share/locale/uz@cyrillic/LC_MESSAGES/konnector_kabc.mo
share/locale/uz@cyrillic/LC_MESSAGES/konnector_kcal.mo
share/locale/uz@cyrillic/LC_MESSAGES/konnector_local.mo
share/locale/uz@cyrillic/LC_MESSAGES/konnector_qtopia.mo
share/locale/uz@cyrillic/LC_MESSAGES/konnector_remote.mo
share/locale/uz@cyrillic/LC_MESSAGES/konqsidebar_delicious.mo
share/locale/uz@cyrillic/LC_MESSAGES/konqsidebar_mediaplayer.mo
share/locale/uz@cyrillic/LC_MESSAGES/konqsidebar_metabar.mo
share/locale/uz@cyrillic/LC_MESSAGES/konqsidebar_news.mo
share/locale/uz@cyrillic/LC_MESSAGES/konqueror.mo
share/locale/uz@cyrillic/LC_MESSAGES/konsole.mo
share/locale/uz@cyrillic/LC_MESSAGES/konsolekalendar.mo
share/locale/uz@cyrillic/LC_MESSAGES/kontact.mo
share/locale/uz@cyrillic/LC_MESSAGES/kopete.mo
share/locale/uz@cyrillic/LC_MESSAGES/korganizer.mo
share/locale/uz@cyrillic/LC_MESSAGES/korn.mo
share/locale/uz@cyrillic/LC_MESSAGES/kpager.mo
share/locale/uz@cyrillic/LC_MESSAGES/kpersonalizer.mo
share/locale/uz@cyrillic/LC_MESSAGES/kpilot.mo
share/locale/uz@cyrillic/LC_MESSAGES/kppp.mo
share/locale/uz@cyrillic/LC_MESSAGES/kppplogview.mo
share/locale/uz@cyrillic/LC_MESSAGES/kprinter.mo
share/locale/uz@cyrillic/LC_MESSAGES/kreadconfig.mo
share/locale/uz@cyrillic/LC_MESSAGES/kres_birthday.mo
share/locale/uz@cyrillic/LC_MESSAGES/kres_blogging.mo
share/locale/uz@cyrillic/LC_MESSAGES/kres_exchange.mo
share/locale/uz@cyrillic/LC_MESSAGES/kres_featureplan.mo
share/locale/uz@cyrillic/LC_MESSAGES/kres_groupware.mo
share/locale/uz@cyrillic/LC_MESSAGES/kres_kolab.mo
share/locale/uz@cyrillic/LC_MESSAGES/kres_remote.mo
share/locale/uz@cyrillic/LC_MESSAGES/kres_tvanytime.mo
share/locale/uz@cyrillic/LC_MESSAGES/kruler.mo
share/locale/uz@cyrillic/LC_MESSAGES/krunapplet.mo
share/locale/uz@cyrillic/LC_MESSAGES/ksig.mo
share/locale/uz@cyrillic/LC_MESSAGES/ksim.mo
share/locale/uz@cyrillic/LC_MESSAGES/ksmserver.mo
share/locale/uz@cyrillic/LC_MESSAGES/ksnapshot.mo
share/locale/uz@cyrillic/LC_MESSAGES/ksplash.mo
share/locale/uz@cyrillic/LC_MESSAGES/ksplashthemes.mo
share/locale/uz@cyrillic/LC_MESSAGES/kstart.mo
share/locale/uz@cyrillic/LC_MESSAGES/ksvgplugin.mo
share/locale/uz@cyrillic/LC_MESSAGES/ksysguard.mo
share/locale/uz@cyrillic/LC_MESSAGES/ksystemtrayapplet.mo
share/locale/uz@cyrillic/LC_MESSAGES/ksystraycmd.mo
share/locale/uz@cyrillic/LC_MESSAGES/kthememanager.mo
share/locale/uz@cyrillic/LC_MESSAGES/ktimemon.mo
share/locale/uz@cyrillic/LC_MESSAGES/ktip.mo
share/locale/uz@cyrillic/LC_MESSAGES/ktnef.mo
share/locale/uz@cyrillic/LC_MESSAGES/kuick_plugin.mo
share/locale/uz@cyrillic/LC_MESSAGES/kuickshow.mo
share/locale/uz@cyrillic/LC_MESSAGES/kview.mo
share/locale/uz@cyrillic/LC_MESSAGES/kview_scale.mo
share/locale/uz@cyrillic/LC_MESSAGES/kviewbrowserplugin.mo
share/locale/uz@cyrillic/LC_MESSAGES/kvieweffectsplugin.mo
share/locale/uz@cyrillic/LC_MESSAGES/kviewpresenterplugin.mo
share/locale/uz@cyrillic/LC_MESSAGES/kviewscannerplugin.mo
share/locale/uz@cyrillic/LC_MESSAGES/kviewshell.mo
share/locale/uz@cyrillic/LC_MESSAGES/kviewviewer.mo
share/locale/uz@cyrillic/LC_MESSAGES/kweather.mo
share/locale/uz@cyrillic/LC_MESSAGES/kwriteconfig.mo
share/locale/uz@cyrillic/LC_MESSAGES/kxkb.mo
share/locale/uz@cyrillic/LC_MESSAGES/libdmctl.mo
share/locale/uz@cyrillic/LC_MESSAGES/libkaddrbk_geo_xxport.mo
share/locale/uz@cyrillic/LC_MESSAGES/libkaddrbk_gmx_xxport.mo
share/locale/uz@cyrillic/LC_MESSAGES/libkcal.mo
share/locale/uz@cyrillic/LC_MESSAGES/libkholidays.mo
share/locale/uz@cyrillic/LC_MESSAGES/libkicker.mo
share/locale/uz@cyrillic/LC_MESSAGES/libkickermenu_konsole.mo
share/locale/uz@cyrillic/LC_MESSAGES/libkickermenu_prefmenu.mo
share/locale/uz@cyrillic/LC_MESSAGES/libkickermenu_recentdocs.mo
share/locale/uz@cyrillic/LC_MESSAGES/libkickermenu_remotemenu.mo
share/locale/uz@cyrillic/LC_MESSAGES/libkickermenu_systemmenu.mo
share/locale/uz@cyrillic/LC_MESSAGES/libkickermenu_tdeprint.mo
share/locale/uz@cyrillic/LC_MESSAGES/libkickermenu_tom.mo
share/locale/uz@cyrillic/LC_MESSAGES/libkmime.mo
share/locale/uz@cyrillic/LC_MESSAGES/libkonq.mo
share/locale/uz@cyrillic/LC_MESSAGES/libkpimexchange.mo
share/locale/uz@cyrillic/LC_MESSAGES/libksieve.mo
share/locale/uz@cyrillic/LC_MESSAGES/libtaskbar.mo
share/locale/uz@cyrillic/LC_MESSAGES/libtaskmanager.mo
share/locale/uz@cyrillic/LC_MESSAGES/libtdepim.mo
share/locale/uz@cyrillic/LC_MESSAGES/libtdescreensaver.mo
share/locale/uz@cyrillic/LC_MESSAGES/lockout.mo
share/locale/uz@cyrillic/LC_MESSAGES/lyrics.mo
share/locale/uz@cyrillic/LC_MESSAGES/mediaapplet.mo
share/locale/uz@cyrillic/LC_MESSAGES/mediacontrol.mo
share/locale/uz@cyrillic/LC_MESSAGES/mf_konqplugin.mo
share/locale/uz@cyrillic/LC_MESSAGES/minitoolsplugin.mo
share/locale/uz@cyrillic/LC_MESSAGES/multisynk.mo
share/locale/uz@cyrillic/LC_MESSAGES/naughtyapplet.mo
share/locale/uz@cyrillic/LC_MESSAGES/nexscope.mo
share/locale/uz@cyrillic/LC_MESSAGES/noatun.mo
share/locale/uz@cyrillic/LC_MESSAGES/nsplugin.mo
share/locale/uz@cyrillic/LC_MESSAGES/pitchablespeed.mo
share/locale/uz@cyrillic/LC_MESSAGES/privacy.mo
share/locale/uz@cyrillic/LC_MESSAGES/quicklauncher.mo
share/locale/uz@cyrillic/LC_MESSAGES/rellinks.mo
share/locale/uz@cyrillic/LC_MESSAGES/searchbarplugin.mo
share/locale/uz@cyrillic/LC_MESSAGES/superkaramba.mo
share/locale/uz@cyrillic/LC_MESSAGES/synaescope.mo
share/locale/uz@cyrillic/LC_MESSAGES/tdeabc_dir.mo
share/locale/uz@cyrillic/LC_MESSAGES/tdeabc_file.mo
share/locale/uz@cyrillic/LC_MESSAGES/tdeabc_ldaptdeio.mo
share/locale/uz@cyrillic/LC_MESSAGES/tdeabc_net.mo
share/locale/uz@cyrillic/LC_MESSAGES/tdeabc_sql.mo
share/locale/uz@cyrillic/LC_MESSAGES/tdedebugdialog.mo
share/locale/uz@cyrillic/LC_MESSAGES/tdefile_bmp.mo
share/locale/uz@cyrillic/LC_MESSAGES/tdefile_cert.mo
share/locale/uz@cyrillic/LC_MESSAGES/tdefile_desktop.mo
share/locale/uz@cyrillic/LC_MESSAGES/tdefile_dvi.mo
share/locale/uz@cyrillic/LC_MESSAGES/tdefile_folder.mo
share/locale/uz@cyrillic/LC_MESSAGES/tdefile_gif.mo
share/locale/uz@cyrillic/LC_MESSAGES/tdefile_html.mo
share/locale/uz@cyrillic/LC_MESSAGES/tdefile_ico.mo
share/locale/uz@cyrillic/LC_MESSAGES/tdefile_ics.mo
share/locale/uz@cyrillic/LC_MESSAGES/tdefile_jpeg.mo
share/locale/uz@cyrillic/LC_MESSAGES/tdefile_lnk.mo
share/locale/uz@cyrillic/LC_MESSAGES/tdefile_mhtml.mo
share/locale/uz@cyrillic/LC_MESSAGES/tdefile_palm.mo
share/locale/uz@cyrillic/LC_MESSAGES/tdefile_pcx.mo
share/locale/uz@cyrillic/LC_MESSAGES/tdefile_pdf.mo
share/locale/uz@cyrillic/LC_MESSAGES/tdefile_png.mo
share/locale/uz@cyrillic/LC_MESSAGES/tdefile_pnm.mo
share/locale/uz@cyrillic/LC_MESSAGES/tdefile_ps.mo
share/locale/uz@cyrillic/LC_MESSAGES/tdefile_rfc822.mo
share/locale/uz@cyrillic/LC_MESSAGES/tdefile_tga.mo
share/locale/uz@cyrillic/LC_MESSAGES/tdefile_tiff.mo
share/locale/uz@cyrillic/LC_MESSAGES/tdefile_txt.mo
share/locale/uz@cyrillic/LC_MESSAGES/tdefile_vcf.mo
share/locale/uz@cyrillic/LC_MESSAGES/tdefile_xbm.mo
share/locale/uz@cyrillic/LC_MESSAGES/tdefileaudiopreview.mo
share/locale/uz@cyrillic/LC_MESSAGES/tdefontinst.mo
share/locale/uz@cyrillic/LC_MESSAGES/tdehtmlsettingsplugin.mo
share/locale/uz@cyrillic/LC_MESSAGES/tdeio.mo
share/locale/uz@cyrillic/LC_MESSAGES/tdeio_finger.mo
share/locale/uz@cyrillic/LC_MESSAGES/tdeio_fish.mo
share/locale/uz@cyrillic/LC_MESSAGES/tdeio_floppy.mo
share/locale/uz@cyrillic/LC_MESSAGES/tdeio_groupwise.mo
share/locale/uz@cyrillic/LC_MESSAGES/tdeio_help.mo
share/locale/uz@cyrillic/LC_MESSAGES/tdeio_home.mo
share/locale/uz@cyrillic/LC_MESSAGES/tdeio_ldap.mo
share/locale/uz@cyrillic/LC_MESSAGES/tdeio_mac.mo
share/locale/uz@cyrillic/LC_MESSAGES/tdeio_man.mo
share/locale/uz@cyrillic/LC_MESSAGES/tdeio_media.mo
share/locale/uz@cyrillic/LC_MESSAGES/tdeio_mobile.mo
share/locale/uz@cyrillic/LC_MESSAGES/tdeio_nfs.mo
share/locale/uz@cyrillic/LC_MESSAGES/tdeio_nntp.mo
share/locale/uz@cyrillic/LC_MESSAGES/tdeio_pop3.mo
share/locale/uz@cyrillic/LC_MESSAGES/tdeio_print.mo
share/locale/uz@cyrillic/LC_MESSAGES/tdeio_remote.mo
share/locale/uz@cyrillic/LC_MESSAGES/tdeio_settings.mo
share/locale/uz@cyrillic/LC_MESSAGES/tdeio_sftp.mo
share/locale/uz@cyrillic/LC_MESSAGES/tdeio_smb.mo
share/locale/uz@cyrillic/LC_MESSAGES/tdeio_smtp.mo
share/locale/uz@cyrillic/LC_MESSAGES/tdeio_system.mo
share/locale/uz@cyrillic/LC_MESSAGES/tdeio_tar.mo
share/locale/uz@cyrillic/LC_MESSAGES/tdeio_thumbnail.mo
share/locale/uz@cyrillic/LC_MESSAGES/tdeio_trash.mo
share/locale/uz@cyrillic/LC_MESSAGES/tdeioexec.mo
share/locale/uz@cyrillic/LC_MESSAGES/tdelibs.mo
share/locale/uz@cyrillic/LC_MESSAGES/tdelibs_colors.mo
share/locale/uz@cyrillic/LC_MESSAGES/tdepasswd.mo
share/locale/uz@cyrillic/LC_MESSAGES/tdepimresources.mo
share/locale/uz@cyrillic/LC_MESSAGES/tdepimwizards.mo
share/locale/uz@cyrillic/LC_MESSAGES/tdeprint.mo
share/locale/uz@cyrillic/LC_MESSAGES/tdeprint_part.mo
share/locale/uz@cyrillic/LC_MESSAGES/tdeprintfax.mo
share/locale/uz@cyrillic/LC_MESSAGES/tderandr.mo
share/locale/uz@cyrillic/LC_MESSAGES/tdescreensaver.mo
share/locale/uz@cyrillic/LC_MESSAGES/tdesu.mo
share/locale/uz@cyrillic/LC_MESSAGES/tdesud.mo
share/locale/uz@cyrillic/LC_MESSAGES/tdetexteditor_insertfile.mo
share/locale/uz@cyrillic/LC_MESSAGES/tdetexteditor_isearch.mo
share/locale/uz@cyrillic/LC_MESSAGES/tdewalletmanager.mo
share/locale/uz@cyrillic/LC_MESSAGES/tdmconfig.mo
share/locale/uz@cyrillic/LC_MESSAGES/tdmgreet.mo
share/locale/uz@cyrillic/LC_MESSAGES/timezones.mo
share/locale/uz@cyrillic/LC_MESSAGES/tippecanoe.mo
share/locale/uz@cyrillic/LC_MESSAGES/trashapplet.mo
share/locale/uz@cyrillic/LC_MESSAGES/twin.mo
share/locale/uz@cyrillic/LC_MESSAGES/twin_clients.mo
share/locale/uz@cyrillic/LC_MESSAGES/twin_lib.mo
share/locale/uz@cyrillic/LC_MESSAGES/tyler.mo
share/locale/uz@cyrillic/LC_MESSAGES/uachangerplugin.mo
share/locale/uz@cyrillic/LC_MESSAGES/useraccount.mo
share/locale/uz@cyrillic/LC_MESSAGES/validatorsplugin.mo
share/locale/uz@cyrillic/LC_MESSAGES/wakeup.mo
share/locale/uz@cyrillic/LC_MESSAGES/wavecapture.mo
share/locale/uz@cyrillic/LC_MESSAGES/webarchiver.mo
share/locale/uz@cyrillic/charset
share/locale/uz@cyrillic/entry.desktop
share/locale/uz@cyrillic/flag.png

@ -0,0 +1,39 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
.include <../trinity.port.mk>
LANG= vi
PORTNAME= tde-i18n-trinity
COMMENT= Messages and documentation for TDE - ${LANG}
TDE_PREVERSION= ~pre9+a4c1e5ad
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= x11 misc
DIST_SUBDIR= TDE
PKGNAMEPREFIX= ${LANG}-
WRKSRC= ${WRKDIR}/${DISTNAME}/tde-i18n-${LANG}
EXTRACT_AFTER_ARGS+= \
'${EXTRACT_BASE}admin/' \
'${EXTRACT_BASE}cmake/' \
'${EXTRACT_BASE}tde-i18n-${LANG}/' \
BUILD_DEPENDS+= ${TDE_PREFIX}/bin/tde-config:${PORTSDIR}/x11/trinity/tdelibs
# 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,2 @@
SHA256 (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 6f15f2f8d9ebc912c6ece6ed36acef10b3f2e09bf52ccf16317595ecde210efe
SIZE (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 195710272

@ -0,0 +1 @@
Vietnamese (vi) internationalized (i18n) files for TDE

@ -0,0 +1,330 @@
share/locale/vi/LC_MESSAGES/akregator_konqplugin.mo
share/locale/vi/LC_MESSAGES/alsaplayerui.mo
share/locale/vi/LC_MESSAGES/appletproxy.mo
share/locale/vi/LC_MESSAGES/ark_plugin.mo
share/locale/vi/LC_MESSAGES/atlantikdesigner.mo
share/locale/vi/LC_MESSAGES/audiorename_plugin.mo
share/locale/vi/LC_MESSAGES/autorefresh.mo
share/locale/vi/LC_MESSAGES/babelfish.mo
share/locale/vi/LC_MESSAGES/blinken.mo
share/locale/vi/LC_MESSAGES/charlatanui.mo
share/locale/vi/LC_MESSAGES/clockapplet.mo
share/locale/vi/LC_MESSAGES/crashesplugin.mo
share/locale/vi/LC_MESSAGES/cupsdconf.mo
share/locale/vi/LC_MESSAGES/dcoprss.mo
share/locale/vi/LC_MESSAGES/dirfilterplugin.mo
share/locale/vi/LC_MESSAGES/display.mo
share/locale/vi/LC_MESSAGES/dockbarextension.mo
share/locale/vi/LC_MESSAGES/domtreeviewer.mo
share/locale/vi/LC_MESSAGES/drkonqi.mo
share/locale/vi/LC_MESSAGES/dub.mo
share/locale/vi/LC_MESSAGES/extensionproxy.mo
share/locale/vi/LC_MESSAGES/ffrs.mo
share/locale/vi/LC_MESSAGES/filetypes.mo
share/locale/vi/LC_MESSAGES/fsview.mo
share/locale/vi/LC_MESSAGES/htmlsearch.mo
share/locale/vi/LC_MESSAGES/imagerename_plugin.mo
share/locale/vi/LC_MESSAGES/imgalleryplugin.mo
share/locale/vi/LC_MESSAGES/joystick.mo
share/locale/vi/LC_MESSAGES/kaccess.mo
share/locale/vi/LC_MESSAGES/kaddressbook.mo
share/locale/vi/LC_MESSAGES/kappfinder.mo
share/locale/vi/LC_MESSAGES/kasbarextension.mo
share/locale/vi/LC_MESSAGES/kate.mo
share/locale/vi/LC_MESSAGES/katecppsymbolviewer.mo
share/locale/vi/LC_MESSAGES/katefiletemplates.mo
share/locale/vi/LC_MESSAGES/katefll_initplugin.mo
share/locale/vi/LC_MESSAGES/katefll_plugin.mo
share/locale/vi/LC_MESSAGES/katehelloworld.mo
share/locale/vi/LC_MESSAGES/katehtmltools.mo
share/locale/vi/LC_MESSAGES/kateinsertcommand.mo
share/locale/vi/LC_MESSAGES/katekjswrapper.mo
share/locale/vi/LC_MESSAGES/katemake.mo
share/locale/vi/LC_MESSAGES/katemodeline.mo
share/locale/vi/LC_MESSAGES/kateopenheader.mo
share/locale/vi/LC_MESSAGES/katepart.mo
share/locale/vi/LC_MESSAGES/katepybrowse.mo
share/locale/vi/LC_MESSAGES/katesnippets.mo
share/locale/vi/LC_MESSAGES/katetabbarextension.mo
share/locale/vi/LC_MESSAGES/katetextfilter.mo
share/locale/vi/LC_MESSAGES/katexmlcheck.mo
share/locale/vi/LC_MESSAGES/katexmltools.mo
share/locale/vi/LC_MESSAGES/katomic.mo
share/locale/vi/LC_MESSAGES/kay.mo
share/locale/vi/LC_MESSAGES/kbabel.mo
share/locale/vi/LC_MESSAGES/kbattleship.mo
share/locale/vi/LC_MESSAGES/kbinaryclock.mo
share/locale/vi/LC_MESSAGES/kblackbox.mo
share/locale/vi/LC_MESSAGES/kbounce.mo
share/locale/vi/LC_MESSAGES/kbstateapplet.mo
share/locale/vi/LC_MESSAGES/kcm_krfb.mo
share/locale/vi/LC_MESSAGES/kcmaccess.mo
share/locale/vi/LC_MESSAGES/kcmaccessibility.mo
share/locale/vi/LC_MESSAGES/kcmarts.mo
share/locale/vi/LC_MESSAGES/kcmaudiocd.mo
share/locale/vi/LC_MESSAGES/kcmbackground.mo
share/locale/vi/LC_MESSAGES/kcmbell.mo
share/locale/vi/LC_MESSAGES/kcmcgi.mo
share/locale/vi/LC_MESSAGES/kcmcolors.mo
share/locale/vi/LC_MESSAGES/kcmcomponentchooser.mo
share/locale/vi/LC_MESSAGES/kcmcrypto.mo
share/locale/vi/LC_MESSAGES/kcmcss.mo
share/locale/vi/LC_MESSAGES/kcmenergy.mo
share/locale/vi/LC_MESSAGES/kcmfonts.mo
share/locale/vi/LC_MESSAGES/kcmhtmlsearch.mo
share/locale/vi/LC_MESSAGES/kcmicons.mo
share/locale/vi/LC_MESSAGES/kcminfo.mo
share/locale/vi/LC_MESSAGES/kcminput.mo
share/locale/vi/LC_MESSAGES/kcmioslaveinfo.mo
share/locale/vi/LC_MESSAGES/kcmkamera.mo
share/locale/vi/LC_MESSAGES/kcmkclock.mo
share/locale/vi/LC_MESSAGES/kcmkded.mo
share/locale/vi/LC_MESSAGES/kcmkeys.mo
share/locale/vi/LC_MESSAGES/kcmkicker.mo
share/locale/vi/LC_MESSAGES/kcmkonq.mo
share/locale/vi/LC_MESSAGES/kcmkonqhtml.mo
share/locale/vi/LC_MESSAGES/kcmkonsole.mo
share/locale/vi/LC_MESSAGES/kcmktalkd.mo
share/locale/vi/LC_MESSAGES/kcmkuick.mo
share/locale/vi/LC_MESSAGES/kcmkurifilt.mo
share/locale/vi/LC_MESSAGES/kcmkwm.mo
share/locale/vi/LC_MESSAGES/kcmlanbrowser.mo
share/locale/vi/LC_MESSAGES/kcmlaunch.mo
share/locale/vi/LC_MESSAGES/kcmlayout.mo
share/locale/vi/LC_MESSAGES/kcmlilo.mo
share/locale/vi/LC_MESSAGES/kcmlocale.mo
share/locale/vi/LC_MESSAGES/kcmmedia.mo
share/locale/vi/LC_MESSAGES/kcmnic.mo
share/locale/vi/LC_MESSAGES/kcmnotify.mo
share/locale/vi/LC_MESSAGES/kcmperformance.mo
share/locale/vi/LC_MESSAGES/kcmprintmgr.mo
share/locale/vi/LC_MESSAGES/kcmsamba.mo
share/locale/vi/LC_MESSAGES/kcmscreensaver.mo
share/locale/vi/LC_MESSAGES/kcmsmartcard.mo
share/locale/vi/LC_MESSAGES/kcmsmserver.mo
share/locale/vi/LC_MESSAGES/kcmspellchecking.mo
share/locale/vi/LC_MESSAGES/kcmstyle.mo
share/locale/vi/LC_MESSAGES/kcmtaskbar.mo
share/locale/vi/LC_MESSAGES/kcmtdednssd.mo
share/locale/vi/LC_MESSAGES/kcmtdeio.mo
share/locale/vi/LC_MESSAGES/kcmtwindecoration.mo
share/locale/vi/LC_MESSAGES/kcmtwinrules.mo
share/locale/vi/LC_MESSAGES/kcmusb.mo
share/locale/vi/LC_MESSAGES/kcmview1394.mo
share/locale/vi/LC_MESSAGES/kcmwifi.mo
share/locale/vi/LC_MESSAGES/kcmxinerama.mo
share/locale/vi/LC_MESSAGES/kcoloredit.mo
share/locale/vi/LC_MESSAGES/kcontrol.mo
share/locale/vi/LC_MESSAGES/kcron.mo
share/locale/vi/LC_MESSAGES/kdat.mo
share/locale/vi/LC_MESSAGES/kdcop.mo
share/locale/vi/LC_MESSAGES/kdesktop.mo
share/locale/vi/LC_MESSAGES/kdialog.mo
share/locale/vi/LC_MESSAGES/kdict.mo
share/locale/vi/LC_MESSAGES/kdictapplet.mo
share/locale/vi/LC_MESSAGES/kdvi.mo
share/locale/vi/LC_MESSAGES/kedit.mo
share/locale/vi/LC_MESSAGES/keduca.mo
share/locale/vi/LC_MESSAGES/kenolaba.mo
share/locale/vi/LC_MESSAGES/kfax.mo
share/locale/vi/LC_MESSAGES/kfindpart.mo
share/locale/vi/LC_MESSAGES/kfmclient.mo
share/locale/vi/LC_MESSAGES/kget.mo
share/locale/vi/LC_MESSAGES/kghostview.mo
share/locale/vi/LC_MESSAGES/kgreet_classic.mo
share/locale/vi/LC_MESSAGES/kgreet_winbind.mo
share/locale/vi/LC_MESSAGES/khelpcenter.mo
share/locale/vi/LC_MESSAGES/khotkeys.mo
share/locale/vi/LC_MESSAGES/kicker.mo
share/locale/vi/LC_MESSAGES/kinetd.mo
share/locale/vi/LC_MESSAGES/kjobviewer.mo
share/locale/vi/LC_MESSAGES/kjumpingcube.mo
share/locale/vi/LC_MESSAGES/klettres.mo
share/locale/vi/LC_MESSAGES/klipper.mo
share/locale/vi/LC_MESSAGES/klock.mo
share/locale/vi/LC_MESSAGES/kmag.mo
share/locale/vi/LC_MESSAGES/kmathapplet.mo
share/locale/vi/LC_MESSAGES/kmcop.mo
share/locale/vi/LC_MESSAGES/kmenuapplet.mo
share/locale/vi/LC_MESSAGES/kmenuedit.mo
share/locale/vi/LC_MESSAGES/kminipagerapplet.mo
share/locale/vi/LC_MESSAGES/kmousetool.mo
share/locale/vi/LC_MESSAGES/kmouth.mo
share/locale/vi/LC_MESSAGES/kmplot.mo
share/locale/vi/LC_MESSAGES/knetattach.mo
share/locale/vi/LC_MESSAGES/knewsticker.mo
share/locale/vi/LC_MESSAGES/knotify.mo
share/locale/vi/LC_MESSAGES/kolourpicker.mo
share/locale/vi/LC_MESSAGES/konqsidebar_delicious.mo
share/locale/vi/LC_MESSAGES/konqsidebar_mediaplayer.mo
share/locale/vi/LC_MESSAGES/konqsidebar_metabar.mo
share/locale/vi/LC_MESSAGES/konqsidebar_news.mo
share/locale/vi/LC_MESSAGES/konqueror.mo
share/locale/vi/LC_MESSAGES/konsole.mo
share/locale/vi/LC_MESSAGES/kooka.mo
share/locale/vi/LC_MESSAGES/kpackage.mo
share/locale/vi/LC_MESSAGES/kpager.mo
share/locale/vi/LC_MESSAGES/kpercentage.mo
share/locale/vi/LC_MESSAGES/kpersonalizer.mo
share/locale/vi/LC_MESSAGES/kpf.mo
share/locale/vi/LC_MESSAGES/kppplogview.mo
share/locale/vi/LC_MESSAGES/kprinter.mo
share/locale/vi/LC_MESSAGES/krdb.mo
share/locale/vi/LC_MESSAGES/krdc.mo
share/locale/vi/LC_MESSAGES/kreadconfig.mo
share/locale/vi/LC_MESSAGES/krfb.mo
share/locale/vi/LC_MESSAGES/kruler.mo
share/locale/vi/LC_MESSAGES/krunapplet.mo
share/locale/vi/LC_MESSAGES/ksame.mo
share/locale/vi/LC_MESSAGES/ksayit.mo
share/locale/vi/LC_MESSAGES/ksig.mo
share/locale/vi/LC_MESSAGES/ksmserver.mo
share/locale/vi/LC_MESSAGES/ksnapshot.mo
share/locale/vi/LC_MESSAGES/ksplash.mo
share/locale/vi/LC_MESSAGES/ksplashthemes.mo
share/locale/vi/LC_MESSAGES/kstart.mo
share/locale/vi/LC_MESSAGES/ksysguard.mo
share/locale/vi/LC_MESSAGES/ksystemtrayapplet.mo
share/locale/vi/LC_MESSAGES/ksystraycmd.mo
share/locale/vi/LC_MESSAGES/ksysv.mo
share/locale/vi/LC_MESSAGES/kthememanager.mo
share/locale/vi/LC_MESSAGES/ktimemon.mo
share/locale/vi/LC_MESSAGES/ktip.mo
share/locale/vi/LC_MESSAGES/kttsd.mo
share/locale/vi/LC_MESSAGES/kuick_plugin.mo
share/locale/vi/LC_MESSAGES/kuickshow.mo
share/locale/vi/LC_MESSAGES/kuser.mo
share/locale/vi/LC_MESSAGES/kview.mo
share/locale/vi/LC_MESSAGES/kviewshell.mo
share/locale/vi/LC_MESSAGES/kwifimanager.mo
share/locale/vi/LC_MESSAGES/kwireless.mo
share/locale/vi/LC_MESSAGES/kwriteconfig.mo
share/locale/vi/LC_MESSAGES/kxkb.mo
share/locale/vi/LC_MESSAGES/kxsconfig.mo
share/locale/vi/LC_MESSAGES/libKTTSD.mo
share/locale/vi/LC_MESSAGES/libdmctl.mo
share/locale/vi/LC_MESSAGES/libkaddrbk_geo_xxport.mo
share/locale/vi/LC_MESSAGES/libkaddrbk_gmx_xxport.mo
share/locale/vi/LC_MESSAGES/libkicker.mo
share/locale/vi/LC_MESSAGES/libkickermenu_konsole.mo
share/locale/vi/LC_MESSAGES/libkickermenu_prefmenu.mo
share/locale/vi/LC_MESSAGES/libkickermenu_recentdocs.mo
share/locale/vi/LC_MESSAGES/libkickermenu_remotemenu.mo
share/locale/vi/LC_MESSAGES/libkickermenu_systemmenu.mo
share/locale/vi/LC_MESSAGES/libkickermenu_tdeprint.mo
share/locale/vi/LC_MESSAGES/libkickermenu_tom.mo
share/locale/vi/LC_MESSAGES/libkonq.mo
share/locale/vi/LC_MESSAGES/libkscan.mo
share/locale/vi/LC_MESSAGES/libtaskbar.mo
share/locale/vi/LC_MESSAGES/libtaskmanager.mo
share/locale/vi/LC_MESSAGES/libtdeedu.mo
share/locale/vi/LC_MESSAGES/libtdescreensaver.mo
share/locale/vi/LC_MESSAGES/lockout.mo
share/locale/vi/LC_MESSAGES/lyrics.mo
share/locale/vi/LC_MESSAGES/mediaapplet.mo
share/locale/vi/LC_MESSAGES/mediacontrol.mo
share/locale/vi/LC_MESSAGES/mf_konqplugin.mo
share/locale/vi/LC_MESSAGES/minitoolsplugin.mo
share/locale/vi/LC_MESSAGES/naughtyapplet.mo
share/locale/vi/LC_MESSAGES/nexscope.mo
share/locale/vi/LC_MESSAGES/nsplugin.mo
share/locale/vi/LC_MESSAGES/pitchablespeed.mo
share/locale/vi/LC_MESSAGES/ppdtranslations.mo
share/locale/vi/LC_MESSAGES/privacy.mo
share/locale/vi/LC_MESSAGES/quicklauncher.mo
share/locale/vi/LC_MESSAGES/rellinks.mo
share/locale/vi/LC_MESSAGES/searchbarplugin.mo
share/locale/vi/LC_MESSAGES/secpolicy.mo
share/locale/vi/LC_MESSAGES/synaescope.mo
share/locale/vi/LC_MESSAGES/tdeabc_dir.mo
share/locale/vi/LC_MESSAGES/tdeabc_file.mo
share/locale/vi/LC_MESSAGES/tdeabc_ldaptdeio.mo
share/locale/vi/LC_MESSAGES/tdeabc_net.mo
share/locale/vi/LC_MESSAGES/tdeabc_sql.mo
share/locale/vi/LC_MESSAGES/tdeabcformat_binary.mo
share/locale/vi/LC_MESSAGES/tdecmshell.mo
share/locale/vi/LC_MESSAGES/tdedebugdialog.mo
share/locale/vi/LC_MESSAGES/tdefile_cert.mo
share/locale/vi/LC_MESSAGES/tdefile_deb.mo
share/locale/vi/LC_MESSAGES/tdefile_desktop.mo
share/locale/vi/LC_MESSAGES/tdefile_drgeo.mo
share/locale/vi/LC_MESSAGES/tdefile_folder.mo
share/locale/vi/LC_MESSAGES/tdefile_html.mo
share/locale/vi/LC_MESSAGES/tdefile_kig.mo
share/locale/vi/LC_MESSAGES/tdefile_lnk.mo
share/locale/vi/LC_MESSAGES/tdefile_mhtml.mo
share/locale/vi/LC_MESSAGES/tdefile_pdf.mo
share/locale/vi/LC_MESSAGES/tdefile_png.mo
share/locale/vi/LC_MESSAGES/tdefile_ps.mo
share/locale/vi/LC_MESSAGES/tdefile_txt.mo
share/locale/vi/LC_MESSAGES/tdefileaudiopreview.mo
share/locale/vi/LC_MESSAGES/tdefontinst.mo
share/locale/vi/LC_MESSAGES/tdehtmlkttsd.mo
share/locale/vi/LC_MESSAGES/tdehtmlsettingsplugin.mo
share/locale/vi/LC_MESSAGES/tdeiconedit.mo
share/locale/vi/LC_MESSAGES/tdeio.mo
share/locale/vi/LC_MESSAGES/tdeio_audiocd.mo
share/locale/vi/LC_MESSAGES/tdeio_finger.mo
share/locale/vi/LC_MESSAGES/tdeio_fish.mo
share/locale/vi/LC_MESSAGES/tdeio_floppy.mo
share/locale/vi/LC_MESSAGES/tdeio_help.mo
share/locale/vi/LC_MESSAGES/tdeio_home.mo
share/locale/vi/LC_MESSAGES/tdeio_imap4.mo
share/locale/vi/LC_MESSAGES/tdeio_lan.mo
share/locale/vi/LC_MESSAGES/tdeio_ldap.mo
share/locale/vi/LC_MESSAGES/tdeio_mac.mo
share/locale/vi/LC_MESSAGES/tdeio_man.mo
share/locale/vi/LC_MESSAGES/tdeio_media.mo
share/locale/vi/LC_MESSAGES/tdeio_nfs.mo
share/locale/vi/LC_MESSAGES/tdeio_nntp.mo
share/locale/vi/LC_MESSAGES/tdeio_pop3.mo
share/locale/vi/LC_MESSAGES/tdeio_print.mo
share/locale/vi/LC_MESSAGES/tdeio_remote.mo
share/locale/vi/LC_MESSAGES/tdeio_settings.mo
share/locale/vi/LC_MESSAGES/tdeio_sftp.mo
share/locale/vi/LC_MESSAGES/tdeio_smb.mo
share/locale/vi/LC_MESSAGES/tdeio_smtp.mo
share/locale/vi/LC_MESSAGES/tdeio_system.mo
share/locale/vi/LC_MESSAGES/tdeio_tar.mo
share/locale/vi/LC_MESSAGES/tdeio_thumbnail.mo
share/locale/vi/LC_MESSAGES/tdeio_trash.mo
share/locale/vi/LC_MESSAGES/tdeioexec.mo
share/locale/vi/LC_MESSAGES/tdelibs.mo
share/locale/vi/LC_MESSAGES/tdelibs_colors.mo
share/locale/vi/LC_MESSAGES/tdepartsaver.mo
share/locale/vi/LC_MESSAGES/tdepasswd.mo
share/locale/vi/LC_MESSAGES/tdeprint.mo
share/locale/vi/LC_MESSAGES/tdeprint_part.mo
share/locale/vi/LC_MESSAGES/tdeprintfax.mo
share/locale/vi/LC_MESSAGES/tderandr.mo
share/locale/vi/LC_MESSAGES/tdescreensaver.mo
share/locale/vi/LC_MESSAGES/tdestyle_highcontrast_config.mo
share/locale/vi/LC_MESSAGES/tdestyle_keramik_config.mo
share/locale/vi/LC_MESSAGES/tdestyle_phase_config.mo
share/locale/vi/LC_MESSAGES/tdestyle_plastik_config.mo
share/locale/vi/LC_MESSAGES/tdesu.mo
share/locale/vi/LC_MESSAGES/tdesud.mo
share/locale/vi/LC_MESSAGES/tdetexteditor_autobookmarker.mo
share/locale/vi/LC_MESSAGES/tdetexteditor_docwordcompletion.mo
share/locale/vi/LC_MESSAGES/tdetexteditor_insertfile.mo
share/locale/vi/LC_MESSAGES/tdetexteditor_isearch.mo
share/locale/vi/LC_MESSAGES/tdetexteditor_kdatatool.mo
share/locale/vi/LC_MESSAGES/tdmconfig.mo
share/locale/vi/LC_MESSAGES/tdmgreet.mo
share/locale/vi/LC_MESSAGES/timezones.mo
share/locale/vi/LC_MESSAGES/tippecanoe.mo
share/locale/vi/LC_MESSAGES/trashapplet.mo
share/locale/vi/LC_MESSAGES/twin.mo
share/locale/vi/LC_MESSAGES/twin_art_clients.mo
share/locale/vi/LC_MESSAGES/twin_clients.mo
share/locale/vi/LC_MESSAGES/twin_lib.mo
share/locale/vi/LC_MESSAGES/tyler.mo
share/locale/vi/LC_MESSAGES/uachangerplugin.mo
share/locale/vi/LC_MESSAGES/useraccount.mo
share/locale/vi/LC_MESSAGES/validatorsplugin.mo
share/locale/vi/LC_MESSAGES/wakeup.mo
share/locale/vi/LC_MESSAGES/wavecapture.mo
share/locale/vi/LC_MESSAGES/webarchiver.mo
share/locale/vi/charset
share/locale/vi/entry.desktop
share/locale/vi/flag.png

@ -0,0 +1,39 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
.include <../trinity.port.mk>
LANG= wa
PORTNAME= tde-i18n-trinity
COMMENT= Messages and documentation for TDE - ${LANG}
TDE_PREVERSION= ~pre9+a4c1e5ad
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= x11 misc
DIST_SUBDIR= TDE
PKGNAMEPREFIX= ${LANG}-
WRKSRC= ${WRKDIR}/${DISTNAME}/tde-i18n-${LANG}
EXTRACT_AFTER_ARGS+= \
'${EXTRACT_BASE}admin/' \
'${EXTRACT_BASE}cmake/' \
'${EXTRACT_BASE}tde-i18n-${LANG}/' \
BUILD_DEPENDS+= ${TDE_PREFIX}/bin/tde-config:${PORTSDIR}/x11/trinity/tdelibs
# 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,2 @@
SHA256 (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 6f15f2f8d9ebc912c6ece6ed36acef10b3f2e09bf52ccf16317595ecde210efe
SIZE (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 195710272

@ -0,0 +1 @@
Walloon (wa) internationalized (i18n) files for TDE

@ -0,0 +1,161 @@
share/locale/wa/LC_MESSAGES/appletproxy.mo
share/locale/wa/LC_MESSAGES/clockapplet.mo
share/locale/wa/LC_MESSAGES/cupsdconf.mo
share/locale/wa/LC_MESSAGES/display.mo
share/locale/wa/LC_MESSAGES/dockbarextension.mo
share/locale/wa/LC_MESSAGES/drkonqi.mo
share/locale/wa/LC_MESSAGES/extensionproxy.mo
share/locale/wa/LC_MESSAGES/filetypes.mo
share/locale/wa/LC_MESSAGES/htmlsearch.mo
share/locale/wa/LC_MESSAGES/joystick.mo
share/locale/wa/LC_MESSAGES/kaccess.mo
share/locale/wa/LC_MESSAGES/kappfinder.mo
share/locale/wa/LC_MESSAGES/kasbarextension.mo
share/locale/wa/LC_MESSAGES/kate.mo
share/locale/wa/LC_MESSAGES/katepart.mo
share/locale/wa/LC_MESSAGES/kay.mo
share/locale/wa/LC_MESSAGES/kcalc.mo
share/locale/wa/LC_MESSAGES/kcmaccess.mo
share/locale/wa/LC_MESSAGES/kcmaccessibility.mo
share/locale/wa/LC_MESSAGES/kcmarts.mo
share/locale/wa/LC_MESSAGES/kcmaudiocd.mo
share/locale/wa/LC_MESSAGES/kcmbackground.mo
share/locale/wa/LC_MESSAGES/kcmbell.mo
share/locale/wa/LC_MESSAGES/kcmcgi.mo
share/locale/wa/LC_MESSAGES/kcmcolors.mo
share/locale/wa/LC_MESSAGES/kcmcomponentchooser.mo
share/locale/wa/LC_MESSAGES/kcmcrypto.mo
share/locale/wa/LC_MESSAGES/kcmcss.mo
share/locale/wa/LC_MESSAGES/kcmenergy.mo
share/locale/wa/LC_MESSAGES/kcmfonts.mo
share/locale/wa/LC_MESSAGES/kcmicons.mo
share/locale/wa/LC_MESSAGES/kcminfo.mo
share/locale/wa/LC_MESSAGES/kcminput.mo
share/locale/wa/LC_MESSAGES/kcmioslaveinfo.mo
share/locale/wa/LC_MESSAGES/kcmkclock.mo
share/locale/wa/LC_MESSAGES/kcmkeys.mo
share/locale/wa/LC_MESSAGES/kcmkicker.mo
share/locale/wa/LC_MESSAGES/kcmkwm.mo
share/locale/wa/LC_MESSAGES/kcmlaunch.mo
share/locale/wa/LC_MESSAGES/kcmlocale.mo
share/locale/wa/LC_MESSAGES/kcmprintmgr.mo
share/locale/wa/LC_MESSAGES/kcmscreensaver.mo
share/locale/wa/LC_MESSAGES/kcmspellchecking.mo
share/locale/wa/LC_MESSAGES/kcmstyle.mo
share/locale/wa/LC_MESSAGES/kcmtaskbar.mo
share/locale/wa/LC_MESSAGES/kcmtdednssd.mo
share/locale/wa/LC_MESSAGES/kcmtwindecoration.mo
share/locale/wa/LC_MESSAGES/kcmusb.mo
share/locale/wa/LC_MESSAGES/kcontrol.mo
share/locale/wa/LC_MESSAGES/kcron.mo
share/locale/wa/LC_MESSAGES/kdesktop.mo
share/locale/wa/LC_MESSAGES/kdict.mo
share/locale/wa/LC_MESSAGES/kdictapplet.mo
share/locale/wa/LC_MESSAGES/kedit.mo
share/locale/wa/LC_MESSAGES/kfax.mo
share/locale/wa/LC_MESSAGES/kfifteenapplet.mo
share/locale/wa/LC_MESSAGES/kfindpart.mo
share/locale/wa/LC_MESSAGES/kfloppy.mo
share/locale/wa/LC_MESSAGES/kget.mo
share/locale/wa/LC_MESSAGES/kghostview.mo
share/locale/wa/LC_MESSAGES/kgreet_classic.mo
share/locale/wa/LC_MESSAGES/kgreet_winbind.mo
share/locale/wa/LC_MESSAGES/khelpcenter.mo
share/locale/wa/LC_MESSAGES/kicker.mo
share/locale/wa/LC_MESSAGES/kickermenu_kate.mo
share/locale/wa/LC_MESSAGES/kjots.mo
share/locale/wa/LC_MESSAGES/klettres.mo
share/locale/wa/LC_MESSAGES/klipper.mo
share/locale/wa/LC_MESSAGES/kmahjongg.mo
share/locale/wa/LC_MESSAGES/kmail.mo
share/locale/wa/LC_MESSAGES/kmenuapplet.mo
share/locale/wa/LC_MESSAGES/kmenuedit.mo
share/locale/wa/LC_MESSAGES/kmines.mo
share/locale/wa/LC_MESSAGES/kmoon.mo
share/locale/wa/LC_MESSAGES/kodo.mo
share/locale/wa/LC_MESSAGES/konqueror.mo
share/locale/wa/LC_MESSAGES/konsole.mo
share/locale/wa/LC_MESSAGES/kopete.mo
share/locale/wa/LC_MESSAGES/kpackage.mo
share/locale/wa/LC_MESSAGES/kpager.mo
share/locale/wa/LC_MESSAGES/kpat.mo
share/locale/wa/LC_MESSAGES/kppp.mo
share/locale/wa/LC_MESSAGES/kprinter.mo
share/locale/wa/LC_MESSAGES/krdb.mo
share/locale/wa/LC_MESSAGES/kreadconfig.mo
share/locale/wa/LC_MESSAGES/krunapplet.mo
share/locale/wa/LC_MESSAGES/kscd.mo
share/locale/wa/LC_MESSAGES/ksnake.mo
share/locale/wa/LC_MESSAGES/ksnapshot.mo
share/locale/wa/LC_MESSAGES/ksplashthemes.mo
share/locale/wa/LC_MESSAGES/kstart.mo
share/locale/wa/LC_MESSAGES/ksystemtrayapplet.mo
share/locale/wa/LC_MESSAGES/ksystraycmd.mo
share/locale/wa/LC_MESSAGES/kteatime.mo
share/locale/wa/LC_MESSAGES/kthememanager.mo
share/locale/wa/LC_MESSAGES/ktuberling.mo
share/locale/wa/LC_MESSAGES/ktux.mo
share/locale/wa/LC_MESSAGES/kuser.mo
share/locale/wa/LC_MESSAGES/kworldclock.mo
share/locale/wa/LC_MESSAGES/kwriteconfig.mo
share/locale/wa/LC_MESSAGES/kxkb.mo
share/locale/wa/LC_MESSAGES/libkicker.mo
share/locale/wa/LC_MESSAGES/libkickermenu_konsole.mo
share/locale/wa/LC_MESSAGES/libkickermenu_prefmenu.mo
share/locale/wa/LC_MESSAGES/libkickermenu_recentdocs.mo
share/locale/wa/LC_MESSAGES/libkickermenu_remotemenu.mo
share/locale/wa/LC_MESSAGES/libkickermenu_systemmenu.mo
share/locale/wa/LC_MESSAGES/libkickermenu_tdeprint.mo
share/locale/wa/LC_MESSAGES/libkonq.mo
share/locale/wa/LC_MESSAGES/libtaskbar.mo
share/locale/wa/LC_MESSAGES/libtdegames.mo
share/locale/wa/LC_MESSAGES/libtdescreensaver.mo
share/locale/wa/LC_MESSAGES/lockout.mo
share/locale/wa/LC_MESSAGES/nsplugin.mo
share/locale/wa/LC_MESSAGES/ppdtranslations.mo
share/locale/wa/LC_MESSAGES/secpolicy.mo
share/locale/wa/LC_MESSAGES/tdeabc_dir.mo
share/locale/wa/LC_MESSAGES/tdeabc_file.mo
share/locale/wa/LC_MESSAGES/tdeabc_ldaptdeio.mo
share/locale/wa/LC_MESSAGES/tdeabc_net.mo
share/locale/wa/LC_MESSAGES/tdeabc_sql.mo
share/locale/wa/LC_MESSAGES/tdeabcformat_binary.mo
share/locale/wa/LC_MESSAGES/tdefile_deb.mo
share/locale/wa/LC_MESSAGES/tdefile_po.mo
share/locale/wa/LC_MESSAGES/tdefile_rpm.mo
share/locale/wa/LC_MESSAGES/tdefile_ts.mo
share/locale/wa/LC_MESSAGES/tdefileaudiopreview.mo
share/locale/wa/LC_MESSAGES/tdefontinst.mo
share/locale/wa/LC_MESSAGES/tdehtmlkttsd.mo
share/locale/wa/LC_MESSAGES/tdeiconedit.mo
share/locale/wa/LC_MESSAGES/tdeio.mo
share/locale/wa/LC_MESSAGES/tdeio_finger.mo
share/locale/wa/LC_MESSAGES/tdeio_fish.mo
share/locale/wa/LC_MESSAGES/tdeio_home.mo
share/locale/wa/LC_MESSAGES/tdeio_mac.mo
share/locale/wa/LC_MESSAGES/tdeio_nfs.mo
share/locale/wa/LC_MESSAGES/tdeio_print.mo
share/locale/wa/LC_MESSAGES/tdeio_remote.mo
share/locale/wa/LC_MESSAGES/tdeio_settings.mo
share/locale/wa/LC_MESSAGES/tdeio_system.mo
share/locale/wa/LC_MESSAGES/tdeio_tar.mo
share/locale/wa/LC_MESSAGES/tdeio_thumbnail.mo
share/locale/wa/LC_MESSAGES/tdeio_trash.mo
share/locale/wa/LC_MESSAGES/tdelibs.mo
share/locale/wa/LC_MESSAGES/tdepartsaver.mo
share/locale/wa/LC_MESSAGES/tdeprint.mo
share/locale/wa/LC_MESSAGES/tdeprint_part.mo
share/locale/wa/LC_MESSAGES/tdescreensaver.mo
share/locale/wa/LC_MESSAGES/tdestyle_keramik_config.mo
share/locale/wa/LC_MESSAGES/tdesud.mo
share/locale/wa/LC_MESSAGES/tdmconfig.mo
share/locale/wa/LC_MESSAGES/tdmgreet.mo
share/locale/wa/LC_MESSAGES/timezones.mo
share/locale/wa/LC_MESSAGES/trashapplet.mo
share/locale/wa/LC_MESSAGES/twin.mo
share/locale/wa/LC_MESSAGES/twin_clients.mo
share/locale/wa/LC_MESSAGES/twin_lib.mo
share/locale/wa/LC_MESSAGES/useraccount.mo
share/locale/wa/charset
share/locale/wa/entry.desktop
share/locale/wa/flag.png

@ -0,0 +1,39 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
.include <../trinity.port.mk>
LANG= zh_CN
PORTNAME= tde-i18n-trinity
COMMENT= Messages and documentation for TDE - ${LANG}
TDE_PREVERSION= ~pre9+a4c1e5ad
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= x11 misc
DIST_SUBDIR= TDE
PKGNAMEPREFIX= ${LANG}-
WRKSRC= ${WRKDIR}/${DISTNAME}/tde-i18n-${LANG}
EXTRACT_AFTER_ARGS+= \
'${EXTRACT_BASE}admin/' \
'${EXTRACT_BASE}cmake/' \
'${EXTRACT_BASE}tde-i18n-${LANG}/' \
BUILD_DEPENDS+= ${TDE_PREFIX}/bin/tde-config:${PORTSDIR}/x11/trinity/tdelibs
# 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,2 @@
SHA256 (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 6f15f2f8d9ebc912c6ece6ed36acef10b3f2e09bf52ccf16317595ecde210efe
SIZE (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 195710272

@ -0,0 +1 @@
Chinese Simplified (zh_CN) internationalized (i18n) files for TDE

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

@ -0,0 +1,39 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
.include <../trinity.port.mk>
LANG= zh_TW
PORTNAME= tde-i18n-trinity
COMMENT= Messages and documentation for TDE - ${LANG}
TDE_PREVERSION= ~pre9+a4c1e5ad
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= x11 misc
DIST_SUBDIR= TDE
PKGNAMEPREFIX= ${LANG}-
WRKSRC= ${WRKDIR}/${DISTNAME}/tde-i18n-${LANG}
EXTRACT_AFTER_ARGS+= \
'${EXTRACT_BASE}admin/' \
'${EXTRACT_BASE}cmake/' \
'${EXTRACT_BASE}tde-i18n-${LANG}/' \
BUILD_DEPENDS+= ${TDE_PREFIX}/bin/tde-config:${PORTSDIR}/x11/trinity/tdelibs
# 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,2 @@
SHA256 (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 6f15f2f8d9ebc912c6ece6ed36acef10b3f2e09bf52ccf16317595ecde210efe
SIZE (TDE/tde-i18n-trinity_14.0.1~pre9.orig.tar.xz) = 195710272

@ -0,0 +1 @@
Chinese Traditional (zh_TW) internationalized (i18n) files for TDE

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

@ -0,0 +1,41 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
.include <../trinity.port.mk>
PORTNAME= tdeaccessibility-trinity
COMMENT= Trinity accessibility apps
TDE_PREVERSION= ~pre4+bccc1de7
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= x11 accessibility
DIST_SUBDIR= TDE
BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libartskde.so:${PORTSDIR}/x11/trinity/tdelibs \
${TDE_PREFIX}/lib/libtdecore.so:${PORTSDIR}/x11/trinity/tdelibs \
${TDE_PREFIX}/lib/libartsmodules.so:${PORTSDIR}/x11/trinity/tdemultimedia \
LIB_DEPENDS+= libtqt.so:${PORTSDIR}/x11/trinity/dependencies/tqtinterface \
libakode.so:${PORTSDIR}/x11/trinity/dependencies/akode \
LIB_DEPENDS+= \
libasound.so:${PORTSDIR}/audio/alsa-lib \
libogg.so:${PORTSDIR}/audio/libogg \
# Build
post-patch: tde-pathfix
do-configure: tde-autotools-prepare
${TDE_AUTOTOOLS_CONFIGURE} \
--enable-ksayit-audio-plugins \
--with-akode \
--without-alsa
do-build: tde-autotools-build
do-install: tde-autotools-install
.include <bsd.port.mk>

@ -0,0 +1,2 @@
SHA256 (TDE/tdeaccessibility-trinity_14.0.1~pre4.orig.tar.xz) = 8bdacdab7fcde366678790f00216e1a0ffedd462f26ae2e1a4e380edfcaaa85f
SIZE (TDE/tdeaccessibility-trinity_14.0.1~pre4.orig.tar.xz) = 6347364

@ -0,0 +1,4 @@
Trinity accessibility apps
This package includes a collection of programs to make TDE more
accessible, provided with the official release of TDE.

File diff suppressed because it is too large Load Diff

@ -0,0 +1,46 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
.include <../trinity.port.mk>
PORTNAME= tdeaddons-trinity
COMMENT= Trinity add-on plugins and applets
TDE_PREVERSION= ~pre6+0c822563
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= x11 misc
DIST_SUBDIR= TDE
BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libartsc.so:${PORTSDIR}/x11/trinity/dependencies/arts \
${TDE_PREFIX}/lib/libtdecore.so:${PORTSDIR}/x11/trinity/tdelibs \
${TDE_PREFIX}/share/cmake/kate.cmake:${PORTSDIR}/x11/trinity/tdebase \
${TDE_PREFIX}/share/cmake/kicker.cmake:${PORTSDIR}/x11/trinity/tdebase \
${TDE_PREFIX}/share/cmake/libkonq.cmake:${PORTSDIR}/x11/trinity/tdebase \
${TDE_PREFIX}/share/cmake/kaddressbook.cmake:${PORTSDIR}/x11/trinity/tdepim \
${TDE_PREFIX}/lib/libnoatun.so:${PORTSDIR}/x11/trinity/tdemultimedia \
${TDE_PREFIX}/lib/libatlantic.so:${PORTSDIR}/x11/trinity/tdegames \
LIB_DEPENDS+= libtqt.so:${PORTSDIR}/x11/trinity/dependencies/tqtinterface \
LIB_DEPENDS+=\
libasound.so:${PORTSDIR}/audio/alsa-lib \
libogg.so:${PORTSDIR}/audio/libogg \
libSDL.so:${PORTSDIR}/devel/sdl12 \
libssl.so:${PORTSDIR}/security/openssl \
# 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,2 @@
SHA256 (TDE/tdeaddons-trinity_14.0.1~pre6.orig.tar.xz) = 4910ccf7c7cebd058e6478b728268fd25d179c5bfae9d9bbd8bb0dfd133ce6e1
SIZE (TDE/tdeaddons-trinity_14.0.1~pre6.orig.tar.xz) = 1532080

@ -0,0 +1,4 @@
Trinity toys
This package includes a collection of toys and fun extras provided
with the official release of TDE.

@ -0,0 +1,463 @@
bin/atlantikdesigner
bin/fsview
bin/jpegorient
bin/ksig
bin/lnkforward
bin/tdeio_media_realfolder
etc/translaterc
lib/trinity/katecppsymbolviewerplugin.la
lib/trinity/katecppsymbolviewerplugin.so
lib/trinity/katefiletemplates.la
lib/trinity/katefiletemplates.so
lib/trinity/katefll_plugin.la
lib/trinity/katefll_plugin.so
lib/trinity/katehelloworldplugin.la
lib/trinity/katehelloworldplugin.so
lib/trinity/katehtmltoolsplugin.la
lib/trinity/katehtmltoolsplugin.so
lib/trinity/kateinsertcommandplugin.la
lib/trinity/kateinsertcommandplugin.so
lib/trinity/katemakeplugin.la
lib/trinity/katemakeplugin.so
lib/trinity/katemodelineplugin.la
lib/trinity/katemodelineplugin.so
lib/trinity/kateopenheaderplugin.la
lib/trinity/kateopenheaderplugin.so
lib/trinity/katepybrowseplugin.la
lib/trinity/katepybrowseplugin.so
lib/trinity/katesnippetsplugin.la
lib/trinity/katesnippetsplugin.so
lib/trinity/katesortplugin.la
lib/trinity/katesortplugin.so
lib/trinity/katetextfilterplugin.la
lib/trinity/katetextfilterplugin.so
lib/trinity/katexmlcheckplugin.la
lib/trinity/katexmlcheckplugin.so
lib/trinity/katexmltoolsplugin.la
lib/trinity/katexmltoolsplugin.so
lib/trinity/kbinaryclock_panelapplet.la
lib/trinity/kbinaryclock_panelapplet.so
lib/trinity/kcm_kuick.la
lib/trinity/kcm_kuick.so
lib/trinity/kolourpicker_panelapplet.la
lib/trinity/kolourpicker_panelapplet.so
lib/trinity/konq_sidebarnews.la
lib/trinity/konq_sidebarnews.so
lib/trinity/konqsidebar_delicious.la
lib/trinity/konqsidebar_delicious.so
lib/trinity/konqsidebar_metabar.la
lib/trinity/konqsidebar_metabar.so
lib/trinity/ktimemon_panelapplet.la
lib/trinity/ktimemon_panelapplet.so
lib/trinity/libadblock.la
lib/trinity/libadblock.so
lib/trinity/libakregatorkonqfeedicon.la
lib/trinity/libakregatorkonqfeedicon.so
lib/trinity/libakregatorkonqplugin.la
lib/trinity/libakregatorkonqplugin.so
lib/trinity/libarkplugin.la
lib/trinity/libarkplugin.so
lib/trinity/libautorefresh.la
lib/trinity/libautorefresh.so
lib/trinity/libbabelfishplugin.la
lib/trinity/libbabelfishplugin.so
lib/trinity/libcrashesplugin.la
lib/trinity/libcrashesplugin.so
lib/trinity/libdirfilterplugin.la
lib/trinity/libdirfilterplugin.so
lib/trinity/libdomtreeviewerplugin.la
lib/trinity/libdomtreeviewerplugin.so
lib/trinity/libfsviewpart.la
lib/trinity/libfsviewpart.so
lib/trinity/libkaddrbk_geo_xxport.la
lib/trinity/libkaddrbk_geo_xxport.so
lib/trinity/libkaddrbk_gmx_xxport.la
lib/trinity/libkaddrbk_gmx_xxport.so
lib/trinity/libkatetabbarextensionplugin.la
lib/trinity/libkatetabbarextensionplugin.so
lib/trinity/libkimgallery.la
lib/trinity/libkimgallery.so
lib/trinity/libkuickplugin.la
lib/trinity/libkuickplugin.so
lib/trinity/libmfkonqmficon.la
lib/trinity/libmfkonqmficon.so
lib/trinity/libminitoolsplugin.la
lib/trinity/libminitoolsplugin.so
lib/trinity/librellinksplugin.la
lib/trinity/librellinksplugin.so
lib/trinity/librenaudioplugin.la
lib/trinity/librenaudioplugin.so
lib/trinity/librenimageplugin.la
lib/trinity/librenimageplugin.so
lib/trinity/librsyncplugin.la
lib/trinity/librsyncplugin.so
lib/trinity/libsearchbarplugin.la
lib/trinity/libsearchbarplugin.so
lib/trinity/libtdehtmlsettingsplugin.la
lib/trinity/libtdehtmlsettingsplugin.so
lib/trinity/libuachangerplugin.la
lib/trinity/libuachangerplugin.so
lib/trinity/libvalidatorsplugin.la
lib/trinity/libvalidatorsplugin.so
lib/trinity/libwebarchiverplugin.la
lib/trinity/libwebarchiverplugin.so
lib/trinity/math_panelapplet.la
lib/trinity/math_panelapplet.so
lib/trinity/mediacontrol_panelapplet.la
lib/trinity/mediacontrol_panelapplet.so
lib/trinity/noatun_ffrs.la
lib/trinity/noatun_ffrs.so
lib/trinity/noatuncharlatan.la
lib/trinity/noatuncharlatan.so
lib/trinity/noatundub.la
lib/trinity/noatundub.so
lib/trinity/noatunluckytag.la
lib/trinity/noatunluckytag.so
lib/trinity/noatunlyrics.la
lib/trinity/noatunlyrics.so
lib/trinity/noatunmadness.la
lib/trinity/noatunmadness.so
lib/trinity/noatunwakeup.la
lib/trinity/noatunwakeup.so
lib/trinity/tdefile_cert.la
lib/trinity/tdefile_cert.so
lib/trinity/tdefile_desktop.la
lib/trinity/tdefile_desktop.so
lib/trinity/tdefile_folder.la
lib/trinity/tdefile_folder.so
lib/trinity/tdefile_html.la
lib/trinity/tdefile_html.so
lib/trinity/tdefile_lnk.la
lib/trinity/tdefile_lnk.so
lib/trinity/tdefile_mhtml.la
lib/trinity/tdefile_mhtml.so
lib/trinity/tdefile_txt.la
lib/trinity/tdefile_txt.so
lib/trinity/webarchivethumbnail.la
lib/trinity/webarchivethumbnail.so
share/applications/tde/atlantikdesigner.desktop
share/applications/tde/ksig.desktop
share/applnk/.hidden/arkplugin.desktop
share/applnk/.hidden/crashesplugin.desktop
share/applnk/.hidden/dirfilterplugin.desktop
share/applnk/.hidden/fsview.desktop
share/applnk/.hidden/kate-plugins.desktop
share/applnk/.hidden/katefll.desktop
share/applnk/.hidden/kcmkuick.desktop
share/applnk/.hidden/kimgalleryplugin.desktop
share/applnk/.hidden/kuickplugin.desktop
share/applnk/.hidden/lnkforward.desktop
share/applnk/.hidden/plugin_babelfish.desktop
share/applnk/.hidden/plugin_domtreeviewer.desktop
share/applnk/.hidden/plugin_validators.desktop
share/applnk/.hidden/plugin_webarchiver.desktop
share/applnk/.hidden/rsyncplugin.desktop
share/applnk/.hidden/tdehtmlsettingsplugin.desktop
share/applnk/.hidden/uachangerplugin.desktop
share/apps/akregator/pics/rss.png
share/apps/atlantikdesigner/atlantikdesignerui.rc
share/apps/domtreeviewer/domtreeviewerui.rc
share/apps/fsview/fsview_part.rc
share/apps/imagerotation/exif.py
share/apps/imagerotation/orient.py
share/apps/kaddressbook/geo_xxportui.rc
share/apps/kaddressbook/gmx_xxportui.rc
share/apps/kate/plugins/katecppsymbolviewer/ui.rc
share/apps/kate/plugins/katefiletemplates/templates/cppgpl.cpp.katetemplate
share/apps/kate/plugins/katefiletemplates/templates/cppgpl.hh.katetemplate
share/apps/kate/plugins/katefiletemplates/templates/cpplgpl.cpp.katetemplate
share/apps/kate/plugins/katefiletemplates/templates/cpplgpl.hh.katetemplate
share/apps/kate/plugins/katefiletemplates/templates/docbookchapter.xml.katetemplate
share/apps/kate/plugins/katefiletemplates/templates/html.katetemplate
share/apps/kate/plugins/katefiletemplates/templates/language.xml.katetemplate
share/apps/kate/plugins/katefiletemplates/ui.rc
share/apps/kate/plugins/katefll/ui.rc
share/apps/kate/plugins/katehelloworld/ui.rc
share/apps/kate/plugins/katehtmltools/ui.rc
share/apps/kate/plugins/kateinsertcommand/ui.rc
share/apps/kate/plugins/katemake/ui.rc
share/apps/kate/plugins/katemodeline/ui.rc
share/apps/kate/plugins/kateopenheader/ui.rc
share/apps/kate/plugins/katepybrowse/ui.rc
share/apps/kate/plugins/katesnippets/plugin_katesnippets.rc
share/apps/kate/plugins/katetabbarextension/ui.rc
share/apps/kate/plugins/katetextfilter/ui.rc
share/apps/kate/plugins/katexmlcheck/ui.rc
share/apps/kate/plugins/katexmltools/ui.rc
share/apps/kate/plugins/sort/plugin_sort.rc
share/apps/kate/scripts/html-tidy.desktop
share/apps/kate/scripts/html-tidy.sh
share/apps/katepart/syntax/katetemplate.xml
share/apps/katexmltools/html4-loose.dtd.xml
share/apps/katexmltools/html4-strict.dtd.xml
share/apps/katexmltools/kcfg.dtd.xml
share/apps/katexmltools/kde-docbook.dtd.xml
share/apps/katexmltools/kpartgui.dtd.xml
share/apps/katexmltools/language.dtd.xml
share/apps/katexmltools/simplify_dtd.xsl
share/apps/katexmltools/testcases.xml
share/apps/katexmltools/xhtml1-frameset.dtd.xml
share/apps/katexmltools/xhtml1-strict.dtd.xml
share/apps/katexmltools/xhtml1-transitional.dtd.xml
share/apps/katexmltools/xslt-1.0.dtd.xml
share/apps/kicker/applets/kbinaryclock.desktop
share/apps/kicker/applets/kolourpicker.desktop
share/apps/kicker/applets/ktimemon.desktop
share/apps/kicker/applets/mathapplet.desktop
share/apps/kicker/applets/mediacontrol.desktop
share/apps/knewsticker/scripts/Generic.Newsticker.Error
share/apps/knewsticker/scripts/Readme.ErrorHandling
share/apps/knewsticker/scripts/Readme.newsrss
share/apps/knewsticker/scripts/Readme.stock
share/apps/knewsticker/scripts/bbc.pl
share/apps/knewsticker/scripts/fyensget.py
share/apps/knewsticker/scripts/newsrss.pl
share/apps/knewsticker/scripts/sportscores.py
share/apps/knewsticker/scripts/stock.pl
share/apps/konqiconview/kpartplugins/dirfilter_plugin.desktop
share/apps/konqiconview/kpartplugins/dirfilterplugin.rc
share/apps/konqiconview/kpartplugins/kimgalleryplugin.desktop
share/apps/konqiconview/kpartplugins/kimgalleryplugin.rc
share/apps/konqiconview/kpartplugins/rsync_plugin.desktop
share/apps/konqiconview/kpartplugins/rsyncplugin.rc
share/apps/konqlistview/kpartplugins/dirfilter_plugin.desktop
share/apps/konqlistview/kpartplugins/dirfilterplugin.rc
share/apps/konqlistview/kpartplugins/kimgalleryplugin.desktop
share/apps/konqlistview/kpartplugins/kimgalleryplugin.rc
share/apps/konqlistview/kpartplugins/rsync_plugin.desktop
share/apps/konqlistview/kpartplugins/rsyncplugin.rc
share/apps/konqsidebartng/add/delicious_add.desktop
share/apps/konqsidebartng/add/metabar_add.desktop
share/apps/konqsidebartng/add/news_add.desktop
share/apps/konqsidebartng/entries/metabar.desktop
share/apps/konqueror/icons/crystalsvg/16x16/actions/google.png
share/apps/konqueror/kpartplugins/searchbar.desktop
share/apps/konqueror/kpartplugins/searchbar.rc
share/apps/konqueror/kpartplugins/searchbarplugin.desktop
share/apps/konqueror/servicemenus/imageconverter.desktop
share/apps/konqueror/servicemenus/jpegorient.desktop
share/apps/konqueror/servicemenus/media_realfolder.desktop
share/apps/ksig/ksigui.rc
share/apps/mediacontrol/blueish/next.png
share/apps/mediacontrol/blueish/pause.png
share/apps/mediacontrol/blueish/play.png
share/apps/mediacontrol/blueish/prev.png
share/apps/mediacontrol/blueish/stop.png
share/apps/mediacontrol/default/next.png
share/apps/mediacontrol/default/pause.png
share/apps/mediacontrol/default/play.png
share/apps/mediacontrol/default/prev.png
share/apps/mediacontrol/default/stop.png
share/apps/mediacontrol/fulldecent/next.png
share/apps/mediacontrol/fulldecent/pause.png
share/apps/mediacontrol/fulldecent/play.png
share/apps/mediacontrol/fulldecent/prev.png
share/apps/mediacontrol/fulldecent/stop.png
share/apps/metabar/iconsrc
share/apps/metabar/themes/default/default.css
share/apps/metabar/themes/default/layout.html
share/apps/microformat/pics/microformat.png
share/apps/noatun/charlatanui.plugin
share/apps/noatun/dub.plugin
share/apps/noatun/ffrs.plugin
share/apps/noatun/luckytag.plugin
share/apps/noatun/lyrics.plugin
share/apps/noatun/lyricsui.rc
share/apps/noatun/madness.plugin
share/apps/noatun/wakeup.plugin
share/apps/tdehtml/kpartplugins/akregator_konqfeedicon.desktop
share/apps/tdehtml/kpartplugins/akregator_konqfeedicon.rc
share/apps/tdehtml/kpartplugins/autorefresh.desktop
share/apps/tdehtml/kpartplugins/autorefresh.rc
share/apps/tdehtml/kpartplugins/babelfishplugin.desktop
share/apps/tdehtml/kpartplugins/crashesplugin.desktop
share/apps/tdehtml/kpartplugins/crashesplugin.rc
share/apps/tdehtml/kpartplugins/domtreeviewerplugin.desktop
share/apps/tdehtml/kpartplugins/mf_konqmficon.desktop
share/apps/tdehtml/kpartplugins/mf_konqmficon.rc
share/apps/tdehtml/kpartplugins/minitoolsplugin.desktop
share/apps/tdehtml/kpartplugins/minitoolsplugin.rc
share/apps/tdehtml/kpartplugins/plugin_adblock.desktop
share/apps/tdehtml/kpartplugins/plugin_adblock.rc
share/apps/tdehtml/kpartplugins/plugin_babelfish.desktop
share/apps/tdehtml/kpartplugins/plugin_babelfish.rc
share/apps/tdehtml/kpartplugins/plugin_domtreeviewer.desktop
share/apps/tdehtml/kpartplugins/plugin_domtreeviewer.rc
share/apps/tdehtml/kpartplugins/plugin_rellinks.desktop
share/apps/tdehtml/kpartplugins/plugin_rellinks.rc
share/apps/tdehtml/kpartplugins/plugin_validators.desktop
share/apps/tdehtml/kpartplugins/plugin_validators.rc
share/apps/tdehtml/kpartplugins/plugin_webarchiver.desktop
share/apps/tdehtml/kpartplugins/plugin_webarchiver.rc
share/apps/tdehtml/kpartplugins/tdehtmlsettingsplugin.desktop
share/apps/tdehtml/kpartplugins/tdehtmlsettingsplugin.rc
share/apps/tdehtml/kpartplugins/uachangerplugin.desktop
share/apps/tdehtml/kpartplugins/uachangerplugin.rc
share/apps/tdehtml/kpartplugins/validatorsplugin.desktop
share/apps/tdehtml/kpartplugins/webarchiverplugin.desktop
share/config.kcfg/kbinaryclock.kcfg
share/config.kcfg/konq_sidebarnews.kcfg
share/doc/tde/HTML/en/atlantikdesigner/common
share/doc/tde/HTML/en/atlantikdesigner/index.cache.bz2
share/doc/tde/HTML/en/atlantikdesigner/index.docbook
share/doc/tde/HTML/en/kate-plugins/common
share/doc/tde/HTML/en/kate-plugins/configure_insertcommand.png
share/doc/tde/HTML/en/kate-plugins/filetemplates.docbook
share/doc/tde/HTML/en/kate-plugins/htmltools.docbook
share/doc/tde/HTML/en/kate-plugins/index.cache.bz2
share/doc/tde/HTML/en/kate-plugins/index.docbook
share/doc/tde/HTML/en/kate-plugins/insertcommand.docbook
share/doc/tde/HTML/en/kate-plugins/insertcommand.png
share/doc/tde/HTML/en/kate-plugins/openheader.docbook
share/doc/tde/HTML/en/kate-plugins/sort.docbook
share/doc/tde/HTML/en/kate-plugins/sort_plugin_en.png
share/doc/tde/HTML/en/kate-plugins/textfilter.docbook
share/doc/tde/HTML/en/kate-plugins/xmlcheck.docbook
share/doc/tde/HTML/en/kate-plugins/xmltools.docbook
share/doc/tde/HTML/en/khelpcenter/docprimer/common
share/doc/tde/HTML/en/khelpcenter/docprimer/index.cache.bz2
share/doc/tde/HTML/en/khelpcenter/docprimer/index.docbook
share/doc/tde/HTML/en/khelpcenter/docprimer/kate-plugin.png
share/doc/tde/HTML/en/khelpcenter/docprimer/kate-validate-xml.png
share/doc/tde/HTML/en/khelpcenter/docprimer/quanta-doc-primer.png
share/doc/tde/HTML/en/khelpcenter/docprimer/quanta-doc-structure.png
share/doc/tde/HTML/en/khelpcenter/docprimer/quanta-entities.png
share/doc/tde/HTML/en/khelpcenter/docprimer/quanta-tag.png
share/doc/tde/HTML/en/khelpcenter/docprimer/quanta-toolbars.png
share/doc/tde/HTML/en/khelpcenter/docprimer/quanta.png
share/doc/tde/HTML/en/khelpcenter/docprimer/xmlval.png
share/doc/tde/HTML/en/khelpcenter/docprimer/xsltproc.png
share/doc/tde/HTML/en/khelpcenter/markup/common
share/doc/tde/HTML/en/khelpcenter/markup/index.cache.bz2
share/doc/tde/HTML/en/khelpcenter/markup/index.docbook
share/doc/tde/HTML/en/khelpcenter/styleguide/common
share/doc/tde/HTML/en/khelpcenter/styleguide/index.cache.bz2
share/doc/tde/HTML/en/khelpcenter/styleguide/index.docbook
share/doc/tde/HTML/en/kicker-applets/common
share/doc/tde/HTML/en/kicker-applets/index.cache.bz2
share/doc/tde/HTML/en/kicker-applets/index.docbook
share/doc/tde/HTML/en/kicker-applets/kolourpicker.docbook
share/doc/tde/HTML/en/kicker-applets/ktimemon.docbook
share/doc/tde/HTML/en/konq-plugins/babel/common
share/doc/tde/HTML/en/konq-plugins/babel/index.cache.bz2
share/doc/tde/HTML/en/konq-plugins/babel/index.docbook
share/doc/tde/HTML/en/konq-plugins/common
share/doc/tde/HTML/en/konq-plugins/crashes/common
share/doc/tde/HTML/en/konq-plugins/crashes/index.cache.bz2
share/doc/tde/HTML/en/konq-plugins/crashes/index.docbook
share/doc/tde/HTML/en/konq-plugins/dirfilter/common
share/doc/tde/HTML/en/konq-plugins/dirfilter/index.cache.bz2
share/doc/tde/HTML/en/konq-plugins/dirfilter/index.docbook
share/doc/tde/HTML/en/konq-plugins/domtreeviewer/common
share/doc/tde/HTML/en/konq-plugins/domtreeviewer/index.cache.bz2
share/doc/tde/HTML/en/konq-plugins/domtreeviewer/index.docbook
share/doc/tde/HTML/en/konq-plugins/fsview/common
share/doc/tde/HTML/en/konq-plugins/fsview/index.cache.bz2
share/doc/tde/HTML/en/konq-plugins/fsview/index.docbook
share/doc/tde/HTML/en/konq-plugins/imgallery/common
share/doc/tde/HTML/en/konq-plugins/imgallery/folders.png
share/doc/tde/HTML/en/konq-plugins/imgallery/index.cache.bz2
share/doc/tde/HTML/en/konq-plugins/imgallery/index.docbook
share/doc/tde/HTML/en/konq-plugins/imgallery/look.png
share/doc/tde/HTML/en/konq-plugins/imgallery/thumbnails.png
share/doc/tde/HTML/en/konq-plugins/index.cache.bz2
share/doc/tde/HTML/en/konq-plugins/index.docbook
share/doc/tde/HTML/en/konq-plugins/kuick/common
share/doc/tde/HTML/en/konq-plugins/kuick/index.cache.bz2
share/doc/tde/HTML/en/konq-plugins/kuick/index.docbook
share/doc/tde/HTML/en/konq-plugins/mediaplayer/common
share/doc/tde/HTML/en/konq-plugins/mediaplayer/index.cache.bz2
share/doc/tde/HTML/en/konq-plugins/mediaplayer/index.docbook
share/doc/tde/HTML/en/konq-plugins/rsync/common
share/doc/tde/HTML/en/konq-plugins/rsync/index.cache.bz2
share/doc/tde/HTML/en/konq-plugins/rsync/index.docbook
share/doc/tde/HTML/en/konq-plugins/tdehtmlsettings/common
share/doc/tde/HTML/en/konq-plugins/tdehtmlsettings/index.cache.bz2
share/doc/tde/HTML/en/konq-plugins/tdehtmlsettings/index.docbook
share/doc/tde/HTML/en/konq-plugins/uachanger/common
share/doc/tde/HTML/en/konq-plugins/uachanger/index.cache.bz2
share/doc/tde/HTML/en/konq-plugins/uachanger/index.docbook
share/doc/tde/HTML/en/konq-plugins/validators/common
share/doc/tde/HTML/en/konq-plugins/validators/index.cache.bz2
share/doc/tde/HTML/en/konq-plugins/validators/index.docbook
share/doc/tde/HTML/en/konq-plugins/webarchiver/common
share/doc/tde/HTML/en/konq-plugins/webarchiver/index.cache.bz2
share/doc/tde/HTML/en/konq-plugins/webarchiver/index.docbook
share/doc/tde/HTML/en/ksig/common
share/doc/tde/HTML/en/ksig/index.cache.bz2
share/doc/tde/HTML/en/ksig/index.docbook
share/doc/tde/HTML/en/ksig/screenshot.png
share/icons/crystalsvg/16x16/actions/babelfish.png
share/icons/crystalsvg/16x16/actions/cssvalidator.png
share/icons/crystalsvg/16x16/actions/domtreeviewer.png
share/icons/crystalsvg/16x16/actions/htmlvalidator.png
share/icons/crystalsvg/16x16/actions/imagegallery.png
share/icons/crystalsvg/16x16/actions/minitools.png
share/icons/crystalsvg/16x16/actions/remotesync.png
share/icons/crystalsvg/16x16/actions/remotesyncconfig.png
share/icons/crystalsvg/16x16/actions/validators.png
share/icons/crystalsvg/16x16/actions/webarchiver.png
share/icons/crystalsvg/16x16/apps/konqsidebar_delicious.png
share/icons/crystalsvg/16x16/apps/konqsidebar_news.png
share/icons/crystalsvg/16x16/apps/ktimemon.png
share/icons/crystalsvg/22x22/actions/babelfish.png
share/icons/crystalsvg/22x22/actions/cssvalidator.png
share/icons/crystalsvg/22x22/actions/domtreeviewer.png
share/icons/crystalsvg/22x22/actions/htmlvalidator.png
share/icons/crystalsvg/22x22/actions/imagegallery.png
share/icons/crystalsvg/22x22/actions/minitools.png
share/icons/crystalsvg/22x22/actions/remotesync.png
share/icons/crystalsvg/22x22/actions/remotesyncconfig.png
share/icons/crystalsvg/22x22/actions/validators.png
share/icons/crystalsvg/22x22/actions/webarchiver.png
share/icons/crystalsvg/32x32/actions/minitools.png
share/icons/crystalsvg/32x32/apps/ktimemon.png
share/icons/crystalsvg/48x48/actions/minitools.png
share/icons/hicolor/128x128/apps/metabar.png
share/icons/hicolor/16x16/actions/katesort.png
share/icons/hicolor/16x16/apps/atlantikdesigner.png
share/icons/hicolor/16x16/apps/ksig.png
share/icons/hicolor/16x16/apps/metabar.png
share/icons/hicolor/22x22/apps/fsview.png
share/icons/hicolor/32x32/actions/katesort.png
share/icons/hicolor/32x32/apps/atlantikdesigner.png
share/icons/hicolor/32x32/apps/fsview.png
share/icons/hicolor/32x32/apps/ksig.png
share/icons/hicolor/32x32/apps/metabar.png
share/icons/hicolor/48x48/apps/metabar.png
share/icons/hicolor/64x64/apps/metabar.png
share/icons/hicolor/scalable/apps/metabar.svgz
share/icons/locolor/16x16/apps/autorefresh.png
share/mimelnk/application/x-win-lnk.desktop
share/services/akregator_konqplugin.desktop
share/services/ark_plugin.desktop
share/services/fsview_part.desktop
share/services/kaddressbook/geo_xxport.desktop
share/services/kaddressbook/gmx_xxport.desktop
share/services/katecppsymbolviewer.desktop
share/services/katefiletemplates.desktop
share/services/katefll_plugin.desktop
share/services/katehelloworld.desktop
share/services/katehtmltools.desktop
share/services/kateinsertcommand.desktop
share/services/katemake.desktop
share/services/katemodeline.desktop
share/services/kateopenheader.desktop
share/services/katepybrowse.desktop
share/services/katesnippets.desktop
share/services/katesort.desktop
share/services/katetabbarextension.desktop
share/services/katetextfilter.desktop
share/services/katexmlcheck.desktop
share/services/katexmltools.desktop
share/services/kuick_plugin.desktop
share/services/renaudiodlg.desktop
share/services/renimagedlg.desktop
share/services/tdefile_cert.desktop
share/services/tdefile_desktop.desktop
share/services/tdefile_folder.desktop
share/services/tdefile_html.desktop
share/services/tdefile_lnk.desktop
share/services/tdefile_mhtml.desktop
share/services/tdefile_txt.desktop
share/services/webarchivethumbnail.desktop

@ -0,0 +1,37 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
.include <../trinity.port.mk>
PORTNAME= tdeadmin-trinity
COMMENT= Trinity system administration tools
TDE_PREVERSION= ~pre5+5d258415
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= x11 sysutils
DIST_SUBDIR= TDE
BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:${PORTSDIR}/x11/trinity/tdelibs \
LIB_DEPENDS+= libtqt.so:${PORTSDIR}/x11/trinity/dependencies/tqtinterface \
# Build
post-patch: tde-pathfix
gsed -i ${WRKSRC}/knetworkconf/backends/Makefile.am \
-e "s|pkgconfig_DATA = system-tools-backends.pc||"
do-configure: tde-autotools-prepare
${TDE_AUTOTOOLS_CONFIGURE} \
--with-pam=tde \
--without-shadow \
--without-nis \
--with-private-groups
do-build: tde-autotools-build
do-install: tde-autotools-install
.include <bsd.port.mk>

@ -0,0 +1,2 @@
SHA256 (TDE/tdeadmin-trinity_14.0.1~pre5.orig.tar.xz) = 31da8be52dc958266bad515db3460cf4300d07405071e2ab2fc1834ba361c9cb
SIZE (TDE/tdeadmin-trinity_14.0.1~pre5.orig.tar.xz) = 1669320

@ -0,0 +1,4 @@
Trinity system administration tools
This package includes a collection of system administration tools
provided with the official release of TDE.

@ -0,0 +1,159 @@
bin/kcron
bin/kpackage
bin/kuser
bin/secpolicy
lib/trinity/kcm_knetworkconfmodule.la
lib/trinity/kcm_knetworkconfmodule.so
lib/trinity/tdefile_deb.la
lib/trinity/tdefile_deb.so
lib/trinity/tdefile_rpm.la
lib/trinity/tdefile_rpm.so
share/applications/tde/kcm_knetworkconfmodule.desktop
share/applications/tde/kcron.desktop
share/applications/tde/kpackage.desktop
share/applications/tde/kuser.desktop
share/apps/kcron/kcronui.rc
share/apps/knetworkconf/backends/debug.pl
share/apps/knetworkconf/backends/file.pl
share/apps/knetworkconf/backends/general.pl
share/apps/knetworkconf/backends/network-conf
share/apps/knetworkconf/backends/network.pl
share/apps/knetworkconf/backends/parse.pl
share/apps/knetworkconf/backends/platform.pl
share/apps/knetworkconf/backends/process.pl
share/apps/knetworkconf/backends/replace.pl
share/apps/knetworkconf/backends/report.pl
share/apps/knetworkconf/backends/service-list.pl
share/apps/knetworkconf/backends/service.pl
share/apps/knetworkconf/backends/util.pl
share/apps/knetworkconf/backends/xml.pl
share/apps/knetworkconf/pixmaps/ark.png
share/apps/knetworkconf/pixmaps/blackpanther.png
share/apps/knetworkconf/pixmaps/conectiva.png
share/apps/knetworkconf/pixmaps/debian.png
share/apps/knetworkconf/pixmaps/fedora.png
share/apps/knetworkconf/pixmaps/freebsd.png
share/apps/knetworkconf/pixmaps/gentoo.png
share/apps/knetworkconf/pixmaps/kubuntu.png
share/apps/knetworkconf/pixmaps/mandriva.png
share/apps/knetworkconf/pixmaps/openna.png
share/apps/knetworkconf/pixmaps/pld.png
share/apps/knetworkconf/pixmaps/redhat.png
share/apps/knetworkconf/pixmaps/rpath.png
share/apps/knetworkconf/pixmaps/slackware.png
share/apps/knetworkconf/pixmaps/suse.png
share/apps/knetworkconf/pixmaps/turbolinux.png
share/apps/knetworkconf/pixmaps/vine.png
share/apps/knetworkconf/pixmaps/yoper.png
share/apps/kpackage/kpackageui.rc
share/apps/kpackage/pics/bnew.png
share/apps/kpackage/pics/bsd.png
share/apps/kpackage/pics/bupdated.png
share/apps/kpackage/pics/cross.png
share/apps/kpackage/pics/dbad.png
share/apps/kpackage/pics/deb.png
share/apps/kpackage/pics/dnew.png
share/apps/kpackage/pics/dupdated.png
share/apps/kpackage/pics/ftin.xpm
share/apps/kpackage/pics/ftout.xpm
share/apps/kpackage/pics/kiss.png
share/apps/kpackage/pics/knew.png
share/apps/kpackage/pics/kupdated.png
share/apps/kpackage/pics/noball.png
share/apps/kpackage/pics/ptick.png
share/apps/kpackage/pics/question.png
share/apps/kpackage/pics/rnew.png
share/apps/kpackage/pics/rpm.png
share/apps/kpackage/pics/rupdated.png
share/apps/kpackage/pics/slack.png
share/apps/kpackage/pics/snew.png
share/apps/kpackage/pics/supdated.png
share/apps/kpackage/pics/tick.png
share/apps/kuser/icons/crystalsvg/22x22/actions/add_group.png
share/apps/kuser/icons/crystalsvg/22x22/actions/add_user.png
share/apps/kuser/icons/crystalsvg/22x22/actions/delete_group.png
share/apps/kuser/icons/crystalsvg/22x22/actions/delete_user.png
share/apps/kuser/icons/crystalsvg/22x22/actions/edit_group.png
share/apps/kuser/icons/crystalsvg/22x22/actions/edit_user.png
share/apps/kuser/kuserui.rc
share/apps/kuser/pics/group.png
share/apps/kuser/pics/user.png
share/config.kcfg/kuser.kcfg
share/doc/tde/HTML/en/kcron/common
share/doc/tde/HTML/en/kcron/index.cache.bz2
share/doc/tde/HTML/en/kcron/index.docbook
share/doc/tde/HTML/en/kcron/kcron.png
share/doc/tde/HTML/en/kcron/kcronstart.png
share/doc/tde/HTML/en/kcron/newtask.png
share/doc/tde/HTML/en/kcron/newvariable.png
share/doc/tde/HTML/en/kcron/print.png
share/doc/tde/HTML/en/kdat/common
share/doc/tde/HTML/en/kdat/index.cache.bz2
share/doc/tde/HTML/en/kdat/index.docbook
share/doc/tde/HTML/en/knetworkconf/01.png
share/doc/tde/HTML/en/knetworkconf/02.png
share/doc/tde/HTML/en/knetworkconf/03.png
share/doc/tde/HTML/en/knetworkconf/04.png
share/doc/tde/HTML/en/knetworkconf/05.png
share/doc/tde/HTML/en/knetworkconf/06.png
share/doc/tde/HTML/en/knetworkconf/07.png
share/doc/tde/HTML/en/knetworkconf/08.png
share/doc/tde/HTML/en/knetworkconf/09.png
share/doc/tde/HTML/en/knetworkconf/11.png
share/doc/tde/HTML/en/knetworkconf/about1.png
share/doc/tde/HTML/en/knetworkconf/common
share/doc/tde/HTML/en/knetworkconf/index.cache.bz2
share/doc/tde/HTML/en/knetworkconf/index.docbook
share/doc/tde/HTML/en/kpackage/bsdloc.png
share/doc/tde/HTML/en/kpackage/common
share/doc/tde/HTML/en/kpackage/debaptloc.png
share/doc/tde/HTML/en/kpackage/debloc.png
share/doc/tde/HTML/en/kpackage/handle.png
share/doc/tde/HTML/en/kpackage/index.cache.bz2
share/doc/tde/HTML/en/kpackage/index.docbook
share/doc/tde/HTML/en/kpackage/install.png
share/doc/tde/HTML/en/kpackage/left.png
share/doc/tde/HTML/en/kpackage/right-change.png
share/doc/tde/HTML/en/kpackage/right-files.png
share/doc/tde/HTML/en/kpackage/right-prop.png
share/doc/tde/HTML/en/kpackage/root-prompt.png
share/doc/tde/HTML/en/kpackage/rpmloc.png
share/doc/tde/HTML/en/kpackage/search.png
share/doc/tde/HTML/en/kpackage/searchf.png
share/doc/tde/HTML/en/kpackage/searchl.png
share/doc/tde/HTML/en/kpackage/slackloc.png
share/doc/tde/HTML/en/kpackage/uninstall.png
share/doc/tde/HTML/en/ksysv/common
share/doc/tde/HTML/en/ksysv/index.cache.bz2
share/doc/tde/HTML/en/ksysv/index.docbook
share/doc/tde/HTML/en/kuser/common
share/doc/tde/HTML/en/kuser/index.cache.bz2
share/doc/tde/HTML/en/kuser/index.docbook
share/doc/tde/HTML/en/kuser/kuser.png
share/doc/tde/HTML/en/lilo-config/common
share/doc/tde/HTML/en/lilo-config/index.cache.bz2
share/doc/tde/HTML/en/lilo-config/index.docbook
share/icons/hicolor/128x128/apps/kpackage.png
share/icons/hicolor/128x128/apps/kuser.png
share/icons/hicolor/16x16/apps/kcron.png
share/icons/hicolor/16x16/apps/knetworkconf.png
share/icons/hicolor/16x16/apps/kpackage.png
share/icons/hicolor/16x16/apps/kuser.png
share/icons/hicolor/22x22/actions/network_connected_lan_knc.png
share/icons/hicolor/22x22/actions/network_disconnected_lan.png
share/icons/hicolor/22x22/actions/network_disconnected_wlan.png
share/icons/hicolor/22x22/actions/network_traffic_wlan.png
share/icons/hicolor/22x22/apps/kcron.png
share/icons/hicolor/22x22/apps/knetworkconf.png
share/icons/hicolor/22x22/apps/kpackage.png
share/icons/hicolor/22x22/apps/kuser.png
share/icons/hicolor/32x32/apps/kcron.png
share/icons/hicolor/32x32/apps/knetworkconf.png
share/icons/hicolor/32x32/apps/kpackage.png
share/icons/hicolor/32x32/apps/kuser.png
share/icons/hicolor/48x48/apps/kpackage.png
share/icons/hicolor/48x48/apps/kuser.png
share/icons/hicolor/64x64/apps/kpackage.png
share/icons/hicolor/64x64/apps/kuser.png
share/services/tdefile_deb.desktop
share/services/tdefile_rpm.desktop

@ -0,0 +1,48 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
.include <../trinity.port.mk>
PORTNAME= tdeartwork-trinity
COMMENT= Trinity themes, styles and more
TDE_PREVERSION= ~pre13+06aaf847
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= x11-themes
DIST_SUBDIR= TDE
BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libartsc.so:${PORTSDIR}/x11/trinity/dependencies/arts \
${TDE_PREFIX}/lib/libtdecore.so:${PORTSDIR}/x11/trinity/tdelibs \
${TDE_PREFIX}/share/cmake/twin.cmake:${PORTSDIR}/x11/trinity/tdebase \
LIB_DEPENDS+= libtqt.so:${PORTSDIR}/x11/trinity/dependencies/tqtinterface \
BUILD_DEPENDS+=\
xscreensaver:${PORTSDIR}/x11/xscreensaver \
LIB_DEPENDS+=\
libGL.so:${PORTSDIR}/graphics/libGL \
libGLU.so:${PORTSDIR}/graphics/libGLU \
libXss.so:${PORTSDIR}/x11/libXScrnSaver \
# Build
post-patch: tde-pathfix
cd ${WRKSRC}; \
gsed -i tdescreensaver/krootbacking/xscreensaver-getimage \
tdescreensaver/krootbacking/xscreensaver-getimage-file \
-e "s|/bin/bash|${LOCALBASE}/bin/bash|g"; \
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
\
-DBUILD_ALL="ON" \
-DWITH_ARTS="ON"
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,2 @@
SHA256 (TDE/tdeartwork-trinity_14.0.1~pre13.orig.tar.xz) = d50f9d760cbdc6581732fc2a4dd9852080c034fd2b3e78719819549173011f04
SIZE (TDE/tdeartwork-trinity_14.0.1~pre13.orig.tar.xz) = 33044880

@ -0,0 +1,5 @@
Trinity themes, styles and more
This package includes a collection of artistic extras (themes, widget
styles, screen savers, wallpaper, icons, emoticons and so on) provided
with the official release of TDE.

File diff suppressed because it is too large Load Diff

@ -0,0 +1,104 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
.include <../trinity.port.mk>
PORTNAME= tdebase-trinity
COMMENT= Trinity Base Programs
TDE_PREVERSION= ~pre51+3977c550
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= x11
DIST_SUBDIR= TDE
USES+= perl5
USE_PERL5+= build
BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libartsc.so:${PORTSDIR}/x11/trinity/dependencies/arts \
${TDE_PREFIX}/lib/libtdecore.so:${PORTSDIR}/x11/trinity/tdelibs \
LIB_DEPENDS+= libtqt.so:${PORTSDIR}/x11/trinity/dependencies/tqtinterface \
libavahi-tqt.so:${PORTSDIR}/x11/trinity/dependencies/avahi-tqt \
libdbus-tqt.so:${PORTSDIR}/x11/trinity/dependencies/dbus-tqt \
libdbus-1-tqt.so:${PORTSDIR}/x11/trinity/dependencies/dbus-1-tqt \
libart_lgpl_2.so:${PORTSDIR}/x11/trinity/dependencies/libart-lgpl \
BUILD_DEPENDS+=\
xrdb:${PORTSDIR}/x11/xrdb \
htdig:${PORTSDIR}/textproc/htdig \
xscreensaver:${PORTSDIR}/x11/xscreensaver \
LIB_DEPENDS+=\
libconfig.so:${PORTSDIR}/devel/libconfig \
libldap.so:${PORTSDIR}/net/openldap24-client \
libsmbclient.so:${PORTSDIR}/net/samba-libsmbclient \
libsasl2.so:${PORTSDIR}/security/cyrus-sasl2 \
libhal-storage.so:${PORTSDIR}/sysutils/hal \
libxkbfile.so:${PORTSDIR}/x11/libxkbfile \
libXss.so:${PORTSDIR}/x11/libXScrnSaver \
libXtst.so:${PORTSDIR}/x11/libXtst \
RUN_DEPENDS+=\
xrandr:${PORTSDIR}/x11/xrandr \
xset:${PORTSDIR}/x11/xset \
xsetroot:${PORTSDIR}/x11/xsetroot \
# Build
post-patch: tde-pathfix
cd ${WRKSRC}; \
gsed -i starttde r14-xdg-update migratekde3 \
-e "s| sed| gsed|g"; \
gsed -i r14-xdg-update migratekde3 \
-e "s| find| gfind|g"; \
gsed -i "tdm/kfrontend/gentdmconf.c" \
-e "s|. /etc/X11/Xsession|exec \$$session|"
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
-DWITH_GCC_VISIBILITY="ON" \
\
-DWITH_ALL_OPTIONS=ON \
-DWITH_SASL=ON \
-DWITH_LDAP=ON \
-DWITH_SAMBA=ON \
-DWITH_OPENEXR=ON \
-DWITH_XCOMPOSITE=ON \
-DWITH_XCURSOR=ON \
-DWITH_XFIXES=ON \
-DWITH_XRANDR=ON \
-DWITH_XRENDER=ON \
-DWITH_LIBCONFIG=ON \
-DWITH_PCRE=ON \
-DWITH_XTEST=ON \
-DWITH_XSCREENSAVER=ON \
-DWITH_LIBART=ON \
-DWITH_LIBUSB=ON \
-DWITH_LIBRAW1394=OFF \
-DWITH_SUDO_TDESU_BACKEND=OFF \
-DWITH_SUDO_KONSOLE_SUPER_USER_COMMAND=OFF \
-DWITH_PAM=ON \
-DKCHECKPASS_PAM_SERVICE="kcheckpass-trinity" \
-DTDM_PAM_SERVICE="tdm-trinity" \
-DTDESCREENSAVER_PAM_SERVICE="tdescreensaver-trinity" \
-DWITH_SHADOW=OFF \
-DWITH_XDMCP=ON \
-DWITH_XINERAMA=ON \
-DWITH_ARTS=ON \
-DWITH_SENSORS=OFF \
-DWITH_HAL=ON \
-DWITH_TDEHWLIB=OFF \
-DWITH_UPOWER=ON \
-DWITH_ELFICON=OFF \
\
-DBUILD_ALL=ON \
-DBUILD_TSAK=OFF \
-DBUILD_TDEKBDLEDSYNC=OFF
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,2 @@
SHA256 (TDE/tdebase-trinity_14.0.1~pre51.orig.tar.xz) = c3c877c7dde7e9c7e3d0ad561b2c79cee014ff7e4ee1b035250423bab0c1e906
SIZE (TDE/tdebase-trinity_14.0.1~pre51.orig.tar.xz) = 31380384

@ -0,0 +1,6 @@
Base components from the official TDE release
This package includes the nucleus of TDE, namely the minimal package
set necessary to run TDE as a desktop environment. This includes the
window manager, taskbar, control center, a text editor, file manager,
web browser, X terminal emulator, and many other programs and components.

File diff suppressed because it is too large Load Diff

@ -0,0 +1,48 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
.include <../trinity.port.mk>
PORTNAME= tdeedu-trinity
COMMENT= Trinity educational apps
TDE_PREVERSION= ~pre8+1c95c929
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= x11 misc
DIST_SUBDIR= TDE
BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libartskde.so:${PORTSDIR}/x11/trinity/tdelibs \
${TDE_PREFIX}/lib/libtdecore.so:${PORTSDIR}/x11/trinity/tdelibs \
${TDE_PREFIX}/lib/libartsmodules.so:${PORTSDIR}/x11/trinity/tdemultimedia \
LIB_DEPENDS+= libtqt.so:${PORTSDIR}/x11/trinity/dependencies/tqtinterface \
BUILD_DEPENDS+=\
doxygen:${PORTSDIR}/devel/doxygen \
ocamlopt:${PORTSDIR}/lang/ocaml \
${LOCALBASE}/lib/ocaml/facile/facile.a:${PORTSDIR}/math/facile \
LIB_DEPENDS+= \
libasound.so:${PORTSDIR}/audio/alsa-lib \
libboost_system.so:${PORTSDIR}/devel/boost-libs \
libboost_python.so:${PORTSDIR}/devel/boost-python-libs \
libogg.so:${PORTSDIR}/audio/libogg \
# Build
post-patch: tde-pathfix
do-configure: tde-autotools-prepare
${TDE_AUTOTOOLS_CONFIGURE} \
post-configure:
# hack for out of source build
${CP} -a ${WRKSRC}/kalzium/src/solver ${WRKSRC}/.build/kalzium/src/solver
do-build: tde-autotools-build
do-install: tde-autotools-install
.include <bsd.port.mk>

@ -0,0 +1,2 @@
SHA256 (TDE/tdeedu-trinity_14.0.1~pre8.orig.tar.xz) = 3f8d6f318c54b69458948c0ff7ede7e348659918682a2b8a312841a2a08ecfa4
SIZE (TDE/tdeedu-trinity_14.0.1~pre8.orig.tar.xz) = 26886536

@ -0,0 +1,4 @@
Trinity educational apps
This package includes educational applications provided with the
official release of TDE.

File diff suppressed because it is too large Load Diff

@ -0,0 +1,37 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
.include <../trinity.port.mk>
PORTNAME= tdegames-trinity
COMMENT= Trinity games
TDE_PREVERSION= ~pre5+6c55bde0
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= x11 games
DIST_SUBDIR= TDE
BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libartskde.so:${PORTSDIR}/x11/trinity/tdelibs \
${TDE_PREFIX}/lib/libtdecore.so:${PORTSDIR}/x11/trinity/tdelibs \
${TDE_PREFIX}/lib/libartsmodules.so:${PORTSDIR}/x11/trinity/tdemultimedia \
LIB_DEPENDS+= libtqt.so:${PORTSDIR}/x11/trinity/dependencies/tqtinterface \
LIB_DEPENDS+= \
libasound.so:${PORTSDIR}/audio/alsa-lib \
libogg.so:${PORTSDIR}/audio/libogg \
# 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,2 @@
SHA256 (TDE/tdegames-trinity_14.0.1~pre5.orig.tar.xz) = a35e9c83daa754c6049ed36cf805eb0a8258d09c2ad9948d1c2218fb117d60e6
SIZE (TDE/tdegames-trinity_14.0.1~pre5.orig.tar.xz) = 9171032

@ -0,0 +1,4 @@
Trinity games
This package includes a collection of games provided with
the official release of TDE.

File diff suppressed because it is too large Load Diff

@ -0,0 +1,53 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
.include <../trinity.port.mk>
PORTNAME= tdegraphics-trinity
COMMENT= Trinity graphics apps
TDE_PREVERSION= ~pre11+b1a44670
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= x11 graphics
DIST_SUBDIR= TDE
BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libartsc.so:${PORTSDIR}/x11/trinity/dependencies/arts \
${TDE_PREFIX}/lib/libtdecore.so:${PORTSDIR}/x11/trinity/tdelibs \
LIB_DEPENDS+= libtqt.so:${PORTSDIR}/x11/trinity/dependencies/tqtinterface \
libart_lgpl_2.so:${PORTSDIR}/x11/trinity/dependencies/libart-lgpl \
libImlib.so:${PORTSDIR}/x11/trinity/dependencies/imlib \
LIB_DEPENDS+=\
libexif.so:${PORTSDIR}/graphics/libexif \
libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \
libfreetype.so:${PORTSDIR}/print/freetype2 \
libfribidi.so:${PORTSDIR}/converters/fribidi \
libglut.so:${PORTSDIR}/graphics/freeglut \
libgphoto2.so:${PORTSDIR}/graphics/libgphoto2 \
libIlmImf.so:${PORTSDIR}/graphics/OpenEXR \
liblcms2.so:${PORTSDIR}/graphics/lcms2 \
libpaper.so:${PORTSDIR}/print/libpaper \
libpoppler.so:${PORTSDIR}/graphics/poppler \
libsane.so:${PORTSDIR}/graphics/sane-backends \
libtiff.so:${PORTSDIR}/graphics/tiff \
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
\
-DBUILD_ALL="ON" \
-DWITH_TIFF="ON" \
-DWITH_OPENEXR="ON" \
-DWITH_PDF="ON"
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,2 @@
SHA256 (TDE/tdegraphics-trinity_14.0.1~pre11.orig.tar.xz) = befbac3bb14415accd9fe6d80e228392e42c19e1090766086ef40c132681502d
SIZE (TDE/tdegraphics-trinity_14.0.1~pre11.orig.tar.xz) = 6031660

@ -0,0 +1,4 @@
Trinity graphics apps
This package includes a collection of graphics applications
provided with the official release of TDE.

File diff suppressed because it is too large Load Diff

@ -0,0 +1,99 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
.include <../trinity.port.mk>
PORTNAME= tdelibs-trinity
COMMENT= Core libraries and binaries for all TDE applications
TDE_PREVERSION= ~pre40+a3e42282
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= x11
DIST_SUBDIR= TDE
BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libartsc.so:${PORTSDIR}/x11/trinity/dependencies/arts \
LIB_DEPENDS+= libtqt.so:${PORTSDIR}/x11/trinity/dependencies/tqtinterface \
libavahi-tqt.so:${PORTSDIR}/x11/trinity/dependencies/avahi-tqt \
libdbus-1-tqt.so:${PORTSDIR}/x11/trinity/dependencies/dbus-1-tqt \
libart_lgpl_2.so:${PORTSDIR}/x11/trinity/dependencies/libart-lgpl \
BUILD_DEPENDS+=\
hspell:${PORTSDIR}/hebrew/hspell \
LIB_DEPENDS+=\
libbz2.so:${PORTSDIR}/archivers/bzip2 \
libgamin-1.so:${PORTSDIR}/devel/gamin \
libmagic.so:${PORTSDIR}/sysutils/file \
libidn.so:${PORTSDIR}/dns/libidn \
libjasper.so:${PORTSDIR}/graphics/jasper \
libIlmImf.so:${PORTSDIR}/graphics/OpenEXR \
libtiff.so:${PORTSDIR}/graphics/tiff \
libcups.so:${PORTSDIR}/print/cups \
libfreetype.so:${PORTSDIR}/print/freetype \
libssl.so:${PORTSDIR}/security/openssl \
libhal.so:${PORTSDIR}/sysutils/hal \
libupower-glib.so:${PORTSDIR}/sysutils/upower \
libaspell.so:${PORTSDIR}/textproc/aspell \
libxslt.so:${PORTSDIR}/textproc/libxslt \
RUN_DEPENDS:\
${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme \
iceauth:${PORTSDIR}/x11/iceauth \
# Build
post-patch: tde-pathfix
cd ${WRKSRC}; \
gsed -i kate/data/mel.xml \
kdoctools/update-entities.sh \
tderandr/libtderandr.cc \
-e "s|/bin/bash|${LOCALBASE}/bin/bash|g"
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
-DWITH_GCC_VISIBILITY="ON" \
\
-DWITH_ALL_OPTIONS=ON \
-DWITH_ARTS=ON \
-DWITH_ALSA=ON \
-DWITH_SSL=ON \
-DWITH_CUPS=ON \
-DWITH_LUA=OFF \
-DWITH_TIFF=ON \
-DWITH_JASPER=ON \
-DWITH_OPENEXR=ON \
-DWITH_ELFICON=OFF \
-DWITH_AVAHI=ON \
-DWITH_PCRE=ON \
-DWITH_INOTIFY=OFF \
-DWITH_GAMIN=ON \
-DWITH_TDEHWLIB=OFF \
-DWITH_TDEHWLIB_DAEMONS=OFF \
-DWITH_HAL=ON \
-DWITH_DEVKITPOWER=OFF \
-DWITH_LOGINDPOWER=OFF \
-DWITH_UPOWER=ON \
-DWITH_UDISKS=OFF \
-DWITH_UDISKS2=OFF \
-DWITH_UTEMPTER=OFF \
-DWITH_CONSOLEKIT=ON \
-DWITH_NETWORK_MANAGER_BACKEND=OFF \
-DWITH_SUDO_TDESU_BACKEND=OFF \
-DWITH_OLD_XDG_STD=OFF \
-DWITH_LZMA=ON \
-DWITH_LIBBFD=OFF \
-DWITH_XRANDR=ON \
-DWITH_XCOMPOSITE=ON \
-DWITH_MITSHM=ON \
\
-DWITH_ASPELL=ON \
-DWITH_HSPELL=ON
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,2 @@
SHA256 (TDE/tdelibs-trinity_14.0.1~pre40.orig.tar.xz) = 8233c32107beada15152441eec169a56061fb167b902d2fa40bf861b38dc883f
SIZE (TDE/tdelibs-trinity_14.0.1~pre40.orig.tar.xz) = 15530680

@ -0,0 +1,4 @@
TDElibs - core libraries and binaries for all TDE applications
This package includes the core TDE libraries, binaries, and data,
needed by virtually all TDE applications.

File diff suppressed because it is too large Load Diff

@ -0,0 +1,48 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
.include <../trinity.port.mk>
PORTNAME= tdemultimedia-trinity
COMMENT= Trinity multimedia apps
TDE_PREVERSION= ~pre7+7cd76923
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= x11 multimedia
DIST_SUBDIR= TDE
BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libartsc.so:${PORTSDIR}/x11/trinity/dependencies/arts \
${TDE_PREFIX}/lib/libtdecore.so:${PORTSDIR}/x11/trinity/tdelibs \
LIB_DEPENDS+= libtqt.so:${PORTSDIR}/x11/trinity/dependencies/tqtinterface \
libakode.so:${PORTSDIR}/x11/trinity/dependencies/akode \
LIB_DEPENDS+= \
libasound.so:${PORTSDIR}/audio/alsa-lib \
libaudiofile.so:${PORTSDIR}/audio/libaudiofile \
libcdda_paranoia.so:${PORTSDIR}/audio/cdparanoia \
libFLAC.so:${PORTSDIR}/audio/flac \
libgstaudio-0.10.so:${PORTSDIR}/multimedia/gstreamer-plugins \
libmp3lame.so:${PORTSDIR}/audio/lame \
libogg.so:${PORTSDIR}/audio/libogg \
libtag.so:${PORTSDIR}/audio/taglib \
libtheora.so:${PORTSDIR}/multimedia/libtheora \
libvorbis.so:${PORTSDIR}/audio/libvorbis \
libxine.so:${PORTSDIR}/multimedia/libxine \
# Build
post-patch: tde-pathfix
do-configure: tde-autotools-prepare
${TDE_AUTOTOOLS_CONFIGURE} \
\
--with-alsa
do-build: tde-autotools-build
do-install: tde-autotools-install
.include <bsd.port.mk>

@ -0,0 +1,2 @@
SHA256 (TDE/tdemultimedia-trinity_14.0.1~pre7.orig.tar.xz) = 78a54a86a08e06ab1a778f77ad8e0a9407639c6986687d59e92b2fe61b1603c9
SIZE (TDE/tdemultimedia-trinity_14.0.1~pre7.orig.tar.xz) = 5071260

@ -0,0 +1,5 @@
Trinity multimedia apps
This package includes a collection of multimedia applications
(such as sound and movie player, mixers and plugins) provided
with the official release of TDE.

File diff suppressed because it is too large Load Diff

@ -0,0 +1,49 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
.include <../trinity.port.mk>
PORTNAME= tdenetwork-trinity
COMMENT= Trinity network-related apps
TDE_PREVERSION= ~pre16+f2a40364
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= x11 net
DIST_SUBDIR= TDE
BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libartsc.so:${PORTSDIR}/x11/trinity/dependencies/arts \
${TDE_PREFIX}/lib/libtdecore.so:${PORTSDIR}/x11/trinity/tdelibs \
LIB_DEPENDS+= libtqt.so:${PORTSDIR}/x11/trinity/dependencies/tqtinterface \
BUILD_DEPENDS+=\
${LOCALBASE}/include/linux/videodev.h:${PORTSDIR}/multimedia/v4l_compat \
LIB_DEPENDS+=\
libgadu.so:${PORTSDIR}/polish/libgadu \
libmeanwhile.so:${PORTSDIR}/net-im/meanwhile \
libslp.so:${PORTSDIR}/net/openslp \
libspeex.so:${PORTSDIR}/audio/speex \
libXss.so:${PORTSDIR}/x11/libXScrnSaver \
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
\
-DBUILD_ALL="ON" \
-DWITH_ARTS="ON" \
-DWITH_SLP="ON" \
-DBUILD_KOPETE_PROTOCOL_ALL="ON" \
-DBUILD_KOPETE_PLUGIN_ALL="ON" \
-DBUILD_WIFI="OFF" \
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,2 @@
SHA256 (TDE/tdenetwork-trinity_14.0.1~pre16.orig.tar.xz) = 1d50f31b004ec5b8153324f7f38fd66f6f92640c405190c33b541ac6a9d3424c
SIZE (TDE/tdenetwork-trinity_14.0.1~pre16.orig.tar.xz) = 6896124

@ -0,0 +1,4 @@
Trinity network-related apps
This package includes a collection of network and networking related
applications provided with the official release of TDE.

File diff suppressed because it is too large Load Diff

@ -0,0 +1,66 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
.include <../trinity.port.mk>
PORTNAME= tdepim-trinity
COMMENT= Trinity Personal Information Management apps
TDE_PREVERSION= ~pre8+ae9fde72
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= x11 deskutils
DIST_SUBDIR= TDE
USES+= perl5
USE_PERL5+= build
BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libartsc.so:${PORTSDIR}/x11/trinity/dependencies/arts \
${TDE_PREFIX}/lib/libtdecore.so:${PORTSDIR}/x11/trinity/tdelibs \
LIB_DEPENDS+= libtqt.so:${PORTSDIR}/x11/trinity/dependencies/tqtinterface \
libcaldav.so:${PORTSDIR}/x11/trinity/dependencies/libcaldav \
libcarddav.so:${PORTSDIR}/x11/trinity/dependencies/libcarddav \
LIB_DEPENDS+=\
libboost_system.so:${PORTSDIR}/devel/boost-libs \
libical.so:${PORTSDIR}/devel/libical \
libopensync.so.0:${PORTSDIR}/devel/libopensync022 \
libsasl2.so:${PORTSDIR}/security/cyrus-sasl2 \
libgpgme.so:${PORTSDIR}/security/gpgme \
libXss.so:${PORTSDIR}/x11/libXScrnSaver
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
\
-DBUILD_ALL="ON" \
-DBUILD_KITCHENSYNC="ON" \
-DWITH_ARTS="ON" \
-DWITH_SASL="ON" \
-DWITH_NEWDISTRLISTS="ON" \
-DWITH_GNOKII="OFF" \
-DWITH_EXCHANGE="ON" \
-DWITH_EGROUPWARE="ON" \
-DWITH_KOLAB="ON" \
-DWITH_SLOX="ON" \
-DWITH_GROUPWISE="ON" \
-DWITH_FEATUREPLAN="ON" \
-DWITH_GROUPDAV="ON" \
-DWITH_BIRTHDAYS="ON" \
-DWITH_NEWEXCHANGE="ON" \
-DWITH_SCALIX="ON" \
-DWITH_CALDAV="ON" \
-DWITH_CARDDAV="ON" \
-DWITH_INDEXLIB="ON" \
-DWITH_XSCREENSAVER="ON" \
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,2 @@
SHA256 (TDE/tdepim-trinity_14.0.1~pre8.orig.tar.xz) = b37f9aca2cb0dcd9805b03fb5ecd77ee2358359e9a00ad9f65c0ab73db169efd
SIZE (TDE/tdepim-trinity_14.0.1~pre8.orig.tar.xz) = 9844008

@ -0,0 +1,4 @@
Trinity Personal Information Management apps
This package includes a collection of Personal Information Management
(PIM) applications provided with the official release of Trinity.

File diff suppressed because it is too large Load Diff

@ -0,0 +1,49 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
.include <../trinity.port.mk>
PORTNAME= tdesdk-trinity
COMMENT= Trinity software development kit
TDE_PREVERSION= ~pre9+d178940c
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= x11 devel
DIST_SUBDIR= TDE
BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:${PORTSDIR}/x11/trinity/tdelibs \
${TDE_PREFIX}/lib/libkcal.so:${PORTSDIR}/x11/trinity/tdepim \
LIB_DEPENDS+= libtqt.so:${PORTSDIR}/x11/trinity/dependencies/tqtinterface \
BUILD_DEPENDS+=\
${LOCALBASE}/lib/libiberty.a:${PORTSDIR}/devel/gnulibiberty \
LIB_DEPENDS+=\
libapr-1.so:${PORTSDIR}/devel/apr1 \
libsvn_client-1.so:${PORTSDIR}/devel/subversion \
# Build
post-patch: tde-pathfix
cd ${WRKSRC}; \
gfind scripts tdecachegrind/converters tdeunittest -type f | xargs -r \
gsed -i \
-e "s|/usr/bin/perl|${LOCALBASE}/bin/perl|" \
-e "s|/bin/bash|${LOCALBASE}/bin/bash|g"; \
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
\
-DBUILD_ALL="ON" \
-DBUILD_KMTRACE="OFF" \
-DWITH_DBSEARCHENGINE="ON" \
-DWITH_KCAL="ON"
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,2 @@
SHA256 (TDE/tdesdk-trinity_14.0.1~pre9.orig.tar.xz) = 38c799142c25da6bd0a602e47685a430b978dd0585a50672b9eda59fa7c1f11d
SIZE (TDE/tdesdk-trinity_14.0.1~pre9.orig.tar.xz) = 3930720

@ -0,0 +1,4 @@
Trinity software development kit
This package includes the Trinity Software Development Kit, a collection
of applications and tools useful for developing TDE applications.

@ -0,0 +1,985 @@
bin/adddebug
bin/build-progress.sh
bin/catalogmanager
bin/cervisia
bin/cheatmake
bin/colorsvn
bin/create_cvsignore
bin/create_makefile
bin/create_makefiles
bin/create_svnignore
bin/cvs-clean
bin/cvs2dist
bin/cvsaskpass
bin/cvsbackport
bin/cvsblame
bin/cvscheck
bin/cvsforwardport
bin/cvslastchange
bin/cvslastlog
bin/cvsrevertlast
bin/cvsservice
bin/cvsversion
bin/cxxmetric
bin/dprof2calltree
bin/extend_dmalloc
bin/extractattr
bin/extractrc
bin/findmissingcrystal
bin/fixkdeincludes
bin/fixuifiles
bin/hotshot2calltree
bin/includemocs
bin/kapptemplate
bin/kbabel
bin/kbabeldict
bin/kbugbuster
bin/kde-build
bin/kdedoc
bin/kdelnk2desktop.py
bin/kdemangen.pl
bin/kompare
bin/kstartperf
bin/kuiviewer
bin/licensecheck
bin/makeobj
bin/memprof2calltree
bin/noncvslist
bin/nonsvnlist
bin/op2calltree
bin/package_crystalsvg
bin/png2mng.pl
bin/po2xml
bin/pprof2calltree
bin/pruneemptydirs
bin/qtdoc
bin/split2po
bin/svn-clean
bin/svn2dist
bin/svnaddcurrentdir
bin/svnbackport
bin/svnchangesince
bin/svnforwardport
bin/svngettags
bin/svnlastchange
bin/svnlastlog
bin/svnrevertlast
bin/svnversions
bin/swappo
bin/tdecachegrind
bin/tdeio_svn_helper
bin/tdekillall
bin/tdesvn-build
bin/tdeunittest
bin/tdeunittest_debughelper
bin/tdeunittestguimodrunner
bin/tdeunittestmod
bin/transxx
bin/umbodoc
bin/umbrello
bin/xml2pot
bin/zonetab2pot.py
include/cvsjob_stub.h
include/cvsservice_stub.h
include/kbabel/catalog.h
include/kbabel/catalogfileplugin.h
include/kbabel/catalogitem.h
include/kbabel/catalogsettings.h
include/kbabel/catalogview.h
include/kbabel/dictchooser.h
include/kbabel/dictionarymenu.h
include/kbabel/editcmd.h
include/kbabel/findoptions.h
include/kbabel/itempart.h
include/kbabel/kbabeldatatool.h
include/kbabel/kbabeldictbox.h
include/kbabel/kbabeldictiface.h
include/kbabel/kbproject.h
include/kbabel/kbprojectmanager.h
include/kbabel/msgfmt.h
include/kbabel/poinfo.h
include/kbabel/projectsettings.h
include/kbabel/regexpextractor.h
include/kbabel/searchengine.h
include/kbabel/tagextractor.h
include/kprofilemethod.h
include/kspy.h
include/repository_stub.h
include/tdeunittest/runnergui.h
lib/libcvsservice.la
lib/libcvsservice.so
lib/libcvsservice.so.0
lib/libcvsservice.so.0.0.1
lib/libkbabelcommon.la
lib/libkbabelcommon.so
lib/libkbabelcommon.so.3
lib/libkbabelcommon.so.3.2.0
lib/libkbabeldictplugin.la
lib/libkbabeldictplugin.so
lib/libkbabeldictplugin.so.1
lib/libkbabeldictplugin.so.1.2.0
lib/libkompareinterface.la
lib/libkompareinterface.so
lib/libkompareinterface.so.0
lib/libkompareinterface.so.0.0.0
lib/libkspy.la
lib/libkspy.so
lib/libkspy.so.1
lib/libkspy.so.1.2.0
lib/libkstartperf.la
lib/libkstartperf.so
lib/libkstartperf.so.1
lib/libkstartperf.so.1.0.0
lib/libtdeinit_cervisia.la
lib/libtdeinit_cervisia.so
lib/libtdeinit_cvsaskpass.la
lib/libtdeinit_cvsaskpass.so
lib/libtdeinit_cvsservice.la
lib/libtdeinit_cvsservice.so
lib/libtdeunittestgui.la
lib/libtdeunittestgui.so
lib/libtdeunittestgui.so.0
lib/libtdeunittestgui.so.0.0.0
lib/trinity/cervisia.la
lib/trinity/cervisia.so
lib/trinity/cvsaskpass.la
lib/trinity/cvsaskpass.so
lib/trinity/cvsservice.la
lib/trinity/cvsservice.so
lib/trinity/kbabel_accelstool.la
lib/trinity/kbabel_accelstool.so
lib/trinity/kbabel_argstool.la
lib/trinity/kbabel_argstool.so
lib/trinity/kbabel_contexttool.la
lib/trinity/kbabel_contexttool.so
lib/trinity/kbabel_equationstool.la
lib/trinity/kbabel_equationstool.so
lib/trinity/kbabel_gettextexport.la
lib/trinity/kbabel_gettextexport.so
lib/trinity/kbabel_gettextimport.la
lib/trinity/kbabel_gettextimport.so
lib/trinity/kbabel_lengthtool.la
lib/trinity/kbabel_lengthtool.so
lib/trinity/kbabel_linguistexport.la
lib/trinity/kbabel_linguistexport.so
lib/trinity/kbabel_linguistimport.la
lib/trinity/kbabel_linguistimport.so
lib/trinity/kbabel_nottranslatedtool.la
lib/trinity/kbabel_nottranslatedtool.so
lib/trinity/kbabel_pluraltool.la
lib/trinity/kbabel_pluraltool.so
lib/trinity/kbabel_punctuationtool.la
lib/trinity/kbabel_punctuationtool.so
lib/trinity/kbabel_regexptool.la
lib/trinity/kbabel_regexptool.so
lib/trinity/kbabel_setfuzzytool.la
lib/trinity/kbabel_setfuzzytool.so
lib/trinity/kbabel_whitespacetool.la
lib/trinity/kbabel_whitespacetool.so
lib/trinity/kbabel_xliffexport.la
lib/trinity/kbabel_xliffexport.so
lib/trinity/kbabel_xliffimport.la
lib/trinity/kbabel_xliffimport.so
lib/trinity/kbabel_xmltool.la
lib/trinity/kbabel_xmltool.so
lib/trinity/kbabeldict_dbsearchengine.la
lib/trinity/kbabeldict_dbsearchengine.so
lib/trinity/kbabeldict_poauxiliary.la
lib/trinity/kbabeldict_poauxiliary.so
lib/trinity/kbabeldict_pocompendium.la
lib/trinity/kbabeldict_pocompendium.so
lib/trinity/kbabeldict_tmxcompendium.la
lib/trinity/kbabeldict_tmxcompendium.so
lib/trinity/kcal_bugzilla.la
lib/trinity/kcal_bugzilla.so
lib/trinity/kded_ksvnd.la
lib/trinity/kded_ksvnd.so
lib/trinity/libcervisiapart.la
lib/trinity/libcervisiapart.so
lib/trinity/libkomparenavtreepart.la
lib/trinity/libkomparenavtreepart.so
lib/trinity/libkomparepart.la
lib/trinity/libkomparepart.so
lib/trinity/libkuiviewerpart.la
lib/trinity/libkuiviewerpart.so
lib/trinity/plugins/styles/scheck.la
lib/trinity/plugins/styles/scheck.so
lib/trinity/pothumbnail.la
lib/trinity/pothumbnail.so
lib/trinity/quithumbnail.la
lib/trinity/quithumbnail.so
lib/trinity/tdeabcformat_kdeaccounts.la
lib/trinity/tdeabcformat_kdeaccounts.so
lib/trinity/tdefile_cpp.la
lib/trinity/tdefile_cpp.so
lib/trinity/tdefile_diff.la
lib/trinity/tdefile_diff.so
lib/trinity/tdefile_po.la
lib/trinity/tdefile_po.so
lib/trinity/tdefile_ts.la
lib/trinity/tdefile_ts.so
lib/trinity/tdeio_svn.la
lib/trinity/tdeio_svn.so
share/applications/tde/catalogmanager.desktop
share/applications/tde/cervisia.desktop
share/applications/tde/kbabel.desktop
share/applications/tde/kbabeldict.desktop
share/applications/tde/kbugbuster.desktop
share/applications/tde/kompare.desktop
share/applications/tde/kuiviewer.desktop
share/applications/tde/tdecachegrind.desktop
share/applications/tde/umbrello.desktop
share/apps/catalogmanager/catalogmanagerui.rc
share/apps/cervisia/cervisiashellui.rc
share/apps/cervisia/eventsrc
share/apps/cervisiapart/cervisiaui.rc
share/apps/kapptemplate/admin/Doxyfile.am
share/apps/kapptemplate/admin/Doxyfile.global
share/apps/kapptemplate/admin/Makefile.common
share/apps/kapptemplate/admin/README
share/apps/kapptemplate/admin/acinclude.m4.in
share/apps/kapptemplate/admin/am_edit
share/apps/kapptemplate/admin/bcheck.pl
share/apps/kapptemplate/admin/compile
share/apps/kapptemplate/admin/conf.change.pl
share/apps/kapptemplate/admin/config.guess
share/apps/kapptemplate/admin/config.pl
share/apps/kapptemplate/admin/config.rpath
share/apps/kapptemplate/admin/config.sub
share/apps/kapptemplate/admin/configure.in.bot.end
share/apps/kapptemplate/admin/configure.in.min
share/apps/kapptemplate/admin/cvs.sh
share/apps/kapptemplate/admin/debianrules
share/apps/kapptemplate/admin/depcomp
share/apps/kapptemplate/admin/deps.am
share/apps/kapptemplate/admin/detect-autoconf.pl
share/apps/kapptemplate/admin/doxygen.sh
share/apps/kapptemplate/admin/install-sh
share/apps/kapptemplate/admin/libtool.m4.in
share/apps/kapptemplate/admin/ltmain.sh
share/apps/kapptemplate/admin/missing
share/apps/kapptemplate/admin/mkinstalldirs
share/apps/kapptemplate/admin/nmcheck
share/apps/kapptemplate/admin/oldinclude.m4.in
share/apps/kapptemplate/admin/pkg.m4.in
share/apps/kapptemplate/admin/ylwrap
share/apps/kapptemplate/appframework/AUTHORS
share/apps/kapptemplate/appframework/COPYING
share/apps/kapptemplate/appframework/ChangeLog
share/apps/kapptemplate/appframework/INSTALL
share/apps/kapptemplate/appframework/NEWS
share/apps/kapptemplate/appframework/README
share/apps/kapptemplate/appframework/VERSION
share/apps/kapptemplate/appframework/app.lsm
share/apps/kapptemplate/appframework/app.spec
share/apps/kapptemplate/appframework/base-Makefile.am
share/apps/kapptemplate/appframework/base-Makefile.cvs
share/apps/kapptemplate/appframework/configure.in.in.in
share/apps/kapptemplate/appframework/no-exe/COPYING
share/apps/kapptemplate/appframework/no-exe/INSTALL
share/apps/kapptemplate/appframework/po-Makefile.am
share/apps/kapptemplate/bin/mkinstalldirs
share/apps/kapptemplate/existing/app-Makefile.am
share/apps/kapptemplate/existing/app-desktop
share/apps/kapptemplate/include/existing.module
share/apps/kapptemplate/include/kapptemplate.common
share/apps/kapptemplate/include/kapptemplate.module
share/apps/kapptemplate/include/kpartapp.module
share/apps/kapptemplate/include/kpartplugin.module
share/apps/kapptemplate/kapp/app-Makefile.am
share/apps/kapptemplate/kapp/app-configure.in.in
share/apps/kapptemplate/kapp/app-desktop
share/apps/kapptemplate/kapp/app.cpp
share/apps/kapptemplate/kapp/app.h
share/apps/kapptemplate/kapp/app_client.cpp
share/apps/kapptemplate/kapp/appiface.h
share/apps/kapptemplate/kapp/apppref.cpp
share/apps/kapptemplate/kapp/apppref.h
share/apps/kapptemplate/kapp/appui.rc
share/apps/kapptemplate/kapp/appview.cpp
share/apps/kapptemplate/kapp/appview.h
share/apps/kapptemplate/kapp/doc-Makefile.am
share/apps/kapptemplate/kapp/doc-app-Makefile.am
share/apps/kapptemplate/kapp/hi16-app-app.png
share/apps/kapptemplate/kapp/hi32-app-app.png
share/apps/kapptemplate/kapp/hi48-app-app.png
share/apps/kapptemplate/kapp/index.docbook
share/apps/kapptemplate/kapp/lo16-app-app.png
share/apps/kapptemplate/kapp/lo32-app-app.png
share/apps/kapptemplate/kapp/main.cpp
share/apps/kapptemplate/kapp/no-exe/hi16-app-app.png
share/apps/kapptemplate/kapp/no-exe/hi32-app-app.png
share/apps/kapptemplate/kapp/no-exe/hi48-app-app.png
share/apps/kapptemplate/kapp/no-exe/lo16-app-app.png
share/apps/kapptemplate/kapp/no-exe/lo32-app-app.png
share/apps/kapptemplate/kapp/pics-Makefile.am
share/apps/kapptemplate/kpartapp/app-Makefile.am
share/apps/kapptemplate/kpartapp/app-configure.in.in
share/apps/kapptemplate/kpartapp/app-desktop
share/apps/kapptemplate/kpartapp/app.cpp
share/apps/kapptemplate/kpartapp/app.h
share/apps/kapptemplate/kpartapp/app_part-desktop
share/apps/kapptemplate/kpartapp/app_part.cpp
share/apps/kapptemplate/kpartapp/app_part.h
share/apps/kapptemplate/kpartapp/app_part.rc
share/apps/kapptemplate/kpartapp/app_shell.rc
share/apps/kapptemplate/kpartapp/doc-Makefile.am
share/apps/kapptemplate/kpartapp/doc-app-Makefile.am
share/apps/kapptemplate/kpartapp/hi16-app-app.png
share/apps/kapptemplate/kpartapp/hi32-app-app.png
share/apps/kapptemplate/kpartapp/hi48-app-app.png
share/apps/kapptemplate/kpartapp/index.docbook
share/apps/kapptemplate/kpartapp/lo16-app-app.png
share/apps/kapptemplate/kpartapp/lo32-app-app.png
share/apps/kapptemplate/kpartapp/main.cpp
share/apps/kapptemplate/kpartapp/no-exe/hi16-app-app.png
share/apps/kapptemplate/kpartapp/no-exe/hi32-app-app.png
share/apps/kapptemplate/kpartapp/no-exe/hi48-app-app.png
share/apps/kapptemplate/kpartapp/no-exe/lo16-app-app.png
share/apps/kapptemplate/kpartapp/no-exe/lo32-app-app.png
share/apps/kapptemplate/kpartplugin/hi16-action-plugin.png
share/apps/kapptemplate/kpartplugin/hi22-action-plugin.png
share/apps/kapptemplate/kpartplugin/no-exe/hi16-action-plugin.png
share/apps/kapptemplate/kpartplugin/no-exe/hi22-action-plugin.png
share/apps/kapptemplate/kpartplugin/plugin-Makefile.am
share/apps/kapptemplate/kpartplugin/plugin_app.cpp
share/apps/kapptemplate/kpartplugin/plugin_app.h
share/apps/kapptemplate/kpartplugin/plugin_app.rc
share/apps/katepart/syntax/tdesvn-buildrc.xml
share/apps/kbabel/icons/hicolor/16x16/actions/autodiff.png
share/apps/kbabel/icons/hicolor/16x16/actions/catalogmanager.png
share/apps/kbabel/icons/hicolor/16x16/actions/diff.png
share/apps/kbabel/icons/hicolor/16x16/actions/insert_arg.png
share/apps/kbabel/icons/hicolor/16x16/actions/insert_tag.png
share/apps/kbabel/icons/hicolor/16x16/actions/msgid2msgstr.png
share/apps/kbabel/icons/hicolor/16x16/actions/nexterror.png
share/apps/kbabel/icons/hicolor/16x16/actions/nextfuzzy.png
share/apps/kbabel/icons/hicolor/16x16/actions/nextfuzzyuntrans.png
share/apps/kbabel/icons/hicolor/16x16/actions/nextmarked.png
share/apps/kbabel/icons/hicolor/16x16/actions/nextpo.png
share/apps/kbabel/icons/hicolor/16x16/actions/nexttemplate.png
share/apps/kbabel/icons/hicolor/16x16/actions/nextuntranslated.png
share/apps/kbabel/icons/hicolor/16x16/actions/preverror.png
share/apps/kbabel/icons/hicolor/16x16/actions/prevfuzzy.png
share/apps/kbabel/icons/hicolor/16x16/actions/prevfuzzyuntrans.png
share/apps/kbabel/icons/hicolor/16x16/actions/prevmarked.png
share/apps/kbabel/icons/hicolor/16x16/actions/prevpo.png
share/apps/kbabel/icons/hicolor/16x16/actions/prevtemplate.png
share/apps/kbabel/icons/hicolor/16x16/actions/prevuntranslated.png
share/apps/kbabel/icons/hicolor/16x16/actions/search2msgstr.png
share/apps/kbabel/icons/hicolor/16x16/actions/spellcheck_actual.png
share/apps/kbabel/icons/hicolor/16x16/actions/spellcheck_all.png
share/apps/kbabel/icons/hicolor/16x16/actions/spellcheck_from_cursor.png
share/apps/kbabel/icons/hicolor/16x16/actions/spellcheck_selected.png
share/apps/kbabel/icons/hicolor/16x16/actions/statistics.png
share/apps/kbabel/icons/hicolor/16x16/actions/syntax.png
share/apps/kbabel/icons/hicolor/16x16/actions/togglefuzzy.png
share/apps/kbabel/icons/hicolor/16x16/actions/transsearch.png
share/apps/kbabel/icons/hicolor/22x22/actions/autodiff.png
share/apps/kbabel/icons/hicolor/22x22/actions/catalogmanager.png
share/apps/kbabel/icons/hicolor/22x22/actions/diff.png
share/apps/kbabel/icons/hicolor/22x22/actions/insert_arg.png
share/apps/kbabel/icons/hicolor/22x22/actions/insert_tag.png
share/apps/kbabel/icons/hicolor/22x22/actions/msgid2msgstr.png
share/apps/kbabel/icons/hicolor/22x22/actions/nexterror.png
share/apps/kbabel/icons/hicolor/22x22/actions/nextfuzzy.png
share/apps/kbabel/icons/hicolor/22x22/actions/nextfuzzyuntrans.png
share/apps/kbabel/icons/hicolor/22x22/actions/nextmarked.png
share/apps/kbabel/icons/hicolor/22x22/actions/nextpo.png
share/apps/kbabel/icons/hicolor/22x22/actions/nexttemplate.png
share/apps/kbabel/icons/hicolor/22x22/actions/nextuntranslated.png
share/apps/kbabel/icons/hicolor/22x22/actions/preverror.png
share/apps/kbabel/icons/hicolor/22x22/actions/prevfuzzy.png
share/apps/kbabel/icons/hicolor/22x22/actions/prevfuzzyuntrans.png
share/apps/kbabel/icons/hicolor/22x22/actions/prevmarked.png
share/apps/kbabel/icons/hicolor/22x22/actions/prevpo.png
share/apps/kbabel/icons/hicolor/22x22/actions/prevtemplate.png
share/apps/kbabel/icons/hicolor/22x22/actions/prevuntranslated.png
share/apps/kbabel/icons/hicolor/22x22/actions/search2msgstr.png
share/apps/kbabel/icons/hicolor/22x22/actions/statistics.png
share/apps/kbabel/icons/hicolor/22x22/actions/syntax.png
share/apps/kbabel/icons/hicolor/22x22/actions/togglefuzzy.png
share/apps/kbabel/icons/hicolor/22x22/actions/transsearch.png
share/apps/kbabel/icons/hicolor/32x32/actions/autodiff.png
share/apps/kbabel/icons/hicolor/32x32/actions/catalogmanager.png
share/apps/kbabel/icons/hicolor/32x32/actions/diff.png
share/apps/kbabel/icons/hicolor/32x32/actions/insert_arg.png
share/apps/kbabel/icons/hicolor/32x32/actions/insert_tag.png
share/apps/kbabel/icons/hicolor/32x32/actions/msgid2msgstr.png
share/apps/kbabel/icons/hicolor/32x32/actions/nexterror.png
share/apps/kbabel/icons/hicolor/32x32/actions/nextfuzzy.png
share/apps/kbabel/icons/hicolor/32x32/actions/nextfuzzyuntrans.png
share/apps/kbabel/icons/hicolor/32x32/actions/nextmarked.png
share/apps/kbabel/icons/hicolor/32x32/actions/nextpo.png
share/apps/kbabel/icons/hicolor/32x32/actions/nexttemplate.png
share/apps/kbabel/icons/hicolor/32x32/actions/nextuntranslated.png
share/apps/kbabel/icons/hicolor/32x32/actions/preverror.png
share/apps/kbabel/icons/hicolor/32x32/actions/prevfuzzy.png
share/apps/kbabel/icons/hicolor/32x32/actions/prevfuzzyuntrans.png
share/apps/kbabel/icons/hicolor/32x32/actions/prevmarked.png
share/apps/kbabel/icons/hicolor/32x32/actions/prevpo.png
share/apps/kbabel/icons/hicolor/32x32/actions/prevtemplate.png
share/apps/kbabel/icons/hicolor/32x32/actions/prevuntranslated.png
share/apps/kbabel/icons/hicolor/32x32/actions/search2msgstr.png
share/apps/kbabel/icons/hicolor/32x32/actions/statistics.png
share/apps/kbabel/icons/hicolor/32x32/actions/syntax.png
share/apps/kbabel/icons/hicolor/32x32/actions/togglefuzzy.png
share/apps/kbabel/icons/hicolor/32x32/actions/transsearch.png
share/apps/kbabel/icons/locolor/16x16/actions/autodiff.png
share/apps/kbabel/icons/locolor/16x16/actions/catalogmanager.png
share/apps/kbabel/icons/locolor/16x16/actions/diff.png
share/apps/kbabel/icons/locolor/16x16/actions/insert_arg.png
share/apps/kbabel/icons/locolor/16x16/actions/insert_tag.png
share/apps/kbabel/icons/locolor/16x16/actions/msgid2msgstr.png
share/apps/kbabel/icons/locolor/16x16/actions/nexterror.png
share/apps/kbabel/icons/locolor/16x16/actions/nextfuzzy.png
share/apps/kbabel/icons/locolor/16x16/actions/nextfuzzyuntrans.png
share/apps/kbabel/icons/locolor/16x16/actions/nextmarked.png
share/apps/kbabel/icons/locolor/16x16/actions/nextpo.png
share/apps/kbabel/icons/locolor/16x16/actions/nexttemplate.png
share/apps/kbabel/icons/locolor/16x16/actions/nextuntranslated.png
share/apps/kbabel/icons/locolor/16x16/actions/preverror.png
share/apps/kbabel/icons/locolor/16x16/actions/prevfuzzy.png
share/apps/kbabel/icons/locolor/16x16/actions/prevfuzzyuntrans.png
share/apps/kbabel/icons/locolor/16x16/actions/prevmarked.png
share/apps/kbabel/icons/locolor/16x16/actions/prevpo.png
share/apps/kbabel/icons/locolor/16x16/actions/prevtemplate.png
share/apps/kbabel/icons/locolor/16x16/actions/prevuntranslated.png
share/apps/kbabel/icons/locolor/16x16/actions/search2msgstr.png
share/apps/kbabel/icons/locolor/16x16/actions/spellcheck_actual.png
share/apps/kbabel/icons/locolor/16x16/actions/spellcheck_all.png
share/apps/kbabel/icons/locolor/16x16/actions/spellcheck_from_cursor.png
share/apps/kbabel/icons/locolor/16x16/actions/spellcheck_selected.png
share/apps/kbabel/icons/locolor/16x16/actions/statistics.png
share/apps/kbabel/icons/locolor/16x16/actions/syntax.png
share/apps/kbabel/icons/locolor/16x16/actions/togglefuzzy.png
share/apps/kbabel/icons/locolor/16x16/actions/transsearch.png
share/apps/kbabel/icons/locolor/22x22/actions/statistics.png
share/apps/kbabel/icons/locolor/22x22/actions/syntax.png
share/apps/kbabel/icons/locolor/32x32/actions/autodiff.png
share/apps/kbabel/icons/locolor/32x32/actions/catalogmanager.png
share/apps/kbabel/icons/locolor/32x32/actions/diff.png
share/apps/kbabel/icons/locolor/32x32/actions/insert_arg.png
share/apps/kbabel/icons/locolor/32x32/actions/insert_tag.png
share/apps/kbabel/icons/locolor/32x32/actions/msgid2msgstr.png
share/apps/kbabel/icons/locolor/32x32/actions/nexterror.png
share/apps/kbabel/icons/locolor/32x32/actions/nextfuzzy.png
share/apps/kbabel/icons/locolor/32x32/actions/nextfuzzyuntrans.png
share/apps/kbabel/icons/locolor/32x32/actions/nextmarked.png
share/apps/kbabel/icons/locolor/32x32/actions/nextpo.png
share/apps/kbabel/icons/locolor/32x32/actions/nexttemplate.png
share/apps/kbabel/icons/locolor/32x32/actions/nextuntranslated.png
share/apps/kbabel/icons/locolor/32x32/actions/preverror.png
share/apps/kbabel/icons/locolor/32x32/actions/prevfuzzy.png
share/apps/kbabel/icons/locolor/32x32/actions/prevfuzzyuntrans.png
share/apps/kbabel/icons/locolor/32x32/actions/prevmarked.png
share/apps/kbabel/icons/locolor/32x32/actions/prevpo.png
share/apps/kbabel/icons/locolor/32x32/actions/prevtemplate.png
share/apps/kbabel/icons/locolor/32x32/actions/prevuntranslated.png
share/apps/kbabel/icons/locolor/32x32/actions/search2msgstr.png
share/apps/kbabel/icons/locolor/32x32/actions/statistics.png
share/apps/kbabel/icons/locolor/32x32/actions/syntax.png
share/apps/kbabel/icons/locolor/32x32/actions/togglefuzzy.png
share/apps/kbabel/icons/locolor/32x32/actions/transsearch.png
share/apps/kbabel/kbabelui.rc
share/apps/kbabel/pics/broken.png
share/apps/kbabel/pics/missing.png
share/apps/kbabel/pics/needwork.png
share/apps/kbabel/pics/noflag.png
share/apps/kbabel/pics/ok.png
share/apps/kbabel/pics/pref_identity.png
share/apps/kbabel/pics/splash.png
share/apps/kbabel/regexplist.xml
share/apps/kbugbuster/kbugbusterui.rc
share/apps/kbugbuster/pics/bars.png
share/apps/kbugbuster/pics/logo.png
share/apps/kbugbuster/pics/tools.png
share/apps/kbugbuster/pics/top-right.png
share/apps/kompare/komparepartui.rc
share/apps/kompare/kompareui.rc
share/apps/konqueror/servicemenus/subversion.desktop
share/apps/konqueror/servicemenus/subversion_toplevel.desktop
share/apps/kuiviewer/kuiviewerui.rc
share/apps/kuiviewerpart/kuiviewer_part.rc
share/apps/tdeabc/formats/kdeaccountsplugin.desktop
share/apps/tdecachegrind/icons/hicolor/16x16/actions/fromrec.png
share/apps/tdecachegrind/icons/hicolor/16x16/actions/percent.png
share/apps/tdecachegrind/icons/hicolor/16x16/actions/recrec.png
share/apps/tdecachegrind/icons/hicolor/16x16/actions/torec.png
share/apps/tdecachegrind/icons/hicolor/22x22/actions/percent.png
share/apps/tdecachegrind/icons/hicolor/32x32/actions/percent.png
share/apps/tdecachegrind/tdecachegrindui.rc
share/apps/tdecachegrind/tips
share/apps/tdeconf_update/cervisia-change_repos_list.pl
share/apps/tdeconf_update/cervisia-normalize_cvsroot.pl
share/apps/tdeconf_update/cervisia.upd
share/apps/tdeconf_update/change_colors.pl
share/apps/tdeconf_update/kbabel-difftoproject.upd
share/apps/tdeconf_update/kbabel-project.upd
share/apps/tdeconf_update/kbabel-projectrename.upd
share/apps/tdeconf_update/move_repositories.pl
share/apps/tdestyle/themes/scheck.themerc
share/apps/umbrello/common.ent
share/apps/umbrello/docbook2xhtml.xsl
share/apps/umbrello/headings/heading.adb
share/apps/umbrello/headings/heading.ads
share/apps/umbrello/headings/heading.as
share/apps/umbrello/headings/heading.cpp
share/apps/umbrello/headings/heading.cs
share/apps/umbrello/headings/heading.d
share/apps/umbrello/headings/heading.h
share/apps/umbrello/headings/heading.idl
share/apps/umbrello/headings/heading.java
share/apps/umbrello/headings/heading.js
share/apps/umbrello/headings/heading.php
share/apps/umbrello/headings/heading.pm
share/apps/umbrello/headings/heading.py
share/apps/umbrello/headings/heading.rb
share/apps/umbrello/headings/heading.sql
share/apps/umbrello/headings/heading.xsd
share/apps/umbrello/pics/CVglobal_meth.png
share/apps/umbrello/pics/CVglobal_var.png
share/apps/umbrello/pics/CVimplementation_meth.png
share/apps/umbrello/pics/CVimplementation_signal.png
share/apps/umbrello/pics/CVimplementation_slot.png
share/apps/umbrello/pics/CVimplementation_var.png
share/apps/umbrello/pics/CVnamespace.png
share/apps/umbrello/pics/CVprivate_meth.png
share/apps/umbrello/pics/CVprivate_signal.png
share/apps/umbrello/pics/CVprivate_slot.png
share/apps/umbrello/pics/CVprivate_var.png
share/apps/umbrello/pics/CVprotected_meth.png
share/apps/umbrello/pics/CVprotected_signal.png
share/apps/umbrello/pics/CVprotected_slot.png
share/apps/umbrello/pics/CVprotected_var.png
share/apps/umbrello/pics/CVpublic_meth.png
share/apps/umbrello/pics/CVpublic_signal.png
share/apps/umbrello/pics/CVpublic_slot.png
share/apps/umbrello/pics/CVpublic_var.png
share/apps/umbrello/pics/CVstruct.png
share/apps/umbrello/pics/actor.png
share/apps/umbrello/pics/aggregation.png
share/apps/umbrello/pics/align_bottom.png
share/apps/umbrello/pics/align_hori_distribute.png
share/apps/umbrello/pics/align_hori_middle.png
share/apps/umbrello/pics/align_left.png
share/apps/umbrello/pics/align_right.png
share/apps/umbrello/pics/align_top.png
share/apps/umbrello/pics/align_vert_distribute.png
share/apps/umbrello/pics/align_vert_middle.png
share/apps/umbrello/pics/anchor.png
share/apps/umbrello/pics/andline.png
share/apps/umbrello/pics/arrow.png
share/apps/umbrello/pics/artifact.png
share/apps/umbrello/pics/association.png
share/apps/umbrello/pics/box.png
share/apps/umbrello/pics/branch.png
share/apps/umbrello/pics/choice-rhomb.png
share/apps/umbrello/pics/choice-round.png
share/apps/umbrello/pics/class.png
share/apps/umbrello/pics/component.png
share/apps/umbrello/pics/composition.png
share/apps/umbrello/pics/containment.png
share/apps/umbrello/pics/cursor-actor.png
share/apps/umbrello/pics/cursor-aggregation.png
share/apps/umbrello/pics/cursor-anchor.png
share/apps/umbrello/pics/cursor-andline.png
share/apps/umbrello/pics/cursor-artifact.png
share/apps/umbrello/pics/cursor-association.png
share/apps/umbrello/pics/cursor-box.png
share/apps/umbrello/pics/cursor-branch.png
share/apps/umbrello/pics/cursor-choice-rhomb.png
share/apps/umbrello/pics/cursor-choice-round.png
share/apps/umbrello/pics/cursor-class.png
share/apps/umbrello/pics/cursor-component.png
share/apps/umbrello/pics/cursor-composition.png
share/apps/umbrello/pics/cursor-containment.png
share/apps/umbrello/pics/cursor-datatype.png
share/apps/umbrello/pics/cursor-deep-history.png
share/apps/umbrello/pics/cursor-dependency.png
share/apps/umbrello/pics/cursor-end_state.png
share/apps/umbrello/pics/cursor-entity.png
share/apps/umbrello/pics/cursor-enum.png
share/apps/umbrello/pics/cursor-fork.png
share/apps/umbrello/pics/cursor-generalisation.png
share/apps/umbrello/pics/cursor-initial_state.png
share/apps/umbrello/pics/cursor-interface.png
share/apps/umbrello/pics/cursor-join.png
share/apps/umbrello/pics/cursor-junction.png
share/apps/umbrello/pics/cursor-message-asynchronous.png
share/apps/umbrello/pics/cursor-message-synchronous.png
share/apps/umbrello/pics/cursor-node.png
share/apps/umbrello/pics/cursor-note.png
share/apps/umbrello/pics/cursor-object.png
share/apps/umbrello/pics/cursor-package.png
share/apps/umbrello/pics/cursor-relationship.png
share/apps/umbrello/pics/cursor-shallow-history.png
share/apps/umbrello/pics/cursor-state-fork.png
share/apps/umbrello/pics/cursor-text.png
share/apps/umbrello/pics/cursor-uniassociation.png
share/apps/umbrello/pics/cursor-usecase.png
share/apps/umbrello/pics/datatype.png
share/apps/umbrello/pics/deep-history.png
share/apps/umbrello/pics/dependency.png
share/apps/umbrello/pics/end_state.png
share/apps/umbrello/pics/entity.png
share/apps/umbrello/pics/enum.png
share/apps/umbrello/pics/fork.png
share/apps/umbrello/pics/generalisation.png
share/apps/umbrello/pics/initial_state.png
share/apps/umbrello/pics/interface.png
share/apps/umbrello/pics/join.png
share/apps/umbrello/pics/junction.png
share/apps/umbrello/pics/message-asynchronous.png
share/apps/umbrello/pics/message-synchronous.png
share/apps/umbrello/pics/node.png
share/apps/umbrello/pics/note.png
share/apps/umbrello/pics/object.png
share/apps/umbrello/pics/package.png
share/apps/umbrello/pics/relationship.png
share/apps/umbrello/pics/shallow-history.png
share/apps/umbrello/pics/startlogo.png
share/apps/umbrello/pics/state-fork.png
share/apps/umbrello/pics/subsystem.png
share/apps/umbrello/pics/template.png
share/apps/umbrello/pics/text.png
share/apps/umbrello/pics/uniassociation.png
share/apps/umbrello/pics/usecase.png
share/apps/umbrello/tips
share/apps/umbrello/umbrelloui.rc
share/apps/umbrello/xmi.css
share/apps/umbrello/xmi2docbook.xsl
share/cmake/cervisia.cmake
share/config.kcfg/cervisiapart.kcfg
share/config.kcfg/kbabel.kcfg
share/config.kcfg/kbprojectsettings.kcfg
share/doc/tde/HTML/en/cervisia/annotate.png
share/doc/tde/HTML/en/cervisia/checkout.png
share/doc/tde/HTML/en/cervisia/commit.png
share/doc/tde/HTML/en/cervisia/common
share/doc/tde/HTML/en/cervisia/diff.png
share/doc/tde/HTML/en/cervisia/history.png
share/doc/tde/HTML/en/cervisia/import.png
share/doc/tde/HTML/en/cervisia/index.cache.bz2
share/doc/tde/HTML/en/cervisia/index.docbook
share/doc/tde/HTML/en/cervisia/logtree.png
share/doc/tde/HTML/en/cervisia/mainview.png
share/doc/tde/HTML/en/cervisia/patch.png
share/doc/tde/HTML/en/cervisia/popup.png
share/doc/tde/HTML/en/cervisia/repositories.png
share/doc/tde/HTML/en/cervisia/resolve.png
share/doc/tde/HTML/en/cervisia/updatetag.png
share/doc/tde/HTML/en/kbabel/back.png
share/doc/tde/HTML/en/kbabel/bottom.png
share/doc/tde/HTML/en/kbabel/catalogmanager.png
share/doc/tde/HTML/en/kbabel/catalogmanager_broken.png
share/doc/tde/HTML/en/kbabel/catalogmanager_missing.png
share/doc/tde/HTML/en/kbabel/catalogmanager_needwork.png
share/doc/tde/HTML/en/kbabel/catalogmanager_nopot.png
share/doc/tde/HTML/en/kbabel/catalogmanager_nopot_ok.png
share/doc/tde/HTML/en/kbabel/catalogmanager_ok.png
share/doc/tde/HTML/en/kbabel/catalogmanager_reload.png
share/doc/tde/HTML/en/kbabel/catman.docbook
share/doc/tde/HTML/en/kbabel/common
share/doc/tde/HTML/en/kbabel/dbcan.png
share/doc/tde/HTML/en/kbabel/dictionaries.docbook
share/doc/tde/HTML/en/kbabel/editcopy.png
share/doc/tde/HTML/en/kbabel/editcut.png
share/doc/tde/HTML/en/kbabel/editpaste.png
share/doc/tde/HTML/en/kbabel/faq.docbook
share/doc/tde/HTML/en/kbabel/fileopen.png
share/doc/tde/HTML/en/kbabel/filesave.png
share/doc/tde/HTML/en/kbabel/find.png
share/doc/tde/HTML/en/kbabel/forward.png
share/doc/tde/HTML/en/kbabel/glossary.docbook
share/doc/tde/HTML/en/kbabel/index.cache.bz2
share/doc/tde/HTML/en/kbabel/index.docbook
share/doc/tde/HTML/en/kbabel/kbabeldict.docbook
share/doc/tde/HTML/en/kbabel/man-catalogmanager.1.docbook
share/doc/tde/HTML/en/kbabel/menu.docbook
share/doc/tde/HTML/en/kbabel/msgid2msgstr.png
share/doc/tde/HTML/en/kbabel/next.png
share/doc/tde/HTML/en/kbabel/nexterror.png
share/doc/tde/HTML/en/kbabel/nextfuzzy.png
share/doc/tde/HTML/en/kbabel/nextfuzzyuntrans.png
share/doc/tde/HTML/en/kbabel/nextuntranslated.png
share/doc/tde/HTML/en/kbabel/pref_diff.png
share/doc/tde/HTML/en/kbabel/pref_edit_appearance.png
share/doc/tde/HTML/en/kbabel/pref_edit_general.png
share/doc/tde/HTML/en/kbabel/pref_fonts.png
share/doc/tde/HTML/en/kbabel/pref_proj_catman.png
share/doc/tde/HTML/en/kbabel/pref_proj_diff.png
share/doc/tde/HTML/en/kbabel/pref_proj_file_commands.png
share/doc/tde/HTML/en/kbabel/pref_proj_folder_commands.png
share/doc/tde/HTML/en/kbabel/pref_proj_source.png
share/doc/tde/HTML/en/kbabel/pref_search.png
share/doc/tde/HTML/en/kbabel/pref_wizard_page1.png
share/doc/tde/HTML/en/kbabel/pref_wizard_page2.png
share/doc/tde/HTML/en/kbabel/preferences.docbook
share/doc/tde/HTML/en/kbabel/preverror.png
share/doc/tde/HTML/en/kbabel/prevfuzzy.png
share/doc/tde/HTML/en/kbabel/prevfuzzyuntrans.png
share/doc/tde/HTML/en/kbabel/previous.png
share/doc/tde/HTML/en/kbabel/prevuntranslated.png
share/doc/tde/HTML/en/kbabel/redo.png
share/doc/tde/HTML/en/kbabel/roughtranslation.png
share/doc/tde/HTML/en/kbabel/snap1.png
share/doc/tde/HTML/en/kbabel/snap_catalogmanager.png
share/doc/tde/HTML/en/kbabel/snap_kbabeldict.png
share/doc/tde/HTML/en/kbabel/snap_kbabeldict2.png
share/doc/tde/HTML/en/kbabel/stop.png
share/doc/tde/HTML/en/kbabel/top.png
share/doc/tde/HTML/en/kbabel/transsearch.png
share/doc/tde/HTML/en/kbabel/undo.png
share/doc/tde/HTML/en/kbabel/using.docbook
share/doc/tde/HTML/en/kbugbuster/common
share/doc/tde/HTML/en/kbugbuster/index.cache.bz2
share/doc/tde/HTML/en/kbugbuster/index.docbook
share/doc/tde/HTML/en/kompare/common
share/doc/tde/HTML/en/kompare/index.cache.bz2
share/doc/tde/HTML/en/kompare/index.docbook
share/doc/tde/HTML/en/kompare/settings-diff1.png
share/doc/tde/HTML/en/kompare/settings-diff2.png
share/doc/tde/HTML/en/kompare/settings-diff3.png
share/doc/tde/HTML/en/kompare/settings-diff4.png
share/doc/tde/HTML/en/kompare/settings-view1.png
share/doc/tde/HTML/en/kompare/settings-view2.png
share/doc/tde/HTML/en/kuiviewer/common
share/doc/tde/HTML/en/kuiviewer/index.cache.bz2
share/doc/tde/HTML/en/kuiviewer/index.docbook
share/doc/tde/HTML/en/tdecachegrind/common
share/doc/tde/HTML/en/tdecachegrind/index.cache.bz2
share/doc/tde/HTML/en/tdecachegrind/index.docbook
share/doc/tde/HTML/en/tdesvn-build/common
share/doc/tde/HTML/en/tdesvn-build/index.cache.bz2
share/doc/tde/HTML/en/tdesvn-build/index.docbook
share/doc/tde/HTML/en/umbrello/activity-diagram.png
share/doc/tde/HTML/en/umbrello/add-remove-languages.png
share/doc/tde/HTML/en/umbrello/aggregation.png
share/doc/tde/HTML/en/umbrello/association.png
share/doc/tde/HTML/en/umbrello/authors.docbook
share/doc/tde/HTML/en/umbrello/class-diagram.png
share/doc/tde/HTML/en/umbrello/class.png
share/doc/tde/HTML/en/umbrello/code-import.png
share/doc/tde/HTML/en/umbrello/code_import_and_generation.docbook
share/doc/tde/HTML/en/umbrello/collaboration-diagram.png
share/doc/tde/HTML/en/umbrello/common
share/doc/tde/HTML/en/umbrello/composition.png
share/doc/tde/HTML/en/umbrello/credits.docbook
share/doc/tde/HTML/en/umbrello/folders.png
share/doc/tde/HTML/en/umbrello/generalization.png
share/doc/tde/HTML/en/umbrello/generation-options.png
share/doc/tde/HTML/en/umbrello/index.cache.bz2
share/doc/tde/HTML/en/umbrello/index.docbook
share/doc/tde/HTML/en/umbrello/introduction.docbook
share/doc/tde/HTML/en/umbrello/other_features.docbook
share/doc/tde/HTML/en/umbrello/sequence-diagram.png
share/doc/tde/HTML/en/umbrello/state-diagram.png
share/doc/tde/HTML/en/umbrello/umbrello-main-screen.png
share/doc/tde/HTML/en/umbrello/umbrello-ui-clean.png
share/doc/tde/HTML/en/umbrello/umbrello-ui.png
share/doc/tde/HTML/en/umbrello/uml_basics.docbook
share/doc/tde/HTML/en/umbrello/use-case-diagram.png
share/doc/tde/HTML/en/umbrello/working_with_umbrello.docbook
share/icons/crystalsvg/128x128/actions/svn_add.png
share/icons/crystalsvg/128x128/actions/svn_branch.png
share/icons/crystalsvg/128x128/actions/svn_merge.png
share/icons/crystalsvg/128x128/actions/svn_remove.png
share/icons/crystalsvg/128x128/actions/svn_status.png
share/icons/crystalsvg/128x128/actions/svn_switch.png
share/icons/crystalsvg/128x128/mimetypes/umbrellofile.png
share/icons/crystalsvg/16x16/actions/svn_add.png
share/icons/crystalsvg/16x16/actions/svn_branch.png
share/icons/crystalsvg/16x16/actions/svn_merge.png
share/icons/crystalsvg/16x16/actions/svn_remove.png
share/icons/crystalsvg/16x16/actions/svn_status.png
share/icons/crystalsvg/16x16/actions/svn_switch.png
share/icons/crystalsvg/16x16/actions/umbrello_diagram_activity.png
share/icons/crystalsvg/16x16/actions/umbrello_diagram_class.png
share/icons/crystalsvg/16x16/actions/umbrello_diagram_collaboration.png
share/icons/crystalsvg/16x16/actions/umbrello_diagram_component.png
share/icons/crystalsvg/16x16/actions/umbrello_diagram_deployment.png
share/icons/crystalsvg/16x16/actions/umbrello_diagram_sequence.png
share/icons/crystalsvg/16x16/actions/umbrello_diagram_state.png
share/icons/crystalsvg/16x16/actions/umbrello_diagram_usecase.png
share/icons/crystalsvg/16x16/actions/vcs_add.png
share/icons/crystalsvg/16x16/actions/vcs_commit.png
share/icons/crystalsvg/16x16/actions/vcs_diff.png
share/icons/crystalsvg/16x16/actions/vcs_remove.png
share/icons/crystalsvg/16x16/actions/vcs_status.png
share/icons/crystalsvg/16x16/actions/vcs_update.png
share/icons/crystalsvg/16x16/mimetypes/umbrellofile.png
share/icons/crystalsvg/22x22/actions/svn_add.png
share/icons/crystalsvg/22x22/actions/svn_branch.png
share/icons/crystalsvg/22x22/actions/svn_merge.png
share/icons/crystalsvg/22x22/actions/svn_remove.png
share/icons/crystalsvg/22x22/actions/svn_status.png
share/icons/crystalsvg/22x22/actions/svn_switch.png
share/icons/crystalsvg/22x22/actions/umbrello_diagram_activity.png
share/icons/crystalsvg/22x22/actions/umbrello_diagram_class.png
share/icons/crystalsvg/22x22/actions/umbrello_diagram_collaboration.png
share/icons/crystalsvg/22x22/actions/umbrello_diagram_component.png
share/icons/crystalsvg/22x22/actions/umbrello_diagram_deployment.png
share/icons/crystalsvg/22x22/actions/umbrello_diagram_entityrelationship.png
share/icons/crystalsvg/22x22/actions/umbrello_diagram_sequence.png
share/icons/crystalsvg/22x22/actions/umbrello_diagram_state.png
share/icons/crystalsvg/22x22/actions/umbrello_diagram_usecase.png
share/icons/crystalsvg/22x22/actions/vcs_add.png
share/icons/crystalsvg/22x22/actions/vcs_commit.png
share/icons/crystalsvg/22x22/actions/vcs_diff.png
share/icons/crystalsvg/22x22/actions/vcs_remove.png
share/icons/crystalsvg/22x22/actions/vcs_status.png
share/icons/crystalsvg/22x22/actions/vcs_update.png
share/icons/crystalsvg/22x22/mimetypes/umbrellofile.png
share/icons/crystalsvg/32x32/actions/svn_add.png
share/icons/crystalsvg/32x32/actions/svn_branch.png
share/icons/crystalsvg/32x32/actions/svn_merge.png
share/icons/crystalsvg/32x32/actions/svn_remove.png
share/icons/crystalsvg/32x32/actions/svn_status.png
share/icons/crystalsvg/32x32/actions/svn_switch.png
share/icons/crystalsvg/32x32/actions/vcs_add.png
share/icons/crystalsvg/32x32/actions/vcs_commit.png
share/icons/crystalsvg/32x32/actions/vcs_diff.png
share/icons/crystalsvg/32x32/actions/vcs_remove.png
share/icons/crystalsvg/32x32/actions/vcs_status.png
share/icons/crystalsvg/32x32/actions/vcs_update.png
share/icons/crystalsvg/32x32/mimetypes/umbrellofile.png
share/icons/crystalsvg/48x48/actions/svn_add.png
share/icons/crystalsvg/48x48/actions/svn_branch.png
share/icons/crystalsvg/48x48/actions/svn_merge.png
share/icons/crystalsvg/48x48/actions/svn_remove.png
share/icons/crystalsvg/48x48/actions/svn_status.png
share/icons/crystalsvg/48x48/actions/svn_switch.png
share/icons/crystalsvg/48x48/actions/vcs_add.png
share/icons/crystalsvg/48x48/actions/vcs_commit.png
share/icons/crystalsvg/48x48/actions/vcs_diff.png
share/icons/crystalsvg/48x48/actions/vcs_remove.png
share/icons/crystalsvg/48x48/actions/vcs_status.png
share/icons/crystalsvg/48x48/actions/vcs_update.png
share/icons/crystalsvg/48x48/mimetypes/umbrellofile.png
share/icons/crystalsvg/64x64/actions/svn_add.png
share/icons/crystalsvg/64x64/actions/svn_branch.png
share/icons/crystalsvg/64x64/actions/svn_merge.png
share/icons/crystalsvg/64x64/actions/svn_remove.png
share/icons/crystalsvg/64x64/actions/svn_status.png
share/icons/crystalsvg/64x64/actions/svn_switch.png
share/icons/crystalsvg/64x64/mimetypes/umbrellofile.png
share/icons/crystalsvg/scalable/actions/svn_add.svgz
share/icons/crystalsvg/scalable/actions/svn_branch.svgz
share/icons/crystalsvg/scalable/actions/svn_merge.svgz
share/icons/crystalsvg/scalable/actions/svn_remove.svgz
share/icons/crystalsvg/scalable/actions/svn_status.svgz
share/icons/crystalsvg/scalable/actions/svn_switch.svgz
share/icons/crystalsvg/scalable/actions/vcs_add.svgz
share/icons/crystalsvg/scalable/actions/vcs_commit.svgz
share/icons/crystalsvg/scalable/actions/vcs_diff.svgz
share/icons/crystalsvg/scalable/actions/vcs_remove.svgz
share/icons/crystalsvg/scalable/actions/vcs_status.svgz
share/icons/crystalsvg/scalable/actions/vcs_update.svgz
share/icons/crystalsvg/scalable/mimetypes/umbrellofile.svgz
share/icons/hicolor/128x128/apps/kbugbuster.png
share/icons/hicolor/128x128/apps/kompare.png
share/icons/hicolor/128x128/apps/umbrello.png
share/icons/hicolor/16x16/apps/catalogmanager.png
share/icons/hicolor/16x16/apps/cervisia.png
share/icons/hicolor/16x16/apps/kbabel.png
share/icons/hicolor/16x16/apps/kbabeldict.png
share/icons/hicolor/16x16/apps/kbugbuster.png
share/icons/hicolor/16x16/apps/kompare.png
share/icons/hicolor/16x16/apps/kuiviewer.png
share/icons/hicolor/16x16/apps/umbrello.png
share/icons/hicolor/16x16/mimetypes/umbrellofile.png
share/icons/hicolor/22x22/apps/catalogmanager.png
share/icons/hicolor/22x22/apps/cervisia.png
share/icons/hicolor/22x22/apps/kbugbuster.png
share/icons/hicolor/22x22/apps/kompare.png
share/icons/hicolor/22x22/apps/umbrello.png
share/icons/hicolor/32x32/apps/catalogmanager.png
share/icons/hicolor/32x32/apps/cervisia.png
share/icons/hicolor/32x32/apps/kbabel.png
share/icons/hicolor/32x32/apps/kbabeldict.png
share/icons/hicolor/32x32/apps/kbugbuster.png
share/icons/hicolor/32x32/apps/kompare.png
share/icons/hicolor/32x32/apps/kuiviewer.png
share/icons/hicolor/32x32/apps/tdecachegrind.png
share/icons/hicolor/32x32/apps/umbrello.png
share/icons/hicolor/32x32/mimetypes/umbrellofile.png
share/icons/hicolor/48x48/apps/catalogmanager.png
share/icons/hicolor/48x48/apps/cervisia.png
share/icons/hicolor/48x48/apps/kbabel.png
share/icons/hicolor/48x48/apps/kbabeldict.png
share/icons/hicolor/48x48/apps/kbugbuster.png
share/icons/hicolor/48x48/apps/kompare.png
share/icons/hicolor/48x48/apps/kuiviewer.png
share/icons/hicolor/48x48/apps/tdecachegrind.png
share/icons/hicolor/48x48/apps/umbrello.png
share/icons/hicolor/64x64/apps/kbugbuster.png
share/icons/hicolor/64x64/apps/umbrello.png
share/icons/hicolor/scalable/apps/kompare.svgz
share/icons/hicolor/scalable/apps/umbrello.svgz
share/icons/locolor/16x16/apps/catalogmanager.png
share/icons/locolor/16x16/apps/kbabeldict.png
share/icons/locolor/16x16/apps/kbugbuster.png
share/icons/locolor/16x16/apps/kuiviewer.png
share/icons/locolor/16x16/apps/tdecachegrind.png
share/icons/locolor/32x32/apps/catalogmanager.png
share/icons/locolor/32x32/apps/kbabeldict.png
share/icons/locolor/32x32/apps/kbugbuster.png
share/icons/locolor/32x32/apps/kuiviewer.png
share/icons/locolor/32x32/apps/tdecachegrind.png
share/man/man1/cervisia.1
share/man/man1/cvsblame.1
share/man/man1/cvscheck.1
share/man/man1/cvsversion.1
share/man/man1/includemocs.1
share/man/man1/kde-build.1
share/man/man1/noncvslist.1
share/man/man1/tdesvn-build.1
share/mimelnk/application/x-tdecachegrind.desktop
share/mimelnk/application/x-umbrello.desktop
share/services/cvsservice.desktop
share/services/dbsearchengine.desktop
share/services/designerthumbnail.desktop
share/services/kbabel_accelstool.desktop
share/services/kbabel_argstool.desktop
share/services/kbabel_contexttool.desktop
share/services/kbabel_equationstool.desktop
share/services/kbabel_gettext_export.desktop
share/services/kbabel_gettext_import.desktop
share/services/kbabel_lengthtool.desktop
share/services/kbabel_linguist_export.desktop
share/services/kbabel_linguist_import.desktop
share/services/kbabel_nottranslatedtool.desktop
share/services/kbabel_pluralformstool.desktop
share/services/kbabel_punctuationtool.desktop
share/services/kbabel_regexptool.desktop
share/services/kbabel_setfuzzytool.desktop
share/services/kbabel_whitespacetool.desktop
share/services/kbabel_xliff_export.desktop
share/services/kbabel_xliff_import.desktop
share/services/kbabel_xmltool.desktop
share/services/kded/ksvnd.desktop
share/services/komparenavtreepart.desktop
share/services/komparepart.desktop
share/services/kuiviewer_part.desktop
share/services/poauxiliary.desktop
share/services/pocompendium.desktop
share/services/pothumbnail.desktop
share/services/svn+file.protocol
share/services/svn+http.protocol
share/services/svn+https.protocol
share/services/svn+ssh.protocol
share/services/svn.protocol
share/services/tdefile_cpp.desktop
share/services/tdefile_diff.desktop
share/services/tdefile_h.desktop
share/services/tdefile_po.desktop
share/services/tdefile_ts.desktop
share/services/tderesources/kcal/bugzilla.desktop
share/services/tmxcompendium.desktop
share/servicetypes/kbabel_tool.desktop
share/servicetypes/kbabel_validator.desktop
share/servicetypes/kbabeldict_module.desktop
share/servicetypes/kbabelfilter.desktop
share/servicetypes/komparenavigationpart.desktop
share/servicetypes/kompareviewpart.desktop

@ -0,0 +1,33 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
.include <../trinity.port.mk>
PORTNAME= tdetoys-trinity
COMMENT= Trinity toys
TDE_PREVERSION= ~pre3+9fcd7515
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= x11-clocks misc
DIST_SUBDIR= TDE
BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:${PORTSDIR}/x11/trinity/tdelibs \
LIB_DEPENDS+= libtqt.so:${PORTSDIR}/x11/trinity/dependencies/tqtinterface \
# 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,2 @@
SHA256 (TDE/tdetoys-trinity_14.0.1~pre3.orig.tar.xz) = 8d5cc65c75b8c4c8a2c845d45290ff0b5c478ab12361933fced22954719dbc14
SIZE (TDE/tdetoys-trinity_14.0.1~pre3.orig.tar.xz) = 2759676

@ -0,0 +1,4 @@
Trinity toys
This package includes a collection of toys and fun extras provided
with the official release of TDE.

@ -0,0 +1,611 @@
bin/amor
bin/kodo
bin/kteatime
bin/ktux
bin/kweatherreport
bin/kweatherservice
bin/kworldclock
include/AmorIface.h
lib/libtdeinit_kweatherreport.la
lib/libtdeinit_kweatherreport.so
lib/trinity/eyes_panelapplet.la
lib/trinity/eyes_panelapplet.so
lib/trinity/fifteen_panelapplet.la
lib/trinity/fifteen_panelapplet.so
lib/trinity/kcm_weather.la
lib/trinity/kcm_weather.so
lib/trinity/kcm_weatherservice.la
lib/trinity/kcm_weatherservice.so
lib/trinity/kmoon_panelapplet.la
lib/trinity/kmoon_panelapplet.so
lib/trinity/kweatherreport.la
lib/trinity/kweatherreport.so
lib/trinity/weather_panelapplet.la
lib/trinity/weather_panelapplet.so
lib/trinity/ww_panelapplet.la
lib/trinity/ww_panelapplet.so
share/applications/tde/amor.desktop
share/applications/tde/kodo.desktop
share/applications/tde/kteatime.desktop
share/applications/tde/kworldclock.desktop
share/applnk/System/ScreenSavers/ktux.desktop
share/apps/amor/billyrc
share/apps/amor/blobrc
share/apps/amor/bonhommerc
share/apps/amor/bsdrc
share/apps/amor/eyesrc
share/apps/amor/ghostrc
share/apps/amor/nekorc
share/apps/amor/pics/animated/blob/blob.png
share/apps/amor/pics/animated/blob/blob_BeamDown1.png
share/apps/amor/pics/animated/blob/blob_BeamDown2.png
share/apps/amor/pics/animated/blob/blob_BeamDown3.png
share/apps/amor/pics/animated/blob/blob_BeamDown4.png
share/apps/amor/pics/animated/blob/blob_BeamDown5.png
share/apps/amor/pics/animated/blob/blob_BeamDown6.png
share/apps/amor/pics/animated/blob/blob_BeamDown7.png
share/apps/amor/pics/animated/blob/blob_BeamDown8.png
share/apps/amor/pics/animated/blob/blob_BeamDown9.png
share/apps/amor/pics/animated/blob/blob_BeamUp1.png
share/apps/amor/pics/animated/blob/blob_BeamUp10.png
share/apps/amor/pics/animated/blob/blob_BeamUp2.png
share/apps/amor/pics/animated/blob/blob_BeamUp3.png
share/apps/amor/pics/animated/blob/blob_BeamUp4.png
share/apps/amor/pics/animated/blob/blob_BeamUp5.png
share/apps/amor/pics/animated/blob/blob_BeamUp6.png
share/apps/amor/pics/animated/blob/blob_BeamUp7.png
share/apps/amor/pics/animated/blob/blob_BeamUp8.png
share/apps/amor/pics/animated/blob/blob_BeamUp9.png
share/apps/amor/pics/animated/blob/blob_b1.png
share/apps/amor/pics/animated/blob/blob_b2.png
share/apps/amor/pics/animated/blob/blob_e1.png
share/apps/amor/pics/animated/blob/blob_ex1.png
share/apps/amor/pics/animated/blob/blob_f1.png
share/apps/amor/pics/animated/blob/blob_f2.png
share/apps/amor/pics/animated/blob/blob_f3.png
share/apps/amor/pics/animated/blob/blob_fire10.png
share/apps/amor/pics/animated/blob/blob_fire11.png
share/apps/amor/pics/animated/blob/blob_fire2.png
share/apps/amor/pics/animated/blob/blob_fire3.png
share/apps/amor/pics/animated/blob/blob_fire4.png
share/apps/amor/pics/animated/blob/blob_fire5.png
share/apps/amor/pics/animated/blob/blob_fire6.png
share/apps/amor/pics/animated/blob/blob_fire7.png
share/apps/amor/pics/animated/blob/blob_fire8.png
share/apps/amor/pics/animated/blob/blob_fire9.png
share/apps/amor/pics/animated/blob/blob_g1.png
share/apps/amor/pics/animated/blob/blob_g2.png
share/apps/amor/pics/animated/blob/blob_gl1.png
share/apps/amor/pics/animated/blob/blob_gl2.png
share/apps/amor/pics/animated/blob/blob_gl3.png
share/apps/amor/pics/animated/blob/blob_h1.png
share/apps/amor/pics/animated/blob/blob_h2.png
share/apps/amor/pics/animated/blob/blob_h3.png
share/apps/amor/pics/animated/blob/blob_jet1.png
share/apps/amor/pics/animated/blob/blob_jet2.png
share/apps/amor/pics/animated/blob/blob_jet3.png
share/apps/amor/pics/animated/blob/blob_jet4.png
share/apps/amor/pics/animated/blob/blob_l_jet1.png
share/apps/amor/pics/animated/blob/blob_l_jet2.png
share/apps/amor/pics/animated/blob/blob_l_jet3.png
share/apps/amor/pics/animated/blob/blob_l_jet4.png
share/apps/amor/pics/animated/blob/blob_l_turn1.png
share/apps/amor/pics/animated/blob/blob_l_turn2.png
share/apps/amor/pics/animated/blob/blob_l_turn3.png
share/apps/amor/pics/animated/blob/blob_l_turn4.png
share/apps/amor/pics/animated/blob/blob_r135.png
share/apps/amor/pics/animated/blob/blob_r180.png
share/apps/amor/pics/animated/blob/blob_r225.png
share/apps/amor/pics/animated/blob/blob_r270.png
share/apps/amor/pics/animated/blob/blob_r315.png
share/apps/amor/pics/animated/blob/blob_r45.png
share/apps/amor/pics/animated/blob/blob_r90.png
share/apps/amor/pics/animated/blob/blob_r_turn1.png
share/apps/amor/pics/animated/blob/blob_r_turn2.png
share/apps/amor/pics/animated/blob/blob_r_turn3.png
share/apps/amor/pics/animated/blob/blob_r_turn4.png
share/apps/amor/pics/animated/blob/blob_s1.png
share/apps/amor/pics/animated/blob/blob_s2.png
share/apps/amor/pics/animated/blob/blob_s3.png
share/apps/amor/pics/animated/blob/blob_sl1.png
share/apps/amor/pics/animated/blob/blob_sl2.png
share/apps/amor/pics/animated/blob/blob_sl3.png
share/apps/amor/pics/animated/blob/blob_sl4.png
share/apps/amor/pics/animated/blob/blob_z1.png
share/apps/amor/pics/animated/blob/blob_z2.png
share/apps/amor/pics/animated/blob/blob_z3.png
share/apps/amor/pics/animated/bonhomme/b-f.png
share/apps/amor/pics/animated/bonhomme/b-f2.png
share/apps/amor/pics/animated/bonhomme/b1-r.png
share/apps/amor/pics/animated/bonhomme/b1.png
share/apps/amor/pics/animated/bonhomme/b2-r.png
share/apps/amor/pics/animated/bonhomme/b2.png
share/apps/amor/pics/animated/bonhomme/b3-r.png
share/apps/amor/pics/animated/bonhomme/b3.png
share/apps/amor/pics/animated/bonhomme/b4-r.png
share/apps/amor/pics/animated/bonhomme/b4.png
share/apps/amor/pics/animated/bonhomme/bcol1.png
share/apps/amor/pics/animated/bonhomme/bcol2.png
share/apps/amor/pics/animated/bonhomme/bdrib1.png
share/apps/amor/pics/animated/bonhomme/bdrib2.png
share/apps/amor/pics/animated/bonhomme/bdrib3.png
share/apps/amor/pics/animated/bonhomme/bdrib4.png
share/apps/amor/pics/animated/bonhomme/bdrib5.png
share/apps/amor/pics/animated/bonhomme/bdrib6.png
share/apps/amor/pics/animated/bonhomme/bdrib7.png
share/apps/amor/pics/animated/bonhomme/bdrop.png
share/apps/amor/pics/animated/bonhomme/bgo1.png
share/apps/amor/pics/animated/bonhomme/bgo2.png
share/apps/amor/pics/animated/bonhomme/bgo3.png
share/apps/amor/pics/animated/bonhomme/bgo4.png
share/apps/amor/pics/animated/bonhomme/bgo5.png
share/apps/amor/pics/animated/bonhomme/bgo6.png
share/apps/amor/pics/animated/bonhomme/bgo7.png
share/apps/amor/pics/animated/bonhomme/bh1.png
share/apps/amor/pics/animated/bonhomme/bpof1.png
share/apps/amor/pics/animated/bonhomme/bpof2.png
share/apps/amor/pics/animated/bonhomme/bpof3.png
share/apps/amor/pics/animated/bonhomme/bpof4.png
share/apps/amor/pics/animated/bonhomme/bpof5.png
share/apps/amor/pics/animated/bonhomme/bpof6.png
share/apps/amor/pics/animated/bonhomme/sa1.png
share/apps/amor/pics/animated/bonhomme/sa2.png
share/apps/amor/pics/animated/bonhomme/sa2a.png
share/apps/amor/pics/animated/bonhomme/sa2b.png
share/apps/amor/pics/animated/bonhomme/sa2c.png
share/apps/amor/pics/animated/bonhomme/salut.png
share/apps/amor/pics/animated/bonhomme/salut1.png
share/apps/amor/pics/animated/eyes/eye_1.png
share/apps/amor/pics/animated/eyes/eye_2.png
share/apps/amor/pics/animated/eyes/eye_b.png
share/apps/amor/pics/animated/eyes/eye_d.png
share/apps/amor/pics/animated/eyes/eye_e.png
share/apps/amor/pics/animated/eyes/eye_h1.png
share/apps/amor/pics/animated/eyes/eye_h2.png
share/apps/amor/pics/animated/eyes/eye_h3.png
share/apps/amor/pics/animated/eyes/eye_h4.png
share/apps/amor/pics/animated/eyes/eye_l.png
share/apps/amor/pics/animated/eyes/eye_m1.png
share/apps/amor/pics/animated/eyes/eye_m2.png
share/apps/amor/pics/animated/eyes/eye_m3.png
share/apps/amor/pics/animated/eyes/eye_m4.png
share/apps/amor/pics/animated/eyes/eye_m5.png
share/apps/amor/pics/animated/eyes/eye_m6.png
share/apps/amor/pics/animated/eyes/eye_m7.png
share/apps/amor/pics/animated/eyes/eye_s1.png
share/apps/amor/pics/animated/eyes/eye_s2.png
share/apps/amor/pics/animated/eyes/eye_s3.png
share/apps/amor/pics/animated/eyes/eye_s4.png
share/apps/amor/pics/animated/eyes/eye_u.png
share/apps/amor/pics/animated/eyes/eye_z1.png
share/apps/amor/pics/animated/eyes/eye_z2.png
share/apps/amor/pics/animated/eyes/eye_z3.png
share/apps/amor/pics/animated/eyes/eye_z4.png
share/apps/amor/pics/animated/eyes/eye_z5.png
share/apps/amor/pics/animated/ghost/ghost_1.png
share/apps/amor/pics/animated/ghost/ghost_2.png
share/apps/amor/pics/animated/ghost/ghost_e.png
share/apps/amor/pics/animated/ghost/ghost_m1.png
share/apps/amor/pics/animated/ghost/ghost_m2.png
share/apps/amor/pics/animated/ghost/ghost_m3.png
share/apps/amor/pics/animated/ghost/ghost_m4.png
share/apps/amor/pics/animated/ghost/ghost_m5.png
share/apps/amor/pics/animated/ghost/ghost_m6.png
share/apps/amor/pics/animated/ghost/ghost_m7.png
share/apps/amor/pics/animated/ghost/ghost_z1.png
share/apps/amor/pics/animated/ghost/ghost_z2.png
share/apps/amor/pics/animated/ghost/ghost_z3.png
share/apps/amor/pics/animated/ghost/ghost_z4.png
share/apps/amor/pics/animated/ghost/ghost_z5.png
share/apps/amor/pics/animated/neko/claw1.png
share/apps/amor/pics/animated/neko/claw2.png
share/apps/amor/pics/animated/neko/jump1.png
share/apps/amor/pics/animated/neko/jump2.png
share/apps/amor/pics/animated/neko/jump3.png
share/apps/amor/pics/animated/neko/jump4.png
share/apps/amor/pics/animated/neko/jumpl1.png
share/apps/amor/pics/animated/neko/jumpl2.png
share/apps/amor/pics/animated/neko/jumpl3.png
share/apps/amor/pics/animated/neko/jumpl4.png
share/apps/amor/pics/animated/neko/lick.png
share/apps/amor/pics/animated/neko/lick2.png
share/apps/amor/pics/animated/neko/run1.png
share/apps/amor/pics/animated/neko/run2.png
share/apps/amor/pics/animated/neko/run3.png
share/apps/amor/pics/animated/neko/run4.png
share/apps/amor/pics/animated/neko/scratch1.png
share/apps/amor/pics/animated/neko/scratch2.png
share/apps/amor/pics/animated/neko/scratch3.png
share/apps/amor/pics/animated/neko/scratch4.png
share/apps/amor/pics/animated/neko/sit.png
share/apps/amor/pics/animated/neko/sitleft.png
share/apps/amor/pics/animated/neko/sleep1.png
share/apps/amor/pics/animated/neko/sleep2.png
share/apps/amor/pics/animated/neko/surprise.png
share/apps/amor/pics/animated/neko/tail.png
share/apps/amor/pics/animated/neko/yawn.png
share/apps/amor/pics/animated/pingu/bash_l1.png
share/apps/amor/pics/animated/pingu/bash_l10.png
share/apps/amor/pics/animated/pingu/bash_l11.png
share/apps/amor/pics/animated/pingu/bash_l12.png
share/apps/amor/pics/animated/pingu/bash_l2.png
share/apps/amor/pics/animated/pingu/bash_l3.png
share/apps/amor/pics/animated/pingu/bash_l4.png
share/apps/amor/pics/animated/pingu/bash_l5.png
share/apps/amor/pics/animated/pingu/bash_l6.png
share/apps/amor/pics/animated/pingu/bash_l7.png
share/apps/amor/pics/animated/pingu/bash_l8.png
share/apps/amor/pics/animated/pingu/bash_l9.png
share/apps/amor/pics/animated/pingu/bash_r1.png
share/apps/amor/pics/animated/pingu/bash_r10.png
share/apps/amor/pics/animated/pingu/bash_r11.png
share/apps/amor/pics/animated/pingu/bash_r12.png
share/apps/amor/pics/animated/pingu/bash_r2.png
share/apps/amor/pics/animated/pingu/bash_r3.png
share/apps/amor/pics/animated/pingu/bash_r4.png
share/apps/amor/pics/animated/pingu/bash_r5.png
share/apps/amor/pics/animated/pingu/bash_r6.png
share/apps/amor/pics/animated/pingu/bash_r7.png
share/apps/amor/pics/animated/pingu/bash_r8.png
share/apps/amor/pics/animated/pingu/bash_r9.png
share/apps/amor/pics/animated/pingu/blocker1.png
share/apps/amor/pics/animated/pingu/blocker2.png
share/apps/amor/pics/animated/pingu/blocker3.png
share/apps/amor/pics/animated/pingu/blocker4.png
share/apps/amor/pics/animated/pingu/blocker5.png
share/apps/amor/pics/animated/pingu/blocker6.png
share/apps/amor/pics/animated/pingu/bomber1.png
share/apps/amor/pics/animated/pingu/bomber10.png
share/apps/amor/pics/animated/pingu/bomber11.png
share/apps/amor/pics/animated/pingu/bomber12.png
share/apps/amor/pics/animated/pingu/bomber13.png
share/apps/amor/pics/animated/pingu/bomber14.png
share/apps/amor/pics/animated/pingu/bomber15.png
share/apps/amor/pics/animated/pingu/bomber16.png
share/apps/amor/pics/animated/pingu/bomber2.png
share/apps/amor/pics/animated/pingu/bomber3.png
share/apps/amor/pics/animated/pingu/bomber4.png
share/apps/amor/pics/animated/pingu/bomber5.png
share/apps/amor/pics/animated/pingu/bomber6.png
share/apps/amor/pics/animated/pingu/bomber7.png
share/apps/amor/pics/animated/pingu/bomber8.png
share/apps/amor/pics/animated/pingu/bomber9.png
share/apps/amor/pics/animated/pingu/digger1.png
share/apps/amor/pics/animated/pingu/digger10.png
share/apps/amor/pics/animated/pingu/digger11.png
share/apps/amor/pics/animated/pingu/digger12.png
share/apps/amor/pics/animated/pingu/digger13.png
share/apps/amor/pics/animated/pingu/digger14.png
share/apps/amor/pics/animated/pingu/digger2.png
share/apps/amor/pics/animated/pingu/digger3.png
share/apps/amor/pics/animated/pingu/digger4.png
share/apps/amor/pics/animated/pingu/digger5.png
share/apps/amor/pics/animated/pingu/digger6.png
share/apps/amor/pics/animated/pingu/digger7.png
share/apps/amor/pics/animated/pingu/digger8.png
share/apps/amor/pics/animated/pingu/digger9.png
share/apps/amor/pics/animated/pingu/faller1.png
share/apps/amor/pics/animated/pingu/faller2.png
share/apps/amor/pics/animated/pingu/faller3.png
share/apps/amor/pics/animated/pingu/faller4.png
share/apps/amor/pics/animated/pingu/faller5.png
share/apps/amor/pics/animated/pingu/faller6.png
share/apps/amor/pics/animated/pingu/faller7.png
share/apps/amor/pics/animated/pingu/faller8.png
share/apps/amor/pics/animated/pingu/floater1.png
share/apps/amor/pics/animated/pingu/floater2.png
share/apps/amor/pics/animated/pingu/floater3.png
share/apps/amor/pics/animated/pingu/floater4.png
share/apps/amor/pics/animated/pingu/floater5.png
share/apps/amor/pics/animated/pingu/floater6.png
share/apps/amor/pics/animated/pingu/floater7.png
share/apps/amor/pics/animated/pingu/floater8.png
share/apps/amor/pics/animated/pingu/tumble1.png
share/apps/amor/pics/animated/pingu/tumble2.png
share/apps/amor/pics/animated/pingu/tumble3.png
share/apps/amor/pics/animated/pingu/tumble4.png
share/apps/amor/pics/animated/pingu/tumble5.png
share/apps/amor/pics/animated/pingu/tumble6.png
share/apps/amor/pics/animated/pingu/tumble7.png
share/apps/amor/pics/animated/pingu/tumble8.png
share/apps/amor/pics/animated/pingu/walk_l1.png
share/apps/amor/pics/animated/pingu/walk_l2.png
share/apps/amor/pics/animated/pingu/walk_l3.png
share/apps/amor/pics/animated/pingu/walk_l4.png
share/apps/amor/pics/animated/pingu/walk_l5.png
share/apps/amor/pics/animated/pingu/walk_l6.png
share/apps/amor/pics/animated/pingu/walk_l7.png
share/apps/amor/pics/animated/pingu/walk_l8.png
share/apps/amor/pics/animated/pingu/walk_r1.png
share/apps/amor/pics/animated/pingu/walk_r2.png
share/apps/amor/pics/animated/pingu/walk_r3.png
share/apps/amor/pics/animated/pingu/walk_r4.png
share/apps/amor/pics/animated/pingu/walk_r5.png
share/apps/amor/pics/animated/pingu/walk_r6.png
share/apps/amor/pics/animated/pingu/walk_r7.png
share/apps/amor/pics/animated/pingu/walk_r8.png
share/apps/amor/pics/animated/tao/yy-1.png
share/apps/amor/pics/animated/tao/yy-2.png
share/apps/amor/pics/animated/tao/yy-3.png
share/apps/amor/pics/animated/tao/yy-4.png
share/apps/amor/pics/animated/tao/yy-5.png
share/apps/amor/pics/animated/tao/yy-6.png
share/apps/amor/pics/animated/tao/yy-7.png
share/apps/amor/pics/animated/tao/yy-8.png
share/apps/amor/pics/animated/tao/yy-9.png
share/apps/amor/pics/animated/tao/yy.png
share/apps/amor/pics/animated/tao/yy105.png
share/apps/amor/pics/animated/tao/yy120.png
share/apps/amor/pics/animated/tao/yy135.png
share/apps/amor/pics/animated/tao/yy15.png
share/apps/amor/pics/animated/tao/yy150.png
share/apps/amor/pics/animated/tao/yy165.png
share/apps/amor/pics/animated/tao/yy180.png
share/apps/amor/pics/animated/tao/yy195.png
share/apps/amor/pics/animated/tao/yy210.png
share/apps/amor/pics/animated/tao/yy225.png
share/apps/amor/pics/animated/tao/yy240.png
share/apps/amor/pics/animated/tao/yy255.png
share/apps/amor/pics/animated/tao/yy270.png
share/apps/amor/pics/animated/tao/yy285.png
share/apps/amor/pics/animated/tao/yy30.png
share/apps/amor/pics/animated/tao/yy300.png
share/apps/amor/pics/animated/tao/yy315.png
share/apps/amor/pics/animated/tao/yy330.png
share/apps/amor/pics/animated/tao/yy345.png
share/apps/amor/pics/animated/tao/yy45.png
share/apps/amor/pics/animated/tao/yy60.png
share/apps/amor/pics/animated/tao/yy75.png
share/apps/amor/pics/animated/tao/yy90.png
share/apps/amor/pics/animated/tao/yyx10.png
share/apps/amor/pics/animated/tao/yyx12.png
share/apps/amor/pics/animated/tao/yyx14.png
share/apps/amor/pics/animated/tao/yyx16.png
share/apps/amor/pics/animated/tao/yyx18.png
share/apps/amor/pics/animated/tao/yyx20.png
share/apps/amor/pics/animated/tao/yyx22.png
share/apps/amor/pics/animated/tao/yyx24.png
share/apps/amor/pics/animated/tao/yyx26.png
share/apps/amor/pics/animated/tao/yyx28.png
share/apps/amor/pics/animated/tao/yyx30.png
share/apps/amor/pics/animated/tao/yyx6.png
share/apps/amor/pics/animated/tao/yyx8.png
share/apps/amor/pics/animated/worm/w-a1.png
share/apps/amor/pics/animated/worm/w-a2.png
share/apps/amor/pics/animated/worm/w-b1.png
share/apps/amor/pics/animated/worm/w-b2.png
share/apps/amor/pics/animated/worm/w-be1.png
share/apps/amor/pics/animated/worm/w-be2.png
share/apps/amor/pics/animated/worm/w-be3.png
share/apps/amor/pics/animated/worm/w-be4.png
share/apps/amor/pics/animated/worm/w-d1.png
share/apps/amor/pics/animated/worm/w-d2.png
share/apps/amor/pics/animated/worm/w-d3.png
share/apps/amor/pics/animated/worm/w-d4.png
share/apps/amor/pics/animated/worm/w-d5.png
share/apps/amor/pics/animated/worm/w-dr1.png
share/apps/amor/pics/animated/worm/w-e1.png
share/apps/amor/pics/animated/worm/w-l1.png
share/apps/amor/pics/animated/worm/w-l2.png
share/apps/amor/pics/animated/worm/w-l3.png
share/apps/amor/pics/animated/worm/w-ml0.png
share/apps/amor/pics/animated/worm/w-ml1.png
share/apps/amor/pics/animated/worm/w-ml2.png
share/apps/amor/pics/animated/worm/w-ml3.png
share/apps/amor/pics/animated/worm/w-mr0.png
share/apps/amor/pics/animated/worm/w-mr1.png
share/apps/amor/pics/animated/worm/w-mr2.png
share/apps/amor/pics/animated/worm/w-mr3.png
share/apps/amor/pics/animated/worm/w-s1.png
share/apps/amor/pics/animated/worm/w-s2.png
share/apps/amor/pics/animated/worm/w-s3.png
share/apps/amor/pics/animated/worm/w-u1.png
share/apps/amor/pics/animated/worm/w-u2.png
share/apps/amor/pics/animated/worm/w-u3.png
share/apps/amor/pics/animated/worm/w-wl1.png
share/apps/amor/pics/animated/worm/w-wl2.png
share/apps/amor/pics/animated/worm/w-wr1.png
share/apps/amor/pics/animated/worm/w-wr2.png
share/apps/amor/pics/preview/billy.png
share/apps/amor/pics/preview/blob.png
share/apps/amor/pics/preview/bonhomme.png
share/apps/amor/pics/preview/bsd.png
share/apps/amor/pics/preview/eyes.png
share/apps/amor/pics/preview/ghost.png
share/apps/amor/pics/preview/neko.png
share/apps/amor/pics/preview/tao.png
share/apps/amor/pics/preview/tux.png
share/apps/amor/pics/preview/worm.png
share/apps/amor/pics/static/billy.png
share/apps/amor/pics/static/bsd.png
share/apps/amor/pics/static/tux.png
share/apps/amor/pingurc
share/apps/amor/taorc
share/apps/amor/tips
share/apps/amor/tips-en
share/apps/amor/tuxrc
share/apps/amor/wormrc
share/apps/kdesktop/programs/kdeworld.desktop
share/apps/kicker/applets/eyesapplet.desktop
share/apps/kicker/applets/kfifteenapplet.desktop
share/apps/kicker/applets/kmoonapplet.desktop
share/apps/kicker/applets/kweather.desktop
share/apps/kicker/applets/kwwapplet.desktop
share/apps/kmoon/pics/moon1.png
share/apps/kmoon/pics/moon10.png
share/apps/kmoon/pics/moon11.png
share/apps/kmoon/pics/moon12.png
share/apps/kmoon/pics/moon13.png
share/apps/kmoon/pics/moon14.png
share/apps/kmoon/pics/moon15.png
share/apps/kmoon/pics/moon16.png
share/apps/kmoon/pics/moon17.png
share/apps/kmoon/pics/moon18.png
share/apps/kmoon/pics/moon19.png
share/apps/kmoon/pics/moon2.png
share/apps/kmoon/pics/moon20.png
share/apps/kmoon/pics/moon21.png
share/apps/kmoon/pics/moon22.png
share/apps/kmoon/pics/moon23.png
share/apps/kmoon/pics/moon24.png
share/apps/kmoon/pics/moon25.png
share/apps/kmoon/pics/moon26.png
share/apps/kmoon/pics/moon27.png
share/apps/kmoon/pics/moon28.png
share/apps/kmoon/pics/moon29.png
share/apps/kmoon/pics/moon3.png
share/apps/kmoon/pics/moon4.png
share/apps/kmoon/pics/moon5.png
share/apps/kmoon/pics/moon6.png
share/apps/kmoon/pics/moon7.png
share/apps/kmoon/pics/moon8.png
share/apps/kmoon/pics/moon9.png
share/apps/kodo/numbers.png
share/apps/kteatime/eventsrc
share/apps/kteatime/icons/crystalsvg/22x22/actions/mug.png
share/apps/kteatime/icons/crystalsvg/22x22/actions/tea_anim1.png
share/apps/kteatime/icons/crystalsvg/22x22/actions/tea_anim2.png
share/apps/kteatime/icons/crystalsvg/22x22/actions/tea_not_ready.png
share/apps/kteatime/icons/hicolor/16x16/apps/kteatime.png
share/apps/kteatime/icons/hicolor/32x32/apps/kteatime.png
share/apps/kteatime/icons/hicolor/48x48/apps/kteatime.png
share/apps/ktux/sprites/anim0001.png
share/apps/ktux/sprites/anim0002.png
share/apps/ktux/sprites/anim0003.png
share/apps/ktux/sprites/anim0004.png
share/apps/ktux/sprites/anim0005.png
share/apps/ktux/sprites/anim0006.png
share/apps/ktux/sprites/anim0007.png
share/apps/ktux/sprites/anim0008.png
share/apps/ktux/sprites/anim0009.png
share/apps/ktux/sprites/anim0010.png
share/apps/ktux/sprites/bg.png
share/apps/ktux/sprites/flare0001.png
share/apps/ktux/sprites/flare0002.png
share/apps/ktux/sprites/spriterc
share/apps/ktux/sprites/star0001.png
share/apps/ktux/sprites/star0002.png
share/apps/kweather/cloudy1.png
share/apps/kweather/cloudy1_night.png
share/apps/kweather/cloudy2.png
share/apps/kweather/cloudy2_night.png
share/apps/kweather/cloudy3.png
share/apps/kweather/cloudy3_night.png
share/apps/kweather/cloudy4.png
share/apps/kweather/cloudy4_night.png
share/apps/kweather/cloudy5.png
share/apps/kweather/dunno.png
share/apps/kweather/fog.png
share/apps/kweather/fog_night.png
share/apps/kweather/hail.png
share/apps/kweather/light_rain.png
share/apps/kweather/mist.png
share/apps/kweather/mist_night.png
share/apps/kweather/overcast.png
share/apps/kweather/shower1.png
share/apps/kweather/shower1_night.png
share/apps/kweather/shower2.png
share/apps/kweather/shower2_night.png
share/apps/kweather/shower3.png
share/apps/kweather/sleet.png
share/apps/kweather/snow1.png
share/apps/kweather/snow1_night.png
share/apps/kweather/snow2.png
share/apps/kweather/snow2_night.png
share/apps/kweather/snow3.png
share/apps/kweather/snow3_night.png
share/apps/kweather/snow4.png
share/apps/kweather/snow5.png
share/apps/kweather/sunny.png
share/apps/kweather/sunny_night.png
share/apps/kweather/tstorm1.png
share/apps/kweather/tstorm1_night.png
share/apps/kweather/tstorm2.png
share/apps/kweather/tstorm2_night.png
share/apps/kweather/tstorm3.png
share/apps/kweatherservice/stations.dat
share/apps/kweatherservice/weather_stations.desktop
share/apps/kworldclock/maps/depths/400.jpg
share/apps/kworldclock/maps/depths/800.jpg
share/apps/kworldclock/maps/depths/depths.desktop
share/apps/kworldclock/maps/flatworld/1200.jpg
share/apps/kworldclock/maps/flatworld/1600.jpg
share/apps/kworldclock/maps/flatworld/200.jpg
share/apps/kworldclock/maps/flatworld/400.jpg
share/apps/kworldclock/maps/flatworld/800.jpg
share/apps/kworldclock/maps/flatworld/flatworld.desktop
share/apps/kworldclock/pics/flag-blue.png
share/apps/kworldclock/pics/flag-green.png
share/apps/kworldclock/pics/flag-mask.xpm
share/apps/kworldclock/pics/flag-red.png
share/apps/kworldclock/pics/flag.png
share/apps/kworldclock/zone.tab
share/doc/tde/HTML/en/amor/billy.png
share/doc/tde/HTML/en/amor/bonhomme.png
share/doc/tde/HTML/en/amor/bsd.png
share/doc/tde/HTML/en/amor/common
share/doc/tde/HTML/en/amor/eyes.png
share/doc/tde/HTML/en/amor/ghost.png
share/doc/tde/HTML/en/amor/index.cache.bz2
share/doc/tde/HTML/en/amor/index.docbook
share/doc/tde/HTML/en/amor/man-amor.6.docbook
share/doc/tde/HTML/en/amor/neko.png
share/doc/tde/HTML/en/amor/pingus.png
share/doc/tde/HTML/en/amor/spot.png
share/doc/tde/HTML/en/amor/tao.png
share/doc/tde/HTML/en/amor/tux.png
share/doc/tde/HTML/en/amor/worm.png
share/doc/tde/HTML/en/kmoon/common
share/doc/tde/HTML/en/kmoon/index.cache.bz2
share/doc/tde/HTML/en/kmoon/index.docbook
share/doc/tde/HTML/en/kodo/common
share/doc/tde/HTML/en/kodo/guide.png
share/doc/tde/HTML/en/kodo/index.cache.bz2
share/doc/tde/HTML/en/kodo/index.docbook
share/doc/tde/HTML/en/kteatime/common
share/doc/tde/HTML/en/kteatime/config.png
share/doc/tde/HTML/en/kteatime/index.cache.bz2
share/doc/tde/HTML/en/kteatime/index.docbook
share/doc/tde/HTML/en/kweather/common
share/doc/tde/HTML/en/kweather/index.cache.bz2
share/doc/tde/HTML/en/kweather/index.docbook
share/doc/tde/HTML/en/kworldclock/common
share/doc/tde/HTML/en/kworldclock/index.cache.bz2
share/doc/tde/HTML/en/kworldclock/index.docbook
share/doc/tde/HTML/en/kworldclock/man-kworldclock.1.docbook
share/doc/tde/HTML/en/kworldclock/screenshot-clock-dialog.png
share/doc/tde/HTML/en/kworldclock/screenshot-mlb.png
share/doc/tde/HTML/en/kworldclock/screenshot-quairading-clock.png
share/doc/tde/HTML/en/kworldclock/screenshot-quairading-dialog.png
share/doc/tde/HTML/en/kworldclock/screenshot-rmb-cities.png
share/doc/tde/HTML/en/kworldclock/screenshot-rmb-clock.png
share/doc/tde/HTML/en/kworldclock/screenshot-rmb-daylight.png
share/doc/tde/HTML/en/kworldclock/screenshot-rmb-flags.png
share/doc/tde/HTML/en/kworldclock/screenshot-withclocks.png
share/doc/tde/HTML/en/kworldclock/screenshot-withflags.png
share/doc/tde/HTML/en/kworldclock/screenshot.png
share/icons/hicolor/16x16/apps/amor.png
share/icons/hicolor/16x16/apps/kmoon.png
share/icons/hicolor/16x16/apps/kodo.png
share/icons/hicolor/16x16/apps/kteatime.png
share/icons/hicolor/16x16/apps/ktux.png
share/icons/hicolor/16x16/apps/kweather.png
share/icons/hicolor/16x16/apps/kworldclock.png
share/icons/hicolor/22x22/apps/amor.png
share/icons/hicolor/22x22/apps/kworldclock.png
share/icons/hicolor/32x32/apps/amor.png
share/icons/hicolor/32x32/apps/kmoon.png
share/icons/hicolor/32x32/apps/kodo.png
share/icons/hicolor/32x32/apps/kteatime.png
share/icons/hicolor/32x32/apps/ktux.png
share/icons/hicolor/32x32/apps/kweather.png
share/icons/hicolor/32x32/apps/kworldclock.png
share/icons/hicolor/48x48/apps/amor.png
share/icons/hicolor/48x48/apps/kmoon.png
share/icons/hicolor/48x48/apps/kodo.png
share/icons/hicolor/48x48/apps/kteatime.png
share/icons/hicolor/48x48/apps/kweather.png
share/icons/hicolor/48x48/apps/kworldclock.png
share/services/kcmweather.desktop
share/services/kcmweatherservice.desktop
share/services/kweatherservice.desktop

@ -0,0 +1,48 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
.include <../trinity.port.mk>
PORTNAME= tdeutils-trinity
COMMENT= Trinity general purpose utilities
TDE_PREVERSION= ~pre8+bdc3d0f0
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= x11 misc
DIST_SUBDIR= TDE
BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:${PORTSDIR}/x11/trinity/tdelibs \
LIB_DEPENDS+= libtqt.so:${PORTSDIR}/x11/trinity/dependencies/tqtinterface \
RUN_DEPENDS+=\
gpg:${PORTSDIR}/security/gnupg \
LIB_DEPENDS+=\
libgmp.so:${PORTSDIR}/math/gmp \
libnetsnmp.so:${PORTSDIR}/net-mgmt/net-snmp \
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
\
-DBUILD_ALL="ON" \
-DBUILD_KMILO="OFF" \
-DBUILD_KLAPTOPDAEMON="OFF" \
-DWITH_DPMS="ON" \
-DWITH_I8K="ON" \
-DWITH_SNMP="ON" \
-DWITH_SENSORS="ON" \
-DWITH_XMMS="ON" \
-DWITH_TDENEWSTUFF="ON"
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,2 @@
SHA256 (TDE/tdeutils-trinity_14.0.1~pre8.orig.tar.xz) = c360555f93e93c5441461452c4579c24afe96b0dcbbda634ba8bf9b31fd80e75
SIZE (TDE/tdeutils-trinity_14.0.1~pre8.orig.tar.xz) = 2328056

@ -0,0 +1,4 @@
Trinity general purpose utilities
This package includes a collection of general purpose utilities.
provided with the official release of TDE.

@ -0,0 +1,476 @@
bin/ark
bin/irkick
bin/kcalc
bin/kcharselect
bin/kdf
bin/kedit
bin/kfloppy
bin/kgpg
bin/khexedit
bin/kjots
bin/kregexpeditor
bin/ktimer
bin/kwikdisk
bin/superkaramba
bin/tdessh
bin/tdewalletmanager
include/ksim/chart.h
include/ksim/common.h
include/ksim/ksimconfig.h
include/ksim/label.h
include/ksim/led.h
include/ksim/pluginglobal.h
include/ksim/pluginloader.h
include/ksim/pluginmodule.h
include/ksim/progress.h
include/ksim/themeloader.h
include/ksim/themetypes.h
include/kwidgetstreamer.h
include/tdemultiformlistbox.h
include/tdemultiformlistboxentry.h
include/tdemultiformlistboxfactory.h
lib/libkhexeditcommon.la
lib/libkhexeditcommon.so
lib/libkhexeditcommon.so.0
lib/libkhexeditcommon.so.0.0.0
lib/libkregexpeditorcommon.la
lib/libkregexpeditorcommon.so
lib/libkregexpeditorcommon.so.1
lib/libkregexpeditorcommon.so.1.0.0
lib/libksimcore.la
lib/libksimcore.so
lib/libksimcore.so.1
lib/libksimcore.so.1.0.0
lib/libtdeinit_ark.la
lib/libtdeinit_ark.so
lib/libtdeinit_irkick.la
lib/libtdeinit_irkick.so
lib/libtdeinit_kcalc.la
lib/libtdeinit_kcalc.so
lib/libtdeinit_kedit.la
lib/libtdeinit_kedit.so
lib/trinity/ark.la
lib/trinity/ark.so
lib/trinity/irkick.la
lib/trinity/irkick.so
lib/trinity/kcalc.la
lib/trinity/kcalc.so
lib/trinity/kcharselect_panelapplet.la
lib/trinity/kcharselect_panelapplet.so
lib/trinity/kcm_kcmlirc.la
lib/trinity/kcm_kcmlirc.so
lib/trinity/kcm_kdf.la
lib/trinity/kcm_kdf.so
lib/trinity/kcm_tdewallet.la
lib/trinity/kcm_tdewallet.so
lib/trinity/kedit.la
lib/trinity/kedit.so
lib/trinity/ksim_cpu.la
lib/trinity/ksim_cpu.so
lib/trinity/ksim_disk.la
lib/trinity/ksim_disk.so
lib/trinity/ksim_filesystem.la
lib/trinity/ksim_filesystem.so
lib/trinity/ksim_i8k.la
lib/trinity/ksim_i8k.so
lib/trinity/ksim_net.la
lib/trinity/ksim_net.so
lib/trinity/ksim_panelextension.la
lib/trinity/ksim_panelextension.so
lib/trinity/ksim_sensors.la
lib/trinity/ksim_sensors.so
lib/trinity/ksim_snmp.la
lib/trinity/ksim_snmp.so
lib/trinity/libarkpart.la
lib/trinity/libarkpart.so
lib/trinity/libkbyteseditwidget.la
lib/trinity/libkbyteseditwidget.so
lib/trinity/libkhexedit2part.la
lib/trinity/libkhexedit2part.so
lib/trinity/libkregexpeditorgui.la
lib/trinity/libkregexpeditorgui.so
share/applications/tde/KCharSelect.desktop
share/applications/tde/KEdit.desktop
share/applications/tde/KFloppy.desktop
share/applications/tde/Kjots.desktop
share/applications/tde/ark.desktop
share/applications/tde/irkick.desktop
share/applications/tde/kcalc.desktop
share/applications/tde/kcmdf.desktop
share/applications/tde/kcmlirc.desktop
share/applications/tde/kdf.desktop
share/applications/tde/kgpg.desktop
share/applications/tde/khexedit.desktop
share/applications/tde/kregexpeditor.desktop
share/applications/tde/ktimer.desktop
share/applications/tde/kwikdisk.desktop
share/applications/tde/tdewalletconfig.desktop
share/applications/tde/tdewalletmanager-tdewalletd.desktop
share/applications/tde/tdewalletmanager.desktop
share/applnk/Utilities/superkaramba.desktop
share/apps/ark/ark_part.rc
share/apps/ark/ark_part_readonly.rc
share/apps/ark/arkui.rc
share/apps/ark/icons/crystalsvg/22x22/actions/ark_adddir.png
share/apps/ark/icons/crystalsvg/22x22/actions/ark_addfile.png
share/apps/ark/icons/crystalsvg/22x22/actions/ark_delete.png
share/apps/ark/icons/crystalsvg/22x22/actions/ark_deselectall.png
share/apps/ark/icons/crystalsvg/22x22/actions/ark_edit.png
share/apps/ark/icons/crystalsvg/22x22/actions/ark_extract.png
share/apps/ark/icons/crystalsvg/22x22/actions/ark_selectall.png
share/apps/ark/icons/crystalsvg/22x22/actions/ark_view.png
share/apps/ark/icons/crystalsvg/32x32/actions/ark_adddir.png
share/apps/ark/icons/crystalsvg/32x32/actions/ark_addfile.png
share/apps/ark/icons/crystalsvg/32x32/actions/ark_delete.png
share/apps/ark/icons/crystalsvg/32x32/actions/ark_deselectall.png
share/apps/ark/icons/crystalsvg/32x32/actions/ark_edit.png
share/apps/ark/icons/crystalsvg/32x32/actions/ark_extract.png
share/apps/ark/icons/crystalsvg/32x32/actions/ark_selectall.png
share/apps/ark/icons/crystalsvg/32x32/actions/ark_view.png
share/apps/irkick/icons/hicolor/16x16/actions/irkick.png
share/apps/irkick/icons/hicolor/16x16/actions/irkickflash.png
share/apps/irkick/icons/hicolor/16x16/actions/irkickoff.png
share/apps/irkick/icons/hicolor/16x16/actions/ledblue.png
share/apps/irkick/icons/hicolor/16x16/actions/ledgreen.png
share/apps/irkick/icons/hicolor/16x16/actions/ledlightblue.png
share/apps/irkick/icons/hicolor/16x16/actions/ledlightgreen.png
share/apps/irkick/icons/hicolor/16x16/actions/ledorange.png
share/apps/irkick/icons/hicolor/16x16/actions/ledpurple.png
share/apps/irkick/icons/hicolor/16x16/actions/ledred.png
share/apps/irkick/icons/hicolor/16x16/actions/ledyellow.png
share/apps/irkick/icons/hicolor/32x32/actions/ledblue.png
share/apps/irkick/icons/hicolor/32x32/actions/ledgreen.png
share/apps/irkick/icons/hicolor/32x32/actions/ledlightblue.png
share/apps/irkick/icons/hicolor/32x32/actions/ledlightgreen.png
share/apps/irkick/icons/hicolor/32x32/actions/ledorange.png
share/apps/irkick/icons/hicolor/32x32/actions/ledpurple.png
share/apps/irkick/icons/hicolor/32x32/actions/ledred.png
share/apps/irkick/icons/hicolor/32x32/actions/ledyellow.png
share/apps/kcalc/kcalcui.rc
share/apps/kcharselect/kcharselectui.rc
share/apps/kdf/kdfui.rc
share/apps/kdf/pics/delete.png
share/apps/kdf/pics/tick.png
share/apps/kedit/keditui.rc
share/apps/kgpg/icons/crystalsvg/16x16/actions/kgpg_key1.png
share/apps/kgpg/icons/crystalsvg/16x16/actions/kgpg_key2.png
share/apps/kgpg/icons/crystalsvg/16x16/actions/kgpg_key3.png
share/apps/kgpg/icons/crystalsvg/16x16/actions/kgpg_key4.png
share/apps/kgpg/icons/crystalsvg/22x22/actions/kgpg_edit.png
share/apps/kgpg/icons/crystalsvg/22x22/actions/kgpg_export.png
share/apps/kgpg/icons/crystalsvg/22x22/actions/kgpg_gen.png
share/apps/kgpg/icons/crystalsvg/22x22/actions/kgpg_identity.png
share/apps/kgpg/icons/crystalsvg/22x22/actions/kgpg_import.png
share/apps/kgpg/icons/crystalsvg/22x22/actions/kgpg_info.png
share/apps/kgpg/icons/crystalsvg/22x22/actions/kgpg_photo.png
share/apps/kgpg/icons/crystalsvg/22x22/actions/kgpg_show.png
share/apps/kgpg/icons/crystalsvg/22x22/actions/kgpg_sign.png
share/apps/kgpg/icons/crystalsvg/22x22/actions/kgpg_term.png
share/apps/kgpg/kgpg.rc
share/apps/kgpg/listkeys.rc
share/apps/kgpg/pics/kgpg_anim.gif
share/apps/kgpg/pics/kgpg_blank.png
share/apps/kgpg/pics/kgpg_docked.gif
share/apps/kgpg/pics/kgpg_docked.png
share/apps/kgpg/pics/kgpg_fill.png
share/apps/kgpg/tips
share/apps/khexedit/khexeditui.rc
share/apps/khexedit/pics/hexdrag.png
share/apps/khexedit/pics/hexmask.png
share/apps/khexedit/pics/hexwrite.png
share/apps/khexedit2part/khexedit2partui.rc
share/apps/kicker/applets/kcharselectapplet.desktop
share/apps/kicker/extensions/ksim.desktop
share/apps/kjots/kjotsui.rc
share/apps/kjots/pics/filedel.png
share/apps/konqueror/servicemenus/encryptfile.desktop
share/apps/konqueror/servicemenus/encryptfolder.desktop
share/apps/konqueror/servicemenus/floppy_format.desktop
share/apps/kregexpeditor/pics/altn.png
share/apps/kregexpeditor/pics/anychar.png
share/apps/kregexpeditor/pics/autoverify.png
share/apps/kregexpeditor/pics/begline.png
share/apps/kregexpeditor/pics/characters.png
share/apps/kregexpeditor/pics/compound.png
share/apps/kregexpeditor/pics/endline.png
share/apps/kregexpeditor/pics/error.png
share/apps/kregexpeditor/pics/neglookahead.png
share/apps/kregexpeditor/pics/nonwordboundary.png
share/apps/kregexpeditor/pics/poslookahead.png
share/apps/kregexpeditor/pics/repeat.png
share/apps/kregexpeditor/pics/select.png
share/apps/kregexpeditor/pics/text.png
share/apps/kregexpeditor/pics/verify.png
share/apps/kregexpeditor/pics/wordboundary.png
share/apps/kregexpeditor/predefined/general/anything.regexp
share/apps/kregexpeditor/predefined/general/spaces.regexp
share/apps/ksim/monitors/DFree.desktop
share/apps/ksim/monitors/Lm_sensors.desktop
share/apps/ksim/monitors/Net.desktop
share/apps/ksim/monitors/Snmp.desktop
share/apps/ksim/monitors/cpu.desktop
share/apps/ksim/monitors/disk.desktop
share/apps/ksim/monitors/i8k.desktop
share/apps/ksim/pics/clock.png
share/apps/ksim/pics/uptime.png
share/apps/ksim/themes/ksim/bg_chart.png
share/apps/ksim/themes/ksim/bg_grid.png
share/apps/ksim/themes/ksim/bg_meter.png
share/apps/ksim/themes/ksim/bg_panel.png
share/apps/ksim/themes/ksim/frame_bottom.png
share/apps/ksim/themes/ksim/frame_left.png
share/apps/ksim/themes/ksim/frame_right.png
share/apps/ksim/themes/ksim/frame_top.png
share/apps/ksim/themes/ksim/gkrellmrc
share/apps/ksim/themes/ksim/gkrellmrc_ksim
share/apps/ksim/themes/ksim/host/bg_meter.png
share/apps/ksim/themes/ksim/krell_meter.png
share/apps/ksim/themes/ksim/krell_panel.png
share/apps/ksim/themes/ksim/krell_slider.png
share/apps/ksim/themes/ksim/mail/decal_mail.png
share/apps/ksim/themes/ksim/mail/krell_mail.png
share/apps/ksim/themes/ksim/mail/krell_mail_daemon.png
share/apps/ksim/themes/ksim/net/decal_net_leds.png
share/apps/profiles/konqueror.profile.xml
share/apps/profiles/noatun.profile.xml
share/apps/profiles/profile.dtd
share/apps/profiles/tdelauncher.profile.xml
share/apps/remotes/RM-0010.remote.xml
share/apps/remotes/cimr100.remote.xml
share/apps/remotes/hauppauge.remote.xml
share/apps/remotes/remote.dtd
share/apps/remotes/sherwood.remote.xml
share/apps/remotes/sonytv.remote.xml
share/apps/superkaramba/superkarambaui.rc
share/apps/tdeconf_update/kcalcrc.upd
share/apps/tdeconf_update/kcharselect.upd
share/apps/tdewalletmanager/icons/crystalsvg/22x22/actions/folder_closed.png
share/apps/tdewalletmanager/icons/crystalsvg/22x22/actions/folder_open.png
share/apps/tdewalletmanager/icons/crystalsvg/22x22/actions/wallet_closed.png
share/apps/tdewalletmanager/icons/crystalsvg/22x22/actions/wallet_open.png
share/apps/tdewalletmanager/tdewalleteditor.rc
share/apps/tdewalletmanager/tdewalletmanager.rc
share/autostart/irkick.desktop
share/autostart/kgpg.desktop
share/cmake/libksimcore.cmake
share/config.kcfg/ark.kcfg
share/config.kcfg/kcalc.kcfg
share/config.kcfg/kedit.kcfg
share/config.kcfg/kgpg.kcfg
share/config.kcfg/kjots.kcfg
share/config/ksim_panelextensionrc
share/doc/tde/HTML/en/KRegExpEditor/altn.png
share/doc/tde/HTML/en/KRegExpEditor/altntool.png
share/doc/tde/HTML/en/KRegExpEditor/anychar.png
share/doc/tde/HTML/en/KRegExpEditor/anychartool.png
share/doc/tde/HTML/en/KRegExpEditor/begline.png
share/doc/tde/HTML/en/KRegExpEditor/boundarytools.png
share/doc/tde/HTML/en/KRegExpEditor/characters.png
share/doc/tde/HTML/en/KRegExpEditor/charactertool.png
share/doc/tde/HTML/en/KRegExpEditor/common
share/doc/tde/HTML/en/KRegExpEditor/compound.png
share/doc/tde/HTML/en/KRegExpEditor/compoundtool.png
share/doc/tde/HTML/en/KRegExpEditor/endline.png
share/doc/tde/HTML/en/KRegExpEditor/index.cache.bz2
share/doc/tde/HTML/en/KRegExpEditor/index.docbook
share/doc/tde/HTML/en/KRegExpEditor/linestartendtool.png
share/doc/tde/HTML/en/KRegExpEditor/lookaheadtools.png
share/doc/tde/HTML/en/KRegExpEditor/neglookahead.png
share/doc/tde/HTML/en/KRegExpEditor/nonwordboundary.png
share/doc/tde/HTML/en/KRegExpEditor/poslookahead.png
share/doc/tde/HTML/en/KRegExpEditor/repeat.png
share/doc/tde/HTML/en/KRegExpEditor/repeattool.png
share/doc/tde/HTML/en/KRegExpEditor/select.png
share/doc/tde/HTML/en/KRegExpEditor/text.png
share/doc/tde/HTML/en/KRegExpEditor/texttool.png
share/doc/tde/HTML/en/KRegExpEditor/theEditor.png
share/doc/tde/HTML/en/KRegExpEditor/wordboundary.png
share/doc/tde/HTML/en/ark/common
share/doc/tde/HTML/en/ark/index.cache.bz2
share/doc/tde/HTML/en/ark/index.docbook
share/doc/tde/HTML/en/ark/man-ark.1.docbook
share/doc/tde/HTML/en/irkick/common
share/doc/tde/HTML/en/irkick/index.cache.bz2
share/doc/tde/HTML/en/irkick/index.docbook
share/doc/tde/HTML/en/kcalc/commands.docbook
share/doc/tde/HTML/en/kcalc/common
share/doc/tde/HTML/en/kcalc/index.cache.bz2
share/doc/tde/HTML/en/kcalc/index.docbook
share/doc/tde/HTML/en/kcharselect/common
share/doc/tde/HTML/en/kcharselect/index.cache.bz2
share/doc/tde/HTML/en/kcharselect/index.docbook
share/doc/tde/HTML/en/kcmlirc/common
share/doc/tde/HTML/en/kcmlirc/index.cache.bz2
share/doc/tde/HTML/en/kcmlirc/index.docbook
share/doc/tde/HTML/en/kcontrol/kcmlowbatcrit/common
share/doc/tde/HTML/en/kcontrol/kcmlowbatcrit/index.cache.bz2
share/doc/tde/HTML/en/kcontrol/kcmlowbatcrit/index.docbook
share/doc/tde/HTML/en/kcontrol/kcmlowbatwarn/common
share/doc/tde/HTML/en/kcontrol/kcmlowbatwarn/index.cache.bz2
share/doc/tde/HTML/en/kcontrol/kcmlowbatwarn/index.docbook
share/doc/tde/HTML/en/kcontrol/kvaio/common
share/doc/tde/HTML/en/kcontrol/kvaio/index.cache.bz2
share/doc/tde/HTML/en/kcontrol/kvaio/index.docbook
share/doc/tde/HTML/en/kcontrol/laptop/common
share/doc/tde/HTML/en/kcontrol/laptop/index.cache.bz2
share/doc/tde/HTML/en/kcontrol/laptop/index.docbook
share/doc/tde/HTML/en/kcontrol/powerctrl/common
share/doc/tde/HTML/en/kcontrol/powerctrl/index.cache.bz2
share/doc/tde/HTML/en/kcontrol/powerctrl/index.docbook
share/doc/tde/HTML/en/kcontrol/storagedevices/common
share/doc/tde/HTML/en/kcontrol/storagedevices/index.cache.bz2
share/doc/tde/HTML/en/kcontrol/storagedevices/index.docbook
share/doc/tde/HTML/en/kcontrol/thinkpad/common
share/doc/tde/HTML/en/kcontrol/thinkpad/index.cache.bz2
share/doc/tde/HTML/en/kcontrol/thinkpad/index.docbook
share/doc/tde/HTML/en/kdf/common
share/doc/tde/HTML/en/kdf/index.cache.bz2
share/doc/tde/HTML/en/kdf/index.docbook
share/doc/tde/HTML/en/kdf/kdf.png
share/doc/tde/HTML/en/kdf/kdf_config.png
share/doc/tde/HTML/en/kedit/common
share/doc/tde/HTML/en/kedit/index.cache.bz2
share/doc/tde/HTML/en/kedit/index.docbook
share/doc/tde/HTML/en/kfloppy/common
share/doc/tde/HTML/en/kfloppy/index.cache.bz2
share/doc/tde/HTML/en/kfloppy/index.docbook
share/doc/tde/HTML/en/kgpg/common
share/doc/tde/HTML/en/kgpg/editor.png
share/doc/tde/HTML/en/kgpg/index.cache.bz2
share/doc/tde/HTML/en/kgpg/index.docbook
share/doc/tde/HTML/en/kgpg/keygen.png
share/doc/tde/HTML/en/kgpg/keymanage.png
share/doc/tde/HTML/en/kgpg/keys.png
share/doc/tde/HTML/en/kgpg/kicker.png
share/doc/tde/HTML/en/kgpg/options.png
share/doc/tde/HTML/en/khexedit/common
share/doc/tde/HTML/en/khexedit/index.cache.bz2
share/doc/tde/HTML/en/khexedit/index.docbook
share/doc/tde/HTML/en/khexedit/khexedit1.png
share/doc/tde/HTML/en/kjots/common
share/doc/tde/HTML/en/kjots/index.cache.bz2
share/doc/tde/HTML/en/kjots/index.docbook
share/doc/tde/HTML/en/ksim/common
share/doc/tde/HTML/en/ksim/index.cache.bz2
share/doc/tde/HTML/en/ksim/index.docbook
share/doc/tde/HTML/en/ktimer/common
share/doc/tde/HTML/en/ktimer/first.png
share/doc/tde/HTML/en/ktimer/index.cache.bz2
share/doc/tde/HTML/en/ktimer/index.docbook
share/doc/tde/HTML/en/ktimer/main.png
share/doc/tde/HTML/en/ktimer/running.png
share/doc/tde/HTML/en/ktimer/two_at_once.png
share/doc/tde/HTML/en/superkaramba/common
share/doc/tde/HTML/en/superkaramba/index.cache.bz2
share/doc/tde/HTML/en/superkaramba/index.docbook
share/doc/tde/HTML/en/tdewallet/common
share/doc/tde/HTML/en/tdewallet/cr22-action-wallet_closed.png
share/doc/tde/HTML/en/tdewallet/cr22-action-wallet_open.png
share/doc/tde/HTML/en/tdewallet/edit1.png
share/doc/tde/HTML/en/tdewallet/edit2.png
share/doc/tde/HTML/en/tdewallet/edit3.png
share/doc/tde/HTML/en/tdewallet/index.cache.bz2
share/doc/tde/HTML/en/tdewallet/index.docbook
share/doc/tde/HTML/en/tdewallet/password1.png
share/doc/tde/HTML/en/tdewallet/password2.png
share/doc/tde/HTML/en/tdewallet/tdewalletmanager.png
share/icons/crystalsvg/128x128/apps/superkaramba.png
share/icons/crystalsvg/128x128/mimetypes/superkaramba_theme.png
share/icons/crystalsvg/16x16/apps/kcmdf.png
share/icons/crystalsvg/16x16/apps/ksim.png
share/icons/crystalsvg/16x16/apps/superkaramba.png
share/icons/crystalsvg/16x16/devices/ksim_cpu.png
share/icons/crystalsvg/16x16/mimetypes/superkaramba_theme.png
share/icons/crystalsvg/22x22/apps/kcmdf.png
share/icons/crystalsvg/22x22/apps/superkaramba.png
share/icons/crystalsvg/22x22/mimetypes/superkaramba_theme.png
share/icons/crystalsvg/32x32/apps/kcmdf.png
share/icons/crystalsvg/32x32/apps/ksim.png
share/icons/crystalsvg/32x32/apps/superkaramba.png
share/icons/crystalsvg/32x32/mimetypes/superkaramba_theme.png
share/icons/crystalsvg/48x48/apps/ksim.png
share/icons/crystalsvg/48x48/apps/superkaramba.png
share/icons/crystalsvg/48x48/mimetypes/superkaramba_theme.png
share/icons/crystalsvg/64x64/apps/superkaramba.png
share/icons/crystalsvg/64x64/mimetypes/superkaramba_theme.png
share/icons/crystalsvg/scalable/apps/superkaramba.svgz
share/icons/crystalsvg/scalable/mimetypes/superkaramba_theme.svgz
share/icons/hicolor/128x128/apps/ark.png
share/icons/hicolor/128x128/apps/kdf.png
share/icons/hicolor/128x128/apps/kfloppy.png
share/icons/hicolor/128x128/apps/kregexpeditor.png
share/icons/hicolor/128x128/apps/ktimer.png
share/icons/hicolor/128x128/apps/kwikdisk.png
share/icons/hicolor/128x128/apps/tdewalletmanager.png
share/icons/hicolor/16x16/apps/ark.png
share/icons/hicolor/16x16/apps/irkick.png
share/icons/hicolor/16x16/apps/kcalc.png
share/icons/hicolor/16x16/apps/kcharselect.png
share/icons/hicolor/16x16/apps/kdf.png
share/icons/hicolor/16x16/apps/kedit.png
share/icons/hicolor/16x16/apps/kfloppy.png
share/icons/hicolor/16x16/apps/kgpg.png
share/icons/hicolor/16x16/apps/khexedit.png
share/icons/hicolor/16x16/apps/kjots.png
share/icons/hicolor/16x16/apps/kregexpeditor.png
share/icons/hicolor/16x16/apps/ktimer.png
share/icons/hicolor/16x16/apps/kwikdisk.png
share/icons/hicolor/16x16/apps/tdewalletmanager.png
share/icons/hicolor/22x22/apps/ark.png
share/icons/hicolor/22x22/apps/irkick.png
share/icons/hicolor/22x22/apps/kcalc.png
share/icons/hicolor/22x22/apps/kdf.png
share/icons/hicolor/22x22/apps/kedit.png
share/icons/hicolor/22x22/apps/kfloppy.png
share/icons/hicolor/22x22/apps/kgpg.png
share/icons/hicolor/22x22/apps/kjots.png
share/icons/hicolor/22x22/apps/kregexpeditor.png
share/icons/hicolor/22x22/apps/kwikdisk.png
share/icons/hicolor/22x22/apps/tdewalletmanager.png
share/icons/hicolor/32x32/apps/ark.png
share/icons/hicolor/32x32/apps/irkick.png
share/icons/hicolor/32x32/apps/kcalc.png
share/icons/hicolor/32x32/apps/kcharselect.png
share/icons/hicolor/32x32/apps/kdf.png
share/icons/hicolor/32x32/apps/kedit.png
share/icons/hicolor/32x32/apps/kfloppy.png
share/icons/hicolor/32x32/apps/kgpg.png
share/icons/hicolor/32x32/apps/khexedit.png
share/icons/hicolor/32x32/apps/kjots.png
share/icons/hicolor/32x32/apps/kregexpeditor.png
share/icons/hicolor/32x32/apps/ktimer.png
share/icons/hicolor/32x32/apps/kwikdisk.png
share/icons/hicolor/32x32/apps/tdewalletmanager.png
share/icons/hicolor/48x48/apps/ark.png
share/icons/hicolor/48x48/apps/kcalc.png
share/icons/hicolor/48x48/apps/kcharselect.png
share/icons/hicolor/48x48/apps/kdf.png
share/icons/hicolor/48x48/apps/kedit.png
share/icons/hicolor/48x48/apps/kfloppy.png
share/icons/hicolor/48x48/apps/kgpg.png
share/icons/hicolor/48x48/apps/khexedit.png
share/icons/hicolor/48x48/apps/kjots.png
share/icons/hicolor/48x48/apps/kregexpeditor.png
share/icons/hicolor/48x48/apps/ktimer.png
share/icons/hicolor/48x48/apps/kwikdisk.png
share/icons/hicolor/48x48/apps/tdewalletmanager.png
share/icons/hicolor/64x64/apps/ark.png
share/icons/hicolor/64x64/apps/kcalc.png
share/icons/hicolor/64x64/apps/kdf.png
share/icons/hicolor/64x64/apps/kedit.png
share/icons/hicolor/64x64/apps/kfloppy.png
share/icons/hicolor/64x64/apps/kjots.png
share/icons/hicolor/64x64/apps/kregexpeditor.png
share/icons/hicolor/64x64/apps/kwikdisk.png
share/icons/hicolor/64x64/apps/tdewalletmanager.png
share/icons/hicolor/scalable/apps/ark.svgz
share/icons/hicolor/scalable/apps/kcalc.svgz
share/icons/locolor/16x16/apps/irkick.png
share/icons/locolor/32x32/apps/irkick.png
share/mimelnk/application/x-superkaramba.desktop
share/services/ark_part.desktop
share/services/kbyteseditwidget.desktop
share/services/khexedit2part.desktop
share/services/kregexpeditorgui.desktop
share/services/tdewallet_config.desktop
share/services/tdewalletmanager_show.desktop

@ -0,0 +1,42 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
.include <../trinity.port.mk>
PORTNAME= tdevelop-trinity
COMMENT= Trinity IDE for Unix/X11
TDE_PREVERSION= ~pre12+21138abb
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= x11 misc
DIST_SUBDIR= TDE
BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:${PORTSDIR}/x11/trinity/tdelibs \
${TDE_PREFIX}/lib/libcvsservice.so:${PORTSDIR}/x11/trinity/tdesdk \
LIB_DEPENDS+= libtqt.so:${PORTSDIR}/x11/trinity/dependencies/tqtinterface \
LIB_DEPENDS+=\
libaprutil-1.so:${PORTSDIR}/devel/apr1 \
libsvn_client-1.so:${PORTSDIR}/devel/subversion \
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
\
-DBUILD_ALL="ON" \
-DWITH_BUILDTOOL_ALL="ON" \
-DWITH_LANGUAGE_ALL="ON" \
-DWITH_VCS_ALL="ON" \
-DQTDIR="${LOCALBASE}/share/tqt3"
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>

@ -0,0 +1,2 @@
SHA256 (TDE/tdevelop-trinity_14.0.1~pre12.orig.tar.xz) = 08dab666a84f9bc34dd47657033ecc0a5a9bc05d1764b52e41599c3cd0db5df7
SIZE (TDE/tdevelop-trinity_14.0.1~pre12.orig.tar.xz) = 7383932

@ -0,0 +1,9 @@
Trinity IDE for Unix/X11
TDevelop is an easy to use Integrated Development Environment
for developing C/C++ applications under X11. It features.
project management, an advanced editor, a class browser
and an integrated debugger.
The application wizard can generate fully functional projects
for terminal programs and GUI programs using TQt, Qt, TDE, KDE or GNOME.

File diff suppressed because it is too large Load Diff

@ -0,0 +1,39 @@
# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
.include <../trinity.port.mk>
PORTNAME= tdewebdev-trinity
COMMENT= Trinity web development apps
TDE_PREVERSION= ~pre6+1b7d24d2
MASTER_SITE_SUBDIR= t/${PORTNAME}
PORTREVISION= 0
CATEGORIES= x11 www
DIST_SUBDIR= TDE
BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:${PORTSDIR}/x11/trinity/tdelibs \
LIB_DEPENDS+= libtqt.so:${PORTSDIR}/x11/trinity/dependencies/tqtinterface \
RUN_DEPENDS=\
${TDE_PREFIX}/bin/cvsservice:${PORTSDIR}/x11/trinity/tdesdk \
tidy:${PORTSDIR}/www/tidy-lib \
LIB_DEPENDS+=\
libxml2.so:${PORTSDIR}/textproc/libxml2 \
libxslt.so:${PORTSDIR}/textproc/libxslt \
# 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,2 @@
SHA256 (TDE/tdewebdev-trinity_14.0.1~pre6.orig.tar.xz) = 7451e54e16e6acc57d41d7f0a047c30ce828eca81583e10fd2be54c29a1ec260
SIZE (TDE/tdewebdev-trinity_14.0.1~pre6.orig.tar.xz) = 5296328

@ -0,0 +1,4 @@
Trinity web development apps
This package includes a collection of web development applications
provided with the official release of TDE.

File diff suppressed because it is too large Load Diff

@ -0,0 +1,160 @@
### General information
TDE_VERSION?= 14.0.1
TDE_PREFIX= /opt/trinity
PREFIX= ${TDE_PREFIX}
HOMEPAGE= http://www.trinitydesktop.org/
MAINTAINER?= slavek.banko@axis.cz
MASTER_SITE_TDE?= http://mirror.xcer.cz/trinity-sb/pool/main-r14/%SUBDIR%/ \
http://ppa.quickbuild.pearsoncomputing.net/slavek-banko/main-r14/ubuntu/pool/main/%SUBDIR%/
MASTER_SITE_TDE_DEPS?= http://mirror.xcer.cz/trinity-sb/pool/deps-r14/%SUBDIR%/ \
http://ppa.quickbuild.pearsoncomputing.net/slavek-banko/deps-r14/ubuntu/pool/main/%SUBDIR%/
MASTER_SITES= ${MASTER_SITE_TDE}
PORTVERSION= ${TDE_VERSION}${TDE_PREVERSION:C/~(pre|r|s)([0-9]*).*/.p\2/1}
DISTNAME= ${PORTNAME}_${TDE_VERSION}${TDE_PREVERSION:C/(~(pre|r|s)[0-9]*).*/\1/1}
DISTSRC= ${PORTNAME}-${TDE_VERSION}${TDE_PREVERSION}
EXTRACT_CMD= gtar
EXTRACT_SUFX= .orig.tar.xz
.if ${MASTER_SITES:M*nightly-builds*}
EXTRACT_BASE= # tarballs from nightly-builds not contains directory by name of package
.else
EXTRACT_BASE= ${DISTSRC}/
.endif
EXTRACT_AFTER_ARGS+=--transform "s|^\(${DISTSRC}\)\?|${DISTNAME}/|S" --wildcards
### General build options
TDE_DEBUG?= 0
.MAKEFLAGS= # Reset makeflags to avoid -B supplied from bsd.port.subdir.mk
PKG_CONFIG_PATH=/opt/trinity/lib/pkgconfig:/usr/local/libdata/pkgconfig:/usr/libdata/pkgconfig
EXTRACT_DEPENDS=\
gtar:${PORTSDIR}/archivers/gtar \
BUILD_DEPENDS=\
automake:${PORTSDIR}/devel/automake \
libtool:${PORTSDIR}/devel/libtool \
cmake:${PORTSDIR}/devel/cmake \
gfind:${PORTSDIR}/misc/findutils \
gsed:${PORTSDIR}/textproc/gsed \
bash:${PORTSDIR}/shells/bash \
USES+= gmake
PATCH_STRIP= -p1
# Build Flags
TDE_FLAGS=-I${LOCALBASE}/include
TDE_LDFLAGS=-L${LOCALBASE}/lib
.if ${TDE_DEBUG}
TDE_FLAGS+= -g
CMAKE_BUILD_TYPE=Debug
.else
TDE_FLAGS+= -DNDEBUG
CMAKE_BUILD_TYPE=RelWithDebInfo
.endif
CMAKE_BUILD_TYPE_U=`echo ${CMAKE_BUILD_TYPE} | tr [:lower:] [:upper:]`
# Custom configure commands
TDE_BUILD_ENV=\
TDEDIR="${TDE_PREFIX}" \
PATH="${TDE_PREFIX}/bin:${PATH}" \
PKG_CONFIG_PATH="${PKG_CONFIG_PATH}" \
CFLAGS="${CFLAGS} ${TDE_FLAGS}" \
CXXFLAGS="${CXXFLAGS} ${TDE_FLAGS}" \
LDFLAGS="${LDFLAGS} ${TDE_LDFLAGS}"
TDE_CMAKE_CONFIGURE=\
export ${TDE_BUILD_ENV}; \
export CMAKE_PREFIX_PATH="${LOCALBASE}"; \
cd ${WRKSRC} && mkdir .build && cd .build && \
cmake .. \
-DCMAKE_BUILD_TYPE="${CMAKE_BUILD_TYPE}" \
-DCMAKE_C_FLAGS="${TDE_FLAGS}" \
-DCMAKE_CXX_FLAGS="${TDE_FLAGS}" \
-DCMAKE_EXE_LINKER_FLAGS_${CMAKE_BUILD_TYPE_U}="${TDE_LDFLAGS}" \
-DCMAKE_MODULE_LINKER_FLAGS_${CMAKE_BUILD_TYPE_U}="${TDE_LDFLAGS}" \
-DCMAKE_SHARED_LINKER_FLAGS_${CMAKE_BUILD_TYPE_U}="${TDE_LDFLAGS}" \
\
-DCMAKE_INSTALL_PREFIX="${TDE_PREFIX}" \
-DCMAKE_INSTALL_RPATH="${TDE_PREFIX}/lib" \
-DCMAKE_SKIP_RPATH=OFF \
-DCMAKE_VERBOSE_MAKEFILE=ON \
TDE_AUTOTOOLS_CONFIGURE=\
export ${TDE_BUILD_ENV}; \
cd ${WRKSRC} && mkdir .build && cd .build && \
${WRKSRC}/configure \
--prefix=${TDE_PREFIX} \
--exec-prefix=${TDE_PREFIX} \
--bindir=${TDE_PREFIX}/bin \
--libdir=${TDE_PREFIX}/lib \
--includedir=${TDE_PREFIX}/include \
--datadir=${TDE_PREFIX}/share \
\
--enable-shared \
--disable-static \
--disable-dependency-tracking \
--enable-final \
--enable-new-ldflags \
--enable-closure \
--enable-rpath \
.if ${TDE_DEBUG}
TDE_AUTOTOOLS_CONFIGURE+=--enable-debug
.else
TDE_AUTOTOOLS_CONFIGURE+=--disable-debug
.endif
### Custom build targets
tde-pathfix:
cd ${WRKSRC}; \
[ -d admin ] && \
gsed -i admin/am_edit \
admin/debianrules \
admin/nmcheck \
-e "s|/usr/bin/perl|${LOCALBASE}/bin/perl|"; \
[ -d cmake ] && \
gsed -i cmake/install_apidox \
cmake/generate_apidox \
-e "s|/bin/bash|${LOCALBASE}/bin/bash|g"; \
gfind -name "*.pl" | xargs -r \
gsed -i -e "s|/usr/bin/perl|${LOCALBASE}/bin/perl|"
### Custom build targets for CMAKE
tde-cmake-prepare:
rm -rf "${WRKSRC}/.build"
tde-cmake-build:
${TDE_BUILD_ENV} \
${MAKE_CMD} -C "${WRKSRC}/.build"
tde-cmake-install:
${TDE_BUILD_ENV} \
DESTDIR=${STAGEDIR} \
${MAKE_CMD} -C "${WRKSRC}/.build" install
### Custom build targets for AUTOTOOLS
tde-autotools-prepare:
rm -rf "${WRKSRC}/.build"
cp -f "/usr/local/share/aclocal/libtool.m4" "${WRKSRC}/admin/libtool.m4.in"
cp -f "/usr/local/share/libtool/build-aux/ltmain.sh" "${WRKSRC}/admin/ltmain.sh"
gsed -i "${WRKSRC}/admin/acinclude.m4.in" -e "s|/usr/include/tqt|${LOCALBASE}/include/tqt|g"
${MAKE_CMD} -C "${WRKSRC}" -f "admin/Makefile.common"
tde-autotools-build:
${TDE_BUILD_ENV} \
${MAKE_CMD} -C "${WRKSRC}/.build"
tde-autotools-install:
${TDE_BUILD_ENV} \
DESTDIR=${STAGEDIR} \
${MAKE_CMD} -C "${WRKSRC}/.build" install
Loading…
Cancel
Save