Index: head/Mk/bsd.kde4.mk =================================================================== --- head/Mk/bsd.kde4.mk (revision 318451) +++ head/Mk/bsd.kde4.mk (revision 318452) @@ -1,313 +1,314 @@ # $FreeBSD$ .if !defined(_POSTMKINCLUDED) && !defined(Kde_Pre_Include) # Please make sure all changes to this file are past through the maintainer. # Do not commit them yourself (unless of course you're the Port's Wraith ;). Kde_Include_MAINTAINER= kde@FreeBSD.org Kde_Pre_Include= bsd.kde4.mk # # This file contains some variable definitions that are supposed to make your # life easier when dealing with ports related to the KDE Software Compilation 4. # It's automatically included when ${USE_KDE4} is defined in a port's Makefile. # # KDE4 related ports can use this as follows: # # USE_KDE4= kdehier kdelibs kdeprefix # USE_QT4= corelib # Set Qt 4 components here. # # .include # # Additionally, '_build' and '_run' suffixes can be used to force components # dependency type (e.g., 'marble_run'). If no suffix is set, a default # dependency type will be used. If you want to force both types, add the # component twice with both suffixes (e.g., 'pykde4_build pykde4_run'). # # Available KDE4 components are: # # baseapps - Basic applications for KDE Desktop # kactivities - KDE activities library # kate - KDE text editor framework # kdehier - Hierarchy of common KDE directories # kdelibs - KDE Developer Platform # kdeprefix - If set, port will be installed into ${KDE4_PREFIX} instead of # ${LOCALBASE} # korundum - KDE Ruby bindings # libkcddb - KDE CDDB library # libkcompactdisc - KDE library for interfacing with audio CDs # libkdcraw - KDE LibRaw library # libkdeedu - Libraries used by KDE educational applications # libkdegames - Libraries used by KDE games # libkexiv2 - KDE Exiv2 library # libkipi - KDE Image Plugin Interface # libkonq - Konqueror core library # libksane - KDE SANE library # marble - KDE virtual globe # okular - KDE universal document viewer # nepomuk-core - Nepomuk core libraries # nepomuk-widgets - Nepomuk widgets library # oxygen - KDE icon theme # perlkde - KDE Perl bindings # perlqt - Qt 4 Perl bindings # pimlibs - KDE-Pim libraries # pykde4 - KDE Python bindings # pykdeuic4 - PyKDE user interface compiler # qtruby - Qt 4 Ruby bindings # runtime - Components required by many KDE Applications # sharedmime - MIME types database for KDE ports # smokegen - SMOKE base libraries # smokekde - KDE SMOKE libraries # smokeqt - Qt 4 SMOKE libraries # workspace - KDE user environments # akonadi - Storage server for KDE-Pim # attica - Qt library implementing Open Collaboration Services API # automoc4 - Automatic moc for Qt 4 packages # ontologies - Shared ontologies for semantic searching # qimageblitz - KDE graphical effects and filters library # soprano - Qt 4 RDF framework # strigi - Desktop search daemon # # These read-only variables can be used in a port's Makefile: # # KDE4_PREFIX - The place where KDE4 ports live. Currently it is # ${LOCALBASE}/kde4, but this could change in the future. # -KDE4_VERSION?= 4.10.1 +KDE4_VERSION?= 4.10.3 KDE4_BRANCH?= stable KTP_VERSION?= 0.6.1 KTP_BRANCH?= stable CALLIGRA_VERSION?= 2.6.2 CALLIGRA_BRANCH?= stable KDEVELOP_VERSION?= 4.4.1 KDEVELOP_BRANCH?= stable # # KDE4 is installed into its own prefix to avoid conflicting with KDE3. # KDE4_PREFIX?= ${LOCALBASE}/kde4 # Help cmake to find files when testing ports with non-default PREFIX -CMAKE_ARGS+= -DCMAKE_PREFIX_PATH="${LOCALBASE};${KDE4_PREFIX}" +CMAKE_ARGS+= -DCMAKE_PREFIX_PATH="${LOCALBASE};${KDE4_PREFIX}" \ + -DKDE4_BUILD_TESTS:BOOL=OFF # ${PREFIX} and ${NO_MTREE} have to be defined in the pre-makefile section. .if defined(USE_KDE4) && ${USE_KDE4:Mkdeprefix} != "" . if ${.MAKEFLAGS:MPREFIX=*} == "" PREFIX= ${KDE4_PREFIX} . if ${KDE4_PREFIX} != ${LOCALBASE} NO_MTREE= yes . endif . endif .endif PLIST_SUB+= KDE4_PREFIX="${KDE4_PREFIX}" \ KDE4_VERSION="${KDE4_VERSION}" # Keep in sync with cmake/modules/PythonMacros.cmake _PYTHON_SHORT_VER= ${PYTHON_VERSION:S/^python//:S/.//} .if ${_PYTHON_SHORT_VER} > 31 PLIST_SUB+= PYCACHE="__pycache__/" \ PYC_SUFFIX=cpython-${_PYTHON_SHORT_VER}.pyc \ PYO_SUFFIX=cpython-${_PYTHON_SHORT_VER}.pyo .else PLIST_SUB+= PYCACHE="" \ PYC_SUFFIX=pyc \ PYO_SUFFIX=pyo .endif .endif # !defined(_POSTMKINCLUDED) && !defined(Kde_Pre_Include) .if defined(_POSTMKINCLUDED) && !defined(Kde_Post_Include) Kde_Post_Include= bsd.kde4.mk # # KDE4 components. # Set ${component}_TYPE to 'build' or 'run' to specify default dependency type # for ${component}; otherwise, it will default to 'build run'. # _USE_KDE4_ALL= baseapps kactivities kate kdehier kdelibs kdeprefix \ korundum libkcddb libkcompactdisc libkdcraw libkdeedu \ libkexiv2 libkdegames libkipi libkonq libksane marble \ nepomuk-core nepomuk-widgets \ okular oxygen perlkde perlqt pimlibs pykde4 pykdeuic4 \ qtruby runtime sharedmime smokegen smokekde smokeqt \ workspace # These components are not part of the Software Compilation. _USE_KDE4_ALL+= akonadi attica automoc4 ontologies qimageblitz soprano \ strigi baseapps_PORT= x11/kde4-baseapps baseapps_PATH= ${KDE4_PREFIX}/bin/kfmclient baseapps_TYPE= run kactivities_PORT= x11/kactivities kactivities_PATH= ${KDE4_PREFIX}/lib/libkactivities.so.6 kate_PORT= editors/kate kate_PATH= ${KDE4_PREFIX}/lib/libkateinterfaces.so.5 kdehier_PORT= misc/kdehier4 kdehier_PATH= kdehier4>=0 kdehier_TYPE= run kdelibs_PORT= x11/kdelibs4 kdelibs_PATH= ${KDE4_PREFIX}/lib/libkdecore.so.7 korundum_PORT= devel/ruby-korundum korundum_PATH= ${KDE4_PREFIX}/lib/kde4/krubypluginfactory.so korundum_TYPE= run libkcddb_PORT= audio/libkcddb libkcddb_PATH= ${KDE4_PREFIX}/lib/libkcddb.so.5 libkcompactdisc_PORT= audio/libkcompactdisc libkcompactdisc_PATH= ${KDE4_PREFIX}/lib/libkcompactdisc.so.5 libkdcraw_PORT= graphics/libkdcraw-kde4 libkdcraw_PATH= ${KDE4_PREFIX}/lib/libkdcraw.so.22 libkdeedu_PORT= misc/libkdeedu libkdeedu_PATH= ${KDE4_PREFIX}/lib/libkeduvocdocument.so.5 libkdegames_PORT= games/libkdegames libkdegames_PATH= ${KDE4_PREFIX}/lib/libkdegames.so.6 libkexiv2_PORT= graphics/libkexiv2-kde4 libkexiv2_PATH= ${KDE4_PREFIX}/lib/libkexiv2.so.11 libkipi_PORT= graphics/libkipi-kde4 libkipi_PATH= ${KDE4_PREFIX}/lib/libkipi.so.10 libkonq_PORT= x11/libkonq libkonq_PATH= ${KDE4_PREFIX}/lib/libkonq.so.7 libksane_PORT= graphics/libksane libksane_PATH= ${KDE4_PREFIX}/lib/libksane.so.0 marble_PORT= astro/marble marble_PATH= ${KDE4_PREFIX}/lib/libmarblewidget.so.15 nepomuk-core_PORT= sysutils/nepomuk-core nepomuk-core_PATH= ${KDE4_PREFIX}/lib/libnepomukcore.so.5 nepomuk-widgets_PORT= sysutils/nepomuk-widgets nepomuk-widgets_PATH= ${KDE4_PREFIX}/lib/libnepomukwidgets.so.5 okular_PORT= graphics/okular okular_PATH= ${KDE4_PREFIX}/lib/libokularcore.so.2 oxygen_PORT= x11-themes/kde4-icons-oxygen oxygen_PATH= ${KDE4_PREFIX}/share/icons/oxygen/index.theme oxygen_TYPE= run perlkde_PORT= devel/p5-perlkde perlkde_PATH= ${KDE4_PREFIX}/lib/kde4/kperlpluginfactory.so perlkde_TYPE= run perlqt_PORT= devel/p5-perlqt perlqt_PATH= ${KDE4_PREFIX}/bin/puic4 pimlibs_PORT= deskutils/kdepimlibs4 pimlibs_PATH= ${KDE4_PREFIX}/lib/libkpimutils.so.5 pykde4_PORT= devel/py-pykde4 pykde4_PATH= ${KDE4_PREFIX}/lib/kde4/kpythonpluginfactory.so pykde4_TYPE= run pykdeuic4_PORT= devel/py-pykdeuic4 pykdeuic4_PATH= ${LOCALBASE}/bin/pykdeuic4 pykdeuic4_TYPE= run qtruby_PORT= devel/ruby-qtruby qtruby_PATH= ${KDE4_PREFIX}/lib/libqtruby4shared.so.2 runtime_PORT= x11/kde4-runtime runtime_PATH= ${KDE4_PREFIX}/bin/knotify4 runtime_TYPE= run sharedmime_PORT= misc/kde4-shared-mime-info sharedmime_PATH= kde4-shared-mime-info>=0 smokegen_PORT= devel/smokegen smokegen_PATH= ${KDE4_PREFIX}/lib/libsmokebase.so.3 smokekde_PORT= devel/smokekde smokekde_PATH= ${KDE4_PREFIX}/lib/libsmokekdecore.so.3 smokeqt_PORT= devel/smokeqt smokeqt_PATH= ${KDE4_PREFIX}/lib/libsmokeqtcore.so.3 workspace_PORT= x11/kde4-workspace workspace_PATH= ${KDE4_PREFIX}/lib/libkworkspace.so.5 akonadi_PORT= databases/akonadi akonadi_PATH= ${KDE4_PREFIX}/lib/libakonadiprotocolinternals.so.1 attica_PORT= x11-toolkits/attica attica_PATH= ${LOCALBASE}/lib/libattica.so.0 automoc4_PORT= devel/automoc4 automoc4_PATH= ${LOCALBASE}/bin/automoc4 automoc4_TYPE= build ontologies_PORT= x11-toolkits/shared-desktop-ontologies ontologies_PATH= ${LOCALBASE}/share/ontology/core/rdf.ontology qimageblitz_PORT= x11/qimageblitz qimageblitz_PATH= ${LOCALBASE}/lib/libqimageblitz.so.4 soprano_PORT= textproc/soprano soprano_PATH= ${LOCALBASE}/lib/libsoprano.so.4 strigi_PORT= deskutils/libstreamanalyzer strigi_PATH= ${LOCALBASE}/lib/libstreamanalyzer.so.0 # Iterate through components deprived of suffix. .for component in ${USE_KDE4:O:u:C/_.+//} # Check that the component is valid. . if ${_USE_KDE4_ALL:M${component}} != "" # Skip meta-components (e.g., kdeprefix). . if defined(${component}_PORT) && defined(${component}_PATH) ${component}_DEPENDS= ${${component}_PATH}:${PORTSDIR}/${${component}_PORT} # Check if a dependency type is explicitly requested. . if ${USE_KDE4:M${component}_*} != "" && ${USE_KDE4:M${component}} == "" ${component}_TYPE= # empty . if ${USE_KDE4:M${component}_build} != "" ${component}_TYPE+= build . endif . if ${USE_KDE4:M${component}_run} != "" ${component}_TYPE+= run . endif . endif # ${USE_KDE4:M${component}_*} != "" && ${USE_KDE4:M${component}} == "" # If no dependency type is set, default to full dependency. . if !defined(${component}_TYPE) ${component}_TYPE= build run . endif # Set real dependencies. . if ${${component}_TYPE:Mbuild} != "" BUILD_DEPENDS+= ${${component}_DEPENDS} . endif . if ${${component}_TYPE:Mrun} != "" RUN_DEPENDS+= ${${component}_DEPENDS} . endif . endif # defined(${component}_PORT) && defined(${component}_PATH) . else # ! ${_USE_KDE4_ALL:M${component}} != "" IGNORE= can't be installed: unknown USE_KDE4 component '${component}' . endif # ${_USE_KDE4_ALL:M${component}} != "" .endfor .if defined(USE_KDE4) && ${USE_KDE4:Msharedmime} != "" post-install: post-install-sharedmime . if !target(post-install-sharedmime) post-install-sharedmime: @-${LOCALBASE}/bin/update-mime-database ${KDE4_PREFIX}/share/mime @${ECHO_CMD} "@exec ${LOCALBASE}/bin/update-mime-database %D/share/mime > /dev/null || /usr/bin/true" >> ${TMPPLIST} @${ECHO_CMD} "@unexec ${LOCALBASE}/bin/update-mime-database %D/share/mime > /dev/null || /usr/bin/true" >> ${TMPPLIST} . endif .endif .endif # defined(_POSTMKINCLUDED) && !defined(Kde_Post_Include) Index: head/accessibility/jovie/distinfo =================================================================== --- head/accessibility/jovie/distinfo (revision 318451) +++ head/accessibility/jovie/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/jovie-4.10.1.tar.xz) = 1aa069dc876ee15debbfd2852c62292a0d3aef58288607a2c2a5eb8967cf488a -SIZE (KDE/4.10.1/jovie-4.10.1.tar.xz) = 369412 +SHA256 (KDE/4.10.3/jovie-4.10.3.tar.xz) = 99467fb70208fb5ead0ead1b2329839775b61242aa35049f0824e9633f0b5eb9 +SIZE (KDE/4.10.3/jovie-4.10.3.tar.xz) = 370316 Index: head/accessibility/kaccessible/distinfo =================================================================== --- head/accessibility/kaccessible/distinfo (revision 318451) +++ head/accessibility/kaccessible/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/kaccessible-4.10.1.tar.xz) = 2297fb28839cd16e9cafcc4b553726b335233b5d5065aef5459d062777ea6923 -SIZE (KDE/4.10.1/kaccessible-4.10.1.tar.xz) = 20884 +SHA256 (KDE/4.10.3/kaccessible-4.10.3.tar.xz) = 08890d0ff92fba2f280f5463480f8681471eedcffaea412359670e8a060f698c +SIZE (KDE/4.10.3/kaccessible-4.10.3.tar.xz) = 20860 Index: head/accessibility/kmag/distinfo =================================================================== --- head/accessibility/kmag/distinfo (revision 318451) +++ head/accessibility/kmag/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/kmag-4.10.1.tar.xz) = 6ba29ad5661597fd6bfdb9058a32f05588a0cf89c8e2eba2fc93a765698c7b6f -SIZE (KDE/4.10.1/kmag-4.10.1.tar.xz) = 93404 +SHA256 (KDE/4.10.3/kmag-4.10.3.tar.xz) = 47d31e3bebe7b2dd51449b1e26b2a1daa657380084f031f780a38dae93186a88 +SIZE (KDE/4.10.3/kmag-4.10.3.tar.xz) = 93648 Index: head/accessibility/kmousetool/distinfo =================================================================== --- head/accessibility/kmousetool/distinfo (revision 318451) +++ head/accessibility/kmousetool/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/kmousetool-4.10.1.tar.xz) = b22dfe9273114c9fd7ea9f90fffbe72cc5920d2515043479741a7328d0a77b8e -SIZE (KDE/4.10.1/kmousetool-4.10.1.tar.xz) = 43704 +SHA256 (KDE/4.10.3/kmousetool-4.10.3.tar.xz) = 9f99572b7c6f77eb39545f44246f93abb83d9ac33309d1825ab2bd6f71b11d4e +SIZE (KDE/4.10.3/kmousetool-4.10.3.tar.xz) = 43892 Index: head/accessibility/kmouth/distinfo =================================================================== --- head/accessibility/kmouth/distinfo (revision 318451) +++ head/accessibility/kmouth/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/kmouth-4.10.1.tar.xz) = 6a01dbc99be436717cde50c3e62b3e841d5f8b42469637442a068efa09f146c3 -SIZE (KDE/4.10.1/kmouth-4.10.1.tar.xz) = 321512 +SHA256 (KDE/4.10.3/kmouth-4.10.3.tar.xz) = 792d94f528c40194d461ec2d8c1c769f20411d8e1beac0ca1b56c25ee4e49b17 +SIZE (KDE/4.10.3/kmouth-4.10.3.tar.xz) = 322532 Index: head/arabic/kde4-l10n/distinfo =================================================================== --- head/arabic/kde4-l10n/distinfo (revision 318451) +++ head/arabic/kde4-l10n/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/kde-l10n/kde-l10n-ar-4.10.1.tar.xz) = 0486a8c29454f69d54126c64e298b8bfb3136d96f565a8d6d3e3e6e23eea9f8f -SIZE (KDE/4.10.1/kde-l10n/kde-l10n-ar-4.10.1.tar.xz) = 3347200 +SHA256 (KDE/4.10.3/kde-l10n/kde-l10n-ar-4.10.3.tar.xz) = 743ee1a4de36c0b0619062a49d2a3aef37fc20493c603a79a03127ccdefb3f55 +SIZE (KDE/4.10.3/kde-l10n/kde-l10n-ar-4.10.3.tar.xz) = 3350612 Index: head/arabic/kde4-l10n/pkg-plist =================================================================== --- head/arabic/kde4-l10n/pkg-plist (revision 318451) +++ head/arabic/kde4-l10n/pkg-plist (revision 318452) @@ -1,623 +1,621 @@ share/apps/klettres/ar/alpha/a-01.ogg share/apps/klettres/ar/alpha/a-02.ogg share/apps/klettres/ar/alpha/a-03.ogg share/apps/klettres/ar/alpha/a-04.ogg share/apps/klettres/ar/alpha/a-05.ogg share/apps/klettres/ar/alpha/a-06.ogg share/apps/klettres/ar/alpha/a-07.ogg share/apps/klettres/ar/alpha/a-08.ogg share/apps/klettres/ar/alpha/a-09.ogg share/apps/klettres/ar/alpha/a-10.ogg share/apps/klettres/ar/alpha/a-11.ogg share/apps/klettres/ar/alpha/a-12.ogg share/apps/klettres/ar/alpha/a-13.ogg share/apps/klettres/ar/alpha/a-14.ogg share/apps/klettres/ar/alpha/a-15.ogg share/apps/klettres/ar/alpha/a-16.ogg share/apps/klettres/ar/alpha/a-17.ogg share/apps/klettres/ar/alpha/a-18.ogg share/apps/klettres/ar/alpha/a-19.ogg share/apps/klettres/ar/alpha/a-20.ogg share/apps/klettres/ar/alpha/a-21.ogg share/apps/klettres/ar/alpha/a-22.ogg share/apps/klettres/ar/alpha/a-23.ogg share/apps/klettres/ar/alpha/a-24.ogg share/apps/klettres/ar/alpha/a-25.ogg share/apps/klettres/ar/alpha/a-26.ogg share/apps/klettres/ar/alpha/a-27.ogg share/apps/klettres/ar/alpha/a-28.ogg share/apps/klettres/ar/sounds.xml share/locale/ar/LC_MESSAGES/adblock.mo share/locale/ar/LC_MESSAGES/akonadi_birthdays_resource.mo share/locale/ar/LC_MESSAGES/akonadi_ical_resource.mo share/locale/ar/LC_MESSAGES/akonadi_kabc_resource.mo share/locale/ar/LC_MESSAGES/akonadi_kcal_resource.mo share/locale/ar/LC_MESSAGES/akonadi_knut_resource.mo share/locale/ar/LC_MESSAGES/akonadi_kolabproxy_resource.mo share/locale/ar/LC_MESSAGES/akonadi_localbookmarks_resource.mo share/locale/ar/LC_MESSAGES/akonadi_nepomuktag_resource.mo share/locale/ar/LC_MESSAGES/akonadi_next.mo share/locale/ar/LC_MESSAGES/akonadi_nntp_resource.mo share/locale/ar/LC_MESSAGES/akonadi_singlefile_resource.mo share/locale/ar/LC_MESSAGES/akonadi_vcard_resource.mo share/locale/ar/LC_MESSAGES/akonadi_vcarddir_resource.mo share/locale/ar/LC_MESSAGES/akonaditray.mo share/locale/ar/LC_MESSAGES/akregator.mo share/locale/ar/LC_MESSAGES/akregator_konqplugin.mo share/locale/ar/LC_MESSAGES/amor.mo share/locale/ar/LC_MESSAGES/analitza.mo share/locale/ar/LC_MESSAGES/ark.mo share/locale/ar/LC_MESSAGES/attica_kde.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/bomber.mo share/locale/ar/LC_MESSAGES/bovo.mo share/locale/ar/LC_MESSAGES/calendarsupport.mo share/locale/ar/LC_MESSAGES/cervisia.mo share/locale/ar/LC_MESSAGES/cvsservice.mo share/locale/ar/LC_MESSAGES/dirfilterplugin.mo share/locale/ar/LC_MESSAGES/display.mo share/locale/ar/LC_MESSAGES/dolphin.mo share/locale/ar/LC_MESSAGES/domtreeviewer.mo share/locale/ar/LC_MESSAGES/dragonplayer.mo share/locale/ar/LC_MESSAGES/drkonqi.mo share/locale/ar/LC_MESSAGES/filetypes.mo share/locale/ar/LC_MESSAGES/freespacenotifier.mo share/locale/ar/LC_MESSAGES/fsview.mo share/locale/ar/LC_MESSAGES/gwenview.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/jovie.mo share/locale/ar/LC_MESSAGES/joystick.mo share/locale/ar/LC_MESSAGES/juk.mo share/locale/ar/LC_MESSAGES/kabc.mo share/locale/ar/LC_MESSAGES/kabc_akonadi.mo share/locale/ar/LC_MESSAGES/kabc_dir.mo share/locale/ar/LC_MESSAGES/kabc_file.mo share/locale/ar/LC_MESSAGES/kabc_ldapkio.mo share/locale/ar/LC_MESSAGES/kabc_net.mo share/locale/ar/LC_MESSAGES/kabcclient.mo share/locale/ar/LC_MESSAGES/kabcformat_binary.mo share/locale/ar/LC_MESSAGES/kaccess.mo share/locale/ar/LC_MESSAGES/kactivitymanagerd.mo share/locale/ar/LC_MESSAGES/kaddressbook.mo share/locale/ar/LC_MESSAGES/kalarm.mo share/locale/ar/LC_MESSAGES/kalgebra.mo share/locale/ar/LC_MESSAGES/kalzium.mo share/locale/ar/LC_MESSAGES/kanagram.mo share/locale/ar/LC_MESSAGES/kapman.mo share/locale/ar/LC_MESSAGES/kate.mo share/locale/ar/LC_MESSAGES/katefilebrowserplugin.mo share/locale/ar/LC_MESSAGES/katefiletemplates.mo share/locale/ar/LC_MESSAGES/katehelloworld.mo share/locale/ar/LC_MESSAGES/katekonsoleplugin.mo share/locale/ar/LC_MESSAGES/katemailfilesplugin.mo share/locale/ar/LC_MESSAGES/kateopenheader.mo share/locale/ar/LC_MESSAGES/katepart4.mo share/locale/ar/LC_MESSAGES/katesymbolviewer.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/kbattleship.mo share/locale/ar/LC_MESSAGES/kblackbox.mo share/locale/ar/LC_MESSAGES/kblankscrn.mo share/locale/ar/LC_MESSAGES/kblocks.mo share/locale/ar/LC_MESSAGES/kbounce.mo share/locale/ar/LC_MESSAGES/kbreakout.mo share/locale/ar/LC_MESSAGES/kbruch.mo share/locale/ar/LC_MESSAGES/kcachegrind.mo share/locale/ar/LC_MESSAGES/kcal_akonadi.mo share/locale/ar/LC_MESSAGES/kcalc.mo share/locale/ar/LC_MESSAGES/kcertpart.mo share/locale/ar/LC_MESSAGES/kcharselect.mo share/locale/ar/LC_MESSAGES/kcm-kwin-scripts.mo share/locale/ar/LC_MESSAGES/kcm_akonadi.mo share/locale/ar/LC_MESSAGES/kcm_attica.mo share/locale/ar/LC_MESSAGES/kcm_autostart.mo share/locale/ar/LC_MESSAGES/kcm_desktoppaths.mo share/locale/ar/LC_MESSAGES/kcm_desktopthemedetails.mo share/locale/ar/LC_MESSAGES/kcm_device_automounter.mo share/locale/ar/LC_MESSAGES/kcm_emoticons.mo share/locale/ar/LC_MESSAGES/kcm_infobase.mo share/locale/ar/LC_MESSAGES/kcm_infosummary.mo -share/locale/ar/LC_MESSAGES/kcm_krfb.mo share/locale/ar/LC_MESSAGES/kcm_kwindesktop.mo share/locale/ar/LC_MESSAGES/kcm_kwintabbox.mo share/locale/ar/LC_MESSAGES/kcm_memory.mo share/locale/ar/LC_MESSAGES/kcm_nepomuk.mo share/locale/ar/LC_MESSAGES/kcm_pci.mo share/locale/ar/LC_MESSAGES/kcm_phonon.mo share/locale/ar/LC_MESSAGES/kcm_platform.mo share/locale/ar/LC_MESSAGES/kcm_solid.mo share/locale/ar/LC_MESSAGES/kcm_solid_actions.mo share/locale/ar/LC_MESSAGES/kcm_standard_actions.mo share/locale/ar/LC_MESSAGES/kcmaccess.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/kcmdevinfo.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/kcminit.mo share/locale/ar/LC_MESSAGES/kcminput.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/kcmkdnssd.mo share/locale/ar/LC_MESSAGES/kcmkeyboard.mo share/locale/ar/LC_MESSAGES/kcmkeys.mo share/locale/ar/LC_MESSAGES/kcmkgamma.mo share/locale/ar/LC_MESSAGES/kcmkio.mo share/locale/ar/LC_MESSAGES/kcmkonq.mo share/locale/ar/LC_MESSAGES/kcmkonqhtml.mo share/locale/ar/LC_MESSAGES/kcmkurifilt.mo share/locale/ar/LC_MESSAGES/kcmkwallet.mo share/locale/ar/LC_MESSAGES/kcmkwincompositing.mo share/locale/ar/LC_MESSAGES/kcmkwindecoration.mo share/locale/ar/LC_MESSAGES/kcmkwinrules.mo share/locale/ar/LC_MESSAGES/kcmkwinscreenedges.mo share/locale/ar/LC_MESSAGES/kcmkwm.mo share/locale/ar/LC_MESSAGES/kcmlaunch.mo share/locale/ar/LC_MESSAGES/kcmlocale.mo share/locale/ar/LC_MESSAGES/kcmnic.mo share/locale/ar/LC_MESSAGES/kcmnotify.mo share/locale/ar/LC_MESSAGES/kcmopengl.mo share/locale/ar/LC_MESSAGES/kcmperformance.mo share/locale/ar/LC_MESSAGES/kcmsamba.mo share/locale/ar/LC_MESSAGES/kcmscreensaver.mo share/locale/ar/LC_MESSAGES/kcmshell.mo share/locale/ar/LC_MESSAGES/kcmsmartcard.mo share/locale/ar/LC_MESSAGES/kcmsmserver.mo share/locale/ar/LC_MESSAGES/kcmstyle.mo share/locale/ar/LC_MESSAGES/kcmusb.mo share/locale/ar/LC_MESSAGES/kcmview1394.mo share/locale/ar/LC_MESSAGES/kcmworkspaceoptions.mo share/locale/ar/LC_MESSAGES/kcolorchooser.mo share/locale/ar/LC_MESSAGES/kcron.mo share/locale/ar/LC_MESSAGES/kde-menu.mo share/locale/ar/LC_MESSAGES/kdebugdialog.mo share/locale/ar/LC_MESSAGES/kdecalendarsystems.mo share/locale/ar/LC_MESSAGES/kdelibs4.mo share/locale/ar/LC_MESSAGES/kdelibs_colors4.mo share/locale/ar/LC_MESSAGES/kdepasswd.mo share/locale/ar/LC_MESSAGES/kdeqt.mo share/locale/ar/LC_MESSAGES/kdesu.mo share/locale/ar/LC_MESSAGES/kdesud.mo share/locale/ar/LC_MESSAGES/kdf.mo share/locale/ar/LC_MESSAGES/kdialog.mo share/locale/ar/LC_MESSAGES/kdiamond.mo share/locale/ar/LC_MESSAGES/kdmconfig.mo share/locale/ar/LC_MESSAGES/kdmgreet.mo share/locale/ar/LC_MESSAGES/kdontchangethehostname.mo share/locale/ar/LC_MESSAGES/keditbookmarks.mo share/locale/ar/LC_MESSAGES/kfile.mo share/locale/ar/LC_MESSAGES/kfile_dds.mo share/locale/ar/LC_MESSAGES/kfile_drgeo.mo share/locale/ar/LC_MESSAGES/kfile_exr.mo share/locale/ar/LC_MESSAGES/kfile_kig.mo share/locale/ar/LC_MESSAGES/kfile_pnm.mo share/locale/ar/LC_MESSAGES/kfile_raw.mo share/locale/ar/LC_MESSAGES/kfile_rgb.mo share/locale/ar/LC_MESSAGES/kfile_rpm.mo share/locale/ar/LC_MESSAGES/kfile_tiff.mo share/locale/ar/LC_MESSAGES/kfile_xps.mo share/locale/ar/LC_MESSAGES/kfileaudiopreview4.mo share/locale/ar/LC_MESSAGES/kfilereplace.mo share/locale/ar/LC_MESSAGES/kfileshare.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/kfontinst.mo share/locale/ar/LC_MESSAGES/kfourinline.mo share/locale/ar/LC_MESSAGES/kgeography.mo share/locale/ar/LC_MESSAGES/kget.mo share/locale/ar/LC_MESSAGES/kgetplugin.mo share/locale/ar/LC_MESSAGES/kglobalaccel.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_generic.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/khotkeys.mo share/locale/ar/LC_MESSAGES/khotnewstuff.mo share/locale/ar/LC_MESSAGES/khtmlkttsd.mo share/locale/ar/LC_MESSAGES/khtmlsettingsplugin.mo share/locale/ar/LC_MESSAGES/kiconfinder.mo share/locale/ar/LC_MESSAGES/kig.mo share/locale/ar/LC_MESSAGES/kimagemapeditor.mo -share/locale/ar/LC_MESSAGES/kinetd.mo share/locale/ar/LC_MESSAGES/kinfocenter.mo share/locale/ar/LC_MESSAGES/kio4.mo share/locale/ar/LC_MESSAGES/kio_akonadi.mo share/locale/ar/LC_MESSAGES/kio_applications.mo share/locale/ar/LC_MESSAGES/kio_archive.mo share/locale/ar/LC_MESSAGES/kio_audiocd.mo share/locale/ar/LC_MESSAGES/kio_bookmarks.mo share/locale/ar/LC_MESSAGES/kio_finger.mo share/locale/ar/LC_MESSAGES/kio_fish.mo share/locale/ar/LC_MESSAGES/kio_floppy.mo share/locale/ar/LC_MESSAGES/kio_help4.mo share/locale/ar/LC_MESSAGES/kio_imap4.mo share/locale/ar/LC_MESSAGES/kio_info.mo share/locale/ar/LC_MESSAGES/kio_jabberdisco.mo share/locale/ar/LC_MESSAGES/kio_ldap.mo share/locale/ar/LC_MESSAGES/kio_man.mo share/locale/ar/LC_MESSAGES/kio_mbox.mo share/locale/ar/LC_MESSAGES/kio_nepomuk.mo share/locale/ar/LC_MESSAGES/kio_nepomuksearch.mo share/locale/ar/LC_MESSAGES/kio_nfs.mo share/locale/ar/LC_MESSAGES/kio_nntp.mo share/locale/ar/LC_MESSAGES/kio_pop3.mo share/locale/ar/LC_MESSAGES/kio_recentdocuments.mo share/locale/ar/LC_MESSAGES/kio_remote.mo share/locale/ar/LC_MESSAGES/kio_sftp.mo share/locale/ar/LC_MESSAGES/kio_sieve.mo share/locale/ar/LC_MESSAGES/kio_smb.mo share/locale/ar/LC_MESSAGES/kio_smtp.mo share/locale/ar/LC_MESSAGES/kio_svn.mo share/locale/ar/LC_MESSAGES/kio_thumbnail.mo share/locale/ar/LC_MESSAGES/kio_timeline.mo share/locale/ar/LC_MESSAGES/kio_trash.mo share/locale/ar/LC_MESSAGES/kio_zeroconf.mo share/locale/ar/LC_MESSAGES/kioclient.mo share/locale/ar/LC_MESSAGES/kioexec.mo share/locale/ar/LC_MESSAGES/kiriki.mo share/locale/ar/LC_MESSAGES/kiten.mo share/locale/ar/LC_MESSAGES/kjots.mo share/locale/ar/LC_MESSAGES/kjumpingcube.mo share/locale/ar/LC_MESSAGES/kleopatra.mo share/locale/ar/LC_MESSAGES/klettres.mo share/locale/ar/LC_MESSAGES/klines.mo share/locale/ar/LC_MESSAGES/klinkstatus.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/kmailcvt.mo share/locale/ar/LC_MESSAGES/kmenuedit.mo share/locale/ar/LC_MESSAGES/kmimetypefinder.mo share/locale/ar/LC_MESSAGES/kmines.mo share/locale/ar/LC_MESSAGES/kmix.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/knetattach.mo share/locale/ar/LC_MESSAGES/knetwalk.mo share/locale/ar/LC_MESSAGES/knode.mo share/locale/ar/LC_MESSAGES/knotes.mo share/locale/ar/LC_MESSAGES/knotify4.mo share/locale/ar/LC_MESSAGES/kolf.mo share/locale/ar/LC_MESSAGES/kolourpaint.mo share/locale/ar/LC_MESSAGES/kommander.mo share/locale/ar/LC_MESSAGES/kompare.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/kontactinterfaces.mo share/locale/ar/LC_MESSAGES/kopete.mo share/locale/ar/LC_MESSAGES/korganizer.mo share/locale/ar/LC_MESSAGES/kpartsaver.mo share/locale/ar/LC_MESSAGES/kpasswdserver.mo share/locale/ar/LC_MESSAGES/kpat.mo share/locale/ar/LC_MESSAGES/kppp.mo share/locale/ar/LC_MESSAGES/kppplogview.mo share/locale/ar/LC_MESSAGES/kquitapp.mo share/locale/ar/LC_MESSAGES/krandr.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/kres_blog.mo share/locale/ar/LC_MESSAGES/kres_remote.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/krunner.mo share/locale/ar/LC_MESSAGES/ksaneplugin.mo share/locale/ar/LC_MESSAGES/kscd.mo share/locale/ar/LC_MESSAGES/kscreensaver.mo share/locale/ar/LC_MESSAGES/kshellcmdplugin.mo share/locale/ar/LC_MESSAGES/kshisen.mo share/locale/ar/LC_MESSAGES/kshorturifilter.mo share/locale/ar/LC_MESSAGES/ksirk.mo share/locale/ar/LC_MESSAGES/ksmserver.mo share/locale/ar/LC_MESSAGES/ksnapshot.mo share/locale/ar/LC_MESSAGES/kspaceduel.mo share/locale/ar/LC_MESSAGES/ksplashthemes.mo share/locale/ar/LC_MESSAGES/ksquares.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/kstyle_config.mo share/locale/ar/LC_MESSAGES/kstyle_phase_config.mo share/locale/ar/LC_MESSAGES/ksudoku.mo share/locale/ar/LC_MESSAGES/ksysguard.mo share/locale/ar/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/ar/LC_MESSAGES/ksystemlog.mo share/locale/ar/LC_MESSAGES/ksystraycmd.mo share/locale/ar/LC_MESSAGES/kteatime.mo share/locale/ar/LC_MESSAGES/ktexteditor_plugins.mo share/locale/ar/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/ar/LC_MESSAGES/ktimer.mo share/locale/ar/LC_MESSAGES/ktimetracker.mo share/locale/ar/LC_MESSAGES/ktouch.mo share/locale/ar/LC_MESSAGES/ktouchpadenabler.mo share/locale/ar/LC_MESSAGES/ktraderclient.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/kuiserver.mo share/locale/ar/LC_MESSAGES/kuiviewer.mo share/locale/ar/LC_MESSAGES/kurifilter.mo share/locale/ar/LC_MESSAGES/kuser.mo share/locale/ar/LC_MESSAGES/kwalletd.mo share/locale/ar/LC_MESSAGES/kwalletmanager.mo share/locale/ar/LC_MESSAGES/kwatchgnupg.mo share/locale/ar/LC_MESSAGES/kwin.mo share/locale/ar/LC_MESSAGES/kwin_art_clients.mo share/locale/ar/LC_MESSAGES/kwin_clients.mo share/locale/ar/LC_MESSAGES/kwin_effects.mo share/locale/ar/LC_MESSAGES/kwinshutdown.mo share/locale/ar/LC_MESSAGES/kwinstartmenu.mo share/locale/ar/LC_MESSAGES/kwordquiz.mo share/locale/ar/LC_MESSAGES/kwrite.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/lancelot.mo share/locale/ar/LC_MESSAGES/libakonadi.mo share/locale/ar/LC_MESSAGES/libkalarmcal.mo share/locale/ar/LC_MESSAGES/libkasten.mo share/locale/ar/LC_MESSAGES/libkblog.mo share/locale/ar/LC_MESSAGES/libkcal.mo share/locale/ar/LC_MESSAGES/libkcalutils.mo share/locale/ar/LC_MESSAGES/libkcddb.mo share/locale/ar/LC_MESSAGES/libkcompactdisc.mo share/locale/ar/LC_MESSAGES/libkdcraw.mo share/locale/ar/LC_MESSAGES/libkdecorations.mo share/locale/ar/LC_MESSAGES/libkdeedu.mo share/locale/ar/LC_MESSAGES/libkdegames.mo share/locale/ar/LC_MESSAGES/libkdepim.mo share/locale/ar/LC_MESSAGES/libkexiv2.mo share/locale/ar/LC_MESSAGES/libkholidays.mo share/locale/ar/LC_MESSAGES/libkldap.mo share/locale/ar/LC_MESSAGES/libkleopatra.mo share/locale/ar/LC_MESSAGES/libkmahjongg.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/libkpimidentities.mo share/locale/ar/LC_MESSAGES/libkpimutils.mo share/locale/ar/LC_MESSAGES/libkresources.mo share/locale/ar/LC_MESSAGES/libksane.mo share/locale/ar/LC_MESSAGES/libkscreensaver.mo share/locale/ar/LC_MESSAGES/libksieve.mo share/locale/ar/LC_MESSAGES/libktnef.mo share/locale/ar/LC_MESSAGES/libkunitconversion.mo share/locale/ar/LC_MESSAGES/libkworkspace.mo share/locale/ar/LC_MESSAGES/libkxmlrpcclient.mo share/locale/ar/LC_MESSAGES/libmailimporter.mo share/locale/ar/LC_MESSAGES/libmailtransport.mo share/locale/ar/LC_MESSAGES/libmessagelist.mo share/locale/ar/LC_MESSAGES/libmessageviewer.mo share/locale/ar/LC_MESSAGES/liboktetacore.mo share/locale/ar/LC_MESSAGES/liboktetakasten.mo share/locale/ar/LC_MESSAGES/libphonon.mo share/locale/ar/LC_MESSAGES/libplasma.mo share/locale/ar/LC_MESSAGES/libplasmaclock.mo share/locale/ar/LC_MESSAGES/libplasmaweather.mo share/locale/ar/LC_MESSAGES/libtaskmanager.mo share/locale/ar/LC_MESSAGES/lokalize.mo share/locale/ar/LC_MESSAGES/lskat.mo share/locale/ar/LC_MESSAGES/marble.mo share/locale/ar/LC_MESSAGES/marble_qt.mo share/locale/ar/LC_MESSAGES/messageviewer_text_calendar_plugin.mo share/locale/ar/LC_MESSAGES/messageviewer_text_vcard_plugin.mo share/locale/ar/LC_MESSAGES/messageviewer_text_xdiff_plugin.mo share/locale/ar/LC_MESSAGES/mf_konqplugin.mo share/locale/ar/LC_MESSAGES/minitoolsplugin.mo share/locale/ar/LC_MESSAGES/mplayerthumbs.mo share/locale/ar/LC_MESSAGES/mplayerthumbsconfig.mo share/locale/ar/LC_MESSAGES/nepomukbackup.mo share/locale/ar/LC_MESSAGES/nepomukcontroller.mo share/locale/ar/LC_MESSAGES/nepomukfileindexer.mo share/locale/ar/LC_MESSAGES/nepomukqueryservice.mo share/locale/ar/LC_MESSAGES/nepomukserver.mo share/locale/ar/LC_MESSAGES/nepomukservicestub.mo share/locale/ar/LC_MESSAGES/nepomukstorage.mo share/locale/ar/LC_MESSAGES/nsplugin.mo share/locale/ar/LC_MESSAGES/okteta.mo share/locale/ar/LC_MESSAGES/oktetapart.mo share/locale/ar/LC_MESSAGES/okular.mo share/locale/ar/LC_MESSAGES/okular_chm.mo share/locale/ar/LC_MESSAGES/okular_comicbook.mo share/locale/ar/LC_MESSAGES/okular_djvu.mo share/locale/ar/LC_MESSAGES/okular_dvi.mo share/locale/ar/LC_MESSAGES/okular_epub.mo share/locale/ar/LC_MESSAGES/okular_fax.mo share/locale/ar/LC_MESSAGES/okular_fictionbook.mo share/locale/ar/LC_MESSAGES/okular_ghostview.mo share/locale/ar/LC_MESSAGES/okular_kimgio.mo share/locale/ar/LC_MESSAGES/okular_mobi.mo share/locale/ar/LC_MESSAGES/okular_ooo.mo share/locale/ar/LC_MESSAGES/okular_plucker.mo share/locale/ar/LC_MESSAGES/okular_poppler.mo share/locale/ar/LC_MESSAGES/okular_tiff.mo share/locale/ar/LC_MESSAGES/okular_xps.mo share/locale/ar/LC_MESSAGES/parley.mo share/locale/ar/LC_MESSAGES/phonon_gstreamer.mo share/locale/ar/LC_MESSAGES/phonon_kde.mo share/locale/ar/LC_MESSAGES/phononserver.mo share/locale/ar/LC_MESSAGES/plasma-desktop.mo share/locale/ar/LC_MESSAGES/plasma-netbook.mo share/locale/ar/LC_MESSAGES/plasma-overlay.mo share/locale/ar/LC_MESSAGES/plasma-remote-helper.mo share/locale/ar/LC_MESSAGES/plasma-windowed.mo share/locale/ar/LC_MESSAGES/plasma_applet_BbalL.mo share/locale/ar/LC_MESSAGES/plasma_applet_CharSelectApplet.mo share/locale/ar/LC_MESSAGES/plasma_applet_battery.mo share/locale/ar/LC_MESSAGES/plasma_applet_binaryclock.mo share/locale/ar/LC_MESSAGES/plasma_applet_bubblemon.mo share/locale/ar/LC_MESSAGES/plasma_applet_calculator.mo share/locale/ar/LC_MESSAGES/plasma_applet_clock.mo share/locale/ar/LC_MESSAGES/plasma_applet_comic.mo share/locale/ar/LC_MESSAGES/plasma_applet_currentappcontrol.mo share/locale/ar/LC_MESSAGES/plasma_applet_dig_clock.mo share/locale/ar/LC_MESSAGES/plasma_applet_fifteenPuzzle.mo share/locale/ar/LC_MESSAGES/plasma_applet_fileWatcher.mo share/locale/ar/LC_MESSAGES/plasma_applet_folderview.mo share/locale/ar/LC_MESSAGES/plasma_applet_frame.mo share/locale/ar/LC_MESSAGES/plasma_applet_fuzzy_clock.mo share/locale/ar/LC_MESSAGES/plasma_applet_icon.mo share/locale/ar/LC_MESSAGES/plasma_applet_incomingmsg.mo share/locale/ar/LC_MESSAGES/plasma_applet_kget.mo share/locale/ar/LC_MESSAGES/plasma_applet_kolourpicker.mo share/locale/ar/LC_MESSAGES/plasma_applet_launcher.mo share/locale/ar/LC_MESSAGES/plasma_applet_leavenote.mo share/locale/ar/LC_MESSAGES/plasma_applet_life.mo share/locale/ar/LC_MESSAGES/plasma_applet_lockout.mo share/locale/ar/LC_MESSAGES/plasma_applet_luna.mo share/locale/ar/LC_MESSAGES/plasma_applet_magnifique.mo share/locale/ar/LC_MESSAGES/plasma_applet_microblog.mo share/locale/ar/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/ar/LC_MESSAGES/plasma_applet_news.mo share/locale/ar/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/ar/LC_MESSAGES/plasma_applet_notes.mo share/locale/ar/LC_MESSAGES/plasma_applet_notifier.mo share/locale/ar/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/ar/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.notifications.mo share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/ar/LC_MESSAGES/plasma_applet_pager.mo share/locale/ar/LC_MESSAGES/plasma_applet_panel.mo share/locale/ar/LC_MESSAGES/plasma_applet_panelspacer_internal.mo share/locale/ar/LC_MESSAGES/plasma_applet_paste.mo share/locale/ar/LC_MESSAGES/plasma_applet_pastebin.mo share/locale/ar/LC_MESSAGES/plasma_applet_previewer.mo share/locale/ar/LC_MESSAGES/plasma_applet_qstardict.mo share/locale/ar/LC_MESSAGES/plasma_applet_quicklaunch.mo share/locale/ar/LC_MESSAGES/plasma_applet_rssnow.mo share/locale/ar/LC_MESSAGES/plasma_applet_rtm.mo share/locale/ar/LC_MESSAGES/plasma_applet_sal.mo share/locale/ar/LC_MESSAGES/plasma_applet_saverdesktop.mo share/locale/ar/LC_MESSAGES/plasma_applet_searchbox.mo share/locale/ar/LC_MESSAGES/plasma_applet_showdashboard.mo share/locale/ar/LC_MESSAGES/plasma_applet_showdesktop.mo share/locale/ar/LC_MESSAGES/plasma_applet_skapplet.mo share/locale/ar/LC_MESSAGES/plasma_applet_system-monitor.mo share/locale/ar/LC_MESSAGES/plasma_applet_systemloadviewer.mo share/locale/ar/LC_MESSAGES/plasma_applet_systemtray.mo share/locale/ar/LC_MESSAGES/plasma_applet_tasks.mo share/locale/ar/LC_MESSAGES/plasma_applet_timer.mo share/locale/ar/LC_MESSAGES/plasma_applet_trash.mo share/locale/ar/LC_MESSAGES/plasma_applet_unitconverter.mo share/locale/ar/LC_MESSAGES/plasma_applet_weather.mo share/locale/ar/LC_MESSAGES/plasma_applet_weatherstation.mo share/locale/ar/LC_MESSAGES/plasma_applet_webbrowser.mo share/locale/ar/LC_MESSAGES/plasma_applet_windowlist.mo share/locale/ar/LC_MESSAGES/plasma_appletscriptengine_dashboard.mo share/locale/ar/LC_MESSAGES/plasma_containmentactions_contextmenu.mo share/locale/ar/LC_MESSAGES/plasma_containmentactions_switchactivity.mo share/locale/ar/LC_MESSAGES/plasma_containmentactions_switchdesktop.mo share/locale/ar/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/ar/LC_MESSAGES/plasma_engine_calendar.mo share/locale/ar/LC_MESSAGES/plasma_engine_keystate.mo share/locale/ar/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/ar/LC_MESSAGES/plasma_engine_metadata.mo share/locale/ar/LC_MESSAGES/plasma_engine_network.mo share/locale/ar/LC_MESSAGES/plasma_engine_notifications.mo share/locale/ar/LC_MESSAGES/plasma_engine_nowplaying.mo share/locale/ar/LC_MESSAGES/plasma_engine_rss.mo share/locale/ar/LC_MESSAGES/plasma_engine_share.mo share/locale/ar/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/ar/LC_MESSAGES/plasma_engine_weather.mo share/locale/ar/LC_MESSAGES/plasma_package_org.kde.desktop.activitymanager.mo share/locale/ar/LC_MESSAGES/plasma_package_org.kde.desktop.widgetexplorer.mo share/locale/ar/LC_MESSAGES/plasma_packagestructure_comic.mo share/locale/ar/LC_MESSAGES/plasma_runner_activities.mo share/locale/ar/LC_MESSAGES/plasma_runner_bookmarksrunner.mo share/locale/ar/LC_MESSAGES/plasma_runner_browserhistory.mo share/locale/ar/LC_MESSAGES/plasma_runner_calculatorrunner.mo share/locale/ar/LC_MESSAGES/plasma_runner_contacts.mo share/locale/ar/LC_MESSAGES/plasma_runner_converterrunner.mo share/locale/ar/LC_MESSAGES/plasma_runner_katesessions.mo share/locale/ar/LC_MESSAGES/plasma_runner_kill.mo share/locale/ar/LC_MESSAGES/plasma_runner_konquerorsessions.mo share/locale/ar/LC_MESSAGES/plasma_runner_konsolesessions.mo share/locale/ar/LC_MESSAGES/plasma_runner_locations.mo share/locale/ar/LC_MESSAGES/plasma_runner_nepomuksearchrunner.mo share/locale/ar/LC_MESSAGES/plasma_runner_placesrunner.mo share/locale/ar/LC_MESSAGES/plasma_runner_plasma-desktop.mo share/locale/ar/LC_MESSAGES/plasma_runner_powerdevil.mo share/locale/ar/LC_MESSAGES/plasma_runner_recentdocuments.mo share/locale/ar/LC_MESSAGES/plasma_runner_services.mo share/locale/ar/LC_MESSAGES/plasma_runner_sessions.mo share/locale/ar/LC_MESSAGES/plasma_runner_shell.mo share/locale/ar/LC_MESSAGES/plasma_runner_solid.mo share/locale/ar/LC_MESSAGES/plasma_runner_spellcheckrunner.mo share/locale/ar/LC_MESSAGES/plasma_runner_webshortcuts.mo share/locale/ar/LC_MESSAGES/plasma_runner_windowedwidgets.mo share/locale/ar/LC_MESSAGES/plasma_runner_windows.mo share/locale/ar/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/ar/LC_MESSAGES/plasma_toolbox_desktoptoolbox.mo share/locale/ar/LC_MESSAGES/plasma_toolbox_paneltoolbox.mo share/locale/ar/LC_MESSAGES/plasma_wallpaper_color.mo share/locale/ar/LC_MESSAGES/plasma_wallpaper_image.mo share/locale/ar/LC_MESSAGES/plasma_wallpaper_mandelbrot.mo share/locale/ar/LC_MESSAGES/plasma_wallpaper_marble.mo share/locale/ar/LC_MESSAGES/plasma_wallpaper_pattern.mo share/locale/ar/LC_MESSAGES/plasma_wallpaper_virus.mo share/locale/ar/LC_MESSAGES/plasma_wallpaper_weather.mo share/locale/ar/LC_MESSAGES/plasmagenericshell.mo share/locale/ar/LC_MESSAGES/plasmapkg.mo share/locale/ar/LC_MESSAGES/powerdevil.mo share/locale/ar/LC_MESSAGES/powerdevilactivitiesconfig.mo share/locale/ar/LC_MESSAGES/powerdevilglobalconfig.mo share/locale/ar/LC_MESSAGES/powerdevilprofilesconfig.mo share/locale/ar/LC_MESSAGES/processcore.mo share/locale/ar/LC_MESSAGES/processui.mo share/locale/ar/LC_MESSAGES/randrmonitor.mo share/locale/ar/LC_MESSAGES/rellinks.mo share/locale/ar/LC_MESSAGES/searchbarplugin.mo share/locale/ar/LC_MESSAGES/solid-hardware.mo share/locale/ar/LC_MESSAGES/solid-network.mo share/locale/ar/LC_MESSAGES/solid_qt.mo share/locale/ar/LC_MESSAGES/solidcontrol.mo share/locale/ar/LC_MESSAGES/soliduiserver.mo share/locale/ar/LC_MESSAGES/strigila_diff.mo share/locale/ar/LC_MESSAGES/superkaramba.mo share/locale/ar/LC_MESSAGES/svgpart.mo share/locale/ar/LC_MESSAGES/sweeper.mo share/locale/ar/LC_MESSAGES/systemsettings.mo share/locale/ar/LC_MESSAGES/timezones4.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/webarchiver.mo share/locale/ar/LC_MESSAGES/xml_mimetypes.mo share/locale/ar/LC_SCRIPTS/kdelibs4/kdelibs4.js share/locale/ar/entry.desktop @dirrm share/locale/ar/LC_SCRIPTS/kdelibs4 @dirrm share/locale/ar/LC_SCRIPTS @dirrm share/apps/klettres/ar/alpha @dirrm share/apps/klettres/ar @dirrm share/apps/klettres Index: head/archivers/ark/distinfo =================================================================== --- head/archivers/ark/distinfo (revision 318451) +++ head/archivers/ark/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/ark-4.10.1.tar.xz) = d374d099300388f19aeae794991ad640408a3923bdce63c72692a48c6caf2efd -SIZE (KDE/4.10.1/ark-4.10.1.tar.xz) = 238052 +SHA256 (KDE/4.10.3/ark-4.10.3.tar.xz) = 30dfc47aa7f69f82c2159a930c3193b74fcda210cd399b7079a82bbd6a6c8a78 +SIZE (KDE/4.10.3/ark-4.10.3.tar.xz) = 237876 Index: head/astro/kstars/distinfo =================================================================== --- head/astro/kstars/distinfo (revision 318451) +++ head/astro/kstars/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/kstars-4.10.1.tar.xz) = 68c8cb35280504b67327a3b5b5b4a91ba06db6231ef326afb57fbf7ffd1e43e3 -SIZE (KDE/4.10.1/kstars-4.10.1.tar.xz) = 12463236 +SHA256 (KDE/4.10.3/kstars-4.10.3.tar.xz) = 21f2039b75d222e34c50ac943a280243963d72b61e1c019db49393e9b332fb06 +SIZE (KDE/4.10.3/kstars-4.10.3.tar.xz) = 12490412 Index: head/astro/marble/Makefile =================================================================== --- head/astro/marble/Makefile (revision 318451) +++ head/astro/marble/Makefile (revision 318452) @@ -1,45 +1,44 @@ # $FreeBSD$ PORTNAME= marble PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 1 CATEGORIES= astro kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Virtual globe and world atlas for KDE CONFLICTS= kdeedu-4.4.[0-4] USE_KDE4= kdehier kdelibs kdeprefix automoc4 sharedmime USES= cmake:outsource USE_QT4= corelib dbus declarative designer_build gui network phonon \ qtestlib script sql svg webkit xml \ qmake_build moc_build rcc_build uic_build USE_XZ= yes USE_GMAKE= yes USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes CMAKE_ARGS= -DMOBILE:BOOL=FALSE OPTIONS_DEFINE= GPS OPTIONS_DEFAULT= ${OPTIONS_DEFINE} GPS_DESC= Support for GPS position provider .include .if ${PORT_OPTIONS:MGPS} LIB_DEPENDS+= gps.20:${PORTSDIR}/astro/gpsd PLIST_SUB+= GPS="" .else CMAKE_ARGS+= -DWITH_libgps:BOOL=FALSE PLIST_SUB+= GPS="@comment " .endif pre-configure: ${REINPLACE_CMD} -e '/libgps/ s/FIND_PACKAGE/macro_optional_find_package/' \ ${WRKSRC}/src/plugins/positionprovider/CMakeLists.txt .include Index: head/astro/marble/distinfo =================================================================== --- head/astro/marble/distinfo (revision 318451) +++ head/astro/marble/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/marble-4.10.1.tar.xz) = 112d09761052650498e114534312f234b241cf81f2283322f6d55728d27b6c72 -SIZE (KDE/4.10.1/marble-4.10.1.tar.xz) = 19462736 +SHA256 (KDE/4.10.3/marble-4.10.3.tar.xz) = ddfba11516d10a270eab9f5bd3d9927d68b3340f782d5c81c75216d536fe9439 +SIZE (KDE/4.10.3/marble-4.10.3.tar.xz) = 19449908 Index: head/audio/juk/distinfo =================================================================== --- head/audio/juk/distinfo (revision 318451) +++ head/audio/juk/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/juk-4.10.1.tar.xz) = 7d3d55d00d74c103182a2d23391b9b4f7caebbffc2a66e5f845d9df2729b8f33 -SIZE (KDE/4.10.1/juk-4.10.1.tar.xz) = 447400 +SHA256 (KDE/4.10.3/juk-4.10.3.tar.xz) = 5e0b21272f220fefd38cc655b3f16f3db4cb954a30afc83f1d7c283c0b392b4d +SIZE (KDE/4.10.3/juk-4.10.3.tar.xz) = 447576 Index: head/audio/kio-audiocd/distinfo =================================================================== --- head/audio/kio-audiocd/distinfo (revision 318451) +++ head/audio/kio-audiocd/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/audiocd-kio-4.10.1.tar.xz) = 4f44ab9b34ad19d637b2f0306bd28751c24b079c9c673a87ee8cc71f5189cc58 -SIZE (KDE/4.10.1/audiocd-kio-4.10.1.tar.xz) = 56784 +SHA256 (KDE/4.10.3/audiocd-kio-4.10.3.tar.xz) = e72656c36ecc27ad8f6ef56b7e63e2ac61a4fdcf517814ad9cc5f984d26a8edf +SIZE (KDE/4.10.3/audiocd-kio-4.10.3.tar.xz) = 56648 Index: head/audio/kmix/distinfo =================================================================== --- head/audio/kmix/distinfo (revision 318451) +++ head/audio/kmix/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/kmix-4.10.1.tar.xz) = cc2b70df3f5b21b2ec7246b20f527ace37a2ae90afb9ada4232113fbb30b2fba -SIZE (KDE/4.10.1/kmix-4.10.1.tar.xz) = 385504 +SHA256 (KDE/4.10.3/kmix-4.10.3.tar.xz) = fa6ed6d94542ed7849b29f7de89729f68b9db972b80b391dabef69a6a9b47562 +SIZE (KDE/4.10.3/kmix-4.10.3.tar.xz) = 385988 Index: head/audio/kscd/distinfo =================================================================== --- head/audio/kscd/distinfo (revision 318451) +++ head/audio/kscd/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/kscd-4.10.1.tar.xz) = 81358eb6b531aba324d8d4996648d4e098e1168e42479a650f6a95fd030e65bc -SIZE (KDE/4.10.1/kscd-4.10.1.tar.xz) = 94620 +SHA256 (KDE/4.10.3/kscd-4.10.3.tar.xz) = 2e98c199a6af00a8cb15541326a0740665014029f9b4edb9c190883bc9eac78d +SIZE (KDE/4.10.3/kscd-4.10.3.tar.xz) = 94176 Index: head/audio/libkcddb/distinfo =================================================================== --- head/audio/libkcddb/distinfo (revision 318451) +++ head/audio/libkcddb/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/libkcddb-4.10.1.tar.xz) = 3b05cb2cc38c0e5528440d91aab647225c0a3f49fefbb64f092f149da729a2d6 -SIZE (KDE/4.10.1/libkcddb-4.10.1.tar.xz) = 164768 +SHA256 (KDE/4.10.3/libkcddb-4.10.3.tar.xz) = e7d90d8e092dbe900edf56044e7c5c1541e1adc5c447b2ec15989a99ced14627 +SIZE (KDE/4.10.3/libkcddb-4.10.3.tar.xz) = 165612 Index: head/audio/libkcompactdisc/distinfo =================================================================== --- head/audio/libkcompactdisc/distinfo (revision 318451) +++ head/audio/libkcompactdisc/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/libkcompactdisc-4.10.1.tar.xz) = cade775f4f4679771a31569b1d7c4a3d8af45f43636c7767f3b7aac2dbd85323 -SIZE (KDE/4.10.1/libkcompactdisc-4.10.1.tar.xz) = 77276 +SHA256 (KDE/4.10.3/libkcompactdisc-4.10.3.tar.xz) = ec4e71b1bf1fe236e3af0fc9914785544027d7ab3ac12b76de9cd23c6a14b51a +SIZE (KDE/4.10.3/libkcompactdisc-4.10.3.tar.xz) = 77236 Index: head/chinese/kde4-l10n-zh_CN/distinfo =================================================================== --- head/chinese/kde4-l10n-zh_CN/distinfo (revision 318451) +++ head/chinese/kde4-l10n-zh_CN/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/kde-l10n/kde-l10n-zh_CN-4.10.1.tar.xz) = d27a4a8d1fb261c3befa245310a81e0da313173726bebd154bd716accfd3ed18 -SIZE (KDE/4.10.1/kde-l10n/kde-l10n-zh_CN-4.10.1.tar.xz) = 3575316 +SHA256 (KDE/4.10.3/kde-l10n/kde-l10n-zh_CN-4.10.3.tar.xz) = b9bed98266af264f5d89b26fff0a7fa6cd88bd8e69aa23f4c04b31f987b62668 +SIZE (KDE/4.10.3/kde-l10n/kde-l10n-zh_CN-4.10.3.tar.xz) = 3581924 Index: head/chinese/kde4-l10n-zh_CN/pkg-plist =================================================================== --- head/chinese/kde4-l10n-zh_CN/pkg-plist (revision 318451) +++ head/chinese/kde4-l10n-zh_CN/pkg-plist (revision 318452) @@ -1,815 +1,813 @@ share/apps/kvtml/zh_CN/TangPoem.kvtml share/apps/kvtml/zh_CN/idiom0.kvtml share/apps/kvtml/zh_CN/idiom1.kvtml share/apps/kvtml/zh_CN/idiom10.kvtml share/apps/kvtml/zh_CN/idiom11.kvtml share/apps/kvtml/zh_CN/idiom12.kvtml share/apps/kvtml/zh_CN/idiom2.kvtml share/apps/kvtml/zh_CN/idiom3.kvtml share/apps/kvtml/zh_CN/idiom4.kvtml share/apps/kvtml/zh_CN/idiom5.kvtml share/apps/kvtml/zh_CN/idiom6.kvtml share/apps/kvtml/zh_CN/idiom7.kvtml share/apps/kvtml/zh_CN/idiom8.kvtml share/apps/kvtml/zh_CN/idiom9.kvtml share/apps/step/objinfo/l10n/zh_CN/Box.html share/apps/step/objinfo/l10n/zh_CN/ChargedParticle.html share/apps/step/objinfo/l10n/zh_CN/Disk.html share/apps/step/objinfo/l10n/zh_CN/Gas.html share/apps/step/objinfo/l10n/zh_CN/GasLJForce.html share/apps/step/objinfo/l10n/zh_CN/GasParticle.html share/apps/step/objinfo/l10n/zh_CN/Meter.html share/apps/step/objinfo/l10n/zh_CN/Note.html share/apps/step/objinfo/l10n/zh_CN/Particle.html share/apps/step/objinfo/l10n/zh_CN/Polygon.html share/apps/step/objinfo/l10n/zh_CN/Spring.html share/apps/step/objinfo/l10n/zh_CN/World.html share/doc/HTML/zh_CN/common/fdl-translated.html share/doc/HTML/zh_CN/common/gpl-translated.html share/doc/HTML/zh_CN/common/kde-localised.css share/doc/HTML/zh_CN/common/lgpl-translated.html share/doc/HTML/zh_CN/gwenview/browse_mode.png share/doc/HTML/zh_CN/gwenview/common share/doc/HTML/zh_CN/gwenview/fullscreen_mode.png share/doc/HTML/zh_CN/gwenview/index.cache.bz2 share/doc/HTML/zh_CN/gwenview/index.docbook share/doc/HTML/zh_CN/gwenview/interface.docbook share/doc/HTML/zh_CN/gwenview/introduction.docbook share/doc/HTML/zh_CN/gwenview/keybindings.docbook share/doc/HTML/zh_CN/gwenview/mouse.docbook share/doc/HTML/zh_CN/gwenview/view_mode.png share/locale/zh_CN/LC_MESSAGES/accountwizard.mo share/locale/zh_CN/LC_MESSAGES/accountwizard_ical.mo share/locale/zh_CN/LC_MESSAGES/accountwizard_imap.mo share/locale/zh_CN/LC_MESSAGES/accountwizard_kolab.mo share/locale/zh_CN/LC_MESSAGES/accountwizard_mailbox.mo share/locale/zh_CN/LC_MESSAGES/accountwizard_maildir.mo share/locale/zh_CN/LC_MESSAGES/accountwizard_pop3.mo share/locale/zh_CN/LC_MESSAGES/accountwizard_tine20.mo share/locale/zh_CN/LC_MESSAGES/activitymanager_plugin_globalshortcuts.mo share/locale/zh_CN/LC_MESSAGES/activitymanager_uihandler_declarative.mo share/locale/zh_CN/LC_MESSAGES/adblock.mo share/locale/zh_CN/LC_MESSAGES/akonadi-filestore.mo share/locale/zh_CN/LC_MESSAGES/akonadi_archivemail_agent.mo share/locale/zh_CN/LC_MESSAGES/akonadi_birthdays_resource.mo share/locale/zh_CN/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/zh_CN/LC_MESSAGES/akonadi_davgroupware_resource.mo share/locale/zh_CN/LC_MESSAGES/akonadi_google_resource.mo share/locale/zh_CN/LC_MESSAGES/akonadi_ical_resource.mo share/locale/zh_CN/LC_MESSAGES/akonadi_icaldir_resource.mo share/locale/zh_CN/LC_MESSAGES/akonadi_imap_resource.mo share/locale/zh_CN/LC_MESSAGES/akonadi_invitations_agent.mo share/locale/zh_CN/LC_MESSAGES/akonadi_kabc_resource.mo share/locale/zh_CN/LC_MESSAGES/akonadi_kalarm_resource.mo share/locale/zh_CN/LC_MESSAGES/akonadi_kcal_resource.mo share/locale/zh_CN/LC_MESSAGES/akonadi_kdeaccounts_resource.mo share/locale/zh_CN/LC_MESSAGES/akonadi_knut_resource.mo share/locale/zh_CN/LC_MESSAGES/akonadi_kolabproxy_resource.mo share/locale/zh_CN/LC_MESSAGES/akonadi_kresourceassistant.mo share/locale/zh_CN/LC_MESSAGES/akonadi_localbookmarks_resource.mo share/locale/zh_CN/LC_MESSAGES/akonadi_maildir_resource.mo share/locale/zh_CN/LC_MESSAGES/akonadi_maildispatcher_agent.mo share/locale/zh_CN/LC_MESSAGES/akonadi_mailfilter_agent.mo share/locale/zh_CN/LC_MESSAGES/akonadi_mailtransport_resource.mo share/locale/zh_CN/LC_MESSAGES/akonadi_mbox_resource.mo share/locale/zh_CN/LC_MESSAGES/akonadi_microblog_resource.mo share/locale/zh_CN/LC_MESSAGES/akonadi_mixedmaildir_resource.mo share/locale/zh_CN/LC_MESSAGES/akonadi_nepomuk_feeder.mo share/locale/zh_CN/LC_MESSAGES/akonadi_nepomuktag_resource.mo share/locale/zh_CN/LC_MESSAGES/akonadi_next.mo share/locale/zh_CN/LC_MESSAGES/akonadi_nntp_resource.mo share/locale/zh_CN/LC_MESSAGES/akonadi_openxchange_resource.mo share/locale/zh_CN/LC_MESSAGES/akonadi_pop3_resource.mo share/locale/zh_CN/LC_MESSAGES/akonadi_serializer_plugins.mo share/locale/zh_CN/LC_MESSAGES/akonadi_singlefile_resource.mo share/locale/zh_CN/LC_MESSAGES/akonadi_strigi_feeder.mo share/locale/zh_CN/LC_MESSAGES/akonadi_vcard_resource.mo share/locale/zh_CN/LC_MESSAGES/akonadi_vcarddir_resource.mo share/locale/zh_CN/LC_MESSAGES/akonadicontact.mo share/locale/zh_CN/LC_MESSAGES/akonadinotes.mo share/locale/zh_CN/LC_MESSAGES/akonaditray.mo share/locale/zh_CN/LC_MESSAGES/akregator.mo share/locale/zh_CN/LC_MESSAGES/akregator_konqplugin.mo share/locale/zh_CN/LC_MESSAGES/amor.mo share/locale/zh_CN/LC_MESSAGES/analitza.mo share/locale/zh_CN/LC_MESSAGES/ark.mo share/locale/zh_CN/LC_MESSAGES/attica_kde.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/blinken.mo share/locale/zh_CN/LC_MESSAGES/blogilo.mo share/locale/zh_CN/LC_MESSAGES/bomber.mo share/locale/zh_CN/LC_MESSAGES/bovo.mo share/locale/zh_CN/LC_MESSAGES/calendarsupport.mo share/locale/zh_CN/LC_MESSAGES/cantor.mo share/locale/zh_CN/LC_MESSAGES/cervisia.mo share/locale/zh_CN/LC_MESSAGES/cryptopageplugin.mo share/locale/zh_CN/LC_MESSAGES/cvsservice.mo share/locale/zh_CN/LC_MESSAGES/dirfilterplugin.mo share/locale/zh_CN/LC_MESSAGES/display.mo share/locale/zh_CN/LC_MESSAGES/dolphin.mo share/locale/zh_CN/LC_MESSAGES/domtreeviewer.mo share/locale/zh_CN/LC_MESSAGES/dragonplayer.mo share/locale/zh_CN/LC_MESSAGES/drkonqi.mo share/locale/zh_CN/LC_MESSAGES/filelight.mo share/locale/zh_CN/LC_MESSAGES/filetypes.mo share/locale/zh_CN/LC_MESSAGES/fileviewbazaarplugin.mo share/locale/zh_CN/LC_MESSAGES/fileviewgitplugin.mo share/locale/zh_CN/LC_MESSAGES/fileviewhgplugin.mo share/locale/zh_CN/LC_MESSAGES/fileviewsvnplugin.mo share/locale/zh_CN/LC_MESSAGES/freespacenotifier.mo share/locale/zh_CN/LC_MESSAGES/fsview.mo share/locale/zh_CN/LC_MESSAGES/granatier.mo share/locale/zh_CN/LC_MESSAGES/gwenview.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/importwizard.mo share/locale/zh_CN/LC_MESSAGES/jovie.mo share/locale/zh_CN/LC_MESSAGES/joystick.mo share/locale/zh_CN/LC_MESSAGES/juk.mo share/locale/zh_CN/LC_MESSAGES/kabc.mo share/locale/zh_CN/LC_MESSAGES/kabc_akonadi.mo share/locale/zh_CN/LC_MESSAGES/kabc_dir.mo share/locale/zh_CN/LC_MESSAGES/kabc_file.mo share/locale/zh_CN/LC_MESSAGES/kabc_ldapkio.mo share/locale/zh_CN/LC_MESSAGES/kabc_net.mo share/locale/zh_CN/LC_MESSAGES/kabcclient.mo share/locale/zh_CN/LC_MESSAGES/kabcformat_binary.mo share/locale/zh_CN/LC_MESSAGES/kaccess.mo share/locale/zh_CN/LC_MESSAGES/kaccessibleapp.mo share/locale/zh_CN/LC_MESSAGES/kactivitymanagerd.mo share/locale/zh_CN/LC_MESSAGES/kactivitymanagerd_fileitem_linking_plugin.mo share/locale/zh_CN/LC_MESSAGES/kaddressbook-mobile.mo share/locale/zh_CN/LC_MESSAGES/kaddressbook.mo share/locale/zh_CN/LC_MESSAGES/kaddressbookmigrator.mo share/locale/zh_CN/LC_MESSAGES/kajongg.mo share/locale/zh_CN/LC_MESSAGES/kalarm.mo share/locale/zh_CN/LC_MESSAGES/kalgebra.mo share/locale/zh_CN/LC_MESSAGES/kalzium.mo share/locale/zh_CN/LC_MESSAGES/kanagram.mo share/locale/zh_CN/LC_MESSAGES/kapman.mo share/locale/zh_CN/LC_MESSAGES/kapptemplate.mo share/locale/zh_CN/LC_MESSAGES/kate-ctags-plugin.mo share/locale/zh_CN/LC_MESSAGES/kate.mo share/locale/zh_CN/LC_MESSAGES/kate_kttsd.mo share/locale/zh_CN/LC_MESSAGES/katebacktracebrowserplugin.mo share/locale/zh_CN/LC_MESSAGES/katebuild-plugin.mo share/locale/zh_CN/LC_MESSAGES/katefilebrowserplugin.mo share/locale/zh_CN/LC_MESSAGES/katefiletemplates.mo share/locale/zh_CN/LC_MESSAGES/kategdbplugin.mo share/locale/zh_CN/LC_MESSAGES/katehelloworld.mo share/locale/zh_CN/LC_MESSAGES/katekonsoleplugin.mo share/locale/zh_CN/LC_MESSAGES/katemailfilesplugin.mo share/locale/zh_CN/LC_MESSAGES/kateopenheader.mo share/locale/zh_CN/LC_MESSAGES/katepart4.mo share/locale/zh_CN/LC_MESSAGES/kateproject.mo share/locale/zh_CN/LC_MESSAGES/katesearch.mo share/locale/zh_CN/LC_MESSAGES/katesnippets_tng.mo share/locale/zh_CN/LC_MESSAGES/katesnippetsplugin.mo share/locale/zh_CN/LC_MESSAGES/katesql.mo share/locale/zh_CN/LC_MESSAGES/katesymbolviewer.mo share/locale/zh_CN/LC_MESSAGES/katetabbarextension.mo share/locale/zh_CN/LC_MESSAGES/katetabifyplugin.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/kbattleship.mo share/locale/zh_CN/LC_MESSAGES/kblackbox.mo share/locale/zh_CN/LC_MESSAGES/kblankscrn.mo share/locale/zh_CN/LC_MESSAGES/kblocks.mo share/locale/zh_CN/LC_MESSAGES/kbounce.mo share/locale/zh_CN/LC_MESSAGES/kbreakout.mo share/locale/zh_CN/LC_MESSAGES/kbruch.mo share/locale/zh_CN/LC_MESSAGES/kcachegrind.mo share/locale/zh_CN/LC_MESSAGES/kcachegrind_qt.mo share/locale/zh_CN/LC_MESSAGES/kcal_akonadi.mo share/locale/zh_CN/LC_MESSAGES/kcalc.mo share/locale/zh_CN/LC_MESSAGES/kcertpart.mo share/locale/zh_CN/LC_MESSAGES/kcharselect.mo share/locale/zh_CN/LC_MESSAGES/kcm-kwin-scripts.mo share/locale/zh_CN/LC_MESSAGES/kcm_activities.mo share/locale/zh_CN/LC_MESSAGES/kcm_akonadi.mo share/locale/zh_CN/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/zh_CN/LC_MESSAGES/kcm_attica.mo share/locale/zh_CN/LC_MESSAGES/kcm_autostart.mo share/locale/zh_CN/LC_MESSAGES/kcm_desktoppaths.mo share/locale/zh_CN/LC_MESSAGES/kcm_desktopthemedetails.mo share/locale/zh_CN/LC_MESSAGES/kcm_device_automounter.mo share/locale/zh_CN/LC_MESSAGES/kcm_emoticons.mo share/locale/zh_CN/LC_MESSAGES/kcm_infobase.mo share/locale/zh_CN/LC_MESSAGES/kcm_infosummary.mo -share/locale/zh_CN/LC_MESSAGES/kcm_krfb.mo share/locale/zh_CN/LC_MESSAGES/kcm_kwindesktop.mo share/locale/zh_CN/LC_MESSAGES/kcm_kwintabbox.mo share/locale/zh_CN/LC_MESSAGES/kcm_memory.mo share/locale/zh_CN/LC_MESSAGES/kcm_nepomuk.mo share/locale/zh_CN/LC_MESSAGES/kcm_pci.mo share/locale/zh_CN/LC_MESSAGES/kcm_phonon.mo share/locale/zh_CN/LC_MESSAGES/kcm_platform.mo share/locale/zh_CN/LC_MESSAGES/kcm_remotecontrol.mo share/locale/zh_CN/LC_MESSAGES/kcm_solid.mo share/locale/zh_CN/LC_MESSAGES/kcm_solid_actions.mo share/locale/zh_CN/LC_MESSAGES/kcm_standard_actions.mo share/locale/zh_CN/LC_MESSAGES/kcmaccess.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/kcmdevinfo.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/kcminit.mo share/locale/zh_CN/LC_MESSAGES/kcminput.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/kcmkdnssd.mo share/locale/zh_CN/LC_MESSAGES/kcmkeyboard.mo share/locale/zh_CN/LC_MESSAGES/kcmkeys.mo share/locale/zh_CN/LC_MESSAGES/kcmkgamma.mo share/locale/zh_CN/LC_MESSAGES/kcmkio.mo share/locale/zh_CN/LC_MESSAGES/kcmkonq.mo share/locale/zh_CN/LC_MESSAGES/kcmkonqhtml.mo share/locale/zh_CN/LC_MESSAGES/kcmkurifilt.mo share/locale/zh_CN/LC_MESSAGES/kcmkwallet.mo share/locale/zh_CN/LC_MESSAGES/kcmkwincompositing.mo share/locale/zh_CN/LC_MESSAGES/kcmkwindecoration.mo share/locale/zh_CN/LC_MESSAGES/kcmkwinrules.mo share/locale/zh_CN/LC_MESSAGES/kcmkwinscreenedges.mo share/locale/zh_CN/LC_MESSAGES/kcmkwm.mo share/locale/zh_CN/LC_MESSAGES/kcmlaunch.mo share/locale/zh_CN/LC_MESSAGES/kcmlocale.mo share/locale/zh_CN/LC_MESSAGES/kcmnic.mo share/locale/zh_CN/LC_MESSAGES/kcmnotify.mo share/locale/zh_CN/LC_MESSAGES/kcmopengl.mo share/locale/zh_CN/LC_MESSAGES/kcmperformance.mo share/locale/zh_CN/LC_MESSAGES/kcmsamba.mo share/locale/zh_CN/LC_MESSAGES/kcmscreensaver.mo share/locale/zh_CN/LC_MESSAGES/kcmshell.mo share/locale/zh_CN/LC_MESSAGES/kcmsmartcard.mo share/locale/zh_CN/LC_MESSAGES/kcmsmserver.mo share/locale/zh_CN/LC_MESSAGES/kcmstyle.mo share/locale/zh_CN/LC_MESSAGES/kcmusb.mo share/locale/zh_CN/LC_MESSAGES/kcmview1394.mo share/locale/zh_CN/LC_MESSAGES/kcmworkspaceoptions.mo share/locale/zh_CN/LC_MESSAGES/kcolorchooser.mo share/locale/zh_CN/LC_MESSAGES/kcron.mo share/locale/zh_CN/LC_MESSAGES/kde-menu.mo share/locale/zh_CN/LC_MESSAGES/kdeasciiquarium.mo share/locale/zh_CN/LC_MESSAGES/kdebugdialog.mo share/locale/zh_CN/LC_MESSAGES/kdecalendarsystems.mo share/locale/zh_CN/LC_MESSAGES/kdelibs4.mo share/locale/zh_CN/LC_MESSAGES/kdelibs_colors4.mo share/locale/zh_CN/LC_MESSAGES/kdepasswd.mo share/locale/zh_CN/LC_MESSAGES/kdepim-runtime-qml.mo share/locale/zh_CN/LC_MESSAGES/kdeqt.mo share/locale/zh_CN/LC_MESSAGES/kdesu.mo share/locale/zh_CN/LC_MESSAGES/kdesud.mo share/locale/zh_CN/LC_MESSAGES/kdf.mo share/locale/zh_CN/LC_MESSAGES/kdgantt2.mo share/locale/zh_CN/LC_MESSAGES/kdialog.mo share/locale/zh_CN/LC_MESSAGES/kdiamond.mo share/locale/zh_CN/LC_MESSAGES/kdmconfig.mo share/locale/zh_CN/LC_MESSAGES/kdmgreet.mo share/locale/zh_CN/LC_MESSAGES/kdontchangethehostname.mo share/locale/zh_CN/LC_MESSAGES/keditbookmarks.mo share/locale/zh_CN/LC_MESSAGES/kfile.mo share/locale/zh_CN/LC_MESSAGES/kfile_dds.mo share/locale/zh_CN/LC_MESSAGES/kfile_drgeo.mo share/locale/zh_CN/LC_MESSAGES/kfile_exr.mo share/locale/zh_CN/LC_MESSAGES/kfile_kig.mo share/locale/zh_CN/LC_MESSAGES/kfile_mail.mo share/locale/zh_CN/LC_MESSAGES/kfile_pnm.mo share/locale/zh_CN/LC_MESSAGES/kfile_raw.mo share/locale/zh_CN/LC_MESSAGES/kfile_rgb.mo share/locale/zh_CN/LC_MESSAGES/kfile_rpm.mo share/locale/zh_CN/LC_MESSAGES/kfile_tiff.mo share/locale/zh_CN/LC_MESSAGES/kfile_xps.mo share/locale/zh_CN/LC_MESSAGES/kfileaudiopreview4.mo share/locale/zh_CN/LC_MESSAGES/kfilereplace.mo share/locale/zh_CN/LC_MESSAGES/kfileshare.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/kfontinst.mo share/locale/zh_CN/LC_MESSAGES/kfourinline.mo share/locale/zh_CN/LC_MESSAGES/kgeography.mo share/locale/zh_CN/LC_MESSAGES/kget.mo share/locale/zh_CN/LC_MESSAGES/kgetplugin.mo share/locale/zh_CN/LC_MESSAGES/kglobalaccel.mo share/locale/zh_CN/LC_MESSAGES/kgoldrunner.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_generic.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/khotkeys.mo share/locale/zh_CN/LC_MESSAGES/khotnewstuff.mo share/locale/zh_CN/LC_MESSAGES/khtmlkttsd.mo share/locale/zh_CN/LC_MESSAGES/khtmlsettingsplugin.mo share/locale/zh_CN/LC_MESSAGES/kiconfinder.mo share/locale/zh_CN/LC_MESSAGES/kig.mo share/locale/zh_CN/LC_MESSAGES/kigo.mo share/locale/zh_CN/LC_MESSAGES/killbots.mo share/locale/zh_CN/LC_MESSAGES/kimagemapeditor.mo -share/locale/zh_CN/LC_MESSAGES/kinetd.mo share/locale/zh_CN/LC_MESSAGES/kinfocenter.mo share/locale/zh_CN/LC_MESSAGES/kio4.mo share/locale/zh_CN/LC_MESSAGES/kio_activities.mo share/locale/zh_CN/LC_MESSAGES/kio_akonadi.mo share/locale/zh_CN/LC_MESSAGES/kio_applications.mo share/locale/zh_CN/LC_MESSAGES/kio_archive.mo share/locale/zh_CN/LC_MESSAGES/kio_audiocd.mo share/locale/zh_CN/LC_MESSAGES/kio_bookmarks.mo share/locale/zh_CN/LC_MESSAGES/kio_finger.mo share/locale/zh_CN/LC_MESSAGES/kio_fish.mo share/locale/zh_CN/LC_MESSAGES/kio_floppy.mo share/locale/zh_CN/LC_MESSAGES/kio_help4.mo share/locale/zh_CN/LC_MESSAGES/kio_imap4.mo share/locale/zh_CN/LC_MESSAGES/kio_info.mo share/locale/zh_CN/LC_MESSAGES/kio_jabberdisco.mo share/locale/zh_CN/LC_MESSAGES/kio_ldap.mo share/locale/zh_CN/LC_MESSAGES/kio_man.mo share/locale/zh_CN/LC_MESSAGES/kio_mbox.mo share/locale/zh_CN/LC_MESSAGES/kio_nepomuk.mo share/locale/zh_CN/LC_MESSAGES/kio_nepomuksearch.mo share/locale/zh_CN/LC_MESSAGES/kio_nfs.mo share/locale/zh_CN/LC_MESSAGES/kio_nntp.mo share/locale/zh_CN/LC_MESSAGES/kio_perldoc.mo share/locale/zh_CN/LC_MESSAGES/kio_pop3.mo share/locale/zh_CN/LC_MESSAGES/kio_recentdocuments.mo share/locale/zh_CN/LC_MESSAGES/kio_remote.mo share/locale/zh_CN/LC_MESSAGES/kio_sftp.mo share/locale/zh_CN/LC_MESSAGES/kio_sieve.mo share/locale/zh_CN/LC_MESSAGES/kio_smb.mo share/locale/zh_CN/LC_MESSAGES/kio_smtp.mo share/locale/zh_CN/LC_MESSAGES/kio_svn.mo share/locale/zh_CN/LC_MESSAGES/kio_tags.mo share/locale/zh_CN/LC_MESSAGES/kio_thumbnail.mo share/locale/zh_CN/LC_MESSAGES/kio_timeline.mo share/locale/zh_CN/LC_MESSAGES/kio_trash.mo share/locale/zh_CN/LC_MESSAGES/kio_zeroconf.mo share/locale/zh_CN/LC_MESSAGES/kioclient.mo share/locale/zh_CN/LC_MESSAGES/kioexec.mo share/locale/zh_CN/LC_MESSAGES/kipiplugin_kxmlhelloworld.mo share/locale/zh_CN/LC_MESSAGES/kiriki.mo share/locale/zh_CN/LC_MESSAGES/kiten.mo share/locale/zh_CN/LC_MESSAGES/kjots.mo share/locale/zh_CN/LC_MESSAGES/kjotsmigrator.mo share/locale/zh_CN/LC_MESSAGES/kjumpingcube.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-migrator.mo share/locale/zh_CN/LC_MESSAGES/kmail-mobile.mo share/locale/zh_CN/LC_MESSAGES/kmail.mo share/locale/zh_CN/LC_MESSAGES/kmailcvt.mo share/locale/zh_CN/LC_MESSAGES/kmenuedit.mo share/locale/zh_CN/LC_MESSAGES/kmimetypefinder.mo share/locale/zh_CN/LC_MESSAGES/kmines.mo share/locale/zh_CN/LC_MESSAGES/kmix.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/knetattach.mo share/locale/zh_CN/LC_MESSAGES/knetwalk.mo share/locale/zh_CN/LC_MESSAGES/knode.mo share/locale/zh_CN/LC_MESSAGES/knotes.mo share/locale/zh_CN/LC_MESSAGES/knotify4.mo share/locale/zh_CN/LC_MESSAGES/kolf.mo share/locale/zh_CN/LC_MESSAGES/kollision.mo share/locale/zh_CN/LC_MESSAGES/kolourpaint.mo share/locale/zh_CN/LC_MESSAGES/kommander.mo share/locale/zh_CN/LC_MESSAGES/kompare.mo share/locale/zh_CN/LC_MESSAGES/konqprofiles.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/konsoleprofiles.mo share/locale/zh_CN/LC_MESSAGES/kontact.mo share/locale/zh_CN/LC_MESSAGES/kontactinterfaces.mo share/locale/zh_CN/LC_MESSAGES/kopete.mo share/locale/zh_CN/LC_MESSAGES/korganizer-mobile.mo share/locale/zh_CN/LC_MESSAGES/korganizer.mo share/locale/zh_CN/LC_MESSAGES/kpartloader.mo share/locale/zh_CN/LC_MESSAGES/kpartsaver.mo share/locale/zh_CN/LC_MESSAGES/kpasswdserver.mo share/locale/zh_CN/LC_MESSAGES/kpat.mo share/locale/zh_CN/LC_MESSAGES/kppp.mo share/locale/zh_CN/LC_MESSAGES/kppplogview.mo share/locale/zh_CN/LC_MESSAGES/kquitapp.mo share/locale/zh_CN/LC_MESSAGES/krandr.mo share/locale/zh_CN/LC_MESSAGES/krcdnotifieritem.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/kremotecontroldaemon.mo share/locale/zh_CN/LC_MESSAGES/kres-migrator.mo share/locale/zh_CN/LC_MESSAGES/kres_blog.mo share/locale/zh_CN/LC_MESSAGES/kres_remote.mo share/locale/zh_CN/LC_MESSAGES/kresources_shared_akonadi.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/krunner.mo share/locale/zh_CN/LC_MESSAGES/ksaneplugin.mo share/locale/zh_CN/LC_MESSAGES/kscd.mo share/locale/zh_CN/LC_MESSAGES/kscreenlocker.mo share/locale/zh_CN/LC_MESSAGES/kscreenlocker_greet.mo share/locale/zh_CN/LC_MESSAGES/kscreensaver.mo share/locale/zh_CN/LC_MESSAGES/ksendemail.mo share/locale/zh_CN/LC_MESSAGES/kshellcmdplugin.mo share/locale/zh_CN/LC_MESSAGES/kshisen.mo share/locale/zh_CN/LC_MESSAGES/kshorturifilter.mo share/locale/zh_CN/LC_MESSAGES/ksirk.mo share/locale/zh_CN/LC_MESSAGES/ksirkskineditor.mo share/locale/zh_CN/LC_MESSAGES/ksmserver.mo share/locale/zh_CN/LC_MESSAGES/ksnapshot.mo share/locale/zh_CN/LC_MESSAGES/kspaceduel.mo share/locale/zh_CN/LC_MESSAGES/ksplashthemes.mo share/locale/zh_CN/LC_MESSAGES/ksquares.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/kstyle_config.mo share/locale/zh_CN/LC_MESSAGES/kstyle_phase_config.mo share/locale/zh_CN/LC_MESSAGES/ksudoku.mo share/locale/zh_CN/LC_MESSAGES/ksysguard.mo share/locale/zh_CN/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/zh_CN/LC_MESSAGES/ksystemlog.mo share/locale/zh_CN/LC_MESSAGES/ksystraycmd.mo share/locale/zh_CN/LC_MESSAGES/kteatime.mo share/locale/zh_CN/LC_MESSAGES/ktesnippets_editor.mo share/locale/zh_CN/LC_MESSAGES/ktexteditor_codesnippets_core.mo share/locale/zh_CN/LC_MESSAGES/ktexteditor_plugins.mo share/locale/zh_CN/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/zh_CN/LC_MESSAGES/ktimer.mo share/locale/zh_CN/LC_MESSAGES/ktimetracker.mo share/locale/zh_CN/LC_MESSAGES/ktnef.mo share/locale/zh_CN/LC_MESSAGES/ktouch.mo share/locale/zh_CN/LC_MESSAGES/ktouchpadenabler.mo share/locale/zh_CN/LC_MESSAGES/ktraderclient.mo share/locale/zh_CN/LC_MESSAGES/ktron.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/kubrick.mo share/locale/zh_CN/LC_MESSAGES/kuiserver.mo share/locale/zh_CN/LC_MESSAGES/kuiviewer.mo share/locale/zh_CN/LC_MESSAGES/kurifilter.mo share/locale/zh_CN/LC_MESSAGES/kuser.mo share/locale/zh_CN/LC_MESSAGES/kwalletd.mo share/locale/zh_CN/LC_MESSAGES/kwalletmanager.mo share/locale/zh_CN/LC_MESSAGES/kwatchgnupg.mo share/locale/zh_CN/LC_MESSAGES/kwin.mo share/locale/zh_CN/LC_MESSAGES/kwin_art_clients.mo share/locale/zh_CN/LC_MESSAGES/kwin_clients.mo share/locale/zh_CN/LC_MESSAGES/kwin_effects.mo share/locale/zh_CN/LC_MESSAGES/kwinshutdown.mo share/locale/zh_CN/LC_MESSAGES/kwinstartmenu.mo share/locale/zh_CN/LC_MESSAGES/kwordquiz.mo share/locale/zh_CN/LC_MESSAGES/kwrite.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/lancelot.mo share/locale/zh_CN/LC_MESSAGES/libakonadi-calendar.mo share/locale/zh_CN/LC_MESSAGES/libakonadi-kmime.mo share/locale/zh_CN/LC_MESSAGES/libakonadi.mo share/locale/zh_CN/LC_MESSAGES/libeventviews.mo share/locale/zh_CN/LC_MESSAGES/libincidenceeditors.mo share/locale/zh_CN/LC_MESSAGES/libkalarmcal.mo share/locale/zh_CN/LC_MESSAGES/libkasten.mo share/locale/zh_CN/LC_MESSAGES/libkblog.mo share/locale/zh_CN/LC_MESSAGES/libkcal.mo share/locale/zh_CN/LC_MESSAGES/libkcalutils.mo share/locale/zh_CN/LC_MESSAGES/libkcddb.mo share/locale/zh_CN/LC_MESSAGES/libkcompactdisc.mo share/locale/zh_CN/LC_MESSAGES/libkdcraw.mo share/locale/zh_CN/LC_MESSAGES/libkdecorations.mo share/locale/zh_CN/LC_MESSAGES/libkdeedu.mo share/locale/zh_CN/LC_MESSAGES/libkdegames.mo share/locale/zh_CN/LC_MESSAGES/libkdepim.mo share/locale/zh_CN/LC_MESSAGES/libkdepimmobileui.mo share/locale/zh_CN/LC_MESSAGES/libkexiv2.mo share/locale/zh_CN/LC_MESSAGES/libkholidays.mo share/locale/zh_CN/LC_MESSAGES/libkimap.mo share/locale/zh_CN/LC_MESSAGES/libkipi.mo share/locale/zh_CN/LC_MESSAGES/libkldap.mo share/locale/zh_CN/LC_MESSAGES/libkleopatra.mo share/locale/zh_CN/LC_MESSAGES/libkmahjongg.mo share/locale/zh_CN/LC_MESSAGES/libkmime.mo share/locale/zh_CN/LC_MESSAGES/libkonq.mo share/locale/zh_CN/LC_MESSAGES/libkpgp.mo share/locale/zh_CN/LC_MESSAGES/libkpimidentities.mo share/locale/zh_CN/LC_MESSAGES/libkpimtextedit.mo share/locale/zh_CN/LC_MESSAGES/libkpimutils.mo share/locale/zh_CN/LC_MESSAGES/libkremotecontrol.mo share/locale/zh_CN/LC_MESSAGES/libkresources.mo share/locale/zh_CN/LC_MESSAGES/libksane.mo share/locale/zh_CN/LC_MESSAGES/libkscreensaver.mo share/locale/zh_CN/LC_MESSAGES/libksieve.mo share/locale/zh_CN/LC_MESSAGES/libktnef.mo share/locale/zh_CN/LC_MESSAGES/libkunitconversion.mo share/locale/zh_CN/LC_MESSAGES/libkworkspace.mo share/locale/zh_CN/LC_MESSAGES/libkxmlrpcclient.mo share/locale/zh_CN/LC_MESSAGES/liblancelot-datamodels.mo share/locale/zh_CN/LC_MESSAGES/libmailcommon.mo share/locale/zh_CN/LC_MESSAGES/libmailimporter.mo share/locale/zh_CN/LC_MESSAGES/libmailtransport.mo share/locale/zh_CN/LC_MESSAGES/libmessagecomposer.mo share/locale/zh_CN/LC_MESSAGES/libmessagecore.mo share/locale/zh_CN/LC_MESSAGES/libmessagelist.mo share/locale/zh_CN/LC_MESSAGES/libmessageviewer.mo share/locale/zh_CN/LC_MESSAGES/liboktetacore.mo share/locale/zh_CN/LC_MESSAGES/liboktetagui.mo share/locale/zh_CN/LC_MESSAGES/liboktetakasten.mo share/locale/zh_CN/LC_MESSAGES/liboxygenstyleconfig.mo share/locale/zh_CN/LC_MESSAGES/libphonon.mo share/locale/zh_CN/LC_MESSAGES/libpimcommon.mo share/locale/zh_CN/LC_MESSAGES/libplasma.mo share/locale/zh_CN/LC_MESSAGES/libplasma_groupingcontainment.mo share/locale/zh_CN/LC_MESSAGES/libplasmaclock.mo share/locale/zh_CN/LC_MESSAGES/libplasmaweather.mo share/locale/zh_CN/LC_MESSAGES/libtaskmanager.mo share/locale/zh_CN/LC_MESSAGES/libtemplateparser.mo share/locale/zh_CN/LC_MESSAGES/lokalize.mo share/locale/zh_CN/LC_MESSAGES/lskat.mo share/locale/zh_CN/LC_MESSAGES/mailreader.mo share/locale/zh_CN/LC_MESSAGES/marble.mo share/locale/zh_CN/LC_MESSAGES/marble_qt.mo share/locale/zh_CN/LC_MESSAGES/messageviewer_application_mstnef_plugin.mo share/locale/zh_CN/LC_MESSAGES/messageviewer_text_calendar_plugin.mo share/locale/zh_CN/LC_MESSAGES/messageviewer_text_vcard_plugin.mo share/locale/zh_CN/LC_MESSAGES/messageviewer_text_xdiff_plugin.mo share/locale/zh_CN/LC_MESSAGES/mf_konqplugin.mo share/locale/zh_CN/LC_MESSAGES/minitoolsplugin.mo share/locale/zh_CN/LC_MESSAGES/mplayerthumbs.mo share/locale/zh_CN/LC_MESSAGES/mplayerthumbsconfig.mo share/locale/zh_CN/LC_MESSAGES/nepomukbackup.mo share/locale/zh_CN/LC_MESSAGES/nepomukcleaner.mo share/locale/zh_CN/LC_MESSAGES/nepomukcontroller.mo share/locale/zh_CN/LC_MESSAGES/nepomukfileindexer.mo share/locale/zh_CN/LC_MESSAGES/nepomukqueryservice.mo share/locale/zh_CN/LC_MESSAGES/nepomukserver.mo share/locale/zh_CN/LC_MESSAGES/nepomukservicestub.mo share/locale/zh_CN/LC_MESSAGES/nepomukstorage.mo share/locale/zh_CN/LC_MESSAGES/nepomukwidgets.mo share/locale/zh_CN/LC_MESSAGES/newmailnotifieragent.mo share/locale/zh_CN/LC_MESSAGES/notes-mobile.mo share/locale/zh_CN/LC_MESSAGES/nsplugin.mo share/locale/zh_CN/LC_MESSAGES/okteta-mobile.mo share/locale/zh_CN/LC_MESSAGES/okteta.mo share/locale/zh_CN/LC_MESSAGES/oktetapart.mo share/locale/zh_CN/LC_MESSAGES/okular.mo share/locale/zh_CN/LC_MESSAGES/okular_chm.mo share/locale/zh_CN/LC_MESSAGES/okular_comicbook.mo share/locale/zh_CN/LC_MESSAGES/okular_djvu.mo share/locale/zh_CN/LC_MESSAGES/okular_dvi.mo share/locale/zh_CN/LC_MESSAGES/okular_epub.mo share/locale/zh_CN/LC_MESSAGES/okular_fax.mo share/locale/zh_CN/LC_MESSAGES/okular_fictionbook.mo share/locale/zh_CN/LC_MESSAGES/okular_ghostview.mo share/locale/zh_CN/LC_MESSAGES/okular_kimgio.mo share/locale/zh_CN/LC_MESSAGES/okular_mobi.mo share/locale/zh_CN/LC_MESSAGES/okular_ooo.mo share/locale/zh_CN/LC_MESSAGES/okular_plucker.mo share/locale/zh_CN/LC_MESSAGES/okular_poppler.mo share/locale/zh_CN/LC_MESSAGES/okular_tiff.mo share/locale/zh_CN/LC_MESSAGES/okular_xps.mo share/locale/zh_CN/LC_MESSAGES/org.kde.active.documentviewer.mo share/locale/zh_CN/LC_MESSAGES/pairs.mo share/locale/zh_CN/LC_MESSAGES/pairseditor.mo share/locale/zh_CN/LC_MESSAGES/palapeli.mo share/locale/zh_CN/LC_MESSAGES/parley.mo share/locale/zh_CN/LC_MESSAGES/phonon_gstreamer.mo share/locale/zh_CN/LC_MESSAGES/phonon_kde.mo share/locale/zh_CN/LC_MESSAGES/phonon_vlc.mo share/locale/zh_CN/LC_MESSAGES/phononserver.mo share/locale/zh_CN/LC_MESSAGES/picmi.mo share/locale/zh_CN/LC_MESSAGES/pimsettingexporter.mo share/locale/zh_CN/LC_MESSAGES/plasma-desktop.mo share/locale/zh_CN/LC_MESSAGES/plasma-netbook.mo share/locale/zh_CN/LC_MESSAGES/plasma-overlay.mo share/locale/zh_CN/LC_MESSAGES/plasma-remote-helper.mo share/locale/zh_CN/LC_MESSAGES/plasma-windowed.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_BbalL.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_CharSelectApplet.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_Molmasscalculator.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_akonotes_note.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_battery.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_binaryclock.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_bookmarks.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_bubblemon.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_calculator.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_clock.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_comic.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_concentrationCalculator.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_currentappcontrol.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_dig_clock.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_fifteenPuzzle.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_fileWatcher.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_folderview.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_frame.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_fuzzy_clock.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_gasCalculator.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_groupingpanel.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_icon.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_icontasks.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_incomingmsg.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_kalgebra.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_kalzium.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_katesession.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_kdeobservatory.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_kget.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_kimpanel.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_knowledgebase.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_kolourpicker.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_kpapplet.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_launcher.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_leavenote.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_life.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_lockout.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_luna.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_magnifique.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_microblog.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_news.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_notes.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_notifier.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_opendesktop_activities.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.notifications.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_pager.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_panel.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_panelspacer_internal.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_paste.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_pastebin.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_plasmaboard.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_previewer.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_printmanager.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_qalculate.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_qstardict.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_quicklaunch.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_rssnow.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_rtm.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_sal.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_saverdesktop.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_searchbox.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_showdashboard.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_showdesktop.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_skapplet.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_spellcheck.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_system-monitor.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_systemloadviewer.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_systemtray.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_tasks.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_timer.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_trash.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_unitconverter.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_weather.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_weatherstation.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_webbrowser.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_webslice.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_windowlist.mo share/locale/zh_CN/LC_MESSAGES/plasma_appletscriptengine_dashboard.mo share/locale/zh_CN/LC_MESSAGES/plasma_containmentactions_contextmenu.mo share/locale/zh_CN/LC_MESSAGES/plasma_containmentactions_switchactivity.mo share/locale/zh_CN/LC_MESSAGES/plasma_containmentactions_switchdesktop.mo share/locale/zh_CN/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/zh_CN/LC_MESSAGES/plasma_engine_calendar.mo share/locale/zh_CN/LC_MESSAGES/plasma_engine_kalzium.mo share/locale/zh_CN/LC_MESSAGES/plasma_engine_kdeobservatory.mo share/locale/zh_CN/LC_MESSAGES/plasma_engine_keystate.mo share/locale/zh_CN/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/zh_CN/LC_MESSAGES/plasma_engine_metadata.mo share/locale/zh_CN/LC_MESSAGES/plasma_engine_mpris2.mo share/locale/zh_CN/LC_MESSAGES/plasma_engine_network.mo share/locale/zh_CN/LC_MESSAGES/plasma_engine_notifications.mo share/locale/zh_CN/LC_MESSAGES/plasma_engine_nowplaying.mo share/locale/zh_CN/LC_MESSAGES/plasma_engine_rss.mo share/locale/zh_CN/LC_MESSAGES/plasma_engine_share.mo share/locale/zh_CN/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/zh_CN/LC_MESSAGES/plasma_engine_weather.mo share/locale/zh_CN/LC_MESSAGES/plasma_package_org.kde.desktop.activitymanager.mo share/locale/zh_CN/LC_MESSAGES/plasma_package_org.kde.desktop.widgetexplorer.mo share/locale/zh_CN/LC_MESSAGES/plasma_packagestructure_comic.mo share/locale/zh_CN/LC_MESSAGES/plasma_runner_CharacterRunner.mo share/locale/zh_CN/LC_MESSAGES/plasma_runner_activities.mo share/locale/zh_CN/LC_MESSAGES/plasma_runner_audioplayercontrol.mo share/locale/zh_CN/LC_MESSAGES/plasma_runner_bookmarksrunner.mo share/locale/zh_CN/LC_MESSAGES/plasma_runner_browserhistory.mo share/locale/zh_CN/LC_MESSAGES/plasma_runner_calculatorrunner.mo share/locale/zh_CN/LC_MESSAGES/plasma_runner_contacts.mo share/locale/zh_CN/LC_MESSAGES/plasma_runner_converterrunner.mo share/locale/zh_CN/LC_MESSAGES/plasma_runner_datetime.mo share/locale/zh_CN/LC_MESSAGES/plasma_runner_events.mo share/locale/zh_CN/LC_MESSAGES/plasma_runner_katesessions.mo share/locale/zh_CN/LC_MESSAGES/plasma_runner_kget.mo share/locale/zh_CN/LC_MESSAGES/plasma_runner_kill.mo share/locale/zh_CN/LC_MESSAGES/plasma_runner_konquerorsessions.mo share/locale/zh_CN/LC_MESSAGES/plasma_runner_konsolesessions.mo share/locale/zh_CN/LC_MESSAGES/plasma_runner_kopete.mo share/locale/zh_CN/LC_MESSAGES/plasma_runner_krunner_dictionary.mo share/locale/zh_CN/LC_MESSAGES/plasma_runner_locations.mo share/locale/zh_CN/LC_MESSAGES/plasma_runner_marblerunner.mo share/locale/zh_CN/LC_MESSAGES/plasma_runner_mediawiki.mo share/locale/zh_CN/LC_MESSAGES/plasma_runner_nepomuksearchrunner.mo share/locale/zh_CN/LC_MESSAGES/plasma_runner_placesrunner.mo share/locale/zh_CN/LC_MESSAGES/plasma_runner_plasma-desktop.mo share/locale/zh_CN/LC_MESSAGES/plasma_runner_powerdevil.mo share/locale/zh_CN/LC_MESSAGES/plasma_runner_recentdocuments.mo share/locale/zh_CN/LC_MESSAGES/plasma_runner_services.mo share/locale/zh_CN/LC_MESSAGES/plasma_runner_sessions.mo share/locale/zh_CN/LC_MESSAGES/plasma_runner_shell.mo share/locale/zh_CN/LC_MESSAGES/plasma_runner_solid.mo share/locale/zh_CN/LC_MESSAGES/plasma_runner_spellcheckrunner.mo share/locale/zh_CN/LC_MESSAGES/plasma_runner_webshortcuts.mo share/locale/zh_CN/LC_MESSAGES/plasma_runner_windowedwidgets.mo share/locale/zh_CN/LC_MESSAGES/plasma_runner_windows.mo share/locale/zh_CN/LC_MESSAGES/plasma_runner_youtube.mo share/locale/zh_CN/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/zh_CN/LC_MESSAGES/plasma_toolbox_desktoptoolbox.mo share/locale/zh_CN/LC_MESSAGES/plasma_toolbox_paneltoolbox.mo share/locale/zh_CN/LC_MESSAGES/plasma_wallpaper_color.mo share/locale/zh_CN/LC_MESSAGES/plasma_wallpaper_image.mo share/locale/zh_CN/LC_MESSAGES/plasma_wallpaper_mandelbrot.mo share/locale/zh_CN/LC_MESSAGES/plasma_wallpaper_marble.mo share/locale/zh_CN/LC_MESSAGES/plasma_wallpaper_pattern.mo share/locale/zh_CN/LC_MESSAGES/plasma_wallpaper_potd.mo share/locale/zh_CN/LC_MESSAGES/plasma_wallpaper_virus.mo share/locale/zh_CN/LC_MESSAGES/plasma_wallpaper_wallpaper-qml.mo share/locale/zh_CN/LC_MESSAGES/plasma_wallpaper_weather.mo share/locale/zh_CN/LC_MESSAGES/plasmagenericshell.mo share/locale/zh_CN/LC_MESSAGES/plasmapkg.mo share/locale/zh_CN/LC_MESSAGES/pothumbnail.mo share/locale/zh_CN/LC_MESSAGES/powerdevil.mo share/locale/zh_CN/LC_MESSAGES/powerdevilactivitiesconfig.mo share/locale/zh_CN/LC_MESSAGES/powerdevilglobalconfig.mo share/locale/zh_CN/LC_MESSAGES/powerdevilprofilesconfig.mo share/locale/zh_CN/LC_MESSAGES/print-manager.mo share/locale/zh_CN/LC_MESSAGES/processcore.mo share/locale/zh_CN/LC_MESSAGES/processui.mo share/locale/zh_CN/LC_MESSAGES/randrmonitor.mo share/locale/zh_CN/LC_MESSAGES/rellinks.mo share/locale/zh_CN/LC_MESSAGES/rocs.mo share/locale/zh_CN/LC_MESSAGES/rocscore.mo share/locale/zh_CN/LC_MESSAGES/rocsvisualeditor.mo share/locale/zh_CN/LC_MESSAGES/searchbarplugin.mo share/locale/zh_CN/LC_MESSAGES/solid-hardware.mo share/locale/zh_CN/LC_MESSAGES/solid-network.mo share/locale/zh_CN/LC_MESSAGES/solid_qt.mo share/locale/zh_CN/LC_MESSAGES/solidcontrol.mo share/locale/zh_CN/LC_MESSAGES/soliduiserver.mo share/locale/zh_CN/LC_MESSAGES/step.mo share/locale/zh_CN/LC_MESSAGES/step_qt.mo share/locale/zh_CN/LC_MESSAGES/strigila_diff.mo share/locale/zh_CN/LC_MESSAGES/superkaramba.mo share/locale/zh_CN/LC_MESSAGES/svgpart.mo share/locale/zh_CN/LC_MESSAGES/sweeper.mo share/locale/zh_CN/LC_MESSAGES/systemsettings.mo share/locale/zh_CN/LC_MESSAGES/tasks-mobile.mo share/locale/zh_CN/LC_MESSAGES/timezones4.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/webarchiver.mo share/locale/zh_CN/LC_MESSAGES/xml_mimetypes.mo share/locale/zh_CN/LC_SCRIPTS/kdelibs4/kdelibs4.js share/locale/zh_CN/charset share/locale/zh_CN/entry.desktop share/locale/zh_CN/flag.png @dirrm share/locale/zh_CN/LC_SCRIPTS/kdelibs4 @dirrm share/locale/zh_CN/LC_SCRIPTS @dirrm share/doc/HTML/zh_CN/gwenview @dirrm share/doc/HTML/zh_CN/common @dirrm share/apps/step/objinfo/l10n/zh_CN @dirrm share/apps/step/objinfo/l10n @dirrm share/apps/step/objinfo @dirrm share/apps/step @dirrm share/apps/kvtml/zh_CN @dirrm share/apps/kvtml Index: head/chinese/kde4-l10n-zh_TW/distinfo =================================================================== --- head/chinese/kde4-l10n-zh_TW/distinfo (revision 318451) +++ head/chinese/kde4-l10n-zh_TW/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/kde-l10n/kde-l10n-zh_TW-4.10.1.tar.xz) = ba9eb5d3049cd1e44e5c44bda03faddb37e478655cdafa14244cb633ed96a963 -SIZE (KDE/4.10.1/kde-l10n/kde-l10n-zh_TW-4.10.1.tar.xz) = 2577908 +SHA256 (KDE/4.10.3/kde-l10n/kde-l10n-zh_TW-4.10.3.tar.xz) = f4b2b715da49532e377d871070b60b0d5b0fd9583ffae52553b61f665664c63b +SIZE (KDE/4.10.3/kde-l10n/kde-l10n-zh_TW-4.10.3.tar.xz) = 2584588 Index: head/chinese/kde4-l10n-zh_TW/pkg-plist =================================================================== --- head/chinese/kde4-l10n-zh_TW/pkg-plist (revision 318451) +++ head/chinese/kde4-l10n-zh_TW/pkg-plist (revision 318452) @@ -1,770 +1,769 @@ share/doc/HTML/zh_TW/common/fdl-translated.html share/doc/HTML/zh_TW/common/gpl-translated.html share/doc/HTML/zh_TW/common/kde-localised.css share/doc/HTML/zh_TW/common/lgpl-translated.html share/locale/zh_TW/LC_MESSAGES/accountwizard.mo share/locale/zh_TW/LC_MESSAGES/accountwizard_ical.mo share/locale/zh_TW/LC_MESSAGES/accountwizard_imap.mo share/locale/zh_TW/LC_MESSAGES/accountwizard_kolab.mo share/locale/zh_TW/LC_MESSAGES/accountwizard_mailbox.mo share/locale/zh_TW/LC_MESSAGES/accountwizard_maildir.mo share/locale/zh_TW/LC_MESSAGES/accountwizard_pop3.mo share/locale/zh_TW/LC_MESSAGES/accountwizard_tine20.mo share/locale/zh_TW/LC_MESSAGES/activitymanager_plugin_globalshortcuts.mo share/locale/zh_TW/LC_MESSAGES/activitymanager_uihandler_declarative.mo share/locale/zh_TW/LC_MESSAGES/adblock.mo share/locale/zh_TW/LC_MESSAGES/akonadi-filestore.mo share/locale/zh_TW/LC_MESSAGES/akonadi_archivemail_agent.mo share/locale/zh_TW/LC_MESSAGES/akonadi_birthdays_resource.mo share/locale/zh_TW/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/zh_TW/LC_MESSAGES/akonadi_davgroupware_resource.mo share/locale/zh_TW/LC_MESSAGES/akonadi_google_resource.mo share/locale/zh_TW/LC_MESSAGES/akonadi_ical_resource.mo share/locale/zh_TW/LC_MESSAGES/akonadi_icaldir_resource.mo share/locale/zh_TW/LC_MESSAGES/akonadi_imap_resource.mo share/locale/zh_TW/LC_MESSAGES/akonadi_invitations_agent.mo share/locale/zh_TW/LC_MESSAGES/akonadi_kabc_resource.mo share/locale/zh_TW/LC_MESSAGES/akonadi_kalarm_resource.mo share/locale/zh_TW/LC_MESSAGES/akonadi_kcal_resource.mo share/locale/zh_TW/LC_MESSAGES/akonadi_kdeaccounts_resource.mo share/locale/zh_TW/LC_MESSAGES/akonadi_knut_resource.mo share/locale/zh_TW/LC_MESSAGES/akonadi_kolabproxy_resource.mo share/locale/zh_TW/LC_MESSAGES/akonadi_kresourceassistant.mo share/locale/zh_TW/LC_MESSAGES/akonadi_localbookmarks_resource.mo share/locale/zh_TW/LC_MESSAGES/akonadi_maildir_resource.mo share/locale/zh_TW/LC_MESSAGES/akonadi_maildispatcher_agent.mo share/locale/zh_TW/LC_MESSAGES/akonadi_mailfilter_agent.mo share/locale/zh_TW/LC_MESSAGES/akonadi_mailtransport_resource.mo share/locale/zh_TW/LC_MESSAGES/akonadi_mbox_resource.mo share/locale/zh_TW/LC_MESSAGES/akonadi_microblog_resource.mo share/locale/zh_TW/LC_MESSAGES/akonadi_mixedmaildir_resource.mo share/locale/zh_TW/LC_MESSAGES/akonadi_nepomuk_feeder.mo share/locale/zh_TW/LC_MESSAGES/akonadi_nepomuktag_resource.mo share/locale/zh_TW/LC_MESSAGES/akonadi_next.mo share/locale/zh_TW/LC_MESSAGES/akonadi_nntp_resource.mo share/locale/zh_TW/LC_MESSAGES/akonadi_openxchange_resource.mo share/locale/zh_TW/LC_MESSAGES/akonadi_pop3_resource.mo share/locale/zh_TW/LC_MESSAGES/akonadi_serializer_plugins.mo share/locale/zh_TW/LC_MESSAGES/akonadi_singlefile_resource.mo share/locale/zh_TW/LC_MESSAGES/akonadi_strigi_feeder.mo share/locale/zh_TW/LC_MESSAGES/akonadi_vcard_resource.mo share/locale/zh_TW/LC_MESSAGES/akonadi_vcarddir_resource.mo share/locale/zh_TW/LC_MESSAGES/akonadicontact.mo share/locale/zh_TW/LC_MESSAGES/akonadinotes.mo share/locale/zh_TW/LC_MESSAGES/akonaditray.mo share/locale/zh_TW/LC_MESSAGES/akregator.mo share/locale/zh_TW/LC_MESSAGES/akregator_konqplugin.mo share/locale/zh_TW/LC_MESSAGES/amor.mo share/locale/zh_TW/LC_MESSAGES/analitza.mo share/locale/zh_TW/LC_MESSAGES/ark.mo share/locale/zh_TW/LC_MESSAGES/attica_kde.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/blogilo.mo share/locale/zh_TW/LC_MESSAGES/bomber.mo share/locale/zh_TW/LC_MESSAGES/bovo.mo share/locale/zh_TW/LC_MESSAGES/calendarsupport.mo share/locale/zh_TW/LC_MESSAGES/cantor.mo share/locale/zh_TW/LC_MESSAGES/cervisia.mo share/locale/zh_TW/LC_MESSAGES/cryptopageplugin.mo share/locale/zh_TW/LC_MESSAGES/cvsservice.mo share/locale/zh_TW/LC_MESSAGES/dirfilterplugin.mo share/locale/zh_TW/LC_MESSAGES/display.mo share/locale/zh_TW/LC_MESSAGES/dolphin.mo share/locale/zh_TW/LC_MESSAGES/domtreeviewer.mo share/locale/zh_TW/LC_MESSAGES/dragonplayer.mo share/locale/zh_TW/LC_MESSAGES/drkonqi.mo share/locale/zh_TW/LC_MESSAGES/filelight.mo share/locale/zh_TW/LC_MESSAGES/filetypes.mo share/locale/zh_TW/LC_MESSAGES/fileviewbazaarplugin.mo share/locale/zh_TW/LC_MESSAGES/fileviewgitplugin.mo share/locale/zh_TW/LC_MESSAGES/fileviewhgplugin.mo share/locale/zh_TW/LC_MESSAGES/fileviewsvnplugin.mo share/locale/zh_TW/LC_MESSAGES/freespacenotifier.mo share/locale/zh_TW/LC_MESSAGES/fsview.mo share/locale/zh_TW/LC_MESSAGES/granatier.mo share/locale/zh_TW/LC_MESSAGES/gwenview.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/importwizard.mo share/locale/zh_TW/LC_MESSAGES/jovie.mo share/locale/zh_TW/LC_MESSAGES/joystick.mo share/locale/zh_TW/LC_MESSAGES/juk.mo share/locale/zh_TW/LC_MESSAGES/kabc.mo share/locale/zh_TW/LC_MESSAGES/kabc_akonadi.mo share/locale/zh_TW/LC_MESSAGES/kabc_dir.mo share/locale/zh_TW/LC_MESSAGES/kabc_file.mo share/locale/zh_TW/LC_MESSAGES/kabc_ldapkio.mo share/locale/zh_TW/LC_MESSAGES/kabc_net.mo share/locale/zh_TW/LC_MESSAGES/kabcclient.mo share/locale/zh_TW/LC_MESSAGES/kabcformat_binary.mo share/locale/zh_TW/LC_MESSAGES/kaccess.mo share/locale/zh_TW/LC_MESSAGES/kaccessibleapp.mo share/locale/zh_TW/LC_MESSAGES/kactivitymanagerd.mo share/locale/zh_TW/LC_MESSAGES/kactivitymanagerd_fileitem_linking_plugin.mo share/locale/zh_TW/LC_MESSAGES/kaddressbook-mobile.mo share/locale/zh_TW/LC_MESSAGES/kaddressbook.mo share/locale/zh_TW/LC_MESSAGES/kaddressbookmigrator.mo share/locale/zh_TW/LC_MESSAGES/kajongg.mo share/locale/zh_TW/LC_MESSAGES/kalarm.mo share/locale/zh_TW/LC_MESSAGES/kalgebra.mo share/locale/zh_TW/LC_MESSAGES/kalzium.mo share/locale/zh_TW/LC_MESSAGES/kanagram-harmattan.mo share/locale/zh_TW/LC_MESSAGES/kanagram.mo share/locale/zh_TW/LC_MESSAGES/kapman.mo share/locale/zh_TW/LC_MESSAGES/kapptemplate.mo share/locale/zh_TW/LC_MESSAGES/kate-ctags-plugin.mo share/locale/zh_TW/LC_MESSAGES/kate.mo share/locale/zh_TW/LC_MESSAGES/kate_kttsd.mo share/locale/zh_TW/LC_MESSAGES/katebacktracebrowserplugin.mo share/locale/zh_TW/LC_MESSAGES/katebuild-plugin.mo share/locale/zh_TW/LC_MESSAGES/katefilebrowserplugin.mo share/locale/zh_TW/LC_MESSAGES/katefiletemplates.mo share/locale/zh_TW/LC_MESSAGES/kategdbplugin.mo share/locale/zh_TW/LC_MESSAGES/katehelloworld.mo share/locale/zh_TW/LC_MESSAGES/katekonsoleplugin.mo share/locale/zh_TW/LC_MESSAGES/katemailfilesplugin.mo share/locale/zh_TW/LC_MESSAGES/kateopenheader.mo share/locale/zh_TW/LC_MESSAGES/katepart4.mo share/locale/zh_TW/LC_MESSAGES/kateproject.mo share/locale/zh_TW/LC_MESSAGES/katesearch.mo share/locale/zh_TW/LC_MESSAGES/katesnippets_tng.mo share/locale/zh_TW/LC_MESSAGES/katesnippetsplugin.mo share/locale/zh_TW/LC_MESSAGES/katesql.mo share/locale/zh_TW/LC_MESSAGES/katesymbolviewer.mo share/locale/zh_TW/LC_MESSAGES/katetabbarextension.mo share/locale/zh_TW/LC_MESSAGES/katetabifyplugin.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/kbattleship.mo share/locale/zh_TW/LC_MESSAGES/kblackbox.mo share/locale/zh_TW/LC_MESSAGES/kblankscrn.mo share/locale/zh_TW/LC_MESSAGES/kblocks.mo share/locale/zh_TW/LC_MESSAGES/kbounce.mo share/locale/zh_TW/LC_MESSAGES/kbreakout.mo share/locale/zh_TW/LC_MESSAGES/kbruch.mo share/locale/zh_TW/LC_MESSAGES/kcachegrind.mo share/locale/zh_TW/LC_MESSAGES/kcachegrind_qt.mo share/locale/zh_TW/LC_MESSAGES/kcal_akonadi.mo share/locale/zh_TW/LC_MESSAGES/kcalc.mo share/locale/zh_TW/LC_MESSAGES/kcertpart.mo share/locale/zh_TW/LC_MESSAGES/kcharselect.mo share/locale/zh_TW/LC_MESSAGES/kcm-kwin-scripts.mo share/locale/zh_TW/LC_MESSAGES/kcm_activities.mo share/locale/zh_TW/LC_MESSAGES/kcm_akonadi.mo share/locale/zh_TW/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/zh_TW/LC_MESSAGES/kcm_attica.mo share/locale/zh_TW/LC_MESSAGES/kcm_autostart.mo share/locale/zh_TW/LC_MESSAGES/kcm_desktoppaths.mo share/locale/zh_TW/LC_MESSAGES/kcm_desktopthemedetails.mo share/locale/zh_TW/LC_MESSAGES/kcm_device_automounter.mo share/locale/zh_TW/LC_MESSAGES/kcm_emoticons.mo share/locale/zh_TW/LC_MESSAGES/kcm_infobase.mo share/locale/zh_TW/LC_MESSAGES/kcm_infosummary.mo -share/locale/zh_TW/LC_MESSAGES/kcm_krfb.mo share/locale/zh_TW/LC_MESSAGES/kcm_kwindesktop.mo share/locale/zh_TW/LC_MESSAGES/kcm_kwintabbox.mo share/locale/zh_TW/LC_MESSAGES/kcm_memory.mo share/locale/zh_TW/LC_MESSAGES/kcm_nepomuk.mo share/locale/zh_TW/LC_MESSAGES/kcm_pci.mo share/locale/zh_TW/LC_MESSAGES/kcm_phonon.mo share/locale/zh_TW/LC_MESSAGES/kcm_platform.mo share/locale/zh_TW/LC_MESSAGES/kcm_remotecontrol.mo share/locale/zh_TW/LC_MESSAGES/kcm_solid.mo share/locale/zh_TW/LC_MESSAGES/kcm_solid_actions.mo share/locale/zh_TW/LC_MESSAGES/kcm_standard_actions.mo share/locale/zh_TW/LC_MESSAGES/kcmaccess.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/kcmdevinfo.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/kcminit.mo share/locale/zh_TW/LC_MESSAGES/kcminput.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/kcmkdnssd.mo share/locale/zh_TW/LC_MESSAGES/kcmkeyboard.mo share/locale/zh_TW/LC_MESSAGES/kcmkeys.mo share/locale/zh_TW/LC_MESSAGES/kcmkgamma.mo share/locale/zh_TW/LC_MESSAGES/kcmkio.mo share/locale/zh_TW/LC_MESSAGES/kcmkonq.mo share/locale/zh_TW/LC_MESSAGES/kcmkonqhtml.mo share/locale/zh_TW/LC_MESSAGES/kcmkurifilt.mo share/locale/zh_TW/LC_MESSAGES/kcmkwallet.mo share/locale/zh_TW/LC_MESSAGES/kcmkwincompositing.mo share/locale/zh_TW/LC_MESSAGES/kcmkwindecoration.mo share/locale/zh_TW/LC_MESSAGES/kcmkwinrules.mo share/locale/zh_TW/LC_MESSAGES/kcmkwinscreenedges.mo share/locale/zh_TW/LC_MESSAGES/kcmkwm.mo share/locale/zh_TW/LC_MESSAGES/kcmlaunch.mo share/locale/zh_TW/LC_MESSAGES/kcmlocale.mo share/locale/zh_TW/LC_MESSAGES/kcmnic.mo share/locale/zh_TW/LC_MESSAGES/kcmnotify.mo share/locale/zh_TW/LC_MESSAGES/kcmopengl.mo share/locale/zh_TW/LC_MESSAGES/kcmperformance.mo share/locale/zh_TW/LC_MESSAGES/kcmsamba.mo share/locale/zh_TW/LC_MESSAGES/kcmscreensaver.mo share/locale/zh_TW/LC_MESSAGES/kcmshell.mo share/locale/zh_TW/LC_MESSAGES/kcmsmartcard.mo share/locale/zh_TW/LC_MESSAGES/kcmsmserver.mo share/locale/zh_TW/LC_MESSAGES/kcmstyle.mo share/locale/zh_TW/LC_MESSAGES/kcmusb.mo share/locale/zh_TW/LC_MESSAGES/kcmview1394.mo share/locale/zh_TW/LC_MESSAGES/kcmworkspaceoptions.mo share/locale/zh_TW/LC_MESSAGES/kcolorchooser.mo share/locale/zh_TW/LC_MESSAGES/kcron.mo share/locale/zh_TW/LC_MESSAGES/kde-menu.mo share/locale/zh_TW/LC_MESSAGES/kdeasciiquarium.mo share/locale/zh_TW/LC_MESSAGES/kdebugdialog.mo share/locale/zh_TW/LC_MESSAGES/kdecalendarsystems.mo share/locale/zh_TW/LC_MESSAGES/kdelibs4.mo share/locale/zh_TW/LC_MESSAGES/kdelibs_colors4.mo share/locale/zh_TW/LC_MESSAGES/kdepasswd.mo share/locale/zh_TW/LC_MESSAGES/kdepim-runtime-qml.mo share/locale/zh_TW/LC_MESSAGES/kdeqt.mo share/locale/zh_TW/LC_MESSAGES/kdesu.mo share/locale/zh_TW/LC_MESSAGES/kdesud.mo share/locale/zh_TW/LC_MESSAGES/kdf.mo share/locale/zh_TW/LC_MESSAGES/kdgantt2.mo share/locale/zh_TW/LC_MESSAGES/kdialog.mo share/locale/zh_TW/LC_MESSAGES/kdiamond.mo share/locale/zh_TW/LC_MESSAGES/kdmconfig.mo share/locale/zh_TW/LC_MESSAGES/kdmgreet.mo share/locale/zh_TW/LC_MESSAGES/kdontchangethehostname.mo share/locale/zh_TW/LC_MESSAGES/keditbookmarks.mo share/locale/zh_TW/LC_MESSAGES/kfile.mo share/locale/zh_TW/LC_MESSAGES/kfile_dds.mo share/locale/zh_TW/LC_MESSAGES/kfile_drgeo.mo share/locale/zh_TW/LC_MESSAGES/kfile_exr.mo share/locale/zh_TW/LC_MESSAGES/kfile_kig.mo share/locale/zh_TW/LC_MESSAGES/kfile_mail.mo share/locale/zh_TW/LC_MESSAGES/kfile_pnm.mo share/locale/zh_TW/LC_MESSAGES/kfile_raw.mo share/locale/zh_TW/LC_MESSAGES/kfile_rgb.mo share/locale/zh_TW/LC_MESSAGES/kfile_rpm.mo share/locale/zh_TW/LC_MESSAGES/kfile_tiff.mo share/locale/zh_TW/LC_MESSAGES/kfile_xps.mo share/locale/zh_TW/LC_MESSAGES/kfileaudiopreview4.mo share/locale/zh_TW/LC_MESSAGES/kfilereplace.mo share/locale/zh_TW/LC_MESSAGES/kfileshare.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/kfontinst.mo share/locale/zh_TW/LC_MESSAGES/kfourinline.mo share/locale/zh_TW/LC_MESSAGES/kgeography.mo share/locale/zh_TW/LC_MESSAGES/kget.mo share/locale/zh_TW/LC_MESSAGES/kgetplugin.mo share/locale/zh_TW/LC_MESSAGES/kglobalaccel.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_generic.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/khotkeys.mo share/locale/zh_TW/LC_MESSAGES/khotnewstuff.mo share/locale/zh_TW/LC_MESSAGES/khtmlkttsd.mo share/locale/zh_TW/LC_MESSAGES/khtmlsettingsplugin.mo share/locale/zh_TW/LC_MESSAGES/kiconfinder.mo share/locale/zh_TW/LC_MESSAGES/kig.mo share/locale/zh_TW/LC_MESSAGES/kigo.mo share/locale/zh_TW/LC_MESSAGES/killbots.mo share/locale/zh_TW/LC_MESSAGES/kimagemapeditor.mo -share/locale/zh_TW/LC_MESSAGES/kinetd.mo share/locale/zh_TW/LC_MESSAGES/kinfocenter.mo share/locale/zh_TW/LC_MESSAGES/kio4.mo share/locale/zh_TW/LC_MESSAGES/kio_activities.mo share/locale/zh_TW/LC_MESSAGES/kio_akonadi.mo share/locale/zh_TW/LC_MESSAGES/kio_applications.mo share/locale/zh_TW/LC_MESSAGES/kio_archive.mo share/locale/zh_TW/LC_MESSAGES/kio_audiocd.mo share/locale/zh_TW/LC_MESSAGES/kio_bookmarks.mo share/locale/zh_TW/LC_MESSAGES/kio_finger.mo share/locale/zh_TW/LC_MESSAGES/kio_fish.mo share/locale/zh_TW/LC_MESSAGES/kio_floppy.mo share/locale/zh_TW/LC_MESSAGES/kio_help4.mo share/locale/zh_TW/LC_MESSAGES/kio_imap4.mo share/locale/zh_TW/LC_MESSAGES/kio_info.mo share/locale/zh_TW/LC_MESSAGES/kio_jabberdisco.mo share/locale/zh_TW/LC_MESSAGES/kio_ldap.mo share/locale/zh_TW/LC_MESSAGES/kio_man.mo share/locale/zh_TW/LC_MESSAGES/kio_mbox.mo share/locale/zh_TW/LC_MESSAGES/kio_nepomuk.mo share/locale/zh_TW/LC_MESSAGES/kio_nepomuksearch.mo share/locale/zh_TW/LC_MESSAGES/kio_nfs.mo share/locale/zh_TW/LC_MESSAGES/kio_nntp.mo share/locale/zh_TW/LC_MESSAGES/kio_perldoc.mo share/locale/zh_TW/LC_MESSAGES/kio_pop3.mo share/locale/zh_TW/LC_MESSAGES/kio_recentdocuments.mo share/locale/zh_TW/LC_MESSAGES/kio_remote.mo share/locale/zh_TW/LC_MESSAGES/kio_sftp.mo share/locale/zh_TW/LC_MESSAGES/kio_sieve.mo share/locale/zh_TW/LC_MESSAGES/kio_smb.mo share/locale/zh_TW/LC_MESSAGES/kio_smtp.mo share/locale/zh_TW/LC_MESSAGES/kio_svn.mo share/locale/zh_TW/LC_MESSAGES/kio_tags.mo share/locale/zh_TW/LC_MESSAGES/kio_thumbnail.mo share/locale/zh_TW/LC_MESSAGES/kio_timeline.mo share/locale/zh_TW/LC_MESSAGES/kio_trash.mo share/locale/zh_TW/LC_MESSAGES/kio_zeroconf.mo share/locale/zh_TW/LC_MESSAGES/kioclient.mo share/locale/zh_TW/LC_MESSAGES/kioexec.mo share/locale/zh_TW/LC_MESSAGES/kipiplugin_kxmlhelloworld.mo share/locale/zh_TW/LC_MESSAGES/kiriki.mo share/locale/zh_TW/LC_MESSAGES/kiten.mo share/locale/zh_TW/LC_MESSAGES/kjots.mo share/locale/zh_TW/LC_MESSAGES/kjotsmigrator.mo share/locale/zh_TW/LC_MESSAGES/kjumpingcube.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-migrator.mo share/locale/zh_TW/LC_MESSAGES/kmail-mobile.mo share/locale/zh_TW/LC_MESSAGES/kmail.mo share/locale/zh_TW/LC_MESSAGES/kmailcvt.mo share/locale/zh_TW/LC_MESSAGES/kmenuedit.mo share/locale/zh_TW/LC_MESSAGES/kmimetypefinder.mo share/locale/zh_TW/LC_MESSAGES/kmines.mo share/locale/zh_TW/LC_MESSAGES/kmix.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/knetattach.mo share/locale/zh_TW/LC_MESSAGES/knetwalk.mo share/locale/zh_TW/LC_MESSAGES/knode.mo share/locale/zh_TW/LC_MESSAGES/knotes.mo share/locale/zh_TW/LC_MESSAGES/knotify4.mo share/locale/zh_TW/LC_MESSAGES/kolf.mo share/locale/zh_TW/LC_MESSAGES/kollision.mo share/locale/zh_TW/LC_MESSAGES/kolourpaint.mo share/locale/zh_TW/LC_MESSAGES/kommander.mo share/locale/zh_TW/LC_MESSAGES/kompare.mo share/locale/zh_TW/LC_MESSAGES/konqprofiles.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/konsoleprofiles.mo share/locale/zh_TW/LC_MESSAGES/kontact.mo share/locale/zh_TW/LC_MESSAGES/kontactinterfaces.mo share/locale/zh_TW/LC_MESSAGES/kopete.mo share/locale/zh_TW/LC_MESSAGES/korganizer-mobile.mo share/locale/zh_TW/LC_MESSAGES/korganizer.mo share/locale/zh_TW/LC_MESSAGES/kpartloader.mo share/locale/zh_TW/LC_MESSAGES/kpartsaver.mo share/locale/zh_TW/LC_MESSAGES/kpasswdserver.mo share/locale/zh_TW/LC_MESSAGES/kpat.mo share/locale/zh_TW/LC_MESSAGES/kppp.mo share/locale/zh_TW/LC_MESSAGES/kppplogview.mo share/locale/zh_TW/LC_MESSAGES/kquitapp.mo share/locale/zh_TW/LC_MESSAGES/krandr.mo share/locale/zh_TW/LC_MESSAGES/krcdnotifieritem.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/kremotecontroldaemon.mo share/locale/zh_TW/LC_MESSAGES/kres-migrator.mo share/locale/zh_TW/LC_MESSAGES/kres_blog.mo share/locale/zh_TW/LC_MESSAGES/kres_remote.mo share/locale/zh_TW/LC_MESSAGES/kresources_shared_akonadi.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/krunner.mo share/locale/zh_TW/LC_MESSAGES/ksaneplugin.mo share/locale/zh_TW/LC_MESSAGES/kscd.mo share/locale/zh_TW/LC_MESSAGES/kscreenlocker.mo share/locale/zh_TW/LC_MESSAGES/kscreenlocker_greet.mo share/locale/zh_TW/LC_MESSAGES/kscreensaver.mo share/locale/zh_TW/LC_MESSAGES/ksendemail.mo share/locale/zh_TW/LC_MESSAGES/ksgrd.mo share/locale/zh_TW/LC_MESSAGES/kshellcmdplugin.mo share/locale/zh_TW/LC_MESSAGES/kshisen.mo share/locale/zh_TW/LC_MESSAGES/kshorturifilter.mo share/locale/zh_TW/LC_MESSAGES/ksirk.mo share/locale/zh_TW/LC_MESSAGES/ksirkskineditor.mo share/locale/zh_TW/LC_MESSAGES/ksmserver.mo share/locale/zh_TW/LC_MESSAGES/ksnapshot.mo share/locale/zh_TW/LC_MESSAGES/kspaceduel.mo share/locale/zh_TW/LC_MESSAGES/ksplashthemes.mo share/locale/zh_TW/LC_MESSAGES/ksquares.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/kstyle_config.mo share/locale/zh_TW/LC_MESSAGES/kstyle_phase_config.mo share/locale/zh_TW/LC_MESSAGES/ksudoku.mo share/locale/zh_TW/LC_MESSAGES/ksysguard.mo share/locale/zh_TW/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/zh_TW/LC_MESSAGES/ksystemlog.mo share/locale/zh_TW/LC_MESSAGES/ksystraycmd.mo share/locale/zh_TW/LC_MESSAGES/kteatime.mo share/locale/zh_TW/LC_MESSAGES/ktesnippets_editor.mo share/locale/zh_TW/LC_MESSAGES/ktexteditor_codesnippets_core.mo share/locale/zh_TW/LC_MESSAGES/ktexteditor_plugins.mo share/locale/zh_TW/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/zh_TW/LC_MESSAGES/ktimer.mo share/locale/zh_TW/LC_MESSAGES/ktimetracker.mo share/locale/zh_TW/LC_MESSAGES/ktnef.mo share/locale/zh_TW/LC_MESSAGES/ktouch.mo share/locale/zh_TW/LC_MESSAGES/ktouchpadenabler.mo share/locale/zh_TW/LC_MESSAGES/ktraderclient.mo share/locale/zh_TW/LC_MESSAGES/ktron.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/kubrick.mo share/locale/zh_TW/LC_MESSAGES/kuiserver.mo share/locale/zh_TW/LC_MESSAGES/kuiviewer.mo share/locale/zh_TW/LC_MESSAGES/kurifilter.mo share/locale/zh_TW/LC_MESSAGES/kuser.mo share/locale/zh_TW/LC_MESSAGES/kwalletd.mo share/locale/zh_TW/LC_MESSAGES/kwalletmanager.mo share/locale/zh_TW/LC_MESSAGES/kwatchgnupg.mo share/locale/zh_TW/LC_MESSAGES/kwin.mo share/locale/zh_TW/LC_MESSAGES/kwin_art_clients.mo share/locale/zh_TW/LC_MESSAGES/kwin_clients.mo share/locale/zh_TW/LC_MESSAGES/kwin_effects.mo share/locale/zh_TW/LC_MESSAGES/kwinshutdown.mo share/locale/zh_TW/LC_MESSAGES/kwinstartmenu.mo share/locale/zh_TW/LC_MESSAGES/kwordquiz.mo share/locale/zh_TW/LC_MESSAGES/kwrite.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/lancelot.mo share/locale/zh_TW/LC_MESSAGES/libakonadi-calendar.mo share/locale/zh_TW/LC_MESSAGES/libakonadi-kmime.mo share/locale/zh_TW/LC_MESSAGES/libakonadi.mo share/locale/zh_TW/LC_MESSAGES/libeventviews.mo share/locale/zh_TW/LC_MESSAGES/libincidenceeditors.mo share/locale/zh_TW/LC_MESSAGES/libkalarmcal.mo share/locale/zh_TW/LC_MESSAGES/libkasten.mo share/locale/zh_TW/LC_MESSAGES/libkblog.mo share/locale/zh_TW/LC_MESSAGES/libkcal.mo share/locale/zh_TW/LC_MESSAGES/libkcalutils.mo share/locale/zh_TW/LC_MESSAGES/libkcddb.mo share/locale/zh_TW/LC_MESSAGES/libkcompactdisc.mo share/locale/zh_TW/LC_MESSAGES/libkdcraw.mo share/locale/zh_TW/LC_MESSAGES/libkdecorations.mo share/locale/zh_TW/LC_MESSAGES/libkdeedu.mo share/locale/zh_TW/LC_MESSAGES/libkdegames.mo share/locale/zh_TW/LC_MESSAGES/libkdepim.mo share/locale/zh_TW/LC_MESSAGES/libkdepimmobileui.mo share/locale/zh_TW/LC_MESSAGES/libkexiv2.mo share/locale/zh_TW/LC_MESSAGES/libkholidays.mo share/locale/zh_TW/LC_MESSAGES/libkimap.mo share/locale/zh_TW/LC_MESSAGES/libkipi.mo share/locale/zh_TW/LC_MESSAGES/libkldap.mo share/locale/zh_TW/LC_MESSAGES/libkleopatra.mo share/locale/zh_TW/LC_MESSAGES/libkmahjongg.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/libkpimidentities.mo share/locale/zh_TW/LC_MESSAGES/libkpimtextedit.mo share/locale/zh_TW/LC_MESSAGES/libkpimutils.mo share/locale/zh_TW/LC_MESSAGES/libkremotecontrol.mo share/locale/zh_TW/LC_MESSAGES/libkresources.mo share/locale/zh_TW/LC_MESSAGES/libksane.mo share/locale/zh_TW/LC_MESSAGES/libkscreensaver.mo share/locale/zh_TW/LC_MESSAGES/libksieve.mo share/locale/zh_TW/LC_MESSAGES/libktnef.mo share/locale/zh_TW/LC_MESSAGES/libkunitconversion.mo share/locale/zh_TW/LC_MESSAGES/libkworkspace.mo share/locale/zh_TW/LC_MESSAGES/libkxmlrpcclient.mo share/locale/zh_TW/LC_MESSAGES/liblancelot-datamodels.mo share/locale/zh_TW/LC_MESSAGES/libmailcommon.mo share/locale/zh_TW/LC_MESSAGES/libmailimporter.mo share/locale/zh_TW/LC_MESSAGES/libmailtransport.mo share/locale/zh_TW/LC_MESSAGES/libmessagecomposer.mo share/locale/zh_TW/LC_MESSAGES/libmessagecore.mo share/locale/zh_TW/LC_MESSAGES/libmessagelist.mo share/locale/zh_TW/LC_MESSAGES/libmessageviewer.mo share/locale/zh_TW/LC_MESSAGES/liboktetacore.mo share/locale/zh_TW/LC_MESSAGES/liboktetagui.mo share/locale/zh_TW/LC_MESSAGES/liboktetakasten.mo share/locale/zh_TW/LC_MESSAGES/liboxygenstyleconfig.mo share/locale/zh_TW/LC_MESSAGES/libphonon.mo share/locale/zh_TW/LC_MESSAGES/libpimcommon.mo share/locale/zh_TW/LC_MESSAGES/libplasma.mo share/locale/zh_TW/LC_MESSAGES/libplasma_groupingcontainment.mo share/locale/zh_TW/LC_MESSAGES/libplasmaclock.mo share/locale/zh_TW/LC_MESSAGES/libplasmaweather.mo share/locale/zh_TW/LC_MESSAGES/libtaskmanager.mo share/locale/zh_TW/LC_MESSAGES/libtemplateparser.mo share/locale/zh_TW/LC_MESSAGES/lokalize.mo share/locale/zh_TW/LC_MESSAGES/lskat.mo share/locale/zh_TW/LC_MESSAGES/mailreader.mo share/locale/zh_TW/LC_MESSAGES/marble.mo share/locale/zh_TW/LC_MESSAGES/marble_qt.mo share/locale/zh_TW/LC_MESSAGES/marble_xml_mimetypes.mo share/locale/zh_TW/LC_MESSAGES/messageviewer_application_mstnef_plugin.mo share/locale/zh_TW/LC_MESSAGES/messageviewer_text_calendar_plugin.mo share/locale/zh_TW/LC_MESSAGES/messageviewer_text_vcard_plugin.mo share/locale/zh_TW/LC_MESSAGES/messageviewer_text_xdiff_plugin.mo share/locale/zh_TW/LC_MESSAGES/mf_konqplugin.mo share/locale/zh_TW/LC_MESSAGES/minitoolsplugin.mo share/locale/zh_TW/LC_MESSAGES/mplayerthumbs.mo share/locale/zh_TW/LC_MESSAGES/mplayerthumbsconfig.mo share/locale/zh_TW/LC_MESSAGES/nepomukbackup.mo share/locale/zh_TW/LC_MESSAGES/nepomukcleaner.mo share/locale/zh_TW/LC_MESSAGES/nepomukcontroller.mo share/locale/zh_TW/LC_MESSAGES/nepomukfileindexer.mo +share/locale/zh_TW/LC_MESSAGES/nepomukpimindexerutility.mo share/locale/zh_TW/LC_MESSAGES/nepomukqueryservice.mo share/locale/zh_TW/LC_MESSAGES/nepomukserver.mo share/locale/zh_TW/LC_MESSAGES/nepomukservicestub.mo share/locale/zh_TW/LC_MESSAGES/nepomukstorage.mo share/locale/zh_TW/LC_MESSAGES/nepomukwidgets.mo share/locale/zh_TW/LC_MESSAGES/newmailnotifieragent.mo share/locale/zh_TW/LC_MESSAGES/notes-mobile.mo share/locale/zh_TW/LC_MESSAGES/nsplugin.mo share/locale/zh_TW/LC_MESSAGES/okteta-mobile.mo share/locale/zh_TW/LC_MESSAGES/okteta.mo share/locale/zh_TW/LC_MESSAGES/oktetapart.mo share/locale/zh_TW/LC_MESSAGES/okular.mo share/locale/zh_TW/LC_MESSAGES/okular_chm.mo share/locale/zh_TW/LC_MESSAGES/okular_comicbook.mo share/locale/zh_TW/LC_MESSAGES/okular_djvu.mo share/locale/zh_TW/LC_MESSAGES/okular_dvi.mo share/locale/zh_TW/LC_MESSAGES/okular_epub.mo share/locale/zh_TW/LC_MESSAGES/okular_fax.mo share/locale/zh_TW/LC_MESSAGES/okular_fictionbook.mo share/locale/zh_TW/LC_MESSAGES/okular_ghostview.mo share/locale/zh_TW/LC_MESSAGES/okular_kimgio.mo share/locale/zh_TW/LC_MESSAGES/okular_mobi.mo share/locale/zh_TW/LC_MESSAGES/okular_ooo.mo share/locale/zh_TW/LC_MESSAGES/okular_plucker.mo share/locale/zh_TW/LC_MESSAGES/okular_poppler.mo share/locale/zh_TW/LC_MESSAGES/okular_tiff.mo share/locale/zh_TW/LC_MESSAGES/okular_xps.mo share/locale/zh_TW/LC_MESSAGES/org.kde.active.documentviewer.mo share/locale/zh_TW/LC_MESSAGES/pairs.mo share/locale/zh_TW/LC_MESSAGES/pairseditor.mo share/locale/zh_TW/LC_MESSAGES/palapeli.mo share/locale/zh_TW/LC_MESSAGES/parley.mo share/locale/zh_TW/LC_MESSAGES/phonon_gstreamer.mo share/locale/zh_TW/LC_MESSAGES/phonon_kde.mo share/locale/zh_TW/LC_MESSAGES/phonon_vlc.mo share/locale/zh_TW/LC_MESSAGES/phononserver.mo share/locale/zh_TW/LC_MESSAGES/picmi.mo share/locale/zh_TW/LC_MESSAGES/pimsettingexporter.mo share/locale/zh_TW/LC_MESSAGES/plasma-desktop.mo share/locale/zh_TW/LC_MESSAGES/plasma-netbook.mo share/locale/zh_TW/LC_MESSAGES/plasma-overlay.mo share/locale/zh_TW/LC_MESSAGES/plasma-remote-helper.mo share/locale/zh_TW/LC_MESSAGES/plasma-windowed.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_BbalL.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_CharSelectApplet.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_Molmasscalculator.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_akonotes_note.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_battery.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_binaryclock.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_bookmarks.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_bubblemon.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_calculator.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_clock.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_comic.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_concentrationCalculator.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_currentappcontrol.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_dig_clock.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_fifteenPuzzle.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_fileWatcher.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_folderview.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_frame.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_fuzzy_clock.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_gasCalculator.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_groupingpanel.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_icon.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_icontasks.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_incomingmsg.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_kalgebra.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_kalzium.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_katesession.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_kdeobservatory.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_kget.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_kimpanel.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_knowledgebase.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_kolourpicker.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_kpapplet.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_launcher.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_leavenote.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_life.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_lockout.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_luna.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_magnifique.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_microblog.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_news.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_notes.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_notifier.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_opendesktop_activities.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.notifications.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_pager.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_panel.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_panelspacer_internal.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_paste.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_pastebin.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_plasmaboard.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_previewer.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_printmanager.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_qalculate.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_qstardict.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_quicklaunch.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_rssnow.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_rtm.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_sal.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_saverdesktop.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_searchbox.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_showdashboard.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_showdesktop.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_skapplet.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_spellcheck.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_system-monitor.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_systemloadviewer.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_systemtray.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_tasks.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_timer.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_trash.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_unitconverter.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_weather.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_weatherstation.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_webbrowser.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_webslice.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_windowlist.mo share/locale/zh_TW/LC_MESSAGES/plasma_appletscriptengine_dashboard.mo share/locale/zh_TW/LC_MESSAGES/plasma_containmentactions_contextmenu.mo share/locale/zh_TW/LC_MESSAGES/plasma_containmentactions_switchactivity.mo share/locale/zh_TW/LC_MESSAGES/plasma_containmentactions_switchdesktop.mo share/locale/zh_TW/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/zh_TW/LC_MESSAGES/plasma_engine_calendar.mo share/locale/zh_TW/LC_MESSAGES/plasma_engine_kalzium.mo share/locale/zh_TW/LC_MESSAGES/plasma_engine_kdeobservatory.mo share/locale/zh_TW/LC_MESSAGES/plasma_engine_keystate.mo share/locale/zh_TW/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/zh_TW/LC_MESSAGES/plasma_engine_metadata.mo share/locale/zh_TW/LC_MESSAGES/plasma_engine_mpris2.mo share/locale/zh_TW/LC_MESSAGES/plasma_engine_network.mo share/locale/zh_TW/LC_MESSAGES/plasma_engine_notifications.mo share/locale/zh_TW/LC_MESSAGES/plasma_engine_nowplaying.mo share/locale/zh_TW/LC_MESSAGES/plasma_engine_rss.mo share/locale/zh_TW/LC_MESSAGES/plasma_engine_share.mo share/locale/zh_TW/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/zh_TW/LC_MESSAGES/plasma_engine_weather.mo share/locale/zh_TW/LC_MESSAGES/plasma_package_org.kde.desktop.activitymanager.mo share/locale/zh_TW/LC_MESSAGES/plasma_package_org.kde.desktop.widgetexplorer.mo share/locale/zh_TW/LC_MESSAGES/plasma_packagestructure_comic.mo share/locale/zh_TW/LC_MESSAGES/plasma_runner_CharacterRunner.mo share/locale/zh_TW/LC_MESSAGES/plasma_runner_activities.mo share/locale/zh_TW/LC_MESSAGES/plasma_runner_audioplayercontrol.mo share/locale/zh_TW/LC_MESSAGES/plasma_runner_bookmarksrunner.mo share/locale/zh_TW/LC_MESSAGES/plasma_runner_browserhistory.mo share/locale/zh_TW/LC_MESSAGES/plasma_runner_calculatorrunner.mo share/locale/zh_TW/LC_MESSAGES/plasma_runner_contacts.mo share/locale/zh_TW/LC_MESSAGES/plasma_runner_converterrunner.mo share/locale/zh_TW/LC_MESSAGES/plasma_runner_datetime.mo share/locale/zh_TW/LC_MESSAGES/plasma_runner_events.mo share/locale/zh_TW/LC_MESSAGES/plasma_runner_katesessions.mo share/locale/zh_TW/LC_MESSAGES/plasma_runner_kget.mo share/locale/zh_TW/LC_MESSAGES/plasma_runner_kill.mo share/locale/zh_TW/LC_MESSAGES/plasma_runner_konquerorsessions.mo share/locale/zh_TW/LC_MESSAGES/plasma_runner_konsolesessions.mo share/locale/zh_TW/LC_MESSAGES/plasma_runner_kopete.mo share/locale/zh_TW/LC_MESSAGES/plasma_runner_krunner_dictionary.mo share/locale/zh_TW/LC_MESSAGES/plasma_runner_locations.mo share/locale/zh_TW/LC_MESSAGES/plasma_runner_marblerunner.mo share/locale/zh_TW/LC_MESSAGES/plasma_runner_mediawiki.mo share/locale/zh_TW/LC_MESSAGES/plasma_runner_nepomuksearchrunner.mo share/locale/zh_TW/LC_MESSAGES/plasma_runner_placesrunner.mo share/locale/zh_TW/LC_MESSAGES/plasma_runner_plasma-desktop.mo share/locale/zh_TW/LC_MESSAGES/plasma_runner_powerdevil.mo share/locale/zh_TW/LC_MESSAGES/plasma_runner_recentdocuments.mo share/locale/zh_TW/LC_MESSAGES/plasma_runner_services.mo share/locale/zh_TW/LC_MESSAGES/plasma_runner_sessions.mo share/locale/zh_TW/LC_MESSAGES/plasma_runner_shell.mo share/locale/zh_TW/LC_MESSAGES/plasma_runner_solid.mo share/locale/zh_TW/LC_MESSAGES/plasma_runner_spellcheckrunner.mo share/locale/zh_TW/LC_MESSAGES/plasma_runner_webshortcuts.mo share/locale/zh_TW/LC_MESSAGES/plasma_runner_windowedwidgets.mo share/locale/zh_TW/LC_MESSAGES/plasma_runner_windows.mo share/locale/zh_TW/LC_MESSAGES/plasma_runner_youtube.mo share/locale/zh_TW/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/zh_TW/LC_MESSAGES/plasma_toolbox_desktoptoolbox.mo share/locale/zh_TW/LC_MESSAGES/plasma_toolbox_paneltoolbox.mo share/locale/zh_TW/LC_MESSAGES/plasma_wallpaper_color.mo share/locale/zh_TW/LC_MESSAGES/plasma_wallpaper_image.mo share/locale/zh_TW/LC_MESSAGES/plasma_wallpaper_mandelbrot.mo share/locale/zh_TW/LC_MESSAGES/plasma_wallpaper_marble.mo share/locale/zh_TW/LC_MESSAGES/plasma_wallpaper_pattern.mo share/locale/zh_TW/LC_MESSAGES/plasma_wallpaper_potd.mo share/locale/zh_TW/LC_MESSAGES/plasma_wallpaper_virus.mo share/locale/zh_TW/LC_MESSAGES/plasma_wallpaper_wallpaper-qml.mo share/locale/zh_TW/LC_MESSAGES/plasma_wallpaper_weather.mo share/locale/zh_TW/LC_MESSAGES/plasmagenericshell.mo share/locale/zh_TW/LC_MESSAGES/plasmapkg.mo share/locale/zh_TW/LC_MESSAGES/pothumbnail.mo share/locale/zh_TW/LC_MESSAGES/powerdevil.mo share/locale/zh_TW/LC_MESSAGES/powerdevilactivitiesconfig.mo share/locale/zh_TW/LC_MESSAGES/powerdevilglobalconfig.mo share/locale/zh_TW/LC_MESSAGES/powerdevilprofilesconfig.mo share/locale/zh_TW/LC_MESSAGES/print-manager.mo share/locale/zh_TW/LC_MESSAGES/processcore.mo share/locale/zh_TW/LC_MESSAGES/processui.mo share/locale/zh_TW/LC_MESSAGES/randrmonitor.mo share/locale/zh_TW/LC_MESSAGES/rellinks.mo share/locale/zh_TW/LC_MESSAGES/rocs.mo share/locale/zh_TW/LC_MESSAGES/rocscore.mo share/locale/zh_TW/LC_MESSAGES/rocsvisualeditor.mo share/locale/zh_TW/LC_MESSAGES/searchbarplugin.mo share/locale/zh_TW/LC_MESSAGES/solid-hardware.mo share/locale/zh_TW/LC_MESSAGES/solid-network.mo share/locale/zh_TW/LC_MESSAGES/solid_qt.mo share/locale/zh_TW/LC_MESSAGES/solidcontrol.mo share/locale/zh_TW/LC_MESSAGES/soliduiserver.mo share/locale/zh_TW/LC_MESSAGES/step.mo share/locale/zh_TW/LC_MESSAGES/step_qt.mo share/locale/zh_TW/LC_MESSAGES/strigila_diff.mo share/locale/zh_TW/LC_MESSAGES/superkaramba.mo share/locale/zh_TW/LC_MESSAGES/svgpart.mo share/locale/zh_TW/LC_MESSAGES/sweeper.mo share/locale/zh_TW/LC_MESSAGES/systemsettings.mo share/locale/zh_TW/LC_MESSAGES/tasks-mobile.mo share/locale/zh_TW/LC_MESSAGES/timezones4.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/webarchiver.mo share/locale/zh_TW/LC_MESSAGES/xml_mimetypes.mo share/locale/zh_TW/entry.desktop @dirrm share/doc/HTML/zh_TW/common Index: head/comms/kremotecontrol/distinfo =================================================================== --- head/comms/kremotecontrol/distinfo (revision 318451) +++ head/comms/kremotecontrol/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/kremotecontrol-4.10.1.tar.xz) = 49bf3f04168c1bd864e0ebce2382d1e4dd365a77185f206a7289b323ed7fa53c -SIZE (KDE/4.10.1/kremotecontrol-4.10.1.tar.xz) = 1083512 +SHA256 (KDE/4.10.3/kremotecontrol-4.10.3.tar.xz) = 3d0e1f10720f7d00540d33b84492e732ce56e366a300197f79b4714101065f5c +SIZE (KDE/4.10.3/kremotecontrol-4.10.3.tar.xz) = 1084520 Index: head/deskutils/kcharselect/distinfo =================================================================== --- head/deskutils/kcharselect/distinfo (revision 318451) +++ head/deskutils/kcharselect/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/kcharselect-4.10.1.tar.xz) = e103e5e0f51212f5a5ba970de0a200d74dbac384ca14d796f0031287f955c70a -SIZE (KDE/4.10.1/kcharselect-4.10.1.tar.xz) = 86424 +SHA256 (KDE/4.10.3/kcharselect-4.10.3.tar.xz) = ff03d857c453d3e5ff1a0148ac09f0e8d8df61bf758918ada1df64a3e5812a37 +SIZE (KDE/4.10.3/kcharselect-4.10.3.tar.xz) = 86464 Index: head/deskutils/kdepim4/distinfo =================================================================== --- head/deskutils/kdepim4/distinfo (revision 318451) +++ head/deskutils/kdepim4/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/kdepim-4.10.1.tar.xz) = 7b06ceed9e964dbef9fb801406dd44126363069cc89cb3ceb30ae271ea94515a -SIZE (KDE/4.10.1/kdepim-4.10.1.tar.xz) = 14032628 +SHA256 (KDE/4.10.3/kdepim-4.10.3.tar.xz) = 72ba489c70d1493b16a27ac248776e3e2e128a0934ee54da9cfdbd7622b6dfd7 +SIZE (KDE/4.10.3/kdepim-4.10.3.tar.xz) = 14419668 Index: head/deskutils/kdepim4/pkg-plist =================================================================== --- head/deskutils/kdepim4/pkg-plist (revision 318451) +++ head/deskutils/kdepim4/pkg-plist (revision 318452) @@ -1,1091 +1,1095 @@ bin/akonadi_archivemail_agent bin/akonadi_mailfilter_agent bin/akonadiconsole bin/akregator bin/akregatorstorageexporter bin/blogilo bin/ical2vcal bin/importwizard bin/kabc2mutt bin/kabcclient bin/kaddressbook bin/kalarm bin/kalarmautostart bin/karm bin/kgpgconf bin/kincidenceeditor bin/kjots bin/kleopatra bin/kmail bin/kmail_antivir.sh bin/kmail_clamav.sh bin/kmail_fprot.sh bin/kmail_sav.sh bin/kmailcvt bin/knode bin/knotes bin/konsolekalendar bin/kontact bin/korgac bin/korganizer bin/ksendemail bin/ktimetracker bin/ktnef bin/kwatchgnupg bin/pimsettingexporter etc/dbus-1/system.d/org.kde.kalarmrtcwake.conf lib/akonadi/contact/editorpageplugins/cryptopageplugin.so lib/kde4/akregator_config_advanced.so lib/kde4/akregator_config_appearance.so lib/kde4/akregator_config_archive.so lib/kde4/akregator_config_browser.so lib/kde4/akregator_config_general.so lib/kde4/akregator_config_sharemicroblog.so lib/kde4/akregator_mk4storage_plugin.so lib/kde4/akregator_sharemicroblog_plugin.so lib/kde4/akregatorpart.so lib/kde4/kaddressbookpart.so lib/kde4/kcal_blog.so lib/kde4/kcal_remote.so lib/kde4/kcm_apptsummary.so lib/kde4/kcm_kjots.so lib/kde4/kcm_kleopatra.so lib/kde4/kcm_kmail.so lib/kde4/kcm_kmailsummary.so lib/kde4/kcm_knode.so lib/kde4/kcm_knote.so lib/kde4/kcm_kontact.so lib/kde4/kcm_kontactsummary.so lib/kde4/kcm_korganizer.so lib/kde4/kcm_kpimidentities.so lib/kde4/kcm_ktimetracker.so lib/kde4/kcm_ldap.so lib/kde4/kcm_sdsummary.so lib/kde4/kcm_todosummary.so lib/kde4/kjotspart.so lib/kde4/kmailpart.so lib/kde4/knodepart.so lib/kde4/knotes_local.so lib/kde4/kontact_akregatorplugin.so lib/kde4/kontact_journalplugin.so lib/kde4/kontact_kaddressbookplugin.so lib/kde4/kontact_kjotsplugin.so lib/kde4/kontact_kmailplugin.so lib/kde4/kontact_knodeplugin.so lib/kde4/kontact_knotesplugin.so lib/kde4/kontact_korganizerplugin.so lib/kde4/kontact_specialdatesplugin.so lib/kde4/kontact_summaryplugin.so lib/kde4/kontact_todoplugin.so lib/kde4/korg_datenums.so lib/kde4/korg_hebrew.so lib/kde4/korg_journalprint.so lib/kde4/korg_picoftheday.so lib/kde4/korg_thisdayinhistory.so lib/kde4/korg_yearprint.so lib/kde4/korganizerpart.so lib/kde4/ktexteditorkabcbridge.so lib/kde4/ktimetrackerpart.so lib/kde4/libexec/kalarm_helper lib/kde4/messageviewer_bodypartformatter_application_mstnef.so lib/kde4/messageviewer_bodypartformatter_text_calendar.so lib/kde4/messageviewer_bodypartformatter_text_vcard.so lib/kde4/messageviewer_bodypartformatter_text_xdiff.so lib/kde4/plasma_applet_akonotes_list.so lib/kde4/plasma_applet_akonotes_note.so lib/kde4/plugins/accessible/messagevieweraccessiblewidgetfactory.so lib/kde4/plugins/designer/kdepimwidgets.so lib/libakonadi_next.so lib/libakonadi_next.so.5 lib/libakonadi_next.so.5.0.1 lib/libakregatorinterfaces.so lib/libakregatorinterfaces.so.5 lib/libakregatorinterfaces.so.5.0.1 lib/libakregatorprivate.so.5 lib/libakregatorprivate.so.5.0.1 lib/libcalendarsupport.so lib/libcalendarsupport.so.5 lib/libcalendarsupport.so.5.0.1 lib/libeventviews.so lib/libeventviews.so.5 lib/libeventviews.so.5.0.1 lib/libincidenceeditorsng.so lib/libincidenceeditorsng.so.5 lib/libincidenceeditorsng.so.5.0.1 lib/libincidenceeditorsngmobile.so lib/libincidenceeditorsngmobile.so.5 lib/libincidenceeditorsngmobile.so.5.0.1 lib/libkaddressbookprivate.so.5 lib/libkaddressbookprivate.so.5.0.1 lib/libkcal_resourceblog.so lib/libkcal_resourceblog.so.5 lib/libkcal_resourceblog.so.5.0.1 lib/libkcal_resourceremote.so lib/libkcal_resourceremote.so.5 lib/libkcal_resourceremote.so.5.0.1 lib/libkdepim.so lib/libkdepim.so.5 lib/libkdepim.so.5.0.1 lib/libkdepimdbusinterfaces.so lib/libkdepimdbusinterfaces.so.5 lib/libkdepimdbusinterfaces.so.5.0.1 lib/libkdgantt2.so lib/libkdgantt2.so.0 lib/libkdgantt2.so.0.1.0 lib/libkleo.so lib/libkleo.so.5 lib/libkleo.so.5.0.1 lib/libkleopatraclientcore.so lib/libkleopatraclientcore.so.0 lib/libkleopatraclientcore.so.0.3.0 lib/libkleopatraclientgui.so lib/libkleopatraclientgui.so.0 lib/libkleopatraclientgui.so.0.3.0 lib/libkmailprivate.so.5 lib/libkmailprivate.so.5.0.1 lib/libkmanagesieve.so lib/libkmanagesieve.so.5 lib/libkmanagesieve.so.5.0.1 lib/libknodecommon.so lib/libknodecommon.so.5 lib/libknodecommon.so.5.0.1 lib/libkontactprivate.so.5 lib/libkontactprivate.so.5.0.1 lib/libkorganizer_core.so lib/libkorganizer_core.so.5 lib/libkorganizer_core.so.5.0.1 lib/libkorganizer_interfaces.so lib/libkorganizer_interfaces.so.5 lib/libkorganizer_interfaces.so.5.0.1 lib/libkorganizerprivate.so.5 lib/libkorganizerprivate.so.5.0.1 lib/libkpgp.so lib/libkpgp.so.5 lib/libkpgp.so.5.0.1 lib/libksieve.so lib/libksieve.so.5 lib/libksieve.so.5.0.1 lib/libksieveui.so lib/libksieveui.so.5 lib/libksieveui.so.5.0.1 lib/libmailcommon.so lib/libmailcommon.so.5 lib/libmailcommon.so.5.0.1 lib/libmailimporter.so lib/libmailimporter.so.5 lib/libmailimporter.so.5.0.1 lib/libmessagecomposer.so lib/libmessagecomposer.so.5 lib/libmessagecomposer.so.5.0.1 lib/libmessagecore.so lib/libmessagecore.so.5 lib/libmessagecore.so.5.0.1 lib/libmessagelist.so lib/libmessagelist.so.5 lib/libmessagelist.so.5.0.1 lib/libmessageviewer.so lib/libmessageviewer.so.5 lib/libmessageviewer.so.5.0.1 lib/libpimcommon.so lib/libpimcommon.so.5 lib/libpimcommon.so.5.0.1 lib/libtemplateparser.so lib/libtemplateparser.so.5 lib/libtemplateparser.so.5.0.1 lib/strigi/strigiea_ctg.so lib/strigi/strigiea_ics.so lib/strigi/strigiea_mail.so lib/strigi/strigiea_vcf.so share/akonadi/agents/archivemailagent.desktop share/akonadi/agents/mailfilteragent.desktop share/applications/kde4/KMail2.desktop share/applications/kde4/KNode.desktop share/applications/kde4/Kjots.desktop share/applications/kde4/Kontact.desktop share/applications/kde4/akonadiconsole.desktop share/applications/kde4/akregator.desktop share/applications/kde4/blogilo.desktop share/applications/kde4/importwizard.desktop share/applications/kde4/kaddressbook.desktop share/applications/kde4/kalarm.desktop share/applications/kde4/kleopatra.desktop share/applications/kde4/kleopatra_import.desktop share/applications/kde4/kmail_view.desktop share/applications/kde4/knotes.desktop share/applications/kde4/konsolekalendar.desktop share/applications/kde4/kontact-admin.desktop share/applications/kde4/korganizer-import.desktop share/applications/kde4/korganizer.desktop share/applications/kde4/ktimetracker.desktop share/applications/kde4/ktnef.desktop share/apps/akonadi_archivemail_agent/akonadi_archivemail_agent.notifyrc share/apps/akonadi_mailfilter_agent/akonadi_mailfilter_agent.notifyrc share/apps/akonadiconsole/akonadiconsoleui.rc share/apps/akregator/about/akregator.css share/apps/akregator/about/main.html share/apps/akregator/about/top-left-akregator.png share/apps/akregator/akregator.notifyrc share/apps/akregator/akregator_part.rc share/apps/akregator/akregator_shell.rc share/apps/akregator/articleviewer.rc share/apps/akregator/pageviewer.rc share/apps/akregator/pics/kmmsgnew.png share/apps/akregator/pics/kmmsgunseen.png share/apps/akregator_sharemicroblog_plugin/akregator_sharemicroblog_plugin.rc share/apps/blogilo/TextEditorInitialHtml share/apps/blogilo/blogiloui.rc share/apps/desktoptheme/default/widgets/stickynote.svgz share/apps/kaddressbook/kaddressbookui.rc share/apps/kaddressbook/printing/compact-style.png share/apps/kaddressbook/printing/detailed-style.png share/apps/kaddressbook/printing/mike-style.png share/apps/kaddressbook/printing/ringbinder-style.png share/apps/kaddressbook/viewertemplates/default/contact.html share/apps/kaddressbook/viewertemplates/default/contact_embedded.html share/apps/kaddressbook/viewertemplates/default/contact_row.html share/apps/kaddressbook/viewertemplates/default/contactgroup.html share/apps/kaddressbook/viewertemplates/default/contactgroup_additionalfieldrow.html share/apps/kaddressbook/viewertemplates/default/contactgroup_embedded.html share/apps/kaddressbook/viewertemplates/default/contactgroup_memberrow.html share/apps/kalarm/icons/oxygen/16x16/actions/document-new-from-template.png share/apps/kalarm/icons/oxygen/16x16/actions/new-audio-alarm.png share/apps/kalarm/icons/oxygen/16x16/actions/new-command-alarm.png share/apps/kalarm/icons/oxygen/22x22/actions/document-new-from-template.png share/apps/kalarm/icons/oxygen/22x22/actions/kalarm-disabled.png share/apps/kalarm/icons/oxygen/22x22/actions/kalarm-partdisabled.png share/apps/kalarm/icons/oxygen/22x22/actions/kalarm.png share/apps/kalarm/icons/oxygen/22x22/actions/new-audio-alarm.png share/apps/kalarm/icons/oxygen/22x22/actions/new-command-alarm.png share/apps/kalarm/kalarmui.rc share/apps/kconf_update/kalarm-1.2.1-general.pl share/apps/kconf_update/kalarm-1.9.5-defaults.pl share/apps/kconf_update/kalarm-2.0.2-general.pl share/apps/kconf_update/kalarm-2.1.5-general.pl share/apps/kconf_update/kalarm-version.pl share/apps/kconf_update/kalarm.upd share/apps/kconf_update/kmail-3.1-update-new-mail-notification-settings.pl share/apps/kconf_update/kmail-3.1-use-UOID-for-identities.pl share/apps/kconf_update/kmail-3.1.4-dont-use-UOID-0-for-any-identity.pl share/apps/kconf_update/kmail-3.2-misc.sh share/apps/kconf_update/kmail-3.2-update-loop-on-goto-unread-settings.sh share/apps/kconf_update/kmail-3.3-aegypten.pl share/apps/kconf_update/kmail-3.3-misc.pl share/apps/kconf_update/kmail-3.3-move-identities.pl share/apps/kconf_update/kmail-3.3-split-sign-encr-keys.sh share/apps/kconf_update/kmail-3.3-use-ID-for-accounts.pl share/apps/kconf_update/kmail-3.3b1-misc.pl share/apps/kconf_update/kmail-3.4-misc.pl share/apps/kconf_update/kmail-3.4.1-update-status-filters.pl share/apps/kconf_update/kmail-3.5-trigger-flag-migration.pl share/apps/kconf_update/kmail-4.0-misc.pl share/apps/kconf_update/kmail-pgpidentity.pl share/apps/kconf_update/kmail-upd-identities.pl share/apps/kconf_update/kmail.upd share/apps/kconf_update/knode.upd share/apps/kconf_update/korganizer.upd share/apps/kconf_update/kpgp-3.1-upgrade-address-data.pl share/apps/kconf_update/kpgp.upd share/apps/kconf_update/mailfilteragent.upd share/apps/kconf_update/migrate-kmail-filters.pl share/apps/kconf_update/upgrade-signature.pl share/apps/kconf_update/upgrade-transport.pl share/apps/kdepimwidgets/pics/addresseelineedit.png share/apps/kdepimwidgets/pics/clicklineedit.png share/apps/kdepimwidgets/pics/kdateedit.png share/apps/kdepimwidgets/pics/ktimeedit.png share/apps/kjots/kjotspartui.rc share/apps/kjots/kjotsui.rc share/apps/kjots/themes/default/book_toc_list.html share/apps/kjots/themes/default/booktemplate.html share/apps/kjots/themes/default/pagetemplate.html share/apps/kjots/themes/default/template.html share/apps/kjots/themes/other/booktemplate.html share/apps/kjots/themes/other/pagetemplate.html share/apps/kjots/themes/other/template.html share/apps/kjots/themes/plain_text/book_template.txt share/apps/kjots/themes/plain_text/page_template.txt share/apps/kjots/themes/plain_text/template.txt share/apps/kjots/themes/xml_output/booktemplate.xml share/apps/kjots/themes/xml_output/pagetemplate.xml share/apps/kjots/themes/xml_output/template.xml share/apps/kleopatra/kleopatra.rc share/apps/kleopatra/pics/gpg4win-compact.png share/apps/kleopatra/pics/gpg4win.png share/apps/kleopatra/pics/kleopatra_splashscreen.png share/apps/kleopatra/pics/kleopatra_splashscreen.svgz share/apps/kleopatra/pics/kleopatra_wizard.png share/apps/kleopatra/pics/kleopatra_wizard.svgz share/apps/kmail2/about/kmail.css share/apps/kmail2/about/main.html share/apps/kmail2/about/top-left-kmail.png share/apps/kmail2/kmail2.notifyrc share/apps/kmail2/kmail_part.rc share/apps/kmail2/kmcomposerui.rc share/apps/kmail2/kmmainwin.rc share/apps/kmail2/kmreadermainwin.rc share/apps/kmail2/pics/key.png share/apps/kmail2/pics/key_bad.png share/apps/kmail2/pics/key_ok.png share/apps/kmail2/pics/key_unknown.png share/apps/kmail2/pics/kmwizard.png share/apps/kmail2/pics/mail-deleted.png share/apps/kmail2/pics/mail-thread-ignored.png share/apps/kmail2/pics/mail-thread-watch.png share/apps/kmail2/pics/pgp-keys.png share/apps/kmail2/tips share/apps/kmailcvt/pics/step1.png share/apps/knode/filters/1.fltr share/apps/knode/filters/2.fltr share/apps/knode/filters/3.fltr share/apps/knode/filters/4.fltr share/apps/knode/filters/5.fltr share/apps/knode/filters/6.fltr share/apps/knode/filters/7.fltr share/apps/knode/filters/8.fltr share/apps/knode/filters/filters.rc share/apps/knode/headers.rc share/apps/knode/kncomposerui.rc share/apps/knode/knodeui.rc share/apps/knode/knreaderui.rc share/apps/knode/pics/article.png share/apps/knode/pics/eyes.png share/apps/knode/pics/greyball.png share/apps/knode/pics/greyballchk.png share/apps/knode/pics/group.png share/apps/knode/pics/ignore.png share/apps/knode/pics/key.png share/apps/knode/pics/key_bad.png share/apps/knode/pics/key_ok.png share/apps/knode/pics/key_unknown.png share/apps/knode/pics/mail.png share/apps/knode/pics/newsubs.png share/apps/knode/pics/posting.png share/apps/knode/pics/snderr.png share/apps/knotes/knotes_part.rc share/apps/knotes/knotesappui.rc share/apps/knotes/knotesui.rc share/apps/kontact/about/kontact.css share/apps/kontact/about/main.html share/apps/kontact/about/top-left-kontact.png share/apps/kontact/kontactui.rc share/apps/kontact/ksettingsdialog/akregator.setdlg share/apps/kontact/ksettingsdialog/kaddressbook.setdlg share/apps/kontact/ksettingsdialog/kjots.setdlg share/apps/kontact/ksettingsdialog/kmail.setdlg share/apps/kontact/ksettingsdialog/knode.setdlg share/apps/kontact/ksettingsdialog/knotes.setdlg share/apps/kontact/ksettingsdialog/korganizer.setdlg share/apps/kontact/ksettingsdialog/specialdates.setdlg share/apps/kontact/ksettingsdialog/summary.setdlg share/apps/kontactsummary/kontactsummary_part.rc share/apps/korgac/icons/hicolor/128x128/apps/korgac.png share/apps/korgac/icons/hicolor/16x16/apps/korgac.png share/apps/korgac/icons/hicolor/22x22/apps/korgac.png share/apps/korgac/icons/hicolor/256x256/apps/korgac.png share/apps/korgac/icons/hicolor/32x32/apps/korgac.png share/apps/korgac/icons/hicolor/64x64/apps/korgac.png share/apps/korgac/icons/hicolor/scalable/apps/korgac.svgz share/apps/korganizer/korganizer_part.rc share/apps/korganizer/korganizerui.rc share/apps/korganizer/sounds/alert.wav share/apps/korganizer/sounds/icemag.wav share/apps/korganizer/sounds/lightmag.wav share/apps/korganizer/sounds/onscreen.wav share/apps/korganizer/sounds/spinout.wav share/apps/korganizer/tips share/apps/ktimetracker/icons/oxygen/128x128/actions/subtask-new-ktimetracker.png share/apps/ktimetracker/icons/oxygen/16x16/actions/subtask-new-ktimetracker.png share/apps/ktimetracker/icons/oxygen/22x22/actions/subtask-new-ktimetracker.png share/apps/ktimetracker/icons/oxygen/32x32/actions/subtask-new-ktimetracker.png share/apps/ktimetracker/icons/oxygen/48x48/actions/subtask-new-ktimetracker.png share/apps/ktimetracker/icons/oxygen/64x64/actions/subtask-new-ktimetracker.png share/apps/ktimetracker/icons/oxygen/scalable/actions/subtask-new-ktimetracker.svgz share/apps/ktimetracker/ktimetrackerui.rc share/apps/ktimetracker/pics/active-icon-0.xpm share/apps/ktimetracker/pics/active-icon-1.xpm share/apps/ktimetracker/pics/active-icon-2.xpm share/apps/ktimetracker/pics/active-icon-3.xpm share/apps/ktimetracker/pics/active-icon-4.xpm share/apps/ktimetracker/pics/active-icon-5.xpm share/apps/ktimetracker/pics/active-icon-6.xpm share/apps/ktimetracker/pics/active-icon-7.xpm share/apps/ktimetracker/pics/clock.xpm share/apps/ktimetracker/pics/clockedit.xpm share/apps/ktimetracker/pics/empty-watch.xpm share/apps/ktimetracker/pics/filedel.xpm share/apps/ktimetracker/pics/task-complete.xpm share/apps/ktimetracker/pics/task-incomplete.xpm share/apps/ktimetracker/pics/watch-0.xpm share/apps/ktimetracker/pics/watch-1.xpm share/apps/ktimetracker/pics/watch-2.xpm share/apps/ktimetracker/pics/watch-3.xpm share/apps/ktimetracker/pics/watch-4.xpm share/apps/ktimetracker/pics/watch-5.xpm share/apps/ktimetracker/pics/watch-6.xpm share/apps/ktimetracker/pics/watch-7.xpm share/apps/ktnef/ktnefui.rc share/apps/kwatchgnupg/kwatchgnupgui.rc share/apps/kwatchgnupg/pics/kwatchgnupg.png share/apps/kwatchgnupg/pics/kwatchgnupg2.png share/apps/libkleopatra/pics/chiasmus_chi.png share/apps/libkleopatra/pics/hi16-app-gpg.png share/apps/libkleopatra/pics/hi16-app-gpgsm.png share/apps/libkleopatra/pics/hi22-app-gpg.png share/apps/libkleopatra/pics/hi22-app-gpgsm.png share/apps/libkleopatra/pics/hi32-app-gpg.png share/apps/libkleopatra/pics/hi32-app-gpgsm.png share/apps/libkleopatra/pics/key.png share/apps/libkleopatra/pics/key_bad.png share/apps/libkleopatra/pics/key_ok.png share/apps/libkleopatra/pics/key_unknown.png share/apps/libkleopatra/pics/smartcard.xpm share/apps/libmessageviewer/pics/enterprise_bottom.png share/apps/libmessageviewer/pics/enterprise_bottom_left.png share/apps/libmessageviewer/pics/enterprise_bottom_right.png share/apps/libmessageviewer/pics/enterprise_icon.png share/apps/libmessageviewer/pics/enterprise_left.png share/apps/libmessageviewer/pics/enterprise_right.png share/apps/libmessageviewer/pics/enterprise_s_left.png share/apps/libmessageviewer/pics/enterprise_s_right.png share/apps/libmessageviewer/pics/enterprise_sbar.png share/apps/libmessageviewer/pics/enterprise_sp_right.png share/apps/libmessageviewer/pics/enterprise_sw.png share/apps/libmessageviewer/pics/enterprise_top.png share/apps/libmessageviewer/pics/enterprise_top_left.png share/apps/libmessageviewer/pics/enterprise_top_right.png share/apps/libmessageviewer/pics/enterprise_w.png share/apps/libmessageviewer/pics/mobile_bg.png share/apps/libmessageviewer/pics/mobile_status_actionitem.png share/apps/libmessageviewer/pics/mobile_status_attachment.png share/apps/libmessageviewer/pics/mobile_status_encrypted.png share/apps/libmessageviewer/pics/mobile_status_forwarded.png share/apps/libmessageviewer/pics/mobile_status_important.png share/apps/libmessageviewer/pics/mobile_status_replied.png share/apps/libmessageviewer/pics/mobile_status_signed.png share/apps/libmessageviewer/pics/quicklistClosed.png share/apps/libmessageviewer/pics/quicklistOpened.png share/apps/libmessageviewer/pics/quotecollapse.png share/apps/libmessageviewer/pics/quoteexpand.png share/apps/messagelist/pics/mail-deleted.png share/apps/messagelist/pics/mail-horizontal-space.png share/apps/messagelist/pics/mail-thread-ignored.png share/apps/messagelist/pics/mail-thread-watch.png share/apps/messagelist/pics/mail-vertical-separator-line.png share/apps/messageviewer/about/main_mobile.html share/apps/messageviewer/about/messageviewer_mobile.css share/apps/messageviewer/plugins/bodypartformatter/application_ms-tnef.desktop share/apps/messageviewer/plugins/bodypartformatter/text_calendar.desktop share/apps/messageviewer/plugins/bodypartformatter/text_vcard.desktop share/apps/messageviewer/plugins/bodypartformatter/text_xdiff.desktop share/apps/pimsettingexporter/pimsettingexporter.rc share/autostart/kalarm.autostart.desktop share/autostart/korgac.desktop share/config.kcfg/akregator.kcfg share/config.kcfg/blogilo.kcfg share/config.kcfg/customtemplates_kfg.kcfg share/config.kcfg/kalarmconfig.kcfg share/config.kcfg/kjots.kcfg share/config.kcfg/kmail.kcfg share/config.kcfg/knoteconfig.kcfg share/config.kcfg/knotesglobalconfig.kcfg share/config.kcfg/kontact.kcfg share/config.kcfg/korganizer.kcfg share/config.kcfg/templatesconfiguration_kfg.kcfg share/config/kmail.antispamrc share/config/kmail.antivirusrc share/config/korganizer.knsrc share/config/libkleopatrarc share/dbus-1/interfaces/org.kde.KNotes.xml share/dbus-1/interfaces/org.kde.Korganizer.Calendar.xml share/dbus-1/interfaces/org.kde.addressbook.service.xml share/dbus-1/interfaces/org.kde.akregator.part.xml share/dbus-1/interfaces/org.kde.kalarm.kalarm.xml share/dbus-1/interfaces/org.kde.kmail.kmail.xml share/dbus-1/interfaces/org.kde.kmail.kmailpart.xml share/dbus-1/interfaces/org.kde.knode.xml share/dbus-1/interfaces/org.kde.kontact.KNotes.xml share/dbus-1/interfaces/org.kde.korganizer.KOrgac.xml share/dbus-1/interfaces/org.kde.korganizer.Korganizer.xml share/dbus-1/interfaces/org.kde.ktimetracker.ktimetracker.xml share/dbus-1/interfaces/org.kde.mailtransport.service.xml share/dbus-1/system-services/org.kde.kalarmrtcwake.service share/doc/HTML/en/akregator/add-feed.png share/doc/HTML/en/akregator/add-feed2.png share/doc/HTML/en/akregator/add-folder.png share/doc/HTML/en/akregator/add-folder2.png share/doc/HTML/en/akregator/advanced-tab.png share/doc/HTML/en/akregator/appearance-tab.png share/doc/HTML/en/akregator/archive-tab.png share/doc/HTML/en/akregator/browser-tab.png share/doc/HTML/en/akregator/common share/doc/HTML/en/akregator/general-tab.png share/doc/HTML/en/akregator/index.cache.bz2 share/doc/HTML/en/akregator/index.docbook share/doc/HTML/en/akregator/konq.png share/doc/HTML/en/akregator/konq2.png share/doc/HTML/en/akregator/main-window.png share/doc/HTML/en/akregator/main-window2.png share/doc/HTML/en/akregator/main-window3.png share/doc/HTML/en/akregator/main-window4.png share/doc/HTML/en/akregator/quick-filter.png share/doc/HTML/en/akregator/rss.png share/doc/HTML/en/akregator/rss3.png share/doc/HTML/en/blogilo/add-blog-1.png share/doc/HTML/en/blogilo/add-blog-2.png share/doc/HTML/en/blogilo/common share/doc/HTML/en/blogilo/index.cache.bz2 share/doc/HTML/en/blogilo/index.docbook share/doc/HTML/en/blogilo/mainwindow.png share/doc/HTML/en/blogilo/media-upload.png share/doc/HTML/en/blogilo/toolbox-1.png share/doc/HTML/en/blogilo/toolbox-2.png share/doc/HTML/en/blogilo/toolbox-3.png share/doc/HTML/en/blogilo/toolbox-4.png share/doc/HTML/en/kabcclient/common share/doc/HTML/en/kabcclient/index.cache.bz2 share/doc/HTML/en/kabcclient/index.docbook share/doc/HTML/en/kabcclient/man-kabcclient.1.docbook share/doc/HTML/en/kalarm/alarmmessage.png share/doc/HTML/en/kalarm/common share/doc/HTML/en/kalarm/editwindow-simple.png share/doc/HTML/en/kalarm/editwindow.png share/doc/HTML/en/kalarm/index.cache.bz2 share/doc/HTML/en/kalarm/index.docbook share/doc/HTML/en/kalarm/mainwindow-calendars.png share/doc/HTML/en/kalarm/mainwindow.png share/doc/HTML/en/kalarm/spinbox.png share/doc/HTML/en/kioslave/news/common share/doc/HTML/en/kioslave/news/index.cache.bz2 share/doc/HTML/en/kioslave/news/index.docbook share/doc/HTML/en/kjots/common share/doc/HTML/en/kjots/index.cache.bz2 share/doc/HTML/en/kjots/index.docbook share/doc/HTML/en/kleopatra/common share/doc/HTML/en/kleopatra/index.cache.bz2 share/doc/HTML/en/kleopatra/index.docbook share/doc/HTML/en/kmail/common share/doc/HTML/en/kmail/configure.docbook share/doc/HTML/en/kmail/credits-and-licenses.docbook share/doc/HTML/en/kmail/faq.docbook share/doc/HTML/en/kmail/getting-started.docbook share/doc/HTML/en/kmail/importing.docbook share/doc/HTML/en/kmail/index.cache.bz2 share/doc/HTML/en/kmail/index.docbook share/doc/HTML/en/kmail/intro.docbook share/doc/HTML/en/kmail/menus.docbook share/doc/HTML/en/kmail/troubleshooting.docbook share/doc/HTML/en/kmail/using-kmail.docbook share/doc/HTML/en/knode/commands.docbook share/doc/HTML/en/knode/common share/doc/HTML/en/knode/credits.docbook share/doc/HTML/en/knode/eyes.png share/doc/HTML/en/knode/faq.docbook share/doc/HTML/en/knode/gloss.docbook share/doc/HTML/en/knode/greyball.png share/doc/HTML/en/knode/greyballchk.png share/doc/HTML/en/knode/index.cache.bz2 share/doc/HTML/en/knode/index.docbook share/doc/HTML/en/knode/install.docbook share/doc/HTML/en/knode/introduction.docbook share/doc/HTML/en/knode/journey.docbook share/doc/HTML/en/knode/knode-cleanup.png share/doc/HTML/en/knode/knode-colors-fonts.png share/doc/HTML/en/knode/knode-composer-attachments.png share/doc/HTML/en/knode/knode-composer-settings.png share/doc/HTML/en/knode/knode-edit-filter.png share/doc/HTML/en/knode/knode-edit-header1.png share/doc/HTML/en/knode/knode-edit-header2.png share/doc/HTML/en/knode/knode-filters.png share/doc/HTML/en/knode/knode-followup.png share/doc/HTML/en/knode/knode-header-settings.png share/doc/HTML/en/knode/knode-identity.png share/doc/HTML/en/knode/knode-mail-account.png share/doc/HTML/en/knode/knode-new-article.png share/doc/HTML/en/knode/knode-news-account.png share/doc/HTML/en/knode/knode-post-settings.png share/doc/HTML/en/knode/knode-read-news-appearance-dialog.png share/doc/HTML/en/knode/knode-read-news-settings.png share/doc/HTML/en/knode/knode-reply.png share/doc/HTML/en/knode/knode-rule-editor.png share/doc/HTML/en/knode/knode-search.png share/doc/HTML/en/knode/knode-start.png share/doc/HTML/en/knode/knode-subscribe.png share/doc/HTML/en/knode/knode-views.png share/doc/HTML/en/knode/more.docbook share/doc/HTML/en/knode/newsubs.png share/doc/HTML/en/knode/redball.png share/doc/HTML/en/knode/redballchk.png share/doc/HTML/en/knode/using-firststart.docbook share/doc/HTML/en/knode/using-morefeatures.docbook share/doc/HTML/en/knode/using-subscribing.docbook share/doc/HTML/en/knotes/common share/doc/HTML/en/knotes/index.cache.bz2 share/doc/HTML/en/knotes/index.docbook share/doc/HTML/en/konsolekalendar/common share/doc/HTML/en/konsolekalendar/index.cache.bz2 share/doc/HTML/en/konsolekalendar/index.docbook share/doc/HTML/en/kontact-admin/common share/doc/HTML/en/kontact-admin/index.cache.bz2 share/doc/HTML/en/kontact-admin/index.docbook share/doc/HTML/en/kontact/calendar-sidebar-icon.png share/doc/HTML/en/kontact/common share/doc/HTML/en/kontact/configuration-main.png share/doc/HTML/en/kontact/configuration-shortcuts.png share/doc/HTML/en/kontact/configuration-starting-component.png share/doc/HTML/en/kontact/index.cache.bz2 share/doc/HTML/en/kontact/index.docbook share/doc/HTML/en/kontact/kaddressbook-sidebar-icon.png share/doc/HTML/en/kontact/main-view.png share/doc/HTML/en/kontact/menu-bar-kmail.png share/doc/HTML/en/kontact/menu-bar-korganizer.png share/doc/HTML/en/kontact/menu-bar-summary.png share/doc/HTML/en/kontact/navigator-bar-kontact.png share/doc/HTML/en/kontact/new-menu.png share/doc/HTML/en/kontact/settings-menu-kmail.png share/doc/HTML/en/kontact/side-pane.png share/doc/HTML/en/kontact/summary-selection.png share/doc/HTML/en/kontact/summary-view-calendar.png share/doc/HTML/en/kontact/summary-view-mail.png share/doc/HTML/en/kontact/summary-view-notes.png share/doc/HTML/en/kontact/summary-view-repositioning.png share/doc/HTML/en/kontact/summary-view-special-dates.png share/doc/HTML/en/kontact/summary-view-todos.png share/doc/HTML/en/kontact/summary-view.png share/doc/HTML/en/kontact/todo-list-sidebar-icon.png share/doc/HTML/en/korganizer/application-exit.png share/doc/HTML/en/korganizer/appointment-new.png share/doc/HTML/en/korganizer/common share/doc/HTML/en/korganizer/document-open.png share/doc/HTML/en/korganizer/document-print-preview.png share/doc/HTML/en/korganizer/document-print.png share/doc/HTML/en/korganizer/edit-copy.png share/doc/HTML/en/korganizer/edit-cut.png share/doc/HTML/en/korganizer/edit-delete.png share/doc/HTML/en/korganizer/edit-find.png share/doc/HTML/en/korganizer/edit-paste.png share/doc/HTML/en/korganizer/edit-redo.png share/doc/HTML/en/korganizer/edit-undo.png share/doc/HTML/en/korganizer/event-attachments.png share/doc/HTML/en/korganizer/event-attendees.png share/doc/HTML/en/korganizer/event-general.png share/doc/HTML/en/korganizer/event-recurrence.png share/doc/HTML/en/korganizer/go-jump-today.png share/doc/HTML/en/korganizer/go-next.png share/doc/HTML/en/korganizer/go-previous.png share/doc/HTML/en/korganizer/groupevent.png share/doc/HTML/en/korganizer/index.cache.bz2 share/doc/HTML/en/korganizer/index.docbook share/doc/HTML/en/korganizer/korganizer-resource.png share/doc/HTML/en/korganizer/list-add.png share/doc/HTML/en/korganizer/organizer.png share/doc/HTML/en/korganizer/remotefile-resource.png share/doc/HTML/en/korganizer/todo-general.png share/doc/HTML/en/korganizer/view-calendar-agenda.png share/doc/HTML/en/korganizer/view-calendar-day.png share/doc/HTML/en/korganizer/view-calendar-journal.png share/doc/HTML/en/korganizer/view-calendar-list.png share/doc/HTML/en/korganizer/view-calendar-month.png share/doc/HTML/en/korganizer/view-calendar-tasks.png share/doc/HTML/en/korganizer/view-calendar-timeline.png share/doc/HTML/en/korganizer/view-calendar-upcoming-days.png share/doc/HTML/en/korganizer/view-calendar-upcoming-events.png share/doc/HTML/en/korganizer/view-calendar-week.png share/doc/HTML/en/korganizer/view-calendar-workweek.png share/doc/HTML/en/korganizer/view-task-add.png share/doc/HTML/en/ktimetracker/common share/doc/HTML/en/ktimetracker/csvexport.png share/doc/HTML/en/ktimetracker/idle-detect.png share/doc/HTML/en/ktimetracker/index.cache.bz2 share/doc/HTML/en/ktimetracker/index.docbook share/doc/HTML/en/ktimetracker/ktimetracker.png share/doc/HTML/en/ktimetracker/systray.png share/doc/HTML/en/ktnef/common share/doc/HTML/en/ktnef/index.cache.bz2 share/doc/HTML/en/ktnef/index.docbook share/doc/HTML/en/kwatchgnupg/common share/doc/HTML/en/kwatchgnupg/index.cache.bz2 share/doc/HTML/en/kwatchgnupg/index.docbook share/icons/hicolor/128x128/actions/upload-media.png share/icons/hicolor/128x128/apps/akonadiconsole.png share/icons/hicolor/128x128/apps/akregator.png share/icons/hicolor/128x128/apps/blogilo.png share/icons/hicolor/128x128/apps/kaddressbook.png share/icons/hicolor/128x128/apps/kjots.png share/icons/hicolor/128x128/apps/kleopatra.png share/icons/hicolor/128x128/apps/kmail.png share/icons/hicolor/128x128/apps/knode.png share/icons/hicolor/128x128/apps/knotes.png share/icons/hicolor/128x128/apps/konsolekalendar.png +share/icons/hicolor/128x128/apps/kontact-import-wizard.png share/icons/hicolor/128x128/apps/kontact.png share/icons/hicolor/128x128/apps/korg-journal.png share/icons/hicolor/128x128/apps/korg-todo.png share/icons/hicolor/128x128/apps/korganizer.png share/icons/hicolor/128x128/apps/ktimetracker.png share/icons/hicolor/16x16/actions/format-text-blockquote.png share/icons/hicolor/16x16/actions/format-text-code.png share/icons/hicolor/16x16/actions/insert-more-mark.png share/icons/hicolor/16x16/actions/remove-link.png share/icons/hicolor/16x16/actions/upload-media.png share/icons/hicolor/16x16/apps/akonadiconsole.png share/icons/hicolor/16x16/apps/akregator.png share/icons/hicolor/16x16/apps/akregator_empty.png share/icons/hicolor/16x16/apps/blogilo.png share/icons/hicolor/16x16/apps/kaddressbook.png share/icons/hicolor/16x16/apps/kalarm.png share/icons/hicolor/16x16/apps/kjots.png share/icons/hicolor/16x16/apps/kleopatra.png share/icons/hicolor/16x16/apps/kmail.png share/icons/hicolor/16x16/apps/knode.png share/icons/hicolor/16x16/apps/knotes.png share/icons/hicolor/16x16/apps/konsolekalendar.png share/icons/hicolor/16x16/apps/kontact.png share/icons/hicolor/16x16/apps/korg-journal.png share/icons/hicolor/16x16/apps/korg-todo.png share/icons/hicolor/16x16/apps/korganizer.png share/icons/hicolor/16x16/apps/ktimetracker.png share/icons/hicolor/22x22/actions/format-text-blockquote.png share/icons/hicolor/22x22/actions/format-text-code.png share/icons/hicolor/22x22/actions/insert-more-mark.png share/icons/hicolor/22x22/actions/ktnef_extract_all_to.png share/icons/hicolor/22x22/actions/ktnef_extract_to.png share/icons/hicolor/22x22/actions/remove-link.png share/icons/hicolor/22x22/actions/upload-media.png share/icons/hicolor/22x22/apps/akonadiconsole.png share/icons/hicolor/22x22/apps/akregator.png share/icons/hicolor/22x22/apps/blogilo.png share/icons/hicolor/22x22/apps/kaddressbook.png share/icons/hicolor/22x22/apps/kjots.png share/icons/hicolor/22x22/apps/kleopatra.png share/icons/hicolor/22x22/apps/kmail.png share/icons/hicolor/22x22/apps/knode.png share/icons/hicolor/22x22/apps/knotes.png share/icons/hicolor/22x22/apps/konsolekalendar.png share/icons/hicolor/22x22/apps/kontact.png share/icons/hicolor/22x22/apps/korg-journal.png share/icons/hicolor/22x22/apps/korg-todo.png share/icons/hicolor/22x22/apps/korganizer.png share/icons/hicolor/22x22/apps/ktimetracker.png share/icons/hicolor/256x256/apps/akonadiconsole.png share/icons/hicolor/256x256/apps/akregator.png share/icons/hicolor/256x256/apps/kleopatra.png +share/icons/hicolor/256x256/apps/kontact-import-wizard.png share/icons/hicolor/32x32/actions/upload-media.png share/icons/hicolor/32x32/apps/akonadiconsole.png share/icons/hicolor/32x32/apps/akregator.png share/icons/hicolor/32x32/apps/blogilo.png share/icons/hicolor/32x32/apps/kaddressbook.png share/icons/hicolor/32x32/apps/kalarm.png share/icons/hicolor/32x32/apps/kjots.png share/icons/hicolor/32x32/apps/kleopatra.png share/icons/hicolor/32x32/apps/kmail.png share/icons/hicolor/32x32/apps/knode.png share/icons/hicolor/32x32/apps/knotes.png share/icons/hicolor/32x32/apps/konsolekalendar.png share/icons/hicolor/32x32/apps/kontact.png share/icons/hicolor/32x32/apps/korg-journal.png share/icons/hicolor/32x32/apps/korg-todo.png share/icons/hicolor/32x32/apps/korganizer.png share/icons/hicolor/32x32/apps/ktimetracker.png share/icons/hicolor/48x48/actions/upload-media.png share/icons/hicolor/48x48/apps/akonadiconsole.png share/icons/hicolor/48x48/apps/akregator.png share/icons/hicolor/48x48/apps/blogilo.png share/icons/hicolor/48x48/apps/kaddressbook.png share/icons/hicolor/48x48/apps/kalarm.png share/icons/hicolor/48x48/apps/kjots.png share/icons/hicolor/48x48/apps/kleopatra.png share/icons/hicolor/48x48/apps/kmail.png share/icons/hicolor/48x48/apps/knode.png share/icons/hicolor/48x48/apps/knotes.png share/icons/hicolor/48x48/apps/konsolekalendar.png share/icons/hicolor/48x48/apps/kontact.png share/icons/hicolor/48x48/apps/korg-journal.png share/icons/hicolor/48x48/apps/korg-todo.png share/icons/hicolor/48x48/apps/korganizer.png share/icons/hicolor/48x48/apps/ktimetracker.png share/icons/hicolor/48x48/apps/ktnef.png share/icons/hicolor/64x64/actions/upload-media.png share/icons/hicolor/64x64/apps/akonadiconsole.png share/icons/hicolor/64x64/apps/akregator.png share/icons/hicolor/64x64/apps/blogilo.png share/icons/hicolor/64x64/apps/kaddressbook.png share/icons/hicolor/64x64/apps/kjots.png share/icons/hicolor/64x64/apps/kleopatra.png share/icons/hicolor/64x64/apps/kmail.png share/icons/hicolor/64x64/apps/knode.png share/icons/hicolor/64x64/apps/knotes.png +share/icons/hicolor/64x64/apps/kontact-import-wizard.png share/icons/hicolor/64x64/apps/kontact.png share/icons/hicolor/64x64/apps/korg-journal.png share/icons/hicolor/64x64/apps/korg-todo.png share/icons/hicolor/64x64/apps/korganizer.png share/icons/hicolor/64x64/apps/ktimetracker.png share/icons/hicolor/scalable/apps/akregator.svgz share/icons/hicolor/scalable/apps/kaddressbook.svgz share/icons/hicolor/scalable/apps/kjots.svgz share/icons/hicolor/scalable/apps/kleopatra.svgz share/icons/hicolor/scalable/apps/kmail.svgz share/icons/hicolor/scalable/apps/knode.svgz share/icons/hicolor/scalable/apps/knotes.svgz +share/icons/hicolor/scalable/apps/kontact-import-wizard.svgz share/icons/hicolor/scalable/apps/kontact.svgz share/icons/hicolor/scalable/apps/korg-journal.svgz share/icons/hicolor/scalable/apps/korg-todo.svgz share/icons/hicolor/scalable/apps/korganizer.svgz share/icons/locolor/16x16/actions/ktnef_extract_all_to.png share/icons/locolor/16x16/actions/ktnef_extract_to.png share/icons/locolor/16x16/apps/ktnef.png share/icons/locolor/32x32/apps/ktnef.png share/icons/oxygen/128x128/apps/kalarm.png share/icons/oxygen/128x128/mimetypes/x-mail-distribution-list.png share/icons/oxygen/16x16/actions/edit-delete-page.png share/icons/oxygen/16x16/actions/knotes_alarm.png share/icons/oxygen/16x16/actions/knotes_close.png share/icons/oxygen/16x16/actions/knotes_date.png share/icons/oxygen/16x16/actions/knotes_delete.png share/icons/oxygen/16x16/actions/smallclock.png share/icons/oxygen/16x16/actions/upindicator.png share/icons/oxygen/16x16/apps/kalarm.png share/icons/oxygen/16x16/apps/kmailcvt.png share/icons/oxygen/16x16/mimetypes/x-mail-distribution-list.png share/icons/oxygen/22x22/actions/checkmark.png share/icons/oxygen/22x22/actions/edit-delete-page.png share/icons/oxygen/22x22/apps/kalarm.png share/icons/oxygen/22x22/mimetypes/x-mail-distribution-list.png share/icons/oxygen/256x256/mimetypes/x-mail-distribution-list.png share/icons/oxygen/32x32/actions/edit-delete-page.png share/icons/oxygen/32x32/apps/kalarm.png share/icons/oxygen/32x32/apps/kmailcvt.png share/icons/oxygen/32x32/mimetypes/x-mail-distribution-list.png share/icons/oxygen/48x48/actions/edit-delete-page.png share/icons/oxygen/48x48/apps/kalarm.png share/icons/oxygen/48x48/apps/kmailcvt.png share/icons/oxygen/48x48/mimetypes/x-mail-distribution-list.png share/icons/oxygen/512x512/mimetypes/x-mail-distribution-list.png share/icons/oxygen/64x64/apps/kalarm.png share/icons/oxygen/scalable/actions/edit-delete-page.svgz share/icons/oxygen/scalable/apps/kalarm.svgz share/icons/oxygen/scalable/mimetypes/x-mail-distribution-list.svgz share/kde4/services/ServiceMenus/kmail_addattachmentservicemenu.desktop share/kde4/services/akonotes_list.desktop share/kde4/services/akonotes_note.desktop share/kde4/services/akregator_config_advanced.desktop share/kde4/services/akregator_config_appearance.desktop share/kde4/services/akregator_config_archive.desktop share/kde4/services/akregator_config_browser.desktop share/kde4/services/akregator_config_general.desktop share/kde4/services/akregator_config_sharemicroblog.desktop share/kde4/services/akregator_mk4storage_plugin.desktop share/kde4/services/akregator_part.desktop share/kde4/services/akregator_sharemicroblog_plugin.desktop share/kde4/services/feed.protocol share/kde4/services/kaddressbookpart.desktop share/kde4/services/kcm_kpimidentities.desktop share/kde4/services/kcmapptsummary.desktop share/kde4/services/kcmkmailsummary.desktop share/kde4/services/kcmkontactsummary.desktop share/kde4/services/kcmldap.desktop share/kde4/services/kcmsdsummary.desktop share/kde4/services/kcmtodosummary.desktop share/kde4/services/kjots_config_misc.desktop share/kde4/services/kjotspart.desktop share/kde4/services/kleopatra_config_appear.desktop share/kde4/services/kleopatra_config_cryptooperations.desktop share/kde4/services/kleopatra_config_dirserv.desktop share/kde4/services/kleopatra_config_gnupgsystem.desktop share/kde4/services/kleopatra_config_smimevalidation.desktop share/kde4/services/kleopatra_decryptverifyfiles.desktop share/kde4/services/kleopatra_decryptverifyfolders.desktop share/kde4/services/kleopatra_signencryptfiles.desktop share/kde4/services/kleopatra_signencryptfolders.desktop share/kde4/services/kmail_config_accounts.desktop share/kde4/services/kmail_config_appearance.desktop share/kde4/services/kmail_config_composer.desktop share/kde4/services/kmail_config_identity.desktop share/kde4/services/kmail_config_misc.desktop share/kde4/services/kmail_config_security.desktop share/kde4/services/knode_config_accounts.desktop share/kde4/services/knode_config_appearance.desktop share/kde4/services/knode_config_cleanup.desktop share/kde4/services/knode_config_identity.desktop share/kde4/services/knode_config_post_news.desktop share/kde4/services/knode_config_privacy.desktop share/kde4/services/knode_config_read_news.desktop share/kde4/services/knote_config_action.desktop share/kde4/services/knote_config_display.desktop share/kde4/services/knote_config_editor.desktop share/kde4/services/knote_config_network.desktop share/kde4/services/knote_config_style.desktop share/kde4/services/kontact/akregatorplugin.desktop share/kde4/services/kontact/journalplugin.desktop share/kde4/services/kontact/kaddressbookplugin.desktop share/kde4/services/kontact/kjots_plugin.desktop share/kde4/services/kontact/kmailplugin.desktop share/kde4/services/kontact/knodeplugin.desktop share/kde4/services/kontact/knotesplugin.desktop share/kde4/services/kontact/korganizerplugin.desktop share/kde4/services/kontact/specialdatesplugin.desktop share/kde4/services/kontact/summaryplugin.desktop share/kde4/services/kontact/todoplugin.desktop share/kde4/services/kontactconfig.desktop share/kde4/services/korganizer/datenums.desktop share/kde4/services/korganizer/hebrew.desktop share/kde4/services/korganizer/journalprint.desktop share/kde4/services/korganizer/picoftheday.desktop share/kde4/services/korganizer/thisdayinhistory.desktop share/kde4/services/korganizer/yearprint.desktop share/kde4/services/korganizer_configcolorsandfonts.desktop share/kde4/services/korganizer_configdesignerfields.desktop share/kde4/services/korganizer_configfreebusy.desktop share/kde4/services/korganizer_configgroupscheduling.desktop share/kde4/services/korganizer_configmain.desktop share/kde4/services/korganizer_configplugins.desktop share/kde4/services/korganizer_configtime.desktop share/kde4/services/korganizer_configviews.desktop share/kde4/services/korganizer_part.desktop share/kde4/services/kresources/kcal/blog.desktop share/kde4/services/kresources/kcal/remote.desktop share/kde4/services/kresources/knotes/local.desktop share/kde4/services/kresources/knotes_manager.desktop share/kde4/services/ktimetracker_config_behavior.desktop share/kde4/services/ktimetracker_config_display.desktop share/kde4/services/ktimetracker_config_storage.desktop share/kde4/services/ktimetrackerpart.desktop share/kde4/services/webcal.protocol share/kde4/servicetypes/akregator_plugin.desktop share/kde4/servicetypes/calendardecoration.desktop share/kde4/servicetypes/calendarplugin.desktop share/kde4/servicetypes/dbuscalendar.desktop share/kde4/servicetypes/dbusmail.desktop share/kde4/servicetypes/korganizerpart.desktop share/kde4/servicetypes/korgprintplugin.desktop share/ontology/kde/messagetag.ontology share/ontology/kde/messagetag.trig share/polkit-1/actions/org.kde.kalarmrtcwake.policy @dirrmtry share/ontology/kde @dirrmtry share/ontology @dirrm share/kde4/services/kresources/knotes @dirrm share/kde4/services/korganizer @dirrm share/kde4/services/kontact @dirrmtry share/icons/oxygen/512x512/mimetypes @dirrmtry share/icons/oxygen/512x512 @dirrmtry share/icons/locolor/32x32/apps @dirrmtry share/icons/locolor/32x32 @dirrmtry share/icons/locolor/16x16/apps @dirrmtry share/icons/locolor/16x16/actions @dirrmtry share/icons/locolor/16x16 @dirrmtry share/icons/locolor @dirrm share/doc/HTML/en/kwatchgnupg @dirrm share/doc/HTML/en/ktnef @dirrm share/doc/HTML/en/ktimetracker @dirrm share/doc/HTML/en/korganizer @dirrm share/doc/HTML/en/kontact-admin @dirrm share/doc/HTML/en/kontact @dirrm share/doc/HTML/en/konsolekalendar @dirrm share/doc/HTML/en/knotes @dirrm share/doc/HTML/en/knode @dirrm share/doc/HTML/en/kmail @dirrm share/doc/HTML/en/kleopatra @dirrm share/doc/HTML/en/kjots @dirrm share/doc/HTML/en/kioslave/news @dirrm share/doc/HTML/en/kalarm @dirrm share/doc/HTML/en/kabcclient @dirrm share/doc/HTML/en/blogilo @dirrm share/doc/HTML/en/akregator @dirrm share/apps/pimsettingexporter @dirrm share/apps/messageviewer/plugins/bodypartformatter @dirrm share/apps/messageviewer/plugins @dirrm share/apps/messageviewer/about @dirrm share/apps/messageviewer @dirrm share/apps/messagelist/pics @dirrm share/apps/messagelist @dirrm share/apps/libmessageviewer/pics @dirrm share/apps/libmessageviewer @dirrm share/apps/libkleopatra/pics @dirrm share/apps/libkleopatra @dirrm share/apps/kwatchgnupg/pics @dirrm share/apps/kwatchgnupg @dirrm share/apps/ktnef @dirrm share/apps/ktimetracker/pics @dirrm share/apps/ktimetracker/icons/oxygen/scalable/actions @dirrm share/apps/ktimetracker/icons/oxygen/scalable @dirrm share/apps/ktimetracker/icons/oxygen/64x64/actions @dirrm share/apps/ktimetracker/icons/oxygen/64x64 @dirrm share/apps/ktimetracker/icons/oxygen/48x48/actions @dirrm share/apps/ktimetracker/icons/oxygen/48x48 @dirrm share/apps/ktimetracker/icons/oxygen/32x32/actions @dirrm share/apps/ktimetracker/icons/oxygen/32x32 @dirrm share/apps/ktimetracker/icons/oxygen/22x22/actions @dirrm share/apps/ktimetracker/icons/oxygen/22x22 @dirrm share/apps/ktimetracker/icons/oxygen/16x16/actions @dirrm share/apps/ktimetracker/icons/oxygen/16x16 @dirrm share/apps/ktimetracker/icons/oxygen/128x128/actions @dirrm share/apps/ktimetracker/icons/oxygen/128x128 @dirrm share/apps/ktimetracker/icons/oxygen @dirrm share/apps/ktimetracker/icons @dirrm share/apps/ktimetracker @dirrm share/apps/korganizer/sounds @dirrm share/apps/korganizer @dirrm share/apps/korgac/icons/hicolor/scalable/apps @dirrm share/apps/korgac/icons/hicolor/scalable @dirrm share/apps/korgac/icons/hicolor/64x64/apps @dirrm share/apps/korgac/icons/hicolor/64x64 @dirrm share/apps/korgac/icons/hicolor/32x32/apps @dirrm share/apps/korgac/icons/hicolor/32x32 @dirrm share/apps/korgac/icons/hicolor/256x256/apps @dirrm share/apps/korgac/icons/hicolor/256x256 @dirrm share/apps/korgac/icons/hicolor/22x22/apps @dirrm share/apps/korgac/icons/hicolor/22x22 @dirrm share/apps/korgac/icons/hicolor/16x16/apps @dirrm share/apps/korgac/icons/hicolor/16x16 @dirrm share/apps/korgac/icons/hicolor/128x128/apps @dirrm share/apps/korgac/icons/hicolor/128x128 @dirrm share/apps/korgac/icons/hicolor @dirrm share/apps/korgac/icons @dirrm share/apps/korgac @dirrm share/apps/kontactsummary @dirrm share/apps/kontact/ksettingsdialog @dirrm share/apps/kontact/about @dirrm share/apps/kontact @dirrm share/apps/knotes @dirrm share/apps/knode/pics @dirrm share/apps/knode/filters @dirrm share/apps/knode @dirrm share/apps/kmailcvt/pics @dirrm share/apps/kmailcvt @dirrm share/apps/kmail2/pics @dirrm share/apps/kmail2/about @dirrm share/apps/kmail2 @dirrm share/apps/kleopatra/pics @dirrm share/apps/kleopatra @dirrm share/apps/kjots/themes/xml_output @dirrm share/apps/kjots/themes/plain_text @dirrm share/apps/kjots/themes/other @dirrm share/apps/kjots/themes/default @dirrm share/apps/kjots/themes @dirrm share/apps/kjots @dirrm share/apps/kdepimwidgets/pics @dirrm share/apps/kdepimwidgets @dirrm share/apps/kalarm/icons/oxygen/22x22/actions @dirrm share/apps/kalarm/icons/oxygen/22x22 @dirrm share/apps/kalarm/icons/oxygen/16x16/actions @dirrm share/apps/kalarm/icons/oxygen/16x16 @dirrm share/apps/kalarm/icons/oxygen @dirrm share/apps/kalarm/icons @dirrm share/apps/kalarm @dirrm share/apps/kaddressbook/viewertemplates/default @dirrm share/apps/kaddressbook/viewertemplates @dirrm share/apps/kaddressbook/printing @dirrm share/apps/kaddressbook @dirrm share/apps/blogilo @dirrm share/apps/akregator_sharemicroblog_plugin @dirrmtry share/apps/akregator/pics @dirrm share/apps/akregator/about @dirrmtry share/apps/akregator @dirrmtry share/apps/akonadiconsole @dirrm share/apps/akonadi_mailfilter_agent @dirrm share/apps/akonadi_archivemail_agent @dirrmtry share/apps/akonadi/contact @dirrmtry share/akonadi/agents @dirrmtry share/akonadi @dirrmtry lib/kde4/plugins/accessible @dirrmtry lib/akonadi/contact/editorpageplugins @dirrmtry lib/akonadi/contact @dirrmtry lib/akonadi Index: head/deskutils/kdepim4-runtime/distinfo =================================================================== --- head/deskutils/kdepim4-runtime/distinfo (revision 318451) +++ head/deskutils/kdepim4-runtime/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/kdepim-runtime-4.10.1.tar.xz) = 949a0bf547eaadde64f5fc2c894ced7c77c6d7a86cbb373d4db6c85acfb827bb -SIZE (KDE/4.10.1/kdepim-runtime-4.10.1.tar.xz) = 1155668 +SHA256 (KDE/4.10.3/kdepim-runtime-4.10.3.tar.xz) = 4b6e0e43af3091d9487f86527ef346e50a257f565fbac48a7ada055292cb9d05 +SIZE (KDE/4.10.3/kdepim-runtime-4.10.3.tar.xz) = 1161984 Index: head/deskutils/kdepim4-runtime/files/patch-git34817487 =================================================================== --- head/deskutils/kdepim4-runtime/files/patch-git34817487 (revision 318451) +++ head/deskutils/kdepim4-runtime/files/patch-git34817487 (nonexistent) @@ -1,11 +0,0 @@ ---- ./agents/nepomukfeeder/nepomukfeederagent.cpp.orig 2013-03-01 06:59:42.493968000 +0000 -+++ ./agents/nepomukfeeder/nepomukfeederagent.cpp 2013-03-17 11:41:45.562852063 +0000 -@@ -63,7 +63,7 @@ - #include "nepomukfeeder-config.h" - #include "nepomukfeederadaptor.h" - --typedef QSharedPointer< QMultiHash< typename Akonadi::Collection::Id, typename Akonadi::Item::Id> > MultiHashPointer; -+typedef QSharedPointer< QMultiHash< Akonadi::Collection::Id, Akonadi::Item::Id> > MultiHashPointer; - Q_DECLARE_METATYPE(MultiHashPointer) - - namespace Akonadi { Property changes on: head/deskutils/kdepim4-runtime/files/patch-git34817487 ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/deskutils/kdepimlibs4/Makefile =================================================================== --- head/deskutils/kdepimlibs4/Makefile (revision 318451) +++ head/deskutils/kdepimlibs4/Makefile (revision 318452) @@ -1,44 +1,43 @@ # Created by: arved # $FreeBSD$ PORTNAME= kdepimlibs PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 1 CATEGORIES= deskutils kde ipv6 MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Libraries for KDE-PIM applications LIB_DEPENDS= gpgme:${PORTSDIR}/security/gpgme \ sasl2:${PORTSDIR}/security/cyrus-sasl2 \ boost_thread:${PORTSDIR}/devel/boost-libs \ ical:${PORTSDIR}/devel/libical \ uuid:${PORTSDIR}/misc/e2fsprogs-libuuid \ prison:${PORTSDIR}/graphics/prison \ qjson:${PORTSDIR}/devel/qjson BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt USE_XZ= yes USE_KDE4= kdelibs akonadi kdeprefix kdehier \ automoc4 nepomuk-core ontologies sharedmime soprano USES= cmake:outsource USE_OPENLDAP= yes USE_QT4= corelib dbus declarative designer_build gui network sql xml \ qmake_build moc_build rcc_build uic_build USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes post-patch: ${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ ${PATCH_WRKSRC}/cmake/modules/*.cmake ${REINPLACE_CMD} -e 's|%%KDE4_PREFIX%%|${KDE4_PREFIX}|g' \ ${PATCH_WRKSRC}/cmake/modules/FindQGpgme.cmake # Prevent updating MIME during build. ${REINPLACE_CMD} -e '/^update_xdg_mimetypes/ d' \ ${PATCH_WRKSRC}/CMakeLists.txt .include Index: head/deskutils/kdepimlibs4/distinfo =================================================================== --- head/deskutils/kdepimlibs4/distinfo (revision 318451) +++ head/deskutils/kdepimlibs4/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/kdepimlibs-4.10.1.tar.xz) = e40b158b33987b31ee03be4cdbf44c8e45e2a23d01e5acb88cca387c90b3a384 -SIZE (KDE/4.10.1/kdepimlibs-4.10.1.tar.xz) = 2802312 +SHA256 (KDE/4.10.3/kdepimlibs-4.10.3.tar.xz) = 784b685ba3f6f9685fe2389062e3ea0e9e869d290e09dccd5185ce9d01def864 +SIZE (KDE/4.10.3/kdepimlibs-4.10.3.tar.xz) = 2966380 Index: head/deskutils/kdepimlibs4/pkg-plist =================================================================== --- head/deskutils/kdepimlibs4/pkg-plist (revision 318451) +++ head/deskutils/kdepimlibs4/pkg-plist (revision 318452) @@ -1,1408 +1,1414 @@ include/KDE/Akonadi/AgentBase include/KDE/Akonadi/AgentFactory include/KDE/Akonadi/AgentFilterProxyModel include/KDE/Akonadi/AgentInstance include/KDE/Akonadi/AgentInstanceCreateJob include/KDE/Akonadi/AgentInstanceModel include/KDE/Akonadi/AgentInstanceWidget include/KDE/Akonadi/AgentManager include/KDE/Akonadi/AgentType include/KDE/Akonadi/AgentTypeDialog include/KDE/Akonadi/AgentTypeModel include/KDE/Akonadi/AgentTypeWidget include/KDE/Akonadi/Attribute include/KDE/Akonadi/AttributeFactory include/KDE/Akonadi/CachePolicy include/KDE/Akonadi/Calendar/FreeBusyProviderBase include/KDE/Akonadi/Calendar/StandardCalendarActionManager include/KDE/Akonadi/ChangeRecorder include/KDE/Akonadi/Collection include/KDE/Akonadi/CollectionAttributesSynchronizationJob include/KDE/Akonadi/CollectionComboBox include/KDE/Akonadi/CollectionCopyJob include/KDE/Akonadi/CollectionCreateJob include/KDE/Akonadi/CollectionDeleteJob include/KDE/Akonadi/CollectionDialog include/KDE/Akonadi/CollectionFetchJob include/KDE/Akonadi/CollectionFetchScope include/KDE/Akonadi/CollectionFilterProxyModel include/KDE/Akonadi/CollectionModel include/KDE/Akonadi/CollectionModifyJob include/KDE/Akonadi/CollectionMoveJob include/KDE/Akonadi/CollectionPropertiesDialog include/KDE/Akonadi/CollectionPropertiesPage include/KDE/Akonadi/CollectionRequester include/KDE/Akonadi/CollectionStatistics include/KDE/Akonadi/CollectionStatisticsDelegate include/KDE/Akonadi/CollectionStatisticsJob include/KDE/Akonadi/CollectionStatisticsModel include/KDE/Akonadi/CollectionView include/KDE/Akonadi/Contact/AbstractContactFormatter include/KDE/Akonadi/Contact/AbstractContactGroupFormatter include/KDE/Akonadi/Contact/ContactDefaultActions include/KDE/Akonadi/Contact/ContactEditor include/KDE/Akonadi/Contact/ContactEditorDialog include/KDE/Akonadi/Contact/ContactGroupEditor include/KDE/Akonadi/Contact/ContactGroupEditorDialog include/KDE/Akonadi/Contact/ContactGroupExpandJob include/KDE/Akonadi/Contact/ContactGroupSearchJob include/KDE/Akonadi/Contact/ContactGroupViewer include/KDE/Akonadi/Contact/ContactGroupViewerDialog include/KDE/Akonadi/Contact/ContactSearchJob include/KDE/Akonadi/Contact/ContactViewer include/KDE/Akonadi/Contact/ContactViewerDialog include/KDE/Akonadi/Contact/ContactsFilterProxyModel include/KDE/Akonadi/Contact/ContactsTreeModel include/KDE/Akonadi/Contact/EmailAddressSelection include/KDE/Akonadi/Contact/EmailAddressSelectionDialog include/KDE/Akonadi/Contact/EmailAddressSelectionWidget include/KDE/Akonadi/Contact/RecentContactsCollectionRequestJob include/KDE/Akonadi/Contact/StandardContactActionManager include/KDE/Akonadi/Contact/StandardContactFormatter include/KDE/Akonadi/Contact/StandardContactGroupFormatter include/KDE/Akonadi/Control include/KDE/Akonadi/DBusConnectionPool include/KDE/Akonadi/ETMViewStateSaver include/KDE/Akonadi/Entity include/KDE/Akonadi/EntityDisplayAttribute include/KDE/Akonadi/EntityHiddenAttribute include/KDE/Akonadi/EntityListView include/KDE/Akonadi/EntityMimeTypeFilterModel include/KDE/Akonadi/EntityOrderProxyModel include/KDE/Akonadi/EntityRightsFilterModel include/KDE/Akonadi/EntityTreeModel include/KDE/Akonadi/EntityTreeView include/KDE/Akonadi/Exception include/KDE/Akonadi/Item include/KDE/Akonadi/ItemCopyJob include/KDE/Akonadi/ItemCreateJob include/KDE/Akonadi/ItemDeleteJob include/KDE/Akonadi/ItemFetchJob include/KDE/Akonadi/ItemFetchScope include/KDE/Akonadi/ItemModel include/KDE/Akonadi/ItemModifyJob include/KDE/Akonadi/ItemMonitor include/KDE/Akonadi/ItemMoveJob include/KDE/Akonadi/ItemSearchJob include/KDE/Akonadi/ItemSerializerPlugin include/KDE/Akonadi/ItemSync include/KDE/Akonadi/ItemView include/KDE/Akonadi/Job include/KDE/Akonadi/KCal/FreeBusyProviderBase include/KDE/Akonadi/KCal/IncidenceMimeTypeVisitor include/KDE/Akonadi/KMime/AddressAttribute include/KDE/Akonadi/KMime/MessageFlags include/KDE/Akonadi/KMime/MessageFolderAttribute include/KDE/Akonadi/KMime/MessageModel include/KDE/Akonadi/KMime/MessageParts include/KDE/Akonadi/KMime/MessageStatus include/KDE/Akonadi/KMime/MessageThreaderProxyModel include/KDE/Akonadi/KMime/MessageThreadingAttribute include/KDE/Akonadi/KMime/RemoveDuplicatesJob include/KDE/Akonadi/KMime/SpecialMailCollections include/KDE/Akonadi/KMime/SpecialMailCollectionsRequestJob include/KDE/Akonadi/LinkJob include/KDE/Akonadi/MimeTypeChecker include/KDE/Akonadi/Monitor include/KDE/Akonadi/PreprocessorBase include/KDE/Akonadi/RecursiveCollectionFilterProxyModel include/KDE/Akonadi/RecursiveItemFetchJob include/KDE/Akonadi/ResourceBase include/KDE/Akonadi/SearchCreateJob include/KDE/Akonadi/ServerManager include/KDE/Akonadi/Session include/KDE/Akonadi/SocialUtils/ImageProvider include/KDE/Akonadi/SocialUtils/SocialFeedItem include/KDE/Akonadi/SocialUtils/SocialNetworkAttributes include/KDE/Akonadi/StandardActionManager include/KDE/Akonadi/TransactionBeginJob include/KDE/Akonadi/TransactionCommitJob include/KDE/Akonadi/TransactionRollbackJob include/KDE/Akonadi/TransactionSequence include/KDE/Akonadi/TransportResourceBase include/KDE/Akonadi/UnlinkJob include/KDE/KABC/Address include/KDE/KABC/AddressBook include/KDE/KABC/AddressLineEdit include/KDE/KABC/Addressee include/KDE/KABC/AddresseeDialog include/KDE/KABC/AddresseeList include/KDE/KABC/ContactGroup include/KDE/KABC/ContactGroupTool include/KDE/KABC/DistributionList include/KDE/KABC/DistributionListDialog include/KDE/KABC/EmailSelectDialog include/KDE/KABC/ErrorHandler include/KDE/KABC/Field include/KDE/KABC/Format include/KDE/KABC/FormatFactory include/KDE/KABC/Geo include/KDE/KABC/Key include/KDE/KABC/LDIFConverter include/KDE/KABC/Lock include/KDE/KABC/LockNull include/KDE/KABC/PhoneNumber include/KDE/KABC/Picture include/KDE/KABC/Plugin include/KDE/KABC/Resource include/KDE/KABC/ResourceABC include/KDE/KABC/ResourceCached include/KDE/KABC/Secrecy include/KDE/KABC/SortMode include/KDE/KABC/Sound include/KDE/KABC/StdAddressBook include/KDE/KABC/TimeZone include/KDE/KABC/VCardConverter include/KDE/KABC/VCardDrag include/KDE/KABC/VCardFormat include/KDE/KAlarmCal/AlarmText include/KDE/KAlarmCal/CollectionAttribute include/KDE/KAlarmCal/CompatibilityAttribute include/KDE/KAlarmCal/DateTime include/KDE/KAlarmCal/EventAttribute include/KDE/KAlarmCal/KAAlarm include/KDE/KAlarmCal/KAEvent include/KDE/KAlarmCal/KARecurrence include/KDE/KAlarmCal/Repetition include/KDE/KBlog/Blog include/KDE/KBlog/BlogComment include/KDE/KBlog/BlogMedia include/KDE/KBlog/BlogPost include/KDE/KBlog/Blogger1 include/KDE/KBlog/GData include/KDE/KBlog/MetaWeblog include/KDE/KBlog/MovableType include/KDE/KBlog/WordpressBuggy include/KDE/KCal/Alarm include/KDE/KCal/AssignmentVisitor include/KDE/KCal/Attachment include/KDE/KCal/Attendee include/KDE/KCal/CalFilter include/KDE/KCal/CalFormat include/KDE/KCal/CalHelper include/KDE/KCal/CalStorage include/KDE/KCal/Calendar include/KDE/KCal/CalendarLocal include/KDE/KCal/CalendarNull include/KDE/KCal/CalendarResources include/KDE/KCal/ConfirmSaveDialog include/KDE/KCal/CustomProperties include/KDE/KCal/DndFactory include/KDE/KCal/Duration include/KDE/KCal/Event include/KDE/KCal/Exceptions include/KDE/KCal/FileStorage include/KDE/KCal/FreeBusy include/KDE/KCal/FreeBusyCache include/KDE/KCal/FreeBusyPeriod include/KDE/KCal/FreeBusyUrlStore include/KDE/KCal/HTMLExportSettings include/KDE/KCal/HtmlExport include/KDE/KCal/ICalDrag include/KDE/KCal/ICalFormat include/KDE/KCal/ICalTimeZones include/KDE/KCal/IMIPScheduler include/KDE/KCal/Incidence include/KDE/KCal/IncidenceBase include/KDE/KCal/IncidenceFormatter include/KDE/KCal/Journal include/KDE/KCal/KResult include/KDE/KCal/ListBase include/KDE/KCal/Period include/KDE/KCal/Person include/KDE/KCal/QtopiaFormat include/KDE/KCal/Recurrence include/KDE/KCal/RecurrenceRule include/KDE/KCal/ResourceCached include/KDE/KCal/ResourceCachedReloadConfig include/KDE/KCal/ResourceCachedSaveConfig include/KDE/KCal/ResourceCalendar include/KDE/KCal/ResourceLocal include/KDE/KCal/ResourceLocalConfig include/KDE/KCal/ResourceLocalDir include/KDE/KCal/ResourceLocalDirConfig include/KDE/KCal/Scheduler include/KDE/KCal/SortableList include/KDE/KCal/Todo include/KDE/KCal/VCalDrag include/KDE/KCal/VCalFormat include/KDE/KCalCore/Alarm include/KDE/KCalCore/Attachment include/KDE/KCalCore/Attendee include/KDE/KCalCore/CalFilter include/KDE/KCalCore/CalFormat include/KDE/KCalCore/CalStorage include/KDE/KCalCore/Calendar include/KDE/KCalCore/Compat include/KDE/KCalCore/CustomProperties include/KDE/KCalCore/Duration include/KDE/KCalCore/Event include/KDE/KCalCore/Exception include/KDE/KCalCore/FileStorage include/KDE/KCalCore/FreeBusy include/KDE/KCalCore/FreeBusyCache include/KDE/KCalCore/FreeBusyPeriod include/KDE/KCalCore/FreeBusyUrlStore include/KDE/KCalCore/ICalFormat include/KDE/KCalCore/ICalTimeZones include/KDE/KCalCore/Incidence include/KDE/KCalCore/IncidenceBase include/KDE/KCalCore/Journal include/KDE/KCalCore/MemoryCalendar include/KDE/KCalCore/Period include/KDE/KCalCore/Person include/KDE/KCalCore/Recurrence include/KDE/KCalCore/RecurrenceRule include/KDE/KCalCore/ScheduleMessage include/KDE/KCalCore/SortableList include/KDE/KCalCore/Sorting include/KDE/KCalCore/Todo include/KDE/KCalCore/VCalFormat include/KDE/KCalCore/Visitor include/KDE/KCalUtils/DndFactory include/KDE/KCalUtils/HTMLExportSettings include/KDE/KCalUtils/HtmlExport include/KDE/KCalUtils/ICalDrag include/KDE/KCalUtils/IncidenceFormatter include/KDE/KCalUtils/RecurrenceActions include/KDE/KCalUtils/Scheduler include/KDE/KCalUtils/Stringify include/KDE/KCalUtils/VCalDrag include/KDE/KHolidays/AstroSeasons include/KDE/KHolidays/Holiday include/KDE/KHolidays/HolidayRegion include/KDE/KHolidays/HolidayRegionSelector include/KDE/KHolidays/Holidays include/KDE/KHolidays/LunarPhase include/KDE/KHolidays/Zodiac include/KDE/KIMAP/Acl include/KDE/KIMAP/AclJobBase include/KDE/KIMAP/AppendJob include/KDE/KIMAP/CapabilitiesJob include/KDE/KIMAP/CloseJob include/KDE/KIMAP/CopyJob include/KDE/KIMAP/CreateJob include/KDE/KIMAP/DeleteAclJob include/KDE/KIMAP/DeleteJob include/KDE/KIMAP/ExpungeJob include/KDE/KIMAP/FetchJob include/KDE/KIMAP/GetAclJob include/KDE/KIMAP/GetMetaDataJob include/KDE/KIMAP/GetQuotaJob include/KDE/KIMAP/GetQuotaRootJob include/KDE/KIMAP/IdleJob include/KDE/KIMAP/ImapSet include/KDE/KIMAP/Job include/KDE/KIMAP/ListJob include/KDE/KIMAP/ListRightsJob include/KDE/KIMAP/LoginJob include/KDE/KIMAP/LogoutJob include/KDE/KIMAP/MetaDataJobBase include/KDE/KIMAP/MyRightsJob include/KDE/KIMAP/QuotaJobBase include/KDE/KIMAP/RenameJob include/KDE/KIMAP/SearchJob include/KDE/KIMAP/SelectJob include/KDE/KIMAP/Session include/KDE/KIMAP/SessionUiProxy include/KDE/KIMAP/SetAclJob include/KDE/KIMAP/SetMetaDataJob include/KDE/KIMAP/SetQuotaJob include/KDE/KIMAP/StoreJob include/KDE/KIMAP/SubscribeJob include/KDE/KIMAP/UnsubscribeJob include/KDE/KLDAP/Ber include/KDE/KLDAP/LdapAttributeProxyModel include/KDE/KLDAP/LdapConfigWidget include/KDE/KLDAP/LdapConnection include/KDE/KLDAP/LdapControl include/KDE/KLDAP/LdapDN include/KDE/KLDAP/LdapModel include/KDE/KLDAP/LdapObject include/KDE/KLDAP/LdapOperation include/KDE/KLDAP/LdapSearch include/KDE/KLDAP/LdapServer include/KDE/KLDAP/LdapStructureProxyModel include/KDE/KLDAP/LdapUrl include/KDE/KLDAP/Ldif include/KDE/KMime/BoolFlags include/KDE/KMime/CharFreq include/KDE/KMime/Codecs include/KDE/KMime/Content include/KDE/KMime/ContentIndex include/KDE/KMime/DateFormatter include/KDE/KMime/HeaderParsing include/KDE/KMime/Headers include/KDE/KMime/KMimeMessage include/KDE/KMime/MDN include/KDE/KMime/Message include/KDE/KMime/NewsArticle include/KDE/KMime/Util include/KDE/KPIMIdentities/Identity include/KDE/KPIMIdentities/IdentityCombo include/KDE/KPIMIdentities/IdentityManager include/KDE/KPIMIdentities/Signature include/KDE/KPIMIdentities/SignatureConfigurator include/KDE/KPIMTextEdit/EMailQuoteHighlighter include/KDE/KPIMTextEdit/EmoticonTextEditAction include/KDE/KPIMTextEdit/HtmlHighlighter include/KDE/KPIMTextEdit/InsertHtmlDialog include/KDE/KPIMTextEdit/InsertImageDialog include/KDE/KPIMTextEdit/InsertImageWidget include/KDE/KPIMTextEdit/InsertTableDialog include/KDE/KPIMTextEdit/InsertTableWidget include/KDE/KPIMTextEdit/TableFormatDialog include/KDE/KPIMTextEdit/TextEdit include/KDE/KPIMUtils/Email include/KDE/KPIMUtils/KFileIO include/KDE/KPIMUtils/LinkLocator include/KDE/KPIMUtils/SpellingFilter include/KDE/KResources/ConfigDialog include/KDE/KResources/ConfigPage include/KDE/KResources/ConfigWidget include/KDE/KResources/Factory include/KDE/KResources/IdMapper include/KDE/KResources/Manager include/KDE/KResources/ManagerImpl include/KDE/KResources/Resource include/KDE/KResources/SelectDialog include/KDE/KTNEF/Formatter include/KDE/KTNEF/KTNEFAttach include/KDE/KTNEF/KTNEFDefs include/KDE/KTNEF/KTNEFMessage include/KDE/KTNEF/KTNEFParser include/KDE/KTNEF/KTNEFProperty include/KDE/KTNEF/KTNEFPropertySet include/KDE/KTNEF/KTNEFWriter include/KDE/KontactInterface/Core include/KDE/KontactInterface/PimUniqueApplication include/KDE/KontactInterface/Plugin include/KDE/KontactInterface/Summary include/KDE/KontactInterface/UniqueAppHandler include/KDE/Mailtransport/DispatchModeAttribute include/KDE/Mailtransport/DispatcherInterface include/KDE/Mailtransport/ErrorAttribute include/KDE/Mailtransport/MessageQueueJob include/KDE/Mailtransport/PrecommandJob include/KDE/Mailtransport/SendmailJob include/KDE/Mailtransport/SentBehaviourAttribute include/KDE/Mailtransport/ServerTest include/KDE/Mailtransport/SmtpJob include/KDE/Mailtransport/Socket include/KDE/Mailtransport/Transport include/KDE/Mailtransport/TransportAttribute include/KDE/Mailtransport/TransportBase include/KDE/Mailtransport/TransportComboBox include/KDE/Mailtransport/TransportConfigDialog include/KDE/Mailtransport/TransportJob include/KDE/Mailtransport/TransportManagementWidget include/KDE/Mailtransport/TransportManager include/KDE/Mailtransport/TransportType include/KDE/Syndication/AbstractParser include/KDE/Syndication/Category include/KDE/Syndication/Constants include/KDE/Syndication/DataRetriever include/KDE/Syndication/DocumentSource include/KDE/Syndication/DocumentVisitor include/KDE/Syndication/ElementWrapper include/KDE/Syndication/Enclosure include/KDE/Syndication/Feed include/KDE/Syndication/Global include/KDE/Syndication/Image include/KDE/Syndication/Item include/KDE/Syndication/Loader include/KDE/Syndication/Mapper include/KDE/Syndication/ParserCollection include/KDE/Syndication/Person include/KDE/Syndication/SpecificDocument include/KDE/Syndication/SpecificItem include/KDE/Syndication/SpecificItemVisitor include/KDE/Syndication/Syndication include/KDE/Syndication/Tools include/akonadi/abstractdifferencesreporter.h include/akonadi/agentactionmanager.h include/akonadi/agentbase.h include/akonadi/agentfactory.h include/akonadi/agentfilterproxymodel.h include/akonadi/agentinstance.h include/akonadi/agentinstancecreatejob.h include/akonadi/agentinstancemodel.h include/akonadi/agentinstancewidget.h include/akonadi/agentmanager.h include/akonadi/agentsearchinterface.h include/akonadi/agenttype.h include/akonadi/agenttypedialog.h include/akonadi/agenttypemodel.h include/akonadi/agenttypewidget.h include/akonadi/akonadi_export.h include/akonadi/attribute.h include/akonadi/attributefactory.h include/akonadi/cachepolicy.h include/akonadi/cachepolicypage.h include/akonadi/calendar/akonadi-calendar_export.h include/akonadi/calendar/freebusyproviderbase.h include/akonadi/calendar/standardcalendaractionmanager.h include/akonadi/changerecorder.h include/akonadi/collection.h include/akonadi/collectionattributessynchronizationjob.h include/akonadi/collectioncombobox.h include/akonadi/collectioncopyjob.h include/akonadi/collectioncreatejob.h include/akonadi/collectiondeletejob.h include/akonadi/collectiondialog.h include/akonadi/collectionfetchjob.h include/akonadi/collectionfetchscope.h include/akonadi/collectionfilterproxymodel.h include/akonadi/collectionmodel.h include/akonadi/collectionmodifyjob.h include/akonadi/collectionmovejob.h include/akonadi/collectionpropertiesdialog.h include/akonadi/collectionpropertiespage.h include/akonadi/collectionquotaattribute.h include/akonadi/collectionrequester.h include/akonadi/collectionstatistics.h include/akonadi/collectionstatisticsdelegate.h include/akonadi/collectionstatisticsjob.h include/akonadi/collectionstatisticsmodel.h include/akonadi/collectionutils_p.h include/akonadi/collectionview.h include/akonadi/contact/abstractcontactformatter.h include/akonadi/contact/abstractcontactgroupformatter.h include/akonadi/contact/akonadi-contact_export.h include/akonadi/contact/contactdefaultactions.h include/akonadi/contact/contacteditor.h include/akonadi/contact/contacteditordialog.h include/akonadi/contact/contacteditorpageplugin.h include/akonadi/contact/contactgroupeditor.h include/akonadi/contact/contactgroupeditordialog.h include/akonadi/contact/contactgroupexpandjob.h include/akonadi/contact/contactgroupsearchjob.h include/akonadi/contact/contactgroupviewer.h include/akonadi/contact/contactgroupviewerdialog.h include/akonadi/contact/contactsearchjob.h include/akonadi/contact/contactsfilterproxymodel.h include/akonadi/contact/contactstreemodel.h include/akonadi/contact/contactviewer.h include/akonadi/contact/contactviewerdialog.h include/akonadi/contact/emailaddressselection.h include/akonadi/contact/emailaddressselectiondialog.h include/akonadi/contact/emailaddressselectionwidget.h include/akonadi/contact/recentcontactscollectionrequestjob.h include/akonadi/contact/standardcontactactionmanager.h include/akonadi/contact/standardcontactformatter.h include/akonadi/contact/standardcontactgroupformatter.h include/akonadi/control.h include/akonadi/dbusconnectionpool.h include/akonadi/differencesalgorithminterface.h include/akonadi/entity.h include/akonadi/entitydeletedattribute.h include/akonadi/entitydisplayattribute.h include/akonadi/entityhiddenattribute.h include/akonadi/entitylistview.h include/akonadi/entitymimetypefiltermodel.h include/akonadi/entityorderproxymodel.h include/akonadi/entityrightsfiltermodel.h include/akonadi/entitytreemodel.h include/akonadi/entitytreeview.h include/akonadi/entitytreeviewstatesaver.h include/akonadi/etmviewstatesaver.h include/akonadi/exception.h include/akonadi/favoritecollectionsmodel.h include/akonadi/indexpolicyattribute.h include/akonadi/item.h include/akonadi/itemcopyjob.h include/akonadi/itemcreatejob.h include/akonadi/itemdeletejob.h include/akonadi/itemfetchjob.h include/akonadi/itemfetchscope.h include/akonadi/itemmodel.h include/akonadi/itemmodifyjob.h include/akonadi/itemmonitor.h include/akonadi/itemmovejob.h include/akonadi/itempayloadinternals_p.h include/akonadi/itemsearchjob.h include/akonadi/itemserializerplugin.h include/akonadi/itemsync.h include/akonadi/itemview.h include/akonadi/job.h include/akonadi/kabc/akonadi-kabc_export.h include/akonadi/kabc/contactparts.h include/akonadi/kcal/akonadi-kcal_export.h include/akonadi/kcal/freebusyproviderbase.h include/akonadi/kcal/incidencemimetypevisitor.h include/akonadi/kmime/addressattribute.h include/akonadi/kmime/akonadi-kmime_export.h include/akonadi/kmime/messageflags.h include/akonadi/kmime/messagefolderattribute.h include/akonadi/kmime/messagemodel.h include/akonadi/kmime/messageparts.h include/akonadi/kmime/messagestatus.h include/akonadi/kmime/messagethreaderproxymodel.h include/akonadi/kmime/messagethreadingattribute.h include/akonadi/kmime/removeduplicatesjob.h include/akonadi/kmime/specialmailcollections.h include/akonadi/kmime/specialmailcollectionsrequestjob.h include/akonadi/kmime/standardmailactionmanager.h include/akonadi/linkjob.h include/akonadi/mimetypechecker.h include/akonadi/monitor.h include/akonadi/notes/akonadi-notes_export.h include/akonadi/notes/noteutils.h include/akonadi/partfetcher.h include/akonadi/persistentsearchattribute.h include/akonadi/preprocessorbase.h include/akonadi/private/collectionpathresolver_p.h include/akonadi/qtest_akonadi.h include/akonadi/recursivecollectionfilterproxymodel.h include/akonadi/recursiveitemfetchjob.h include/akonadi/resourcebase.h include/akonadi/resourcebasesettings.h include/akonadi/resourcesettings.h include/akonadi/resourcesynchronizationjob.h include/akonadi/searchcreatejob.h include/akonadi/selectionproxymodel.h include/akonadi/servermanager.h include/akonadi/session.h include/akonadi/socialutils/imageprovider.h include/akonadi/socialutils/libakonadisocialutils_export.h include/akonadi/socialutils/socialfeeditem.h include/akonadi/socialutils/socialnetworkattributes.h include/akonadi/specialcollections.h include/akonadi/specialcollectionsrequestjob.h include/akonadi/standardactionmanager.h include/akonadi/statisticsproxymodel.h include/akonadi/transactionjobs.h include/akonadi/transactionsequence.h include/akonadi/transportresourcebase.h include/akonadi/trashfilterproxymodel.h include/akonadi/trashjob.h include/akonadi/trashrestorejob.h include/akonadi/trashsettings.h include/akonadi/unlinkjob.h include/gpgme++/assuanresult.h include/gpgme++/configuration.h include/gpgme++/context.h include/gpgme++/data.h include/gpgme++/decryptionresult.h include/gpgme++/defaultassuantransaction.h include/gpgme++/editinteractor.h include/gpgme++/encryptionresult.h include/gpgme++/engineinfo.h include/gpgme++/error.h include/gpgme++/eventloopinteractor.h include/gpgme++/exception.h include/gpgme++/global.h include/gpgme++/gpgadduserideditinteractor.h include/gpgme++/gpgagentgetinfoassuantransaction.h include/gpgme++/gpgme++_export.h include/gpgme++/gpgmefw.h include/gpgme++/gpgsetexpirytimeeditinteractor.h include/gpgme++/gpgsetownertrusteditinteractor.h include/gpgme++/gpgsignkeyeditinteractor.h include/gpgme++/importresult.h include/gpgme++/interfaces/assuantransaction.h include/gpgme++/interfaces/dataprovider.h include/gpgme++/interfaces/passphraseprovider.h include/gpgme++/interfaces/progressprovider.h include/gpgme++/key.h include/gpgme++/keygenerationresult.h include/gpgme++/keylistresult.h include/gpgme++/notation.h include/gpgme++/result.h include/gpgme++/scdgetinfoassuantransaction.h include/gpgme++/signingresult.h include/gpgme++/trustitem.h include/gpgme++/verificationresult.h include/gpgme++/vfsmountresult.h include/kabc/address.h include/kabc/addressbook.h include/kabc/addressee.h include/kabc/addresseedialog.h include/kabc/addresseelist.h include/kabc/addresslineedit.h include/kabc/contactgroup.h include/kabc/contactgrouptool.h include/kabc/distributionlist.h include/kabc/distributionlistdialog.h include/kabc/emailselectdialog.h include/kabc/errorhandler.h include/kabc/field.h include/kabc/format.h include/kabc/formatfactory.h include/kabc/geo.h include/kabc/kabc_export.h include/kabc/key.h include/kabc/ldifconverter.h include/kabc/lock.h include/kabc/locknull.h include/kabc/phonenumber.h include/kabc/picture.h include/kabc/plugin.h include/kabc/resource.h include/kabc/resourceabc.h include/kabc/resourcecached.h include/kabc/secrecy.h include/kabc/sortmode.h include/kabc/sound.h include/kabc/stdaddressbook.h include/kabc/timezone.h include/kabc/vcard.h include/kabc/vcardconverter.h include/kabc/vcarddrag.h include/kabc/vcardformat.h include/kabc/vcardline.h include/kabc/vcardparser.h include/kalarmcal/alarmtext.h include/kalarmcal/collectionattribute.h include/kalarmcal/compatibilityattribute.h include/kalarmcal/datetime.h include/kalarmcal/eventattribute.h include/kalarmcal/identities.h include/kalarmcal/kacalendar.h include/kalarmcal/kaevent.h include/kalarmcal/kalarmcal_export.h include/kalarmcal/karecurrence.h include/kalarmcal/repetition.h include/kalarmcal/version.h include/kblog/blog.h include/kblog/blogcomment.h include/kblog/blogger1.h include/kblog/blogmedia.h include/kblog/blogpost.h include/kblog/gdata.h include/kblog/kblog_export.h include/kblog/metaweblog.h include/kblog/movabletype.h include/kblog/wordpressbuggy.h include/kcal/alarm.h include/kcal/assignmentvisitor.h include/kcal/attachment.h include/kcal/attendee.h include/kcal/calendar.h include/kcal/calendarlocal.h include/kcal/calendarnull.h include/kcal/calendarresources.h include/kcal/calfilter.h include/kcal/calformat.h include/kcal/calhelper.h include/kcal/calstorage.h include/kcal/comparisonvisitor.h include/kcal/confirmsavedialog.h include/kcal/customproperties.h include/kcal/dndfactory.h include/kcal/duration.h include/kcal/event.h include/kcal/exceptions.h include/kcal/filestorage.h include/kcal/freebusy.h include/kcal/freebusycache.h include/kcal/freebusyperiod.h include/kcal/freebusyurlstore.h include/kcal/htmlexport.h include/kcal/htmlexportsettings.h include/kcal/icaldrag.h include/kcal/icalformat.h include/kcal/icaltimezones.h include/kcal/imipscheduler.h include/kcal/incidence.h include/kcal/incidencebase.h include/kcal/incidenceformatter.h include/kcal/journal.h include/kcal/kcal_export.h include/kcal/kcalversion.h include/kcal/kresult.h include/kcal/listbase.h include/kcal/period.h include/kcal/person.h include/kcal/qtopiaformat.h include/kcal/recurrence.h include/kcal/recurrencerule.h include/kcal/resourcecached.h include/kcal/resourcecachedconfig.h include/kcal/resourcecalendar.h include/kcal/resourcelocal.h include/kcal/resourcelocalconfig.h include/kcal/resourcelocaldir.h include/kcal/resourcelocaldirconfig.h include/kcal/scheduler.h include/kcal/sortablelist.h include/kcal/todo.h include/kcal/vcaldrag.h include/kcal/vcalformat.h include/kcalcore/alarm.h include/kcalcore/attachment.h include/kcalcore/attendee.h include/kcalcore/calendar.h include/kcalcore/calfilter.h include/kcalcore/calformat.h include/kcalcore/calstorage.h include/kcalcore/compat.h include/kcalcore/customproperties.h include/kcalcore/duration.h include/kcalcore/event.h include/kcalcore/exceptions.h include/kcalcore/filestorage.h include/kcalcore/freebusy.h include/kcalcore/freebusycache.h include/kcalcore/freebusyperiod.h include/kcalcore/freebusyurlstore.h include/kcalcore/icalformat.h include/kcalcore/icaltimezones.h include/kcalcore/incidence.h include/kcalcore/incidencebase.h include/kcalcore/journal.h include/kcalcore/kcalcore_export.h include/kcalcore/memorycalendar.h include/kcalcore/period.h include/kcalcore/person.h include/kcalcore/recurrence.h include/kcalcore/recurrencerule.h include/kcalcore/schedulemessage.h include/kcalcore/sortablelist.h include/kcalcore/sorting.h include/kcalcore/supertrait.h include/kcalcore/todo.h include/kcalcore/vcalformat.h include/kcalcore/visitor.h include/kcalutils/dndfactory.h include/kcalutils/htmlexport.h include/kcalutils/htmlexportsettings.h include/kcalutils/icaldrag.h include/kcalutils/incidenceformatter.h include/kcalutils/kcalutils_export.h include/kcalutils/recurrenceactions.h include/kcalutils/scheduler.h include/kcalutils/stringify.h include/kcalutils/vcaldrag.h include/kholidays/astroseasons.h include/kholidays/holiday.h include/kholidays/holidayregion.h include/kholidays/holidayregionselector.h include/kholidays/holidays.h include/kholidays/kholidays_export.h include/kholidays/lunarphase.h include/kholidays/zodiac.h include/kimap/acl.h include/kimap/acljobbase.h include/kimap/appendjob.h include/kimap/capabilitiesjob.h include/kimap/closejob.h include/kimap/copyjob.h include/kimap/createjob.h include/kimap/deleteacljob.h include/kimap/deletejob.h include/kimap/expungejob.h include/kimap/fetchjob.h include/kimap/getacljob.h include/kimap/getmetadatajob.h include/kimap/getquotajob.h include/kimap/getquotarootjob.h include/kimap/idlejob.h include/kimap/imapset.h include/kimap/job.h include/kimap/kimap_export.h include/kimap/listjob.h include/kimap/listrightsjob.h include/kimap/loginjob.h include/kimap/logoutjob.h include/kimap/metadatajobbase.h include/kimap/myrightsjob.h include/kimap/namespacejob.h include/kimap/quotajobbase.h include/kimap/renamejob.h include/kimap/rfccodecs.h include/kimap/searchjob.h include/kimap/selectjob.h include/kimap/session.h include/kimap/sessionuiproxy.h include/kimap/setacljob.h include/kimap/setmetadatajob.h include/kimap/setquotajob.h include/kimap/storejob.h include/kimap/subscribejob.h include/kimap/unsubscribejob.h include/kldap/ber.h include/kldap/kldap_export.h include/kldap/ldapattributeproxymodel.h include/kldap/ldapconfigwidget.h include/kldap/ldapconnection.h include/kldap/ldapcontrol.h include/kldap/ldapdefs.h include/kldap/ldapdn.h include/kldap/ldapmodel.h include/kldap/ldapobject.h include/kldap/ldapoperation.h include/kldap/ldapsearch.h include/kldap/ldapserver.h include/kldap/ldapstructureproxymodel.h include/kldap/ldapurl.h include/kldap/ldif.h include/kmbox/kmbox_export.h include/kmbox/mbox.h include/kmbox/mboxentry.h include/kmime/boolflags.h include/kmime/kmime_charfreq.h include/kmime/kmime_codecs.h include/kmime/kmime_content.h include/kmime/kmime_contentindex.h include/kmime/kmime_dateformatter.h include/kmime/kmime_export.h include/kmime/kmime_header_parsing.h include/kmime/kmime_headers.h include/kmime/kmime_mdn.h include/kmime/kmime_message.h include/kmime/kmime_newsarticle.h include/kmime/kmime_util.h include/kontactinterface/core.h include/kontactinterface/kontactinterface_export.h include/kontactinterface/pimuniqueapplication.h include/kontactinterface/plugin.h include/kontactinterface/summary.h include/kontactinterface/uniqueapphandler.h include/kpimidentities/identity.h include/kpimidentities/identitycombo.h include/kpimidentities/identitymanager.h include/kpimidentities/kpimidentities_export.h include/kpimidentities/signature.h include/kpimidentities/signatureconfigurator.h include/kpimtextedit/emailquotehighlighter.h include/kpimtextedit/emoticontexteditaction.h include/kpimtextedit/htmlhighlighter.h include/kpimtextedit/inserthtmldialog.h include/kpimtextedit/insertimagedialog.h include/kpimtextedit/insertimagewidget.h include/kpimtextedit/inserttabledialog.h include/kpimtextedit/kpimtextedit_export.h include/kpimtextedit/tableformatdialog.h include/kpimtextedit/textedit.h include/kpimtextedit/textutils.h include/kpimutils/email.h include/kpimutils/emailvalidator.h include/kpimutils/kfileio.h include/kpimutils/kpimutils_export.h include/kpimutils/linklocator.h include/kpimutils/networkaccesshelper.h include/kpimutils/processes.h include/kpimutils/spellingfilter.h include/kpimutils/supertrait.h include/kresources/configdialog.h include/kresources/configpage.h include/kresources/configwidget.h include/kresources/factory.h include/kresources/idmapper.h include/kresources/kresources_export.h include/kresources/manager.h include/kresources/managerimpl.h include/kresources/resource.h include/kresources/selectdialog.h include/ktnef/formatter.h include/ktnef/ktnef_export.h include/ktnef/ktnefattach.h include/ktnef/ktnefdefs.h include/ktnef/ktnefmessage.h include/ktnef/ktnefparser.h include/ktnef/ktnefproperty.h include/ktnef/ktnefpropertyset.h include/ktnef/ktnefwriter.h include/kxmlrpcclient/client.h include/kxmlrpcclient/kxmlrpcclient_export.h include/mailtransport/dispatcherinterface.h include/mailtransport/dispatchmodeattribute.h include/mailtransport/errorattribute.h include/mailtransport/mailtransport_export.h include/mailtransport/messagequeuejob.h include/mailtransport/precommandjob.h include/mailtransport/sendmailjob.h include/mailtransport/sentactionattribute.h include/mailtransport/sentbehaviourattribute.h include/mailtransport/servertest.h include/mailtransport/smtpjob.h include/mailtransport/socket.h include/mailtransport/transport.h include/mailtransport/transportattribute.h include/mailtransport/transportbase.h include/mailtransport/transportcombobox.h include/mailtransport/transportconfigdialog.h include/mailtransport/transportjob.h include/mailtransport/transportmanagementwidget.h include/mailtransport/transportmanager.h include/mailtransport/transporttype.h include/microblog/microblog_export.h include/microblog/statusitem.h include/qgpgme/dataprovider.h include/qgpgme/eventloopinteractor.h include/qgpgme/qgpgme_export.h include/syndication/abstractparser.h include/syndication/atom/atom.h include/syndication/atom/category.h include/syndication/atom/constants.h include/syndication/atom/content.h include/syndication/atom/document.h include/syndication/atom/entry.h include/syndication/atom/generator.h include/syndication/atom/link.h include/syndication/atom/parser.h include/syndication/atom/person.h include/syndication/atom/source.h include/syndication/category.h include/syndication/constants.h include/syndication/dataretriever.h include/syndication/documentsource.h include/syndication/documentvisitor.h include/syndication/elementwrapper.h include/syndication/enclosure.h include/syndication/feed.h include/syndication/global.h include/syndication/image.h include/syndication/item.h include/syndication/ksyndication_export.h include/syndication/loader.h include/syndication/mapper.h include/syndication/parsercollection.h include/syndication/person.h include/syndication/rdf/contentvocab.h include/syndication/rdf/document.h include/syndication/rdf/dublincore.h include/syndication/rdf/dublincorevocab.h include/syndication/rdf/image.h include/syndication/rdf/item.h include/syndication/rdf/literal.h include/syndication/rdf/model.h include/syndication/rdf/modelmaker.h include/syndication/rdf/node.h include/syndication/rdf/nodevisitor.h include/syndication/rdf/parser.h include/syndication/rdf/property.h include/syndication/rdf/rdf.h include/syndication/rdf/rdfvocab.h include/syndication/rdf/resource.h include/syndication/rdf/resourcewrapper.h include/syndication/rdf/rssvocab.h include/syndication/rdf/sequence.h include/syndication/rdf/statement.h include/syndication/rdf/syndicationinfo.h include/syndication/rdf/syndicationvocab.h include/syndication/rdf/textinput.h include/syndication/rss2/category.h include/syndication/rss2/cloud.h include/syndication/rss2/document.h include/syndication/rss2/enclosure.h include/syndication/rss2/image.h include/syndication/rss2/item.h include/syndication/rss2/parser.h include/syndication/rss2/rss2.h include/syndication/rss2/source.h include/syndication/rss2/textinput.h include/syndication/specificdocument.h include/syndication/specificitem.h include/syndication/specificitemvisitor.h include/syndication/syndication.h include/syndication/tools.h lib/cmake/KdepimLibs/KDEPimLibsLibraryTargetsWithPrefix-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/KdepimLibs/KDEPimLibsLibraryTargetsWithPrefix.cmake lib/cmake/KdepimLibs/KdepimLibsConfig.cmake lib/cmake/KdepimLibs/KdepimLibsConfigVersion.cmake lib/gpgmepp/GpgmeppConfig.cmake lib/gpgmepp/GpgmeppLibraryDepends.cmake lib/kde4/akonadi_serializer_socialfeeditem.so lib/kde4/kabc_directory.so lib/kde4/kabc_file.so lib/kde4/kabc_ldapkio.so lib/kde4/kabc_net.so lib/kde4/kabcformat_binary.so lib/kde4/kcal_local.so lib/kde4/kcal_localdir.so lib/kde4/kcm_akonadicontact_actions.so lib/kde4/kcm_kresources.so lib/kde4/kcm_mailtransport.so lib/kde4/kio_imap4.so lib/kde4/kio_ldap.so lib/kde4/kio_mbox.so lib/kde4/kio_nntp.so lib/kde4/kio_pop3.so lib/kde4/kio_sieve.so lib/kde4/kio_smtp.so lib/kde4/plugins/designer/kholidayswidgets.so lib/libakonadi-calendar.so lib/libakonadi-calendar.so.5 lib/libakonadi-calendar.so.5.0.1 lib/libakonadi-contact.so lib/libakonadi-contact.so.5 lib/libakonadi-contact.so.5.0.1 lib/libakonadi-kabc.so lib/libakonadi-kabc.so.5 lib/libakonadi-kabc.so.5.0.1 lib/libakonadi-kcal.so lib/libakonadi-kcal.so.5 lib/libakonadi-kcal.so.5.0.1 lib/libakonadi-kde.so lib/libakonadi-kde.so.5 lib/libakonadi-kde.so.5.0.1 lib/libakonadi-kmime.so lib/libakonadi-kmime.so.5 lib/libakonadi-kmime.so.5.0.1 lib/libakonadi-notes.so lib/libakonadi-notes.so.5 lib/libakonadi-notes.so.5.0.1 lib/libakonadi-socialutils.so lib/libakonadi-socialutils.so.5 lib/libakonadi-socialutils.so.5.0.1 lib/libgpgme++-pthread.so lib/libgpgme++-pthread.so.2 lib/libgpgme++-pthread.so.2.8.0 lib/libgpgme++.so lib/libgpgme++.so.2 lib/libgpgme++.so.2.8.0 lib/libkabc.so lib/libkabc.so.5 lib/libkabc.so.5.0.1 lib/libkabc_file_core.so lib/libkabc_file_core.so.5 lib/libkabc_file_core.so.5.0.1 lib/libkalarmcal.so lib/libkalarmcal.so.2 lib/libkalarmcal.so.2.7.0 lib/libkblog.so lib/libkblog.so.5 lib/libkblog.so.5.0.1 lib/libkcal.so lib/libkcal.so.5 lib/libkcal.so.5.0.1 lib/libkcalcore.so lib/libkcalcore.so.5 lib/libkcalcore.so.5.0.1 lib/libkcalutils.so lib/libkcalutils.so.5 lib/libkcalutils.so.5.0.1 lib/libkholidays.so lib/libkholidays.so.5 lib/libkholidays.so.5.0.1 lib/libkimap.so lib/libkimap.so.5 lib/libkimap.so.5.0.1 lib/libkldap.so lib/libkldap.so.5 lib/libkldap.so.5.0.1 lib/libkmbox.so lib/libkmbox.so.5 lib/libkmbox.so.5.0.1 lib/libkmime.so lib/libkmime.so.5 lib/libkmime.so.5.0.1 lib/libkontactinterface.so lib/libkontactinterface.so.5 lib/libkontactinterface.so.5.0.1 lib/libkpimidentities.so lib/libkpimidentities.so.5 lib/libkpimidentities.so.5.0.1 lib/libkpimtextedit.so lib/libkpimtextedit.so.5 lib/libkpimtextedit.so.5.0.1 lib/libkpimutils.so lib/libkpimutils.so.5 lib/libkpimutils.so.5.0.1 lib/libkresources.so lib/libkresources.so.5 lib/libkresources.so.5.0.1 lib/libktnef.so lib/libktnef.so.5 lib/libktnef.so.5.0.1 lib/libkxmlrpcclient.so lib/libkxmlrpcclient.so.5 lib/libkxmlrpcclient.so.5.0.1 lib/libmailtransport.so lib/libmailtransport.so.5 lib/libmailtransport.so.5.0.1 lib/libmicroblog.so lib/libmicroblog.so.5 lib/libmicroblog.so.5.0.1 lib/libqgpgme.so lib/libqgpgme.so.1 lib/libqgpgme.so.1.0.1 lib/libsyndication.so lib/libsyndication.so.5 lib/libsyndication.so.5.0.1 share/apps/akonadi-kde/kcfg2dbus.xsl share/apps/akonadi/contact/data/zone.tab share/apps/akonadi/contact/icons/oxygen/16x16/apps/aim_protocol.png share/apps/akonadi/contact/icons/oxygen/16x16/apps/gadu_protocol.png share/apps/akonadi/contact/icons/oxygen/16x16/apps/groupwise_protocol.png share/apps/akonadi/contact/icons/oxygen/16x16/apps/icq_protocol.png share/apps/akonadi/contact/icons/oxygen/16x16/apps/irc_protocol.png share/apps/akonadi/contact/icons/oxygen/16x16/apps/jabber_protocol.png share/apps/akonadi/contact/icons/oxygen/16x16/apps/meanwhile_protocol.png share/apps/akonadi/contact/icons/oxygen/16x16/apps/msn_protocol.png share/apps/akonadi/contact/icons/oxygen/16x16/apps/skype_protocol.png share/apps/akonadi/contact/icons/oxygen/16x16/apps/sms_protocol.png share/apps/akonadi/contact/icons/oxygen/16x16/apps/yahoo_protocol.png share/apps/akonadi/contact/pics/world.jpg share/apps/akonadi/plugins/serializer/akonadi_serializer_socialfeeditem.desktop share/apps/cmake/modules/CheckTimezone.cmake share/apps/cmake/modules/FindGpgme.cmake share/apps/cmake/modules/FindLdap.cmake share/apps/cmake/modules/FindLibical.cmake share/apps/cmake/modules/FindQGpgme.cmake share/apps/cmake/modules/FindQtOAuth.cmake share/apps/cmake/modules/KDEPimLibsDependencies.cmake share/apps/kabc/countrytransl.map share/apps/kabc/formats/binary.desktop share/apps/kconf_update/mailtransports.upd share/apps/kconf_update/migrate-transports.pl share/apps/libkholidays/plan2/holiday_ar_es share/apps/libkholidays/plan2/holiday_at_de share/apps/libkholidays/plan2/holiday_au-act_en-gb share/apps/libkholidays/plan2/holiday_au-nsw_en-gb share/apps/libkholidays/plan2/holiday_au-nt_en-gb share/apps/libkholidays/plan2/holiday_au-qld_en-gb share/apps/libkholidays/plan2/holiday_au-sa_en-gb share/apps/libkholidays/plan2/holiday_au-tas_en-gb share/apps/libkholidays/plan2/holiday_au-vic_en-gb share/apps/libkholidays/plan2/holiday_au-wa_en-gb share/apps/libkholidays/plan2/holiday_be_fr share/apps/libkholidays/plan2/holiday_be_nl share/apps/libkholidays/plan2/holiday_be_wa share/apps/libkholidays/plan2/holiday_bg_bg share/apps/libkholidays/plan2/holiday_br_pt-br share/apps/libkholidays/plan2/holiday_by_be share/apps/libkholidays/plan2/holiday_ca-qc_fr share/apps/libkholidays/plan2/holiday_ca_en-gb share/apps/libkholidays/plan2/holiday_ch_de share/apps/libkholidays/plan2/holiday_ch_fr share/apps/libkholidays/plan2/holiday_ch_it share/apps/libkholidays/plan2/holiday_cl_es share/apps/libkholidays/plan2/holiday_cn_zh-cn share/apps/libkholidays/plan2/holiday_co_es share/apps/libkholidays/plan2/holiday_cr_en share/apps/libkholidays/plan2/holiday_cr_es share/apps/libkholidays/plan2/holiday_cz_cs share/apps/libkholidays/plan2/holiday_de-by_de share/apps/libkholidays/plan2/holiday_de_de share/apps/libkholidays/plan2/holiday_dk_da share/apps/libkholidays/plan2/holiday_dz_ar share/apps/libkholidays/plan2/holiday_dz_fr share/apps/libkholidays/plan2/holiday_ee_et share/apps/libkholidays/plan2/holiday_eg_ar share/apps/libkholidays/plan2/holiday_es-ct_ca share/apps/libkholidays/plan2/holiday_es_es share/apps/libkholidays/plan2/holiday_fi_fi share/apps/libkholidays/plan2/holiday_fr_fr share/apps/libkholidays/plan2/holiday_gb-eaw_en-gb share/apps/libkholidays/plan2/holiday_gb-nir_en-gb share/apps/libkholidays/plan2/holiday_gb-sct_en-gb share/apps/libkholidays/plan2/holiday_gf_fr share/apps/libkholidays/plan2/holiday_gp_fr share/apps/libkholidays/plan2/holiday_gr_el share/apps/libkholidays/plan2/holiday_gt_es share/apps/libkholidays/plan2/holiday_hk_en-gb share/apps/libkholidays/plan2/holiday_hk_zh-cn share/apps/libkholidays/plan2/holiday_hr_hr share/apps/libkholidays/plan2/holiday_hu_hu share/apps/libkholidays/plan2/holiday_id_en-us share/apps/libkholidays/plan2/holiday_id_id share/apps/libkholidays/plan2/holiday_ie_en-gb share/apps/libkholidays/plan2/holiday_ie_ga share/apps/libkholidays/plan2/holiday_il_en-us share/apps/libkholidays/plan2/holiday_il_he share/apps/libkholidays/plan2/holiday_in_en-gb share/apps/libkholidays/plan2/holiday_ir_en-us share/apps/libkholidays/plan2/holiday_ir_fa share/apps/libkholidays/plan2/holiday_is_is share/apps/libkholidays/plan2/holiday_it-bz_de share/apps/libkholidays/plan2/holiday_it_it share/apps/libkholidays/plan2/holiday_jm_en-gb share/apps/libkholidays/plan2/holiday_jp_en-us share/apps/libkholidays/plan2/holiday_jp_ja share/apps/libkholidays/plan2/holiday_kr_ko share/apps/libkholidays/plan2/holiday_kz_kk share/apps/libkholidays/plan2/holiday_kz_ru share/apps/libkholidays/plan2/holiday_lt_lt share/apps/libkholidays/plan2/holiday_lu_fr share/apps/libkholidays/plan2/holiday_lu_lb share/apps/libkholidays/plan2/holiday_lv_lv +share/apps/libkholidays/plan2/holiday_ma_ar +share/apps/libkholidays/plan2/holiday_ma_fr share/apps/libkholidays/plan2/holiday_mq_fr share/apps/libkholidays/plan2/holiday_mx_es share/apps/libkholidays/plan2/holiday_na_en-gb share/apps/libkholidays/plan2/holiday_nc_fr share/apps/libkholidays/plan2/holiday_nl_nl share/apps/libkholidays/plan2/holiday_no_nb +share/apps/libkholidays/plan2/holiday_no_nn share/apps/libkholidays/plan2/holiday_nz_en-gb share/apps/libkholidays/plan2/holiday_pa_en share/apps/libkholidays/plan2/holiday_pa_es +share/apps/libkholidays/plan2/holiday_pe_es share/apps/libkholidays/plan2/holiday_pf_fr share/apps/libkholidays/plan2/holiday_pl_pl share/apps/libkholidays/plan2/holiday_pt_pt share/apps/libkholidays/plan2/holiday_py_es share/apps/libkholidays/plan2/holiday_re_fr share/apps/libkholidays/plan2/holiday_ro_ro share/apps/libkholidays/plan2/holiday_rs_sr share/apps/libkholidays/plan2/holiday_ru_ru share/apps/libkholidays/plan2/holiday_se_sv share/apps/libkholidays/plan2/holiday_sg_en-gb share/apps/libkholidays/plan2/holiday_si_sl share/apps/libkholidays/plan2/holiday_sk_sk share/apps/libkholidays/plan2/holiday_sm_it share/apps/libkholidays/plan2/holiday_th_en-gb +share/apps/libkholidays/plan2/holiday_tr_en-gb +share/apps/libkholidays/plan2/holiday_tr_tr share/apps/libkholidays/plan2/holiday_ua_uk share/apps/libkholidays/plan2/holiday_us_en-us share/apps/libkholidays/plan2/holiday_uy_es share/apps/libkholidays/plan2/holiday_wf_fr share/apps/libkholidays/plan2/holiday_yt_fr share/apps/libkholidays/plan2/holiday_za_en-gb share/config.kcfg/mailtransport.kcfg share/config.kcfg/recentcontactscollections.kcfg share/config.kcfg/resourcebase.kcfg share/config.kcfg/specialmailcollections.kcfg share/dbus-1/interfaces/org.kde.KResourcesManager.xml share/dbus-1/interfaces/org.kde.pim.IdentityManager.xml share/doc/HTML/en/kcontrol/kresources/common share/doc/HTML/en/kcontrol/kresources/index.cache.bz2 share/doc/HTML/en/kcontrol/kresources/index.docbook share/doc/HTML/en/kioslave/imap/common share/doc/HTML/en/kioslave/imap/index.cache.bz2 share/doc/HTML/en/kioslave/imap/index.docbook share/doc/HTML/en/kioslave/ldap/common share/doc/HTML/en/kioslave/ldap/index.cache.bz2 share/doc/HTML/en/kioslave/ldap/index.docbook share/doc/HTML/en/kioslave/mbox/common share/doc/HTML/en/kioslave/mbox/index.cache.bz2 share/doc/HTML/en/kioslave/mbox/index.docbook share/doc/HTML/en/kioslave/nntp/common share/doc/HTML/en/kioslave/nntp/index.cache.bz2 share/doc/HTML/en/kioslave/nntp/index.docbook share/doc/HTML/en/kioslave/pop3/common share/doc/HTML/en/kioslave/pop3/index.cache.bz2 share/doc/HTML/en/kioslave/pop3/index.docbook share/doc/HTML/en/kioslave/sieve/common share/doc/HTML/en/kioslave/sieve/index.cache.bz2 share/doc/HTML/en/kioslave/sieve/index.docbook share/doc/HTML/en/kioslave/smtp/common share/doc/HTML/en/kioslave/smtp/index.cache.bz2 share/doc/HTML/en/kioslave/smtp/index.docbook share/kde4/services/akonadi/contact/aimprotocol.desktop share/kde4/services/akonadi/contact/gaduprotocol.desktop share/kde4/services/akonadi/contact/googletalkprotocol.desktop share/kde4/services/akonadi/contact/groupwiseprotocol.desktop share/kde4/services/akonadi/contact/icqprotocol.desktop share/kde4/services/akonadi/contact/ircprotocol.desktop share/kde4/services/akonadi/contact/jabberprotocol.desktop share/kde4/services/akonadi/contact/meanwhileprotocol.desktop share/kde4/services/akonadi/contact/msnprotocol.desktop share/kde4/services/akonadi/contact/skypeprotocol.desktop share/kde4/services/akonadi/contact/smsprotocol.desktop share/kde4/services/akonadi/contact/yahooprotocol.desktop share/kde4/services/akonadicontact_actions.desktop share/kde4/services/imap.protocol share/kde4/services/imaps.protocol share/kde4/services/kcm_mailtransport.desktop share/kde4/services/kresources.desktop share/kde4/services/kresources/kabc/dir.desktop share/kde4/services/kresources/kabc/file.desktop share/kde4/services/kresources/kabc/ldapkio.desktop share/kde4/services/kresources/kabc/net.desktop share/kde4/services/kresources/kabc_manager.desktop share/kde4/services/kresources/kcal/localdir.desktop share/kde4/services/kresources/kcal_manager.desktop share/kde4/services/ldap.protocol share/kde4/services/ldaps.protocol share/kde4/services/mbox.protocol share/kde4/services/nntp.protocol share/kde4/services/nntps.protocol share/kde4/services/pop3.protocol share/kde4/services/pop3s.protocol share/kde4/services/sieve.protocol share/kde4/services/smtp.protocol share/kde4/services/smtps.protocol share/kde4/servicetypes/kaddressbookimprotocol.desktop share/kde4/servicetypes/kontactplugin.desktop share/kde4/servicetypes/kresources_manager.desktop share/kde4/servicetypes/kresources_plugin.desktop share/mime/application/x-vnd.kde.contactgroup.xml share/mime/packages/kdepimlibs-mime.xml share/mime/packages/x-vnd.akonadi.socialfeeditem.xml share/mime/text/x-vnd.akonadi.socialfeeditem.xml @dirrm share/kde4/services/akonadi/contact @dirrmtry share/kde4/services/akonadi @dirrm share/doc/HTML/en/kioslave/smtp @dirrm share/doc/HTML/en/kioslave/sieve @dirrm share/doc/HTML/en/kioslave/pop3 @dirrm share/doc/HTML/en/kioslave/nntp @dirrm share/doc/HTML/en/kioslave/mbox @dirrm share/doc/HTML/en/kioslave/ldap @dirrm share/doc/HTML/en/kioslave/imap @dirrm share/doc/HTML/en/kcontrol/kresources @dirrm share/apps/libkholidays/plan2 @dirrm share/apps/libkholidays @dirrm share/apps/akonadi/plugins/serializer @dirrm share/apps/akonadi/plugins @dirrm share/apps/akonadi/contact/pics @dirrm share/apps/akonadi/contact/icons/oxygen/16x16/apps @dirrm share/apps/akonadi/contact/icons/oxygen/16x16 @dirrm share/apps/akonadi/contact/icons/oxygen @dirrm share/apps/akonadi/contact/icons @dirrm share/apps/akonadi/contact/data @dirrm share/apps/akonadi/contact @dirrm share/apps/akonadi-kde @dirrmtry share/apps/akonadi @dirrm lib/gpgmepp @dirrm lib/cmake/KdepimLibs @dirrmtry lib/cmake @dirrm include/syndication/rss2 @dirrm include/syndication/rdf @dirrm include/syndication/atom @dirrm include/syndication @dirrm include/qgpgme @dirrm include/microblog @dirrm include/mailtransport @dirrm include/kxmlrpcclient @dirrm include/ktnef @dirrm include/kresources @dirrm include/kpimutils @dirrm include/kpimtextedit @dirrm include/kpimidentities @dirrm include/kontactinterface @dirrm include/kmime @dirrm include/kmbox @dirrm include/kldap @dirrm include/kimap @dirrm include/kholidays @dirrm include/kcalutils @dirrm include/kcalcore @dirrm include/kcal @dirrm include/kblog @dirrm include/kalarmcal @dirrm include/kabc @dirrm include/gpgme++/interfaces @dirrm include/gpgme++ @dirrmtry include/akonadi/socialutils @dirrmtry include/akonadi/private @dirrm include/akonadi/notes @dirrm include/akonadi/kmime @dirrm include/akonadi/kcal @dirrm include/akonadi/kabc @dirrm include/akonadi/contact @dirrm include/akonadi/calendar @dirrmtry include/akonadi @dirrm include/KDE/Syndication @dirrm include/KDE/Mailtransport @dirrm include/KDE/KontactInterface @dirrm include/KDE/KTNEF @dirrm include/KDE/KResources @dirrm include/KDE/KPIMUtils @dirrm include/KDE/KPIMTextEdit @dirrm include/KDE/KPIMIdentities @dirrm include/KDE/KMime @dirrm include/KDE/KLDAP @dirrm include/KDE/KIMAP @dirrm include/KDE/KHolidays @dirrm include/KDE/KCalUtils @dirrm include/KDE/KCalCore @dirrm include/KDE/KCal @dirrm include/KDE/KBlog @dirrm include/KDE/KAlarmCal @dirrm include/KDE/KABC @dirrm include/KDE/Akonadi/SocialUtils @dirrm include/KDE/Akonadi/KMime @dirrm include/KDE/Akonadi/KCal @dirrm include/KDE/Akonadi/Contact @dirrm include/KDE/Akonadi/Calendar @dirrm include/KDE/Akonadi Index: head/deskutils/kdeplasma-addons/distinfo =================================================================== --- head/deskutils/kdeplasma-addons/distinfo (revision 318451) +++ head/deskutils/kdeplasma-addons/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/kdeplasma-addons-4.10.1.tar.xz) = c1b318705ad02c738502da1d80c8e1c3b3a68f2dbe128d532ab0dc9973bed9c4 -SIZE (KDE/4.10.1/kdeplasma-addons-4.10.1.tar.xz) = 1782948 +SHA256 (KDE/4.10.3/kdeplasma-addons-4.10.3.tar.xz) = 0a8bc8f35cbc13f866124f960a241dd788b0e2a65c69483ee0dc5e851aec39e8 +SIZE (KDE/4.10.3/kdeplasma-addons-4.10.3.tar.xz) = 1784208 Index: head/deskutils/kruler/distinfo =================================================================== --- head/deskutils/kruler/distinfo (revision 318451) +++ head/deskutils/kruler/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/kruler-4.10.1.tar.xz) = f2791378be77709f6e0a89ca59f7d4363e1dea0fe41d465ed4aa15b2a18d55f0 -SIZE (KDE/4.10.1/kruler-4.10.1.tar.xz) = 134228 +SHA256 (KDE/4.10.3/kruler-4.10.3.tar.xz) = 6168fc654e5d75dc8cae069d5fc6a33c02f9ed6cfd512b4655083ccd7b8b1433 +SIZE (KDE/4.10.3/kruler-4.10.3.tar.xz) = 134404 Index: head/deskutils/superkaramba/distinfo =================================================================== --- head/deskutils/superkaramba/distinfo (revision 318451) +++ head/deskutils/superkaramba/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/superkaramba-4.10.1.tar.xz) = e5d8a5ba425c197a81b1922caeced5cfad30bc7ddba91f7f85d710bd847fbe13 -SIZE (KDE/4.10.1/superkaramba-4.10.1.tar.xz) = 390128 +SHA256 (KDE/4.10.3/superkaramba-4.10.3.tar.xz) = 8db07c89d2121d9fef5261808eeb10e42ca662f00969cf5fcac5c07ee30e3357 +SIZE (KDE/4.10.3/superkaramba-4.10.3.tar.xz) = 390584 Index: head/devel/kdesdk4/distinfo =================================================================== --- head/devel/kdesdk4/distinfo (revision 318451) +++ head/devel/kdesdk4/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/kdesdk-4.10.1.tar.xz) = fa681b06c06b0038f6473ab08835fd2f5b2f218fc9056763bb81a814c767797b -SIZE (KDE/4.10.1/kdesdk-4.10.1.tar.xz) = 5178368 +SHA256 (KDE/4.10.3/kdesdk-4.10.3.tar.xz) = caa2c3efd06a1b736a562c5eabae592b537c213c8761f53003ef27fad8ee98f8 +SIZE (KDE/4.10.3/kdesdk-4.10.3.tar.xz) = 5257904 Index: head/devel/p5-perlkde/distinfo =================================================================== --- head/devel/p5-perlkde/distinfo (revision 318451) +++ head/devel/p5-perlkde/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/perlkde-4.10.1.tar.xz) = 8add988ee16ad6e5467eeb7aba209bb0c1ec73436a9a9d55b2ad802d730f8785 -SIZE (KDE/4.10.1/perlkde-4.10.1.tar.xz) = 44664 +SHA256 (KDE/4.10.3/perlkde-4.10.3.tar.xz) = 2afb0557966041c557fbf3b4d6b4c0b42391eddb3ea9820e9ee7162d68f86b50 +SIZE (KDE/4.10.3/perlkde-4.10.3.tar.xz) = 45696 Index: head/devel/p5-perlqt/distinfo =================================================================== --- head/devel/p5-perlqt/distinfo (revision 318451) +++ head/devel/p5-perlqt/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/perlqt-4.10.1.tar.xz) = 0708cece4c8ad6b8dce25cfd96509f5cddb0095a09f851dd1a4f8c1a0ebdf930 -SIZE (KDE/4.10.1/perlqt-4.10.1.tar.xz) = 1837288 +SHA256 (KDE/4.10.3/perlqt-4.10.3.tar.xz) = 281f74da4aac7a8df7f02ba1c729a12727b251558a3a247a6f0fc751311a2a48 +SIZE (KDE/4.10.3/perlqt-4.10.3.tar.xz) = 1838112 Index: head/devel/py-krosspython/distinfo =================================================================== --- head/devel/py-krosspython/distinfo (revision 318451) +++ head/devel/py-krosspython/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/kross-interpreters-4.10.1.tar.xz) = bd1f200c8b325d5836265fed1365206f20b8749dd87a858879882948b4307a27 -SIZE (KDE/4.10.1/kross-interpreters-4.10.1.tar.xz) = 133460 +SHA256 (KDE/4.10.3/kross-interpreters-4.10.3.tar.xz) = c5ee5ae1827008d8669cbd16f73d95b1c9fd47b0fffa7415da9bf2a3183f3cc7 +SIZE (KDE/4.10.3/kross-interpreters-4.10.3.tar.xz) = 133832 Index: head/devel/py-pykde4/Makefile =================================================================== --- head/devel/py-pykde4/Makefile (revision 318451) +++ head/devel/py-pykde4/Makefile (revision 318452) @@ -1,64 +1,64 @@ # $FreeBSD$ PORTNAME= pykde4 PORTVERSION= ${KDE4_VERSION} CATEGORIES= devel kde python MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Python bindings for KDE LIB_DEPENDS= qwt.5:${PORTSDIR}/x11-toolkits/qwt5 BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/PyQt4/QtDesigner.so:${PORTSDIR}/devel/py-qt4-designer \ ${PYTHON_SITELIBDIR}/PyQt4/QtGui.so:${PORTSDIR}/x11-toolkits/py-qt4-gui \ ${PYTHON_SITELIBDIR}/PyQt4/QtNetwork.so:${PORTSDIR}/net/py-qt4-network \ ${PYTHON_SITELIBDIR}/PyQt4/QtOpenGL.so:${PORTSDIR}/x11/py-qt4-opengl \ ${PYTHON_SITELIBDIR}/PyQt4/QtSql.so:${PORTSDIR}/databases/py-qt4-sql \ ${PYTHON_SITELIBDIR}/PyQt4/QtXml.so:${PORTSDIR}/textproc/py-qt4-xml \ ${PYTHON_SITELIBDIR}/PyQt4/QtSvg.so:${PORTSDIR}/graphics/py-qt4-svg \ ${PYTHON_SITELIBDIR}/PyQt4/QtWebKit.so:${PORTSDIR}/www/py-qt4-webkit \ ${PYTHON_SITELIBDIR}/PyQt4/phonon.so:${PORTSDIR}/multimedia/py-qt4-phonon \ ${PYTHON_SITELIBDIR}/PyQt4/QtDeclarative.so:${PORTSDIR}/devel/py-qt4-declarative RUN_DEPENDS:= ${BUILD_DEPENDS} \ ${PYTHON_SITELIBDIR}/dbus/mainloop/qt.so:${PORTSDIR}/devel/py-qt4-dbussupport USE_KDE4= kdehier kdelibs kdeprefix okular pimlibs \ akonadi automoc4 soprano USE_PYTHON= 2.5+ USE_QT4= corelib dbus designer_build gui network xml \ qmake_build moc_build uic_build rcc_build USE_XZ= yes USES= cmake:outsource CMAKE_ARGS+= -DWITH_PolkitQt:BOOL=FALSE MAKE_JOBS_SAFE= yes SUB_FILES= kdebindings4.pth SUB_LIST= PYTHONPREFIX_SITELIBDIR=${PYTHONPREFIX_SITELIBDIR} +PLIST_SUB+= SIPDIR=share/sip + OPTIONS_DEFINE= EXAMPLES .include post-patch: ${FIND} -d ${PATCH_WRKSRC}/sip -name "*.orig" -delete pre-configure: - ${REINPLACE_CMD} -e 's,$${SIP_DEFAULT_SIP_DIR},${PREFIX}/share/py-sip,g' \ - ${WRKSRC}/CMakeLists.txt ${REINPLACE_CMD} -e '/add_subdirectory(examples)/ d' \ -e '/add_subdirectory(tools)/ d' \ ${WRKSRC}/CMakeLists.txt ${RM} ${WRKSRC}/examples/CMakeLists.txt post-install: .if ${PORT_OPTIONS:MEXAMPLES} ${MKDIR} ${EXAMPLESDIR} cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${EXAMPLESDIR} .endif ${INSTALL_DATA} ${WRKDIR}/kdebindings4.pth ${PYTHON_SITELIBDIR} .include Index: head/devel/py-pykde4/distinfo =================================================================== --- head/devel/py-pykde4/distinfo (revision 318451) +++ head/devel/py-pykde4/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/pykde4-4.10.1.tar.xz) = 37a3d263ea7870e8e410e775d978d42b0aea59859bb6d627b2b325d5ad79b039 -SIZE (KDE/4.10.1/pykde4-4.10.1.tar.xz) = 2029852 +SHA256 (KDE/4.10.3/pykde4-4.10.3.tar.xz) = aad22ba8573d0759cb115926e0ee4aa86fb725549492f26f9b3c76d277ec04ff +SIZE (KDE/4.10.3/pykde4-4.10.3.tar.xz) = 2044300 Index: head/devel/py-pykde4/pkg-plist =================================================================== --- head/devel/py-pykde4/pkg-plist (revision 318451) +++ head/devel/py-pykde4/pkg-plist (revision 318452) @@ -1,1014 +1,1014 @@ lib/kde4/kpythonpluginfactory.so %%PYTHON_SITELIBDIR%%/PyKDE4/__init__.py %%PYTHON_SITELIBDIR%%/PyKDE4/%%PYCACHE%%__init__.%%PYC_SUFFIX%% %%PYTHON_SITELIBDIR%%/PyKDE4/%%PYCACHE%%__init__.%%PYO_SUFFIX%% %%PYTHON_SITELIBDIR%%/PyKDE4/akonadi.so %%PYTHON_SITELIBDIR%%/PyKDE4/dnssd.so %%PYTHON_SITELIBDIR%%/PyKDE4/kdecore.so %%PYTHON_SITELIBDIR%%/PyKDE4/kdeui.so %%PYTHON_SITELIBDIR%%/PyKDE4/khtml.so %%PYTHON_SITELIBDIR%%/PyKDE4/kio.so %%PYTHON_SITELIBDIR%%/PyKDE4/knewstuff.so %%PYTHON_SITELIBDIR%%/PyKDE4/kparts.so %%PYTHON_SITELIBDIR%%/PyKDE4/kterminal.so %%PYTHON_SITELIBDIR%%/PyKDE4/ktexteditor.so %%PYTHON_SITELIBDIR%%/PyKDE4/kutils.so %%PYTHON_SITELIBDIR%%/PyKDE4/nepomuk.so %%PYTHON_SITELIBDIR%%/PyKDE4/phonon.so %%PYTHON_SITELIBDIR%%/PyKDE4/plasma.so %%PYTHON_SITELIBDIR%%/PyKDE4/pykdeconfig.py %%PYTHON_SITELIBDIR%%/PyKDE4/%%PYCACHE%%pykdeconfig.%%PYC_SUFFIX%% %%PYTHON_SITELIBDIR%%/PyKDE4/%%PYCACHE%%pykdeconfig.%%PYO_SUFFIX%% %%PYTHON_SITELIBDIR%%/PyKDE4/solid.so %%PYTHON_SITELIBDIR%%/PyKDE4/soprano.so %%PORTEXAMPLES%%%%EXAMPLESDIR%%/__init__.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/default.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/kdecoreExamples/__init__.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/kdecoreExamples/kaboutdata.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/kdecoreExamples/kstandarddirs.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/kdeuiExamples/__init__.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/kdeuiExamples/kaboutapplicationdialog.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/kdeuiExamples/kaboutkdedialog.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/kdeuiExamples/kapplication.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/kdeuiExamples/kcolorbutton.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/kdeuiExamples/kcolorcells.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/kdeuiExamples/kcolorcombo.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/kdeuiExamples/kcolordialog.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/kdeuiExamples/kcolorpatch.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/kdeuiExamples/kcombobox.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/kdeuiExamples/kdatepicker.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/kdeuiExamples/kdatewidget.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/kdeuiExamples/kfontdialog.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/kdeuiExamples/klistwidget.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/kdeuiExamples/kmainwindow.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/khtmlExamples/__init__.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/kioExamples/__init__.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/kpartsExamples/__init__.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/kpartsExamples/katepart.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/kpartsExamples/konsolepart.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/kutilsExamples/__init__.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/polkitqtExamples/PkExampleUi.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/polkitqtExamples/README %%PORTEXAMPLES%%%%EXAMPLESDIR%%/polkitqtExamples/pkexample.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/polkitqtExamples/pkexamplehelper.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/solidExamples/__init__.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/solidExamples/solid_audiointerface.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/solidExamples/solid_device.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/solidExamples/solid_networkinterface.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/solidExamples/solid_processor.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/solidExamples/solid_storageaccess.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/solidExamples/solid_storagedrive.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/solidExamples/solid_storagevolume.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/solid_demo.py -share/py-sip/PyKDE4/akonadi/abstractdifferencesreporter.sip -share/py-sip/PyKDE4/akonadi/addressattribute.sip -share/py-sip/PyKDE4/akonadi/agentactionmanager.sip -share/py-sip/PyKDE4/akonadi/agentbase.sip -share/py-sip/PyKDE4/akonadi/agentfactory.sip -share/py-sip/PyKDE4/akonadi/agentfilterproxymodel.sip -share/py-sip/PyKDE4/akonadi/agentinstance.sip -share/py-sip/PyKDE4/akonadi/agentinstancecreatejob.sip -share/py-sip/PyKDE4/akonadi/agentinstancemodel.sip -share/py-sip/PyKDE4/akonadi/agentinstancewidget.sip -share/py-sip/PyKDE4/akonadi/agentmanager.sip -share/py-sip/PyKDE4/akonadi/agentsearchinterface.sip -share/py-sip/PyKDE4/akonadi/agenttype.sip -share/py-sip/PyKDE4/akonadi/agenttypedialog.sip -share/py-sip/PyKDE4/akonadi/agenttypemodel.sip -share/py-sip/PyKDE4/akonadi/agenttypewidget.sip -share/py-sip/PyKDE4/akonadi/akonadimod.sip -share/py-sip/PyKDE4/akonadi/attribute.sip -share/py-sip/PyKDE4/akonadi/attributefactory.sip -share/py-sip/PyKDE4/akonadi/cachepolicy.sip -share/py-sip/PyKDE4/akonadi/changerecorder.sip -share/py-sip/PyKDE4/akonadi/collection.sip -share/py-sip/PyKDE4/akonadi/collectionattributessynchronizationjob.sip -share/py-sip/PyKDE4/akonadi/collectioncombobox.sip -share/py-sip/PyKDE4/akonadi/collectioncopyjob.sip -share/py-sip/PyKDE4/akonadi/collectioncreatejob.sip -share/py-sip/PyKDE4/akonadi/collectiondeletejob.sip -share/py-sip/PyKDE4/akonadi/collectiondialog.sip -share/py-sip/PyKDE4/akonadi/collectionfetchjob.sip -share/py-sip/PyKDE4/akonadi/collectionfetchscope.sip -share/py-sip/PyKDE4/akonadi/collectionfilterproxymodel.sip -share/py-sip/PyKDE4/akonadi/collectionmodel.sip -share/py-sip/PyKDE4/akonadi/collectionmodifyjob.sip -share/py-sip/PyKDE4/akonadi/collectionmovejob.sip -share/py-sip/PyKDE4/akonadi/collectionpropertiesdialog.sip -share/py-sip/PyKDE4/akonadi/collectionpropertiespage.sip -share/py-sip/PyKDE4/akonadi/collectionquotaattribute.sip -share/py-sip/PyKDE4/akonadi/collectionrequester.sip -share/py-sip/PyKDE4/akonadi/collectionstatistics.sip -share/py-sip/PyKDE4/akonadi/collectionstatisticsdelegate.sip -share/py-sip/PyKDE4/akonadi/collectionstatisticsjob.sip -share/py-sip/PyKDE4/akonadi/collectionstatisticsmodel.sip -share/py-sip/PyKDE4/akonadi/collectionutils_p.sip -share/py-sip/PyKDE4/akonadi/collectionview.sip -share/py-sip/PyKDE4/akonadi/control.sip -share/py-sip/PyKDE4/akonadi/differencesalgorithminterface.sip -share/py-sip/PyKDE4/akonadi/entity.sip -share/py-sip/PyKDE4/akonadi/entitydeletedattribute.sip -share/py-sip/PyKDE4/akonadi/entitydisplayattribute.sip -share/py-sip/PyKDE4/akonadi/entityhiddenattribute.sip -share/py-sip/PyKDE4/akonadi/entitylistview.sip -share/py-sip/PyKDE4/akonadi/entitymimetypefiltermodel.sip -share/py-sip/PyKDE4/akonadi/entityorderproxymodel.sip -share/py-sip/PyKDE4/akonadi/entityrightsfiltermodel.sip -share/py-sip/PyKDE4/akonadi/entitytreemodel.sip -share/py-sip/PyKDE4/akonadi/entitytreeview.sip -share/py-sip/PyKDE4/akonadi/entitytreeviewstatesaver.sip -share/py-sip/PyKDE4/akonadi/etmviewstatesaver.sip -share/py-sip/PyKDE4/akonadi/favoritecollectionsmodel.sip -share/py-sip/PyKDE4/akonadi/indexpolicyattribute.sip -share/py-sip/PyKDE4/akonadi/item.sip -share/py-sip/PyKDE4/akonadi/itemcopyjob.sip -share/py-sip/PyKDE4/akonadi/itemcreatejob.sip -share/py-sip/PyKDE4/akonadi/itemdeletejob.sip -share/py-sip/PyKDE4/akonadi/itemfetchjob.sip -share/py-sip/PyKDE4/akonadi/itemfetchscope.sip -share/py-sip/PyKDE4/akonadi/itemmodel.sip -share/py-sip/PyKDE4/akonadi/itemmodifyjob.sip -share/py-sip/PyKDE4/akonadi/itemmonitor.sip -share/py-sip/PyKDE4/akonadi/itemmovejob.sip -share/py-sip/PyKDE4/akonadi/itemsearchjob.sip -share/py-sip/PyKDE4/akonadi/itemserializerplugin.sip -share/py-sip/PyKDE4/akonadi/itemsync.sip -share/py-sip/PyKDE4/akonadi/itemview.sip -share/py-sip/PyKDE4/akonadi/job.sip -share/py-sip/PyKDE4/akonadi/linkjob.sip -share/py-sip/PyKDE4/akonadi/messageflags.sip -share/py-sip/PyKDE4/akonadi/messagefolderattribute.sip -share/py-sip/PyKDE4/akonadi/messagemodel.sip -share/py-sip/PyKDE4/akonadi/messageparts.sip -share/py-sip/PyKDE4/akonadi/messagestatus.sip -share/py-sip/PyKDE4/akonadi/messagethreaderproxymodel.sip -share/py-sip/PyKDE4/akonadi/messagethreadingattribute.sip -share/py-sip/PyKDE4/akonadi/mimetypechecker.sip -share/py-sip/PyKDE4/akonadi/monitor.sip -share/py-sip/PyKDE4/akonadi/partfetcher.sip -share/py-sip/PyKDE4/akonadi/persistentsearchattribute.sip -share/py-sip/PyKDE4/akonadi/preprocessorbase.sip -share/py-sip/PyKDE4/akonadi/recursivecollectionfilterproxymodel.sip -share/py-sip/PyKDE4/akonadi/recursiveitemfetchjob.sip -share/py-sip/PyKDE4/akonadi/resourcebase.sip -share/py-sip/PyKDE4/akonadi/resourcebasesettings.sip -share/py-sip/PyKDE4/akonadi/resourcesettings.sip -share/py-sip/PyKDE4/akonadi/resourcesynchronizationjob.sip -share/py-sip/PyKDE4/akonadi/searchcreatejob.sip -share/py-sip/PyKDE4/akonadi/selectionproxymodel.sip -share/py-sip/PyKDE4/akonadi/servermanager.sip -share/py-sip/PyKDE4/akonadi/session.sip -share/py-sip/PyKDE4/akonadi/specialcollections.sip -share/py-sip/PyKDE4/akonadi/specialcollectionsrequestjob.sip -share/py-sip/PyKDE4/akonadi/specialmailcollections.sip -share/py-sip/PyKDE4/akonadi/specialmailcollectionsrequestjob.sip -share/py-sip/PyKDE4/akonadi/standardactionmanager.sip -share/py-sip/PyKDE4/akonadi/standardmailactionmanager.sip -share/py-sip/PyKDE4/akonadi/statisticsproxymodel.sip -share/py-sip/PyKDE4/akonadi/transactionjobs.sip -share/py-sip/PyKDE4/akonadi/transactionsequence.sip -share/py-sip/PyKDE4/akonadi/transportresourcebase.sip -share/py-sip/PyKDE4/akonadi/trashfilterproxymodel.sip -share/py-sip/PyKDE4/akonadi/trashjob.sip -share/py-sip/PyKDE4/akonadi/trashrestorejob.sip -share/py-sip/PyKDE4/akonadi/trashsettings.sip -share/py-sip/PyKDE4/akonadi/unlinkjob.sip -share/py-sip/PyKDE4/dnssd/dnssdmod.sip -share/py-sip/PyKDE4/dnssd/domainbrowser.sip -share/py-sip/PyKDE4/dnssd/domainmodel.sip -share/py-sip/PyKDE4/dnssd/publicservice.sip -share/py-sip/PyKDE4/dnssd/remoteservice.sip -share/py-sip/PyKDE4/dnssd/servicebase.sip -share/py-sip/PyKDE4/dnssd/servicebrowser.sip -share/py-sip/PyKDE4/dnssd/servicemodel.sip -share/py-sip/PyKDE4/dnssd/servicetypebrowser.sip -share/py-sip/PyKDE4/glossary.html -share/py-sip/PyKDE4/kdecore/backgroundchecker.sip -share/py-sip/PyKDE4/kdecore/globals.sip -share/py-sip/PyKDE4/kdecore/kaboutdata.sip -share/py-sip/PyKDE4/kdecore/kascii.sip -share/py-sip/PyKDE4/kdecore/kauthaction.sip -share/py-sip/PyKDE4/kdecore/kauthactionreply.sip -share/py-sip/PyKDE4/kdecore/kauthactionwatcher.sip -share/py-sip/PyKDE4/kdecore/kauthhelpersupport.sip -share/py-sip/PyKDE4/kdecore/kauthorized.sip -share/py-sip/PyKDE4/kdecore/kautosavefile.sip -share/py-sip/PyKDE4/kdecore/kautostart.sip -share/py-sip/PyKDE4/kdecore/kcalendarsystem.sip -share/py-sip/PyKDE4/kdecore/kcharsets.sip -share/py-sip/PyKDE4/kdecore/kcmdlineargs.sip -share/py-sip/PyKDE4/kdecore/kcomponentdata.sip -share/py-sip/PyKDE4/kdecore/kcompositejob.sip -share/py-sip/PyKDE4/kdecore/kconfig.sip -share/py-sip/PyKDE4/kdecore/kconfigbase.sip -share/py-sip/PyKDE4/kdecore/kconfigdata.sip -share/py-sip/PyKDE4/kdecore/kconfiggroup.sip -share/py-sip/PyKDE4/kdecore/kconfigini.sip -share/py-sip/PyKDE4/kdecore/kcoreconfigskeleton.sip -share/py-sip/PyKDE4/kdecore/kcurrencycode.sip -share/py-sip/PyKDE4/kdecore/kdatetime.sip -share/py-sip/PyKDE4/kdecore/kdecoremod.sip -share/py-sip/PyKDE4/kdecore/kdedmodule.sip -share/py-sip/PyKDE4/kdecore/kdesktopfile.sip -share/py-sip/PyKDE4/kdecore/kencodingdetector.sip -share/py-sip/PyKDE4/kdecore/kencodingprober.sip -share/py-sip/PyKDE4/kdecore/kexportplugin.sip -share/py-sip/PyKDE4/kdecore/kfilterbase.sip -share/py-sip/PyKDE4/kdecore/kfilterdev.sip -share/py-sip/PyKDE4/kdecore/kglobal.sip -share/py-sip/PyKDE4/kdecore/kjob.sip -share/py-sip/PyKDE4/kdecore/kjobtrackerinterface.sip -share/py-sip/PyKDE4/kdecore/kjobuidelegate.sip -share/py-sip/PyKDE4/kdecore/klibloader.sip -share/py-sip/PyKDE4/kdecore/klibrary.sip -share/py-sip/PyKDE4/kdecore/klocale.sip -share/py-sip/PyKDE4/kdecore/klocalizeddate.sip -share/py-sip/PyKDE4/kdecore/klocalizedstring.sip -share/py-sip/PyKDE4/kdecore/klocalsocket.sip -share/py-sip/PyKDE4/kdecore/klockfile.sip -share/py-sip/PyKDE4/kdecore/kmacroexpander.sip -share/py-sip/PyKDE4/kdecore/kmessage.sip -share/py-sip/PyKDE4/kdecore/kmimetype.sip -share/py-sip/PyKDE4/kdecore/kmimetypetrader.sip -share/py-sip/PyKDE4/kdecore/kpluginfactory.sip -share/py-sip/PyKDE4/kdecore/kplugininfo.sip -share/py-sip/PyKDE4/kdecore/kpluginloader.sip -share/py-sip/PyKDE4/kdecore/kprocess.sip -share/py-sip/PyKDE4/kdecore/kprotocolinfo.sip -share/py-sip/PyKDE4/kdecore/kpty.sip -share/py-sip/PyKDE4/kdecore/kptydevice.sip -share/py-sip/PyKDE4/kdecore/kptyprocess.sip -share/py-sip/PyKDE4/kdecore/krandom.sip -share/py-sip/PyKDE4/kdecore/krandomsequence.sip -share/py-sip/PyKDE4/kdecore/ksavefile.sip -share/py-sip/PyKDE4/kdecore/kservice.sip -share/py-sip/PyKDE4/kdecore/kserviceaction.sip -share/py-sip/PyKDE4/kdecore/kservicegroup.sip -share/py-sip/PyKDE4/kdecore/kservicetype.sip -share/py-sip/PyKDE4/kdecore/kservicetypeprofile.sip -share/py-sip/PyKDE4/kdecore/kservicetypetrader.sip -share/py-sip/PyKDE4/kdecore/ksharedconfig.sip -share/py-sip/PyKDE4/kdecore/kshell.sip -share/py-sip/PyKDE4/kdecore/ksocketfactory.sip -share/py-sip/PyKDE4/kdecore/kstandarddirs.sip -share/py-sip/PyKDE4/kdecore/kstaticdeleter.sip -share/py-sip/PyKDE4/kdecore/kstringhandler.sip -share/py-sip/PyKDE4/kdecore/ksycoca.sip -share/py-sip/PyKDE4/kdecore/ksycocaentry.sip -share/py-sip/PyKDE4/kdecore/ksycocatype.sip -share/py-sip/PyKDE4/kdecore/ksystemtimezone.sip -share/py-sip/PyKDE4/kdecore/ktcpsocket.sip -share/py-sip/PyKDE4/kdecore/ktempdir.sip -share/py-sip/PyKDE4/kdecore/ktemporaryfile.sip -share/py-sip/PyKDE4/kdecore/ktimezone.sip -share/py-sip/PyKDE4/kdecore/ktoolinvocation.sip -share/py-sip/PyKDE4/kdecore/ktzfiletimezone.sip -share/py-sip/PyKDE4/kdecore/kurl.sip -share/py-sip/PyKDE4/kdecore/kuser.sip -share/py-sip/PyKDE4/kdecore/speller.sip -share/py-sip/PyKDE4/kdecore/typedefs.sip -share/py-sip/PyKDE4/kdeui/configdialog.sip -share/py-sip/PyKDE4/kdeui/configwidget.sip -share/py-sip/PyKDE4/kdeui/dialog.sip -share/py-sip/PyKDE4/kdeui/dictionarycombobox.sip -share/py-sip/PyKDE4/kdeui/fixx11h.sip -share/py-sip/PyKDE4/kdeui/highlighter.sip -share/py-sip/PyKDE4/kdeui/k3icon_p.sip -share/py-sip/PyKDE4/kdeui/kaboutapplicationdialog.sip -share/py-sip/PyKDE4/kdeui/kabstractwidgetjobtracker.sip -share/py-sip/PyKDE4/kdeui/kacceleratormanager.sip -share/py-sip/PyKDE4/kdeui/kaccelgen.sip -share/py-sip/PyKDE4/kdeui/kaction.sip -share/py-sip/PyKDE4/kdeui/kactioncategory.sip -share/py-sip/PyKDE4/kdeui/kactioncollection.sip -share/py-sip/PyKDE4/kdeui/kactionmenu.sip -share/py-sip/PyKDE4/kdeui/kactionselector.sip -share/py-sip/PyKDE4/kdeui/kanimatedbutton.sip -share/py-sip/PyKDE4/kdeui/kapplication.sip -share/py-sip/PyKDE4/kdeui/karrowbutton.sip -share/py-sip/PyKDE4/kdeui/kassistantdialog.sip -share/py-sip/PyKDE4/kdeui/kbreadcrumbselectionmodel.sip -share/py-sip/PyKDE4/kdeui/kbugreport.sip -share/py-sip/PyKDE4/kdeui/kbuttongroup.sip -share/py-sip/PyKDE4/kdeui/kcapacitybar.sip -share/py-sip/PyKDE4/kdeui/kcategorizedsortfilterproxymodel.sip -share/py-sip/PyKDE4/kdeui/kcategorizedview.sip -share/py-sip/PyKDE4/kdeui/kcategorydrawer.sip -share/py-sip/PyKDE4/kdeui/kcharselect.sip -share/py-sip/PyKDE4/kdeui/kcheckableproxymodel.sip -share/py-sip/PyKDE4/kdeui/kcmodule.sip -share/py-sip/PyKDE4/kdeui/kcodecaction.sip -share/py-sip/PyKDE4/kdeui/kcolorbutton.sip -share/py-sip/PyKDE4/kdeui/kcolorchoosermode.sip -share/py-sip/PyKDE4/kdeui/kcolorcollection.sip -share/py-sip/PyKDE4/kdeui/kcolorcombo.sip -share/py-sip/PyKDE4/kdeui/kcolordialog.sip -share/py-sip/PyKDE4/kdeui/kcolormimedata.sip -share/py-sip/PyKDE4/kdeui/kcolorscheme.sip -share/py-sip/PyKDE4/kdeui/kcolorutils.sip -share/py-sip/PyKDE4/kdeui/kcolorvalueselector.sip -share/py-sip/PyKDE4/kdeui/kcombobox.sip -share/py-sip/PyKDE4/kdeui/kcompletion.sip -share/py-sip/PyKDE4/kdeui/kcompletionbox.sip -share/py-sip/PyKDE4/kdeui/kconfigdialog.sip -share/py-sip/PyKDE4/kdeui/kconfigdialogmanager.sip -share/py-sip/PyKDE4/kdeui/kconfigskeleton.sip -share/py-sip/PyKDE4/kdeui/kcrash.sip -share/py-sip/PyKDE4/kdeui/kcursor.sip -share/py-sip/PyKDE4/kdeui/kdatecombobox.sip -share/py-sip/PyKDE4/kdeui/kdatepicker.sip -share/py-sip/PyKDE4/kdeui/kdatetable.sip -share/py-sip/PyKDE4/kdeui/kdatetimeedit.sip -share/py-sip/PyKDE4/kdeui/kdatetimewidget.sip -share/py-sip/PyKDE4/kdeui/kdatewidget.sip -share/py-sip/PyKDE4/kdeui/kdeprintdialog.sip -share/py-sip/PyKDE4/kdeui/kdescendantsproxymodel.sip -share/py-sip/PyKDE4/kdeui/kdeuimod.sip -share/py-sip/PyKDE4/kdeui/kdialog.sip -share/py-sip/PyKDE4/kdeui/kdialogbuttonbox.sip -share/py-sip/PyKDE4/kdeui/kdialogjobuidelegate.sip -share/py-sip/PyKDE4/kdeui/kdualaction.sip -share/py-sip/PyKDE4/kdeui/keditlistbox.sip -share/py-sip/PyKDE4/kdeui/keditlistwidget.sip -share/py-sip/PyKDE4/kdeui/kedittoolbar.sip -share/py-sip/PyKDE4/kdeui/kextendableitemdelegate.sip -share/py-sip/PyKDE4/kdeui/kfadewidgeteffect.sip -share/py-sip/PyKDE4/kdeui/kfilterproxysearchline.sip -share/py-sip/PyKDE4/kdeui/kfind.sip -share/py-sip/PyKDE4/kdeui/kfinddialog.sip -share/py-sip/PyKDE4/kdeui/kfontaction.sip -share/py-sip/PyKDE4/kdeui/kfontchooser.sip -share/py-sip/PyKDE4/kdeui/kfontcombobox.sip -share/py-sip/PyKDE4/kdeui/kfontdialog.sip -share/py-sip/PyKDE4/kdeui/kfontrequester.sip -share/py-sip/PyKDE4/kdeui/kfontsizeaction.sip -share/py-sip/PyKDE4/kdeui/kfontutils.sip -share/py-sip/PyKDE4/kdeui/kgesture.sip -share/py-sip/PyKDE4/kdeui/kglobalaccel.sip -share/py-sip/PyKDE4/kdeui/kglobalsettings.sip -share/py-sip/PyKDE4/kdeui/kglobalshortcutinfo.sip -share/py-sip/PyKDE4/kdeui/kguiitem.sip -share/py-sip/PyKDE4/kdeui/khbox.sip -share/py-sip/PyKDE4/kdeui/khelpmenu.sip -share/py-sip/PyKDE4/kdeui/khistorycombobox.sip -share/py-sip/PyKDE4/kdeui/khuesaturationselect.sip -share/py-sip/PyKDE4/kdeui/kicon.sip -share/py-sip/PyKDE4/kdeui/kiconcache.sip -share/py-sip/PyKDE4/kdeui/kiconeffect.sip -share/py-sip/PyKDE4/kdeui/kiconloader.sip -share/py-sip/PyKDE4/kdeui/kicontheme.sip -share/py-sip/PyKDE4/kdeui/kidentityproxymodel.sip -share/py-sip/PyKDE4/kdeui/kinputdialog.sip -share/py-sip/PyKDE4/kdeui/kkeysequencewidget.sip -share/py-sip/PyKDE4/kdeui/kkeyserver.sip -share/py-sip/PyKDE4/kdeui/kkeyserver_x11.sip -share/py-sip/PyKDE4/kdeui/klanguagebutton.sip -share/py-sip/PyKDE4/kdeui/kled.sip -share/py-sip/PyKDE4/kdeui/klineedit.sip -share/py-sip/PyKDE4/kdeui/klinkitemselectionmodel.sip -share/py-sip/PyKDE4/kdeui/klistwidget.sip -share/py-sip/PyKDE4/kdeui/klistwidgetsearchline.sip -share/py-sip/PyKDE4/kdeui/kmainwindow.sip -share/py-sip/PyKDE4/kdeui/kmanagerselection.sip -share/py-sip/PyKDE4/kdeui/kmenu.sip -share/py-sip/PyKDE4/kdeui/kmenubar.sip -share/py-sip/PyKDE4/kdeui/kmessagebox.sip -share/py-sip/PyKDE4/kdeui/kmessageboxmessagehandler.sip -share/py-sip/PyKDE4/kdeui/kmessagewidget.sip -share/py-sip/PyKDE4/kdeui/kmodelindexproxymapper.sip -share/py-sip/PyKDE4/kdeui/kmodifierkeyinfo.sip -share/py-sip/PyKDE4/kdeui/kmultitabbar.sip -share/py-sip/PyKDE4/kdeui/knewpassworddialog.sip -share/py-sip/PyKDE4/kdeui/knotification.sip -share/py-sip/PyKDE4/kdeui/knotificationrestrictions.sip -share/py-sip/PyKDE4/kdeui/knuminput.sip -share/py-sip/PyKDE4/kdeui/knumvalidator.sip -share/py-sip/PyKDE4/kdeui/kpagedialog.sip -share/py-sip/PyKDE4/kdeui/kpagemodel.sip -share/py-sip/PyKDE4/kdeui/kpageview.sip -share/py-sip/PyKDE4/kdeui/kpagewidget.sip -share/py-sip/PyKDE4/kdeui/kpagewidgetmodel.sip -share/py-sip/PyKDE4/kdeui/kpassivepopup.sip -share/py-sip/PyKDE4/kdeui/kpassivepopupmessagehandler.sip -share/py-sip/PyKDE4/kdeui/kpassworddialog.sip -share/py-sip/PyKDE4/kdeui/kpastetextaction.sip -share/py-sip/PyKDE4/kdeui/kpixmapcache.sip -share/py-sip/PyKDE4/kdeui/kpixmapprovider.sip -share/py-sip/PyKDE4/kdeui/kpixmapregionselectordialog.sip -share/py-sip/PyKDE4/kdeui/kpixmapregionselectorwidget.sip -share/py-sip/PyKDE4/kdeui/kpixmapsequence.sip -share/py-sip/PyKDE4/kdeui/kpixmapsequenceoverlaypainter.sip -share/py-sip/PyKDE4/kdeui/kpixmapsequencewidget.sip -share/py-sip/PyKDE4/kdeui/kplotaxis.sip -share/py-sip/PyKDE4/kdeui/kplotobject.sip -share/py-sip/PyKDE4/kdeui/kplotpoint.sip -share/py-sip/PyKDE4/kdeui/kplotwidget.sip -share/py-sip/PyKDE4/kdeui/kprogressdialog.sip -share/py-sip/PyKDE4/kdeui/kpushbutton.sip -share/py-sip/PyKDE4/kdeui/kratingpainter.sip -share/py-sip/PyKDE4/kdeui/kratingwidget.sip -share/py-sip/PyKDE4/kdeui/krecentfilesaction.sip -share/py-sip/PyKDE4/kdeui/krecursivefilterproxymodel.sip -share/py-sip/PyKDE4/kdeui/kreplace.sip -share/py-sip/PyKDE4/kdeui/kreplacedialog.sip -share/py-sip/PyKDE4/kdeui/krestrictedline.sip -share/py-sip/PyKDE4/kdeui/krichtextedit.sip -share/py-sip/PyKDE4/kdeui/krichtextwidget.sip -share/py-sip/PyKDE4/kdeui/kruler.sip -share/py-sip/PyKDE4/kdeui/kselectaction.sip -share/py-sip/PyKDE4/kdeui/kselectionproxymodel.sip -share/py-sip/PyKDE4/kdeui/kselector.sip -share/py-sip/PyKDE4/kdeui/kseparator.sip -share/py-sip/PyKDE4/kdeui/ksessionmanager.sip -share/py-sip/PyKDE4/kdeui/kshortcut.sip -share/py-sip/PyKDE4/kdeui/kshortcutsdialog.sip -share/py-sip/PyKDE4/kdeui/kshortcutseditor.sip -share/py-sip/PyKDE4/kdeui/kshortcutwidget.sip -share/py-sip/PyKDE4/kdeui/ksplashscreen.sip -share/py-sip/PyKDE4/kdeui/ksqueezedtextlabel.sip -share/py-sip/PyKDE4/kdeui/kstandardaction.sip -share/py-sip/PyKDE4/kdeui/kstandardguiitem.sip -share/py-sip/PyKDE4/kdeui/kstandardshortcut.sip -share/py-sip/PyKDE4/kdeui/kstartupinfo.sip -share/py-sip/PyKDE4/kdeui/kstatusbar.sip -share/py-sip/PyKDE4/kdeui/kstatusbarjobtracker.sip -share/py-sip/PyKDE4/kdeui/kstatusnotifieritem.sip -share/py-sip/PyKDE4/kdeui/kstringvalidator.sip -share/py-sip/PyKDE4/kdeui/kstyle.sip -share/py-sip/PyKDE4/kdeui/ksvgrenderer.sip -share/py-sip/PyKDE4/kdeui/ksystemeventfilter.sip -share/py-sip/PyKDE4/kdeui/ksystemtrayicon.sip -share/py-sip/PyKDE4/kdeui/ktabbar.sip -share/py-sip/PyKDE4/kdeui/ktabwidget.sip -share/py-sip/PyKDE4/kdeui/ktextbrowser.sip -share/py-sip/PyKDE4/kdeui/ktextedit.sip -share/py-sip/PyKDE4/kdeui/ktimecombobox.sip -share/py-sip/PyKDE4/kdeui/ktimezonewidget.sip -share/py-sip/PyKDE4/kdeui/ktip.sip -share/py-sip/PyKDE4/kdeui/ktitlewidget.sip -share/py-sip/PyKDE4/kdeui/ktoggleaction.sip -share/py-sip/PyKDE4/kdeui/ktogglefullscreenaction.sip -share/py-sip/PyKDE4/kdeui/ktoggletoolbaraction.sip -share/py-sip/PyKDE4/kdeui/ktoolbar.sip -share/py-sip/PyKDE4/kdeui/ktoolbarlabelaction.sip -share/py-sip/PyKDE4/kdeui/ktoolbarpopupaction.sip -share/py-sip/PyKDE4/kdeui/ktoolbarspaceraction.sip -share/py-sip/PyKDE4/kdeui/ktreewidgetsearchline.sip -share/py-sip/PyKDE4/kdeui/kuiserverjobtracker.sip -share/py-sip/PyKDE4/kdeui/kundostack.sip -share/py-sip/PyKDE4/kdeui/kuniqueapplication.sip -share/py-sip/PyKDE4/kdeui/kurllabel.sip -share/py-sip/PyKDE4/kdeui/kvbox.sip -share/py-sip/PyKDE4/kdeui/kviewstatemaintainer.sip -share/py-sip/PyKDE4/kdeui/kviewstatesaver.sip -share/py-sip/PyKDE4/kdeui/kwallet.sip -share/py-sip/PyKDE4/kdeui/kwidgetitemdelegate.sip -share/py-sip/PyKDE4/kdeui/kwidgetjobtracker.sip -share/py-sip/PyKDE4/kdeui/kwindowinfo.sip -share/py-sip/PyKDE4/kdeui/kwindowsystem.sip -share/py-sip/PyKDE4/kdeui/kwordwrap.sip -share/py-sip/PyKDE4/kdeui/kxmessages.sip -share/py-sip/PyKDE4/kdeui/kxmlguibuilder.sip -share/py-sip/PyKDE4/kdeui/kxmlguiclient.sip -share/py-sip/PyKDE4/kdeui/kxmlguifactory.sip -share/py-sip/PyKDE4/kdeui/kxmlguiwindow.sip -share/py-sip/PyKDE4/kdeui/kxutils.sip -share/py-sip/PyKDE4/kdeui/kxyselector.sip -share/py-sip/PyKDE4/kdeui/netwm.sip -share/py-sip/PyKDE4/kdeui/netwm_def.sip -share/py-sip/PyKDE4/khtml/css_rule.sip -share/py-sip/PyKDE4/khtml/css_stylesheet.sip -share/py-sip/PyKDE4/khtml/css_value.sip -share/py-sip/PyKDE4/khtml/dom2_events.sip -share/py-sip/PyKDE4/khtml/dom2_range.sip -share/py-sip/PyKDE4/khtml/dom2_traversal.sip -share/py-sip/PyKDE4/khtml/dom2_views.sip -share/py-sip/PyKDE4/khtml/dom_doc.sip -share/py-sip/PyKDE4/khtml/dom_element.sip -share/py-sip/PyKDE4/khtml/dom_exception.sip -share/py-sip/PyKDE4/khtml/dom_misc.sip -share/py-sip/PyKDE4/khtml/dom_node.sip -share/py-sip/PyKDE4/khtml/dom_string.sip -share/py-sip/PyKDE4/khtml/dom_text.sip -share/py-sip/PyKDE4/khtml/dom_xml.sip -share/py-sip/PyKDE4/khtml/html_base.sip -share/py-sip/PyKDE4/khtml/html_block.sip -share/py-sip/PyKDE4/khtml/html_document.sip -share/py-sip/PyKDE4/khtml/html_element.sip -share/py-sip/PyKDE4/khtml/html_form.sip -share/py-sip/PyKDE4/khtml/html_head.sip -share/py-sip/PyKDE4/khtml/html_image.sip -share/py-sip/PyKDE4/khtml/html_inline.sip -share/py-sip/PyKDE4/khtml/html_list.sip -share/py-sip/PyKDE4/khtml/html_misc.sip -share/py-sip/PyKDE4/khtml/html_object.sip -share/py-sip/PyKDE4/khtml/html_table.sip -share/py-sip/PyKDE4/khtml/khtml_part.sip -share/py-sip/PyKDE4/khtml/khtml_settings.sip -share/py-sip/PyKDE4/khtml/khtmlmod.sip -share/py-sip/PyKDE4/khtml/khtmlview.sip -share/py-sip/PyKDE4/kio/accessmanager.sip -share/py-sip/PyKDE4/kio/authinfo.sip -share/py-sip/PyKDE4/kio/chmodjob.sip -share/py-sip/PyKDE4/kio/connection.sip -share/py-sip/PyKDE4/kio/copyjob.sip -share/py-sip/PyKDE4/kio/davjob.sip -share/py-sip/PyKDE4/kio/deletejob.sip -share/py-sip/PyKDE4/kio/directorysizejob.sip -share/py-sip/PyKDE4/kio/filejob.sip -share/py-sip/PyKDE4/kio/fileundomanager.sip -share/py-sip/PyKDE4/kio/forwardingslavebase.sip -share/py-sip/PyKDE4/kio/global.sip -share/py-sip/PyKDE4/kio/job.sip -share/py-sip/PyKDE4/kio/jobclasses.sip -share/py-sip/PyKDE4/kio/jobuidelegate.sip -share/py-sip/PyKDE4/kio/kabstractfileitemactionplugin.sip -share/py-sip/PyKDE4/kio/kabstractfilemodule.sip -share/py-sip/PyKDE4/kio/kabstractfilewidget.sip -share/py-sip/PyKDE4/kio/kacl.sip -share/py-sip/PyKDE4/kio/kar.sip -share/py-sip/PyKDE4/kio/karchive.sip -share/py-sip/PyKDE4/kio/kautomount.sip -share/py-sip/PyKDE4/kio/kbookmark.sip -share/py-sip/PyKDE4/kio/kbookmarkdialog.sip -share/py-sip/PyKDE4/kio/kbookmarkdombuilder.sip -share/py-sip/PyKDE4/kio/kbookmarkexporter.sip -share/py-sip/PyKDE4/kio/kbookmarkimporter.sip -share/py-sip/PyKDE4/kio/kbookmarkimporter_crash.sip -share/py-sip/PyKDE4/kio/kbookmarkimporter_ie.sip -share/py-sip/PyKDE4/kio/kbookmarkimporter_ns.sip -share/py-sip/PyKDE4/kio/kbookmarkimporter_opera.sip -share/py-sip/PyKDE4/kio/kbookmarkmanager.sip -share/py-sip/PyKDE4/kio/kbookmarkmenu.sip -share/py-sip/PyKDE4/kio/kbuildsycocaprogressdialog.sip -share/py-sip/PyKDE4/kio/kdatatool.sip -share/py-sip/PyKDE4/kio/kdbusservicestarter.sip -share/py-sip/PyKDE4/kio/kdesktopfileactions.sip -share/py-sip/PyKDE4/kio/kdevicelistmodel.sip -share/py-sip/PyKDE4/kio/kdirlister.sip -share/py-sip/PyKDE4/kio/kdirmodel.sip -share/py-sip/PyKDE4/kio/kdiroperator.sip -share/py-sip/PyKDE4/kio/kdirselectdialog.sip -share/py-sip/PyKDE4/kio/kdirsortfilterproxymodel.sip -share/py-sip/PyKDE4/kio/kdirwatch.sip -share/py-sip/PyKDE4/kio/kdiskfreespace.sip -share/py-sip/PyKDE4/kio/kdiskfreespaceinfo.sip -share/py-sip/PyKDE4/kio/kemailsettings.sip -share/py-sip/PyKDE4/kio/kencodingfiledialog.sip -share/py-sip/PyKDE4/kio/kfile.sip -share/py-sip/PyKDE4/kio/kfiledialog.sip -share/py-sip/PyKDE4/kio/kfilefiltercombo.sip -share/py-sip/PyKDE4/kio/kfileitem.sip -share/py-sip/PyKDE4/kio/kfileitemactionplugin.sip -share/py-sip/PyKDE4/kio/kfileitemactions.sip -share/py-sip/PyKDE4/kio/kfileitemdelegate.sip -share/py-sip/PyKDE4/kio/kfileitemlistproperties.sip -share/py-sip/PyKDE4/kio/kfilemetadataconfigurationwidget.sip -share/py-sip/PyKDE4/kio/kfilemetadatawidget.sip -share/py-sip/PyKDE4/kio/kfilemetainfo.sip -share/py-sip/PyKDE4/kio/kfilemetainfoitem.sip -share/py-sip/PyKDE4/kio/kfileplacesmodel.sip -share/py-sip/PyKDE4/kio/kfileplacesview.sip -share/py-sip/PyKDE4/kio/kfilepreviewgenerator.sip -share/py-sip/PyKDE4/kio/kfileshare.sip -share/py-sip/PyKDE4/kio/kfilesharedialog.sip -share/py-sip/PyKDE4/kio/kfilewidget.sip -share/py-sip/PyKDE4/kio/kfilewriteplugin.sip -share/py-sip/PyKDE4/kio/kicondialog.sip -share/py-sip/PyKDE4/kio/kimagefilepreview.sip -share/py-sip/PyKDE4/kio/kimageio.sip -share/py-sip/PyKDE4/kio/kiomod.sip -share/py-sip/PyKDE4/kio/kmimetypechooser.sip -share/py-sip/PyKDE4/kio/kmountpoint.sip -share/py-sip/PyKDE4/kio/knameandurlinputdialog.sip -share/py-sip/PyKDE4/kio/knewfilemenu.sip -share/py-sip/PyKDE4/kio/knfsshare.sip -share/py-sip/PyKDE4/kio/konqbookmarkmenu.sip -share/py-sip/PyKDE4/kio/kopenwithdialog.sip -share/py-sip/PyKDE4/kio/kpreviewwidgetbase.sip -share/py-sip/PyKDE4/kio/kpropertiesdialog.sip -share/py-sip/PyKDE4/kio/kprotocolmanager.sip -share/py-sip/PyKDE4/kio/krecentdirs.sip -share/py-sip/PyKDE4/kio/krecentdocument.sip -share/py-sip/PyKDE4/kio/kremoteencoding.sip -share/py-sip/PyKDE4/kio/krun.sip -share/py-sip/PyKDE4/kio/ksambashare.sip -share/py-sip/PyKDE4/kio/ksambasharedata.sip -share/py-sip/PyKDE4/kio/kscan.sip -share/py-sip/PyKDE4/kio/kservicegroup.sip -share/py-sip/PyKDE4/kio/kshellcompletion.sip -share/py-sip/PyKDE4/kio/ksslcertificatemanager.sip -share/py-sip/PyKDE4/kio/kstatusbarofflineindicator.sip -share/py-sip/PyKDE4/kio/ktar.sip -share/py-sip/PyKDE4/kio/kurifilter.sip -share/py-sip/PyKDE4/kio/kurlcombobox.sip -share/py-sip/PyKDE4/kio/kurlcompletion.sip -share/py-sip/PyKDE4/kio/kurlnavigator.sip -share/py-sip/PyKDE4/kio/kurlpixmapprovider.sip -share/py-sip/PyKDE4/kio/kurlrequester.sip -share/py-sip/PyKDE4/kio/kurlrequesterdialog.sip -share/py-sip/PyKDE4/kio/kzip.sip -share/py-sip/PyKDE4/kio/metainfojob.sip -share/py-sip/PyKDE4/kio/netaccess.sip -share/py-sip/PyKDE4/kio/passworddialog.sip -share/py-sip/PyKDE4/kio/paste.sip -share/py-sip/PyKDE4/kio/predicateproperties.sip -share/py-sip/PyKDE4/kio/previewjob.sip -share/py-sip/PyKDE4/kio/renamedialog.sip -share/py-sip/PyKDE4/kio/renamedialogplugin.sip -share/py-sip/PyKDE4/kio/scheduler.sip -share/py-sip/PyKDE4/kio/sessiondata.sip -share/py-sip/PyKDE4/kio/skipdialog.sip -share/py-sip/PyKDE4/kio/slave.sip -share/py-sip/PyKDE4/kio/slavebase.sip -share/py-sip/PyKDE4/kio/slaveconfig.sip -share/py-sip/PyKDE4/kio/slaveinterface.sip -share/py-sip/PyKDE4/kio/sslui.sip -share/py-sip/PyKDE4/kio/tcpslavebase.sip -share/py-sip/PyKDE4/kio/thumbcreator.sip -share/py-sip/PyKDE4/kio/thumbsequencecreator.sip -share/py-sip/PyKDE4/kio/udsentry.sip -share/py-sip/PyKDE4/knewstuff/author.sip -share/py-sip/PyKDE4/knewstuff/category.sip -share/py-sip/PyKDE4/knewstuff/engine.sip -share/py-sip/PyKDE4/knewstuff/entry.sip -share/py-sip/PyKDE4/knewstuff/installation.sip -share/py-sip/PyKDE4/knewstuff/knewstuff3_downloaddialog.sip -share/py-sip/PyKDE4/knewstuff/knewstuff3_downloadmanager.sip -share/py-sip/PyKDE4/knewstuff/knewstuff3_downloadwidget.sip -share/py-sip/PyKDE4/knewstuff/knewstuff3_entry.sip -share/py-sip/PyKDE4/knewstuff/knewstuff3_knewstuffaction.sip -share/py-sip/PyKDE4/knewstuff/knewstuff3_knewstuffbutton.sip -share/py-sip/PyKDE4/knewstuff/knewstuff3_uploaddialog.sip -share/py-sip/PyKDE4/knewstuff/knewstuffaction.sip -share/py-sip/PyKDE4/knewstuff/knewstuffbutton.sip -share/py-sip/PyKDE4/knewstuff/knewstuffmod.sip -share/py-sip/PyKDE4/knewstuff/ktranslatable.sip -share/py-sip/PyKDE4/kparts/browserextension.sip -share/py-sip/PyKDE4/kparts/browserinterface.sip -share/py-sip/PyKDE4/kparts/browseropenorsavequestion.sip -share/py-sip/PyKDE4/kparts/browserrun.sip -share/py-sip/PyKDE4/kparts/event.sip -share/py-sip/PyKDE4/kparts/factory.sip -share/py-sip/PyKDE4/kparts/fileinfoextension.sip -share/py-sip/PyKDE4/kparts/genericfactory.sip -share/py-sip/PyKDE4/kparts/historyprovider.sip -share/py-sip/PyKDE4/kparts/htmlextension.sip -share/py-sip/PyKDE4/kparts/kpartsmod.sip -share/py-sip/PyKDE4/kparts/mainwindow.sip -share/py-sip/PyKDE4/kparts/part.sip -share/py-sip/PyKDE4/kparts/partmanager.sip -share/py-sip/PyKDE4/kparts/plugin.sip -share/py-sip/PyKDE4/kparts/scriptableextension.sip -share/py-sip/PyKDE4/kparts/statusbarextension.sip -share/py-sip/PyKDE4/kparts/textextension.sip -share/py-sip/PyKDE4/kterminal/kterminal.sip -share/py-sip/PyKDE4/kterminal/kterminalmod.sip -share/py-sip/PyKDE4/kterminal/terminal_interface.sip -share/py-sip/PyKDE4/kterminal/terminal_interface_v2.sip -share/py-sip/PyKDE4/ktexteditor/attribute.sip -share/py-sip/PyKDE4/ktexteditor/codecompletioninterface.sip -share/py-sip/PyKDE4/ktexteditor/codecompletionmodel.sip -share/py-sip/PyKDE4/ktexteditor/commandinterface.sip -share/py-sip/PyKDE4/ktexteditor/configinterface.sip -share/py-sip/PyKDE4/ktexteditor/configpage.sip -share/py-sip/PyKDE4/ktexteditor/containerinterface.sip -share/py-sip/PyKDE4/ktexteditor/cursor.sip -share/py-sip/PyKDE4/ktexteditor/cursorfeedback.sip -share/py-sip/PyKDE4/ktexteditor/document.sip -share/py-sip/PyKDE4/ktexteditor/editor.sip -share/py-sip/PyKDE4/ktexteditor/editorchooser.sip -share/py-sip/PyKDE4/ktexteditor/factory.sip -share/py-sip/PyKDE4/ktexteditor/ktexteditormod.sip -share/py-sip/PyKDE4/ktexteditor/markinterface.sip -share/py-sip/PyKDE4/ktexteditor/modificationinterface.sip -share/py-sip/PyKDE4/ktexteditor/plugin.sip -share/py-sip/PyKDE4/ktexteditor/range.sip -share/py-sip/PyKDE4/ktexteditor/rangefeedback.sip -share/py-sip/PyKDE4/ktexteditor/searchinterface.sip -share/py-sip/PyKDE4/ktexteditor/sessionconfiginterface.sip -share/py-sip/PyKDE4/ktexteditor/smartcursor.sip -share/py-sip/PyKDE4/ktexteditor/smartinterface.sip -share/py-sip/PyKDE4/ktexteditor/smartrange.sip -share/py-sip/PyKDE4/ktexteditor/templateinterface.sip -share/py-sip/PyKDE4/ktexteditor/texthintinterface.sip -share/py-sip/PyKDE4/ktexteditor/variableinterface.sip -share/py-sip/PyKDE4/ktexteditor/view.sip -share/py-sip/PyKDE4/kutils/dialog.sip -share/py-sip/PyKDE4/kutils/dispatcher.sip -share/py-sip/PyKDE4/kutils/kcmoduleinfo.sip -share/py-sip/PyKDE4/kutils/kcmoduleloader.sip -share/py-sip/PyKDE4/kutils/kcmoduleproxy.sip -share/py-sip/PyKDE4/kutils/kcmultidialog.sip -share/py-sip/PyKDE4/kutils/kemoticons.sip -share/py-sip/PyKDE4/kutils/kemoticonsprovider.sip -share/py-sip/PyKDE4/kutils/kemoticonstheme.sip -share/py-sip/PyKDE4/kutils/kidletime.sip -share/py-sip/PyKDE4/kutils/kpluginselector.sip -share/py-sip/PyKDE4/kutils/kprintpreview.sip -share/py-sip/PyKDE4/kutils/kutilsmod.sip -share/py-sip/PyKDE4/kutils/pluginpage.sip -share/py-sip/PyKDE4/nepomuk/andterm.sip -share/py-sip/PyKDE4/nepomuk/class.sip -share/py-sip/PyKDE4/nepomuk/comparisonterm.sip -share/py-sip/PyKDE4/nepomuk/entity.sip -share/py-sip/PyKDE4/nepomuk/file.sip -share/py-sip/PyKDE4/nepomuk/filequery.sip -share/py-sip/PyKDE4/nepomuk/global.sip -share/py-sip/PyKDE4/nepomuk/groupterm.sip -share/py-sip/PyKDE4/nepomuk/kmetadatatagcloud.sip -share/py-sip/PyKDE4/nepomuk/ktagcloudwidget.sip -share/py-sip/PyKDE4/nepomuk/ktagdisplaywidget.sip -share/py-sip/PyKDE4/nepomuk/literal.sip -share/py-sip/PyKDE4/nepomuk/literalterm.sip -share/py-sip/PyKDE4/nepomuk/ncal.sip -share/py-sip/PyKDE4/nepomuk/nco.sip -share/py-sip/PyKDE4/nepomuk/ndo.sip -share/py-sip/PyKDE4/nepomuk/negationterm.sip -share/py-sip/PyKDE4/nepomuk/nepomukmassupdatejob.sip -share/py-sip/PyKDE4/nepomuk/nepomukmod.sip -share/py-sip/PyKDE4/nepomuk/nepomukontologyloader.sip -share/py-sip/PyKDE4/nepomuk/nepomukservice.sip -share/py-sip/PyKDE4/nepomuk/nfo.sip -share/py-sip/PyKDE4/nepomuk/nie.sip -share/py-sip/PyKDE4/nepomuk/nmm.sip -share/py-sip/PyKDE4/nepomuk/nuao.sip -share/py-sip/PyKDE4/nepomuk/ontology.sip -share/py-sip/PyKDE4/nepomuk/optionalterm.sip -share/py-sip/PyKDE4/nepomuk/orterm.sip -share/py-sip/PyKDE4/nepomuk/pimo.sip -share/py-sip/PyKDE4/nepomuk/property.sip -share/py-sip/PyKDE4/nepomuk/query.sip -share/py-sip/PyKDE4/nepomuk/queryparser.sip -share/py-sip/PyKDE4/nepomuk/queryserviceclient.sip -share/py-sip/PyKDE4/nepomuk/resource.sip -share/py-sip/PyKDE4/nepomuk/resourcemanager.sip -share/py-sip/PyKDE4/nepomuk/resourceterm.sip -share/py-sip/PyKDE4/nepomuk/resourcetypeterm.sip -share/py-sip/PyKDE4/nepomuk/result.sip -share/py-sip/PyKDE4/nepomuk/simpleterm.sip -share/py-sip/PyKDE4/nepomuk/standardqueries.sip -share/py-sip/PyKDE4/nepomuk/tag.sip -share/py-sip/PyKDE4/nepomuk/tagwidget.sip -share/py-sip/PyKDE4/nepomuk/term.sip -share/py-sip/PyKDE4/nepomuk/thing.sip -share/py-sip/PyKDE4/nepomuk/tmo.sip -share/py-sip/PyKDE4/nepomuk/tools.sip -share/py-sip/PyKDE4/nepomuk/variant.sip -share/py-sip/PyKDE4/phonon/abstractaudiodataoutput.sip -share/py-sip/PyKDE4/phonon/abstractaudiooutput.sip -share/py-sip/PyKDE4/phonon/abstractmediastream.sip -share/py-sip/PyKDE4/phonon/abstractvideodataoutput.sip -share/py-sip/PyKDE4/phonon/abstractvideooutput.sip -share/py-sip/PyKDE4/phonon/audiodataoutput.sip -share/py-sip/PyKDE4/phonon/audiodataoutputinterface.sip -share/py-sip/PyKDE4/phonon/audioformat.sip -share/py-sip/PyKDE4/phonon/audiooutput.sip -share/py-sip/PyKDE4/phonon/avcapture.sip -share/py-sip/PyKDE4/phonon/backendcapabilities.sip -share/py-sip/PyKDE4/phonon/effect.sip -share/py-sip/PyKDE4/phonon/effectparameter.sip -share/py-sip/PyKDE4/phonon/effectwidget.sip -share/py-sip/PyKDE4/phonon/experimental_phononnamespace.sip -share/py-sip/PyKDE4/phonon/globalconfig.sip -share/py-sip/PyKDE4/phonon/mediacontroller.sip -share/py-sip/PyKDE4/phonon/medianode.sip -share/py-sip/PyKDE4/phonon/mediaobject.sip -share/py-sip/PyKDE4/phonon/mediasource.sip -share/py-sip/PyKDE4/phonon/mrl.sip -share/py-sip/PyKDE4/phonon/objectdescription.sip -share/py-sip/PyKDE4/phonon/objectdescriptionmodel.sip -share/py-sip/PyKDE4/phonon/packet.sip -share/py-sip/PyKDE4/phonon/packetpool.sip -share/py-sip/PyKDE4/phonon/path.sip -share/py-sip/PyKDE4/phonon/phononmod.sip -share/py-sip/PyKDE4/phonon/phononnamespace.sip -share/py-sip/PyKDE4/phonon/pulsesupport.sip -share/py-sip/PyKDE4/phonon/seekslider.sip -share/py-sip/PyKDE4/phonon/snapshotinterface.sip -share/py-sip/PyKDE4/phonon/streaminterface.sip -share/py-sip/PyKDE4/phonon/videodataoutput.sip -share/py-sip/PyKDE4/phonon/videodataoutput2.sip -share/py-sip/PyKDE4/phonon/videodataoutputinterface.sip -share/py-sip/PyKDE4/phonon/videoframe.sip -share/py-sip/PyKDE4/phonon/videoframe2.sip -share/py-sip/PyKDE4/phonon/videoplayer.sip -share/py-sip/PyKDE4/phonon/videowidget.sip -share/py-sip/PyKDE4/phonon/videowidgetinterface.sip -share/py-sip/PyKDE4/phonon/visualization.sip -share/py-sip/PyKDE4/phonon/volumefadereffect.sip -share/py-sip/PyKDE4/phonon/volumeslider.sip -share/py-sip/PyKDE4/plasma/abstractdialogmanager.sip -share/py-sip/PyKDE4/plasma/abstractrunner.sip -share/py-sip/PyKDE4/plasma/abstracttoolbox.sip -share/py-sip/PyKDE4/plasma/accessappletjob.sip -share/py-sip/PyKDE4/plasma/accessmanager.sip -share/py-sip/PyKDE4/plasma/animation.sip -share/py-sip/PyKDE4/plasma/animationdriver.sip -share/py-sip/PyKDE4/plasma/animator.sip -share/py-sip/PyKDE4/plasma/applet.sip -share/py-sip/PyKDE4/plasma/appletscript.sip -share/py-sip/PyKDE4/plasma/authorizationinterface.sip -share/py-sip/PyKDE4/plasma/authorizationmanager.sip -share/py-sip/PyKDE4/plasma/authorizationrule.sip -share/py-sip/PyKDE4/plasma/busywidget.sip -share/py-sip/PyKDE4/plasma/checkbox.sip -share/py-sip/PyKDE4/plasma/clientpinrequest.sip -share/py-sip/PyKDE4/plasma/combobox.sip -share/py-sip/PyKDE4/plasma/configloader.sip -share/py-sip/PyKDE4/plasma/containment.sip -share/py-sip/PyKDE4/plasma/containmentactions.sip -share/py-sip/PyKDE4/plasma/containmentactionspluginsconfig.sip -share/py-sip/PyKDE4/plasma/context.sip -share/py-sip/PyKDE4/plasma/corona.sip -share/py-sip/PyKDE4/plasma/datacontainer.sip -share/py-sip/PyKDE4/plasma/dataengine.sip -share/py-sip/PyKDE4/plasma/dataenginemanager.sip -share/py-sip/PyKDE4/plasma/dataenginescript.sip -share/py-sip/PyKDE4/plasma/declarativewidget.sip -share/py-sip/PyKDE4/plasma/delegate.sip -share/py-sip/PyKDE4/plasma/dialog.sip -share/py-sip/PyKDE4/plasma/extender.sip -share/py-sip/PyKDE4/plasma/extendergroup.sip -share/py-sip/PyKDE4/plasma/extenderitem.sip -share/py-sip/PyKDE4/plasma/flashinglabel.sip -share/py-sip/PyKDE4/plasma/frame.sip -share/py-sip/PyKDE4/plasma/framesvg.sip -share/py-sip/PyKDE4/plasma/glapplet.sip -share/py-sip/PyKDE4/plasma/groupbox.sip -share/py-sip/PyKDE4/plasma/iconwidget.sip -share/py-sip/PyKDE4/plasma/itembackground.sip -share/py-sip/PyKDE4/plasma/label.sip -share/py-sip/PyKDE4/plasma/lineedit.sip -share/py-sip/PyKDE4/plasma/meter.sip -share/py-sip/PyKDE4/plasma/package.sip -share/py-sip/PyKDE4/plasma/packagemetadata.sip -share/py-sip/PyKDE4/plasma/packagestructure.sip -share/py-sip/PyKDE4/plasma/paintutils.sip -share/py-sip/PyKDE4/plasma/plasma.sip -share/py-sip/PyKDE4/plasma/plasmamod.sip -share/py-sip/PyKDE4/plasma/pluginloader.sip -share/py-sip/PyKDE4/plasma/popupapplet.sip -share/py-sip/PyKDE4/plasma/pushbutton.sip -share/py-sip/PyKDE4/plasma/querymatch.sip -share/py-sip/PyKDE4/plasma/radiobutton.sip -share/py-sip/PyKDE4/plasma/runnercontext.sip -share/py-sip/PyKDE4/plasma/runnermanager.sip -share/py-sip/PyKDE4/plasma/runnerscript.sip -share/py-sip/PyKDE4/plasma/runnersyntax.sip -share/py-sip/PyKDE4/plasma/scriptengine.sip -share/py-sip/PyKDE4/plasma/scrollbar.sip -share/py-sip/PyKDE4/plasma/scrollwidget.sip -share/py-sip/PyKDE4/plasma/separator.sip -share/py-sip/PyKDE4/plasma/service.sip -share/py-sip/PyKDE4/plasma/serviceaccessjob.sip -share/py-sip/PyKDE4/plasma/servicejob.sip -share/py-sip/PyKDE4/plasma/signalplotter.sip -share/py-sip/PyKDE4/plasma/slider.sip -share/py-sip/PyKDE4/plasma/spinbox.sip -share/py-sip/PyKDE4/plasma/svg.sip -share/py-sip/PyKDE4/plasma/svgwidget.sip -share/py-sip/PyKDE4/plasma/tabbar.sip -share/py-sip/PyKDE4/plasma/textbrowser.sip -share/py-sip/PyKDE4/plasma/textedit.sip -share/py-sip/PyKDE4/plasma/theme.sip -share/py-sip/PyKDE4/plasma/toolbutton.sip -share/py-sip/PyKDE4/plasma/tooltipcontent.sip -share/py-sip/PyKDE4/plasma/tooltipmanager.sip -share/py-sip/PyKDE4/plasma/treeview.sip -share/py-sip/PyKDE4/plasma/version.sip -share/py-sip/PyKDE4/plasma/videowidget.sip -share/py-sip/PyKDE4/plasma/view.sip -share/py-sip/PyKDE4/plasma/wallpaper.sip -share/py-sip/PyKDE4/plasma/wallpaperscript.sip -share/py-sip/PyKDE4/plasma/webview.sip -share/py-sip/PyKDE4/plasma/windoweffects.sip -share/py-sip/PyKDE4/polkitqt/action.sip -share/py-sip/PyKDE4/polkitqt/actionbutton.sip -share/py-sip/PyKDE4/polkitqt/actionbuttons.sip -share/py-sip/PyKDE4/polkitqt/auth.sip -share/py-sip/PyKDE4/polkitqt/context.sip -share/py-sip/PyKDE4/polkitqt/polkitqtmod.sip -share/py-sip/PyKDE4/solid/acadapter.sip -share/py-sip/PyKDE4/solid/audiointerface.sip -share/py-sip/PyKDE4/solid/battery.sip -share/py-sip/PyKDE4/solid/block.sip -share/py-sip/PyKDE4/solid/button.sip -share/py-sip/PyKDE4/solid/camera.sip -share/py-sip/PyKDE4/solid/device.sip -share/py-sip/PyKDE4/solid/deviceinterface.sip -share/py-sip/PyKDE4/solid/devicenotifier.sip -share/py-sip/PyKDE4/solid/dvbinterface.sip -share/py-sip/PyKDE4/solid/genericinterface.sip -share/py-sip/PyKDE4/solid/internetgateway.sip -share/py-sip/PyKDE4/solid/networking.sip -share/py-sip/PyKDE4/solid/networkinterface.sip -share/py-sip/PyKDE4/solid/networkshare.sip -share/py-sip/PyKDE4/solid/opticaldisc.sip -share/py-sip/PyKDE4/solid/opticaldrive.sip -share/py-sip/PyKDE4/solid/portablemediaplayer.sip -share/py-sip/PyKDE4/solid/powermanagement.sip -share/py-sip/PyKDE4/solid/predicate.sip -share/py-sip/PyKDE4/solid/processor.sip -share/py-sip/PyKDE4/solid/serialinterface.sip -share/py-sip/PyKDE4/solid/smartcardreader.sip -share/py-sip/PyKDE4/solid/solidmod.sip -share/py-sip/PyKDE4/solid/solidnamespace.sip -share/py-sip/PyKDE4/solid/storageaccess.sip -share/py-sip/PyKDE4/solid/storagedrive.sip -share/py-sip/PyKDE4/solid/storagevolume.sip -share/py-sip/PyKDE4/solid/video.sip -share/py-sip/PyKDE4/soprano/asyncmodel.sip -share/py-sip/PyKDE4/soprano/asyncquery.sip -share/py-sip/PyKDE4/soprano/asyncresult.sip -share/py-sip/PyKDE4/soprano/backend.sip -share/py-sip/PyKDE4/soprano/bindingset.sip -share/py-sip/PyKDE4/soprano/dbusclient.sip -share/py-sip/PyKDE4/soprano/dbusexportiterator.sip -share/py-sip/PyKDE4/soprano/dbusexportmodel.sip -share/py-sip/PyKDE4/soprano/dbusmodel.sip -share/py-sip/PyKDE4/soprano/dbusnodeiterator.sip -share/py-sip/PyKDE4/soprano/dbusqueryresultiterator.sip -share/py-sip/PyKDE4/soprano/dbusstatementiterator.sip -share/py-sip/PyKDE4/soprano/dummymodel.sip -share/py-sip/PyKDE4/soprano/error.sip -share/py-sip/PyKDE4/soprano/filtermodel.sip -share/py-sip/PyKDE4/soprano/global.sip -share/py-sip/PyKDE4/soprano/graph.sip -share/py-sip/PyKDE4/soprano/inferencemodel.sip -share/py-sip/PyKDE4/soprano/inferencerule.sip -share/py-sip/PyKDE4/soprano/inferenceruleparser.sip -share/py-sip/PyKDE4/soprano/inferenceruleset.sip -share/py-sip/PyKDE4/soprano/iterator.sip -share/py-sip/PyKDE4/soprano/iteratorbackend.sip -share/py-sip/PyKDE4/soprano/languagetag.sip -share/py-sip/PyKDE4/soprano/literalvalue.sip -share/py-sip/PyKDE4/soprano/localsocketclient.sip -share/py-sip/PyKDE4/soprano/locator.sip -share/py-sip/PyKDE4/soprano/model.sip -share/py-sip/PyKDE4/soprano/mutexmodel.sip -share/py-sip/PyKDE4/soprano/nao.sip -share/py-sip/PyKDE4/soprano/node.sip -share/py-sip/PyKDE4/soprano/nodeiterator.sip -share/py-sip/PyKDE4/soprano/nodepattern.sip -share/py-sip/PyKDE4/soprano/nrl.sip -share/py-sip/PyKDE4/soprano/nrlmodel.sip -share/py-sip/PyKDE4/soprano/owl.sip -share/py-sip/PyKDE4/soprano/parser.sip -share/py-sip/PyKDE4/soprano/plugin.sip -share/py-sip/PyKDE4/soprano/pluginmanager.sip -share/py-sip/PyKDE4/soprano/queryresultiterator.sip -share/py-sip/PyKDE4/soprano/queryresultiteratorbackend.sip -share/py-sip/PyKDE4/soprano/rdf.sip -share/py-sip/PyKDE4/soprano/rdfs.sip -share/py-sip/PyKDE4/soprano/rdfschemamodel.sip -share/py-sip/PyKDE4/soprano/readonlymodel.sip -share/py-sip/PyKDE4/soprano/serializer.sip -share/py-sip/PyKDE4/soprano/servercore.sip -share/py-sip/PyKDE4/soprano/signalcachemodel.sip -share/py-sip/PyKDE4/soprano/sil.sip -share/py-sip/PyKDE4/soprano/simplenodeiterator.sip -share/py-sip/PyKDE4/soprano/simplestatementiterator.sip -share/py-sip/PyKDE4/soprano/sopranomod.sip -share/py-sip/PyKDE4/soprano/sopranotypes.sip -share/py-sip/PyKDE4/soprano/sparqlmodel.sip -share/py-sip/PyKDE4/soprano/statement.sip -share/py-sip/PyKDE4/soprano/statementiterator.sip -share/py-sip/PyKDE4/soprano/statementpattern.sip -share/py-sip/PyKDE4/soprano/storagemodel.sip -share/py-sip/PyKDE4/soprano/tcpclient.sip -share/py-sip/PyKDE4/soprano/xesam.sip -share/py-sip/PyKDE4/soprano/xsd.sip -@dirrm share/py-sip/PyKDE4/soprano -@dirrm share/py-sip/PyKDE4/solid -@dirrm share/py-sip/PyKDE4/polkitqt -@dirrm share/py-sip/PyKDE4/plasma -@dirrm share/py-sip/PyKDE4/phonon -@dirrm share/py-sip/PyKDE4/nepomuk -@dirrm share/py-sip/PyKDE4/kutils -@dirrm share/py-sip/PyKDE4/ktexteditor -@dirrm share/py-sip/PyKDE4/kterminal -@dirrm share/py-sip/PyKDE4/kparts -@dirrm share/py-sip/PyKDE4/knewstuff -@dirrm share/py-sip/PyKDE4/kio -@dirrm share/py-sip/PyKDE4/khtml -@dirrm share/py-sip/PyKDE4/kdeui -@dirrm share/py-sip/PyKDE4/kdecore -@dirrm share/py-sip/PyKDE4/dnssd -@dirrm share/py-sip/PyKDE4/akonadi -@dirrm share/py-sip/PyKDE4 -@dirrmtry share/py-sip +%%SIPDIR%%/PyKDE4/akonadi/abstractdifferencesreporter.sip +%%SIPDIR%%/PyKDE4/akonadi/addressattribute.sip +%%SIPDIR%%/PyKDE4/akonadi/agentactionmanager.sip +%%SIPDIR%%/PyKDE4/akonadi/agentbase.sip +%%SIPDIR%%/PyKDE4/akonadi/agentfactory.sip +%%SIPDIR%%/PyKDE4/akonadi/agentfilterproxymodel.sip +%%SIPDIR%%/PyKDE4/akonadi/agentinstance.sip +%%SIPDIR%%/PyKDE4/akonadi/agentinstancecreatejob.sip +%%SIPDIR%%/PyKDE4/akonadi/agentinstancemodel.sip +%%SIPDIR%%/PyKDE4/akonadi/agentinstancewidget.sip +%%SIPDIR%%/PyKDE4/akonadi/agentmanager.sip +%%SIPDIR%%/PyKDE4/akonadi/agentsearchinterface.sip +%%SIPDIR%%/PyKDE4/akonadi/agenttype.sip +%%SIPDIR%%/PyKDE4/akonadi/agenttypedialog.sip +%%SIPDIR%%/PyKDE4/akonadi/agenttypemodel.sip +%%SIPDIR%%/PyKDE4/akonadi/agenttypewidget.sip +%%SIPDIR%%/PyKDE4/akonadi/akonadimod.sip +%%SIPDIR%%/PyKDE4/akonadi/attribute.sip +%%SIPDIR%%/PyKDE4/akonadi/attributefactory.sip +%%SIPDIR%%/PyKDE4/akonadi/cachepolicy.sip +%%SIPDIR%%/PyKDE4/akonadi/changerecorder.sip +%%SIPDIR%%/PyKDE4/akonadi/collection.sip +%%SIPDIR%%/PyKDE4/akonadi/collectionattributessynchronizationjob.sip +%%SIPDIR%%/PyKDE4/akonadi/collectioncombobox.sip +%%SIPDIR%%/PyKDE4/akonadi/collectioncopyjob.sip +%%SIPDIR%%/PyKDE4/akonadi/collectioncreatejob.sip +%%SIPDIR%%/PyKDE4/akonadi/collectiondeletejob.sip +%%SIPDIR%%/PyKDE4/akonadi/collectiondialog.sip +%%SIPDIR%%/PyKDE4/akonadi/collectionfetchjob.sip +%%SIPDIR%%/PyKDE4/akonadi/collectionfetchscope.sip +%%SIPDIR%%/PyKDE4/akonadi/collectionfilterproxymodel.sip +%%SIPDIR%%/PyKDE4/akonadi/collectionmodel.sip +%%SIPDIR%%/PyKDE4/akonadi/collectionmodifyjob.sip +%%SIPDIR%%/PyKDE4/akonadi/collectionmovejob.sip +%%SIPDIR%%/PyKDE4/akonadi/collectionpropertiesdialog.sip +%%SIPDIR%%/PyKDE4/akonadi/collectionpropertiespage.sip +%%SIPDIR%%/PyKDE4/akonadi/collectionquotaattribute.sip +%%SIPDIR%%/PyKDE4/akonadi/collectionrequester.sip +%%SIPDIR%%/PyKDE4/akonadi/collectionstatistics.sip +%%SIPDIR%%/PyKDE4/akonadi/collectionstatisticsdelegate.sip +%%SIPDIR%%/PyKDE4/akonadi/collectionstatisticsjob.sip +%%SIPDIR%%/PyKDE4/akonadi/collectionstatisticsmodel.sip +%%SIPDIR%%/PyKDE4/akonadi/collectionutils_p.sip +%%SIPDIR%%/PyKDE4/akonadi/collectionview.sip +%%SIPDIR%%/PyKDE4/akonadi/control.sip +%%SIPDIR%%/PyKDE4/akonadi/differencesalgorithminterface.sip +%%SIPDIR%%/PyKDE4/akonadi/entity.sip +%%SIPDIR%%/PyKDE4/akonadi/entitydeletedattribute.sip +%%SIPDIR%%/PyKDE4/akonadi/entitydisplayattribute.sip +%%SIPDIR%%/PyKDE4/akonadi/entityhiddenattribute.sip +%%SIPDIR%%/PyKDE4/akonadi/entitylistview.sip +%%SIPDIR%%/PyKDE4/akonadi/entitymimetypefiltermodel.sip +%%SIPDIR%%/PyKDE4/akonadi/entityorderproxymodel.sip +%%SIPDIR%%/PyKDE4/akonadi/entityrightsfiltermodel.sip +%%SIPDIR%%/PyKDE4/akonadi/entitytreemodel.sip +%%SIPDIR%%/PyKDE4/akonadi/entitytreeview.sip +%%SIPDIR%%/PyKDE4/akonadi/entitytreeviewstatesaver.sip +%%SIPDIR%%/PyKDE4/akonadi/etmviewstatesaver.sip +%%SIPDIR%%/PyKDE4/akonadi/favoritecollectionsmodel.sip +%%SIPDIR%%/PyKDE4/akonadi/indexpolicyattribute.sip +%%SIPDIR%%/PyKDE4/akonadi/item.sip +%%SIPDIR%%/PyKDE4/akonadi/itemcopyjob.sip +%%SIPDIR%%/PyKDE4/akonadi/itemcreatejob.sip +%%SIPDIR%%/PyKDE4/akonadi/itemdeletejob.sip +%%SIPDIR%%/PyKDE4/akonadi/itemfetchjob.sip +%%SIPDIR%%/PyKDE4/akonadi/itemfetchscope.sip +%%SIPDIR%%/PyKDE4/akonadi/itemmodel.sip +%%SIPDIR%%/PyKDE4/akonadi/itemmodifyjob.sip +%%SIPDIR%%/PyKDE4/akonadi/itemmonitor.sip +%%SIPDIR%%/PyKDE4/akonadi/itemmovejob.sip +%%SIPDIR%%/PyKDE4/akonadi/itemsearchjob.sip +%%SIPDIR%%/PyKDE4/akonadi/itemserializerplugin.sip +%%SIPDIR%%/PyKDE4/akonadi/itemsync.sip +%%SIPDIR%%/PyKDE4/akonadi/itemview.sip +%%SIPDIR%%/PyKDE4/akonadi/job.sip +%%SIPDIR%%/PyKDE4/akonadi/linkjob.sip +%%SIPDIR%%/PyKDE4/akonadi/messageflags.sip +%%SIPDIR%%/PyKDE4/akonadi/messagefolderattribute.sip +%%SIPDIR%%/PyKDE4/akonadi/messagemodel.sip +%%SIPDIR%%/PyKDE4/akonadi/messageparts.sip +%%SIPDIR%%/PyKDE4/akonadi/messagestatus.sip +%%SIPDIR%%/PyKDE4/akonadi/messagethreaderproxymodel.sip +%%SIPDIR%%/PyKDE4/akonadi/messagethreadingattribute.sip +%%SIPDIR%%/PyKDE4/akonadi/mimetypechecker.sip +%%SIPDIR%%/PyKDE4/akonadi/monitor.sip +%%SIPDIR%%/PyKDE4/akonadi/partfetcher.sip +%%SIPDIR%%/PyKDE4/akonadi/persistentsearchattribute.sip +%%SIPDIR%%/PyKDE4/akonadi/preprocessorbase.sip +%%SIPDIR%%/PyKDE4/akonadi/recursivecollectionfilterproxymodel.sip +%%SIPDIR%%/PyKDE4/akonadi/recursiveitemfetchjob.sip +%%SIPDIR%%/PyKDE4/akonadi/resourcebase.sip +%%SIPDIR%%/PyKDE4/akonadi/resourcebasesettings.sip +%%SIPDIR%%/PyKDE4/akonadi/resourcesettings.sip +%%SIPDIR%%/PyKDE4/akonadi/resourcesynchronizationjob.sip +%%SIPDIR%%/PyKDE4/akonadi/searchcreatejob.sip +%%SIPDIR%%/PyKDE4/akonadi/selectionproxymodel.sip +%%SIPDIR%%/PyKDE4/akonadi/servermanager.sip +%%SIPDIR%%/PyKDE4/akonadi/session.sip +%%SIPDIR%%/PyKDE4/akonadi/specialcollections.sip +%%SIPDIR%%/PyKDE4/akonadi/specialcollectionsrequestjob.sip +%%SIPDIR%%/PyKDE4/akonadi/specialmailcollections.sip +%%SIPDIR%%/PyKDE4/akonadi/specialmailcollectionsrequestjob.sip +%%SIPDIR%%/PyKDE4/akonadi/standardactionmanager.sip +%%SIPDIR%%/PyKDE4/akonadi/standardmailactionmanager.sip +%%SIPDIR%%/PyKDE4/akonadi/statisticsproxymodel.sip +%%SIPDIR%%/PyKDE4/akonadi/transactionjobs.sip +%%SIPDIR%%/PyKDE4/akonadi/transactionsequence.sip +%%SIPDIR%%/PyKDE4/akonadi/transportresourcebase.sip +%%SIPDIR%%/PyKDE4/akonadi/trashfilterproxymodel.sip +%%SIPDIR%%/PyKDE4/akonadi/trashjob.sip +%%SIPDIR%%/PyKDE4/akonadi/trashrestorejob.sip +%%SIPDIR%%/PyKDE4/akonadi/trashsettings.sip +%%SIPDIR%%/PyKDE4/akonadi/unlinkjob.sip +%%SIPDIR%%/PyKDE4/dnssd/dnssdmod.sip +%%SIPDIR%%/PyKDE4/dnssd/domainbrowser.sip +%%SIPDIR%%/PyKDE4/dnssd/domainmodel.sip +%%SIPDIR%%/PyKDE4/dnssd/publicservice.sip +%%SIPDIR%%/PyKDE4/dnssd/remoteservice.sip +%%SIPDIR%%/PyKDE4/dnssd/servicebase.sip +%%SIPDIR%%/PyKDE4/dnssd/servicebrowser.sip +%%SIPDIR%%/PyKDE4/dnssd/servicemodel.sip +%%SIPDIR%%/PyKDE4/dnssd/servicetypebrowser.sip +%%SIPDIR%%/PyKDE4/glossary.html +%%SIPDIR%%/PyKDE4/kdecore/backgroundchecker.sip +%%SIPDIR%%/PyKDE4/kdecore/globals.sip +%%SIPDIR%%/PyKDE4/kdecore/kaboutdata.sip +%%SIPDIR%%/PyKDE4/kdecore/kascii.sip +%%SIPDIR%%/PyKDE4/kdecore/kauthaction.sip +%%SIPDIR%%/PyKDE4/kdecore/kauthactionreply.sip +%%SIPDIR%%/PyKDE4/kdecore/kauthactionwatcher.sip +%%SIPDIR%%/PyKDE4/kdecore/kauthhelpersupport.sip +%%SIPDIR%%/PyKDE4/kdecore/kauthorized.sip +%%SIPDIR%%/PyKDE4/kdecore/kautosavefile.sip +%%SIPDIR%%/PyKDE4/kdecore/kautostart.sip +%%SIPDIR%%/PyKDE4/kdecore/kcalendarsystem.sip +%%SIPDIR%%/PyKDE4/kdecore/kcharsets.sip +%%SIPDIR%%/PyKDE4/kdecore/kcmdlineargs.sip +%%SIPDIR%%/PyKDE4/kdecore/kcomponentdata.sip +%%SIPDIR%%/PyKDE4/kdecore/kcompositejob.sip +%%SIPDIR%%/PyKDE4/kdecore/kconfig.sip +%%SIPDIR%%/PyKDE4/kdecore/kconfigbase.sip +%%SIPDIR%%/PyKDE4/kdecore/kconfigdata.sip +%%SIPDIR%%/PyKDE4/kdecore/kconfiggroup.sip +%%SIPDIR%%/PyKDE4/kdecore/kconfigini.sip +%%SIPDIR%%/PyKDE4/kdecore/kcoreconfigskeleton.sip +%%SIPDIR%%/PyKDE4/kdecore/kcurrencycode.sip +%%SIPDIR%%/PyKDE4/kdecore/kdatetime.sip +%%SIPDIR%%/PyKDE4/kdecore/kdecoremod.sip +%%SIPDIR%%/PyKDE4/kdecore/kdedmodule.sip +%%SIPDIR%%/PyKDE4/kdecore/kdesktopfile.sip +%%SIPDIR%%/PyKDE4/kdecore/kencodingdetector.sip +%%SIPDIR%%/PyKDE4/kdecore/kencodingprober.sip +%%SIPDIR%%/PyKDE4/kdecore/kexportplugin.sip +%%SIPDIR%%/PyKDE4/kdecore/kfilterbase.sip +%%SIPDIR%%/PyKDE4/kdecore/kfilterdev.sip +%%SIPDIR%%/PyKDE4/kdecore/kglobal.sip +%%SIPDIR%%/PyKDE4/kdecore/kjob.sip +%%SIPDIR%%/PyKDE4/kdecore/kjobtrackerinterface.sip +%%SIPDIR%%/PyKDE4/kdecore/kjobuidelegate.sip +%%SIPDIR%%/PyKDE4/kdecore/klibloader.sip +%%SIPDIR%%/PyKDE4/kdecore/klibrary.sip +%%SIPDIR%%/PyKDE4/kdecore/klocale.sip +%%SIPDIR%%/PyKDE4/kdecore/klocalizeddate.sip +%%SIPDIR%%/PyKDE4/kdecore/klocalizedstring.sip +%%SIPDIR%%/PyKDE4/kdecore/klocalsocket.sip +%%SIPDIR%%/PyKDE4/kdecore/klockfile.sip +%%SIPDIR%%/PyKDE4/kdecore/kmacroexpander.sip +%%SIPDIR%%/PyKDE4/kdecore/kmessage.sip +%%SIPDIR%%/PyKDE4/kdecore/kmimetype.sip +%%SIPDIR%%/PyKDE4/kdecore/kmimetypetrader.sip +%%SIPDIR%%/PyKDE4/kdecore/kpluginfactory.sip +%%SIPDIR%%/PyKDE4/kdecore/kplugininfo.sip +%%SIPDIR%%/PyKDE4/kdecore/kpluginloader.sip +%%SIPDIR%%/PyKDE4/kdecore/kprocess.sip +%%SIPDIR%%/PyKDE4/kdecore/kprotocolinfo.sip +%%SIPDIR%%/PyKDE4/kdecore/kpty.sip +%%SIPDIR%%/PyKDE4/kdecore/kptydevice.sip +%%SIPDIR%%/PyKDE4/kdecore/kptyprocess.sip +%%SIPDIR%%/PyKDE4/kdecore/krandom.sip +%%SIPDIR%%/PyKDE4/kdecore/krandomsequence.sip +%%SIPDIR%%/PyKDE4/kdecore/ksavefile.sip +%%SIPDIR%%/PyKDE4/kdecore/kservice.sip +%%SIPDIR%%/PyKDE4/kdecore/kserviceaction.sip +%%SIPDIR%%/PyKDE4/kdecore/kservicegroup.sip +%%SIPDIR%%/PyKDE4/kdecore/kservicetype.sip +%%SIPDIR%%/PyKDE4/kdecore/kservicetypeprofile.sip +%%SIPDIR%%/PyKDE4/kdecore/kservicetypetrader.sip +%%SIPDIR%%/PyKDE4/kdecore/ksharedconfig.sip +%%SIPDIR%%/PyKDE4/kdecore/kshell.sip +%%SIPDIR%%/PyKDE4/kdecore/ksocketfactory.sip +%%SIPDIR%%/PyKDE4/kdecore/kstandarddirs.sip +%%SIPDIR%%/PyKDE4/kdecore/kstaticdeleter.sip +%%SIPDIR%%/PyKDE4/kdecore/kstringhandler.sip +%%SIPDIR%%/PyKDE4/kdecore/ksycoca.sip +%%SIPDIR%%/PyKDE4/kdecore/ksycocaentry.sip +%%SIPDIR%%/PyKDE4/kdecore/ksycocatype.sip +%%SIPDIR%%/PyKDE4/kdecore/ksystemtimezone.sip +%%SIPDIR%%/PyKDE4/kdecore/ktcpsocket.sip +%%SIPDIR%%/PyKDE4/kdecore/ktempdir.sip +%%SIPDIR%%/PyKDE4/kdecore/ktemporaryfile.sip +%%SIPDIR%%/PyKDE4/kdecore/ktimezone.sip +%%SIPDIR%%/PyKDE4/kdecore/ktoolinvocation.sip +%%SIPDIR%%/PyKDE4/kdecore/ktzfiletimezone.sip +%%SIPDIR%%/PyKDE4/kdecore/kurl.sip +%%SIPDIR%%/PyKDE4/kdecore/kuser.sip +%%SIPDIR%%/PyKDE4/kdecore/speller.sip +%%SIPDIR%%/PyKDE4/kdecore/typedefs.sip +%%SIPDIR%%/PyKDE4/kdeui/configdialog.sip +%%SIPDIR%%/PyKDE4/kdeui/configwidget.sip +%%SIPDIR%%/PyKDE4/kdeui/dialog.sip +%%SIPDIR%%/PyKDE4/kdeui/dictionarycombobox.sip +%%SIPDIR%%/PyKDE4/kdeui/fixx11h.sip +%%SIPDIR%%/PyKDE4/kdeui/highlighter.sip +%%SIPDIR%%/PyKDE4/kdeui/k3icon_p.sip +%%SIPDIR%%/PyKDE4/kdeui/kaboutapplicationdialog.sip +%%SIPDIR%%/PyKDE4/kdeui/kabstractwidgetjobtracker.sip +%%SIPDIR%%/PyKDE4/kdeui/kacceleratormanager.sip +%%SIPDIR%%/PyKDE4/kdeui/kaccelgen.sip +%%SIPDIR%%/PyKDE4/kdeui/kaction.sip +%%SIPDIR%%/PyKDE4/kdeui/kactioncategory.sip +%%SIPDIR%%/PyKDE4/kdeui/kactioncollection.sip +%%SIPDIR%%/PyKDE4/kdeui/kactionmenu.sip +%%SIPDIR%%/PyKDE4/kdeui/kactionselector.sip +%%SIPDIR%%/PyKDE4/kdeui/kanimatedbutton.sip +%%SIPDIR%%/PyKDE4/kdeui/kapplication.sip +%%SIPDIR%%/PyKDE4/kdeui/karrowbutton.sip +%%SIPDIR%%/PyKDE4/kdeui/kassistantdialog.sip +%%SIPDIR%%/PyKDE4/kdeui/kbreadcrumbselectionmodel.sip +%%SIPDIR%%/PyKDE4/kdeui/kbugreport.sip +%%SIPDIR%%/PyKDE4/kdeui/kbuttongroup.sip +%%SIPDIR%%/PyKDE4/kdeui/kcapacitybar.sip +%%SIPDIR%%/PyKDE4/kdeui/kcategorizedsortfilterproxymodel.sip +%%SIPDIR%%/PyKDE4/kdeui/kcategorizedview.sip +%%SIPDIR%%/PyKDE4/kdeui/kcategorydrawer.sip +%%SIPDIR%%/PyKDE4/kdeui/kcharselect.sip +%%SIPDIR%%/PyKDE4/kdeui/kcheckableproxymodel.sip +%%SIPDIR%%/PyKDE4/kdeui/kcmodule.sip +%%SIPDIR%%/PyKDE4/kdeui/kcodecaction.sip +%%SIPDIR%%/PyKDE4/kdeui/kcolorbutton.sip +%%SIPDIR%%/PyKDE4/kdeui/kcolorchoosermode.sip +%%SIPDIR%%/PyKDE4/kdeui/kcolorcollection.sip +%%SIPDIR%%/PyKDE4/kdeui/kcolorcombo.sip +%%SIPDIR%%/PyKDE4/kdeui/kcolordialog.sip +%%SIPDIR%%/PyKDE4/kdeui/kcolormimedata.sip +%%SIPDIR%%/PyKDE4/kdeui/kcolorscheme.sip +%%SIPDIR%%/PyKDE4/kdeui/kcolorutils.sip +%%SIPDIR%%/PyKDE4/kdeui/kcolorvalueselector.sip +%%SIPDIR%%/PyKDE4/kdeui/kcombobox.sip +%%SIPDIR%%/PyKDE4/kdeui/kcompletion.sip +%%SIPDIR%%/PyKDE4/kdeui/kcompletionbox.sip +%%SIPDIR%%/PyKDE4/kdeui/kconfigdialog.sip +%%SIPDIR%%/PyKDE4/kdeui/kconfigdialogmanager.sip +%%SIPDIR%%/PyKDE4/kdeui/kconfigskeleton.sip +%%SIPDIR%%/PyKDE4/kdeui/kcrash.sip +%%SIPDIR%%/PyKDE4/kdeui/kcursor.sip +%%SIPDIR%%/PyKDE4/kdeui/kdatecombobox.sip +%%SIPDIR%%/PyKDE4/kdeui/kdatepicker.sip +%%SIPDIR%%/PyKDE4/kdeui/kdatetable.sip +%%SIPDIR%%/PyKDE4/kdeui/kdatetimeedit.sip +%%SIPDIR%%/PyKDE4/kdeui/kdatetimewidget.sip +%%SIPDIR%%/PyKDE4/kdeui/kdatewidget.sip +%%SIPDIR%%/PyKDE4/kdeui/kdeprintdialog.sip +%%SIPDIR%%/PyKDE4/kdeui/kdescendantsproxymodel.sip +%%SIPDIR%%/PyKDE4/kdeui/kdeuimod.sip +%%SIPDIR%%/PyKDE4/kdeui/kdialog.sip +%%SIPDIR%%/PyKDE4/kdeui/kdialogbuttonbox.sip +%%SIPDIR%%/PyKDE4/kdeui/kdialogjobuidelegate.sip +%%SIPDIR%%/PyKDE4/kdeui/kdualaction.sip +%%SIPDIR%%/PyKDE4/kdeui/keditlistbox.sip +%%SIPDIR%%/PyKDE4/kdeui/keditlistwidget.sip +%%SIPDIR%%/PyKDE4/kdeui/kedittoolbar.sip +%%SIPDIR%%/PyKDE4/kdeui/kextendableitemdelegate.sip +%%SIPDIR%%/PyKDE4/kdeui/kfadewidgeteffect.sip +%%SIPDIR%%/PyKDE4/kdeui/kfilterproxysearchline.sip +%%SIPDIR%%/PyKDE4/kdeui/kfind.sip +%%SIPDIR%%/PyKDE4/kdeui/kfinddialog.sip +%%SIPDIR%%/PyKDE4/kdeui/kfontaction.sip +%%SIPDIR%%/PyKDE4/kdeui/kfontchooser.sip +%%SIPDIR%%/PyKDE4/kdeui/kfontcombobox.sip +%%SIPDIR%%/PyKDE4/kdeui/kfontdialog.sip +%%SIPDIR%%/PyKDE4/kdeui/kfontrequester.sip +%%SIPDIR%%/PyKDE4/kdeui/kfontsizeaction.sip +%%SIPDIR%%/PyKDE4/kdeui/kfontutils.sip +%%SIPDIR%%/PyKDE4/kdeui/kgesture.sip +%%SIPDIR%%/PyKDE4/kdeui/kglobalaccel.sip +%%SIPDIR%%/PyKDE4/kdeui/kglobalsettings.sip +%%SIPDIR%%/PyKDE4/kdeui/kglobalshortcutinfo.sip +%%SIPDIR%%/PyKDE4/kdeui/kguiitem.sip +%%SIPDIR%%/PyKDE4/kdeui/khbox.sip +%%SIPDIR%%/PyKDE4/kdeui/khelpmenu.sip +%%SIPDIR%%/PyKDE4/kdeui/khistorycombobox.sip +%%SIPDIR%%/PyKDE4/kdeui/khuesaturationselect.sip +%%SIPDIR%%/PyKDE4/kdeui/kicon.sip +%%SIPDIR%%/PyKDE4/kdeui/kiconcache.sip +%%SIPDIR%%/PyKDE4/kdeui/kiconeffect.sip +%%SIPDIR%%/PyKDE4/kdeui/kiconloader.sip +%%SIPDIR%%/PyKDE4/kdeui/kicontheme.sip +%%SIPDIR%%/PyKDE4/kdeui/kidentityproxymodel.sip +%%SIPDIR%%/PyKDE4/kdeui/kinputdialog.sip +%%SIPDIR%%/PyKDE4/kdeui/kkeysequencewidget.sip +%%SIPDIR%%/PyKDE4/kdeui/kkeyserver.sip +%%SIPDIR%%/PyKDE4/kdeui/kkeyserver_x11.sip +%%SIPDIR%%/PyKDE4/kdeui/klanguagebutton.sip +%%SIPDIR%%/PyKDE4/kdeui/kled.sip +%%SIPDIR%%/PyKDE4/kdeui/klineedit.sip +%%SIPDIR%%/PyKDE4/kdeui/klinkitemselectionmodel.sip +%%SIPDIR%%/PyKDE4/kdeui/klistwidget.sip +%%SIPDIR%%/PyKDE4/kdeui/klistwidgetsearchline.sip +%%SIPDIR%%/PyKDE4/kdeui/kmainwindow.sip +%%SIPDIR%%/PyKDE4/kdeui/kmanagerselection.sip +%%SIPDIR%%/PyKDE4/kdeui/kmenu.sip +%%SIPDIR%%/PyKDE4/kdeui/kmenubar.sip +%%SIPDIR%%/PyKDE4/kdeui/kmessagebox.sip +%%SIPDIR%%/PyKDE4/kdeui/kmessageboxmessagehandler.sip +%%SIPDIR%%/PyKDE4/kdeui/kmessagewidget.sip +%%SIPDIR%%/PyKDE4/kdeui/kmodelindexproxymapper.sip +%%SIPDIR%%/PyKDE4/kdeui/kmodifierkeyinfo.sip +%%SIPDIR%%/PyKDE4/kdeui/kmultitabbar.sip +%%SIPDIR%%/PyKDE4/kdeui/knewpassworddialog.sip +%%SIPDIR%%/PyKDE4/kdeui/knotification.sip +%%SIPDIR%%/PyKDE4/kdeui/knotificationrestrictions.sip +%%SIPDIR%%/PyKDE4/kdeui/knuminput.sip +%%SIPDIR%%/PyKDE4/kdeui/knumvalidator.sip +%%SIPDIR%%/PyKDE4/kdeui/kpagedialog.sip +%%SIPDIR%%/PyKDE4/kdeui/kpagemodel.sip +%%SIPDIR%%/PyKDE4/kdeui/kpageview.sip +%%SIPDIR%%/PyKDE4/kdeui/kpagewidget.sip +%%SIPDIR%%/PyKDE4/kdeui/kpagewidgetmodel.sip +%%SIPDIR%%/PyKDE4/kdeui/kpassivepopup.sip +%%SIPDIR%%/PyKDE4/kdeui/kpassivepopupmessagehandler.sip +%%SIPDIR%%/PyKDE4/kdeui/kpassworddialog.sip +%%SIPDIR%%/PyKDE4/kdeui/kpastetextaction.sip +%%SIPDIR%%/PyKDE4/kdeui/kpixmapcache.sip +%%SIPDIR%%/PyKDE4/kdeui/kpixmapprovider.sip +%%SIPDIR%%/PyKDE4/kdeui/kpixmapregionselectordialog.sip +%%SIPDIR%%/PyKDE4/kdeui/kpixmapregionselectorwidget.sip +%%SIPDIR%%/PyKDE4/kdeui/kpixmapsequence.sip +%%SIPDIR%%/PyKDE4/kdeui/kpixmapsequenceoverlaypainter.sip +%%SIPDIR%%/PyKDE4/kdeui/kpixmapsequencewidget.sip +%%SIPDIR%%/PyKDE4/kdeui/kplotaxis.sip +%%SIPDIR%%/PyKDE4/kdeui/kplotobject.sip +%%SIPDIR%%/PyKDE4/kdeui/kplotpoint.sip +%%SIPDIR%%/PyKDE4/kdeui/kplotwidget.sip +%%SIPDIR%%/PyKDE4/kdeui/kprogressdialog.sip +%%SIPDIR%%/PyKDE4/kdeui/kpushbutton.sip +%%SIPDIR%%/PyKDE4/kdeui/kratingpainter.sip +%%SIPDIR%%/PyKDE4/kdeui/kratingwidget.sip +%%SIPDIR%%/PyKDE4/kdeui/krecentfilesaction.sip +%%SIPDIR%%/PyKDE4/kdeui/krecursivefilterproxymodel.sip +%%SIPDIR%%/PyKDE4/kdeui/kreplace.sip +%%SIPDIR%%/PyKDE4/kdeui/kreplacedialog.sip +%%SIPDIR%%/PyKDE4/kdeui/krestrictedline.sip +%%SIPDIR%%/PyKDE4/kdeui/krichtextedit.sip +%%SIPDIR%%/PyKDE4/kdeui/krichtextwidget.sip +%%SIPDIR%%/PyKDE4/kdeui/kruler.sip +%%SIPDIR%%/PyKDE4/kdeui/kselectaction.sip +%%SIPDIR%%/PyKDE4/kdeui/kselectionproxymodel.sip +%%SIPDIR%%/PyKDE4/kdeui/kselector.sip +%%SIPDIR%%/PyKDE4/kdeui/kseparator.sip +%%SIPDIR%%/PyKDE4/kdeui/ksessionmanager.sip +%%SIPDIR%%/PyKDE4/kdeui/kshortcut.sip +%%SIPDIR%%/PyKDE4/kdeui/kshortcutsdialog.sip +%%SIPDIR%%/PyKDE4/kdeui/kshortcutseditor.sip +%%SIPDIR%%/PyKDE4/kdeui/kshortcutwidget.sip +%%SIPDIR%%/PyKDE4/kdeui/ksplashscreen.sip +%%SIPDIR%%/PyKDE4/kdeui/ksqueezedtextlabel.sip +%%SIPDIR%%/PyKDE4/kdeui/kstandardaction.sip +%%SIPDIR%%/PyKDE4/kdeui/kstandardguiitem.sip +%%SIPDIR%%/PyKDE4/kdeui/kstandardshortcut.sip +%%SIPDIR%%/PyKDE4/kdeui/kstartupinfo.sip +%%SIPDIR%%/PyKDE4/kdeui/kstatusbar.sip +%%SIPDIR%%/PyKDE4/kdeui/kstatusbarjobtracker.sip +%%SIPDIR%%/PyKDE4/kdeui/kstatusnotifieritem.sip +%%SIPDIR%%/PyKDE4/kdeui/kstringvalidator.sip +%%SIPDIR%%/PyKDE4/kdeui/kstyle.sip +%%SIPDIR%%/PyKDE4/kdeui/ksvgrenderer.sip +%%SIPDIR%%/PyKDE4/kdeui/ksystemeventfilter.sip +%%SIPDIR%%/PyKDE4/kdeui/ksystemtrayicon.sip +%%SIPDIR%%/PyKDE4/kdeui/ktabbar.sip +%%SIPDIR%%/PyKDE4/kdeui/ktabwidget.sip +%%SIPDIR%%/PyKDE4/kdeui/ktextbrowser.sip +%%SIPDIR%%/PyKDE4/kdeui/ktextedit.sip +%%SIPDIR%%/PyKDE4/kdeui/ktimecombobox.sip +%%SIPDIR%%/PyKDE4/kdeui/ktimezonewidget.sip +%%SIPDIR%%/PyKDE4/kdeui/ktip.sip +%%SIPDIR%%/PyKDE4/kdeui/ktitlewidget.sip +%%SIPDIR%%/PyKDE4/kdeui/ktoggleaction.sip +%%SIPDIR%%/PyKDE4/kdeui/ktogglefullscreenaction.sip +%%SIPDIR%%/PyKDE4/kdeui/ktoggletoolbaraction.sip +%%SIPDIR%%/PyKDE4/kdeui/ktoolbar.sip +%%SIPDIR%%/PyKDE4/kdeui/ktoolbarlabelaction.sip +%%SIPDIR%%/PyKDE4/kdeui/ktoolbarpopupaction.sip +%%SIPDIR%%/PyKDE4/kdeui/ktoolbarspaceraction.sip +%%SIPDIR%%/PyKDE4/kdeui/ktreewidgetsearchline.sip +%%SIPDIR%%/PyKDE4/kdeui/kuiserverjobtracker.sip +%%SIPDIR%%/PyKDE4/kdeui/kundostack.sip +%%SIPDIR%%/PyKDE4/kdeui/kuniqueapplication.sip +%%SIPDIR%%/PyKDE4/kdeui/kurllabel.sip +%%SIPDIR%%/PyKDE4/kdeui/kvbox.sip +%%SIPDIR%%/PyKDE4/kdeui/kviewstatemaintainer.sip +%%SIPDIR%%/PyKDE4/kdeui/kviewstatesaver.sip +%%SIPDIR%%/PyKDE4/kdeui/kwallet.sip +%%SIPDIR%%/PyKDE4/kdeui/kwidgetitemdelegate.sip +%%SIPDIR%%/PyKDE4/kdeui/kwidgetjobtracker.sip +%%SIPDIR%%/PyKDE4/kdeui/kwindowinfo.sip +%%SIPDIR%%/PyKDE4/kdeui/kwindowsystem.sip +%%SIPDIR%%/PyKDE4/kdeui/kwordwrap.sip +%%SIPDIR%%/PyKDE4/kdeui/kxmessages.sip +%%SIPDIR%%/PyKDE4/kdeui/kxmlguibuilder.sip +%%SIPDIR%%/PyKDE4/kdeui/kxmlguiclient.sip +%%SIPDIR%%/PyKDE4/kdeui/kxmlguifactory.sip +%%SIPDIR%%/PyKDE4/kdeui/kxmlguiwindow.sip +%%SIPDIR%%/PyKDE4/kdeui/kxutils.sip +%%SIPDIR%%/PyKDE4/kdeui/kxyselector.sip +%%SIPDIR%%/PyKDE4/kdeui/netwm.sip +%%SIPDIR%%/PyKDE4/kdeui/netwm_def.sip +%%SIPDIR%%/PyKDE4/khtml/css_rule.sip +%%SIPDIR%%/PyKDE4/khtml/css_stylesheet.sip +%%SIPDIR%%/PyKDE4/khtml/css_value.sip +%%SIPDIR%%/PyKDE4/khtml/dom2_events.sip +%%SIPDIR%%/PyKDE4/khtml/dom2_range.sip +%%SIPDIR%%/PyKDE4/khtml/dom2_traversal.sip +%%SIPDIR%%/PyKDE4/khtml/dom2_views.sip +%%SIPDIR%%/PyKDE4/khtml/dom_doc.sip +%%SIPDIR%%/PyKDE4/khtml/dom_element.sip +%%SIPDIR%%/PyKDE4/khtml/dom_exception.sip +%%SIPDIR%%/PyKDE4/khtml/dom_misc.sip +%%SIPDIR%%/PyKDE4/khtml/dom_node.sip +%%SIPDIR%%/PyKDE4/khtml/dom_string.sip +%%SIPDIR%%/PyKDE4/khtml/dom_text.sip +%%SIPDIR%%/PyKDE4/khtml/dom_xml.sip +%%SIPDIR%%/PyKDE4/khtml/html_base.sip +%%SIPDIR%%/PyKDE4/khtml/html_block.sip +%%SIPDIR%%/PyKDE4/khtml/html_document.sip +%%SIPDIR%%/PyKDE4/khtml/html_element.sip +%%SIPDIR%%/PyKDE4/khtml/html_form.sip +%%SIPDIR%%/PyKDE4/khtml/html_head.sip +%%SIPDIR%%/PyKDE4/khtml/html_image.sip +%%SIPDIR%%/PyKDE4/khtml/html_inline.sip +%%SIPDIR%%/PyKDE4/khtml/html_list.sip +%%SIPDIR%%/PyKDE4/khtml/html_misc.sip +%%SIPDIR%%/PyKDE4/khtml/html_object.sip +%%SIPDIR%%/PyKDE4/khtml/html_table.sip +%%SIPDIR%%/PyKDE4/khtml/khtml_part.sip +%%SIPDIR%%/PyKDE4/khtml/khtml_settings.sip +%%SIPDIR%%/PyKDE4/khtml/khtmlmod.sip +%%SIPDIR%%/PyKDE4/khtml/khtmlview.sip +%%SIPDIR%%/PyKDE4/kio/accessmanager.sip +%%SIPDIR%%/PyKDE4/kio/authinfo.sip +%%SIPDIR%%/PyKDE4/kio/chmodjob.sip +%%SIPDIR%%/PyKDE4/kio/connection.sip +%%SIPDIR%%/PyKDE4/kio/copyjob.sip +%%SIPDIR%%/PyKDE4/kio/davjob.sip +%%SIPDIR%%/PyKDE4/kio/deletejob.sip +%%SIPDIR%%/PyKDE4/kio/directorysizejob.sip +%%SIPDIR%%/PyKDE4/kio/filejob.sip +%%SIPDIR%%/PyKDE4/kio/fileundomanager.sip +%%SIPDIR%%/PyKDE4/kio/forwardingslavebase.sip +%%SIPDIR%%/PyKDE4/kio/global.sip +%%SIPDIR%%/PyKDE4/kio/job.sip +%%SIPDIR%%/PyKDE4/kio/jobclasses.sip +%%SIPDIR%%/PyKDE4/kio/jobuidelegate.sip +%%SIPDIR%%/PyKDE4/kio/kabstractfileitemactionplugin.sip +%%SIPDIR%%/PyKDE4/kio/kabstractfilemodule.sip +%%SIPDIR%%/PyKDE4/kio/kabstractfilewidget.sip +%%SIPDIR%%/PyKDE4/kio/kacl.sip +%%SIPDIR%%/PyKDE4/kio/kar.sip +%%SIPDIR%%/PyKDE4/kio/karchive.sip +%%SIPDIR%%/PyKDE4/kio/kautomount.sip +%%SIPDIR%%/PyKDE4/kio/kbookmark.sip +%%SIPDIR%%/PyKDE4/kio/kbookmarkdialog.sip +%%SIPDIR%%/PyKDE4/kio/kbookmarkdombuilder.sip +%%SIPDIR%%/PyKDE4/kio/kbookmarkexporter.sip +%%SIPDIR%%/PyKDE4/kio/kbookmarkimporter.sip +%%SIPDIR%%/PyKDE4/kio/kbookmarkimporter_crash.sip +%%SIPDIR%%/PyKDE4/kio/kbookmarkimporter_ie.sip +%%SIPDIR%%/PyKDE4/kio/kbookmarkimporter_ns.sip +%%SIPDIR%%/PyKDE4/kio/kbookmarkimporter_opera.sip +%%SIPDIR%%/PyKDE4/kio/kbookmarkmanager.sip +%%SIPDIR%%/PyKDE4/kio/kbookmarkmenu.sip +%%SIPDIR%%/PyKDE4/kio/kbuildsycocaprogressdialog.sip +%%SIPDIR%%/PyKDE4/kio/kdatatool.sip +%%SIPDIR%%/PyKDE4/kio/kdbusservicestarter.sip +%%SIPDIR%%/PyKDE4/kio/kdesktopfileactions.sip +%%SIPDIR%%/PyKDE4/kio/kdevicelistmodel.sip +%%SIPDIR%%/PyKDE4/kio/kdirlister.sip +%%SIPDIR%%/PyKDE4/kio/kdirmodel.sip +%%SIPDIR%%/PyKDE4/kio/kdiroperator.sip +%%SIPDIR%%/PyKDE4/kio/kdirselectdialog.sip +%%SIPDIR%%/PyKDE4/kio/kdirsortfilterproxymodel.sip +%%SIPDIR%%/PyKDE4/kio/kdirwatch.sip +%%SIPDIR%%/PyKDE4/kio/kdiskfreespace.sip +%%SIPDIR%%/PyKDE4/kio/kdiskfreespaceinfo.sip +%%SIPDIR%%/PyKDE4/kio/kemailsettings.sip +%%SIPDIR%%/PyKDE4/kio/kencodingfiledialog.sip +%%SIPDIR%%/PyKDE4/kio/kfile.sip +%%SIPDIR%%/PyKDE4/kio/kfiledialog.sip +%%SIPDIR%%/PyKDE4/kio/kfilefiltercombo.sip +%%SIPDIR%%/PyKDE4/kio/kfileitem.sip +%%SIPDIR%%/PyKDE4/kio/kfileitemactionplugin.sip +%%SIPDIR%%/PyKDE4/kio/kfileitemactions.sip +%%SIPDIR%%/PyKDE4/kio/kfileitemdelegate.sip +%%SIPDIR%%/PyKDE4/kio/kfileitemlistproperties.sip +%%SIPDIR%%/PyKDE4/kio/kfilemetadataconfigurationwidget.sip +%%SIPDIR%%/PyKDE4/kio/kfilemetadatawidget.sip +%%SIPDIR%%/PyKDE4/kio/kfilemetainfo.sip +%%SIPDIR%%/PyKDE4/kio/kfilemetainfoitem.sip +%%SIPDIR%%/PyKDE4/kio/kfileplacesmodel.sip +%%SIPDIR%%/PyKDE4/kio/kfileplacesview.sip +%%SIPDIR%%/PyKDE4/kio/kfilepreviewgenerator.sip +%%SIPDIR%%/PyKDE4/kio/kfileshare.sip +%%SIPDIR%%/PyKDE4/kio/kfilesharedialog.sip +%%SIPDIR%%/PyKDE4/kio/kfilewidget.sip +%%SIPDIR%%/PyKDE4/kio/kfilewriteplugin.sip +%%SIPDIR%%/PyKDE4/kio/kicondialog.sip +%%SIPDIR%%/PyKDE4/kio/kimagefilepreview.sip +%%SIPDIR%%/PyKDE4/kio/kimageio.sip +%%SIPDIR%%/PyKDE4/kio/kiomod.sip +%%SIPDIR%%/PyKDE4/kio/kmimetypechooser.sip +%%SIPDIR%%/PyKDE4/kio/kmountpoint.sip +%%SIPDIR%%/PyKDE4/kio/knameandurlinputdialog.sip +%%SIPDIR%%/PyKDE4/kio/knewfilemenu.sip +%%SIPDIR%%/PyKDE4/kio/knfsshare.sip +%%SIPDIR%%/PyKDE4/kio/konqbookmarkmenu.sip +%%SIPDIR%%/PyKDE4/kio/kopenwithdialog.sip +%%SIPDIR%%/PyKDE4/kio/kpreviewwidgetbase.sip +%%SIPDIR%%/PyKDE4/kio/kpropertiesdialog.sip +%%SIPDIR%%/PyKDE4/kio/kprotocolmanager.sip +%%SIPDIR%%/PyKDE4/kio/krecentdirs.sip +%%SIPDIR%%/PyKDE4/kio/krecentdocument.sip +%%SIPDIR%%/PyKDE4/kio/kremoteencoding.sip +%%SIPDIR%%/PyKDE4/kio/krun.sip +%%SIPDIR%%/PyKDE4/kio/ksambashare.sip +%%SIPDIR%%/PyKDE4/kio/ksambasharedata.sip +%%SIPDIR%%/PyKDE4/kio/kscan.sip +%%SIPDIR%%/PyKDE4/kio/kservicegroup.sip +%%SIPDIR%%/PyKDE4/kio/kshellcompletion.sip +%%SIPDIR%%/PyKDE4/kio/ksslcertificatemanager.sip +%%SIPDIR%%/PyKDE4/kio/kstatusbarofflineindicator.sip +%%SIPDIR%%/PyKDE4/kio/ktar.sip +%%SIPDIR%%/PyKDE4/kio/kurifilter.sip +%%SIPDIR%%/PyKDE4/kio/kurlcombobox.sip +%%SIPDIR%%/PyKDE4/kio/kurlcompletion.sip +%%SIPDIR%%/PyKDE4/kio/kurlnavigator.sip +%%SIPDIR%%/PyKDE4/kio/kurlpixmapprovider.sip +%%SIPDIR%%/PyKDE4/kio/kurlrequester.sip +%%SIPDIR%%/PyKDE4/kio/kurlrequesterdialog.sip +%%SIPDIR%%/PyKDE4/kio/kzip.sip +%%SIPDIR%%/PyKDE4/kio/metainfojob.sip +%%SIPDIR%%/PyKDE4/kio/netaccess.sip +%%SIPDIR%%/PyKDE4/kio/passworddialog.sip +%%SIPDIR%%/PyKDE4/kio/paste.sip +%%SIPDIR%%/PyKDE4/kio/predicateproperties.sip +%%SIPDIR%%/PyKDE4/kio/previewjob.sip +%%SIPDIR%%/PyKDE4/kio/renamedialog.sip +%%SIPDIR%%/PyKDE4/kio/renamedialogplugin.sip +%%SIPDIR%%/PyKDE4/kio/scheduler.sip +%%SIPDIR%%/PyKDE4/kio/sessiondata.sip +%%SIPDIR%%/PyKDE4/kio/skipdialog.sip +%%SIPDIR%%/PyKDE4/kio/slave.sip +%%SIPDIR%%/PyKDE4/kio/slavebase.sip +%%SIPDIR%%/PyKDE4/kio/slaveconfig.sip +%%SIPDIR%%/PyKDE4/kio/slaveinterface.sip +%%SIPDIR%%/PyKDE4/kio/sslui.sip +%%SIPDIR%%/PyKDE4/kio/tcpslavebase.sip +%%SIPDIR%%/PyKDE4/kio/thumbcreator.sip +%%SIPDIR%%/PyKDE4/kio/thumbsequencecreator.sip +%%SIPDIR%%/PyKDE4/kio/udsentry.sip +%%SIPDIR%%/PyKDE4/knewstuff/author.sip +%%SIPDIR%%/PyKDE4/knewstuff/category.sip +%%SIPDIR%%/PyKDE4/knewstuff/engine.sip +%%SIPDIR%%/PyKDE4/knewstuff/entry.sip +%%SIPDIR%%/PyKDE4/knewstuff/installation.sip +%%SIPDIR%%/PyKDE4/knewstuff/knewstuff3_downloaddialog.sip +%%SIPDIR%%/PyKDE4/knewstuff/knewstuff3_downloadmanager.sip +%%SIPDIR%%/PyKDE4/knewstuff/knewstuff3_downloadwidget.sip +%%SIPDIR%%/PyKDE4/knewstuff/knewstuff3_entry.sip +%%SIPDIR%%/PyKDE4/knewstuff/knewstuff3_knewstuffaction.sip +%%SIPDIR%%/PyKDE4/knewstuff/knewstuff3_knewstuffbutton.sip +%%SIPDIR%%/PyKDE4/knewstuff/knewstuff3_uploaddialog.sip +%%SIPDIR%%/PyKDE4/knewstuff/knewstuffaction.sip +%%SIPDIR%%/PyKDE4/knewstuff/knewstuffbutton.sip +%%SIPDIR%%/PyKDE4/knewstuff/knewstuffmod.sip +%%SIPDIR%%/PyKDE4/knewstuff/ktranslatable.sip +%%SIPDIR%%/PyKDE4/kparts/browserextension.sip +%%SIPDIR%%/PyKDE4/kparts/browserinterface.sip +%%SIPDIR%%/PyKDE4/kparts/browseropenorsavequestion.sip +%%SIPDIR%%/PyKDE4/kparts/browserrun.sip +%%SIPDIR%%/PyKDE4/kparts/event.sip +%%SIPDIR%%/PyKDE4/kparts/factory.sip +%%SIPDIR%%/PyKDE4/kparts/fileinfoextension.sip +%%SIPDIR%%/PyKDE4/kparts/genericfactory.sip +%%SIPDIR%%/PyKDE4/kparts/historyprovider.sip +%%SIPDIR%%/PyKDE4/kparts/htmlextension.sip +%%SIPDIR%%/PyKDE4/kparts/kpartsmod.sip +%%SIPDIR%%/PyKDE4/kparts/mainwindow.sip +%%SIPDIR%%/PyKDE4/kparts/part.sip +%%SIPDIR%%/PyKDE4/kparts/partmanager.sip +%%SIPDIR%%/PyKDE4/kparts/plugin.sip +%%SIPDIR%%/PyKDE4/kparts/scriptableextension.sip +%%SIPDIR%%/PyKDE4/kparts/statusbarextension.sip +%%SIPDIR%%/PyKDE4/kparts/textextension.sip +%%SIPDIR%%/PyKDE4/kterminal/kterminal.sip +%%SIPDIR%%/PyKDE4/kterminal/kterminalmod.sip +%%SIPDIR%%/PyKDE4/kterminal/terminal_interface.sip +%%SIPDIR%%/PyKDE4/kterminal/terminal_interface_v2.sip +%%SIPDIR%%/PyKDE4/ktexteditor/attribute.sip +%%SIPDIR%%/PyKDE4/ktexteditor/codecompletioninterface.sip +%%SIPDIR%%/PyKDE4/ktexteditor/codecompletionmodel.sip +%%SIPDIR%%/PyKDE4/ktexteditor/commandinterface.sip +%%SIPDIR%%/PyKDE4/ktexteditor/configinterface.sip +%%SIPDIR%%/PyKDE4/ktexteditor/configpage.sip +%%SIPDIR%%/PyKDE4/ktexteditor/containerinterface.sip +%%SIPDIR%%/PyKDE4/ktexteditor/cursor.sip +%%SIPDIR%%/PyKDE4/ktexteditor/cursorfeedback.sip +%%SIPDIR%%/PyKDE4/ktexteditor/document.sip +%%SIPDIR%%/PyKDE4/ktexteditor/editor.sip +%%SIPDIR%%/PyKDE4/ktexteditor/editorchooser.sip +%%SIPDIR%%/PyKDE4/ktexteditor/factory.sip +%%SIPDIR%%/PyKDE4/ktexteditor/ktexteditormod.sip +%%SIPDIR%%/PyKDE4/ktexteditor/markinterface.sip +%%SIPDIR%%/PyKDE4/ktexteditor/modificationinterface.sip +%%SIPDIR%%/PyKDE4/ktexteditor/plugin.sip +%%SIPDIR%%/PyKDE4/ktexteditor/range.sip +%%SIPDIR%%/PyKDE4/ktexteditor/rangefeedback.sip +%%SIPDIR%%/PyKDE4/ktexteditor/searchinterface.sip +%%SIPDIR%%/PyKDE4/ktexteditor/sessionconfiginterface.sip +%%SIPDIR%%/PyKDE4/ktexteditor/smartcursor.sip +%%SIPDIR%%/PyKDE4/ktexteditor/smartinterface.sip +%%SIPDIR%%/PyKDE4/ktexteditor/smartrange.sip +%%SIPDIR%%/PyKDE4/ktexteditor/templateinterface.sip +%%SIPDIR%%/PyKDE4/ktexteditor/texthintinterface.sip +%%SIPDIR%%/PyKDE4/ktexteditor/variableinterface.sip +%%SIPDIR%%/PyKDE4/ktexteditor/view.sip +%%SIPDIR%%/PyKDE4/kutils/dialog.sip +%%SIPDIR%%/PyKDE4/kutils/dispatcher.sip +%%SIPDIR%%/PyKDE4/kutils/kcmoduleinfo.sip +%%SIPDIR%%/PyKDE4/kutils/kcmoduleloader.sip +%%SIPDIR%%/PyKDE4/kutils/kcmoduleproxy.sip +%%SIPDIR%%/PyKDE4/kutils/kcmultidialog.sip +%%SIPDIR%%/PyKDE4/kutils/kemoticons.sip +%%SIPDIR%%/PyKDE4/kutils/kemoticonsprovider.sip +%%SIPDIR%%/PyKDE4/kutils/kemoticonstheme.sip +%%SIPDIR%%/PyKDE4/kutils/kidletime.sip +%%SIPDIR%%/PyKDE4/kutils/kpluginselector.sip +%%SIPDIR%%/PyKDE4/kutils/kprintpreview.sip +%%SIPDIR%%/PyKDE4/kutils/kutilsmod.sip +%%SIPDIR%%/PyKDE4/kutils/pluginpage.sip +%%SIPDIR%%/PyKDE4/nepomuk/andterm.sip +%%SIPDIR%%/PyKDE4/nepomuk/class.sip +%%SIPDIR%%/PyKDE4/nepomuk/comparisonterm.sip +%%SIPDIR%%/PyKDE4/nepomuk/entity.sip +%%SIPDIR%%/PyKDE4/nepomuk/file.sip +%%SIPDIR%%/PyKDE4/nepomuk/filequery.sip +%%SIPDIR%%/PyKDE4/nepomuk/global.sip +%%SIPDIR%%/PyKDE4/nepomuk/groupterm.sip +%%SIPDIR%%/PyKDE4/nepomuk/kmetadatatagcloud.sip +%%SIPDIR%%/PyKDE4/nepomuk/ktagcloudwidget.sip +%%SIPDIR%%/PyKDE4/nepomuk/ktagdisplaywidget.sip +%%SIPDIR%%/PyKDE4/nepomuk/literal.sip +%%SIPDIR%%/PyKDE4/nepomuk/literalterm.sip +%%SIPDIR%%/PyKDE4/nepomuk/ncal.sip +%%SIPDIR%%/PyKDE4/nepomuk/nco.sip +%%SIPDIR%%/PyKDE4/nepomuk/ndo.sip +%%SIPDIR%%/PyKDE4/nepomuk/negationterm.sip +%%SIPDIR%%/PyKDE4/nepomuk/nepomukmassupdatejob.sip +%%SIPDIR%%/PyKDE4/nepomuk/nepomukmod.sip +%%SIPDIR%%/PyKDE4/nepomuk/nepomukontologyloader.sip +%%SIPDIR%%/PyKDE4/nepomuk/nepomukservice.sip +%%SIPDIR%%/PyKDE4/nepomuk/nfo.sip +%%SIPDIR%%/PyKDE4/nepomuk/nie.sip +%%SIPDIR%%/PyKDE4/nepomuk/nmm.sip +%%SIPDIR%%/PyKDE4/nepomuk/nuao.sip +%%SIPDIR%%/PyKDE4/nepomuk/ontology.sip +%%SIPDIR%%/PyKDE4/nepomuk/optionalterm.sip +%%SIPDIR%%/PyKDE4/nepomuk/orterm.sip +%%SIPDIR%%/PyKDE4/nepomuk/pimo.sip +%%SIPDIR%%/PyKDE4/nepomuk/property.sip +%%SIPDIR%%/PyKDE4/nepomuk/query.sip +%%SIPDIR%%/PyKDE4/nepomuk/queryparser.sip +%%SIPDIR%%/PyKDE4/nepomuk/queryserviceclient.sip +%%SIPDIR%%/PyKDE4/nepomuk/resource.sip +%%SIPDIR%%/PyKDE4/nepomuk/resourcemanager.sip +%%SIPDIR%%/PyKDE4/nepomuk/resourceterm.sip +%%SIPDIR%%/PyKDE4/nepomuk/resourcetypeterm.sip +%%SIPDIR%%/PyKDE4/nepomuk/result.sip +%%SIPDIR%%/PyKDE4/nepomuk/simpleterm.sip +%%SIPDIR%%/PyKDE4/nepomuk/standardqueries.sip +%%SIPDIR%%/PyKDE4/nepomuk/tag.sip +%%SIPDIR%%/PyKDE4/nepomuk/tagwidget.sip +%%SIPDIR%%/PyKDE4/nepomuk/term.sip +%%SIPDIR%%/PyKDE4/nepomuk/thing.sip +%%SIPDIR%%/PyKDE4/nepomuk/tmo.sip +%%SIPDIR%%/PyKDE4/nepomuk/tools.sip +%%SIPDIR%%/PyKDE4/nepomuk/variant.sip +%%SIPDIR%%/PyKDE4/phonon/abstractaudiodataoutput.sip +%%SIPDIR%%/PyKDE4/phonon/abstractaudiooutput.sip +%%SIPDIR%%/PyKDE4/phonon/abstractmediastream.sip +%%SIPDIR%%/PyKDE4/phonon/abstractvideodataoutput.sip +%%SIPDIR%%/PyKDE4/phonon/abstractvideooutput.sip +%%SIPDIR%%/PyKDE4/phonon/audiodataoutput.sip +%%SIPDIR%%/PyKDE4/phonon/audiodataoutputinterface.sip +%%SIPDIR%%/PyKDE4/phonon/audioformat.sip +%%SIPDIR%%/PyKDE4/phonon/audiooutput.sip +%%SIPDIR%%/PyKDE4/phonon/avcapture.sip +%%SIPDIR%%/PyKDE4/phonon/backendcapabilities.sip +%%SIPDIR%%/PyKDE4/phonon/effect.sip +%%SIPDIR%%/PyKDE4/phonon/effectparameter.sip +%%SIPDIR%%/PyKDE4/phonon/effectwidget.sip +%%SIPDIR%%/PyKDE4/phonon/experimental_phononnamespace.sip +%%SIPDIR%%/PyKDE4/phonon/globalconfig.sip +%%SIPDIR%%/PyKDE4/phonon/mediacontroller.sip +%%SIPDIR%%/PyKDE4/phonon/medianode.sip +%%SIPDIR%%/PyKDE4/phonon/mediaobject.sip +%%SIPDIR%%/PyKDE4/phonon/mediasource.sip +%%SIPDIR%%/PyKDE4/phonon/mrl.sip +%%SIPDIR%%/PyKDE4/phonon/objectdescription.sip +%%SIPDIR%%/PyKDE4/phonon/objectdescriptionmodel.sip +%%SIPDIR%%/PyKDE4/phonon/packet.sip +%%SIPDIR%%/PyKDE4/phonon/packetpool.sip +%%SIPDIR%%/PyKDE4/phonon/path.sip +%%SIPDIR%%/PyKDE4/phonon/phononmod.sip +%%SIPDIR%%/PyKDE4/phonon/phononnamespace.sip +%%SIPDIR%%/PyKDE4/phonon/pulsesupport.sip +%%SIPDIR%%/PyKDE4/phonon/seekslider.sip +%%SIPDIR%%/PyKDE4/phonon/snapshotinterface.sip +%%SIPDIR%%/PyKDE4/phonon/streaminterface.sip +%%SIPDIR%%/PyKDE4/phonon/videodataoutput.sip +%%SIPDIR%%/PyKDE4/phonon/videodataoutput2.sip +%%SIPDIR%%/PyKDE4/phonon/videodataoutputinterface.sip +%%SIPDIR%%/PyKDE4/phonon/videoframe.sip +%%SIPDIR%%/PyKDE4/phonon/videoframe2.sip +%%SIPDIR%%/PyKDE4/phonon/videoplayer.sip +%%SIPDIR%%/PyKDE4/phonon/videowidget.sip +%%SIPDIR%%/PyKDE4/phonon/videowidgetinterface.sip +%%SIPDIR%%/PyKDE4/phonon/visualization.sip +%%SIPDIR%%/PyKDE4/phonon/volumefadereffect.sip +%%SIPDIR%%/PyKDE4/phonon/volumeslider.sip +%%SIPDIR%%/PyKDE4/plasma/abstractdialogmanager.sip +%%SIPDIR%%/PyKDE4/plasma/abstractrunner.sip +%%SIPDIR%%/PyKDE4/plasma/abstracttoolbox.sip +%%SIPDIR%%/PyKDE4/plasma/accessappletjob.sip +%%SIPDIR%%/PyKDE4/plasma/accessmanager.sip +%%SIPDIR%%/PyKDE4/plasma/animation.sip +%%SIPDIR%%/PyKDE4/plasma/animationdriver.sip +%%SIPDIR%%/PyKDE4/plasma/animator.sip +%%SIPDIR%%/PyKDE4/plasma/applet.sip +%%SIPDIR%%/PyKDE4/plasma/appletscript.sip +%%SIPDIR%%/PyKDE4/plasma/authorizationinterface.sip +%%SIPDIR%%/PyKDE4/plasma/authorizationmanager.sip +%%SIPDIR%%/PyKDE4/plasma/authorizationrule.sip +%%SIPDIR%%/PyKDE4/plasma/busywidget.sip +%%SIPDIR%%/PyKDE4/plasma/checkbox.sip +%%SIPDIR%%/PyKDE4/plasma/clientpinrequest.sip +%%SIPDIR%%/PyKDE4/plasma/combobox.sip +%%SIPDIR%%/PyKDE4/plasma/configloader.sip +%%SIPDIR%%/PyKDE4/plasma/containment.sip +%%SIPDIR%%/PyKDE4/plasma/containmentactions.sip +%%SIPDIR%%/PyKDE4/plasma/containmentactionspluginsconfig.sip +%%SIPDIR%%/PyKDE4/plasma/context.sip +%%SIPDIR%%/PyKDE4/plasma/corona.sip +%%SIPDIR%%/PyKDE4/plasma/datacontainer.sip +%%SIPDIR%%/PyKDE4/plasma/dataengine.sip +%%SIPDIR%%/PyKDE4/plasma/dataenginemanager.sip +%%SIPDIR%%/PyKDE4/plasma/dataenginescript.sip +%%SIPDIR%%/PyKDE4/plasma/declarativewidget.sip +%%SIPDIR%%/PyKDE4/plasma/delegate.sip +%%SIPDIR%%/PyKDE4/plasma/dialog.sip +%%SIPDIR%%/PyKDE4/plasma/extender.sip +%%SIPDIR%%/PyKDE4/plasma/extendergroup.sip +%%SIPDIR%%/PyKDE4/plasma/extenderitem.sip +%%SIPDIR%%/PyKDE4/plasma/flashinglabel.sip +%%SIPDIR%%/PyKDE4/plasma/frame.sip +%%SIPDIR%%/PyKDE4/plasma/framesvg.sip +%%SIPDIR%%/PyKDE4/plasma/glapplet.sip +%%SIPDIR%%/PyKDE4/plasma/groupbox.sip +%%SIPDIR%%/PyKDE4/plasma/iconwidget.sip +%%SIPDIR%%/PyKDE4/plasma/itembackground.sip +%%SIPDIR%%/PyKDE4/plasma/label.sip +%%SIPDIR%%/PyKDE4/plasma/lineedit.sip +%%SIPDIR%%/PyKDE4/plasma/meter.sip +%%SIPDIR%%/PyKDE4/plasma/package.sip +%%SIPDIR%%/PyKDE4/plasma/packagemetadata.sip +%%SIPDIR%%/PyKDE4/plasma/packagestructure.sip +%%SIPDIR%%/PyKDE4/plasma/paintutils.sip +%%SIPDIR%%/PyKDE4/plasma/plasma.sip +%%SIPDIR%%/PyKDE4/plasma/plasmamod.sip +%%SIPDIR%%/PyKDE4/plasma/pluginloader.sip +%%SIPDIR%%/PyKDE4/plasma/popupapplet.sip +%%SIPDIR%%/PyKDE4/plasma/pushbutton.sip +%%SIPDIR%%/PyKDE4/plasma/querymatch.sip +%%SIPDIR%%/PyKDE4/plasma/radiobutton.sip +%%SIPDIR%%/PyKDE4/plasma/runnercontext.sip +%%SIPDIR%%/PyKDE4/plasma/runnermanager.sip +%%SIPDIR%%/PyKDE4/plasma/runnerscript.sip +%%SIPDIR%%/PyKDE4/plasma/runnersyntax.sip +%%SIPDIR%%/PyKDE4/plasma/scriptengine.sip +%%SIPDIR%%/PyKDE4/plasma/scrollbar.sip +%%SIPDIR%%/PyKDE4/plasma/scrollwidget.sip +%%SIPDIR%%/PyKDE4/plasma/separator.sip +%%SIPDIR%%/PyKDE4/plasma/service.sip +%%SIPDIR%%/PyKDE4/plasma/serviceaccessjob.sip +%%SIPDIR%%/PyKDE4/plasma/servicejob.sip +%%SIPDIR%%/PyKDE4/plasma/signalplotter.sip +%%SIPDIR%%/PyKDE4/plasma/slider.sip +%%SIPDIR%%/PyKDE4/plasma/spinbox.sip +%%SIPDIR%%/PyKDE4/plasma/svg.sip +%%SIPDIR%%/PyKDE4/plasma/svgwidget.sip +%%SIPDIR%%/PyKDE4/plasma/tabbar.sip +%%SIPDIR%%/PyKDE4/plasma/textbrowser.sip +%%SIPDIR%%/PyKDE4/plasma/textedit.sip +%%SIPDIR%%/PyKDE4/plasma/theme.sip +%%SIPDIR%%/PyKDE4/plasma/toolbutton.sip +%%SIPDIR%%/PyKDE4/plasma/tooltipcontent.sip +%%SIPDIR%%/PyKDE4/plasma/tooltipmanager.sip +%%SIPDIR%%/PyKDE4/plasma/treeview.sip +%%SIPDIR%%/PyKDE4/plasma/version.sip +%%SIPDIR%%/PyKDE4/plasma/videowidget.sip +%%SIPDIR%%/PyKDE4/plasma/view.sip +%%SIPDIR%%/PyKDE4/plasma/wallpaper.sip +%%SIPDIR%%/PyKDE4/plasma/wallpaperscript.sip +%%SIPDIR%%/PyKDE4/plasma/webview.sip +%%SIPDIR%%/PyKDE4/plasma/windoweffects.sip +%%SIPDIR%%/PyKDE4/polkitqt/action.sip +%%SIPDIR%%/PyKDE4/polkitqt/actionbutton.sip +%%SIPDIR%%/PyKDE4/polkitqt/actionbuttons.sip +%%SIPDIR%%/PyKDE4/polkitqt/auth.sip +%%SIPDIR%%/PyKDE4/polkitqt/context.sip +%%SIPDIR%%/PyKDE4/polkitqt/polkitqtmod.sip +%%SIPDIR%%/PyKDE4/solid/acadapter.sip +%%SIPDIR%%/PyKDE4/solid/audiointerface.sip +%%SIPDIR%%/PyKDE4/solid/battery.sip +%%SIPDIR%%/PyKDE4/solid/block.sip +%%SIPDIR%%/PyKDE4/solid/button.sip +%%SIPDIR%%/PyKDE4/solid/camera.sip +%%SIPDIR%%/PyKDE4/solid/device.sip +%%SIPDIR%%/PyKDE4/solid/deviceinterface.sip +%%SIPDIR%%/PyKDE4/solid/devicenotifier.sip +%%SIPDIR%%/PyKDE4/solid/dvbinterface.sip +%%SIPDIR%%/PyKDE4/solid/genericinterface.sip +%%SIPDIR%%/PyKDE4/solid/internetgateway.sip +%%SIPDIR%%/PyKDE4/solid/networking.sip +%%SIPDIR%%/PyKDE4/solid/networkinterface.sip +%%SIPDIR%%/PyKDE4/solid/networkshare.sip +%%SIPDIR%%/PyKDE4/solid/opticaldisc.sip +%%SIPDIR%%/PyKDE4/solid/opticaldrive.sip +%%SIPDIR%%/PyKDE4/solid/portablemediaplayer.sip +%%SIPDIR%%/PyKDE4/solid/powermanagement.sip +%%SIPDIR%%/PyKDE4/solid/predicate.sip +%%SIPDIR%%/PyKDE4/solid/processor.sip +%%SIPDIR%%/PyKDE4/solid/serialinterface.sip +%%SIPDIR%%/PyKDE4/solid/smartcardreader.sip +%%SIPDIR%%/PyKDE4/solid/solidmod.sip +%%SIPDIR%%/PyKDE4/solid/solidnamespace.sip +%%SIPDIR%%/PyKDE4/solid/storageaccess.sip +%%SIPDIR%%/PyKDE4/solid/storagedrive.sip +%%SIPDIR%%/PyKDE4/solid/storagevolume.sip +%%SIPDIR%%/PyKDE4/solid/video.sip +%%SIPDIR%%/PyKDE4/soprano/asyncmodel.sip +%%SIPDIR%%/PyKDE4/soprano/asyncquery.sip +%%SIPDIR%%/PyKDE4/soprano/asyncresult.sip +%%SIPDIR%%/PyKDE4/soprano/backend.sip +%%SIPDIR%%/PyKDE4/soprano/bindingset.sip +%%SIPDIR%%/PyKDE4/soprano/dbusclient.sip +%%SIPDIR%%/PyKDE4/soprano/dbusexportiterator.sip +%%SIPDIR%%/PyKDE4/soprano/dbusexportmodel.sip +%%SIPDIR%%/PyKDE4/soprano/dbusmodel.sip +%%SIPDIR%%/PyKDE4/soprano/dbusnodeiterator.sip +%%SIPDIR%%/PyKDE4/soprano/dbusqueryresultiterator.sip +%%SIPDIR%%/PyKDE4/soprano/dbusstatementiterator.sip +%%SIPDIR%%/PyKDE4/soprano/dummymodel.sip +%%SIPDIR%%/PyKDE4/soprano/error.sip +%%SIPDIR%%/PyKDE4/soprano/filtermodel.sip +%%SIPDIR%%/PyKDE4/soprano/global.sip +%%SIPDIR%%/PyKDE4/soprano/graph.sip +%%SIPDIR%%/PyKDE4/soprano/inferencemodel.sip +%%SIPDIR%%/PyKDE4/soprano/inferencerule.sip +%%SIPDIR%%/PyKDE4/soprano/inferenceruleparser.sip +%%SIPDIR%%/PyKDE4/soprano/inferenceruleset.sip +%%SIPDIR%%/PyKDE4/soprano/iterator.sip +%%SIPDIR%%/PyKDE4/soprano/iteratorbackend.sip +%%SIPDIR%%/PyKDE4/soprano/languagetag.sip +%%SIPDIR%%/PyKDE4/soprano/literalvalue.sip +%%SIPDIR%%/PyKDE4/soprano/localsocketclient.sip +%%SIPDIR%%/PyKDE4/soprano/locator.sip +%%SIPDIR%%/PyKDE4/soprano/model.sip +%%SIPDIR%%/PyKDE4/soprano/mutexmodel.sip +%%SIPDIR%%/PyKDE4/soprano/nao.sip +%%SIPDIR%%/PyKDE4/soprano/node.sip +%%SIPDIR%%/PyKDE4/soprano/nodeiterator.sip +%%SIPDIR%%/PyKDE4/soprano/nodepattern.sip +%%SIPDIR%%/PyKDE4/soprano/nrl.sip +%%SIPDIR%%/PyKDE4/soprano/nrlmodel.sip +%%SIPDIR%%/PyKDE4/soprano/owl.sip +%%SIPDIR%%/PyKDE4/soprano/parser.sip +%%SIPDIR%%/PyKDE4/soprano/plugin.sip +%%SIPDIR%%/PyKDE4/soprano/pluginmanager.sip +%%SIPDIR%%/PyKDE4/soprano/queryresultiterator.sip +%%SIPDIR%%/PyKDE4/soprano/queryresultiteratorbackend.sip +%%SIPDIR%%/PyKDE4/soprano/rdf.sip +%%SIPDIR%%/PyKDE4/soprano/rdfs.sip +%%SIPDIR%%/PyKDE4/soprano/rdfschemamodel.sip +%%SIPDIR%%/PyKDE4/soprano/readonlymodel.sip +%%SIPDIR%%/PyKDE4/soprano/serializer.sip +%%SIPDIR%%/PyKDE4/soprano/servercore.sip +%%SIPDIR%%/PyKDE4/soprano/signalcachemodel.sip +%%SIPDIR%%/PyKDE4/soprano/sil.sip +%%SIPDIR%%/PyKDE4/soprano/simplenodeiterator.sip +%%SIPDIR%%/PyKDE4/soprano/simplestatementiterator.sip +%%SIPDIR%%/PyKDE4/soprano/sopranomod.sip +%%SIPDIR%%/PyKDE4/soprano/sopranotypes.sip +%%SIPDIR%%/PyKDE4/soprano/sparqlmodel.sip +%%SIPDIR%%/PyKDE4/soprano/statement.sip +%%SIPDIR%%/PyKDE4/soprano/statementiterator.sip +%%SIPDIR%%/PyKDE4/soprano/statementpattern.sip +%%SIPDIR%%/PyKDE4/soprano/storagemodel.sip +%%SIPDIR%%/PyKDE4/soprano/tcpclient.sip +%%SIPDIR%%/PyKDE4/soprano/xesam.sip +%%SIPDIR%%/PyKDE4/soprano/xsd.sip +@dirrm %%SIPDIR%%/PyKDE4/soprano +@dirrm %%SIPDIR%%/PyKDE4/solid +@dirrm %%SIPDIR%%/PyKDE4/polkitqt +@dirrm %%SIPDIR%%/PyKDE4/plasma +@dirrm %%SIPDIR%%/PyKDE4/phonon +@dirrm %%SIPDIR%%/PyKDE4/nepomuk +@dirrm %%SIPDIR%%/PyKDE4/kutils +@dirrm %%SIPDIR%%/PyKDE4/ktexteditor +@dirrm %%SIPDIR%%/PyKDE4/kterminal +@dirrm %%SIPDIR%%/PyKDE4/kparts +@dirrm %%SIPDIR%%/PyKDE4/knewstuff +@dirrm %%SIPDIR%%/PyKDE4/kio +@dirrm %%SIPDIR%%/PyKDE4/khtml +@dirrm %%SIPDIR%%/PyKDE4/kdeui +@dirrm %%SIPDIR%%/PyKDE4/kdecore +@dirrm %%SIPDIR%%/PyKDE4/dnssd +@dirrm %%SIPDIR%%/PyKDE4/akonadi +@dirrm %%SIPDIR%%/PyKDE4 +@dirrmtry %%SIPDIR%% %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/solidExamples %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/polkitqtExamples %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/kutilsExamples %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/kpartsExamples %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/kioExamples %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/khtmlExamples %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/kdeuiExamples %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/kdecoreExamples %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% @dirrmtry %%PYTHON_SITELIBDIR%%/PyKDE4 @dirrmtry %%PYTHON_SITELIBDIR%% @dirrmtry %%PYTHON_LIBDIR%% @cwd %%LOCALBASE%% %%PYTHON_SITELIBDIR%%/kdebindings4.pth Index: head/devel/ruby-korundum/distinfo =================================================================== --- head/devel/ruby-korundum/distinfo (revision 318451) +++ head/devel/ruby-korundum/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/korundum-4.10.1.tar.xz) = c82b1d58692e2a96ceb521fcb84dbae64481756e65ae0476a0d4feb8053185d1 -SIZE (KDE/4.10.1/korundum-4.10.1.tar.xz) = 165044 +SHA256 (KDE/4.10.3/korundum-4.10.3.tar.xz) = 6633ba902fc2fc99d972c5f212dacf6d1f3a2339fb84a2f5d632943c247e7321 +SIZE (KDE/4.10.3/korundum-4.10.3.tar.xz) = 164668 Index: head/devel/ruby-krossruby/distinfo =================================================================== --- head/devel/ruby-krossruby/distinfo (revision 318451) +++ head/devel/ruby-krossruby/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/kross-interpreters-4.10.1.tar.xz) = bd1f200c8b325d5836265fed1365206f20b8749dd87a858879882948b4307a27 -SIZE (KDE/4.10.1/kross-interpreters-4.10.1.tar.xz) = 133460 +SHA256 (KDE/4.10.3/kross-interpreters-4.10.3.tar.xz) = c5ee5ae1827008d8669cbd16f73d95b1c9fd47b0fffa7415da9bf2a3183f3cc7 +SIZE (KDE/4.10.3/kross-interpreters-4.10.3.tar.xz) = 133832 Index: head/devel/ruby-qtruby/distinfo =================================================================== --- head/devel/ruby-qtruby/distinfo (revision 318451) +++ head/devel/ruby-qtruby/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/qtruby-4.10.1.tar.xz) = 68db8a813efe3f528059b09771fd3a0f7e473c4d82d3efbb5554bdfabb37d061 -SIZE (KDE/4.10.1/qtruby-4.10.1.tar.xz) = 541028 +SHA256 (KDE/4.10.3/qtruby-4.10.3.tar.xz) = 8aab97a3266e5d7bc0436e320892abe65a04df95a294fd0d536f996177c37365 +SIZE (KDE/4.10.3/qtruby-4.10.3.tar.xz) = 541392 Index: head/devel/smokegen/distinfo =================================================================== --- head/devel/smokegen/distinfo (revision 318451) +++ head/devel/smokegen/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/smokegen-4.10.1.tar.xz) = a8c9579296ae57e4c7c3839f0e6c736a5b338e7490ab9183c09a97757ead66bb -SIZE (KDE/4.10.1/smokegen-4.10.1.tar.xz) = 149744 +SHA256 (KDE/4.10.3/smokegen-4.10.3.tar.xz) = 7e82aaebceaa1149d6b88a4b3624c53ffe427043fd809114ecbf519720ec77f9 +SIZE (KDE/4.10.3/smokegen-4.10.3.tar.xz) = 149352 Index: head/devel/smokekde/distinfo =================================================================== --- head/devel/smokekde/distinfo (revision 318451) +++ head/devel/smokekde/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/smokekde-4.10.1.tar.xz) = 0399caf862064b21166cbf000f1eddb90ca4ca5d44f1e2ab789719ff844085f1 -SIZE (KDE/4.10.1/smokekde-4.10.1.tar.xz) = 39356 +SHA256 (KDE/4.10.3/smokekde-4.10.3.tar.xz) = d37a05bd6025ef078bc7fa6708c0a4b45f405ba41c241d018c263b450cc01be4 +SIZE (KDE/4.10.3/smokekde-4.10.3.tar.xz) = 39312 Index: head/devel/smokeqt/distinfo =================================================================== --- head/devel/smokeqt/distinfo (revision 318451) +++ head/devel/smokeqt/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/smokeqt-4.10.1.tar.xz) = 9d558dd6319216f9fadd1113519b0deb48995b6bf99179f2dc587e0f9f273706 -SIZE (KDE/4.10.1/smokeqt-4.10.1.tar.xz) = 32588 +SHA256 (KDE/4.10.3/smokeqt-4.10.3.tar.xz) = f80cdae6ac43159093eefadae70c95a1669daf0ed3801ed9549fef348b96c235 +SIZE (KDE/4.10.3/smokeqt-4.10.3.tar.xz) = 32652 Index: head/editors/kate/distinfo =================================================================== --- head/editors/kate/distinfo (revision 318451) +++ head/editors/kate/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/kate-4.10.1.tar.xz) = e7c273046998ac5dcc776345411091b20ef0b002c04e0f8ae37f8b5f0d99aa4f -SIZE (KDE/4.10.1/kate-4.10.1.tar.xz) = 2555700 +SHA256 (KDE/4.10.3/kate-4.10.3.tar.xz) = 82a92153688018fb28db86d5d80ce80dddc345928c52b638cfc0a0912a85cc1e +SIZE (KDE/4.10.3/kate-4.10.3.tar.xz) = 2579668 Index: head/editors/kate/pkg-plist =================================================================== --- head/editors/kate/pkg-plist (revision 318451) +++ head/editors/kate/pkg-plist (revision 318452) @@ -1,465 +1,465 @@ bin/kate bin/kwrite include/kate/application.h include/kate/documentmanager.h include/kate/mainwindow.h include/kate/plugin.h include/kate/pluginconfigpageinterface.h include/kate/pluginmanager.h include/kate_export.h lib/kde4/kate_kttsd.so lib/kde4/katebacktracebrowserplugin.so lib/kde4/katebuildplugin.so lib/kde4/katectagsplugin.so lib/kde4/katefilebrowserplugin.so lib/kde4/katefiletemplates.so lib/kde4/katefiletreeplugin.so lib/kde4/kategdbplugin.so lib/kde4/katekonsoleplugin.so lib/kde4/katemailfilesplugin.so lib/kde4/kateopenheaderplugin.so lib/kde4/katepart.so lib/kde4/kateprojectplugin.so lib/kde4/katesearchplugin.so lib/kde4/katesnippetsplugin.so lib/kde4/katesqlplugin.so lib/kde4/katesymbolviewerplugin.so lib/kde4/katetabbarextensionplugin.so lib/kde4/katetabifyplugin.so lib/kde4/katetextfilterplugin.so lib/kde4/katexmlcheckplugin.so lib/kde4/katexmltoolsplugin.so lib/kde4/ktexteditor_autobrace.so lib/kde4/ktexteditor_exporter.so lib/kde4/ktexteditor_hlselection.so lib/kde4/ktexteditor_iconinserter.so lib/kde4/ktexteditor_insertfile.so lib/kde4/plasma_applet_katesession.so lib/libkateinterfaces.so lib/libkateinterfaces.so.5 lib/libkateinterfaces.so.5.0.1 lib/libkatepartinterfaces.so lib/libkatepartinterfaces.so.5 lib/libkatepartinterfaces.so.5.0.1 lib/libkdeinit4_kate.so lib/libkdeinit4_kwrite.so share/applications/kde4/kate.desktop share/applications/kde4/kwrite.desktop share/apps/kate/icons/hicolor/16x16/actions/null.png share/apps/kate/icons/hicolor/16x16/actions/sql-field-pk.png share/apps/kate/icons/hicolor/16x16/actions/sql-field-red.png share/apps/kate/icons/hicolor/16x16/actions/sql-field.png share/apps/kate/icons/hicolor/16x16/actions/sql-table.png share/apps/kate/icons/hicolor/16x16/actions/sql-view.png share/apps/kate/kateui.rc share/apps/kate/plugins/filetree/ui.rc share/apps/kate/plugins/kate_kttsd/ui.rc share/apps/kate/plugins/katebuild/ui.rc share/apps/kate/plugins/katectags/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/kategdb/ui.rc share/apps/kate/plugins/katekonsole/ui.rc share/apps/kate/plugins/katemailfiles/ui.rc share/apps/kate/plugins/kateopenheader/ui.rc share/apps/kate/plugins/katesearch/ui.rc share/apps/kate/plugins/katesql/ui.rc share/apps/kate/plugins/katesymbolviewer/ui.rc share/apps/kate/plugins/katetabbarextension/ui.rc share/apps/kate/plugins/katetabify/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/project/ui.rc share/apps/kate/tips share/apps/katepart/katepartsimpleui.rc share/apps/katepart/katepartui.rc share/apps/katepart/script/commands/emmet.js share/apps/katepart/script/commands/jumpMatchingIndent.js share/apps/katepart/script/commands/quickcoding.js share/apps/katepart/script/commands/utils.js share/apps/katepart/script/files/quickcoding/cpp/a.template share/apps/katepart/script/files/quickcoding/cpp/c.template share/apps/katepart/script/indentation/cppstyle.js share/apps/katepart/script/indentation/cstyle.js share/apps/katepart/script/indentation/haskell.js share/apps/katepart/script/indentation/lilypond.js share/apps/katepart/script/indentation/lisp.js share/apps/katepart/script/indentation/lua.js share/apps/katepart/script/indentation/python.js share/apps/katepart/script/indentation/ruby.js share/apps/katepart/script/indentation/xml.js share/apps/katepart/script/libraries/cursor.js share/apps/katepart/script/libraries/emmet/editor_interface.js share/apps/katepart/script/libraries/emmet/lib.js share/apps/katepart/script/libraries/range.js share/apps/katepart/script/libraries/string.js share/apps/katepart/script/libraries/underscore.js share/apps/katepart/syntax/abap.xml share/apps/katepart/syntax/abc.xml share/apps/katepart/syntax/actionscript.xml share/apps/katepart/syntax/ada.xml share/apps/katepart/syntax/ahdl.xml share/apps/katepart/syntax/ahk.xml share/apps/katepart/syntax/alert.xml share/apps/katepart/syntax/alert_indent.xml share/apps/katepart/syntax/ample.xml share/apps/katepart/syntax/ansforth94.xml share/apps/katepart/syntax/ansic89.xml share/apps/katepart/syntax/ansys.xml share/apps/katepart/syntax/apache.xml share/apps/katepart/syntax/asm-avr.xml share/apps/katepart/syntax/asm-dsp56k.xml share/apps/katepart/syntax/asm-m68k.xml share/apps/katepart/syntax/asm6502.xml share/apps/katepart/syntax/asn1.xml share/apps/katepart/syntax/asp.xml share/apps/katepart/syntax/asterisk.xml share/apps/katepart/syntax/awk.xml share/apps/katepart/syntax/bash.xml share/apps/katepart/syntax/bibtex.xml share/apps/katepart/syntax/bmethod.xml share/apps/katepart/syntax/boo.xml share/apps/katepart/syntax/c.xml share/apps/katepart/syntax/ccss.xml share/apps/katepart/syntax/cg.xml share/apps/katepart/syntax/cgis.xml share/apps/katepart/syntax/changelog.xml share/apps/katepart/syntax/chicken.xml share/apps/katepart/syntax/cisco.xml share/apps/katepart/syntax/clipper.xml share/apps/katepart/syntax/clojure.xml share/apps/katepart/syntax/cmake.xml share/apps/katepart/syntax/coffee.xml share/apps/katepart/syntax/coldfusion.xml share/apps/katepart/syntax/commonlisp.xml share/apps/katepart/syntax/component-pascal.xml share/apps/katepart/syntax/cpp.xml share/apps/katepart/syntax/cpp11.xml share/apps/katepart/syntax/crk.xml share/apps/katepart/syntax/cs.xml share/apps/katepart/syntax/css-php.xml share/apps/katepart/syntax/css.xml share/apps/katepart/syntax/cubescript.xml share/apps/katepart/syntax/cue.xml share/apps/katepart/syntax/d.xml share/apps/katepart/syntax/debianchangelog.xml share/apps/katepart/syntax/debiancontrol.xml share/apps/katepart/syntax/desktop.xml share/apps/katepart/syntax/diff.xml share/apps/katepart/syntax/djangotemplate.xml share/apps/katepart/syntax/dosbat.xml share/apps/katepart/syntax/dot.xml share/apps/katepart/syntax/doxygen.xml share/apps/katepart/syntax/doxygenlua.xml share/apps/katepart/syntax/dtd.xml share/apps/katepart/syntax/e.xml share/apps/katepart/syntax/eiffel.xml share/apps/katepart/syntax/email.xml share/apps/katepart/syntax/erlang.xml share/apps/katepart/syntax/euphoria.xml share/apps/katepart/syntax/fasm.xml share/apps/katepart/syntax/ferite.xml share/apps/katepart/syntax/fgl-4gl.xml share/apps/katepart/syntax/fgl-per.xml share/apps/katepart/syntax/fortran.xml share/apps/katepart/syntax/freebasic.xml share/apps/katepart/syntax/fsharp.xml share/apps/katepart/syntax/fstab.xml share/apps/katepart/syntax/gap.xml share/apps/katepart/syntax/gcc.xml share/apps/katepart/syntax/gdb.xml share/apps/katepart/syntax/gdl.xml share/apps/katepart/syntax/gettext.xml share/apps/katepart/syntax/glosstex.xml share/apps/katepart/syntax/glsl.xml share/apps/katepart/syntax/gnuassembler.xml share/apps/katepart/syntax/go.xml share/apps/katepart/syntax/grammar.xml share/apps/katepart/syntax/haml.xml share/apps/katepart/syntax/haskell.xml share/apps/katepart/syntax/haxe.xml share/apps/katepart/syntax/html-php.xml share/apps/katepart/syntax/html.xml share/apps/katepart/syntax/idconsole.xml share/apps/katepart/syntax/idl.xml share/apps/katepart/syntax/ilerpg.xml share/apps/katepart/syntax/inform.xml share/apps/katepart/syntax/ini.xml share/apps/katepart/syntax/jam.xml share/apps/katepart/syntax/java.xml share/apps/katepart/syntax/javadoc.xml share/apps/katepart/syntax/javascript-php.xml share/apps/katepart/syntax/javascript.xml share/apps/katepart/syntax/json.xml share/apps/katepart/syntax/jsp.xml share/apps/katepart/syntax/julia.xml share/apps/katepart/syntax/katetemplate.xml share/apps/katepart/syntax/kbasic.xml share/apps/katepart/syntax/language.dtd share/apps/katepart/syntax/latex.xml share/apps/katepart/syntax/ld.xml share/apps/katepart/syntax/ldif.xml share/apps/katepart/syntax/less.xml share/apps/katepart/syntax/lex.xml share/apps/katepart/syntax/lilypond.xml share/apps/katepart/syntax/literate-haskell.xml share/apps/katepart/syntax/logtalk.xml share/apps/katepart/syntax/lpc.xml share/apps/katepart/syntax/lsl.xml share/apps/katepart/syntax/lua.xml share/apps/katepart/syntax/m3u.xml share/apps/katepart/syntax/m4.xml share/apps/katepart/syntax/mab.xml share/apps/katepart/syntax/makefile.xml share/apps/katepart/syntax/mako.xml share/apps/katepart/syntax/mandoc.xml share/apps/katepart/syntax/markdown.xml share/apps/katepart/syntax/mason.xml share/apps/katepart/syntax/matlab.xml share/apps/katepart/syntax/maxima.xml share/apps/katepart/syntax/mediawiki.xml share/apps/katepart/syntax/mel.xml share/apps/katepart/syntax/mergetagtext.xml share/apps/katepart/syntax/metafont.xml share/apps/katepart/syntax/mips.xml share/apps/katepart/syntax/modelica.xml share/apps/katepart/syntax/modelines.xml share/apps/katepart/syntax/modula-2.xml share/apps/katepart/syntax/monobasic.xml share/apps/katepart/syntax/mup.xml share/apps/katepart/syntax/nasm.xml share/apps/katepart/syntax/nemerle.xml share/apps/katepart/syntax/nesc.xml share/apps/katepart/syntax/noweb.xml share/apps/katepart/syntax/objectivec.xml share/apps/katepart/syntax/objectivecpp.xml share/apps/katepart/syntax/ocaml.xml share/apps/katepart/syntax/octave.xml share/apps/katepart/syntax/oors.xml share/apps/katepart/syntax/opal.xml share/apps/katepart/syntax/pango.xml share/apps/katepart/syntax/pascal.xml share/apps/katepart/syntax/perl.xml share/apps/katepart/syntax/pgn.xml share/apps/katepart/syntax/php.xml share/apps/katepart/syntax/picsrc.xml share/apps/katepart/syntax/pig.xml share/apps/katepart/syntax/pike.xml share/apps/katepart/syntax/postscript.xml share/apps/katepart/syntax/povray.xml share/apps/katepart/syntax/ppd.xml share/apps/katepart/syntax/progress.xml share/apps/katepart/syntax/prolog.xml share/apps/katepart/syntax/purebasic.xml share/apps/katepart/syntax/python.xml share/apps/katepart/syntax/qmake.xml share/apps/katepart/syntax/qml.xml share/apps/katepart/syntax/qt4.xml share/apps/katepart/syntax/r.xml share/apps/katepart/syntax/rapidq.xml share/apps/katepart/syntax/relaxng.xml share/apps/katepart/syntax/relaxngcompact.xml share/apps/katepart/syntax/rest.xml share/apps/katepart/syntax/restructuredtext.xml share/apps/katepart/syntax/rexx.xml share/apps/katepart/syntax/rhtml.xml share/apps/katepart/syntax/rib.xml share/apps/katepart/syntax/roff.xml share/apps/katepart/syntax/rpmspec.xml share/apps/katepart/syntax/rsiidl.xml share/apps/katepart/syntax/ruby.xml share/apps/katepart/syntax/sather.xml share/apps/katepart/syntax/scala.xml share/apps/katepart/syntax/scheme.xml share/apps/katepart/syntax/sci.xml share/apps/katepart/syntax/scss.xml share/apps/katepart/syntax/sed.xml share/apps/katepart/syntax/sgml.xml share/apps/katepart/syntax/sieve.xml share/apps/katepart/syntax/sisu.xml share/apps/katepart/syntax/sml.xml share/apps/katepart/syntax/spice.xml share/apps/katepart/syntax/sql-mysql.xml share/apps/katepart/syntax/sql-postgresql.xml share/apps/katepart/syntax/sql.xml share/apps/katepart/syntax/stata.xml share/apps/katepart/syntax/syntax.template share/apps/katepart/syntax/systemc.xml share/apps/katepart/syntax/systemverilog.xml share/apps/katepart/syntax/tads3.xml share/apps/katepart/syntax/tcl.xml share/apps/katepart/syntax/tcsh.xml share/apps/katepart/syntax/template-toolkit.xml share/apps/katepart/syntax/texinfo.xml share/apps/katepart/syntax/textile.xml share/apps/katepart/syntax/tibasic.xml share/apps/katepart/syntax/txt2tags.xml share/apps/katepart/syntax/uscript.xml share/apps/katepart/syntax/vala.xml share/apps/katepart/syntax/valgrind-suppression.xml share/apps/katepart/syntax/varnish.xml share/apps/katepart/syntax/vcard.xml share/apps/katepart/syntax/velocity.xml share/apps/katepart/syntax/vera.xml share/apps/katepart/syntax/verilog.xml share/apps/katepart/syntax/vhdl.xml share/apps/katepart/syntax/vrml.xml share/apps/katepart/syntax/winehq.xml share/apps/katepart/syntax/wml.xml share/apps/katepart/syntax/xharbour.xml share/apps/katepart/syntax/xml.xml share/apps/katepart/syntax/xmldebug.xml share/apps/katepart/syntax/xorg.xml share/apps/katepart/syntax/xslt.xml share/apps/katepart/syntax/xul.xml share/apps/katepart/syntax/yacas.xml share/apps/katepart/syntax/yacc.xml share/apps/katepart/syntax/yaml.xml share/apps/katepart/syntax/zonnon.xml share/apps/katepart/syntax/zsh.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/kconf_update/kate-2.4.upd share/apps/ktexteditor_exporter/ktexteditor_exporterui.rc share/apps/ktexteditor_iconinserter/ktexteditor_iconinserterui.rc share/apps/ktexteditor_insertfile/ktexteditor_insertfileui.rc share/apps/kwrite/kwriteui.rc share/config/katemoderc share/config/katerc share/config/kateschemarc share/config/katesyntaxhighlightingrc +share/config/ktexteditor_codesnippets_core.knsrc share/doc/HTML/en/kate/advanced.docbook share/doc/HTML/en/kate/comma-to.png share/doc/HTML/en/kate/common share/doc/HTML/en/kate/configdialog01.png share/doc/HTML/en/kate/configuring-part.docbook share/doc/HTML/en/kate/configuring.docbook share/doc/HTML/en/kate/fundamentals.docbook share/doc/HTML/en/kate/gdb-call-stack.png share/doc/HTML/en/kate/gdb-io.png share/doc/HTML/en/kate/gdb-locals.png share/doc/HTML/en/kate/gdb-output.png share/doc/HTML/en/kate/gdb-settings.png share/doc/HTML/en/kate/highlighted.png share/doc/HTML/en/kate/highlighting.docbook share/doc/HTML/en/kate/index.cache.bz2 share/doc/HTML/en/kate/index.docbook share/doc/HTML/en/kate/kate.png share/doc/HTML/en/kate/line-modification-system.png share/doc/HTML/en/kate/man-kate.1.docbook share/doc/HTML/en/kate/mdi.docbook share/doc/HTML/en/kate/menus.docbook share/doc/HTML/en/kate/minimap.png share/doc/HTML/en/kate/part.docbook share/doc/HTML/en/kate/plugins-part.docbook share/doc/HTML/en/kate/plugins.docbook share/doc/HTML/en/kate/regular-expressions.docbook share/doc/HTML/en/kate/snippets-form.png share/doc/HTML/en/kate/snippets-panel.png share/doc/HTML/en/kate/snippets-usage.png share/doc/HTML/en/kate/unhighlighted.png share/doc/HTML/en/kate/vi.docbook share/doc/HTML/en/kwrite/common share/doc/HTML/en/kwrite/configuring.docbook share/doc/HTML/en/kwrite/fundamentals.docbook share/doc/HTML/en/kwrite/index.cache.bz2 share/doc/HTML/en/kwrite/index.docbook share/doc/HTML/en/kwrite/menus.docbook share/icons/hicolor/128x128/apps/kate.png share/icons/hicolor/16x16/apps/kate.png share/icons/hicolor/22x22/apps/kate.png share/icons/hicolor/32x32/apps/kate.png share/icons/hicolor/48x48/apps/kate.png share/icons/hicolor/64x64/apps/kate.png share/icons/hicolor/scalable/apps/kate.svgz share/icons/hicolor/scalable/apps/ktexteditorautobrace.svgz share/icons/oxygen/16x16/actions/debug.png share/kde4/services/kate_kttsd.desktop share/kde4/services/katebacktracebrowserplugin.desktop share/kde4/services/katebuildplugin.desktop share/kde4/services/katectagsplugin.desktop share/kde4/services/katefilebrowserplugin.desktop share/kde4/services/katefiletemplates.desktop share/kde4/services/katefiletreeplugin.desktop share/kde4/services/kategdbplugin.desktop share/kde4/services/katekonsoleplugin.desktop share/kde4/services/katemailfilesplugin.desktop share/kde4/services/kateopenheader.desktop share/kde4/services/katepart.desktop share/kde4/services/kateprojectplugin.desktop share/kde4/services/katesearch.desktop share/kde4/services/katesnippetsplugin.desktop share/kde4/services/katesql.desktop share/kde4/services/katesymbolviewer.desktop share/kde4/services/katetabbarextension.desktop share/kde4/services/katetabifyplugin.desktop share/kde4/services/katetextfilter.desktop share/kde4/services/katexmlcheck.desktop share/kde4/services/katexmltools.desktop share/kde4/services/ktexteditor_autobrace.desktop share/kde4/services/ktexteditor_autobrace_config.desktop share/kde4/services/ktexteditor_exporter.desktop share/kde4/services/ktexteditor_hlselection.desktop share/kde4/services/ktexteditor_iconinserter.desktop share/kde4/services/ktexteditor_insertfile.desktop share/kde4/services/plasma-applet-katesession.desktop share/kde4/servicetypes/kateplugin.desktop @dirrm share/doc/HTML/en/kwrite @dirrm share/doc/HTML/en/kate @dirrm share/apps/kwrite @dirrm share/apps/ktexteditor_insertfile @dirrm share/apps/ktexteditor_iconinserter @dirrm share/apps/ktexteditor_exporter @dirrmtry share/apps/katexmltools @dirrm share/apps/katepart/script/libraries/emmet @dirrm share/apps/katepart/script/libraries @dirrm share/apps/katepart/script/indentation @dirrm share/apps/katepart/script/files/quickcoding/cpp @dirrm share/apps/katepart/script/files/quickcoding @dirrm share/apps/katepart/script/files @dirrm share/apps/katepart/script/commands @dirrm share/apps/katepart/script @dirrm share/apps/kate/plugins/project @dirrm share/apps/kate/plugins/katexmltools @dirrm share/apps/kate/plugins/katexmlcheck @dirrm share/apps/kate/plugins/katetextfilter @dirrm share/apps/kate/plugins/katetabify @dirrm share/apps/kate/plugins/katetabbarextension @dirrm share/apps/kate/plugins/katesymbolviewer @dirrm share/apps/kate/plugins/katesql @dirrm share/apps/kate/plugins/katesearch -@dirrm share/apps/kate/plugins/katequickdocumentswitcher @dirrm share/apps/kate/plugins/kateopenheader @dirrm share/apps/kate/plugins/katemailfiles @dirrm share/apps/kate/plugins/katekonsole @dirrm share/apps/kate/plugins/kategdb @dirrm share/apps/kate/plugins/katefiletemplates/templates @dirrm share/apps/kate/plugins/katefiletemplates @dirrm share/apps/kate/plugins/katectags @dirrm share/apps/kate/plugins/katebuild @dirrm share/apps/kate/plugins/kate_kttsd @dirrm share/apps/kate/plugins/filetree @dirrmtry share/apps/kate/plugins @dirrm share/apps/kate/icons/hicolor/16x16/actions @dirrm share/apps/kate/icons/hicolor/16x16 @dirrm share/apps/kate/icons/hicolor @dirrm share/apps/kate/icons @dirrmtry share/apps/kate @dirrmtry include/kate Index: head/french/kde4-l10n/Makefile.man =================================================================== --- head/french/kde4-l10n/Makefile.man (revision 318451) +++ head/french/kde4-l10n/Makefile.man (revision 318452) @@ -1,57 +1,58 @@ MAN1+= adddebug.1 MAN1+= ark.1 MAN1+= cheatmake.1 MAN1+= checkXML.1 MAN1+= create_cvsignore.1 MAN1+= create_makefile.1 MAN1+= create_makefiles.1 MAN1+= cvscheck.1 MAN1+= cvslastchange.1 MAN1+= cvslastlog.1 MAN1+= cvsrevertlast.1 MAN1+= cxxmetric.1 MAN1+= demangle.1 MAN1+= dragon.1 MAN1+= extend_dmalloc.1 MAN1+= extractrc.1 MAN1+= fixincludes.1 MAN1+= kabcclient.1 MAN1+= kalzium.1 MAN1+= kbookmarkmerger.1 MAN1+= kbruch.1 MAN1+= kconfig_compiler.1 MAN1+= kde4-config.1 MAN1+= kdesu.1 MAN1+= kfind.1 MAN1+= kig.1 MAN1+= kjs.1 MAN1+= kjscmd.1 MAN1+= kmag.1 MAN1+= kmousetool.1 MAN1+= kmouth.1 MAN1+= kmplot.1 MAN1+= ktouch.1 MAN1+= makekdewidgets.1 MAN1+= okular.1 MAN1+= plasmaengineexplorer.1 +MAN1+= plasmapkg.1 MAN1+= po2xml.1 MAN1+= preparetips.1 MAN1+= pruneemptydirs.1 MAN1+= qtdoc.1 MAN1+= reportview.1 MAN1+= split2po.1 MAN1+= swappo.1 MAN1+= transxx.1 MAN1+= xml2pot.1 MAN1+= zonetab2pot.py.1 MAN6+= amor.6 MAN6+= khangman.6 MAN7+= kdeoptions.7 MAN7+= qtoptions.7 MAN8+= kbuildsycoca4.8 MAN8+= kcookiejar4.8 MAN8+= kded4.8 MAN8+= kdeinit4.8 MAN8+= meinproc4.8 MAN8+= nepomukserver.8 MAN8+= nepomukservicestub.8 Index: head/french/kde4-l10n/distinfo =================================================================== --- head/french/kde4-l10n/distinfo (revision 318451) +++ head/french/kde4-l10n/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/kde-l10n/kde-l10n-fr-4.10.1.tar.xz) = e4b1fe717f07e29ad963c100c650f4251ba3b7e1e82a20951e36bc8e9a0ee27d -SIZE (KDE/4.10.1/kde-l10n/kde-l10n-fr-4.10.1.tar.xz) = 44677252 +SHA256 (KDE/4.10.3/kde-l10n/kde-l10n-fr-4.10.3.tar.xz) = 380cdde546cc07767346072cf6c5e6066ae37dc7e3ba76ddcbb35f57061b45c3 +SIZE (KDE/4.10.3/kde-l10n/kde-l10n-fr-4.10.3.tar.xz) = 44769336 Index: head/french/kde4-l10n/pkg-plist =================================================================== --- head/french/kde4-l10n/pkg-plist (revision 318451) +++ head/french/kde4-l10n/pkg-plist (revision 318452) @@ -1,2521 +1,2528 @@ share/apps/autocorrect/fr.xml share/apps/khangman/fr.txt share/apps/ktuberling/sounds/fr.soundtheme share/apps/ktuberling/sounds/fr/bouche.wav share/apps/ktuberling/sounds/fr/boucle-d-oreille.wav share/apps/ktuberling/sounds/fr/chapeau.wav share/apps/ktuberling/sounds/fr/cheveux.wav share/apps/ktuberling/sounds/fr/cravate.wav share/apps/ktuberling/sounds/fr/lunettes-de-soleil.wav share/apps/ktuberling/sounds/fr/lunettes.wav share/apps/ktuberling/sounds/fr/moustache.wav share/apps/ktuberling/sounds/fr/nez.wav share/apps/ktuberling/sounds/fr/noeud-papillon.wav share/apps/ktuberling/sounds/fr/oeil.wav share/apps/ktuberling/sounds/fr/oreille.wav share/apps/ktuberling/sounds/fr/sourcil.wav share/apps/kvtml/fr/animals.kvtml share/apps/kvtml/fr/easy.kvtml share/apps/kvtml/fr/hard.kvtml share/apps/kvtml/fr/maison.kvtml share/apps/kvtml/fr/medium.kvtml share/doc/HTML/fr/akregator/add-feed.png share/doc/HTML/fr/akregator/add-feed2.png share/doc/HTML/fr/akregator/add-folder.png share/doc/HTML/fr/akregator/add-folder2.png share/doc/HTML/fr/akregator/advanced-tab.png share/doc/HTML/fr/akregator/appearance-tab.png share/doc/HTML/fr/akregator/archive-tab.png share/doc/HTML/fr/akregator/browser-tab.png share/doc/HTML/fr/akregator/common share/doc/HTML/fr/akregator/general-tab.png share/doc/HTML/fr/akregator/index.cache.bz2 share/doc/HTML/fr/akregator/index.docbook share/doc/HTML/fr/akregator/konq.png share/doc/HTML/fr/akregator/konq2.png share/doc/HTML/fr/akregator/main-window.png share/doc/HTML/fr/akregator/main-window2.png share/doc/HTML/fr/akregator/main-window3.png share/doc/HTML/fr/akregator/main-window4.png share/doc/HTML/fr/akregator/quick-filter.png share/doc/HTML/fr/amor/common share/doc/HTML/fr/amor/index.cache.bz2 share/doc/HTML/fr/amor/index.docbook share/doc/HTML/fr/amor/man-amor.6.docbook share/doc/HTML/fr/ark/ark-mainwindow.png share/doc/HTML/fr/ark/common share/doc/HTML/fr/ark/index.cache.bz2 share/doc/HTML/fr/ark/index.docbook share/doc/HTML/fr/ark/man-ark.1.docbook share/doc/HTML/fr/blinken/blinken1.png share/doc/HTML/fr/blinken/blinken2.png share/doc/HTML/fr/blinken/blinken_accesskeys.png share/doc/HTML/fr/blinken/blinken_helpbutton.png share/doc/HTML/fr/blinken/blinken_highscoresbutton.png share/doc/HTML/fr/blinken/blinken_nickprompt.png share/doc/HTML/fr/blinken/blinken_quitbutton.png share/doc/HTML/fr/blinken/common share/doc/HTML/fr/blinken/index.cache.bz2 share/doc/HTML/fr/blinken/index.docbook share/doc/HTML/fr/blogilo/common share/doc/HTML/fr/blogilo/index.cache.bz2 share/doc/HTML/fr/blogilo/index.docbook share/doc/HTML/fr/bomber/common share/doc/HTML/fr/bomber/index.cache.bz2 share/doc/HTML/fr/bomber/index.docbook share/doc/HTML/fr/bovo/common share/doc/HTML/fr/bovo/index.cache.bz2 share/doc/HTML/fr/bovo/index.docbook share/doc/HTML/fr/cantor/common share/doc/HTML/fr/cantor/index.cache.bz2 share/doc/HTML/fr/cantor/index.docbook share/doc/HTML/fr/cantor/screenshot.png share/doc/HTML/fr/cervisia/annotate.png share/doc/HTML/fr/cervisia/checkout.png share/doc/HTML/fr/cervisia/commit.png share/doc/HTML/fr/cervisia/common share/doc/HTML/fr/cervisia/diff.png share/doc/HTML/fr/cervisia/history.png share/doc/HTML/fr/cervisia/import.png share/doc/HTML/fr/cervisia/index.cache.bz2 share/doc/HTML/fr/cervisia/index.docbook share/doc/HTML/fr/cervisia/logtree.png share/doc/HTML/fr/cervisia/mainview.png share/doc/HTML/fr/cervisia/patch.png share/doc/HTML/fr/cervisia/popup.png share/doc/HTML/fr/cervisia/repositories.png share/doc/HTML/fr/cervisia/resolve.png share/doc/HTML/fr/cervisia/updatetag.png share/doc/HTML/fr/common/fdl-translated.html share/doc/HTML/fr/common/gpl-translated.html share/doc/HTML/fr/common/kde-localised.css share/doc/HTML/fr/common/lgpl-translated.html share/doc/HTML/fr/dolphin/common share/doc/HTML/fr/dolphin/default-ui.png share/doc/HTML/fr/dolphin/index.cache.bz2 share/doc/HTML/fr/dolphin/index.docbook share/doc/HTML/fr/dolphin/locationbar-breadcrumb.png share/doc/HTML/fr/dolphin/locationbar-editable.png share/doc/HTML/fr/dolphin/preferences-general-behavior.png share/doc/HTML/fr/dolphin/preferences-navigation.png share/doc/HTML/fr/dolphin/preferences-startup.png share/doc/HTML/fr/dolphin/preferences-trash.png share/doc/HTML/fr/dolphin/preferences-viewmodes-icons.png share/doc/HTML/fr/dolphin/toolbar-navigation.png share/doc/HTML/fr/dolphin/toolbar-view-appearance.png share/doc/HTML/fr/dolphin/viewproperties-dialog.png share/doc/HTML/fr/dragonplayer/common share/doc/HTML/fr/dragonplayer/index.cache.bz2 share/doc/HTML/fr/dragonplayer/index.docbook share/doc/HTML/fr/dragonplayer/man-dragon.1.docbook share/doc/HTML/fr/filelight/common share/doc/HTML/fr/filelight/index.cache.bz2 share/doc/HTML/fr/filelight/index.docbook share/doc/HTML/fr/fundamentals/colors.png share/doc/HTML/fr/fundamentals/common share/doc/HTML/fr/fundamentals/config.docbook share/doc/HTML/fr/fundamentals/files-locationbar-context-menu.png share/doc/HTML/fr/fundamentals/files-locationbar-editable.png share/doc/HTML/fr/fundamentals/files-locationbar-places-icon.png share/doc/HTML/fr/fundamentals/files-open.png share/doc/HTML/fr/fundamentals/files-save.png share/doc/HTML/fr/fundamentals/find-find-inline.png share/doc/HTML/fr/fundamentals/find-find.png share/doc/HTML/fr/fundamentals/find-found.png share/doc/HTML/fr/fundamentals/find-replace-inline.png share/doc/HTML/fr/fundamentals/find-replace.png share/doc/HTML/fr/fundamentals/fonts.png share/doc/HTML/fr/fundamentals/index.cache.bz2 share/doc/HTML/fr/fundamentals/index.docbook share/doc/HTML/fr/fundamentals/install.docbook share/doc/HTML/fr/fundamentals/menus.png share/doc/HTML/fr/fundamentals/shortcuts-schemes.png share/doc/HTML/fr/fundamentals/shortcuts-search.png share/doc/HTML/fr/fundamentals/shortcuts-set.png share/doc/HTML/fr/fundamentals/spellcheck-check.png share/doc/HTML/fr/fundamentals/tasks.docbook share/doc/HTML/fr/fundamentals/toolbars-configure.png share/doc/HTML/fr/fundamentals/toolbars-toolbar.png share/doc/HTML/fr/fundamentals/ui.docbook share/doc/HTML/fr/granatier/common share/doc/HTML/fr/granatier/config_arena.png share/doc/HTML/fr/granatier/config_general.png share/doc/HTML/fr/granatier/config_player.png share/doc/HTML/fr/granatier/config_theme.png share/doc/HTML/fr/granatier/granatier.png share/doc/HTML/fr/granatier/index.cache.bz2 share/doc/HTML/fr/granatier/index.docbook share/doc/HTML/fr/gwenview/browse_mode.png share/doc/HTML/fr/gwenview/common share/doc/HTML/fr/gwenview/fullscreen_mode.png share/doc/HTML/fr/gwenview/importer.png share/doc/HTML/fr/gwenview/index.cache.bz2 share/doc/HTML/fr/gwenview/index.docbook share/doc/HTML/fr/gwenview/view_mode.png share/doc/HTML/fr/jovie/common share/doc/HTML/fr/jovie/index.cache.bz2 share/doc/HTML/fr/jovie/index.docbook share/doc/HTML/fr/juk/common share/doc/HTML/fr/juk/index.cache.bz2 share/doc/HTML/fr/juk/index.docbook share/doc/HTML/fr/kabcclient/common share/doc/HTML/fr/kabcclient/index.cache.bz2 share/doc/HTML/fr/kabcclient/index.docbook share/doc/HTML/fr/kabcclient/man-kabcclient.1.docbook share/doc/HTML/fr/kalzium/common share/doc/HTML/fr/kalzium/gradient.png share/doc/HTML/fr/kalzium/index.cache.bz2 share/doc/HTML/fr/kalzium/index.docbook share/doc/HTML/fr/kalzium/infodialog_bohr.png share/doc/HTML/fr/kalzium/infodialog_data_overview.png share/doc/HTML/fr/kalzium/infodialog_extra.png share/doc/HTML/fr/kalzium/infodialog_isotopes.png share/doc/HTML/fr/kalzium/infodialog_misc.png share/doc/HTML/fr/kalzium/infodialog_spectrum.png share/doc/HTML/fr/kalzium/man-kalzium.1.docbook share/doc/HTML/fr/kalzium/quick-1.png share/doc/HTML/fr/kalzium/quick-2.png share/doc/HTML/fr/kalzium/quick-3.png share/doc/HTML/fr/kalzium/quick-4.png share/doc/HTML/fr/kalzium/screenshot-calc-conc.png share/doc/HTML/fr/kalzium/screenshot-calc-eq.png share/doc/HTML/fr/kalzium/screenshot-calc-gas.png share/doc/HTML/fr/kalzium/screenshot-calc-mass.png share/doc/HTML/fr/kalzium/screenshot-calc-nucl.png share/doc/HTML/fr/kalzium/screenshot-mol-edit.png share/doc/HTML/fr/kalzium/screenshot-rs-phrases.png share/doc/HTML/fr/kalzium/screenshot-tables.png share/doc/HTML/fr/kalzium/screenshot1.png share/doc/HTML/fr/kalzium/screenshot2.png share/doc/HTML/fr/kalzium/screenshot3.png share/doc/HTML/fr/kalzium/screenshot4.png share/doc/HTML/fr/kalzium/screenshot5.png share/doc/HTML/fr/kalzium/screenshot6.png share/doc/HTML/fr/kalzium/screenshot7.png share/doc/HTML/fr/kalzium/screenshoteqsolver.png share/doc/HTML/fr/kalzium/screenshotnuclidboard.png share/doc/HTML/fr/kalzium/settings.png share/doc/HTML/fr/kalzium/settings1.png share/doc/HTML/fr/kalzium/settings2.png share/doc/HTML/fr/kalzium/settings3.png share/doc/HTML/fr/kalzium/settings4.png share/doc/HTML/fr/kalzium/sidebar1.png share/doc/HTML/fr/kalzium/sidebar2.png share/doc/HTML/fr/kanagram/answer-highlight.png share/doc/HTML/fr/kanagram/common share/doc/HTML/fr/kanagram/general-settings.png share/doc/HTML/fr/kanagram/helpstates.png share/doc/HTML/fr/kanagram/index.cache.bz2 share/doc/HTML/fr/kanagram/index.docbook share/doc/HTML/fr/kanagram/kanagram-hint.png share/doc/HTML/fr/kanagram/kanagram.png share/doc/HTML/fr/kanagram/newstuff-dialog.png share/doc/HTML/fr/kanagram/newstuff-settings.png share/doc/HTML/fr/kanagram/shortcuts-settings.png share/doc/HTML/fr/kanagram/standard-fonts.png share/doc/HTML/fr/kanagram/vocab-editor.png share/doc/HTML/fr/kanagram/vocab-settings.png share/doc/HTML/fr/kapman/common share/doc/HTML/fr/kapman/config.png share/doc/HTML/fr/kapman/index.cache.bz2 share/doc/HTML/fr/kapman/index.docbook share/doc/HTML/fr/kapman/kapman.png share/doc/HTML/fr/kapptemplate/common share/doc/HTML/fr/kapptemplate/index.cache.bz2 share/doc/HTML/fr/kapptemplate/index.docbook share/doc/HTML/fr/katomic/common share/doc/HTML/fr/katomic/index.cache.bz2 share/doc/HTML/fr/katomic/index.docbook share/doc/HTML/fr/kbattleship/common share/doc/HTML/fr/kbattleship/index.cache.bz2 share/doc/HTML/fr/kbattleship/index.docbook share/doc/HTML/fr/kblackbox/common share/doc/HTML/fr/kblackbox/index.cache.bz2 share/doc/HTML/fr/kblackbox/index.docbook share/doc/HTML/fr/kblocks/common share/doc/HTML/fr/kblocks/index.cache.bz2 share/doc/HTML/fr/kblocks/index.docbook share/doc/HTML/fr/kbounce/common share/doc/HTML/fr/kbounce/index.cache.bz2 share/doc/HTML/fr/kbounce/index.docbook share/doc/HTML/fr/kbounce/jezball_corridor1.png share/doc/HTML/fr/kbounce/jezball_corridor2.png share/doc/HTML/fr/kbounce/jezball_newWall.png share/doc/HTML/fr/kbreakout/common share/doc/HTML/fr/kbreakout/index.cache.bz2 share/doc/HTML/fr/kbreakout/index.docbook share/doc/HTML/fr/kbruch/checked.png share/doc/HTML/fr/kbruch/common share/doc/HTML/fr/kbruch/compare.png share/doc/HTML/fr/kbruch/convert.png share/doc/HTML/fr/kbruch/factorize.png share/doc/HTML/fr/kbruch/gui_main.png share/doc/HTML/fr/kbruch/gui_mode.png share/doc/HTML/fr/kbruch/index.cache.bz2 share/doc/HTML/fr/kbruch/index.docbook share/doc/HTML/fr/kbruch/learning.png share/doc/HTML/fr/kbruch/man-kbruch.1.docbook share/doc/HTML/fr/kbruch/mixed.png share/doc/HTML/fr/kbruch/percentage.png share/doc/HTML/fr/kbruch/reduced.png share/doc/HTML/fr/kbruch/settings.png share/doc/HTML/fr/kbruch/statistics.png share/doc/HTML/fr/kcachegrind/common share/doc/HTML/fr/kcachegrind/index.cache.bz2 share/doc/HTML/fr/kcachegrind/index.docbook share/doc/HTML/fr/kcalc/commands.docbook share/doc/HTML/fr/kcalc/common share/doc/HTML/fr/kcalc/index.cache.bz2 share/doc/HTML/fr/kcalc/index.docbook share/doc/HTML/fr/kcharselect/common share/doc/HTML/fr/kcharselect/index.cache.bz2 share/doc/HTML/fr/kcharselect/index.docbook share/doc/HTML/fr/kcontrol/attica/common share/doc/HTML/fr/kcontrol/attica/index.cache.bz2 share/doc/HTML/fr/kcontrol/attica/index.docbook share/doc/HTML/fr/kcontrol/autostart/common share/doc/HTML/fr/kcontrol/autostart/index.cache.bz2 share/doc/HTML/fr/kcontrol/autostart/index.docbook share/doc/HTML/fr/kcontrol/bell/common share/doc/HTML/fr/kcontrol/bell/index.cache.bz2 share/doc/HTML/fr/kcontrol/bell/index.docbook share/doc/HTML/fr/kcontrol/blockdevices/common share/doc/HTML/fr/kcontrol/blockdevices/index.cache.bz2 share/doc/HTML/fr/kcontrol/blockdevices/index.docbook share/doc/HTML/fr/kcontrol/bookmarks/common share/doc/HTML/fr/kcontrol/bookmarks/index.cache.bz2 share/doc/HTML/fr/kcontrol/bookmarks/index.docbook share/doc/HTML/fr/kcontrol/cache/common share/doc/HTML/fr/kcontrol/cache/index.cache.bz2 share/doc/HTML/fr/kcontrol/cache/index.docbook share/doc/HTML/fr/kcontrol/cddbretrieval/common share/doc/HTML/fr/kcontrol/cddbretrieval/index.cache.bz2 share/doc/HTML/fr/kcontrol/cddbretrieval/index.docbook share/doc/HTML/fr/kcontrol/clock/common share/doc/HTML/fr/kcontrol/clock/index.cache.bz2 share/doc/HTML/fr/kcontrol/clock/index.docbook share/doc/HTML/fr/kcontrol/colors/common share/doc/HTML/fr/kcontrol/colors/index.cache.bz2 share/doc/HTML/fr/kcontrol/colors/index.docbook share/doc/HTML/fr/kcontrol/componentchooser/common share/doc/HTML/fr/kcontrol/componentchooser/index.cache.bz2 share/doc/HTML/fr/kcontrol/componentchooser/index.docbook share/doc/HTML/fr/kcontrol/cookies/common share/doc/HTML/fr/kcontrol/cookies/index.cache.bz2 share/doc/HTML/fr/kcontrol/cookies/index.docbook share/doc/HTML/fr/kcontrol/cursortheme/common share/doc/HTML/fr/kcontrol/cursortheme/index.cache.bz2 share/doc/HTML/fr/kcontrol/cursortheme/index.docbook share/doc/HTML/fr/kcontrol/desktop/common share/doc/HTML/fr/kcontrol/desktop/index.cache.bz2 share/doc/HTML/fr/kcontrol/desktop/index.docbook share/doc/HTML/fr/kcontrol/desktopthemedetails/clicking-apply.png share/doc/HTML/fr/kcontrol/desktopthemedetails/common share/doc/HTML/fr/kcontrol/desktopthemedetails/customizing.png share/doc/HTML/fr/kcontrol/desktopthemedetails/index.cache.bz2 share/doc/HTML/fr/kcontrol/desktopthemedetails/index.docbook share/doc/HTML/fr/kcontrol/ebrowsing/common share/doc/HTML/fr/kcontrol/ebrowsing/index.cache.bz2 share/doc/HTML/fr/kcontrol/ebrowsing/index.docbook share/doc/HTML/fr/kcontrol/emoticons/common share/doc/HTML/fr/kcontrol/emoticons/emoticons.png share/doc/HTML/fr/kcontrol/emoticons/index.cache.bz2 share/doc/HTML/fr/kcontrol/emoticons/index.docbook share/doc/HTML/fr/kcontrol/filemanager/common share/doc/HTML/fr/kcontrol/filemanager/index.cache.bz2 share/doc/HTML/fr/kcontrol/filemanager/index.docbook share/doc/HTML/fr/kcontrol/filemanager/kfileman1.png share/doc/HTML/fr/kcontrol/filemanager/kfileman2.png share/doc/HTML/fr/kcontrol/filetypes/common share/doc/HTML/fr/kcontrol/filetypes/index.cache.bz2 share/doc/HTML/fr/kcontrol/filetypes/index.docbook share/doc/HTML/fr/kcontrol/fontinst/common share/doc/HTML/fr/kcontrol/fontinst/index.cache.bz2 share/doc/HTML/fr/kcontrol/fontinst/index.docbook share/doc/HTML/fr/kcontrol/fonts/common share/doc/HTML/fr/kcontrol/fonts/index.cache.bz2 share/doc/HTML/fr/kcontrol/fonts/index.docbook share/doc/HTML/fr/kcontrol/history/common share/doc/HTML/fr/kcontrol/history/index.cache.bz2 share/doc/HTML/fr/kcontrol/history/index.docbook share/doc/HTML/fr/kcontrol/icons/common share/doc/HTML/fr/kcontrol/icons/index.cache.bz2 share/doc/HTML/fr/kcontrol/icons/index.docbook share/doc/HTML/fr/kcontrol/joystick/common share/doc/HTML/fr/kcontrol/joystick/index.cache.bz2 share/doc/HTML/fr/kcontrol/joystick/index.docbook share/doc/HTML/fr/kcontrol/joystick/joystick-calibration.png share/doc/HTML/fr/kcontrol/joystick/joystick-main.png share/doc/HTML/fr/kcontrol/kamera/common share/doc/HTML/fr/kcontrol/kamera/index.cache.bz2 share/doc/HTML/fr/kcontrol/kamera/index.docbook share/doc/HTML/fr/kcontrol/kcm_ssl/common share/doc/HTML/fr/kcontrol/kcm_ssl/details.png share/doc/HTML/fr/kcontrol/kcm_ssl/index.cache.bz2 share/doc/HTML/fr/kcontrol/kcm_ssl/index.docbook share/doc/HTML/fr/kcontrol/kcm_ssl/module.png share/doc/HTML/fr/kcontrol/kcmaccess/common share/doc/HTML/fr/kcontrol/kcmaccess/index.cache.bz2 share/doc/HTML/fr/kcontrol/kcmaccess/index.docbook share/doc/HTML/fr/kcontrol/kcmcgi/common share/doc/HTML/fr/kcontrol/kcmcgi/index.cache.bz2 share/doc/HTML/fr/kcontrol/kcmcgi/index.docbook share/doc/HTML/fr/kcontrol/kcmcss/common share/doc/HTML/fr/kcontrol/kcmcss/index.cache.bz2 share/doc/HTML/fr/kcontrol/kcmcss/index.docbook share/doc/HTML/fr/kcontrol/kcmlaunch/common share/doc/HTML/fr/kcontrol/kcmlaunch/index.cache.bz2 share/doc/HTML/fr/kcontrol/kcmlaunch/index.docbook share/doc/HTML/fr/kcontrol/kcmnotify/common share/doc/HTML/fr/kcontrol/kcmnotify/index.cache.bz2 share/doc/HTML/fr/kcontrol/kcmnotify/index.docbook share/doc/HTML/fr/kcontrol/kcmsmserver/common share/doc/HTML/fr/kcontrol/kcmsmserver/index.cache.bz2 share/doc/HTML/fr/kcontrol/kcmsmserver/index.docbook share/doc/HTML/fr/kcontrol/kcmstyle/common share/doc/HTML/fr/kcontrol/kcmstyle/index.cache.bz2 share/doc/HTML/fr/kcontrol/kcmstyle/index.docbook share/doc/HTML/fr/kcontrol/kded/common share/doc/HTML/fr/kcontrol/kded/index.cache.bz2 share/doc/HTML/fr/kcontrol/kded/index.docbook share/doc/HTML/fr/kcontrol/keyboard/common share/doc/HTML/fr/kcontrol/keyboard/index.cache.bz2 share/doc/HTML/fr/kcontrol/keyboard/index.docbook share/doc/HTML/fr/kcontrol/keys/common share/doc/HTML/fr/kcontrol/keys/index.cache.bz2 share/doc/HTML/fr/kcontrol/keys/index.docbook share/doc/HTML/fr/kcontrol/kgamma/common share/doc/HTML/fr/kcontrol/kgamma/index.cache.bz2 share/doc/HTML/fr/kcontrol/kgamma/index.docbook share/doc/HTML/fr/kcontrol/khotkeys/common share/doc/HTML/fr/kcontrol/khotkeys/index.cache.bz2 share/doc/HTML/fr/kcontrol/khotkeys/index.docbook share/doc/HTML/fr/kcontrol/khtml-adblock/common share/doc/HTML/fr/kcontrol/khtml-adblock/index.cache.bz2 share/doc/HTML/fr/kcontrol/khtml-adblock/index.docbook share/doc/HTML/fr/kcontrol/khtml-behavior/common share/doc/HTML/fr/kcontrol/khtml-behavior/index.cache.bz2 share/doc/HTML/fr/kcontrol/khtml-behavior/index.docbook share/doc/HTML/fr/kcontrol/khtml-general/common share/doc/HTML/fr/kcontrol/khtml-general/index.cache.bz2 share/doc/HTML/fr/kcontrol/khtml-general/index.docbook share/doc/HTML/fr/kcontrol/khtml-java-js/common share/doc/HTML/fr/kcontrol/khtml-java-js/index.cache.bz2 share/doc/HTML/fr/kcontrol/khtml-java-js/index.docbook share/doc/HTML/fr/kcontrol/khtml-plugins/common share/doc/HTML/fr/kcontrol/khtml-plugins/index.cache.bz2 share/doc/HTML/fr/kcontrol/khtml-plugins/index.docbook share/doc/HTML/fr/kcontrol/kremotecontrol/common share/doc/HTML/fr/kcontrol/kremotecontrol/index.cache.bz2 share/doc/HTML/fr/kcontrol/kremotecontrol/index.docbook share/doc/HTML/fr/kcontrol/kresources/common share/doc/HTML/fr/kcontrol/kresources/index.cache.bz2 share/doc/HTML/fr/kcontrol/kresources/index.docbook share/doc/HTML/fr/kcontrol/kwincompositing/common share/doc/HTML/fr/kcontrol/kwincompositing/index.cache.bz2 share/doc/HTML/fr/kcontrol/kwincompositing/index.docbook share/doc/HTML/fr/kcontrol/kwindecoration/common share/doc/HTML/fr/kcontrol/kwindecoration/index.cache.bz2 share/doc/HTML/fr/kcontrol/kwindecoration/index.docbook share/doc/HTML/fr/kcontrol/kwinscreenedges/common share/doc/HTML/fr/kcontrol/kwinscreenedges/index.cache.bz2 share/doc/HTML/fr/kcontrol/kwinscreenedges/index.docbook share/doc/HTML/fr/kcontrol/kwintabbox/common share/doc/HTML/fr/kcontrol/kwintabbox/index.cache.bz2 share/doc/HTML/fr/kcontrol/kwintabbox/index.docbook share/doc/HTML/fr/kcontrol/language/common share/doc/HTML/fr/kcontrol/language/index.cache.bz2 share/doc/HTML/fr/kcontrol/language/index.docbook share/doc/HTML/fr/kcontrol/mouse/common share/doc/HTML/fr/kcontrol/mouse/index.cache.bz2 share/doc/HTML/fr/kcontrol/mouse/index.docbook share/doc/HTML/fr/kcontrol/nepomuk/common share/doc/HTML/fr/kcontrol/nepomuk/index.cache.bz2 share/doc/HTML/fr/kcontrol/nepomuk/index.docbook share/doc/HTML/fr/kcontrol/netpref/common share/doc/HTML/fr/kcontrol/netpref/index.cache.bz2 share/doc/HTML/fr/kcontrol/netpref/index.docbook share/doc/HTML/fr/kcontrol/paths/common share/doc/HTML/fr/kcontrol/paths/index.cache.bz2 share/doc/HTML/fr/kcontrol/paths/index.docbook share/doc/HTML/fr/kcontrol/paths/paths.png share/doc/HTML/fr/kcontrol/performance/common share/doc/HTML/fr/kcontrol/performance/index.cache.bz2 share/doc/HTML/fr/kcontrol/performance/index.docbook share/doc/HTML/fr/kcontrol/phonon/common share/doc/HTML/fr/kcontrol/phonon/index.cache.bz2 share/doc/HTML/fr/kcontrol/phonon/index.docbook share/doc/HTML/fr/kcontrol/powerdevil/common share/doc/HTML/fr/kcontrol/powerdevil/index.cache.bz2 share/doc/HTML/fr/kcontrol/powerdevil/index.docbook share/doc/HTML/fr/kcontrol/proxy/common share/doc/HTML/fr/kcontrol/proxy/index.cache.bz2 share/doc/HTML/fr/kcontrol/proxy/index.docbook share/doc/HTML/fr/kcontrol/screensaver/common share/doc/HTML/fr/kcontrol/screensaver/index.cache.bz2 share/doc/HTML/fr/kcontrol/screensaver/index.docbook share/doc/HTML/fr/kcontrol/smb/common share/doc/HTML/fr/kcontrol/smb/index.cache.bz2 share/doc/HTML/fr/kcontrol/smb/index.docbook share/doc/HTML/fr/kcontrol/solid-actions/add-action.png share/doc/HTML/fr/kcontrol/solid-actions/common share/doc/HTML/fr/kcontrol/solid-actions/edit-action.png share/doc/HTML/fr/kcontrol/solid-actions/index.cache.bz2 share/doc/HTML/fr/kcontrol/solid-actions/index.docbook share/doc/HTML/fr/kcontrol/solid-actions/main.png share/doc/HTML/fr/kcontrol/solid-device-automounter/common share/doc/HTML/fr/kcontrol/solid-device-automounter/index.cache.bz2 share/doc/HTML/fr/kcontrol/solid-device-automounter/index.docbook share/doc/HTML/fr/kcontrol/solid-hardware/common share/doc/HTML/fr/kcontrol/solid-hardware/index.cache.bz2 share/doc/HTML/fr/kcontrol/solid-hardware/index.docbook share/doc/HTML/fr/kcontrol/spellchecking/common share/doc/HTML/fr/kcontrol/spellchecking/index.cache.bz2 share/doc/HTML/fr/kcontrol/spellchecking/index.docbook share/doc/HTML/fr/kcontrol/splashscreen/common share/doc/HTML/fr/kcontrol/splashscreen/index.cache.bz2 share/doc/HTML/fr/kcontrol/splashscreen/index.docbook share/doc/HTML/fr/kcontrol/trash/common share/doc/HTML/fr/kcontrol/trash/index.cache.bz2 share/doc/HTML/fr/kcontrol/trash/index.docbook share/doc/HTML/fr/kcontrol/useragent/common share/doc/HTML/fr/kcontrol/useragent/index.cache.bz2 share/doc/HTML/fr/kcontrol/useragent/index.docbook share/doc/HTML/fr/kcontrol/windowbehaviour/common share/doc/HTML/fr/kcontrol/windowbehaviour/index.cache.bz2 share/doc/HTML/fr/kcontrol/windowbehaviour/index.docbook share/doc/HTML/fr/kcontrol/windowspecific/akgregator-info.png share/doc/HTML/fr/kcontrol/windowspecific/akregator-attributes.png share/doc/HTML/fr/kcontrol/windowspecific/akregator-fav.png share/doc/HTML/fr/kcontrol/windowspecific/common share/doc/HTML/fr/kcontrol/windowspecific/config-win-behavior.png share/doc/HTML/fr/kcontrol/windowspecific/emacs-attribute.png share/doc/HTML/fr/kcontrol/windowspecific/emacs-info.png share/doc/HTML/fr/kcontrol/windowspecific/focus-stealing-pop2top-attribute.png share/doc/HTML/fr/kcontrol/windowspecific/index.cache.bz2 share/doc/HTML/fr/kcontrol/windowspecific/index.docbook share/doc/HTML/fr/kcontrol/windowspecific/knotes-attribute.png share/doc/HTML/fr/kcontrol/windowspecific/knotes-info.png share/doc/HTML/fr/kcontrol/windowspecific/kopete-attribute-2.png share/doc/HTML/fr/kcontrol/windowspecific/kopete-chat-attribute.png share/doc/HTML/fr/kcontrol/windowspecific/kopete-info.png share/doc/HTML/fr/kcontrol/windowspecific/kwin-detect-window.png share/doc/HTML/fr/kcontrol/windowspecific/kwin-rule-editor.png share/doc/HTML/fr/kcontrol/windowspecific/kwin-rules-main-n-akregator.png share/doc/HTML/fr/kcontrol/windowspecific/kwin-rules-main.png share/doc/HTML/fr/kcontrol/windowspecific/kwin-rules-ordering.png share/doc/HTML/fr/kcontrol/windowspecific/kwin-window-attributes.png share/doc/HTML/fr/kcontrol/windowspecific/kwin-window-matching.png share/doc/HTML/fr/kcontrol/windowspecific/pager-4-desktops.png share/doc/HTML/fr/kcontrol/windowspecific/tbird-compose-attribute.png share/doc/HTML/fr/kcontrol/windowspecific/tbird-compose-info.png share/doc/HTML/fr/kcontrol/windowspecific/tbird-main-attribute.png share/doc/HTML/fr/kcontrol/windowspecific/tbird-main-info.png share/doc/HTML/fr/kcontrol/windowspecific/tbird-reminder-attribute-2.png share/doc/HTML/fr/kcontrol/windowspecific/window-matching-emacs.png share/doc/HTML/fr/kcontrol/windowspecific/window-matching-init.png share/doc/HTML/fr/kcontrol/windowspecific/window-matching-knotes.png share/doc/HTML/fr/kcontrol/windowspecific/window-matching-kopete.png share/doc/HTML/fr/kcontrol/windowspecific/window-matching-ready-akregator.png share/doc/HTML/fr/kcontrol/windowspecific/window-matching-tbird-compose.png share/doc/HTML/fr/kcontrol/windowspecific/window-matching-tbird-main.png share/doc/HTML/fr/kcontrol/workspaceoptions/common share/doc/HTML/fr/kcontrol/workspaceoptions/index.cache.bz2 share/doc/HTML/fr/kcontrol/workspaceoptions/index.docbook share/doc/HTML/fr/kcron/common share/doc/HTML/fr/kcron/index.cache.bz2 share/doc/HTML/fr/kcron/index.docbook share/doc/HTML/fr/kcron/kcron.png share/doc/HTML/fr/kcron/kcronstart.png share/doc/HTML/fr/kcron/newtask.png share/doc/HTML/fr/kcron/newvariable.png share/doc/HTML/fr/kcron/print.png share/doc/HTML/fr/kdebugdialog/common share/doc/HTML/fr/kdebugdialog/index.cache.bz2 share/doc/HTML/fr/kdebugdialog/index.docbook share/doc/HTML/fr/kdepasswd/common share/doc/HTML/fr/kdepasswd/index.cache.bz2 share/doc/HTML/fr/kdepasswd/index.docbook share/doc/HTML/fr/kdepasswd/password.png share/doc/HTML/fr/kdesu/common share/doc/HTML/fr/kdesu/index.cache.bz2 share/doc/HTML/fr/kdesu/index.docbook share/doc/HTML/fr/kdesu/man-kdesu.1.docbook share/doc/HTML/fr/kdf/common share/doc/HTML/fr/kdf/index.cache.bz2 share/doc/HTML/fr/kdf/index.docbook share/doc/HTML/fr/kdf/kdf.png share/doc/HTML/fr/kdf/kdf_config.png share/doc/HTML/fr/kdiamond/common share/doc/HTML/fr/kdiamond/index.cache.bz2 share/doc/HTML/fr/kdiamond/index.docbook share/doc/HTML/fr/kdm/common share/doc/HTML/fr/kdm/index.cache.bz2 share/doc/HTML/fr/kdm/index.docbook share/doc/HTML/fr/kdm/kdmrc-ref.docbook share/doc/HTML/fr/kdm/theme-ref.docbook share/doc/HTML/fr/kfilereplace/common share/doc/HTML/fr/kfilereplace/index.cache.bz2 share/doc/HTML/fr/kfilereplace/index.docbook share/doc/HTML/fr/kfind/common share/doc/HTML/fr/kfind/index.cache.bz2 share/doc/HTML/fr/kfind/index.docbook share/doc/HTML/fr/kfind/man-kfind.1.docbook share/doc/HTML/fr/kfloppy/common share/doc/HTML/fr/kfloppy/index.cache.bz2 share/doc/HTML/fr/kfloppy/index.docbook share/doc/HTML/fr/kfontview/common share/doc/HTML/fr/kfontview/index.cache.bz2 share/doc/HTML/fr/kfontview/index.docbook share/doc/HTML/fr/kfontview/kfontview.png share/doc/HTML/fr/kfourinline/common share/doc/HTML/fr/kfourinline/index.cache.bz2 share/doc/HTML/fr/kfourinline/index.docbook share/doc/HTML/fr/kgeography/common share/doc/HTML/fr/kgeography/first-start1.png share/doc/HTML/fr/kgeography/first-start10.png share/doc/HTML/fr/kgeography/first-start11.png share/doc/HTML/fr/kgeography/first-start12.png share/doc/HTML/fr/kgeography/first-start2.png share/doc/HTML/fr/kgeography/first-start3.png share/doc/HTML/fr/kgeography/first-start4.png share/doc/HTML/fr/kgeography/first-start5.png share/doc/HTML/fr/kgeography/first-start6.png share/doc/HTML/fr/kgeography/first-start7.png share/doc/HTML/fr/kgeography/first-start8.png share/doc/HTML/fr/kgeography/first-start9.png share/doc/HTML/fr/kgeography/index.cache.bz2 share/doc/HTML/fr/kgeography/index.docbook share/doc/HTML/fr/kgeography/kgeography.png share/doc/HTML/fr/kgeography/zoom.png share/doc/HTML/fr/kget/common share/doc/HTML/fr/kget/index.cache.bz2 share/doc/HTML/fr/kget/index.docbook share/doc/HTML/fr/kget/kget1.png share/doc/HTML/fr/kget/kget2.png share/doc/HTML/fr/kget/kget3.png share/doc/HTML/fr/kget/kget4.png share/doc/HTML/fr/kget/kget5.png share/doc/HTML/fr/kgoldrunner/common share/doc/HTML/fr/kgoldrunner/editbar.png share/doc/HTML/fr/kgoldrunner/index.cache.bz2 share/doc/HTML/fr/kgoldrunner/index.docbook share/doc/HTML/fr/kgoldrunner/select.png share/doc/HTML/fr/kgoldrunner/tute008.png share/doc/HTML/fr/kgpg/common share/doc/HTML/fr/kgpg/index.cache.bz2 share/doc/HTML/fr/kgpg/index.docbook share/doc/HTML/fr/khangman/application-exit.png share/doc/HTML/fr/khangman/common share/doc/HTML/fr/khangman/document-new.png share/doc/HTML/fr/khangman/games-hint.png share/doc/HTML/fr/khangman/getnewstuff.png share/doc/HTML/fr/khangman/index.cache.bz2 share/doc/HTML/fr/khangman/index.docbook share/doc/HTML/fr/khangman/khangman-desert.png share/doc/HTML/fr/khangman/khangman-main.png share/doc/HTML/fr/khangman/man-khangman.6.docbook share/doc/HTML/fr/khangman/settings-general.png share/doc/HTML/fr/khangman/settings-languages.png share/doc/HTML/fr/khangman/settings-timers.png share/doc/HTML/fr/khelpcenter/common share/doc/HTML/fr/khelpcenter/documentationnotfound/common share/doc/HTML/fr/khelpcenter/documentationnotfound/index.cache.bz2 share/doc/HTML/fr/khelpcenter/documentationnotfound/index.docbook share/doc/HTML/fr/khelpcenter/glossary/common share/doc/HTML/fr/khelpcenter/glossary/index.cache.bz2 share/doc/HTML/fr/khelpcenter/glossary/index.docbook share/doc/HTML/fr/khelpcenter/glossary/kdeprintingglossary.docbook share/doc/HTML/fr/khelpcenter/index.cache.bz2 share/doc/HTML/fr/khelpcenter/index.docbook share/doc/HTML/fr/kig/common share/doc/HTML/fr/kig/constructed_a_point.png share/doc/HTML/fr/kig/constructing_a_circle.png share/doc/HTML/fr/kig/constructing_a_circle_2.png share/doc/HTML/fr/kig/index.cache.bz2 share/doc/HTML/fr/kig/index.docbook share/doc/HTML/fr/kig/man-kig.1.docbook share/doc/HTML/fr/kig/selecting_objects.png share/doc/HTML/fr/kigo/common share/doc/HTML/fr/kigo/get_new_games.png share/doc/HTML/fr/kigo/hint.png share/doc/HTML/fr/kigo/index.cache.bz2 share/doc/HTML/fr/kigo/index.docbook share/doc/HTML/fr/kigo/play-game.png share/doc/HTML/fr/kigo/setup-general.png share/doc/HTML/fr/kigo/setup-theme.png share/doc/HTML/fr/kigo/start-loaded-game.png share/doc/HTML/fr/kigo/start-new-game.png share/doc/HTML/fr/killbots/common share/doc/HTML/fr/killbots/index.cache.bz2 share/doc/HTML/fr/killbots/index.docbook share/doc/HTML/fr/kimagemapeditor/common share/doc/HTML/fr/kimagemapeditor/configure.png share/doc/HTML/fr/kimagemapeditor/index.cache.bz2 share/doc/HTML/fr/kimagemapeditor/index.docbook share/doc/HTML/fr/kimagemapeditor/mainwindow.png share/doc/HTML/fr/kinfocenter/common share/doc/HTML/fr/kinfocenter/index.cache.bz2 share/doc/HTML/fr/kinfocenter/index.docbook share/doc/HTML/fr/kinfocenter/kinfocenter.png share/doc/HTML/fr/kinfocenter/os_block.png share/doc/HTML/fr/kinfocenter/pro_block.png share/doc/HTML/fr/kinfocenter/sto_block.png share/doc/HTML/fr/kioslave/audiocd/common share/doc/HTML/fr/kioslave/audiocd/index.cache.bz2 share/doc/HTML/fr/kioslave/audiocd/index.docbook share/doc/HTML/fr/kioslave/bookmarks/common share/doc/HTML/fr/kioslave/bookmarks/index.cache.bz2 share/doc/HTML/fr/kioslave/bookmarks/index.docbook share/doc/HTML/fr/kioslave/bzip2/common share/doc/HTML/fr/kioslave/bzip2/index.cache.bz2 share/doc/HTML/fr/kioslave/bzip2/index.docbook share/doc/HTML/fr/kioslave/cgi/common share/doc/HTML/fr/kioslave/cgi/index.cache.bz2 share/doc/HTML/fr/kioslave/cgi/index.docbook share/doc/HTML/fr/kioslave/data/common share/doc/HTML/fr/kioslave/data/index.cache.bz2 share/doc/HTML/fr/kioslave/data/index.docbook share/doc/HTML/fr/kioslave/file/common share/doc/HTML/fr/kioslave/file/index.cache.bz2 share/doc/HTML/fr/kioslave/file/index.docbook share/doc/HTML/fr/kioslave/finger/common share/doc/HTML/fr/kioslave/finger/index.cache.bz2 share/doc/HTML/fr/kioslave/finger/index.docbook share/doc/HTML/fr/kioslave/fish/common share/doc/HTML/fr/kioslave/fish/index.cache.bz2 share/doc/HTML/fr/kioslave/fish/index.docbook share/doc/HTML/fr/kioslave/floppy/common share/doc/HTML/fr/kioslave/floppy/index.cache.bz2 share/doc/HTML/fr/kioslave/floppy/index.docbook share/doc/HTML/fr/kioslave/ftp/common share/doc/HTML/fr/kioslave/ftp/index.cache.bz2 share/doc/HTML/fr/kioslave/ftp/index.docbook share/doc/HTML/fr/kioslave/gzip/common share/doc/HTML/fr/kioslave/gzip/index.cache.bz2 share/doc/HTML/fr/kioslave/gzip/index.docbook share/doc/HTML/fr/kioslave/help/common share/doc/HTML/fr/kioslave/help/index.cache.bz2 share/doc/HTML/fr/kioslave/help/index.docbook share/doc/HTML/fr/kioslave/http/common share/doc/HTML/fr/kioslave/http/index.cache.bz2 share/doc/HTML/fr/kioslave/http/index.docbook share/doc/HTML/fr/kioslave/imap/common share/doc/HTML/fr/kioslave/imap/index.cache.bz2 share/doc/HTML/fr/kioslave/imap/index.docbook share/doc/HTML/fr/kioslave/info/common share/doc/HTML/fr/kioslave/info/index.cache.bz2 share/doc/HTML/fr/kioslave/info/index.docbook share/doc/HTML/fr/kioslave/ldap/common share/doc/HTML/fr/kioslave/ldap/index.cache.bz2 share/doc/HTML/fr/kioslave/ldap/index.docbook share/doc/HTML/fr/kioslave/mailto/common share/doc/HTML/fr/kioslave/mailto/index.cache.bz2 share/doc/HTML/fr/kioslave/mailto/index.docbook share/doc/HTML/fr/kioslave/man/common share/doc/HTML/fr/kioslave/man/index.cache.bz2 share/doc/HTML/fr/kioslave/man/index.docbook share/doc/HTML/fr/kioslave/mbox/common share/doc/HTML/fr/kioslave/mbox/index.cache.bz2 share/doc/HTML/fr/kioslave/mbox/index.docbook share/doc/HTML/fr/kioslave/network/common share/doc/HTML/fr/kioslave/network/index.cache.bz2 share/doc/HTML/fr/kioslave/network/index.docbook share/doc/HTML/fr/kioslave/news/common share/doc/HTML/fr/kioslave/news/index.cache.bz2 share/doc/HTML/fr/kioslave/news/index.docbook share/doc/HTML/fr/kioslave/nfs/common share/doc/HTML/fr/kioslave/nfs/index.cache.bz2 share/doc/HTML/fr/kioslave/nfs/index.docbook share/doc/HTML/fr/kioslave/nntp/common share/doc/HTML/fr/kioslave/nntp/index.cache.bz2 share/doc/HTML/fr/kioslave/nntp/index.docbook share/doc/HTML/fr/kioslave/pop3/common share/doc/HTML/fr/kioslave/pop3/index.cache.bz2 share/doc/HTML/fr/kioslave/pop3/index.docbook share/doc/HTML/fr/kioslave/rlogin/common share/doc/HTML/fr/kioslave/rlogin/index.cache.bz2 share/doc/HTML/fr/kioslave/rlogin/index.docbook share/doc/HTML/fr/kioslave/sftp/common share/doc/HTML/fr/kioslave/sftp/index.cache.bz2 share/doc/HTML/fr/kioslave/sftp/index.docbook share/doc/HTML/fr/kioslave/sieve/common share/doc/HTML/fr/kioslave/sieve/index.cache.bz2 share/doc/HTML/fr/kioslave/sieve/index.docbook share/doc/HTML/fr/kioslave/smb/common share/doc/HTML/fr/kioslave/smb/index.cache.bz2 share/doc/HTML/fr/kioslave/smb/index.docbook share/doc/HTML/fr/kioslave/smtp/common share/doc/HTML/fr/kioslave/smtp/index.cache.bz2 share/doc/HTML/fr/kioslave/smtp/index.docbook share/doc/HTML/fr/kioslave/tar/common share/doc/HTML/fr/kioslave/tar/index.cache.bz2 share/doc/HTML/fr/kioslave/tar/index.docbook share/doc/HTML/fr/kioslave/telnet/common share/doc/HTML/fr/kioslave/telnet/index.cache.bz2 share/doc/HTML/fr/kioslave/telnet/index.docbook share/doc/HTML/fr/kioslave/thumbnail/common share/doc/HTML/fr/kioslave/thumbnail/index.cache.bz2 share/doc/HTML/fr/kioslave/thumbnail/index.docbook share/doc/HTML/fr/kioslave/webdav/common share/doc/HTML/fr/kioslave/webdav/index.cache.bz2 share/doc/HTML/fr/kioslave/webdav/index.docbook share/doc/HTML/fr/kioslave/xz/common share/doc/HTML/fr/kioslave/xz/index.cache.bz2 share/doc/HTML/fr/kioslave/xz/index.docbook share/doc/HTML/fr/kiriki/common share/doc/HTML/fr/kiriki/index.cache.bz2 share/doc/HTML/fr/kiriki/index.docbook share/doc/HTML/fr/kiten/common share/doc/HTML/fr/kiten/index.cache.bz2 share/doc/HTML/fr/kiten/index.docbook share/doc/HTML/fr/kjots/common share/doc/HTML/fr/kjots/index.cache.bz2 share/doc/HTML/fr/kjots/index.docbook share/doc/HTML/fr/kjumpingcube/common share/doc/HTML/fr/kjumpingcube/index.cache.bz2 share/doc/HTML/fr/kjumpingcube/index.docbook share/doc/HTML/fr/kleopatra/common share/doc/HTML/fr/kleopatra/index.cache.bz2 share/doc/HTML/fr/kleopatra/index.docbook share/doc/HTML/fr/klettres/common share/doc/HTML/fr/klettres/index.cache.bz2 share/doc/HTML/fr/klettres/index.docbook share/doc/HTML/fr/klettres/klettres-newstuff.png share/doc/HTML/fr/klettres/klettres-newstuff1.png share/doc/HTML/fr/klettres/klettres-newstuff2.png share/doc/HTML/fr/klettres/klettres1.png share/doc/HTML/fr/klettres/klettres2.png share/doc/HTML/fr/klettres/klettres3.png share/doc/HTML/fr/klettres/klettres4.png share/doc/HTML/fr/klettres/klettres5.png share/doc/HTML/fr/klettres/klettres6.png share/doc/HTML/fr/klickety/common share/doc/HTML/fr/klickety/config-background.png share/doc/HTML/fr/klickety/config-customgame.png share/doc/HTML/fr/klickety/config-general.png share/doc/HTML/fr/klickety/config-theme.png share/doc/HTML/fr/klickety/gamescreen.png share/doc/HTML/fr/klickety/highscore.png share/doc/HTML/fr/klickety/index.cache.bz2 share/doc/HTML/fr/klickety/index.docbook share/doc/HTML/fr/klickety/ksamemode.png share/doc/HTML/fr/klickety/numbered.png share/doc/HTML/fr/klickety/shortcuts.png share/doc/HTML/fr/klines/common share/doc/HTML/fr/klines/index.cache.bz2 share/doc/HTML/fr/klines/index.docbook share/doc/HTML/fr/klinkstatus/common share/doc/HTML/fr/klinkstatus/index.cache.bz2 share/doc/HTML/fr/klinkstatus/index.docbook share/doc/HTML/fr/klipper/common share/doc/HTML/fr/klipper/index.cache.bz2 share/doc/HTML/fr/klipper/index.docbook share/doc/HTML/fr/klipper/screenshot.png share/doc/HTML/fr/kmag/common share/doc/HTML/fr/kmag/index.cache.bz2 share/doc/HTML/fr/kmag/index.docbook share/doc/HTML/fr/kmag/man-kmag.1.docbook share/doc/HTML/fr/kmag/screenshot.png share/doc/HTML/fr/kmahjongg/common share/doc/HTML/fr/kmahjongg/config.png share/doc/HTML/fr/kmahjongg/config_background.png share/doc/HTML/fr/kmahjongg/config_layout.png share/doc/HTML/fr/kmahjongg/config_tiles.png share/doc/HTML/fr/kmahjongg/gamescreen.png share/doc/HTML/fr/kmahjongg/highscore.png share/doc/HTML/fr/kmahjongg/index.cache.bz2 share/doc/HTML/fr/kmahjongg/index.docbook share/doc/HTML/fr/kmahjongg/numbered.png share/doc/HTML/fr/kmahjongg/shortcuts.png share/doc/HTML/fr/kmail/common share/doc/HTML/fr/kmail/configure.docbook share/doc/HTML/fr/kmail/credits-and-licenses.docbook share/doc/HTML/fr/kmail/faq.docbook share/doc/HTML/fr/kmail/getting-started.docbook share/doc/HTML/fr/kmail/importing.docbook share/doc/HTML/fr/kmail/index.cache.bz2 share/doc/HTML/fr/kmail/index.docbook share/doc/HTML/fr/kmail/intro.docbook share/doc/HTML/fr/kmail/menus.docbook share/doc/HTML/fr/kmail/troubleshooting.docbook share/doc/HTML/fr/kmail/using-kmail.docbook share/doc/HTML/fr/kmenuedit/common share/doc/HTML/fr/kmenuedit/done.png share/doc/HTML/fr/kmenuedit/index.cache.bz2 share/doc/HTML/fr/kmenuedit/index.docbook share/doc/HTML/fr/kmenuedit/itemname.png share/doc/HTML/fr/kmenuedit/new.png share/doc/HTML/fr/kmenuedit/selecticon.png share/doc/HTML/fr/kmenuedit/selectinternet.png share/doc/HTML/fr/kmines/common share/doc/HTML/fr/kmines/index.cache.bz2 share/doc/HTML/fr/kmines/index.docbook share/doc/HTML/fr/kmines/kmines1.png share/doc/HTML/fr/kmines/kmines2.png share/doc/HTML/fr/kmix/common share/doc/HTML/fr/kmix/index.cache.bz2 share/doc/HTML/fr/kmix/index.docbook share/doc/HTML/fr/kmousetool/common share/doc/HTML/fr/kmousetool/index.cache.bz2 share/doc/HTML/fr/kmousetool/index.docbook share/doc/HTML/fr/kmousetool/man-kmousetool.1.docbook share/doc/HTML/fr/kmouth/common share/doc/HTML/fr/kmouth/index.cache.bz2 share/doc/HTML/fr/kmouth/index.docbook share/doc/HTML/fr/kmouth/kmouthcpref.png share/doc/HTML/fr/kmouth/kmouthctts.png share/doc/HTML/fr/kmouth/kmouthedit.png share/doc/HTML/fr/kmouth/kmouthmain.png share/doc/HTML/fr/kmouth/kmouthwizard.png share/doc/HTML/fr/kmouth/man-kmouth.1.docbook share/doc/HTML/fr/kmplot/commands.docbook share/doc/HTML/fr/kmplot/common share/doc/HTML/fr/kmplot/configuration.docbook share/doc/HTML/fr/kmplot/credits.docbook share/doc/HTML/fr/kmplot/dcop.docbook share/doc/HTML/fr/kmplot/developer.docbook share/doc/HTML/fr/kmplot/firststeps.docbook share/doc/HTML/fr/kmplot/index.cache.bz2 share/doc/HTML/fr/kmplot/index.docbook share/doc/HTML/fr/kmplot/install.docbook share/doc/HTML/fr/kmplot/introduction.docbook share/doc/HTML/fr/kmplot/main.png share/doc/HTML/fr/kmplot/man-kmplot.1.docbook share/doc/HTML/fr/kmplot/popup.png share/doc/HTML/fr/kmplot/reference.docbook share/doc/HTML/fr/kmplot/settings-colors.png share/doc/HTML/fr/kmplot/settings-constants.png share/doc/HTML/fr/kmplot/settings-coords.png share/doc/HTML/fr/kmplot/settings-diagram.png share/doc/HTML/fr/kmplot/settings-fonts.png share/doc/HTML/fr/kmplot/settings-general.png share/doc/HTML/fr/kmplot/settings-graphing.png share/doc/HTML/fr/kmplot/using.docbook share/doc/HTML/fr/knetattach/common share/doc/HTML/fr/knetattach/index.cache.bz2 share/doc/HTML/fr/knetattach/index.docbook share/doc/HTML/fr/knetattach/screenshot.png share/doc/HTML/fr/knetattach/screenshot1.png share/doc/HTML/fr/knetattach/screenshot2.png share/doc/HTML/fr/knetattach/screenshot3.png share/doc/HTML/fr/knetattach/screenshot4.png share/doc/HTML/fr/knetwalk/common share/doc/HTML/fr/knetwalk/index.cache.bz2 share/doc/HTML/fr/knetwalk/index.docbook share/doc/HTML/fr/knode/commands.docbook share/doc/HTML/fr/knode/common share/doc/HTML/fr/knode/credits.docbook share/doc/HTML/fr/knode/eyes.png share/doc/HTML/fr/knode/faq.docbook share/doc/HTML/fr/knode/gloss.docbook share/doc/HTML/fr/knode/greyball.png share/doc/HTML/fr/knode/greyballchk.png share/doc/HTML/fr/knode/index.cache.bz2 share/doc/HTML/fr/knode/index.docbook share/doc/HTML/fr/knode/install.docbook share/doc/HTML/fr/knode/introduction.docbook share/doc/HTML/fr/knode/journey.docbook share/doc/HTML/fr/knode/knode-cleanup.png share/doc/HTML/fr/knode/knode-colors-fonts.png share/doc/HTML/fr/knode/knode-composer-attachments.png share/doc/HTML/fr/knode/knode-composer-settings.png share/doc/HTML/fr/knode/knode-edit-filter.png share/doc/HTML/fr/knode/knode-edit-header1.png share/doc/HTML/fr/knode/knode-edit-header2.png share/doc/HTML/fr/knode/knode-filters.png share/doc/HTML/fr/knode/knode-followup.png share/doc/HTML/fr/knode/knode-header-settings.png share/doc/HTML/fr/knode/knode-identity.png share/doc/HTML/fr/knode/knode-mail-account.png share/doc/HTML/fr/knode/knode-new-article.png share/doc/HTML/fr/knode/knode-news-account.png share/doc/HTML/fr/knode/knode-post-settings.png share/doc/HTML/fr/knode/knode-read-news-settings.png share/doc/HTML/fr/knode/knode-reply.png share/doc/HTML/fr/knode/knode-rule-editor.png share/doc/HTML/fr/knode/knode-search.png share/doc/HTML/fr/knode/knode-start.png share/doc/HTML/fr/knode/knode-subscribe.png share/doc/HTML/fr/knode/knode-views.png share/doc/HTML/fr/knode/more.docbook share/doc/HTML/fr/knode/newsubs.png share/doc/HTML/fr/knode/redball.png share/doc/HTML/fr/knode/redballchk.png share/doc/HTML/fr/knode/using-firststart.docbook share/doc/HTML/fr/knode/using-morefeatures.docbook share/doc/HTML/fr/knode/using-subscribing.docbook share/doc/HTML/fr/knotes/common share/doc/HTML/fr/knotes/index.cache.bz2 share/doc/HTML/fr/knotes/index.docbook share/doc/HTML/fr/kolf/common share/doc/HTML/fr/kolf/index.cache.bz2 share/doc/HTML/fr/kolf/index.docbook share/doc/HTML/fr/kollision/common share/doc/HTML/fr/kollision/index.cache.bz2 share/doc/HTML/fr/kollision/index.docbook share/doc/HTML/fr/kolourpaint/common share/doc/HTML/fr/kolourpaint/index.cache.bz2 share/doc/HTML/fr/kolourpaint/index.docbook share/doc/HTML/fr/kommander/basics.docbook share/doc/HTML/fr/kommander/commands.docbook share/doc/HTML/fr/kommander/common share/doc/HTML/fr/kommander/credits.docbook share/doc/HTML/fr/kommander/dcop.docbook share/doc/HTML/fr/kommander/done.png share/doc/HTML/fr/kommander/editor.docbook share/doc/HTML/fr/kommander/extending.docbook share/doc/HTML/fr/kommander/glossary.docbook share/doc/HTML/fr/kommander/index.cache.bz2 share/doc/HTML/fr/kommander/index.docbook share/doc/HTML/fr/kommander/installation.docbook share/doc/HTML/fr/kommander/introduction.docbook share/doc/HTML/fr/kommander/itemname.png share/doc/HTML/fr/kommander/new.png share/doc/HTML/fr/kommander/q-and-a.docbook share/doc/HTML/fr/kommander/selecticon.png share/doc/HTML/fr/kommander/selectinternet.png share/doc/HTML/fr/kommander/specials.docbook share/doc/HTML/fr/kommander/tutorials.docbook share/doc/HTML/fr/kommander/widgets.docbook share/doc/HTML/fr/kompare/common share/doc/HTML/fr/kompare/index.cache.bz2 share/doc/HTML/fr/kompare/index.docbook share/doc/HTML/fr/kompare/settings-diff1.png share/doc/HTML/fr/kompare/settings-diff2.png share/doc/HTML/fr/kompare/settings-diff3.png share/doc/HTML/fr/kompare/settings-diff4.png share/doc/HTML/fr/kompare/settings-view1.png share/doc/HTML/fr/kompare/settings-view2.png share/doc/HTML/fr/konqueror/basics.docbook share/doc/HTML/fr/konqueror/bookmarks.docbook share/doc/HTML/fr/konqueror/browser.docbook share/doc/HTML/fr/konqueror/cmndline.png share/doc/HTML/fr/konqueror/commands.docbook share/doc/HTML/fr/konqueror/common share/doc/HTML/fr/konqueror/config.docbook share/doc/HTML/fr/konqueror/credits.docbook share/doc/HTML/fr/konqueror/dirtree.png share/doc/HTML/fr/konqueror/dragdrop.png share/doc/HTML/fr/konqueror/faq.docbook share/doc/HTML/fr/konqueror/filemanager.docbook share/doc/HTML/fr/konqueror/index.cache.bz2 share/doc/HTML/fr/konqueror/index.docbook share/doc/HTML/fr/konqueror/introduction.docbook share/doc/HTML/fr/konqueror/konqorg.png share/doc/HTML/fr/konqueror/man-kbookmarkmerger.1.docbook share/doc/HTML/fr/konqueror/parts.png share/doc/HTML/fr/konqueror/path-complete.docbook share/doc/HTML/fr/konqueror/plugins.docbook share/doc/HTML/fr/konqueror/save-settings.docbook share/doc/HTML/fr/konqueror/shortcut1.png share/doc/HTML/fr/konqueror/shortcut2.png share/doc/HTML/fr/konqueror/sidebar.docbook share/doc/HTML/fr/konqueror/view-extensions.docbook share/doc/HTML/fr/konquest/common share/doc/HTML/fr/konquest/index.cache.bz2 share/doc/HTML/fr/konquest/index.docbook share/doc/HTML/fr/konsole/common share/doc/HTML/fr/konsole/index.cache.bz2 share/doc/HTML/fr/konsole/index.docbook share/doc/HTML/fr/konsole/konsole.png share/doc/HTML/fr/konsole/tabbar.png share/doc/HTML/fr/konsolekalendar/common share/doc/HTML/fr/konsolekalendar/index.cache.bz2 share/doc/HTML/fr/konsolekalendar/index.docbook share/doc/HTML/fr/kontact-admin/common share/doc/HTML/fr/kontact-admin/index.cache.bz2 share/doc/HTML/fr/kontact-admin/index.docbook share/doc/HTML/fr/kontact/calendar-sidebar-icon.png share/doc/HTML/fr/kontact/common share/doc/HTML/fr/kontact/configuration-main.png share/doc/HTML/fr/kontact/configuration-shortcuts.png share/doc/HTML/fr/kontact/configuration-starting-component.png share/doc/HTML/fr/kontact/index.cache.bz2 share/doc/HTML/fr/kontact/index.docbook share/doc/HTML/fr/kontact/kaddressbook-sidebar-icon.png share/doc/HTML/fr/kontact/main-view.png share/doc/HTML/fr/kontact/menu-bar-kmail.png share/doc/HTML/fr/kontact/menu-bar-korganizer.png share/doc/HTML/fr/kontact/menu-bar-summary.png share/doc/HTML/fr/kontact/navigator-bar-kontact.png share/doc/HTML/fr/kontact/new-menu.png share/doc/HTML/fr/kontact/settings-menu-kmail.png share/doc/HTML/fr/kontact/side-pane.png share/doc/HTML/fr/kontact/summary-selection.png share/doc/HTML/fr/kontact/summary-view-calendar.png share/doc/HTML/fr/kontact/summary-view-mail.png share/doc/HTML/fr/kontact/summary-view-notes.png share/doc/HTML/fr/kontact/summary-view-repositioning.png share/doc/HTML/fr/kontact/summary-view-special-dates.png share/doc/HTML/fr/kontact/summary-view-todos.png share/doc/HTML/fr/kontact/summary-view.png share/doc/HTML/fr/kontact/todo-list-sidebar-icon.png share/doc/HTML/fr/kopete/chatstyle.docbook share/doc/HTML/fr/kopete/common share/doc/HTML/fr/kopete/index.cache.bz2 share/doc/HTML/fr/kopete/index.docbook share/doc/HTML/fr/kopete/menus.docbook share/doc/HTML/fr/kopete/otr-auth-1.png share/doc/HTML/fr/kopete/pipes.docbook share/doc/HTML/fr/kpat/clubs.png share/doc/HTML/fr/kpat/common share/doc/HTML/fr/kpat/diamonds.png share/doc/HTML/fr/kpat/hearts.png share/doc/HTML/fr/kpat/index.cache.bz2 share/doc/HTML/fr/kpat/index.docbook share/doc/HTML/fr/kpat/playfield.png share/doc/HTML/fr/kpat/spades.png share/doc/HTML/fr/kppp/accounting.docbook share/doc/HTML/fr/kppp/callback.docbook share/doc/HTML/fr/kppp/chap.docbook share/doc/HTML/fr/kppp/common share/doc/HTML/fr/kppp/dialog-setup.docbook share/doc/HTML/fr/kppp/getting-online.docbook share/doc/HTML/fr/kppp/global-settings.docbook share/doc/HTML/fr/kppp/hayes.docbook share/doc/HTML/fr/kppp/index.cache.bz2 share/doc/HTML/fr/kppp/index.docbook share/doc/HTML/fr/kppp/kppp-account-accounting-tab.png share/doc/HTML/fr/kppp/kppp-account-dial-tab.png share/doc/HTML/fr/kppp/kppp-account-dns-tab.png share/doc/HTML/fr/kppp/kppp-account-execute-tab.png share/doc/HTML/fr/kppp/kppp-account-gateway-tab.png share/doc/HTML/fr/kppp/kppp-account-ip-tab.png share/doc/HTML/fr/kppp/kppp-account-login-script-tab.png share/doc/HTML/fr/kppp/kppp-config.png share/doc/HTML/fr/kppp/kppp-device-tab.png share/doc/HTML/fr/kppp/kppp-dialler-tab.png share/doc/HTML/fr/kppp/kppp-faq.docbook share/doc/HTML/fr/kppp/kppp-graph-tab.png share/doc/HTML/fr/kppp/kppp-misc-tab.png share/doc/HTML/fr/kppp/kppp-modem-tab.png share/doc/HTML/fr/kppp/kppp-wizard.png share/doc/HTML/fr/kppp/security.docbook share/doc/HTML/fr/kppp/tricks.docbook share/doc/HTML/fr/kppp/wizard.docbook share/doc/HTML/fr/krdc/address_input.png share/doc/HTML/fr/krdc/bookmarks_menu.png share/doc/HTML/fr/krdc/common share/doc/HTML/fr/krdc/general_preferences.png share/doc/HTML/fr/krdc/index.cache.bz2 share/doc/HTML/fr/krdc/index.docbook share/doc/HTML/fr/krdc/krdc_mainwindow.png share/doc/HTML/fr/krdc/rdp_preferences.png share/doc/HTML/fr/krdc/vnc_host_configuration.png share/doc/HTML/fr/krdc/vnc_preferences.png share/doc/HTML/fr/kreversi/common share/doc/HTML/fr/kreversi/index.cache.bz2 share/doc/HTML/fr/kreversi/index.docbook share/doc/HTML/fr/kreversi/kreversi1.png share/doc/HTML/fr/krfb/common share/doc/HTML/fr/krfb/configuration_network.png share/doc/HTML/fr/krfb/configuration_security.png share/doc/HTML/fr/krfb/connection.png share/doc/HTML/fr/krfb/email_invitation.png share/doc/HTML/fr/krfb/index.cache.bz2 share/doc/HTML/fr/krfb/index.docbook share/doc/HTML/fr/krfb/personal_invitation.png share/doc/HTML/fr/krfb/screenshot.png share/doc/HTML/fr/kruler/common share/doc/HTML/fr/kruler/index.cache.bz2 share/doc/HTML/fr/kruler/index.docbook share/doc/HTML/fr/kshisen/common share/doc/HTML/fr/kshisen/index.cache.bz2 share/doc/HTML/fr/kshisen/index.docbook share/doc/HTML/fr/kshisen/kshisen-configuration.png share/doc/HTML/fr/kshisen/score-formula.png share/doc/HTML/fr/ksirk/common share/doc/HTML/fr/ksirk/index.cache.bz2 share/doc/HTML/fr/ksirk/index.docbook share/doc/HTML/fr/ksnapshot/common share/doc/HTML/fr/ksnapshot/index.cache.bz2 share/doc/HTML/fr/ksnapshot/index.docbook share/doc/HTML/fr/ksnapshot/preview.png share/doc/HTML/fr/ksnapshot/window.png share/doc/HTML/fr/kspaceduel/common share/doc/HTML/fr/kspaceduel/index.cache.bz2 share/doc/HTML/fr/kspaceduel/index.docbook share/doc/HTML/fr/kspaceduel/kspaceduel1.png share/doc/HTML/fr/kspaceduel/kspaceduel2.png share/doc/HTML/fr/kspaceduel/kspaceduel3.png share/doc/HTML/fr/ksquares/common share/doc/HTML/fr/ksquares/index.cache.bz2 share/doc/HTML/fr/ksquares/index.docbook share/doc/HTML/fr/kstars/aavso.png share/doc/HTML/fr/kstars/ai-contents.docbook share/doc/HTML/fr/kstars/altvstime.docbook share/doc/HTML/fr/kstars/altvstime.png share/doc/HTML/fr/kstars/astroinfo.docbook share/doc/HTML/fr/kstars/blackbody.docbook share/doc/HTML/fr/kstars/blackbody.png share/doc/HTML/fr/kstars/calc-altvstime.png share/doc/HTML/fr/kstars/calc-angdist.docbook share/doc/HTML/fr/kstars/calc-angdist.png share/doc/HTML/fr/kstars/calc-apcoords.docbook share/doc/HTML/fr/kstars/calc-apcoords.png share/doc/HTML/fr/kstars/calc-appcoords.png share/doc/HTML/fr/kstars/calc-dayduration.docbook share/doc/HTML/fr/kstars/calc-daylength.png share/doc/HTML/fr/kstars/calc-ecliptic.docbook share/doc/HTML/fr/kstars/calc-ecliptic.png share/doc/HTML/fr/kstars/calc-eqgal.docbook share/doc/HTML/fr/kstars/calc-eqgal.png share/doc/HTML/fr/kstars/calc-equinox.docbook share/doc/HTML/fr/kstars/calc-equinox.png share/doc/HTML/fr/kstars/calc-geodetic.docbook share/doc/HTML/fr/kstars/calc-geodetic.png share/doc/HTML/fr/kstars/calc-horizontal.docbook share/doc/HTML/fr/kstars/calc-horizontal.png share/doc/HTML/fr/kstars/calc-julian.png share/doc/HTML/fr/kstars/calc-julianday.docbook share/doc/HTML/fr/kstars/calc-planetcoords.docbook share/doc/HTML/fr/kstars/calc-planetcoords.png share/doc/HTML/fr/kstars/calc-precess.png share/doc/HTML/fr/kstars/calc-sidereal.docbook share/doc/HTML/fr/kstars/calc-sidereal.png share/doc/HTML/fr/kstars/calculator.docbook share/doc/HTML/fr/kstars/cequator.docbook share/doc/HTML/fr/kstars/color_indices.png share/doc/HTML/fr/kstars/colorandtemp.docbook share/doc/HTML/fr/kstars/commands.docbook share/doc/HTML/fr/kstars/common share/doc/HTML/fr/kstars/config.docbook share/doc/HTML/fr/kstars/cosmicdist.docbook share/doc/HTML/fr/kstars/cpoles.docbook share/doc/HTML/fr/kstars/credits.docbook share/doc/HTML/fr/kstars/csphere.docbook share/doc/HTML/fr/kstars/darkmatter.docbook share/doc/HTML/fr/kstars/detaildialog.png share/doc/HTML/fr/kstars/details.docbook share/doc/HTML/fr/kstars/devicemanager.png share/doc/HTML/fr/kstars/dumpmode.docbook share/doc/HTML/fr/kstars/ecliptic.docbook share/doc/HTML/fr/kstars/ellipticalgalaxies.docbook share/doc/HTML/fr/kstars/epoch.docbook share/doc/HTML/fr/kstars/equinox.docbook share/doc/HTML/fr/kstars/faq.docbook share/doc/HTML/fr/kstars/find.png share/doc/HTML/fr/kstars/fitsarea.png share/doc/HTML/fr/kstars/fitsviewer.docbook share/doc/HTML/fr/kstars/flux.docbook share/doc/HTML/fr/kstars/fovdialog.png share/doc/HTML/fr/kstars/geocoords.docbook share/doc/HTML/fr/kstars/geolocator.png share/doc/HTML/fr/kstars/graph1.png share/doc/HTML/fr/kstars/graph2.png share/doc/HTML/fr/kstars/graph3.png share/doc/HTML/fr/kstars/greatcircle.docbook share/doc/HTML/fr/kstars/horizon.docbook share/doc/HTML/fr/kstars/hourangle.docbook share/doc/HTML/fr/kstars/index.cache.bz2 share/doc/HTML/fr/kstars/index.docbook share/doc/HTML/fr/kstars/indi.docbook share/doc/HTML/fr/kstars/indiclient.png share/doc/HTML/fr/kstars/indieclient.png share/doc/HTML/fr/kstars/install.docbook share/doc/HTML/fr/kstars/jmoons.docbook share/doc/HTML/fr/kstars/jmoons.png share/doc/HTML/fr/kstars/julianday.docbook share/doc/HTML/fr/kstars/kepler2nd.png share/doc/HTML/fr/kstars/leapyear.docbook share/doc/HTML/fr/kstars/lightcurve.png share/doc/HTML/fr/kstars/lightcurves.docbook share/doc/HTML/fr/kstars/luminosity.docbook share/doc/HTML/fr/kstars/magnitude.docbook share/doc/HTML/fr/kstars/meridian.docbook share/doc/HTML/fr/kstars/newfov.png share/doc/HTML/fr/kstars/observinglist.docbook share/doc/HTML/fr/kstars/observinglist.png share/doc/HTML/fr/kstars/obsplanner.docbook share/doc/HTML/fr/kstars/parallax.docbook share/doc/HTML/fr/kstars/popup.png share/doc/HTML/fr/kstars/precession.docbook share/doc/HTML/fr/kstars/quicktour.docbook share/doc/HTML/fr/kstars/retrograde.docbook share/doc/HTML/fr/kstars/screen1.png share/doc/HTML/fr/kstars/screen2.png share/doc/HTML/fr/kstars/screen3.png share/doc/HTML/fr/kstars/screen4.png share/doc/HTML/fr/kstars/scriptbuilder.docbook share/doc/HTML/fr/kstars/scriptbuilder.png share/doc/HTML/fr/kstars/sidereal.docbook share/doc/HTML/fr/kstars/skycoords.docbook share/doc/HTML/fr/kstars/solarsys.docbook share/doc/HTML/fr/kstars/solarsystem.png share/doc/HTML/fr/kstars/spiralgalaxies.docbook share/doc/HTML/fr/kstars/star_colors.png share/doc/HTML/fr/kstars/stars.docbook share/doc/HTML/fr/kstars/telescopes.docbook share/doc/HTML/fr/kstars/timezones.docbook share/doc/HTML/fr/kstars/tools.docbook share/doc/HTML/fr/kstars/utime.docbook share/doc/HTML/fr/kstars/viewops.png share/doc/HTML/fr/kstars/wut.docbook share/doc/HTML/fr/kstars/wut.png share/doc/HTML/fr/kstars/zenith.docbook share/doc/HTML/fr/ksudoku/common share/doc/HTML/fr/ksudoku/index.cache.bz2 share/doc/HTML/fr/ksudoku/index.docbook share/doc/HTML/fr/ksysguard/common share/doc/HTML/fr/ksysguard/index.cache.bz2 share/doc/HTML/fr/ksysguard/index.docbook share/doc/HTML/fr/ksystemlog/common share/doc/HTML/fr/ksystemlog/filter-process.png share/doc/HTML/fr/ksystemlog/first-opening.png share/doc/HTML/fr/ksystemlog/index.cache.bz2 share/doc/HTML/fr/ksystemlog/index.docbook share/doc/HTML/fr/ksystemlog/main-screen.png share/doc/HTML/fr/kteatime/common share/doc/HTML/fr/kteatime/config.png share/doc/HTML/fr/kteatime/index.cache.bz2 share/doc/HTML/fr/kteatime/index.docbook share/doc/HTML/fr/ktimer/common share/doc/HTML/fr/ktimer/index.cache.bz2 share/doc/HTML/fr/ktimer/index.docbook share/doc/HTML/fr/ktimetracker/common share/doc/HTML/fr/ktimetracker/cvsexport.png share/doc/HTML/fr/ktimetracker/idle-detect.png share/doc/HTML/fr/ktimetracker/index.cache.bz2 share/doc/HTML/fr/ktimetracker/index.docbook share/doc/HTML/fr/ktimetracker/ktimetracker.png share/doc/HTML/fr/ktouch/color_options.png share/doc/HTML/fr/ktouch/common share/doc/HTML/fr/ktouch/general_options.png share/doc/HTML/fr/ktouch/index.cache.bz2 share/doc/HTML/fr/ktouch/index.docbook share/doc/HTML/fr/ktouch/keyboard_options.png share/doc/HTML/fr/ktouch/main_screen_default_color.png share/doc/HTML/fr/ktouch/main_window_german.png share/doc/HTML/fr/ktouch/man-ktouch.1.docbook share/doc/HTML/fr/ktouch/sound_options.png share/doc/HTML/fr/ktouch/statistics_dialog.png share/doc/HTML/fr/ktouch/statistics_dialog_chart.png share/doc/HTML/fr/ktouch/training_options.png share/doc/HTML/fr/ktron/common share/doc/HTML/fr/ktron/index.cache.bz2 share/doc/HTML/fr/ktron/index.docbook share/doc/HTML/fr/ktron/settings-general.png share/doc/HTML/fr/ktron/settings-theme.png share/doc/HTML/fr/ktuberling/button-new.png share/doc/HTML/fr/ktuberling/button-open.png share/doc/HTML/fr/ktuberling/button-print.png share/doc/HTML/fr/ktuberling/button-redo.png share/doc/HTML/fr/ktuberling/button-save.png share/doc/HTML/fr/ktuberling/button-undo.png share/doc/HTML/fr/ktuberling/common share/doc/HTML/fr/ktuberling/gameboard.png share/doc/HTML/fr/ktuberling/index.cache.bz2 share/doc/HTML/fr/ktuberling/index.docbook share/doc/HTML/fr/ktuberling/menu-edit.png share/doc/HTML/fr/ktuberling/menu-game.png share/doc/HTML/fr/ktuberling/menu-help.png share/doc/HTML/fr/ktuberling/menu-settings.png share/doc/HTML/fr/ktuberling/menu.edit.png share/doc/HTML/fr/ktuberling/menu.file.png share/doc/HTML/fr/ktuberling/menu.game.png share/doc/HTML/fr/ktuberling/menu.help.png share/doc/HTML/fr/ktuberling/menu.option.png share/doc/HTML/fr/ktuberling/menu.playground.png share/doc/HTML/fr/ktuberling/menu.raw.png share/doc/HTML/fr/ktuberling/menu.speech.png share/doc/HTML/fr/ktuberling/technical-reference.docbook share/doc/HTML/fr/ktuberling/toolbar.png share/doc/HTML/fr/kturtle/common share/doc/HTML/fr/kturtle/forward.png share/doc/HTML/fr/kturtle/getting-started.docbook share/doc/HTML/fr/kturtle/glossary.docbook share/doc/HTML/fr/kturtle/index.cache.bz2 share/doc/HTML/fr/kturtle/index.docbook share/doc/HTML/fr/kturtle/mainwindow.png share/doc/HTML/fr/kturtle/mainwindow_flower_nrs.png share/doc/HTML/fr/kturtle/programming-reference.docbook share/doc/HTML/fr/kturtle/translator-guide.docbook share/doc/HTML/fr/kturtle/using-kturtle.docbook share/doc/HTML/fr/kubrick/common share/doc/HTML/fr/kubrick/index.cache.bz2 share/doc/HTML/fr/kubrick/index.docbook share/doc/HTML/fr/kuser/common share/doc/HTML/fr/kuser/index.cache.bz2 share/doc/HTML/fr/kuser/index.docbook share/doc/HTML/fr/kuser/kuser.png share/doc/HTML/fr/kwallet/common share/doc/HTML/fr/kwallet/index.cache.bz2 share/doc/HTML/fr/kwallet/index.docbook share/doc/HTML/fr/kwordquiz/common share/doc/HTML/fr/kwordquiz/index.cache.bz2 share/doc/HTML/fr/kwordquiz/index.docbook share/doc/HTML/fr/kwordquiz/kwg-dlg-print-flashcard.png share/doc/HTML/fr/kwordquiz/kwg-dlg-print-list.png share/doc/HTML/fr/kwordquiz/kwordquiz-icon.png share/doc/HTML/fr/kwordquiz/kwq-dlg-characters.png share/doc/HTML/fr/kwordquiz/kwq-dlg-configure-appearance.png share/doc/HTML/fr/kwordquiz/kwq-dlg-configure-characters.png share/doc/HTML/fr/kwordquiz/kwq-dlg-configure-editor.png share/doc/HTML/fr/kwordquiz/kwq-dlg-configure-general.png share/doc/HTML/fr/kwordquiz/kwq-dlg-configure-quiz.png share/doc/HTML/fr/kwordquiz/kwq-dlg-languages.png share/doc/HTML/fr/kwordquiz/kwq-dlg-print-exam.png share/doc/HTML/fr/kwordquiz/kwq-dlg-print-type.png share/doc/HTML/fr/kwordquiz/kwq-editor.png share/doc/HTML/fr/kwordquiz/kwq-flashcard.png share/doc/HTML/fr/kwordquiz/kwq-multiple.png share/doc/HTML/fr/kwordquiz/kwq-qanda.png share/doc/HTML/fr/kwordquiz/kwq-tutor-popup-minimalistic.png share/doc/HTML/fr/kwordquiz/kwq-tutor-popup-native.png share/doc/HTML/fr/kwordquiz/kwq-tutor-settings.png share/doc/HTML/fr/kwordquiz/kwq-tutor-shortcuts.png share/doc/HTML/fr/kwordquiz/kwq-tutor-welcome.png share/doc/HTML/fr/lokalize/common share/doc/HTML/fr/lokalize/index.cache.bz2 share/doc/HTML/fr/lokalize/index.docbook share/doc/HTML/fr/lskat/common share/doc/HTML/fr/lskat/index.cache.bz2 share/doc/HTML/fr/lskat/index.docbook share/doc/HTML/fr/lskat/lskat_screen_01.png share/doc/HTML/fr/marble/common share/doc/HTML/fr/marble/configure-cacheproxy.png share/doc/HTML/fr/marble/configure-navigation.png share/doc/HTML/fr/marble/configure-plugins.png share/doc/HTML/fr/marble/configure-routing.png share/doc/HTML/fr/marble/configure-view.png share/doc/HTML/fr/marble/download-region-3.png share/doc/HTML/fr/marble/index.cache.bz2 share/doc/HTML/fr/marble/index.docbook share/doc/HTML/fr/marble/logo-1.png share/doc/HTML/fr/marble/mapview-1.png share/doc/HTML/fr/marble/measure-1.png share/doc/HTML/fr/marble/quick-1.png share/doc/HTML/fr/marble/routing-1.png share/doc/HTML/fr/marble/routing-2.png share/doc/HTML/fr/marble/routing-3.png share/doc/HTML/fr/marble/routing-4.png share/doc/HTML/fr/marble/routing-5.png share/doc/HTML/fr/marble/routing-6.png share/doc/HTML/fr/marble/search-1.png share/doc/HTML/fr/marble/search-2.png +share/doc/HTML/fr/okteta/common +share/doc/HTML/fr/okteta/index.cache.bz2 +share/doc/HTML/fr/okteta/index.docbook share/doc/HTML/fr/okular/annotation-properties.png share/doc/HTML/fr/okular/annotations.png share/doc/HTML/fr/okular/bookmark-management.png share/doc/HTML/fr/okular/common share/doc/HTML/fr/okular/configure-editor.png share/doc/HTML/fr/okular/configure.png share/doc/HTML/fr/okular/forms-bar.png share/doc/HTML/fr/okular/index.cache.bz2 share/doc/HTML/fr/okular/index.docbook share/doc/HTML/fr/okular/mainwindow.png share/doc/HTML/fr/okular/man-okular.1.docbook share/doc/HTML/fr/okular/presentation.png share/doc/HTML/fr/onlinehelp/common share/doc/HTML/fr/onlinehelp/index.cache.bz2 share/doc/HTML/fr/onlinehelp/index.docbook share/doc/HTML/fr/palapeli/common share/doc/HTML/fr/palapeli/index.cache.bz2 share/doc/HTML/fr/palapeli/index.docbook share/doc/HTML/fr/palapeli/puzzletable1.png share/doc/HTML/fr/parley/Configure_blocking.png share/doc/HTML/fr/parley/Configure_practice.png share/doc/HTML/fr/parley/Configure_practice_conjugation.png share/doc/HTML/fr/parley/Folder_with_sound_and_pictures.png share/doc/HTML/fr/parley/Parley_articles_and_gender_0-9-4_001.png share/doc/HTML/fr/parley/Parley_articles_and_gender_0-9-4_002.png share/doc/HTML/fr/parley/Parley_articles_and_gender_0-9-4_003.png share/doc/HTML/fr/parley/Parley_comparison_eng-deu_0-9-4_002.png share/doc/HTML/fr/parley/Parley_comparison_eng-deu_0-9-4_003.png share/doc/HTML/fr/parley/Parley_configure_advanced.png share/doc/HTML/fr/parley/Parley_configure_parley_0-9-4_001.png share/doc/HTML/fr/parley/Parley_configure_parley_0-9-4_002.png share/doc/HTML/fr/parley/Parley_configure_parley_0-9-4_003.png share/doc/HTML/fr/parley/Parley_configure_parley_0-9-4_004.png share/doc/HTML/fr/parley/Parley_configure_thresholds.png share/doc/HTML/fr/parley/Parley_create_new_exercise_collective_names1.png share/doc/HTML/fr/parley/Parley_create_new_exercise_collective_names10.png share/doc/HTML/fr/parley/Parley_create_new_exercise_collective_names4.png share/doc/HTML/fr/parley/Parley_create_new_exercise_collective_names5.png share/doc/HTML/fr/parley/Parley_create_new_exercise_collective_names7.png share/doc/HTML/fr/parley/Parley_create_new_exercise_collective_names8.png share/doc/HTML/fr/parley/Parley_document_properties.png share/doc/HTML/fr/parley/Parley_edit_comparison_form_1.png share/doc/HTML/fr/parley/Parley_edit_comparison_form_2.png share/doc/HTML/fr/parley/Parley_edit_comparison_form_3.png share/doc/HTML/fr/parley/Parley_edit_conjugation_1.png share/doc/HTML/fr/parley/Parley_edit_conjugation_2.png share/doc/HTML/fr/parley/Parley_edit_main.png share/doc/HTML/fr/parley/Parley_file_select_dialog_0-9-4.png share/doc/HTML/fr/parley/Parley_get_new_stuff_0-9-4_001.png share/doc/HTML/fr/parley/Parley_initial_screen_0-9-4.png share/doc/HTML/fr/parley/Parley_mixed_letters_0-9-4_001.png share/doc/HTML/fr/parley/Parley_mixed_letters_0-9-4_002.png share/doc/HTML/fr/parley/Parley_mixed_letters_0-9-4_003.png share/doc/HTML/fr/parley/Parley_mixed_letters_0-9-4_004.png share/doc/HTML/fr/parley/Parley_multiple_choice_0-9-4_001.png share/doc/HTML/fr/parley/Parley_multiple_choice_0-9-4_002.png share/doc/HTML/fr/parley/Parley_multiple_choice_0-9-4_003.png share/doc/HTML/fr/parley/Parley_new_document_lang_articles.png share/doc/HTML/fr/parley/Parley_new_document_lang_general.png share/doc/HTML/fr/parley/Parley_new_document_lang_personalpronouns.png share/doc/HTML/fr/parley/Parley_new_document_lang_tenses.png share/doc/HTML/fr/parley/Parley_new_lesson1.png share/doc/HTML/fr/parley/Parley_new_lesson2.png share/doc/HTML/fr/parley/Parley_practice_bees.png share/doc/HTML/fr/parley/Parley_practice_conjugation.png share/doc/HTML/fr/parley/Parley_practice_fluffy.png share/doc/HTML/fr/parley/Parley_practice_grey_flash.png share/doc/HTML/fr/parley/Parley_practice_grey_flash_solution.png share/doc/HTML/fr/parley/Parley_practice_grey_written.png share/doc/HTML/fr/parley/Parley_practice_grey_written_right.png share/doc/HTML/fr/parley/Parley_practice_grey_written_wrong.png share/doc/HTML/fr/parley/Parley_practice_icon_right.png share/doc/HTML/fr/parley/Parley_practice_icon_wrong.png share/doc/HTML/fr/parley/Parley_practice_summary.png share/doc/HTML/fr/parley/Parley_trainer_eng-deu_0-9-4_001.png share/doc/HTML/fr/parley/Parley_trainer_eng-deu_0-9-4_002.png share/doc/HTML/fr/parley/Parley_trainer_eng-deu_0-9-4_003.png share/doc/HTML/fr/parley/Parley_trainer_eng-deu_0-9-4_004.png share/doc/HTML/fr/parley/Parley_trainer_eng-deu_0-9-4_005.png share/doc/HTML/fr/parley/Parley_trainer_eng-deu_0-9-4_006.png share/doc/HTML/fr/parley/Parley_trainer_eng-deu_0-9-4_007.png share/doc/HTML/fr/parley/Parley_trainer_eng-deu_0-9-4_008.png share/doc/HTML/fr/parley/Parley_trainer_eng-deu_0-9-4_009.png share/doc/HTML/fr/parley/Parley_trainer_eng-deu_0-9-4_010.png share/doc/HTML/fr/parley/Parley_trainer_eng-deu_0-9-4_011.png share/doc/HTML/fr/parley/Parley_trainer_eng-deu_0-9-4_012.png share/doc/HTML/fr/parley/Parley_trainer_eng-deu_0-9-4_013.png share/doc/HTML/fr/parley/Parley_trainer_eng-deu_0-9-4_014.png share/doc/HTML/fr/parley/Parley_trainer_eng-deu_0-9-4_015.png share/doc/HTML/fr/parley/Parley_welcome_screen.png share/doc/HTML/fr/parley/common share/doc/HTML/fr/parley/index.cache.bz2 share/doc/HTML/fr/parley/index.docbook share/doc/HTML/fr/picmi/common share/doc/HTML/fr/picmi/index.cache.bz2 share/doc/HTML/fr/picmi/index.docbook share/doc/HTML/fr/plasma-desktop/common share/doc/HTML/fr/plasma-desktop/index.cache.bz2 share/doc/HTML/fr/plasma-desktop/index.docbook +share/doc/HTML/fr/rocs/common +share/doc/HTML/fr/rocs/index.cache.bz2 +share/doc/HTML/fr/rocs/index.docbook share/doc/HTML/fr/sonnet/common share/doc/HTML/fr/sonnet/index.cache.bz2 share/doc/HTML/fr/sonnet/index.docbook share/doc/HTML/fr/step/common share/doc/HTML/fr/step/examples.docbook share/doc/HTML/fr/step/index.cache.bz2 share/doc/HTML/fr/step/index.docbook share/doc/HTML/fr/step/tutorials.docbook share/doc/HTML/fr/systemsettings/common share/doc/HTML/fr/systemsettings/index.cache.bz2 share/doc/HTML/fr/systemsettings/index.docbook share/locale/fr/LC_MESSAGES/accountwizard.mo share/locale/fr/LC_MESSAGES/accountwizard_ical.mo share/locale/fr/LC_MESSAGES/accountwizard_imap.mo share/locale/fr/LC_MESSAGES/accountwizard_kolab.mo share/locale/fr/LC_MESSAGES/accountwizard_mailbox.mo share/locale/fr/LC_MESSAGES/accountwizard_maildir.mo share/locale/fr/LC_MESSAGES/accountwizard_pop3.mo share/locale/fr/LC_MESSAGES/accountwizard_tine20.mo share/locale/fr/LC_MESSAGES/activitymanager_plugin_globalshortcuts.mo share/locale/fr/LC_MESSAGES/activitymanager_uihandler_declarative.mo share/locale/fr/LC_MESSAGES/adblock.mo share/locale/fr/LC_MESSAGES/akonadi-filestore.mo share/locale/fr/LC_MESSAGES/akonadi_archivemail_agent.mo share/locale/fr/LC_MESSAGES/akonadi_birthdays_resource.mo share/locale/fr/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/fr/LC_MESSAGES/akonadi_davgroupware_resource.mo share/locale/fr/LC_MESSAGES/akonadi_google_resource.mo share/locale/fr/LC_MESSAGES/akonadi_ical_resource.mo share/locale/fr/LC_MESSAGES/akonadi_icaldir_resource.mo share/locale/fr/LC_MESSAGES/akonadi_imap_resource.mo share/locale/fr/LC_MESSAGES/akonadi_invitations_agent.mo share/locale/fr/LC_MESSAGES/akonadi_kabc_resource.mo share/locale/fr/LC_MESSAGES/akonadi_kalarm_resource.mo share/locale/fr/LC_MESSAGES/akonadi_kcal_resource.mo share/locale/fr/LC_MESSAGES/akonadi_kdeaccounts_resource.mo share/locale/fr/LC_MESSAGES/akonadi_knut_resource.mo share/locale/fr/LC_MESSAGES/akonadi_kolabproxy_resource.mo share/locale/fr/LC_MESSAGES/akonadi_kresourceassistant.mo share/locale/fr/LC_MESSAGES/akonadi_localbookmarks_resource.mo share/locale/fr/LC_MESSAGES/akonadi_maildir_resource.mo share/locale/fr/LC_MESSAGES/akonadi_maildispatcher_agent.mo share/locale/fr/LC_MESSAGES/akonadi_mailfilter_agent.mo share/locale/fr/LC_MESSAGES/akonadi_mailtransport_resource.mo share/locale/fr/LC_MESSAGES/akonadi_mbox_resource.mo share/locale/fr/LC_MESSAGES/akonadi_microblog_resource.mo share/locale/fr/LC_MESSAGES/akonadi_mixedmaildir_resource.mo share/locale/fr/LC_MESSAGES/akonadi_nepomuk_feeder.mo share/locale/fr/LC_MESSAGES/akonadi_nepomuktag_resource.mo share/locale/fr/LC_MESSAGES/akonadi_next.mo share/locale/fr/LC_MESSAGES/akonadi_nntp_resource.mo share/locale/fr/LC_MESSAGES/akonadi_openxchange_resource.mo share/locale/fr/LC_MESSAGES/akonadi_pop3_resource.mo share/locale/fr/LC_MESSAGES/akonadi_serializer_plugins.mo share/locale/fr/LC_MESSAGES/akonadi_singlefile_resource.mo share/locale/fr/LC_MESSAGES/akonadi_strigi_feeder.mo share/locale/fr/LC_MESSAGES/akonadi_vcard_resource.mo share/locale/fr/LC_MESSAGES/akonadi_vcarddir_resource.mo share/locale/fr/LC_MESSAGES/akonadicontact.mo share/locale/fr/LC_MESSAGES/akonadinotes.mo share/locale/fr/LC_MESSAGES/akonaditray.mo share/locale/fr/LC_MESSAGES/akregator.mo share/locale/fr/LC_MESSAGES/akregator_konqplugin.mo share/locale/fr/LC_MESSAGES/amor.mo share/locale/fr/LC_MESSAGES/analitza.mo share/locale/fr/LC_MESSAGES/ark.mo share/locale/fr/LC_MESSAGES/attica_kde.mo share/locale/fr/LC_MESSAGES/audiocd_encoder_lame.mo share/locale/fr/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/fr/LC_MESSAGES/audiorename_plugin.mo share/locale/fr/LC_MESSAGES/autorefresh.mo share/locale/fr/LC_MESSAGES/babelfish.mo share/locale/fr/LC_MESSAGES/blinken.mo share/locale/fr/LC_MESSAGES/blogilo.mo share/locale/fr/LC_MESSAGES/bomber.mo share/locale/fr/LC_MESSAGES/bovo.mo share/locale/fr/LC_MESSAGES/calendarsupport.mo share/locale/fr/LC_MESSAGES/cantor.mo share/locale/fr/LC_MESSAGES/cervisia.mo share/locale/fr/LC_MESSAGES/cryptopageplugin.mo share/locale/fr/LC_MESSAGES/cvsservice.mo share/locale/fr/LC_MESSAGES/dirfilterplugin.mo share/locale/fr/LC_MESSAGES/display.mo share/locale/fr/LC_MESSAGES/dolphin.mo share/locale/fr/LC_MESSAGES/domtreeviewer.mo share/locale/fr/LC_MESSAGES/dragonplayer.mo share/locale/fr/LC_MESSAGES/drkonqi.mo share/locale/fr/LC_MESSAGES/filelight.mo share/locale/fr/LC_MESSAGES/filetypes.mo share/locale/fr/LC_MESSAGES/fileviewbazaarplugin.mo share/locale/fr/LC_MESSAGES/fileviewgitplugin.mo share/locale/fr/LC_MESSAGES/fileviewhgplugin.mo share/locale/fr/LC_MESSAGES/fileviewsvnplugin.mo share/locale/fr/LC_MESSAGES/freespacenotifier.mo share/locale/fr/LC_MESSAGES/fsview.mo share/locale/fr/LC_MESSAGES/granatier.mo share/locale/fr/LC_MESSAGES/gwenview.mo share/locale/fr/LC_MESSAGES/htmlsearch.mo share/locale/fr/LC_MESSAGES/imagerename_plugin.mo share/locale/fr/LC_MESSAGES/imgalleryplugin.mo share/locale/fr/LC_MESSAGES/importwizard.mo share/locale/fr/LC_MESSAGES/jovie.mo share/locale/fr/LC_MESSAGES/joystick.mo share/locale/fr/LC_MESSAGES/juk.mo share/locale/fr/LC_MESSAGES/kabc.mo share/locale/fr/LC_MESSAGES/kabc_akonadi.mo share/locale/fr/LC_MESSAGES/kabc_dir.mo share/locale/fr/LC_MESSAGES/kabc_file.mo share/locale/fr/LC_MESSAGES/kabc_ldapkio.mo share/locale/fr/LC_MESSAGES/kabc_net.mo share/locale/fr/LC_MESSAGES/kabcclient.mo share/locale/fr/LC_MESSAGES/kabcformat_binary.mo share/locale/fr/LC_MESSAGES/kaccess.mo share/locale/fr/LC_MESSAGES/kaccessibleapp.mo share/locale/fr/LC_MESSAGES/kactivitymanagerd.mo share/locale/fr/LC_MESSAGES/kactivitymanagerd_fileitem_linking_plugin.mo share/locale/fr/LC_MESSAGES/kaddressbook-mobile.mo share/locale/fr/LC_MESSAGES/kaddressbook.mo share/locale/fr/LC_MESSAGES/kaddressbookmigrator.mo share/locale/fr/LC_MESSAGES/kajongg.mo share/locale/fr/LC_MESSAGES/kalarm.mo share/locale/fr/LC_MESSAGES/kalgebra.mo share/locale/fr/LC_MESSAGES/kalzium.mo share/locale/fr/LC_MESSAGES/kanagram-harmattan.mo share/locale/fr/LC_MESSAGES/kanagram.mo share/locale/fr/LC_MESSAGES/kapman.mo share/locale/fr/LC_MESSAGES/kapptemplate.mo share/locale/fr/LC_MESSAGES/kate-ctags-plugin.mo share/locale/fr/LC_MESSAGES/kate.mo share/locale/fr/LC_MESSAGES/kate_kttsd.mo share/locale/fr/LC_MESSAGES/katebacktracebrowserplugin.mo share/locale/fr/LC_MESSAGES/katebuild-plugin.mo share/locale/fr/LC_MESSAGES/katefilebrowserplugin.mo share/locale/fr/LC_MESSAGES/katefiletemplates.mo share/locale/fr/LC_MESSAGES/kategdbplugin.mo share/locale/fr/LC_MESSAGES/katehelloworld.mo share/locale/fr/LC_MESSAGES/katekonsoleplugin.mo share/locale/fr/LC_MESSAGES/katemailfilesplugin.mo share/locale/fr/LC_MESSAGES/kateopenheader.mo share/locale/fr/LC_MESSAGES/katepart4.mo share/locale/fr/LC_MESSAGES/kateproject.mo share/locale/fr/LC_MESSAGES/katesearch.mo share/locale/fr/LC_MESSAGES/katesnippets_tng.mo share/locale/fr/LC_MESSAGES/katesnippetsplugin.mo share/locale/fr/LC_MESSAGES/katesql.mo share/locale/fr/LC_MESSAGES/katesymbolviewer.mo share/locale/fr/LC_MESSAGES/katetabbarextension.mo share/locale/fr/LC_MESSAGES/katetabifyplugin.mo share/locale/fr/LC_MESSAGES/katetextfilter.mo share/locale/fr/LC_MESSAGES/katexmlcheck.mo share/locale/fr/LC_MESSAGES/katexmltools.mo share/locale/fr/LC_MESSAGES/katomic.mo share/locale/fr/LC_MESSAGES/kbattleship.mo share/locale/fr/LC_MESSAGES/kblackbox.mo share/locale/fr/LC_MESSAGES/kblankscrn.mo share/locale/fr/LC_MESSAGES/kblocks.mo share/locale/fr/LC_MESSAGES/kbounce.mo share/locale/fr/LC_MESSAGES/kbreakout.mo share/locale/fr/LC_MESSAGES/kbruch.mo share/locale/fr/LC_MESSAGES/kcachegrind.mo share/locale/fr/LC_MESSAGES/kcachegrind_qt.mo share/locale/fr/LC_MESSAGES/kcal_akonadi.mo share/locale/fr/LC_MESSAGES/kcalc.mo share/locale/fr/LC_MESSAGES/kcertpart.mo share/locale/fr/LC_MESSAGES/kcharselect.mo share/locale/fr/LC_MESSAGES/kcm-kwin-scripts.mo share/locale/fr/LC_MESSAGES/kcm_activities.mo share/locale/fr/LC_MESSAGES/kcm_akonadi.mo share/locale/fr/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/fr/LC_MESSAGES/kcm_attica.mo share/locale/fr/LC_MESSAGES/kcm_autostart.mo share/locale/fr/LC_MESSAGES/kcm_desktoppaths.mo share/locale/fr/LC_MESSAGES/kcm_desktopthemedetails.mo share/locale/fr/LC_MESSAGES/kcm_device_automounter.mo share/locale/fr/LC_MESSAGES/kcm_emoticons.mo share/locale/fr/LC_MESSAGES/kcm_infobase.mo share/locale/fr/LC_MESSAGES/kcm_infosummary.mo -share/locale/fr/LC_MESSAGES/kcm_krfb.mo share/locale/fr/LC_MESSAGES/kcm_kwindesktop.mo share/locale/fr/LC_MESSAGES/kcm_kwintabbox.mo share/locale/fr/LC_MESSAGES/kcm_memory.mo share/locale/fr/LC_MESSAGES/kcm_nepomuk.mo share/locale/fr/LC_MESSAGES/kcm_pci.mo share/locale/fr/LC_MESSAGES/kcm_phonon.mo share/locale/fr/LC_MESSAGES/kcm_platform.mo share/locale/fr/LC_MESSAGES/kcm_remotecontrol.mo share/locale/fr/LC_MESSAGES/kcm_solid.mo share/locale/fr/LC_MESSAGES/kcm_solid_actions.mo share/locale/fr/LC_MESSAGES/kcm_standard_actions.mo share/locale/fr/LC_MESSAGES/kcmaccess.mo share/locale/fr/LC_MESSAGES/kcmaudiocd.mo share/locale/fr/LC_MESSAGES/kcmbackground.mo share/locale/fr/LC_MESSAGES/kcmbell.mo share/locale/fr/LC_MESSAGES/kcmcddb.mo share/locale/fr/LC_MESSAGES/kcmcgi.mo share/locale/fr/LC_MESSAGES/kcmcolors.mo share/locale/fr/LC_MESSAGES/kcmcomponentchooser.mo share/locale/fr/LC_MESSAGES/kcmcrypto.mo share/locale/fr/LC_MESSAGES/kcmdevinfo.mo share/locale/fr/LC_MESSAGES/kcmfonts.mo share/locale/fr/LC_MESSAGES/kcmhtmlsearch.mo share/locale/fr/LC_MESSAGES/kcmicons.mo share/locale/fr/LC_MESSAGES/kcminfo.mo share/locale/fr/LC_MESSAGES/kcminit.mo share/locale/fr/LC_MESSAGES/kcminput.mo share/locale/fr/LC_MESSAGES/kcmkamera.mo share/locale/fr/LC_MESSAGES/kcmkclock.mo share/locale/fr/LC_MESSAGES/kcmkded.mo share/locale/fr/LC_MESSAGES/kcmkdnssd.mo share/locale/fr/LC_MESSAGES/kcmkeyboard.mo share/locale/fr/LC_MESSAGES/kcmkeys.mo share/locale/fr/LC_MESSAGES/kcmkgamma.mo share/locale/fr/LC_MESSAGES/kcmkio.mo share/locale/fr/LC_MESSAGES/kcmkonq.mo share/locale/fr/LC_MESSAGES/kcmkonqhtml.mo share/locale/fr/LC_MESSAGES/kcmkurifilt.mo share/locale/fr/LC_MESSAGES/kcmkwallet.mo share/locale/fr/LC_MESSAGES/kcmkwincompositing.mo share/locale/fr/LC_MESSAGES/kcmkwindecoration.mo share/locale/fr/LC_MESSAGES/kcmkwinrules.mo share/locale/fr/LC_MESSAGES/kcmkwinscreenedges.mo share/locale/fr/LC_MESSAGES/kcmkwm.mo share/locale/fr/LC_MESSAGES/kcmlaunch.mo share/locale/fr/LC_MESSAGES/kcmlocale.mo share/locale/fr/LC_MESSAGES/kcmnic.mo share/locale/fr/LC_MESSAGES/kcmnotify.mo share/locale/fr/LC_MESSAGES/kcmopengl.mo share/locale/fr/LC_MESSAGES/kcmperformance.mo share/locale/fr/LC_MESSAGES/kcmsamba.mo share/locale/fr/LC_MESSAGES/kcmscreensaver.mo share/locale/fr/LC_MESSAGES/kcmshell.mo share/locale/fr/LC_MESSAGES/kcmsmartcard.mo share/locale/fr/LC_MESSAGES/kcmsmserver.mo share/locale/fr/LC_MESSAGES/kcmstyle.mo share/locale/fr/LC_MESSAGES/kcmusb.mo share/locale/fr/LC_MESSAGES/kcmview1394.mo share/locale/fr/LC_MESSAGES/kcmworkspaceoptions.mo share/locale/fr/LC_MESSAGES/kcolorchooser.mo share/locale/fr/LC_MESSAGES/kcron.mo share/locale/fr/LC_MESSAGES/kde-menu.mo share/locale/fr/LC_MESSAGES/kdeasciiquarium.mo share/locale/fr/LC_MESSAGES/kdebugdialog.mo share/locale/fr/LC_MESSAGES/kdecalendarsystems.mo share/locale/fr/LC_MESSAGES/kdelibs4.mo share/locale/fr/LC_MESSAGES/kdelibs_colors4.mo share/locale/fr/LC_MESSAGES/kdepasswd.mo share/locale/fr/LC_MESSAGES/kdepim-runtime-qml.mo share/locale/fr/LC_MESSAGES/kdeqt.mo share/locale/fr/LC_MESSAGES/kdesu.mo share/locale/fr/LC_MESSAGES/kdesud.mo share/locale/fr/LC_MESSAGES/kdf.mo share/locale/fr/LC_MESSAGES/kdgantt2.mo share/locale/fr/LC_MESSAGES/kdialog.mo share/locale/fr/LC_MESSAGES/kdiamond.mo share/locale/fr/LC_MESSAGES/kdmconfig.mo share/locale/fr/LC_MESSAGES/kdmgreet.mo share/locale/fr/LC_MESSAGES/kdontchangethehostname.mo share/locale/fr/LC_MESSAGES/keditbookmarks.mo share/locale/fr/LC_MESSAGES/kfile.mo share/locale/fr/LC_MESSAGES/kfile_dds.mo share/locale/fr/LC_MESSAGES/kfile_drgeo.mo share/locale/fr/LC_MESSAGES/kfile_exr.mo share/locale/fr/LC_MESSAGES/kfile_kig.mo share/locale/fr/LC_MESSAGES/kfile_mail.mo share/locale/fr/LC_MESSAGES/kfile_pnm.mo share/locale/fr/LC_MESSAGES/kfile_raw.mo share/locale/fr/LC_MESSAGES/kfile_rgb.mo share/locale/fr/LC_MESSAGES/kfile_rpm.mo share/locale/fr/LC_MESSAGES/kfile_tiff.mo share/locale/fr/LC_MESSAGES/kfile_xps.mo share/locale/fr/LC_MESSAGES/kfileaudiopreview4.mo share/locale/fr/LC_MESSAGES/kfilereplace.mo share/locale/fr/LC_MESSAGES/kfileshare.mo share/locale/fr/LC_MESSAGES/kfindpart.mo share/locale/fr/LC_MESSAGES/kfloppy.mo share/locale/fr/LC_MESSAGES/kfmclient.mo share/locale/fr/LC_MESSAGES/kfontinst.mo share/locale/fr/LC_MESSAGES/kfourinline.mo share/locale/fr/LC_MESSAGES/kgeography.mo share/locale/fr/LC_MESSAGES/kget.mo share/locale/fr/LC_MESSAGES/kgetplugin.mo share/locale/fr/LC_MESSAGES/kglobalaccel.mo share/locale/fr/LC_MESSAGES/kgoldrunner.mo share/locale/fr/LC_MESSAGES/kgpg.mo share/locale/fr/LC_MESSAGES/kgreet_classic.mo share/locale/fr/LC_MESSAGES/kgreet_generic.mo share/locale/fr/LC_MESSAGES/kgreet_winbind.mo share/locale/fr/LC_MESSAGES/khangman.mo share/locale/fr/LC_MESSAGES/khelpcenter.mo share/locale/fr/LC_MESSAGES/khotkeys.mo share/locale/fr/LC_MESSAGES/khotnewstuff.mo share/locale/fr/LC_MESSAGES/khtmlkttsd.mo share/locale/fr/LC_MESSAGES/khtmlsettingsplugin.mo share/locale/fr/LC_MESSAGES/kiconfinder.mo share/locale/fr/LC_MESSAGES/kig.mo share/locale/fr/LC_MESSAGES/kigo.mo share/locale/fr/LC_MESSAGES/killbots.mo share/locale/fr/LC_MESSAGES/kimagemapeditor.mo -share/locale/fr/LC_MESSAGES/kinetd.mo share/locale/fr/LC_MESSAGES/kinfocenter.mo share/locale/fr/LC_MESSAGES/kio4.mo share/locale/fr/LC_MESSAGES/kio_activities.mo share/locale/fr/LC_MESSAGES/kio_akonadi.mo share/locale/fr/LC_MESSAGES/kio_applications.mo share/locale/fr/LC_MESSAGES/kio_archive.mo share/locale/fr/LC_MESSAGES/kio_audiocd.mo share/locale/fr/LC_MESSAGES/kio_bookmarks.mo share/locale/fr/LC_MESSAGES/kio_finger.mo share/locale/fr/LC_MESSAGES/kio_fish.mo share/locale/fr/LC_MESSAGES/kio_floppy.mo share/locale/fr/LC_MESSAGES/kio_help4.mo share/locale/fr/LC_MESSAGES/kio_imap4.mo share/locale/fr/LC_MESSAGES/kio_info.mo share/locale/fr/LC_MESSAGES/kio_jabberdisco.mo share/locale/fr/LC_MESSAGES/kio_ldap.mo share/locale/fr/LC_MESSAGES/kio_man.mo share/locale/fr/LC_MESSAGES/kio_mbox.mo share/locale/fr/LC_MESSAGES/kio_nepomuk.mo share/locale/fr/LC_MESSAGES/kio_nepomuksearch.mo share/locale/fr/LC_MESSAGES/kio_nfs.mo share/locale/fr/LC_MESSAGES/kio_nntp.mo share/locale/fr/LC_MESSAGES/kio_perldoc.mo share/locale/fr/LC_MESSAGES/kio_pop3.mo share/locale/fr/LC_MESSAGES/kio_recentdocuments.mo share/locale/fr/LC_MESSAGES/kio_remote.mo share/locale/fr/LC_MESSAGES/kio_sftp.mo share/locale/fr/LC_MESSAGES/kio_sieve.mo share/locale/fr/LC_MESSAGES/kio_smb.mo share/locale/fr/LC_MESSAGES/kio_smtp.mo share/locale/fr/LC_MESSAGES/kio_svn.mo share/locale/fr/LC_MESSAGES/kio_tags.mo share/locale/fr/LC_MESSAGES/kio_thumbnail.mo share/locale/fr/LC_MESSAGES/kio_timeline.mo share/locale/fr/LC_MESSAGES/kio_trash.mo share/locale/fr/LC_MESSAGES/kio_zeroconf.mo share/locale/fr/LC_MESSAGES/kioclient.mo share/locale/fr/LC_MESSAGES/kioexec.mo share/locale/fr/LC_MESSAGES/kipiplugin_kxmlhelloworld.mo share/locale/fr/LC_MESSAGES/kiriki.mo share/locale/fr/LC_MESSAGES/kiten.mo share/locale/fr/LC_MESSAGES/kjots.mo share/locale/fr/LC_MESSAGES/kjotsmigrator.mo share/locale/fr/LC_MESSAGES/kjumpingcube.mo share/locale/fr/LC_MESSAGES/kleopatra.mo share/locale/fr/LC_MESSAGES/klettres.mo share/locale/fr/LC_MESSAGES/klickety.mo share/locale/fr/LC_MESSAGES/klines.mo share/locale/fr/LC_MESSAGES/klinkstatus.mo share/locale/fr/LC_MESSAGES/klipper.mo share/locale/fr/LC_MESSAGES/klock.mo share/locale/fr/LC_MESSAGES/kmag.mo share/locale/fr/LC_MESSAGES/kmahjongg.mo share/locale/fr/LC_MESSAGES/kmail-migrator.mo share/locale/fr/LC_MESSAGES/kmail-mobile.mo share/locale/fr/LC_MESSAGES/kmail.mo share/locale/fr/LC_MESSAGES/kmailcvt.mo share/locale/fr/LC_MESSAGES/kmenuedit.mo share/locale/fr/LC_MESSAGES/kmimetypefinder.mo share/locale/fr/LC_MESSAGES/kmines.mo share/locale/fr/LC_MESSAGES/kmix.mo share/locale/fr/LC_MESSAGES/kmousetool.mo share/locale/fr/LC_MESSAGES/kmouth.mo share/locale/fr/LC_MESSAGES/kmplot.mo share/locale/fr/LC_MESSAGES/knetattach.mo share/locale/fr/LC_MESSAGES/knetwalk.mo share/locale/fr/LC_MESSAGES/knode.mo share/locale/fr/LC_MESSAGES/knotes.mo share/locale/fr/LC_MESSAGES/knotify4.mo share/locale/fr/LC_MESSAGES/kolf.mo share/locale/fr/LC_MESSAGES/kollision.mo share/locale/fr/LC_MESSAGES/kolourpaint.mo share/locale/fr/LC_MESSAGES/kommander.mo share/locale/fr/LC_MESSAGES/kompare.mo share/locale/fr/LC_MESSAGES/konqprofiles.mo share/locale/fr/LC_MESSAGES/konqueror.mo share/locale/fr/LC_MESSAGES/konquest.mo share/locale/fr/LC_MESSAGES/konsole.mo share/locale/fr/LC_MESSAGES/konsolekalendar.mo share/locale/fr/LC_MESSAGES/konsoleprofiles.mo share/locale/fr/LC_MESSAGES/kontact.mo share/locale/fr/LC_MESSAGES/kontactinterfaces.mo share/locale/fr/LC_MESSAGES/kopete.mo share/locale/fr/LC_MESSAGES/korganizer-mobile.mo share/locale/fr/LC_MESSAGES/korganizer.mo share/locale/fr/LC_MESSAGES/kpartloader.mo share/locale/fr/LC_MESSAGES/kpartsaver.mo share/locale/fr/LC_MESSAGES/kpasswdserver.mo share/locale/fr/LC_MESSAGES/kpat.mo share/locale/fr/LC_MESSAGES/kppp.mo share/locale/fr/LC_MESSAGES/kppplogview.mo share/locale/fr/LC_MESSAGES/kquitapp.mo share/locale/fr/LC_MESSAGES/krandr.mo share/locale/fr/LC_MESSAGES/krcdnotifieritem.mo share/locale/fr/LC_MESSAGES/krdb.mo share/locale/fr/LC_MESSAGES/krdc.mo share/locale/fr/LC_MESSAGES/kreadconfig.mo share/locale/fr/LC_MESSAGES/kremotecontroldaemon.mo share/locale/fr/LC_MESSAGES/kres-migrator.mo share/locale/fr/LC_MESSAGES/kres_blog.mo share/locale/fr/LC_MESSAGES/kres_remote.mo share/locale/fr/LC_MESSAGES/kresources_shared_akonadi.mo share/locale/fr/LC_MESSAGES/kreversi.mo share/locale/fr/LC_MESSAGES/krfb.mo share/locale/fr/LC_MESSAGES/kruler.mo share/locale/fr/LC_MESSAGES/krunner.mo share/locale/fr/LC_MESSAGES/ksaneplugin.mo share/locale/fr/LC_MESSAGES/kscd.mo share/locale/fr/LC_MESSAGES/kscreenlocker.mo share/locale/fr/LC_MESSAGES/kscreenlocker_greet.mo share/locale/fr/LC_MESSAGES/kscreensaver.mo share/locale/fr/LC_MESSAGES/ksendemail.mo +share/locale/fr/LC_MESSAGES/ksgrd.mo share/locale/fr/LC_MESSAGES/kshellcmdplugin.mo share/locale/fr/LC_MESSAGES/kshisen.mo share/locale/fr/LC_MESSAGES/kshorturifilter.mo share/locale/fr/LC_MESSAGES/ksirk.mo share/locale/fr/LC_MESSAGES/ksirkskineditor.mo share/locale/fr/LC_MESSAGES/ksmserver.mo share/locale/fr/LC_MESSAGES/ksnapshot.mo share/locale/fr/LC_MESSAGES/kspaceduel.mo share/locale/fr/LC_MESSAGES/ksplashthemes.mo share/locale/fr/LC_MESSAGES/ksquares.mo share/locale/fr/LC_MESSAGES/kstars.mo share/locale/fr/LC_MESSAGES/kstart.mo share/locale/fr/LC_MESSAGES/kstartperf.mo share/locale/fr/LC_MESSAGES/kstyle_config.mo share/locale/fr/LC_MESSAGES/kstyle_phase_config.mo share/locale/fr/LC_MESSAGES/ksudoku.mo share/locale/fr/LC_MESSAGES/ksysguard.mo share/locale/fr/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/fr/LC_MESSAGES/ksystemlog.mo share/locale/fr/LC_MESSAGES/ksystraycmd.mo share/locale/fr/LC_MESSAGES/kteatime.mo share/locale/fr/LC_MESSAGES/ktesnippets_editor.mo share/locale/fr/LC_MESSAGES/ktexteditor_codesnippets_core.mo share/locale/fr/LC_MESSAGES/ktexteditor_plugins.mo share/locale/fr/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/fr/LC_MESSAGES/ktimer.mo share/locale/fr/LC_MESSAGES/ktimetracker.mo share/locale/fr/LC_MESSAGES/ktnef.mo share/locale/fr/LC_MESSAGES/ktouch.mo share/locale/fr/LC_MESSAGES/ktouchpadenabler.mo share/locale/fr/LC_MESSAGES/ktraderclient.mo share/locale/fr/LC_MESSAGES/ktron.mo share/locale/fr/LC_MESSAGES/ktuberling.mo share/locale/fr/LC_MESSAGES/kturtle.mo share/locale/fr/LC_MESSAGES/ktux.mo share/locale/fr/LC_MESSAGES/kubrick.mo share/locale/fr/LC_MESSAGES/kuiserver.mo share/locale/fr/LC_MESSAGES/kuiviewer.mo share/locale/fr/LC_MESSAGES/kurifilter.mo share/locale/fr/LC_MESSAGES/kuser.mo share/locale/fr/LC_MESSAGES/kwalletd.mo share/locale/fr/LC_MESSAGES/kwalletmanager.mo share/locale/fr/LC_MESSAGES/kwatchgnupg.mo share/locale/fr/LC_MESSAGES/kwin.mo share/locale/fr/LC_MESSAGES/kwin_art_clients.mo share/locale/fr/LC_MESSAGES/kwin_clients.mo share/locale/fr/LC_MESSAGES/kwin_effects.mo share/locale/fr/LC_MESSAGES/kwinshutdown.mo share/locale/fr/LC_MESSAGES/kwinstartmenu.mo share/locale/fr/LC_MESSAGES/kwordquiz.mo share/locale/fr/LC_MESSAGES/kwrite.mo share/locale/fr/LC_MESSAGES/kwriteconfig.mo share/locale/fr/LC_MESSAGES/kxkb.mo share/locale/fr/LC_MESSAGES/kxsconfig.mo share/locale/fr/LC_MESSAGES/lancelot.mo share/locale/fr/LC_MESSAGES/libakonadi-calendar.mo share/locale/fr/LC_MESSAGES/libakonadi-kmime.mo share/locale/fr/LC_MESSAGES/libakonadi.mo share/locale/fr/LC_MESSAGES/libeventviews.mo share/locale/fr/LC_MESSAGES/libincidenceeditors.mo share/locale/fr/LC_MESSAGES/libkalarmcal.mo share/locale/fr/LC_MESSAGES/libkasten.mo share/locale/fr/LC_MESSAGES/libkblog.mo share/locale/fr/LC_MESSAGES/libkcal.mo share/locale/fr/LC_MESSAGES/libkcalutils.mo share/locale/fr/LC_MESSAGES/libkcddb.mo share/locale/fr/LC_MESSAGES/libkcompactdisc.mo share/locale/fr/LC_MESSAGES/libkdcraw.mo share/locale/fr/LC_MESSAGES/libkdecorations.mo share/locale/fr/LC_MESSAGES/libkdeedu.mo share/locale/fr/LC_MESSAGES/libkdegames.mo share/locale/fr/LC_MESSAGES/libkdepim.mo share/locale/fr/LC_MESSAGES/libkdepimmobileui.mo share/locale/fr/LC_MESSAGES/libkexiv2.mo share/locale/fr/LC_MESSAGES/libkholidays.mo share/locale/fr/LC_MESSAGES/libkimap.mo share/locale/fr/LC_MESSAGES/libkipi.mo share/locale/fr/LC_MESSAGES/libkldap.mo share/locale/fr/LC_MESSAGES/libkleopatra.mo share/locale/fr/LC_MESSAGES/libkmahjongg.mo share/locale/fr/LC_MESSAGES/libkmime.mo share/locale/fr/LC_MESSAGES/libkonq.mo share/locale/fr/LC_MESSAGES/libkpgp.mo share/locale/fr/LC_MESSAGES/libkpimidentities.mo share/locale/fr/LC_MESSAGES/libkpimtextedit.mo share/locale/fr/LC_MESSAGES/libkpimutils.mo share/locale/fr/LC_MESSAGES/libkremotecontrol.mo share/locale/fr/LC_MESSAGES/libkresources.mo share/locale/fr/LC_MESSAGES/libksane.mo share/locale/fr/LC_MESSAGES/libkscreensaver.mo share/locale/fr/LC_MESSAGES/libksieve.mo share/locale/fr/LC_MESSAGES/libktnef.mo share/locale/fr/LC_MESSAGES/libkunitconversion.mo share/locale/fr/LC_MESSAGES/libkworkspace.mo share/locale/fr/LC_MESSAGES/libkxmlrpcclient.mo share/locale/fr/LC_MESSAGES/liblancelot-datamodels.mo share/locale/fr/LC_MESSAGES/libmailcommon.mo share/locale/fr/LC_MESSAGES/libmailimporter.mo share/locale/fr/LC_MESSAGES/libmailtransport.mo share/locale/fr/LC_MESSAGES/libmessagecomposer.mo share/locale/fr/LC_MESSAGES/libmessagecore.mo share/locale/fr/LC_MESSAGES/libmessagelist.mo share/locale/fr/LC_MESSAGES/libmessageviewer.mo share/locale/fr/LC_MESSAGES/liboktetacore.mo share/locale/fr/LC_MESSAGES/liboktetagui.mo share/locale/fr/LC_MESSAGES/liboktetakasten.mo share/locale/fr/LC_MESSAGES/liboxygenstyleconfig.mo share/locale/fr/LC_MESSAGES/libphonon.mo share/locale/fr/LC_MESSAGES/libpimcommon.mo share/locale/fr/LC_MESSAGES/libplasma.mo share/locale/fr/LC_MESSAGES/libplasma_groupingcontainment.mo share/locale/fr/LC_MESSAGES/libplasmaclock.mo share/locale/fr/LC_MESSAGES/libplasmaweather.mo share/locale/fr/LC_MESSAGES/libtaskmanager.mo share/locale/fr/LC_MESSAGES/libtemplateparser.mo share/locale/fr/LC_MESSAGES/lokalize.mo share/locale/fr/LC_MESSAGES/lskat.mo share/locale/fr/LC_MESSAGES/mailreader.mo share/locale/fr/LC_MESSAGES/marble.mo share/locale/fr/LC_MESSAGES/marble_qt.mo share/locale/fr/LC_MESSAGES/marble_xml_mimetypes.mo share/locale/fr/LC_MESSAGES/messageviewer_application_mstnef_plugin.mo share/locale/fr/LC_MESSAGES/messageviewer_text_calendar_plugin.mo share/locale/fr/LC_MESSAGES/messageviewer_text_vcard_plugin.mo share/locale/fr/LC_MESSAGES/messageviewer_text_xdiff_plugin.mo share/locale/fr/LC_MESSAGES/mf_konqplugin.mo share/locale/fr/LC_MESSAGES/minitoolsplugin.mo share/locale/fr/LC_MESSAGES/mplayerthumbs.mo share/locale/fr/LC_MESSAGES/mplayerthumbsconfig.mo share/locale/fr/LC_MESSAGES/nepomukbackup.mo share/locale/fr/LC_MESSAGES/nepomukcleaner.mo share/locale/fr/LC_MESSAGES/nepomukcontroller.mo share/locale/fr/LC_MESSAGES/nepomukfileindexer.mo share/locale/fr/LC_MESSAGES/nepomukqueryservice.mo share/locale/fr/LC_MESSAGES/nepomukserver.mo share/locale/fr/LC_MESSAGES/nepomukservicestub.mo share/locale/fr/LC_MESSAGES/nepomukstorage.mo share/locale/fr/LC_MESSAGES/nepomukwidgets.mo share/locale/fr/LC_MESSAGES/newmailnotifieragent.mo share/locale/fr/LC_MESSAGES/notes-mobile.mo share/locale/fr/LC_MESSAGES/nsplugin.mo share/locale/fr/LC_MESSAGES/okteta-mobile.mo share/locale/fr/LC_MESSAGES/okteta.mo share/locale/fr/LC_MESSAGES/oktetapart.mo share/locale/fr/LC_MESSAGES/okular.mo share/locale/fr/LC_MESSAGES/okular_chm.mo share/locale/fr/LC_MESSAGES/okular_comicbook.mo share/locale/fr/LC_MESSAGES/okular_djvu.mo share/locale/fr/LC_MESSAGES/okular_dvi.mo share/locale/fr/LC_MESSAGES/okular_epub.mo share/locale/fr/LC_MESSAGES/okular_fax.mo share/locale/fr/LC_MESSAGES/okular_fictionbook.mo share/locale/fr/LC_MESSAGES/okular_ghostview.mo share/locale/fr/LC_MESSAGES/okular_kimgio.mo share/locale/fr/LC_MESSAGES/okular_mobi.mo share/locale/fr/LC_MESSAGES/okular_ooo.mo share/locale/fr/LC_MESSAGES/okular_plucker.mo share/locale/fr/LC_MESSAGES/okular_poppler.mo share/locale/fr/LC_MESSAGES/okular_tiff.mo share/locale/fr/LC_MESSAGES/okular_xps.mo share/locale/fr/LC_MESSAGES/org.kde.active.documentviewer.mo share/locale/fr/LC_MESSAGES/pairs.mo share/locale/fr/LC_MESSAGES/pairseditor.mo share/locale/fr/LC_MESSAGES/palapeli.mo share/locale/fr/LC_MESSAGES/parley.mo share/locale/fr/LC_MESSAGES/phonon_gstreamer.mo share/locale/fr/LC_MESSAGES/phonon_kde.mo share/locale/fr/LC_MESSAGES/phonon_vlc.mo share/locale/fr/LC_MESSAGES/phononserver.mo share/locale/fr/LC_MESSAGES/picmi.mo share/locale/fr/LC_MESSAGES/pimsettingexporter.mo share/locale/fr/LC_MESSAGES/plasma-desktop.mo share/locale/fr/LC_MESSAGES/plasma-netbook.mo share/locale/fr/LC_MESSAGES/plasma-overlay.mo share/locale/fr/LC_MESSAGES/plasma-remote-helper.mo share/locale/fr/LC_MESSAGES/plasma-windowed.mo share/locale/fr/LC_MESSAGES/plasma_applet_BbalL.mo share/locale/fr/LC_MESSAGES/plasma_applet_CharSelectApplet.mo share/locale/fr/LC_MESSAGES/plasma_applet_Molmasscalculator.mo share/locale/fr/LC_MESSAGES/plasma_applet_akonotes_note.mo share/locale/fr/LC_MESSAGES/plasma_applet_battery.mo share/locale/fr/LC_MESSAGES/plasma_applet_binaryclock.mo share/locale/fr/LC_MESSAGES/plasma_applet_bookmarks.mo share/locale/fr/LC_MESSAGES/plasma_applet_bubblemon.mo share/locale/fr/LC_MESSAGES/plasma_applet_calculator.mo share/locale/fr/LC_MESSAGES/plasma_applet_clock.mo share/locale/fr/LC_MESSAGES/plasma_applet_comic.mo share/locale/fr/LC_MESSAGES/plasma_applet_concentrationCalculator.mo share/locale/fr/LC_MESSAGES/plasma_applet_currentappcontrol.mo share/locale/fr/LC_MESSAGES/plasma_applet_dig_clock.mo share/locale/fr/LC_MESSAGES/plasma_applet_fifteenPuzzle.mo share/locale/fr/LC_MESSAGES/plasma_applet_fileWatcher.mo share/locale/fr/LC_MESSAGES/plasma_applet_folderview.mo share/locale/fr/LC_MESSAGES/plasma_applet_frame.mo share/locale/fr/LC_MESSAGES/plasma_applet_fuzzy_clock.mo share/locale/fr/LC_MESSAGES/plasma_applet_gasCalculator.mo share/locale/fr/LC_MESSAGES/plasma_applet_groupingpanel.mo share/locale/fr/LC_MESSAGES/plasma_applet_icon.mo share/locale/fr/LC_MESSAGES/plasma_applet_icontasks.mo share/locale/fr/LC_MESSAGES/plasma_applet_incomingmsg.mo share/locale/fr/LC_MESSAGES/plasma_applet_kalgebra.mo share/locale/fr/LC_MESSAGES/plasma_applet_kalzium.mo share/locale/fr/LC_MESSAGES/plasma_applet_katesession.mo share/locale/fr/LC_MESSAGES/plasma_applet_kdeobservatory.mo share/locale/fr/LC_MESSAGES/plasma_applet_kget.mo share/locale/fr/LC_MESSAGES/plasma_applet_kimpanel.mo share/locale/fr/LC_MESSAGES/plasma_applet_knowledgebase.mo share/locale/fr/LC_MESSAGES/plasma_applet_kolourpicker.mo share/locale/fr/LC_MESSAGES/plasma_applet_kpapplet.mo share/locale/fr/LC_MESSAGES/plasma_applet_launcher.mo share/locale/fr/LC_MESSAGES/plasma_applet_leavenote.mo share/locale/fr/LC_MESSAGES/plasma_applet_life.mo share/locale/fr/LC_MESSAGES/plasma_applet_lockout.mo share/locale/fr/LC_MESSAGES/plasma_applet_luna.mo share/locale/fr/LC_MESSAGES/plasma_applet_magnifique.mo share/locale/fr/LC_MESSAGES/plasma_applet_microblog.mo share/locale/fr/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/fr/LC_MESSAGES/plasma_applet_news.mo share/locale/fr/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/fr/LC_MESSAGES/plasma_applet_notes.mo share/locale/fr/LC_MESSAGES/plasma_applet_notifier.mo share/locale/fr/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/fr/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/fr/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/fr/LC_MESSAGES/plasma_applet_opendesktop_activities.mo share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.notifications.mo share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/fr/LC_MESSAGES/plasma_applet_pager.mo share/locale/fr/LC_MESSAGES/plasma_applet_panel.mo share/locale/fr/LC_MESSAGES/plasma_applet_panelspacer_internal.mo share/locale/fr/LC_MESSAGES/plasma_applet_paste.mo share/locale/fr/LC_MESSAGES/plasma_applet_pastebin.mo share/locale/fr/LC_MESSAGES/plasma_applet_plasmaboard.mo share/locale/fr/LC_MESSAGES/plasma_applet_previewer.mo share/locale/fr/LC_MESSAGES/plasma_applet_printmanager.mo share/locale/fr/LC_MESSAGES/plasma_applet_qalculate.mo share/locale/fr/LC_MESSAGES/plasma_applet_qstardict.mo share/locale/fr/LC_MESSAGES/plasma_applet_quicklaunch.mo share/locale/fr/LC_MESSAGES/plasma_applet_rssnow.mo share/locale/fr/LC_MESSAGES/plasma_applet_rtm.mo share/locale/fr/LC_MESSAGES/plasma_applet_sal.mo share/locale/fr/LC_MESSAGES/plasma_applet_saverdesktop.mo share/locale/fr/LC_MESSAGES/plasma_applet_searchbox.mo share/locale/fr/LC_MESSAGES/plasma_applet_showdashboard.mo share/locale/fr/LC_MESSAGES/plasma_applet_showdesktop.mo share/locale/fr/LC_MESSAGES/plasma_applet_skapplet.mo share/locale/fr/LC_MESSAGES/plasma_applet_spellcheck.mo share/locale/fr/LC_MESSAGES/plasma_applet_system-monitor.mo share/locale/fr/LC_MESSAGES/plasma_applet_systemloadviewer.mo share/locale/fr/LC_MESSAGES/plasma_applet_systemtray.mo share/locale/fr/LC_MESSAGES/plasma_applet_tasks.mo share/locale/fr/LC_MESSAGES/plasma_applet_timer.mo share/locale/fr/LC_MESSAGES/plasma_applet_trash.mo share/locale/fr/LC_MESSAGES/plasma_applet_unitconverter.mo share/locale/fr/LC_MESSAGES/plasma_applet_weather.mo share/locale/fr/LC_MESSAGES/plasma_applet_weatherstation.mo share/locale/fr/LC_MESSAGES/plasma_applet_webbrowser.mo share/locale/fr/LC_MESSAGES/plasma_applet_webslice.mo share/locale/fr/LC_MESSAGES/plasma_applet_windowlist.mo share/locale/fr/LC_MESSAGES/plasma_appletscriptengine_dashboard.mo share/locale/fr/LC_MESSAGES/plasma_containmentactions_contextmenu.mo share/locale/fr/LC_MESSAGES/plasma_containmentactions_switchactivity.mo share/locale/fr/LC_MESSAGES/plasma_containmentactions_switchdesktop.mo share/locale/fr/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/fr/LC_MESSAGES/plasma_engine_calendar.mo share/locale/fr/LC_MESSAGES/plasma_engine_kalzium.mo share/locale/fr/LC_MESSAGES/plasma_engine_kdeobservatory.mo share/locale/fr/LC_MESSAGES/plasma_engine_keystate.mo share/locale/fr/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/fr/LC_MESSAGES/plasma_engine_metadata.mo share/locale/fr/LC_MESSAGES/plasma_engine_mpris2.mo share/locale/fr/LC_MESSAGES/plasma_engine_network.mo share/locale/fr/LC_MESSAGES/plasma_engine_notifications.mo share/locale/fr/LC_MESSAGES/plasma_engine_nowplaying.mo share/locale/fr/LC_MESSAGES/plasma_engine_rss.mo share/locale/fr/LC_MESSAGES/plasma_engine_share.mo share/locale/fr/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/fr/LC_MESSAGES/plasma_engine_weather.mo share/locale/fr/LC_MESSAGES/plasma_package_org.kde.desktop.activitymanager.mo share/locale/fr/LC_MESSAGES/plasma_package_org.kde.desktop.widgetexplorer.mo share/locale/fr/LC_MESSAGES/plasma_packagestructure_comic.mo share/locale/fr/LC_MESSAGES/plasma_runner_CharacterRunner.mo share/locale/fr/LC_MESSAGES/plasma_runner_activities.mo share/locale/fr/LC_MESSAGES/plasma_runner_audioplayercontrol.mo share/locale/fr/LC_MESSAGES/plasma_runner_bookmarksrunner.mo share/locale/fr/LC_MESSAGES/plasma_runner_browserhistory.mo share/locale/fr/LC_MESSAGES/plasma_runner_calculatorrunner.mo share/locale/fr/LC_MESSAGES/plasma_runner_contacts.mo share/locale/fr/LC_MESSAGES/plasma_runner_converterrunner.mo share/locale/fr/LC_MESSAGES/plasma_runner_datetime.mo share/locale/fr/LC_MESSAGES/plasma_runner_events.mo share/locale/fr/LC_MESSAGES/plasma_runner_katesessions.mo share/locale/fr/LC_MESSAGES/plasma_runner_kget.mo share/locale/fr/LC_MESSAGES/plasma_runner_kill.mo share/locale/fr/LC_MESSAGES/plasma_runner_konquerorsessions.mo share/locale/fr/LC_MESSAGES/plasma_runner_konsolesessions.mo share/locale/fr/LC_MESSAGES/plasma_runner_kopete.mo share/locale/fr/LC_MESSAGES/plasma_runner_krunner_dictionary.mo share/locale/fr/LC_MESSAGES/plasma_runner_locations.mo share/locale/fr/LC_MESSAGES/plasma_runner_marblerunner.mo share/locale/fr/LC_MESSAGES/plasma_runner_mediawiki.mo share/locale/fr/LC_MESSAGES/plasma_runner_nepomuksearchrunner.mo share/locale/fr/LC_MESSAGES/plasma_runner_placesrunner.mo share/locale/fr/LC_MESSAGES/plasma_runner_plasma-desktop.mo share/locale/fr/LC_MESSAGES/plasma_runner_powerdevil.mo share/locale/fr/LC_MESSAGES/plasma_runner_recentdocuments.mo share/locale/fr/LC_MESSAGES/plasma_runner_services.mo share/locale/fr/LC_MESSAGES/plasma_runner_sessions.mo share/locale/fr/LC_MESSAGES/plasma_runner_shell.mo share/locale/fr/LC_MESSAGES/plasma_runner_solid.mo share/locale/fr/LC_MESSAGES/plasma_runner_spellcheckrunner.mo share/locale/fr/LC_MESSAGES/plasma_runner_webshortcuts.mo share/locale/fr/LC_MESSAGES/plasma_runner_windowedwidgets.mo share/locale/fr/LC_MESSAGES/plasma_runner_windows.mo share/locale/fr/LC_MESSAGES/plasma_runner_youtube.mo share/locale/fr/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/fr/LC_MESSAGES/plasma_toolbox_desktoptoolbox.mo share/locale/fr/LC_MESSAGES/plasma_toolbox_paneltoolbox.mo share/locale/fr/LC_MESSAGES/plasma_wallpaper_color.mo share/locale/fr/LC_MESSAGES/plasma_wallpaper_image.mo share/locale/fr/LC_MESSAGES/plasma_wallpaper_mandelbrot.mo share/locale/fr/LC_MESSAGES/plasma_wallpaper_marble.mo share/locale/fr/LC_MESSAGES/plasma_wallpaper_pattern.mo share/locale/fr/LC_MESSAGES/plasma_wallpaper_potd.mo share/locale/fr/LC_MESSAGES/plasma_wallpaper_virus.mo share/locale/fr/LC_MESSAGES/plasma_wallpaper_wallpaper-qml.mo share/locale/fr/LC_MESSAGES/plasma_wallpaper_weather.mo share/locale/fr/LC_MESSAGES/plasmagenericshell.mo share/locale/fr/LC_MESSAGES/plasmapkg.mo share/locale/fr/LC_MESSAGES/pothumbnail.mo share/locale/fr/LC_MESSAGES/powerdevil.mo share/locale/fr/LC_MESSAGES/powerdevilactivitiesconfig.mo share/locale/fr/LC_MESSAGES/powerdevilglobalconfig.mo share/locale/fr/LC_MESSAGES/powerdevilprofilesconfig.mo share/locale/fr/LC_MESSAGES/print-manager.mo share/locale/fr/LC_MESSAGES/processcore.mo share/locale/fr/LC_MESSAGES/processui.mo share/locale/fr/LC_MESSAGES/randrmonitor.mo share/locale/fr/LC_MESSAGES/rellinks.mo share/locale/fr/LC_MESSAGES/rocs.mo share/locale/fr/LC_MESSAGES/rocscore.mo share/locale/fr/LC_MESSAGES/rocsvisualeditor.mo share/locale/fr/LC_MESSAGES/searchbarplugin.mo share/locale/fr/LC_MESSAGES/solid-hardware.mo share/locale/fr/LC_MESSAGES/solid-network.mo share/locale/fr/LC_MESSAGES/solid_qt.mo share/locale/fr/LC_MESSAGES/solidcontrol.mo share/locale/fr/LC_MESSAGES/soliduiserver.mo share/locale/fr/LC_MESSAGES/step.mo share/locale/fr/LC_MESSAGES/step_qt.mo share/locale/fr/LC_MESSAGES/strigila_diff.mo share/locale/fr/LC_MESSAGES/superkaramba.mo share/locale/fr/LC_MESSAGES/svgpart.mo share/locale/fr/LC_MESSAGES/sweeper.mo share/locale/fr/LC_MESSAGES/systemsettings.mo share/locale/fr/LC_MESSAGES/tasks-mobile.mo share/locale/fr/LC_MESSAGES/timezones4.mo share/locale/fr/LC_MESSAGES/uachangerplugin.mo share/locale/fr/LC_MESSAGES/umbrello.mo share/locale/fr/LC_MESSAGES/useraccount.mo share/locale/fr/LC_MESSAGES/validatorsplugin.mo share/locale/fr/LC_MESSAGES/webarchiver.mo share/locale/fr/LC_MESSAGES/xml_mimetypes.mo share/locale/fr/LC_SCRIPTS/kgeography/kgeography.js share/locale/fr/entry.desktop @dirrm share/locale/fr/LC_SCRIPTS/kgeography @dirrm share/locale/fr/LC_SCRIPTS @dirrm share/doc/HTML/fr/systemsettings @dirrm share/doc/HTML/fr/step @dirrm share/doc/HTML/fr/sonnet +@dirrm share/doc/HTML/fr/rocs @dirrm share/doc/HTML/fr/plasma-desktop @dirrm share/doc/HTML/fr/picmi @dirrm share/doc/HTML/fr/parley @dirrm share/doc/HTML/fr/palapeli @dirrm share/doc/HTML/fr/onlinehelp @dirrm share/doc/HTML/fr/okular +@dirrm share/doc/HTML/fr/okteta @dirrm share/doc/HTML/fr/marble @dirrm share/doc/HTML/fr/lskat @dirrm share/doc/HTML/fr/lokalize @dirrm share/doc/HTML/fr/kwordquiz @dirrm share/doc/HTML/fr/kwallet @dirrm share/doc/HTML/fr/kuser @dirrm share/doc/HTML/fr/kubrick @dirrm share/doc/HTML/fr/kturtle @dirrm share/doc/HTML/fr/ktuberling @dirrm share/doc/HTML/fr/ktron @dirrm share/doc/HTML/fr/ktouch @dirrm share/doc/HTML/fr/ktimetracker @dirrm share/doc/HTML/fr/ktimer @dirrm share/doc/HTML/fr/kteatime @dirrm share/doc/HTML/fr/ksystemlog @dirrm share/doc/HTML/fr/ksysguard @dirrm share/doc/HTML/fr/ksudoku @dirrm share/doc/HTML/fr/kstars @dirrm share/doc/HTML/fr/ksquares @dirrm share/doc/HTML/fr/kspaceduel @dirrm share/doc/HTML/fr/ksnapshot @dirrm share/doc/HTML/fr/ksirk @dirrm share/doc/HTML/fr/kshisen @dirrm share/doc/HTML/fr/kruler @dirrm share/doc/HTML/fr/krfb @dirrm share/doc/HTML/fr/kreversi @dirrm share/doc/HTML/fr/krdc @dirrm share/doc/HTML/fr/kppp @dirrm share/doc/HTML/fr/kpat @dirrm share/doc/HTML/fr/kopete @dirrm share/doc/HTML/fr/kontact-admin @dirrm share/doc/HTML/fr/kontact @dirrm share/doc/HTML/fr/konsolekalendar @dirrm share/doc/HTML/fr/konsole @dirrm share/doc/HTML/fr/konquest @dirrm share/doc/HTML/fr/konqueror @dirrm share/doc/HTML/fr/kompare @dirrm share/doc/HTML/fr/kommander @dirrm share/doc/HTML/fr/kolourpaint @dirrm share/doc/HTML/fr/kollision @dirrm share/doc/HTML/fr/kolf @dirrm share/doc/HTML/fr/knotes @dirrm share/doc/HTML/fr/knode @dirrm share/doc/HTML/fr/knetwalk @dirrm share/doc/HTML/fr/knetattach @dirrm share/doc/HTML/fr/kmplot @dirrm share/doc/HTML/fr/kmouth @dirrm share/doc/HTML/fr/kmousetool @dirrm share/doc/HTML/fr/kmix @dirrm share/doc/HTML/fr/kmines @dirrm share/doc/HTML/fr/kmenuedit @dirrm share/doc/HTML/fr/kmail @dirrm share/doc/HTML/fr/kmahjongg @dirrm share/doc/HTML/fr/kmag @dirrm share/doc/HTML/fr/klipper @dirrm share/doc/HTML/fr/klinkstatus @dirrm share/doc/HTML/fr/klines @dirrm share/doc/HTML/fr/klickety @dirrm share/doc/HTML/fr/klettres @dirrm share/doc/HTML/fr/kleopatra @dirrm share/doc/HTML/fr/kjumpingcube @dirrm share/doc/HTML/fr/kjots @dirrm share/doc/HTML/fr/kiten @dirrm share/doc/HTML/fr/kiriki @dirrm share/doc/HTML/fr/kioslave/xz @dirrm share/doc/HTML/fr/kioslave/webdav @dirrm share/doc/HTML/fr/kioslave/thumbnail @dirrm share/doc/HTML/fr/kioslave/telnet @dirrm share/doc/HTML/fr/kioslave/tar @dirrm share/doc/HTML/fr/kioslave/smtp @dirrm share/doc/HTML/fr/kioslave/smb @dirrm share/doc/HTML/fr/kioslave/sieve @dirrm share/doc/HTML/fr/kioslave/sftp @dirrm share/doc/HTML/fr/kioslave/rlogin @dirrm share/doc/HTML/fr/kioslave/pop3 @dirrm share/doc/HTML/fr/kioslave/nntp @dirrm share/doc/HTML/fr/kioslave/nfs @dirrm share/doc/HTML/fr/kioslave/news @dirrm share/doc/HTML/fr/kioslave/network @dirrm share/doc/HTML/fr/kioslave/mbox @dirrm share/doc/HTML/fr/kioslave/man @dirrm share/doc/HTML/fr/kioslave/mailto @dirrm share/doc/HTML/fr/kioslave/ldap @dirrm share/doc/HTML/fr/kioslave/info @dirrm share/doc/HTML/fr/kioslave/imap @dirrm share/doc/HTML/fr/kioslave/http @dirrm share/doc/HTML/fr/kioslave/help @dirrm share/doc/HTML/fr/kioslave/gzip @dirrm share/doc/HTML/fr/kioslave/ftp @dirrm share/doc/HTML/fr/kioslave/floppy @dirrm share/doc/HTML/fr/kioslave/fish @dirrm share/doc/HTML/fr/kioslave/finger @dirrm share/doc/HTML/fr/kioslave/file @dirrm share/doc/HTML/fr/kioslave/data @dirrm share/doc/HTML/fr/kioslave/cgi @dirrm share/doc/HTML/fr/kioslave/bzip2 @dirrm share/doc/HTML/fr/kioslave/bookmarks @dirrm share/doc/HTML/fr/kioslave/audiocd @dirrm share/doc/HTML/fr/kioslave @dirrm share/doc/HTML/fr/kinfocenter @dirrm share/doc/HTML/fr/kimagemapeditor @dirrm share/doc/HTML/fr/killbots @dirrm share/doc/HTML/fr/kigo @dirrm share/doc/HTML/fr/kig @dirrm share/doc/HTML/fr/khelpcenter/glossary @dirrm share/doc/HTML/fr/khelpcenter/documentationnotfound @dirrm share/doc/HTML/fr/khelpcenter @dirrm share/doc/HTML/fr/khangman @dirrm share/doc/HTML/fr/kgpg @dirrm share/doc/HTML/fr/kgoldrunner @dirrm share/doc/HTML/fr/kget @dirrm share/doc/HTML/fr/kgeography @dirrm share/doc/HTML/fr/kfourinline @dirrm share/doc/HTML/fr/kfontview @dirrm share/doc/HTML/fr/kfloppy @dirrm share/doc/HTML/fr/kfind @dirrm share/doc/HTML/fr/kfilereplace @dirrm share/doc/HTML/fr/kdm @dirrm share/doc/HTML/fr/kdiamond @dirrm share/doc/HTML/fr/kdf @dirrm share/doc/HTML/fr/kdesu @dirrm share/doc/HTML/fr/kdepasswd @dirrm share/doc/HTML/fr/kdebugdialog @dirrm share/doc/HTML/fr/kcron @dirrm share/doc/HTML/fr/kcontrol/workspaceoptions @dirrm share/doc/HTML/fr/kcontrol/windowspecific @dirrm share/doc/HTML/fr/kcontrol/windowbehaviour @dirrm share/doc/HTML/fr/kcontrol/useragent @dirrm share/doc/HTML/fr/kcontrol/trash @dirrm share/doc/HTML/fr/kcontrol/splashscreen @dirrm share/doc/HTML/fr/kcontrol/spellchecking @dirrm share/doc/HTML/fr/kcontrol/solid-hardware @dirrm share/doc/HTML/fr/kcontrol/solid-device-automounter @dirrm share/doc/HTML/fr/kcontrol/solid-actions @dirrm share/doc/HTML/fr/kcontrol/smb @dirrm share/doc/HTML/fr/kcontrol/screensaver @dirrm share/doc/HTML/fr/kcontrol/proxy @dirrm share/doc/HTML/fr/kcontrol/powerdevil @dirrm share/doc/HTML/fr/kcontrol/phonon @dirrm share/doc/HTML/fr/kcontrol/performance @dirrm share/doc/HTML/fr/kcontrol/paths @dirrm share/doc/HTML/fr/kcontrol/netpref @dirrm share/doc/HTML/fr/kcontrol/nepomuk @dirrm share/doc/HTML/fr/kcontrol/mouse @dirrm share/doc/HTML/fr/kcontrol/language @dirrm share/doc/HTML/fr/kcontrol/kwintabbox @dirrm share/doc/HTML/fr/kcontrol/kwinscreenedges @dirrm share/doc/HTML/fr/kcontrol/kwindecoration @dirrm share/doc/HTML/fr/kcontrol/kwincompositing @dirrm share/doc/HTML/fr/kcontrol/kresources @dirrm share/doc/HTML/fr/kcontrol/kremotecontrol @dirrm share/doc/HTML/fr/kcontrol/khtml-plugins @dirrm share/doc/HTML/fr/kcontrol/khtml-java-js @dirrm share/doc/HTML/fr/kcontrol/khtml-general @dirrm share/doc/HTML/fr/kcontrol/khtml-behavior @dirrm share/doc/HTML/fr/kcontrol/khtml-adblock @dirrm share/doc/HTML/fr/kcontrol/khotkeys @dirrm share/doc/HTML/fr/kcontrol/kgamma @dirrm share/doc/HTML/fr/kcontrol/keys @dirrm share/doc/HTML/fr/kcontrol/keyboard @dirrm share/doc/HTML/fr/kcontrol/kded @dirrm share/doc/HTML/fr/kcontrol/kcmstyle @dirrm share/doc/HTML/fr/kcontrol/kcmsmserver @dirrm share/doc/HTML/fr/kcontrol/kcmnotify @dirrm share/doc/HTML/fr/kcontrol/kcmlaunch @dirrm share/doc/HTML/fr/kcontrol/kcmcss @dirrm share/doc/HTML/fr/kcontrol/kcmcgi @dirrm share/doc/HTML/fr/kcontrol/kcmaccess @dirrm share/doc/HTML/fr/kcontrol/kcm_ssl @dirrm share/doc/HTML/fr/kcontrol/kamera @dirrm share/doc/HTML/fr/kcontrol/joystick @dirrm share/doc/HTML/fr/kcontrol/icons @dirrm share/doc/HTML/fr/kcontrol/history @dirrm share/doc/HTML/fr/kcontrol/fonts @dirrm share/doc/HTML/fr/kcontrol/fontinst @dirrm share/doc/HTML/fr/kcontrol/filetypes @dirrm share/doc/HTML/fr/kcontrol/filemanager @dirrm share/doc/HTML/fr/kcontrol/emoticons @dirrm share/doc/HTML/fr/kcontrol/ebrowsing @dirrm share/doc/HTML/fr/kcontrol/desktopthemedetails @dirrm share/doc/HTML/fr/kcontrol/desktop @dirrm share/doc/HTML/fr/kcontrol/cursortheme @dirrm share/doc/HTML/fr/kcontrol/cookies @dirrm share/doc/HTML/fr/kcontrol/componentchooser @dirrm share/doc/HTML/fr/kcontrol/colors @dirrm share/doc/HTML/fr/kcontrol/clock @dirrm share/doc/HTML/fr/kcontrol/cddbretrieval @dirrm share/doc/HTML/fr/kcontrol/cache @dirrm share/doc/HTML/fr/kcontrol/bookmarks @dirrm share/doc/HTML/fr/kcontrol/blockdevices @dirrm share/doc/HTML/fr/kcontrol/bell @dirrm share/doc/HTML/fr/kcontrol/autostart @dirrm share/doc/HTML/fr/kcontrol/attica @dirrm share/doc/HTML/fr/kcontrol @dirrm share/doc/HTML/fr/kcharselect @dirrm share/doc/HTML/fr/kcalc @dirrm share/doc/HTML/fr/kcachegrind @dirrm share/doc/HTML/fr/kbruch @dirrm share/doc/HTML/fr/kbreakout @dirrm share/doc/HTML/fr/kbounce @dirrm share/doc/HTML/fr/kblocks @dirrm share/doc/HTML/fr/kblackbox @dirrm share/doc/HTML/fr/kbattleship @dirrm share/doc/HTML/fr/katomic @dirrm share/doc/HTML/fr/kapptemplate @dirrm share/doc/HTML/fr/kapman @dirrm share/doc/HTML/fr/kanagram @dirrm share/doc/HTML/fr/kalzium @dirrm share/doc/HTML/fr/kabcclient @dirrm share/doc/HTML/fr/juk @dirrm share/doc/HTML/fr/jovie @dirrm share/doc/HTML/fr/gwenview @dirrm share/doc/HTML/fr/granatier @dirrm share/doc/HTML/fr/fundamentals @dirrm share/doc/HTML/fr/filelight @dirrm share/doc/HTML/fr/dragonplayer @dirrm share/doc/HTML/fr/dolphin @dirrm share/doc/HTML/fr/common @dirrm share/doc/HTML/fr/cervisia @dirrm share/doc/HTML/fr/cantor @dirrm share/doc/HTML/fr/bovo @dirrm share/doc/HTML/fr/bomber @dirrm share/doc/HTML/fr/blogilo @dirrm share/doc/HTML/fr/blinken @dirrm share/doc/HTML/fr/ark @dirrm share/doc/HTML/fr/amor @dirrm share/doc/HTML/fr/akregator @dirrm share/apps/kvtml/fr @dirrm share/apps/kvtml @dirrm share/apps/ktuberling/sounds/fr @dirrm share/apps/ktuberling/sounds @dirrm share/apps/ktuberling @dirrm share/apps/khangman @dirrm share/apps/autocorrect @dirrmtry man/fr/man8 @dirrmtry man/fr/man7 @dirrmtry man/fr/man6 @dirrmtry man/fr/man1 @dirrmtry man/fr Index: head/games/blinken/distinfo =================================================================== --- head/games/blinken/distinfo (revision 318451) +++ head/games/blinken/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/blinken-4.10.1.tar.xz) = feebb74063e9fb4ce377978a99b5ddb93b4b2ec07c2a65e066d9188b68fa84df -SIZE (KDE/4.10.1/blinken-4.10.1.tar.xz) = 566552 +SHA256 (KDE/4.10.3/blinken-4.10.3.tar.xz) = 81c0d556702d281d288e8fd5c69c71875fcfc78c59d97e17ff546a239be49ee9 +SIZE (KDE/4.10.3/blinken-4.10.3.tar.xz) = 566540 Index: head/games/bomber/distinfo =================================================================== --- head/games/bomber/distinfo (revision 318451) +++ head/games/bomber/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/bomber-4.10.1.tar.xz) = ae4dd4877aca19f19e572d652a3b61d31f07d987041e62e0e9512ccb962602e3 -SIZE (KDE/4.10.1/bomber-4.10.1.tar.xz) = 391044 +SHA256 (KDE/4.10.3/bomber-4.10.3.tar.xz) = f3dfe679ba9690ad2c5d33bd057d22bfc7389d0ff0ab39bb70776cd7d448b44b +SIZE (KDE/4.10.3/bomber-4.10.3.tar.xz) = 392084 Index: head/games/bovo/distinfo =================================================================== --- head/games/bovo/distinfo (revision 318451) +++ head/games/bovo/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/bovo-4.10.1.tar.xz) = 287ae4d2236ef8643883226c0cf4a746e87ea4641aecc78e421dc43a088fe236 -SIZE (KDE/4.10.1/bovo-4.10.1.tar.xz) = 110304 +SHA256 (KDE/4.10.3/bovo-4.10.3.tar.xz) = cde15713878ac57a1bd901b3a2b59c619f6a4131b4aa5fdba3a67b5cce03955e +SIZE (KDE/4.10.3/bovo-4.10.3.tar.xz) = 109860 Index: head/games/granatier/distinfo =================================================================== --- head/games/granatier/distinfo (revision 318451) +++ head/games/granatier/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/granatier-4.10.1.tar.xz) = e17243297c0ad78317b0c2813d6ea7de70720605968aa216dd121bd365c478d0 -SIZE (KDE/4.10.1/granatier-4.10.1.tar.xz) = 1392568 +SHA256 (KDE/4.10.3/granatier-4.10.3.tar.xz) = 8dfd814f44992fb0ccde43fde556adfd400f5ed42d5d995ea30f03bcbd6da02c +SIZE (KDE/4.10.3/granatier-4.10.3.tar.xz) = 1393636 Index: head/games/kajongg/distinfo =================================================================== --- head/games/kajongg/distinfo (revision 318451) +++ head/games/kajongg/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/kajongg-4.10.1.tar.xz) = dd6e94c9e0bc9c5d02625aab8bc66ec2feba8e68e4653c0c1f07920d0f2ef453 -SIZE (KDE/4.10.1/kajongg-4.10.1.tar.xz) = 2488172 +SHA256 (KDE/4.10.3/kajongg-4.10.3.tar.xz) = 1623e2248e0f521c1fe5a07a2fb38ea6bcefca67420f73e5a2fd374f0a936dde +SIZE (KDE/4.10.3/kajongg-4.10.3.tar.xz) = 2489120 Index: head/games/kanagram/distinfo =================================================================== --- head/games/kanagram/distinfo (revision 318451) +++ head/games/kanagram/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/kanagram-4.10.1.tar.xz) = 3442bd912473d4afcd12987ca6de63a1192eccd9d4988de01523021d331ca80c -SIZE (KDE/4.10.1/kanagram-4.10.1.tar.xz) = 1060172 +SHA256 (KDE/4.10.3/kanagram-4.10.3.tar.xz) = 72502d643e3baadf34ba1658e84cd8c5ed7745dc94b0546fc33beef33ff9b24b +SIZE (KDE/4.10.3/kanagram-4.10.3.tar.xz) = 1066864 Index: head/games/kapman/distinfo =================================================================== --- head/games/kapman/distinfo (revision 318451) +++ head/games/kapman/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/kapman-4.10.1.tar.xz) = f80515ca426998703fe103bcd86bdbb4b8ef4428e7aafdac1090844e6b5f37aa -SIZE (KDE/4.10.1/kapman-4.10.1.tar.xz) = 1578084 +SHA256 (KDE/4.10.3/kapman-4.10.3.tar.xz) = d354c312333b23cb016a71495b7cee967e77caef341442c061c163539c68d638 +SIZE (KDE/4.10.3/kapman-4.10.3.tar.xz) = 1577744 Index: head/games/katomic/distinfo =================================================================== --- head/games/katomic/distinfo (revision 318451) +++ head/games/katomic/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/katomic-4.10.1.tar.xz) = a45d0addee69680bebeaa3ac4ac30e9468c17d858bef4a7f3c9f6e079d2c5e27 -SIZE (KDE/4.10.1/katomic-4.10.1.tar.xz) = 666724 +SHA256 (KDE/4.10.3/katomic-4.10.3.tar.xz) = 5ce28062545f0348c998606acf31c3c999611f81794896f32619198afe297414 +SIZE (KDE/4.10.3/katomic-4.10.3.tar.xz) = 667076 Index: head/games/kblackbox/distinfo =================================================================== --- head/games/kblackbox/distinfo (revision 318451) +++ head/games/kblackbox/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/kblackbox-4.10.1.tar.xz) = e028dd6ff24020480573ab7103bcf428fd428126a30e1115a15411e79aa35af1 -SIZE (KDE/4.10.1/kblackbox-4.10.1.tar.xz) = 107684 +SHA256 (KDE/4.10.3/kblackbox-4.10.3.tar.xz) = d44714538ba4d4284fd9429885823d33fe545b9b05b49ad4c34ad00a9a982753 +SIZE (KDE/4.10.3/kblackbox-4.10.3.tar.xz) = 107972 Index: head/games/kblocks/distinfo =================================================================== --- head/games/kblocks/distinfo (revision 318451) +++ head/games/kblocks/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/kblocks-4.10.1.tar.xz) = e5aeca6429279bae88ad4dae67b4b6658f28af22b070c24386ddf4f4675af426 -SIZE (KDE/4.10.1/kblocks-4.10.1.tar.xz) = 1245292 +SHA256 (KDE/4.10.3/kblocks-4.10.3.tar.xz) = 883d324e9f5e44e113608e6391c42a4bdf32f3ad7cd9139ce07ac6af7866d4bb +SIZE (KDE/4.10.3/kblocks-4.10.3.tar.xz) = 1244032 Index: head/games/kbounce/distinfo =================================================================== --- head/games/kbounce/distinfo (revision 318451) +++ head/games/kbounce/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/kbounce-4.10.1.tar.xz) = 55aca3f904bf99ade0b74161e3ae017dc6c8934ea4c18c3ca3c65dfae9673327 -SIZE (KDE/4.10.1/kbounce-4.10.1.tar.xz) = 1593508 +SHA256 (KDE/4.10.3/kbounce-4.10.3.tar.xz) = b781a32ef9ce376107da16d03bf58552e1a32e3bad683a4448bed2d5287beb58 +SIZE (KDE/4.10.3/kbounce-4.10.3.tar.xz) = 1593656 Index: head/games/kbreakout/distinfo =================================================================== --- head/games/kbreakout/distinfo (revision 318451) +++ head/games/kbreakout/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/kbreakout-4.10.1.tar.xz) = 445552e508dcc1dcf77adac7d8502f3c2ff02bf509cc0d5d69b299b601247fad -SIZE (KDE/4.10.1/kbreakout-4.10.1.tar.xz) = 1379092 +SHA256 (KDE/4.10.3/kbreakout-4.10.3.tar.xz) = ad64338520327f2d97d1d0db4dd6e79cdd24c348dfd2279885a01e3b94fd728f +SIZE (KDE/4.10.3/kbreakout-4.10.3.tar.xz) = 1376044 Index: head/games/kdiamond/distinfo =================================================================== --- head/games/kdiamond/distinfo (revision 318451) +++ head/games/kdiamond/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/kdiamond-4.10.1.tar.xz) = c538f67d665de2b84957b45e856e75231aa3164e85d97f4fb0267ee0a925df4b -SIZE (KDE/4.10.1/kdiamond-4.10.1.tar.xz) = 4173592 +SHA256 (KDE/4.10.3/kdiamond-4.10.3.tar.xz) = dbac1ebbdb4453f15382a480384005ddb7ef6826106cc9678b224cdf91fda441 +SIZE (KDE/4.10.3/kdiamond-4.10.3.tar.xz) = 4174064 Index: head/games/kfourinline/distinfo =================================================================== --- head/games/kfourinline/distinfo (revision 318451) +++ head/games/kfourinline/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/kfourinline-4.10.1.tar.xz) = 4b38f40ac4dbfe0647b8d16a3ee340a46a7801bf54f38adaa7b8ef08b141076f -SIZE (KDE/4.10.1/kfourinline-4.10.1.tar.xz) = 271676 +SHA256 (KDE/4.10.3/kfourinline-4.10.3.tar.xz) = 6f2f199555a2ad29e352ab332eb88663dab66b15807ace04544362abc91a5ba9 +SIZE (KDE/4.10.3/kfourinline-4.10.3.tar.xz) = 272096 Index: head/games/kgoldrunner/distinfo =================================================================== --- head/games/kgoldrunner/distinfo (revision 318451) +++ head/games/kgoldrunner/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/kgoldrunner-4.10.1.tar.xz) = 206445c1f18dbbc4a489772324e1b036fc498b221201b839f3b54890ded6c931 -SIZE (KDE/4.10.1/kgoldrunner-4.10.1.tar.xz) = 2094184 +SHA256 (KDE/4.10.3/kgoldrunner-4.10.3.tar.xz) = 05e494c4bd0e51a368878afb8c65680cd37c935c843df76d1a4ce839ccce54e4 +SIZE (KDE/4.10.3/kgoldrunner-4.10.3.tar.xz) = 2094792 Index: head/games/khangman/distinfo =================================================================== --- head/games/khangman/distinfo (revision 318451) +++ head/games/khangman/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/khangman-4.10.1.tar.xz) = bdaf0267b8e58b1f1023f0d1bc5bd830a07ea85ac24b5276945072fac39e7b7e -SIZE (KDE/4.10.1/khangman-4.10.1.tar.xz) = 3946604 +SHA256 (KDE/4.10.3/khangman-4.10.3.tar.xz) = 6a1242a5e146a514f9a7be9a9591961da322b102af89106c1e1269996ab247a8 +SIZE (KDE/4.10.3/khangman-4.10.3.tar.xz) = 3935840 Index: head/games/kigo/distinfo =================================================================== --- head/games/kigo/distinfo (revision 318451) +++ head/games/kigo/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/kigo-4.10.1.tar.xz) = 82c9df7eed49c4153e1d50ec16053851400faead4fb7e1c4f8587d8cf542e95e -SIZE (KDE/4.10.1/kigo-4.10.1.tar.xz) = 1371492 +SHA256 (KDE/4.10.3/kigo-4.10.3.tar.xz) = e07c58d497f6a782449344c53811699d89c8382d4bc3f1e7ad872fbe23ea7dc1 +SIZE (KDE/4.10.3/kigo-4.10.3.tar.xz) = 1371440 Index: head/games/killbots/distinfo =================================================================== --- head/games/killbots/distinfo (revision 318451) +++ head/games/killbots/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/killbots-4.10.1.tar.xz) = 39b52c953a53511673639a852b8e8cf72c437a2b7211c0b4d8d2f3cb5ab50e8b -SIZE (KDE/4.10.1/killbots-4.10.1.tar.xz) = 974104 +SHA256 (KDE/4.10.3/killbots-4.10.3.tar.xz) = 92d5af348b0a54888834ce6bfbb05e34b9516f23cc3be06857f5bce004feacc5 +SIZE (KDE/4.10.3/killbots-4.10.3.tar.xz) = 975084 Index: head/games/kiriki/distinfo =================================================================== --- head/games/kiriki/distinfo (revision 318451) +++ head/games/kiriki/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/kiriki-4.10.1.tar.xz) = 55449ec923bcd2b18bcb34163705aa55b1c388df90fe537c67f5be8f7476f207 -SIZE (KDE/4.10.1/kiriki-4.10.1.tar.xz) = 125688 +SHA256 (KDE/4.10.3/kiriki-4.10.3.tar.xz) = 945ff2a200016c5b16c2b792c1d998e32623a00827a54e92d8f877d8fdea078c +SIZE (KDE/4.10.3/kiriki-4.10.3.tar.xz) = 125788 Index: head/games/kjumpingcube/distinfo =================================================================== --- head/games/kjumpingcube/distinfo (revision 318451) +++ head/games/kjumpingcube/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/kjumpingcube-4.10.1.tar.xz) = f3fe30adb67636d42823eb764fbbd2d948dba934d9705526fd3ff85d7f6ae897 -SIZE (KDE/4.10.1/kjumpingcube-4.10.1.tar.xz) = 104284 +SHA256 (KDE/4.10.3/kjumpingcube-4.10.3.tar.xz) = 31f491123b727a513ac4cef1624e9aaa2ebc1f8d605eb6e671bca575b45d8657 +SIZE (KDE/4.10.3/kjumpingcube-4.10.3.tar.xz) = 104148 Index: head/games/klines/distinfo =================================================================== --- head/games/klines/distinfo (revision 318451) +++ head/games/klines/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/klines-4.10.1.tar.xz) = 3c00dc2c61209abb4666762a9d18a63a45b459c29fbd3b8f57fd424c950eb6b6 -SIZE (KDE/4.10.1/klines-4.10.1.tar.xz) = 958240 +SHA256 (KDE/4.10.3/klines-4.10.3.tar.xz) = a8b7d93f7b833101757895ea05dae3d75bf6b670d7857d1f8d803dbe2df9907a +SIZE (KDE/4.10.3/klines-4.10.3.tar.xz) = 958692 Index: head/games/kmahjongg/distinfo =================================================================== --- head/games/kmahjongg/distinfo (revision 318451) +++ head/games/kmahjongg/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/kmahjongg-4.10.1.tar.xz) = 6b1901d772617cd93da61dfd201aee9838f289ff839093ebee8767a6fbd880ec -SIZE (KDE/4.10.1/kmahjongg-4.10.1.tar.xz) = 1079168 +SHA256 (KDE/4.10.3/kmahjongg-4.10.3.tar.xz) = e4e5a589a44592a43e49da836140a19ce1b51223f8b2725e52445cfa386f12aa +SIZE (KDE/4.10.3/kmahjongg-4.10.3.tar.xz) = 1079584 Index: head/games/kmines/distinfo =================================================================== --- head/games/kmines/distinfo (revision 318451) +++ head/games/kmines/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/kmines-4.10.1.tar.xz) = 4cff4e5e7337f8f1294d0ea057a532e59f0e8beed7573d8773e34181dacb959a -SIZE (KDE/4.10.1/kmines-4.10.1.tar.xz) = 659312 +SHA256 (KDE/4.10.3/kmines-4.10.3.tar.xz) = 474ce035682c032145e8e945f1efa8817232eab37c577aef641b01502474f7dd +SIZE (KDE/4.10.3/kmines-4.10.3.tar.xz) = 659300 Index: head/games/knavalbattle/distinfo =================================================================== --- head/games/knavalbattle/distinfo (revision 318451) +++ head/games/knavalbattle/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/knavalbattle-4.10.1.tar.xz) = 4ba4f05d9be054eeca7619ea753b10bd640532f7ba25f0033a825ff0ebae18ec -SIZE (KDE/4.10.1/knavalbattle-4.10.1.tar.xz) = 856940 +SHA256 (KDE/4.10.3/knavalbattle-4.10.3.tar.xz) = 5251dac4ddc51d4c77a87f8ed8c3a259a1718061ea91f80f220df6412b55f941 +SIZE (KDE/4.10.3/knavalbattle-4.10.3.tar.xz) = 856668 Index: head/games/knetwalk/distinfo =================================================================== --- head/games/knetwalk/distinfo (revision 318451) +++ head/games/knetwalk/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/knetwalk-4.10.1.tar.xz) = c7f6a9593e4b571e5c18b6c3769e89a2bddc5a273cc0413ac96f36defd5894cd -SIZE (KDE/4.10.1/knetwalk-4.10.1.tar.xz) = 790744 +SHA256 (KDE/4.10.3/knetwalk-4.10.3.tar.xz) = 52ab4e6e3d1bcc5d0e98cf4a657b818bbd220399f56c64e55275d02f871dd464 +SIZE (KDE/4.10.3/knetwalk-4.10.3.tar.xz) = 790460 Index: head/games/kolf/distinfo =================================================================== --- head/games/kolf/distinfo (revision 318451) +++ head/games/kolf/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/kolf-4.10.1.tar.xz) = 875f138d5738531bde7d541793c9e74a24ecdd105b6eb9847a539c99e59a373a -SIZE (KDE/4.10.1/kolf-4.10.1.tar.xz) = 778412 +SHA256 (KDE/4.10.3/kolf-4.10.3.tar.xz) = f8d13e862c356aa062e8c364b4e3884a45dbf13a82048d0fd849210fc767dbf1 +SIZE (KDE/4.10.3/kolf-4.10.3.tar.xz) = 780884 Index: head/games/kollision/distinfo =================================================================== --- head/games/kollision/distinfo (revision 318451) +++ head/games/kollision/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/kollision-4.10.1.tar.xz) = e899c4f451db2b05077a69dc1d3b55ab1bce4917f1ad0f4392896ed7e9b68f57 -SIZE (KDE/4.10.1/kollision-4.10.1.tar.xz) = 213608 +SHA256 (KDE/4.10.3/kollision-4.10.3.tar.xz) = da575f5e406dcbe2d8482d9fa53ee7a5fe729f894461f6d692987e651f8b283d +SIZE (KDE/4.10.3/kollision-4.10.3.tar.xz) = 213760 Index: head/games/konquest/distinfo =================================================================== --- head/games/konquest/distinfo (revision 318451) +++ head/games/konquest/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/konquest-4.10.1.tar.xz) = 837b5e40a3e93ca9d2fb4e669ba0b5acbd9c8f5203a019bcf0845305376a9cfe -SIZE (KDE/4.10.1/konquest-4.10.1.tar.xz) = 417880 +SHA256 (KDE/4.10.3/konquest-4.10.3.tar.xz) = 2eb21b86f344cc5a100961a834bcc95ab0248f763f1cd24a01435643aa5db244 +SIZE (KDE/4.10.3/konquest-4.10.3.tar.xz) = 418208 Index: head/games/kpat/distinfo =================================================================== --- head/games/kpat/distinfo (revision 318451) +++ head/games/kpat/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/kpat-4.10.1.tar.xz) = 74507906e510646ca871fece66887f681d21d67f77e0f3dd23c48b69092ab9cd -SIZE (KDE/4.10.1/kpat-4.10.1.tar.xz) = 3092520 +SHA256 (KDE/4.10.3/kpat-4.10.3.tar.xz) = dd8c4c2d306bab589c4166fb559cfa1394522cd359373a9fecb96ad1a46d8150 +SIZE (KDE/4.10.3/kpat-4.10.3.tar.xz) = 3093196 Index: head/games/kreversi/distinfo =================================================================== --- head/games/kreversi/distinfo (revision 318451) +++ head/games/kreversi/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/kreversi-4.10.1.tar.xz) = 7b41384bb68f600bc689768783f0da42996788571227b9ae4ab1369647c64cc9 -SIZE (KDE/4.10.1/kreversi-4.10.1.tar.xz) = 398656 +SHA256 (KDE/4.10.3/kreversi-4.10.3.tar.xz) = dc00c621f25a60fe43dfb3da2e9aed297cda071edd5c342e40370d5b6a081870 +SIZE (KDE/4.10.3/kreversi-4.10.3.tar.xz) = 399404 Index: head/games/kshisen/distinfo =================================================================== --- head/games/kshisen/distinfo (revision 318451) +++ head/games/kshisen/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/kshisen-4.10.1.tar.xz) = 7a88a7377da28eb3e60e9cab04d82106b6ad33836c87d964e95a9a0b52e27e76 -SIZE (KDE/4.10.1/kshisen-4.10.1.tar.xz) = 145344 +SHA256 (KDE/4.10.3/kshisen-4.10.3.tar.xz) = dcee118b38109c35471d9369630983b471b7292d88a374c4058621d935bdd96c +SIZE (KDE/4.10.3/kshisen-4.10.3.tar.xz) = 145564 Index: head/games/ksirk/distinfo =================================================================== --- head/games/ksirk/distinfo (revision 318451) +++ head/games/ksirk/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/ksirk-4.10.1.tar.xz) = 72dfcd78730cd72255c814f6599ba285e44ff8eb99915e48eaafc3b8fd6bf9ff -SIZE (KDE/4.10.1/ksirk-4.10.1.tar.xz) = 6009744 +SHA256 (KDE/4.10.3/ksirk-4.10.3.tar.xz) = ae56aa56531f7103abf679b2fcb1fe4befec15535c88be04f28e5ffbfd8cf7ae +SIZE (KDE/4.10.3/ksirk-4.10.3.tar.xz) = 5954788 Index: head/games/ksnakeduel/distinfo =================================================================== --- head/games/ksnakeduel/distinfo (revision 318451) +++ head/games/ksnakeduel/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/ksnakeduel-4.10.1.tar.xz) = 46d160a0a71a324d70f22dd92481257fd62aad78c914e57d50eea46e8224df27 -SIZE (KDE/4.10.1/ksnakeduel-4.10.1.tar.xz) = 321824 +SHA256 (KDE/4.10.3/ksnakeduel-4.10.3.tar.xz) = 2ef501b1d3d0a9ebeae9886299d20bab9b9de7e5a420141ac521ce7476dc9e26 +SIZE (KDE/4.10.3/ksnakeduel-4.10.3.tar.xz) = 322388 Index: head/games/kspaceduel/distinfo =================================================================== --- head/games/kspaceduel/distinfo (revision 318451) +++ head/games/kspaceduel/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/kspaceduel-4.10.1.tar.xz) = a4fce851dfc864d7171c4e7d1042999b11ff5d1af517b9d72c09067a0d65b502 -SIZE (KDE/4.10.1/kspaceduel-4.10.1.tar.xz) = 264272 +SHA256 (KDE/4.10.3/kspaceduel-4.10.3.tar.xz) = 9ac85c2c69a63875b7b16b1de5acdfaecd88fc6b370978dedbdd8561bcbd7c5a +SIZE (KDE/4.10.3/kspaceduel-4.10.3.tar.xz) = 264988 Index: head/games/ksquares/distinfo =================================================================== --- head/games/ksquares/distinfo (revision 318451) +++ head/games/ksquares/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/ksquares-4.10.1.tar.xz) = c50150d7a767f0a4d87fa4c3b30e592351fb9b3b912c08885222423608d196aa -SIZE (KDE/4.10.1/ksquares-4.10.1.tar.xz) = 85376 +SHA256 (KDE/4.10.3/ksquares-4.10.3.tar.xz) = cb9a56882208a88ec58bdd853a6c51d4978dd712390e197367e5017962aaac5f +SIZE (KDE/4.10.3/ksquares-4.10.3.tar.xz) = 85604 Index: head/games/ksudoku/distinfo =================================================================== --- head/games/ksudoku/distinfo (revision 318451) +++ head/games/ksudoku/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/ksudoku-4.10.1.tar.xz) = 4dbbc493f6a7d2e929907b922661107bbc6e65a4d73d4f9fa6d8096e36fb177f -SIZE (KDE/4.10.1/ksudoku-4.10.1.tar.xz) = 1441084 +SHA256 (KDE/4.10.3/ksudoku-4.10.3.tar.xz) = 6c436f6abd407a45e514adf4584da0ca09d8f3da815f1d82be5554b9275463b1 +SIZE (KDE/4.10.3/ksudoku-4.10.3.tar.xz) = 1441360 Index: head/games/ktuberling/distinfo =================================================================== --- head/games/ktuberling/distinfo (revision 318451) +++ head/games/ktuberling/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/ktuberling-4.10.1.tar.xz) = d7dc6f6046e4abcb5821eeae891228cdc2f9991e0f65e5cd0e5661504ed0a364 -SIZE (KDE/4.10.1/ktuberling-4.10.1.tar.xz) = 4297084 +SHA256 (KDE/4.10.3/ktuberling-4.10.3.tar.xz) = b21d9e0edca8f464c4b6b239593453a026db2287e0b940ec823b42c8c932402c +SIZE (KDE/4.10.3/ktuberling-4.10.3.tar.xz) = 4297136 Index: head/games/kubrick/distinfo =================================================================== --- head/games/kubrick/distinfo (revision 318451) +++ head/games/kubrick/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/kubrick-4.10.1.tar.xz) = 725c9d341b1cb24da4721e458575664b3cc57c007fcdd0bfdb247a85ba397ad2 -SIZE (KDE/4.10.1/kubrick-4.10.1.tar.xz) = 121580 +SHA256 (KDE/4.10.3/kubrick-4.10.3.tar.xz) = 4f78c6db3fc23e14b0779b728a99ed161dc070127bfe3e9fbd3882b1900bb7e8 +SIZE (KDE/4.10.3/kubrick-4.10.3.tar.xz) = 121564 Index: head/games/libkdegames/distinfo =================================================================== --- head/games/libkdegames/distinfo (revision 318451) +++ head/games/libkdegames/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/libkdegames-4.10.1.tar.xz) = 9f66d4564583a59b56f83c1dac24e8854dc4be6f2d229a2118827ad8ff2df5e5 -SIZE (KDE/4.10.1/libkdegames-4.10.1.tar.xz) = 5838116 +SHA256 (KDE/4.10.3/libkdegames-4.10.3.tar.xz) = 8a11a3fbc61b851761b7bbb00493b28056cc676a39fa7e322fd4d79164159f9a +SIZE (KDE/4.10.3/libkdegames-4.10.3.tar.xz) = 5840084 Index: head/games/libkmahjongg/distinfo =================================================================== --- head/games/libkmahjongg/distinfo (revision 318451) +++ head/games/libkmahjongg/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/libkmahjongg-4.10.1.tar.xz) = fefb999ac43a9c2634f2c45231a80be8893ba256b19c12d7fc023416d2d51732 -SIZE (KDE/4.10.1/libkmahjongg-4.10.1.tar.xz) = 1674112 +SHA256 (KDE/4.10.3/libkmahjongg-4.10.3.tar.xz) = 8dde202a1c3b6496d1e83d456850624d614c68668f75f33e5cd51bb7dc832a7d +SIZE (KDE/4.10.3/libkmahjongg-4.10.3.tar.xz) = 1674012 Index: head/games/lskat/distinfo =================================================================== --- head/games/lskat/distinfo (revision 318451) +++ head/games/lskat/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/lskat-4.10.1.tar.xz) = 107e31aa050c83386c4c4b62dcf37b5a706da7fbc0d022232c37ae98ac5030e1 -SIZE (KDE/4.10.1/lskat-4.10.1.tar.xz) = 959244 +SHA256 (KDE/4.10.3/lskat-4.10.3.tar.xz) = a9f5f0f629592571d3661caebdae3d9d58d40a8164c61051016fef7b8c77fa61 +SIZE (KDE/4.10.3/lskat-4.10.3.tar.xz) = 958972 Index: head/games/pairs/distinfo =================================================================== --- head/games/pairs/distinfo (revision 318451) +++ head/games/pairs/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/pairs-4.10.1.tar.xz) = 1175c5ccd533309e74506b688562e05a45261d5304ef2a2edb89bcd63b664895 -SIZE (KDE/4.10.1/pairs-4.10.1.tar.xz) = 2131256 +SHA256 (KDE/4.10.3/pairs-4.10.3.tar.xz) = 9c176ab57ad574a3ad4c21fe21645e45e7aa389d2d17e51221620edd1f3bd83d +SIZE (KDE/4.10.3/pairs-4.10.3.tar.xz) = 2129324 Index: head/games/palapeli/distinfo =================================================================== --- head/games/palapeli/distinfo (revision 318451) +++ head/games/palapeli/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/palapeli-4.10.1.tar.xz) = 6c70ed74242b21291420b859de8694fe14f99db7a6f13b86cc026818e2d87ec2 -SIZE (KDE/4.10.1/palapeli-4.10.1.tar.xz) = 1737580 +SHA256 (KDE/4.10.3/palapeli-4.10.3.tar.xz) = 9d2e76a9505a479043d1b59a5d8a2501f064f1a37b6cf5656624d508ea3a32bf +SIZE (KDE/4.10.3/palapeli-4.10.3.tar.xz) = 1738436 Index: head/german/kde4-l10n/distinfo =================================================================== --- head/german/kde4-l10n/distinfo (revision 318451) +++ head/german/kde4-l10n/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/kde-l10n/kde-l10n-de-4.10.1.tar.xz) = a9fd728f5414ddaa492dc1b7ef755f60dd2c7a6a93c0e4cb3bbf141ab0804e71 -SIZE (KDE/4.10.1/kde-l10n/kde-l10n-de-4.10.1.tar.xz) = 37935048 +SHA256 (KDE/4.10.3/kde-l10n/kde-l10n-de-4.10.3.tar.xz) = 1cc5988b1c081dedb1001bc953ee6c917a1836ba222d6ad8d04068ec89a7e9f3 +SIZE (KDE/4.10.3/kde-l10n/kde-l10n-de-4.10.3.tar.xz) = 37954244 Index: head/german/kde4-l10n/pkg-plist =================================================================== --- head/german/kde4-l10n/pkg-plist (revision 318451) +++ head/german/kde4-l10n/pkg-plist (revision 318452) @@ -1,2925 +1,2924 @@ share/apps/autocorrect/de_DE.xml share/apps/kajongg/voices/de/female1/COPYRIGHT share/apps/kajongg/voices/de/female1/b1.ogg share/apps/kajongg/voices/de/female1/b2.ogg share/apps/kajongg/voices/de/female1/b3.ogg share/apps/kajongg/voices/de/female1/b4.ogg share/apps/kajongg/voices/de/female1/b5.ogg share/apps/kajongg/voices/de/female1/b6.ogg share/apps/kajongg/voices/de/female1/b7.ogg share/apps/kajongg/voices/de/female1/b8.ogg share/apps/kajongg/voices/de/female1/b9.ogg share/apps/kajongg/voices/de/female1/c1.ogg share/apps/kajongg/voices/de/female1/c2.ogg share/apps/kajongg/voices/de/female1/c3.ogg share/apps/kajongg/voices/de/female1/c4.ogg share/apps/kajongg/voices/de/female1/c5.ogg share/apps/kajongg/voices/de/female1/c6.ogg share/apps/kajongg/voices/de/female1/c7.ogg share/apps/kajongg/voices/de/female1/c8.ogg share/apps/kajongg/voices/de/female1/c9.ogg share/apps/kajongg/voices/de/female1/chow.ogg share/apps/kajongg/voices/de/female1/dangerousgame.ogg share/apps/kajongg/voices/de/female1/db.ogg share/apps/kajongg/voices/de/female1/dg.ogg share/apps/kajongg/voices/de/female1/dr.ogg share/apps/kajongg/voices/de/female1/kong.ogg share/apps/kajongg/voices/de/female1/mahjongg.ogg share/apps/kajongg/voices/de/female1/md5sum share/apps/kajongg/voices/de/female1/nochoice.ogg share/apps/kajongg/voices/de/female1/originalcall.ogg share/apps/kajongg/voices/de/female1/pung.ogg share/apps/kajongg/voices/de/female1/s1.ogg share/apps/kajongg/voices/de/female1/s2.ogg share/apps/kajongg/voices/de/female1/s3.ogg share/apps/kajongg/voices/de/female1/s4.ogg share/apps/kajongg/voices/de/female1/s5.ogg share/apps/kajongg/voices/de/female1/s6.ogg share/apps/kajongg/voices/de/female1/s7.ogg share/apps/kajongg/voices/de/female1/s8.ogg share/apps/kajongg/voices/de/female1/s9.ogg share/apps/kajongg/voices/de/female1/violatesoriginalcall.ogg share/apps/kajongg/voices/de/female1/we.ogg share/apps/kajongg/voices/de/female1/wn.ogg share/apps/kajongg/voices/de/female1/ws.ogg share/apps/kajongg/voices/de/female1/ww.ogg share/apps/kajongg/voices/de/female2/COPYRIGHT share/apps/kajongg/voices/de/female2/b1.ogg share/apps/kajongg/voices/de/female2/b2.ogg share/apps/kajongg/voices/de/female2/b3.ogg share/apps/kajongg/voices/de/female2/b4.ogg share/apps/kajongg/voices/de/female2/b5.ogg share/apps/kajongg/voices/de/female2/b6.ogg share/apps/kajongg/voices/de/female2/b7.ogg share/apps/kajongg/voices/de/female2/b8.ogg share/apps/kajongg/voices/de/female2/b9.ogg share/apps/kajongg/voices/de/female2/c1.ogg share/apps/kajongg/voices/de/female2/c2.ogg share/apps/kajongg/voices/de/female2/c3.ogg share/apps/kajongg/voices/de/female2/c4.ogg share/apps/kajongg/voices/de/female2/c5.ogg share/apps/kajongg/voices/de/female2/c6.ogg share/apps/kajongg/voices/de/female2/c7.ogg share/apps/kajongg/voices/de/female2/c8.ogg share/apps/kajongg/voices/de/female2/c9.ogg share/apps/kajongg/voices/de/female2/chow.ogg share/apps/kajongg/voices/de/female2/dangerousgame.ogg share/apps/kajongg/voices/de/female2/db.ogg share/apps/kajongg/voices/de/female2/dg.ogg share/apps/kajongg/voices/de/female2/dr.ogg share/apps/kajongg/voices/de/female2/kong.ogg share/apps/kajongg/voices/de/female2/mahjongg.ogg share/apps/kajongg/voices/de/female2/md5sum share/apps/kajongg/voices/de/female2/nochoice.ogg share/apps/kajongg/voices/de/female2/originalcall.ogg share/apps/kajongg/voices/de/female2/pung.ogg share/apps/kajongg/voices/de/female2/s1.ogg share/apps/kajongg/voices/de/female2/s2.ogg share/apps/kajongg/voices/de/female2/s3.ogg share/apps/kajongg/voices/de/female2/s4.ogg share/apps/kajongg/voices/de/female2/s5.ogg share/apps/kajongg/voices/de/female2/s6.ogg share/apps/kajongg/voices/de/female2/s7.ogg share/apps/kajongg/voices/de/female2/s8.ogg share/apps/kajongg/voices/de/female2/s9.ogg share/apps/kajongg/voices/de/female2/violatesoriginalcall.ogg share/apps/kajongg/voices/de/female2/we.ogg share/apps/kajongg/voices/de/female2/wn.ogg share/apps/kajongg/voices/de/female2/ws.ogg share/apps/kajongg/voices/de/female2/ww.ogg share/apps/kajongg/voices/de/male1/COPYRIGHT share/apps/kajongg/voices/de/male1/b1.ogg share/apps/kajongg/voices/de/male1/b2.ogg share/apps/kajongg/voices/de/male1/b3.ogg share/apps/kajongg/voices/de/male1/b4.ogg share/apps/kajongg/voices/de/male1/b5.ogg share/apps/kajongg/voices/de/male1/b6.ogg share/apps/kajongg/voices/de/male1/b7.ogg share/apps/kajongg/voices/de/male1/b8.ogg share/apps/kajongg/voices/de/male1/b9.ogg share/apps/kajongg/voices/de/male1/c1.ogg share/apps/kajongg/voices/de/male1/c2.ogg share/apps/kajongg/voices/de/male1/c3.ogg share/apps/kajongg/voices/de/male1/c4.ogg share/apps/kajongg/voices/de/male1/c5.ogg share/apps/kajongg/voices/de/male1/c6.ogg share/apps/kajongg/voices/de/male1/c7.ogg share/apps/kajongg/voices/de/male1/c8.ogg share/apps/kajongg/voices/de/male1/c9.ogg share/apps/kajongg/voices/de/male1/chow.ogg share/apps/kajongg/voices/de/male1/dangerousgame.ogg share/apps/kajongg/voices/de/male1/db.ogg share/apps/kajongg/voices/de/male1/dg.ogg share/apps/kajongg/voices/de/male1/dr.ogg share/apps/kajongg/voices/de/male1/kong.ogg share/apps/kajongg/voices/de/male1/mahjongg.ogg share/apps/kajongg/voices/de/male1/md5sum share/apps/kajongg/voices/de/male1/nochoice.ogg share/apps/kajongg/voices/de/male1/originalcall.ogg share/apps/kajongg/voices/de/male1/pung.ogg share/apps/kajongg/voices/de/male1/s1.ogg share/apps/kajongg/voices/de/male1/s2.ogg share/apps/kajongg/voices/de/male1/s3.ogg share/apps/kajongg/voices/de/male1/s4.ogg share/apps/kajongg/voices/de/male1/s5.ogg share/apps/kajongg/voices/de/male1/s6.ogg share/apps/kajongg/voices/de/male1/s7.ogg share/apps/kajongg/voices/de/male1/s8.ogg share/apps/kajongg/voices/de/male1/s9.ogg share/apps/kajongg/voices/de/male1/violatesoriginalcall.ogg share/apps/kajongg/voices/de/male1/we.ogg share/apps/kajongg/voices/de/male1/wn.ogg share/apps/kajongg/voices/de/male1/ws.ogg share/apps/kajongg/voices/de/male1/ww.ogg share/apps/kajongg/voices/de/male2/COPYRIGHT share/apps/kajongg/voices/de/male2/b1.ogg share/apps/kajongg/voices/de/male2/b2.ogg share/apps/kajongg/voices/de/male2/b3.ogg share/apps/kajongg/voices/de/male2/b4.ogg share/apps/kajongg/voices/de/male2/b5.ogg share/apps/kajongg/voices/de/male2/b6.ogg share/apps/kajongg/voices/de/male2/b7.ogg share/apps/kajongg/voices/de/male2/b8.ogg share/apps/kajongg/voices/de/male2/b9.ogg share/apps/kajongg/voices/de/male2/c1.ogg share/apps/kajongg/voices/de/male2/c2.ogg share/apps/kajongg/voices/de/male2/c3.ogg share/apps/kajongg/voices/de/male2/c4.ogg share/apps/kajongg/voices/de/male2/c5.ogg share/apps/kajongg/voices/de/male2/c6.ogg share/apps/kajongg/voices/de/male2/c7.ogg share/apps/kajongg/voices/de/male2/c8.ogg share/apps/kajongg/voices/de/male2/c9.ogg share/apps/kajongg/voices/de/male2/chow.ogg share/apps/kajongg/voices/de/male2/db.ogg share/apps/kajongg/voices/de/male2/dg.ogg share/apps/kajongg/voices/de/male2/dr.ogg share/apps/kajongg/voices/de/male2/kong.ogg share/apps/kajongg/voices/de/male2/mahjongg.ogg share/apps/kajongg/voices/de/male2/md5sum share/apps/kajongg/voices/de/male2/nochoice.ogg share/apps/kajongg/voices/de/male2/originalcall.ogg share/apps/kajongg/voices/de/male2/pung.ogg share/apps/kajongg/voices/de/male2/s1.ogg share/apps/kajongg/voices/de/male2/s2.ogg share/apps/kajongg/voices/de/male2/s3.ogg share/apps/kajongg/voices/de/male2/s4.ogg share/apps/kajongg/voices/de/male2/s5.ogg share/apps/kajongg/voices/de/male2/s6.ogg share/apps/kajongg/voices/de/male2/s7.ogg share/apps/kajongg/voices/de/male2/s8.ogg share/apps/kajongg/voices/de/male2/s9.ogg share/apps/kajongg/voices/de/male2/violatesoriginalcall.ogg share/apps/kajongg/voices/de/male2/we.ogg share/apps/kajongg/voices/de/male2/wn.ogg share/apps/kajongg/voices/de/male2/ws.ogg share/apps/kajongg/voices/de/male2/ww.ogg share/apps/khangman/de.txt share/apps/klettres/de/alpha/a.ogg share/apps/klettres/de/alpha/ae.ogg share/apps/klettres/de/alpha/b.ogg share/apps/klettres/de/alpha/c.ogg share/apps/klettres/de/alpha/d.ogg share/apps/klettres/de/alpha/e.ogg share/apps/klettres/de/alpha/f.ogg share/apps/klettres/de/alpha/g.ogg share/apps/klettres/de/alpha/h.ogg share/apps/klettres/de/alpha/i.ogg share/apps/klettres/de/alpha/j.ogg share/apps/klettres/de/alpha/k.ogg share/apps/klettres/de/alpha/l.ogg share/apps/klettres/de/alpha/m.ogg share/apps/klettres/de/alpha/n.ogg share/apps/klettres/de/alpha/o.ogg share/apps/klettres/de/alpha/oe.ogg share/apps/klettres/de/alpha/p.ogg share/apps/klettres/de/alpha/q.ogg share/apps/klettres/de/alpha/r.ogg share/apps/klettres/de/alpha/s.ogg share/apps/klettres/de/alpha/sz.ogg share/apps/klettres/de/alpha/t.ogg share/apps/klettres/de/alpha/u.ogg share/apps/klettres/de/alpha/ue.ogg share/apps/klettres/de/alpha/v.ogg share/apps/klettres/de/alpha/w.ogg share/apps/klettres/de/alpha/x.ogg share/apps/klettres/de/alpha/y.ogg share/apps/klettres/de/alpha/z.ogg share/apps/klettres/de/sounds.xml share/apps/klettres/de/syllab/affe.ogg share/apps/klettres/de/syllab/auch.ogg share/apps/klettres/de/syllab/baer.ogg share/apps/klettres/de/syllab/bus.ogg share/apps/klettres/de/syllab/dem.ogg share/apps/klettres/de/syllab/die.ogg share/apps/klettres/de/syllab/dir.ogg share/apps/klettres/de/syllab/ein.ogg share/apps/klettres/de/syllab/eule.ogg share/apps/klettres/de/syllab/fisch.ogg share/apps/klettres/de/syllab/frau.ogg share/apps/klettres/de/syllab/fusz.ogg share/apps/klettres/de/syllab/gut.ogg share/apps/klettres/de/syllab/haus.ogg share/apps/klettres/de/syllab/heu.ogg share/apps/klettres/de/syllab/hund.ogg share/apps/klettres/de/syllab/ist.ogg share/apps/klettres/de/syllab/ja.ogg share/apps/klettres/de/syllab/kind.ogg share/apps/klettres/de/syllab/lisa.ogg share/apps/klettres/de/syllab/nase.ogg share/apps/klettres/de/syllab/oel.ogg share/apps/klettres/de/syllab/opa.ogg share/apps/klettres/de/syllab/pute.ogg share/apps/klettres/de/syllab/reh.ogg share/apps/klettres/de/syllab/rot.ogg share/apps/klettres/de/syllab/sein.ogg share/apps/klettres/de/syllab/sitz.ogg share/apps/klettres/de/syllab/tuer.ogg share/apps/klettres/de/syllab/vor.ogg share/apps/klettres/de/syllab/was.ogg share/apps/klettres/de/syllab/will.ogg share/apps/klettres/de/syllab/wo.ogg share/apps/klettres/de/syllab/zu.ogg share/apps/ktuberling/sounds/de.soundtheme share/apps/ktuberling/sounds/de/ball.ogg share/apps/ktuberling/sounds/de/bow.ogg share/apps/ktuberling/sounds/de/coat.ogg share/apps/ktuberling/sounds/de/ear.ogg share/apps/ktuberling/sounds/de/earring.ogg share/apps/ktuberling/sounds/de/egypt_arch.ogg share/apps/ktuberling/sounds/de/egypt_birds.ogg share/apps/ktuberling/sounds/de/egypt_boy.ogg share/apps/ktuberling/sounds/de/egypt_bridge.ogg share/apps/ktuberling/sounds/de/egypt_camel.ogg share/apps/ktuberling/sounds/de/egypt_cart.ogg share/apps/ktuberling/sounds/de/egypt_column.ogg share/apps/ktuberling/sounds/de/egypt_donkey.ogg share/apps/ktuberling/sounds/de/egypt_girl.ogg share/apps/ktuberling/sounds/de/egypt_grass.ogg share/apps/ktuberling/sounds/de/egypt_man.ogg share/apps/ktuberling/sounds/de/egypt_oasis.ogg share/apps/ktuberling/sounds/de/egypt_palmtree.ogg share/apps/ktuberling/sounds/de/egypt_pyramid.ogg share/apps/ktuberling/sounds/de/egypt_road.ogg share/apps/ktuberling/sounds/de/egypt_sphynx.ogg share/apps/ktuberling/sounds/de/egypt_well.ogg share/apps/ktuberling/sounds/de/egypt_woman.ogg share/apps/ktuberling/sounds/de/eye.ogg share/apps/ktuberling/sounds/de/eyebrow.ogg share/apps/ktuberling/sounds/de/flower.ogg share/apps/ktuberling/sounds/de/hair.ogg share/apps/ktuberling/sounds/de/hat.ogg share/apps/ktuberling/sounds/de/moon_alien.ogg share/apps/ktuberling/sounds/de/moon_astronaut.ogg share/apps/ktuberling/sounds/de/moon_earth.ogg share/apps/ktuberling/sounds/de/moon_fallingstar.ogg share/apps/ktuberling/sounds/de/moon_hotel.ogg share/apps/ktuberling/sounds/de/moon_monster.ogg share/apps/ktuberling/sounds/de/moon_moonwalker.ogg share/apps/ktuberling/sounds/de/moon_planet.ogg share/apps/ktuberling/sounds/de/moon_radar.ogg share/apps/ktuberling/sounds/de/moon_rocket.ogg share/apps/ktuberling/sounds/de/moon_satellite.ogg share/apps/ktuberling/sounds/de/moon_sign.ogg share/apps/ktuberling/sounds/de/moon_star.ogg share/apps/ktuberling/sounds/de/moon_ufo.ogg share/apps/ktuberling/sounds/de/moustache.ogg share/apps/ktuberling/sounds/de/mouth.ogg share/apps/ktuberling/sounds/de/nose.ogg share/apps/ktuberling/sounds/de/pizzeria_anchovy.ogg share/apps/ktuberling/sounds/de/pizzeria_bacon.ogg share/apps/ktuberling/sounds/de/pizzeria_broccolli.ogg share/apps/ktuberling/sounds/de/pizzeria_cheese.ogg share/apps/ktuberling/sounds/de/pizzeria_cucumber.ogg share/apps/ktuberling/sounds/de/pizzeria_mushroom.ogg share/apps/ktuberling/sounds/de/pizzeria_olive.ogg share/apps/ktuberling/sounds/de/pizzeria_onion.ogg share/apps/ktuberling/sounds/de/pizzeria_oregano.ogg share/apps/ktuberling/sounds/de/pizzeria_pepper.ogg share/apps/ktuberling/sounds/de/pizzeria_pepperoni.ogg share/apps/ktuberling/sounds/de/pizzeria_pineapple.ogg share/apps/ktuberling/sounds/de/pizzeria_salami.ogg share/apps/ktuberling/sounds/de/pizzeria_tomato.ogg share/apps/ktuberling/sounds/de/shoes.ogg share/apps/ktuberling/sounds/de/shorts.ogg share/apps/ktuberling/sounds/de/skirt.ogg share/apps/ktuberling/sounds/de/spectacles.ogg share/apps/ktuberling/sounds/de/stick.ogg share/apps/ktuberling/sounds/de/sunglasses.ogg share/apps/ktuberling/sounds/de/tie.ogg share/apps/ktuberling/sounds/de/tv_bicycle.ogg share/apps/ktuberling/sounds/de/tv_car.ogg share/apps/ktuberling/sounds/de/tv_cyclist.ogg share/apps/ktuberling/sounds/de/tv_train.ogg share/apps/ktuberling/sounds/de/tv_tree.ogg share/apps/ktuberling/sounds/de/umbrella.ogg share/apps/kvtml/de/animals.kvtml share/apps/kvtml/de/clothing.kvtml share/apps/kvtml/de/computers.kvtml share/apps/kvtml/de/currencies.kvtml share/apps/kvtml/de/easy.kvtml share/apps/kvtml/de/fruits.kvtml share/apps/kvtml/de/hard.kvtml share/apps/kvtml/de/inventions.kvtml share/apps/kvtml/de/medium.kvtml share/apps/kvtml/de/numbers.kvtml share/apps/kvtml/de/objects.kvtml share/apps/kvtml/de/people.kvtml share/apps/kvtml/de/professions.kvtml share/apps/kvtml/de/space.kvtml share/apps/kvtml/de/sports.kvtml share/apps/kvtml/de/transportation.kvtml share/apps/kvtml/de/vegetables.kvtml share/apps/kvtml/de/worldcapitals.kvtml share/apps/step/objinfo/l10n/de/Anchor.html share/apps/step/objinfo/l10n/de/Box.html share/apps/step/objinfo/l10n/de/ChargedParticle.html share/apps/step/objinfo/l10n/de/CoulombForce.html share/apps/step/objinfo/l10n/de/Disk.html share/apps/step/objinfo/l10n/de/Gas.html share/apps/step/objinfo/l10n/de/GasLJForce.html share/apps/step/objinfo/l10n/de/GasParticle.html share/apps/step/objinfo/l10n/de/GravitationForce.html share/apps/step/objinfo/l10n/de/LinearMotor.html share/apps/step/objinfo/l10n/de/Meter.html share/apps/step/objinfo/l10n/de/Note.html share/apps/step/objinfo/l10n/de/Particle.html share/apps/step/objinfo/l10n/de/Pin.html share/apps/step/objinfo/l10n/de/Polygon.html share/apps/step/objinfo/l10n/de/Spring.html share/apps/step/objinfo/l10n/de/WeightForce.html share/apps/step/objinfo/l10n/de/World.html share/doc/HTML/de/PolicyKit-kde/authorization.docbook share/doc/HTML/de/PolicyKit-kde/authorization_1.png share/doc/HTML/de/PolicyKit-kde/authorization_2.png share/doc/HTML/de/PolicyKit-kde/authorizationagent.docbook share/doc/HTML/de/PolicyKit-kde/common share/doc/HTML/de/PolicyKit-kde/howitworks.docbook share/doc/HTML/de/PolicyKit-kde/index.cache.bz2 share/doc/HTML/de/PolicyKit-kde/index.docbook share/doc/HTML/de/PolicyKit-kde/introduction.docbook share/doc/HTML/de/akregator/add-feed.png share/doc/HTML/de/akregator/add-feed2.png share/doc/HTML/de/akregator/add-folder.png share/doc/HTML/de/akregator/add-folder2.png share/doc/HTML/de/akregator/advanced-tab.png share/doc/HTML/de/akregator/appearance-tab.png share/doc/HTML/de/akregator/archive-tab.png share/doc/HTML/de/akregator/browser-tab.png share/doc/HTML/de/akregator/common share/doc/HTML/de/akregator/general-tab.png share/doc/HTML/de/akregator/index.cache.bz2 share/doc/HTML/de/akregator/index.docbook share/doc/HTML/de/akregator/konq.png share/doc/HTML/de/akregator/konq2.png share/doc/HTML/de/akregator/main-window.png share/doc/HTML/de/akregator/main-window2.png share/doc/HTML/de/akregator/main-window3.png share/doc/HTML/de/akregator/main-window4.png share/doc/HTML/de/akregator/quick-filter.png share/doc/HTML/de/akregator/rss.png share/doc/HTML/de/akregator/rss3.png share/doc/HTML/de/amor/common share/doc/HTML/de/amor/index.cache.bz2 share/doc/HTML/de/amor/index.docbook share/doc/HTML/de/amor/man-amor.6.docbook share/doc/HTML/de/ark/ark-mainwindow.png share/doc/HTML/de/ark/common share/doc/HTML/de/ark/index.cache.bz2 share/doc/HTML/de/ark/index.docbook share/doc/HTML/de/ark/man-ark.1.docbook share/doc/HTML/de/blinken/blinken1.png share/doc/HTML/de/blinken/blinken2.png share/doc/HTML/de/blinken/blinken_accesskeys.png share/doc/HTML/de/blinken/blinken_helpbutton.png share/doc/HTML/de/blinken/blinken_nickprompt.png share/doc/HTML/de/blinken/blinken_quitbutton.png share/doc/HTML/de/blinken/common share/doc/HTML/de/blinken/index.cache.bz2 share/doc/HTML/de/blinken/index.docbook share/doc/HTML/de/blogilo/common share/doc/HTML/de/blogilo/index.cache.bz2 share/doc/HTML/de/blogilo/index.docbook share/doc/HTML/de/bomber/common share/doc/HTML/de/bomber/index.cache.bz2 share/doc/HTML/de/bomber/index.docbook share/doc/HTML/de/bovo/common share/doc/HTML/de/bovo/index.cache.bz2 share/doc/HTML/de/bovo/index.docbook share/doc/HTML/de/cantor/common share/doc/HTML/de/cantor/index.cache.bz2 share/doc/HTML/de/cantor/index.docbook share/doc/HTML/de/cervisia/common share/doc/HTML/de/cervisia/index.cache.bz2 share/doc/HTML/de/cervisia/index.docbook share/doc/HTML/de/common/fdl-translated.html share/doc/HTML/de/common/gpl-translated.html share/doc/HTML/de/common/kde-localised.css share/doc/HTML/de/common/lgpl-translated.html share/doc/HTML/de/dolphin/common share/doc/HTML/de/dolphin/default-ui.png share/doc/HTML/de/dolphin/index.cache.bz2 share/doc/HTML/de/dolphin/index.docbook share/doc/HTML/de/dolphin/locationbar-breadcrumb.png share/doc/HTML/de/dolphin/locationbar-editable.png share/doc/HTML/de/dolphin/preferences-general-behavior.png share/doc/HTML/de/dolphin/preferences-navigation.png share/doc/HTML/de/dolphin/preferences-startup.png share/doc/HTML/de/dolphin/preferences-trash.png share/doc/HTML/de/dolphin/preferences-viewmodes-icons.png share/doc/HTML/de/dolphin/toolbar-navigation.png share/doc/HTML/de/dolphin/toolbar-view-appearance.png share/doc/HTML/de/dolphin/viewproperties-dialog.png share/doc/HTML/de/dragonplayer/common share/doc/HTML/de/dragonplayer/index.cache.bz2 share/doc/HTML/de/dragonplayer/index.docbook share/doc/HTML/de/dragonplayer/main.png share/doc/HTML/de/dragonplayer/man-dragon.1.docbook share/doc/HTML/de/filelight/common share/doc/HTML/de/filelight/config_appear.png share/doc/HTML/de/filelight/config_scan.png share/doc/HTML/de/filelight/index.cache.bz2 share/doc/HTML/de/filelight/index.docbook share/doc/HTML/de/filelight/radial_map.png share/doc/HTML/de/filelight/radial_map_context_menu.png share/doc/HTML/de/fundamentals/colors.png share/doc/HTML/de/fundamentals/common share/doc/HTML/de/fundamentals/config.docbook share/doc/HTML/de/fundamentals/files-locationbar-breadcrumb.png share/doc/HTML/de/fundamentals/files-locationbar-context-menu.png share/doc/HTML/de/fundamentals/files-open.png share/doc/HTML/de/fundamentals/files-save.png share/doc/HTML/de/fundamentals/find-find-inline.png share/doc/HTML/de/fundamentals/find-find.png share/doc/HTML/de/fundamentals/find-found.png share/doc/HTML/de/fundamentals/find-replace-inline.png share/doc/HTML/de/fundamentals/find-replace.png share/doc/HTML/de/fundamentals/fonts.png share/doc/HTML/de/fundamentals/index.cache.bz2 share/doc/HTML/de/fundamentals/index.docbook share/doc/HTML/de/fundamentals/install.docbook share/doc/HTML/de/fundamentals/menus.png share/doc/HTML/de/fundamentals/shortcuts-schemes.png share/doc/HTML/de/fundamentals/shortcuts-search.png share/doc/HTML/de/fundamentals/shortcuts-set.png share/doc/HTML/de/fundamentals/spellcheck-check.png share/doc/HTML/de/fundamentals/tasks.docbook share/doc/HTML/de/fundamentals/toolbars-configure.png share/doc/HTML/de/fundamentals/toolbars-toolbar.png share/doc/HTML/de/fundamentals/ui.docbook share/doc/HTML/de/granatier/common share/doc/HTML/de/granatier/index.cache.bz2 share/doc/HTML/de/granatier/index.docbook share/doc/HTML/de/gwenview/browse_mode.png share/doc/HTML/de/gwenview/common share/doc/HTML/de/gwenview/fullscreen_mode.png share/doc/HTML/de/gwenview/index.cache.bz2 share/doc/HTML/de/gwenview/index.docbook share/doc/HTML/de/gwenview/view_mode.png share/doc/HTML/de/jovie/addtalker.png share/doc/HTML/de/jovie/common share/doc/HTML/de/jovie/filters.png share/doc/HTML/de/jovie/general.png share/doc/HTML/de/jovie/index.cache.bz2 share/doc/HTML/de/jovie/index.docbook share/doc/HTML/de/jovie/jobs.png share/doc/HTML/de/jovie/stringreplacer.png share/doc/HTML/de/jovie/talkerchooser.png share/doc/HTML/de/jovie/talkers.png share/doc/HTML/de/jovie/xmltransformer.png share/doc/HTML/de/juk/common share/doc/HTML/de/juk/history-playlist.png share/doc/HTML/de/juk/index.cache.bz2 share/doc/HTML/de/juk/index.docbook share/doc/HTML/de/juk/juk-adv-search.png share/doc/HTML/de/juk/juk-file-renamer.png share/doc/HTML/de/juk/juk-main.png share/doc/HTML/de/juk/juk-tag-guesser.png share/doc/HTML/de/juk/normal-playlist.png share/doc/HTML/de/juk/search-playlist.png share/doc/HTML/de/juk/toolbar.png share/doc/HTML/de/kabcclient/common share/doc/HTML/de/kabcclient/index.cache.bz2 share/doc/HTML/de/kabcclient/index.docbook share/doc/HTML/de/kabcclient/man-kabcclient.1.docbook share/doc/HTML/de/kajongg/common share/doc/HTML/de/kajongg/index.cache.bz2 share/doc/HTML/de/kajongg/index.docbook share/doc/HTML/de/kalarm/common share/doc/HTML/de/kalarm/index.cache.bz2 share/doc/HTML/de/kalarm/index.docbook share/doc/HTML/de/kalgebra/commands.docbook share/doc/HTML/de/kalgebra/common share/doc/HTML/de/kalgebra/index.cache.bz2 share/doc/HTML/de/kalgebra/index.docbook share/doc/HTML/de/kalgebra/kalgebra-main-window.png share/doc/HTML/de/kalzium/common share/doc/HTML/de/kalzium/gradient.png share/doc/HTML/de/kalzium/index.cache.bz2 share/doc/HTML/de/kalzium/index.docbook share/doc/HTML/de/kalzium/infodialog_bohr.png share/doc/HTML/de/kalzium/infodialog_misc.png share/doc/HTML/de/kalzium/infodialog_overview.png share/doc/HTML/de/kalzium/infodialog_spectrum.png share/doc/HTML/de/kalzium/man-kalzium.1.docbook share/doc/HTML/de/kalzium/quick-1.png share/doc/HTML/de/kalzium/screenshot1.png share/doc/HTML/de/kalzium/screenshot2.png share/doc/HTML/de/kalzium/screenshot7.png share/doc/HTML/de/kalzium/screenshoteqsolver.png share/doc/HTML/de/kalzium/settings1.png share/doc/HTML/de/kalzium/settings2.png share/doc/HTML/de/kalzium/settings3.png share/doc/HTML/de/kalzium/sidebar1.png share/doc/HTML/de/kalzium/sidebar2.png share/doc/HTML/de/kanagram/common share/doc/HTML/de/kanagram/general-settings.png share/doc/HTML/de/kanagram/helpstates.png share/doc/HTML/de/kanagram/index.cache.bz2 share/doc/HTML/de/kanagram/index.docbook share/doc/HTML/de/kanagram/kanagram-hint.png share/doc/HTML/de/kanagram/kanagram.png share/doc/HTML/de/kanagram/newstuff-dialog.png share/doc/HTML/de/kanagram/newstuff-settings.png share/doc/HTML/de/kanagram/shortcuts-settings.png share/doc/HTML/de/kanagram/vocab-editor.png share/doc/HTML/de/kanagram/vocab-settings.png share/doc/HTML/de/kapman/common share/doc/HTML/de/kapman/config.png share/doc/HTML/de/kapman/index.cache.bz2 share/doc/HTML/de/kapman/index.docbook share/doc/HTML/de/kapman/kapman.png share/doc/HTML/de/kapptemplate/common share/doc/HTML/de/kapptemplate/index.cache.bz2 share/doc/HTML/de/kapptemplate/index.docbook share/doc/HTML/de/kate/advanced.docbook share/doc/HTML/de/kate/common share/doc/HTML/de/kate/configdialog01.png share/doc/HTML/de/kate/configuring-part.docbook share/doc/HTML/de/kate/configuring.docbook share/doc/HTML/de/kate/fundamentals.docbook share/doc/HTML/de/kate/highlighting.docbook share/doc/HTML/de/kate/index.cache.bz2 share/doc/HTML/de/kate/index.docbook share/doc/HTML/de/kate/kate.png share/doc/HTML/de/kate/man-kate.1.docbook share/doc/HTML/de/kate/mdi.docbook share/doc/HTML/de/kate/menus.docbook share/doc/HTML/de/kate/part.docbook share/doc/HTML/de/kate/plugins-part.docbook share/doc/HTML/de/kate/plugins.docbook share/doc/HTML/de/kate/regular-expressions.docbook share/doc/HTML/de/kate/vi.docbook share/doc/HTML/de/katomic/common share/doc/HTML/de/katomic/index.cache.bz2 share/doc/HTML/de/katomic/index.docbook share/doc/HTML/de/kbattleship/common share/doc/HTML/de/kbattleship/index.cache.bz2 share/doc/HTML/de/kbattleship/index.docbook share/doc/HTML/de/kblackbox/common share/doc/HTML/de/kblackbox/index.cache.bz2 share/doc/HTML/de/kblackbox/index.docbook share/doc/HTML/de/kblocks/common share/doc/HTML/de/kblocks/index.cache.bz2 share/doc/HTML/de/kblocks/index.docbook share/doc/HTML/de/kbounce/button-new.png share/doc/HTML/de/kbounce/button-pause.png share/doc/HTML/de/kbounce/common share/doc/HTML/de/kbounce/index.cache.bz2 share/doc/HTML/de/kbounce/index.docbook share/doc/HTML/de/kbounce/kbounce_corridor1.png share/doc/HTML/de/kbounce/kbounce_corridor2.png share/doc/HTML/de/kbounce/menu-game.png share/doc/HTML/de/kbounce/menu-help.png share/doc/HTML/de/kbounce/menu-settings.png share/doc/HTML/de/kbounce/toolbar.png share/doc/HTML/de/kbreakout/common share/doc/HTML/de/kbreakout/index.cache.bz2 share/doc/HTML/de/kbreakout/index.docbook share/doc/HTML/de/kbruch/checked.png share/doc/HTML/de/kbruch/common share/doc/HTML/de/kbruch/compare.png share/doc/HTML/de/kbruch/convert.png share/doc/HTML/de/kbruch/factorize.png share/doc/HTML/de/kbruch/gui_main.png share/doc/HTML/de/kbruch/gui_mode.png share/doc/HTML/de/kbruch/index.cache.bz2 share/doc/HTML/de/kbruch/index.docbook share/doc/HTML/de/kbruch/learning.png share/doc/HTML/de/kbruch/man-kbruch.1.docbook share/doc/HTML/de/kbruch/percentage.png share/doc/HTML/de/kbruch/reduced.png share/doc/HTML/de/kbruch/settings.png share/doc/HTML/de/kbruch/statistics.png share/doc/HTML/de/kcachegrind/common share/doc/HTML/de/kcachegrind/index.cache.bz2 share/doc/HTML/de/kcachegrind/index.docbook share/doc/HTML/de/kcalc/commands.docbook share/doc/HTML/de/kcalc/common share/doc/HTML/de/kcalc/index.cache.bz2 share/doc/HTML/de/kcalc/index.docbook share/doc/HTML/de/kcharselect/common share/doc/HTML/de/kcharselect/index.cache.bz2 share/doc/HTML/de/kcharselect/index.docbook share/doc/HTML/de/kcharselect/kcharselect.png share/doc/HTML/de/kcontrol/attica/common share/doc/HTML/de/kcontrol/attica/index.cache.bz2 share/doc/HTML/de/kcontrol/attica/index.docbook share/doc/HTML/de/kcontrol/autostart/common share/doc/HTML/de/kcontrol/autostart/index.cache.bz2 share/doc/HTML/de/kcontrol/autostart/index.docbook share/doc/HTML/de/kcontrol/bell/common share/doc/HTML/de/kcontrol/bell/index.cache.bz2 share/doc/HTML/de/kcontrol/bell/index.docbook share/doc/HTML/de/kcontrol/blockdevices/common share/doc/HTML/de/kcontrol/blockdevices/index.cache.bz2 share/doc/HTML/de/kcontrol/blockdevices/index.docbook share/doc/HTML/de/kcontrol/bookmarks/common share/doc/HTML/de/kcontrol/bookmarks/index.cache.bz2 share/doc/HTML/de/kcontrol/bookmarks/index.docbook share/doc/HTML/de/kcontrol/cache/common share/doc/HTML/de/kcontrol/cache/index.cache.bz2 share/doc/HTML/de/kcontrol/cache/index.docbook share/doc/HTML/de/kcontrol/cddbretrieval/common share/doc/HTML/de/kcontrol/cddbretrieval/index.cache.bz2 share/doc/HTML/de/kcontrol/cddbretrieval/index.docbook share/doc/HTML/de/kcontrol/cddbretrieval/kscd14.png share/doc/HTML/de/kcontrol/cddbretrieval/kscd16.png share/doc/HTML/de/kcontrol/clock/common share/doc/HTML/de/kcontrol/clock/index.cache.bz2 share/doc/HTML/de/kcontrol/clock/index.docbook share/doc/HTML/de/kcontrol/colors/common share/doc/HTML/de/kcontrol/colors/index.cache.bz2 share/doc/HTML/de/kcontrol/colors/index.docbook share/doc/HTML/de/kcontrol/componentchooser/common share/doc/HTML/de/kcontrol/componentchooser/index.cache.bz2 share/doc/HTML/de/kcontrol/componentchooser/index.docbook share/doc/HTML/de/kcontrol/cookies/common share/doc/HTML/de/kcontrol/cookies/index.cache.bz2 share/doc/HTML/de/kcontrol/cookies/index.docbook share/doc/HTML/de/kcontrol/cursortheme/common share/doc/HTML/de/kcontrol/cursortheme/index.cache.bz2 share/doc/HTML/de/kcontrol/cursortheme/index.docbook share/doc/HTML/de/kcontrol/desktop/common share/doc/HTML/de/kcontrol/desktop/index.cache.bz2 share/doc/HTML/de/kcontrol/desktop/index.docbook share/doc/HTML/de/kcontrol/desktopthemedetails/clicking-apply.png share/doc/HTML/de/kcontrol/desktopthemedetails/common share/doc/HTML/de/kcontrol/desktopthemedetails/customizing.png share/doc/HTML/de/kcontrol/desktopthemedetails/index.cache.bz2 share/doc/HTML/de/kcontrol/desktopthemedetails/index.docbook share/doc/HTML/de/kcontrol/ebrowsing/common share/doc/HTML/de/kcontrol/ebrowsing/index.cache.bz2 share/doc/HTML/de/kcontrol/ebrowsing/index.docbook share/doc/HTML/de/kcontrol/emoticons/common share/doc/HTML/de/kcontrol/emoticons/emoticons.png share/doc/HTML/de/kcontrol/emoticons/index.cache.bz2 share/doc/HTML/de/kcontrol/emoticons/index.docbook share/doc/HTML/de/kcontrol/filemanager/common share/doc/HTML/de/kcontrol/filemanager/index.cache.bz2 share/doc/HTML/de/kcontrol/filemanager/index.docbook share/doc/HTML/de/kcontrol/filetypes/common share/doc/HTML/de/kcontrol/filetypes/index.cache.bz2 share/doc/HTML/de/kcontrol/filetypes/index.docbook share/doc/HTML/de/kcontrol/fontinst/common share/doc/HTML/de/kcontrol/fontinst/index.cache.bz2 share/doc/HTML/de/kcontrol/fontinst/index.docbook share/doc/HTML/de/kcontrol/fonts/adjust-all.png share/doc/HTML/de/kcontrol/fonts/anti-aliasing.png share/doc/HTML/de/kcontrol/fonts/common share/doc/HTML/de/kcontrol/fonts/index.cache.bz2 share/doc/HTML/de/kcontrol/fonts/index.docbook share/doc/HTML/de/kcontrol/fonts/main.png share/doc/HTML/de/kcontrol/history/common share/doc/HTML/de/kcontrol/history/index.cache.bz2 share/doc/HTML/de/kcontrol/history/index.docbook share/doc/HTML/de/kcontrol/icons/common share/doc/HTML/de/kcontrol/icons/delete-theme.png share/doc/HTML/de/kcontrol/icons/effects.png share/doc/HTML/de/kcontrol/icons/get-new-theme.png share/doc/HTML/de/kcontrol/icons/index.cache.bz2 share/doc/HTML/de/kcontrol/icons/index.docbook share/doc/HTML/de/kcontrol/icons/install-theme.png share/doc/HTML/de/kcontrol/icons/main.png share/doc/HTML/de/kcontrol/icons/size.png share/doc/HTML/de/kcontrol/icons/use-of-icons.png share/doc/HTML/de/kcontrol/joystick/common share/doc/HTML/de/kcontrol/joystick/index.cache.bz2 share/doc/HTML/de/kcontrol/joystick/index.docbook share/doc/HTML/de/kcontrol/kamera/common share/doc/HTML/de/kcontrol/kamera/index.cache.bz2 share/doc/HTML/de/kcontrol/kamera/index.docbook share/doc/HTML/de/kcontrol/kcm_ssl/common share/doc/HTML/de/kcontrol/kcm_ssl/index.cache.bz2 share/doc/HTML/de/kcontrol/kcm_ssl/index.docbook share/doc/HTML/de/kcontrol/kcmaccess/common share/doc/HTML/de/kcontrol/kcmaccess/index.cache.bz2 share/doc/HTML/de/kcontrol/kcmaccess/index.docbook share/doc/HTML/de/kcontrol/kcmcgi/common share/doc/HTML/de/kcontrol/kcmcgi/index.cache.bz2 share/doc/HTML/de/kcontrol/kcmcgi/index.docbook share/doc/HTML/de/kcontrol/kcmcss/common share/doc/HTML/de/kcontrol/kcmcss/index.cache.bz2 share/doc/HTML/de/kcontrol/kcmcss/index.docbook share/doc/HTML/de/kcontrol/kcmlaunch/common share/doc/HTML/de/kcontrol/kcmlaunch/index.cache.bz2 share/doc/HTML/de/kcontrol/kcmlaunch/index.docbook share/doc/HTML/de/kcontrol/kcmnotify/common share/doc/HTML/de/kcontrol/kcmnotify/index.cache.bz2 share/doc/HTML/de/kcontrol/kcmnotify/index.docbook share/doc/HTML/de/kcontrol/kcmsmserver/common share/doc/HTML/de/kcontrol/kcmsmserver/index.cache.bz2 share/doc/HTML/de/kcontrol/kcmsmserver/index.docbook share/doc/HTML/de/kcontrol/kcmstyle/common share/doc/HTML/de/kcontrol/kcmstyle/index.cache.bz2 share/doc/HTML/de/kcontrol/kcmstyle/index.docbook share/doc/HTML/de/kcontrol/kded/common share/doc/HTML/de/kcontrol/kded/index.cache.bz2 share/doc/HTML/de/kcontrol/kded/index.docbook share/doc/HTML/de/kcontrol/keyboard/common share/doc/HTML/de/kcontrol/keyboard/index.cache.bz2 share/doc/HTML/de/kcontrol/keyboard/index.docbook share/doc/HTML/de/kcontrol/keys/common share/doc/HTML/de/kcontrol/keys/index.cache.bz2 share/doc/HTML/de/kcontrol/keys/index.docbook share/doc/HTML/de/kcontrol/kgamma/common share/doc/HTML/de/kcontrol/kgamma/index.cache.bz2 share/doc/HTML/de/kcontrol/kgamma/index.docbook share/doc/HTML/de/kcontrol/khotkeys/common share/doc/HTML/de/kcontrol/khotkeys/index.cache.bz2 share/doc/HTML/de/kcontrol/khotkeys/index.docbook share/doc/HTML/de/kcontrol/khtml-adblock/common share/doc/HTML/de/kcontrol/khtml-adblock/index.cache.bz2 share/doc/HTML/de/kcontrol/khtml-adblock/index.docbook share/doc/HTML/de/kcontrol/khtml-behavior/common share/doc/HTML/de/kcontrol/khtml-behavior/index.cache.bz2 share/doc/HTML/de/kcontrol/khtml-behavior/index.docbook share/doc/HTML/de/kcontrol/khtml-general/common share/doc/HTML/de/kcontrol/khtml-general/index.cache.bz2 share/doc/HTML/de/kcontrol/khtml-general/index.docbook share/doc/HTML/de/kcontrol/khtml-java-js/common share/doc/HTML/de/kcontrol/khtml-java-js/index.cache.bz2 share/doc/HTML/de/kcontrol/khtml-java-js/index.docbook share/doc/HTML/de/kcontrol/khtml-plugins/common share/doc/HTML/de/kcontrol/khtml-plugins/index.cache.bz2 share/doc/HTML/de/kcontrol/khtml-plugins/index.docbook share/doc/HTML/de/kcontrol/kremotecontrol/AddAction.png share/doc/HTML/de/kcontrol/kremotecontrol/AddActionOptions.png share/doc/HTML/de/kcontrol/kremotecontrol/AddDBusAction.png share/doc/HTML/de/kcontrol/kremotecontrol/AddMode.png share/doc/HTML/de/kcontrol/kremotecontrol/AddProfileAction.png share/doc/HTML/de/kcontrol/kremotecontrol/AutoPopulate.png share/doc/HTML/de/kcontrol/kremotecontrol/EditMasterMode.png share/doc/HTML/de/kcontrol/kremotecontrol/common share/doc/HTML/de/kcontrol/kremotecontrol/index.cache.bz2 share/doc/HTML/de/kcontrol/kremotecontrol/index.docbook share/doc/HTML/de/kcontrol/kremotecontrol/kcmremotecontrol.png share/doc/HTML/de/kcontrol/kresources/common share/doc/HTML/de/kcontrol/kresources/index.cache.bz2 share/doc/HTML/de/kcontrol/kresources/index.docbook share/doc/HTML/de/kcontrol/kwincompositing/common share/doc/HTML/de/kcontrol/kwincompositing/index.cache.bz2 share/doc/HTML/de/kcontrol/kwincompositing/index.docbook share/doc/HTML/de/kcontrol/kwindecoration/buttons.png share/doc/HTML/de/kcontrol/kwindecoration/common share/doc/HTML/de/kcontrol/kwindecoration/decoration.png share/doc/HTML/de/kcontrol/kwindecoration/index.cache.bz2 share/doc/HTML/de/kcontrol/kwindecoration/index.docbook share/doc/HTML/de/kcontrol/kwindecoration/main.png share/doc/HTML/de/kcontrol/kwinscreenedges/common share/doc/HTML/de/kcontrol/kwinscreenedges/index.cache.bz2 share/doc/HTML/de/kcontrol/kwinscreenedges/index.docbook share/doc/HTML/de/kcontrol/kwintabbox/common share/doc/HTML/de/kcontrol/kwintabbox/index.cache.bz2 share/doc/HTML/de/kcontrol/kwintabbox/index.docbook share/doc/HTML/de/kcontrol/language/common share/doc/HTML/de/kcontrol/language/index.cache.bz2 share/doc/HTML/de/kcontrol/language/index.docbook share/doc/HTML/de/kcontrol/mouse/common share/doc/HTML/de/kcontrol/mouse/index.cache.bz2 share/doc/HTML/de/kcontrol/mouse/index.docbook share/doc/HTML/de/kcontrol/nepomuk/common share/doc/HTML/de/kcontrol/nepomuk/index.cache.bz2 share/doc/HTML/de/kcontrol/nepomuk/index.docbook share/doc/HTML/de/kcontrol/netpref/common share/doc/HTML/de/kcontrol/netpref/index.cache.bz2 share/doc/HTML/de/kcontrol/netpref/index.docbook share/doc/HTML/de/kcontrol/paths/common share/doc/HTML/de/kcontrol/paths/index.cache.bz2 share/doc/HTML/de/kcontrol/paths/index.docbook share/doc/HTML/de/kcontrol/paths/paths.png share/doc/HTML/de/kcontrol/performance/common share/doc/HTML/de/kcontrol/performance/index.cache.bz2 share/doc/HTML/de/kcontrol/performance/index.docbook share/doc/HTML/de/kcontrol/phonon/common share/doc/HTML/de/kcontrol/phonon/index.cache.bz2 share/doc/HTML/de/kcontrol/phonon/index.docbook share/doc/HTML/de/kcontrol/powerdevil/common share/doc/HTML/de/kcontrol/powerdevil/index.cache.bz2 share/doc/HTML/de/kcontrol/powerdevil/index.docbook share/doc/HTML/de/kcontrol/proxy/common share/doc/HTML/de/kcontrol/proxy/index.cache.bz2 share/doc/HTML/de/kcontrol/proxy/index.docbook share/doc/HTML/de/kcontrol/screensaver/common share/doc/HTML/de/kcontrol/screensaver/index.cache.bz2 share/doc/HTML/de/kcontrol/screensaver/index.docbook share/doc/HTML/de/kcontrol/smb/common share/doc/HTML/de/kcontrol/smb/index.cache.bz2 share/doc/HTML/de/kcontrol/smb/index.docbook share/doc/HTML/de/kcontrol/solid-actions/add-action.png share/doc/HTML/de/kcontrol/solid-actions/common share/doc/HTML/de/kcontrol/solid-actions/edit-action.png share/doc/HTML/de/kcontrol/solid-actions/index.cache.bz2 share/doc/HTML/de/kcontrol/solid-actions/index.docbook share/doc/HTML/de/kcontrol/solid-actions/main.png share/doc/HTML/de/kcontrol/solid-device-automounter/common share/doc/HTML/de/kcontrol/solid-device-automounter/index.cache.bz2 share/doc/HTML/de/kcontrol/solid-device-automounter/index.docbook share/doc/HTML/de/kcontrol/solid-hardware/common share/doc/HTML/de/kcontrol/solid-hardware/index.cache.bz2 share/doc/HTML/de/kcontrol/solid-hardware/index.docbook share/doc/HTML/de/kcontrol/spellchecking/common share/doc/HTML/de/kcontrol/spellchecking/index.cache.bz2 share/doc/HTML/de/kcontrol/spellchecking/index.docbook share/doc/HTML/de/kcontrol/splashscreen/common share/doc/HTML/de/kcontrol/splashscreen/get-new-theme.png share/doc/HTML/de/kcontrol/splashscreen/index.cache.bz2 share/doc/HTML/de/kcontrol/splashscreen/index.docbook share/doc/HTML/de/kcontrol/splashscreen/splash-main.png share/doc/HTML/de/kcontrol/trash/common share/doc/HTML/de/kcontrol/trash/index.cache.bz2 share/doc/HTML/de/kcontrol/trash/index.docbook share/doc/HTML/de/kcontrol/useragent/common share/doc/HTML/de/kcontrol/useragent/index.cache.bz2 share/doc/HTML/de/kcontrol/useragent/index.docbook share/doc/HTML/de/kcontrol/windowbehaviour/common share/doc/HTML/de/kcontrol/windowbehaviour/index.cache.bz2 share/doc/HTML/de/kcontrol/windowbehaviour/index.docbook share/doc/HTML/de/kcontrol/windowspecific/common share/doc/HTML/de/kcontrol/windowspecific/index.cache.bz2 share/doc/HTML/de/kcontrol/windowspecific/index.docbook share/doc/HTML/de/kcontrol/workspaceoptions/common share/doc/HTML/de/kcontrol/workspaceoptions/index.cache.bz2 share/doc/HTML/de/kcontrol/workspaceoptions/index.docbook share/doc/HTML/de/kcron/common share/doc/HTML/de/kcron/index.cache.bz2 share/doc/HTML/de/kcron/index.docbook share/doc/HTML/de/kcron/kcronstart.png share/doc/HTML/de/kcron/newtask.png share/doc/HTML/de/kcron/newvariable.png share/doc/HTML/de/kdebugdialog/common share/doc/HTML/de/kdebugdialog/index.cache.bz2 share/doc/HTML/de/kdebugdialog/index.docbook share/doc/HTML/de/kdepasswd/common share/doc/HTML/de/kdepasswd/index.cache.bz2 share/doc/HTML/de/kdepasswd/index.docbook share/doc/HTML/de/kdepasswd/password.png share/doc/HTML/de/kdesu/common share/doc/HTML/de/kdesu/index.cache.bz2 share/doc/HTML/de/kdesu/index.docbook share/doc/HTML/de/kdesu/man-kdesu.1.docbook share/doc/HTML/de/kdf/common share/doc/HTML/de/kdf/index.cache.bz2 share/doc/HTML/de/kdf/index.docbook share/doc/HTML/de/kdf/kdf.png share/doc/HTML/de/kdf/kdf_config.png share/doc/HTML/de/kdiamond/common share/doc/HTML/de/kdiamond/index.cache.bz2 share/doc/HTML/de/kdiamond/index.docbook share/doc/HTML/de/kdm/common share/doc/HTML/de/kdm/index.cache.bz2 share/doc/HTML/de/kdm/index.docbook share/doc/HTML/de/kdm/kdmrc-ref.docbook share/doc/HTML/de/kdm/theme-ref.docbook share/doc/HTML/de/kfilereplace/addstringsdialog_window.png share/doc/HTML/de/kfilereplace/common share/doc/HTML/de/kfilereplace/index.cache.bz2 share/doc/HTML/de/kfilereplace/index.docbook share/doc/HTML/de/kfilereplace/kfr_standalone_main_window_1.png share/doc/HTML/de/kfilereplace/optionsdialog_main_window_1.png share/doc/HTML/de/kfilereplace/optionsdialog_main_window_2.png share/doc/HTML/de/kfilereplace/projectdialog_main_window_1.png share/doc/HTML/de/kfilereplace/projectdialog_main_window_2.png share/doc/HTML/de/kfilereplace/report_example.png share/doc/HTML/de/kfilereplace/results_view.png share/doc/HTML/de/kfilereplace/strings_view.png share/doc/HTML/de/kfilereplace/toolbar.png share/doc/HTML/de/kfind/common share/doc/HTML/de/kfind/index.cache.bz2 share/doc/HTML/de/kfind/index.docbook share/doc/HTML/de/kfind/man-kfind.1.docbook share/doc/HTML/de/kfloppy/common share/doc/HTML/de/kfloppy/index.cache.bz2 share/doc/HTML/de/kfloppy/index.docbook share/doc/HTML/de/kfontview/common share/doc/HTML/de/kfontview/index.cache.bz2 share/doc/HTML/de/kfontview/index.docbook share/doc/HTML/de/kfontview/kfontview.png share/doc/HTML/de/kfourinline/common share/doc/HTML/de/kfourinline/index.cache.bz2 share/doc/HTML/de/kfourinline/index.docbook share/doc/HTML/de/kgeography/common share/doc/HTML/de/kgeography/first-start1.png share/doc/HTML/de/kgeography/first-start10.png share/doc/HTML/de/kgeography/first-start11.png share/doc/HTML/de/kgeography/first-start12.png share/doc/HTML/de/kgeography/first-start13.png share/doc/HTML/de/kgeography/first-start2.png share/doc/HTML/de/kgeography/first-start3.png share/doc/HTML/de/kgeography/first-start4.png share/doc/HTML/de/kgeography/first-start5.png share/doc/HTML/de/kgeography/first-start6.png share/doc/HTML/de/kgeography/first-start7.png share/doc/HTML/de/kgeography/first-start8.png share/doc/HTML/de/kgeography/first-start9.png share/doc/HTML/de/kgeography/index.cache.bz2 share/doc/HTML/de/kgeography/index.docbook share/doc/HTML/de/kgeography/kgeography.png share/doc/HTML/de/kgeography/zoom.png share/doc/HTML/de/kget/common share/doc/HTML/de/kget/index.cache.bz2 share/doc/HTML/de/kget/index.docbook share/doc/HTML/de/kget/kget_Advanced.png share/doc/HTML/de/kget/kget_Appearance.png share/doc/HTML/de/kget/kget_Network.png share/doc/HTML/de/kget/kget_Web_Interface.png share/doc/HTML/de/kget/kget_drop_target.png share/doc/HTML/de/kget/kget_groups.png share/doc/HTML/de/kget/kget_plugins.png share/doc/HTML/de/kget/kget_verification.png share/doc/HTML/de/kgoldrunner/common share/doc/HTML/de/kgoldrunner/editbar.png share/doc/HTML/de/kgoldrunner/index.cache.bz2 share/doc/HTML/de/kgoldrunner/index.docbook share/doc/HTML/de/kgoldrunner/select.png share/doc/HTML/de/kgoldrunner/tute008.png share/doc/HTML/de/kgpg/common share/doc/HTML/de/kgpg/editor.png share/doc/HTML/de/kgpg/index.cache.bz2 share/doc/HTML/de/kgpg/index.docbook share/doc/HTML/de/kgpg/keygen.png share/doc/HTML/de/kgpg/keymanage.png share/doc/HTML/de/kgpg/keyprop.png share/doc/HTML/de/kgpg/keys.png share/doc/HTML/de/kgpg/keyserver-search.png share/doc/HTML/de/kgpg/keyserver.png share/doc/HTML/de/kgpg/options.png share/doc/HTML/de/kgpg/select-secret-key.png share/doc/HTML/de/khangman/common share/doc/HTML/de/khangman/getnewstuff.png share/doc/HTML/de/khangman/index.cache.bz2 share/doc/HTML/de/khangman/index.docbook share/doc/HTML/de/khangman/khangman-desert.png share/doc/HTML/de/khangman/khangman-main.png share/doc/HTML/de/khangman/man-khangman.6.docbook share/doc/HTML/de/khangman/settings-general.png share/doc/HTML/de/khangman/settings-languages.png share/doc/HTML/de/khangman/settings-timers.png share/doc/HTML/de/khelpcenter/common share/doc/HTML/de/khelpcenter/documentationnotfound/common share/doc/HTML/de/khelpcenter/documentationnotfound/index.cache.bz2 share/doc/HTML/de/khelpcenter/documentationnotfound/index.docbook share/doc/HTML/de/khelpcenter/glossary/common share/doc/HTML/de/khelpcenter/glossary/index.cache.bz2 share/doc/HTML/de/khelpcenter/glossary/index.docbook share/doc/HTML/de/khelpcenter/glossary/kdeprintingglossary.docbook share/doc/HTML/de/khelpcenter/index.cache.bz2 share/doc/HTML/de/khelpcenter/index.docbook share/doc/HTML/de/kig/common share/doc/HTML/de/kig/constructed_a_point.png share/doc/HTML/de/kig/constructed_script_object.png share/doc/HTML/de/kig/constructing_a_circle.png share/doc/HTML/de/kig/constructing_a_circle_2.png share/doc/HTML/de/kig/edit_types_dialog.png share/doc/HTML/de/kig/index.cache.bz2 share/doc/HTML/de/kig/index.docbook share/doc/HTML/de/kig/macro_wizard.png share/doc/HTML/de/kig/macros_at_work.png share/doc/HTML/de/kig/man-kig.1.docbook share/doc/HTML/de/kig/script_wizard.png share/doc/HTML/de/kig/script_wizard_entering_code.png share/doc/HTML/de/kig/selecting_objects.png share/doc/HTML/de/kig/simple_locus_construction.png share/doc/HTML/de/kig/test_run_macro.png share/doc/HTML/de/kig/text_label_attaching.png share/doc/HTML/de/kig/text_label_wizard.png share/doc/HTML/de/kig/text_label_wizard__select_property.png share/doc/HTML/de/kigo/common share/doc/HTML/de/kigo/get-new-games.png share/doc/HTML/de/kigo/hint.png share/doc/HTML/de/kigo/index.cache.bz2 share/doc/HTML/de/kigo/index.docbook share/doc/HTML/de/kigo/play-game.png share/doc/HTML/de/kigo/setup-general.png share/doc/HTML/de/kigo/setup-theme.png share/doc/HTML/de/kigo/start-loaded-game.png share/doc/HTML/de/kigo/start-new-game.png share/doc/HTML/de/killbots/common share/doc/HTML/de/killbots/index.cache.bz2 share/doc/HTML/de/killbots/index.docbook share/doc/HTML/de/killbots/status.png share/doc/HTML/de/kimagemapeditor/common share/doc/HTML/de/kimagemapeditor/index.cache.bz2 share/doc/HTML/de/kimagemapeditor/index.docbook share/doc/HTML/de/kinfocenter/common share/doc/HTML/de/kinfocenter/index.cache.bz2 share/doc/HTML/de/kinfocenter/index.docbook share/doc/HTML/de/kinfocenter/kinfocenter.png share/doc/HTML/de/kioslave/audiocd/common share/doc/HTML/de/kioslave/audiocd/index.cache.bz2 share/doc/HTML/de/kioslave/audiocd/index.docbook share/doc/HTML/de/kioslave/bookmarks/common share/doc/HTML/de/kioslave/bookmarks/index.cache.bz2 share/doc/HTML/de/kioslave/bookmarks/index.docbook share/doc/HTML/de/kioslave/bzip2/common share/doc/HTML/de/kioslave/bzip2/index.cache.bz2 share/doc/HTML/de/kioslave/bzip2/index.docbook share/doc/HTML/de/kioslave/cgi/common share/doc/HTML/de/kioslave/cgi/index.cache.bz2 share/doc/HTML/de/kioslave/cgi/index.docbook share/doc/HTML/de/kioslave/data/common share/doc/HTML/de/kioslave/data/index.cache.bz2 share/doc/HTML/de/kioslave/data/index.docbook share/doc/HTML/de/kioslave/file/common share/doc/HTML/de/kioslave/file/index.cache.bz2 share/doc/HTML/de/kioslave/file/index.docbook share/doc/HTML/de/kioslave/finger/common share/doc/HTML/de/kioslave/finger/index.cache.bz2 share/doc/HTML/de/kioslave/finger/index.docbook share/doc/HTML/de/kioslave/fish/common share/doc/HTML/de/kioslave/fish/index.cache.bz2 share/doc/HTML/de/kioslave/fish/index.docbook share/doc/HTML/de/kioslave/floppy/common share/doc/HTML/de/kioslave/floppy/index.cache.bz2 share/doc/HTML/de/kioslave/floppy/index.docbook share/doc/HTML/de/kioslave/ftp/common share/doc/HTML/de/kioslave/ftp/index.cache.bz2 share/doc/HTML/de/kioslave/ftp/index.docbook share/doc/HTML/de/kioslave/gzip/common share/doc/HTML/de/kioslave/gzip/index.cache.bz2 share/doc/HTML/de/kioslave/gzip/index.docbook share/doc/HTML/de/kioslave/help/common share/doc/HTML/de/kioslave/help/index.cache.bz2 share/doc/HTML/de/kioslave/help/index.docbook share/doc/HTML/de/kioslave/http/common share/doc/HTML/de/kioslave/http/index.cache.bz2 share/doc/HTML/de/kioslave/http/index.docbook share/doc/HTML/de/kioslave/imap/common share/doc/HTML/de/kioslave/imap/index.cache.bz2 share/doc/HTML/de/kioslave/imap/index.docbook share/doc/HTML/de/kioslave/info/common share/doc/HTML/de/kioslave/info/index.cache.bz2 share/doc/HTML/de/kioslave/info/index.docbook share/doc/HTML/de/kioslave/ldap/common share/doc/HTML/de/kioslave/ldap/index.cache.bz2 share/doc/HTML/de/kioslave/ldap/index.docbook share/doc/HTML/de/kioslave/mailto/common share/doc/HTML/de/kioslave/mailto/index.cache.bz2 share/doc/HTML/de/kioslave/mailto/index.docbook share/doc/HTML/de/kioslave/man/common share/doc/HTML/de/kioslave/man/index.cache.bz2 share/doc/HTML/de/kioslave/man/index.docbook share/doc/HTML/de/kioslave/mbox/common share/doc/HTML/de/kioslave/mbox/index.cache.bz2 share/doc/HTML/de/kioslave/mbox/index.docbook share/doc/HTML/de/kioslave/nepomuksearch/common share/doc/HTML/de/kioslave/nepomuksearch/index.cache.bz2 share/doc/HTML/de/kioslave/nepomuksearch/index.docbook share/doc/HTML/de/kioslave/network/common share/doc/HTML/de/kioslave/network/index.cache.bz2 share/doc/HTML/de/kioslave/network/index.docbook share/doc/HTML/de/kioslave/news/common share/doc/HTML/de/kioslave/news/index.cache.bz2 share/doc/HTML/de/kioslave/news/index.docbook share/doc/HTML/de/kioslave/nfs/common share/doc/HTML/de/kioslave/nfs/index.cache.bz2 share/doc/HTML/de/kioslave/nfs/index.docbook share/doc/HTML/de/kioslave/nntp/common share/doc/HTML/de/kioslave/nntp/index.cache.bz2 share/doc/HTML/de/kioslave/nntp/index.docbook share/doc/HTML/de/kioslave/pop3/common share/doc/HTML/de/kioslave/pop3/index.cache.bz2 share/doc/HTML/de/kioslave/pop3/index.docbook share/doc/HTML/de/kioslave/rlogin/common share/doc/HTML/de/kioslave/rlogin/index.cache.bz2 share/doc/HTML/de/kioslave/rlogin/index.docbook share/doc/HTML/de/kioslave/sftp/common share/doc/HTML/de/kioslave/sftp/index.cache.bz2 share/doc/HTML/de/kioslave/sftp/index.docbook share/doc/HTML/de/kioslave/sieve/common share/doc/HTML/de/kioslave/sieve/index.cache.bz2 share/doc/HTML/de/kioslave/sieve/index.docbook share/doc/HTML/de/kioslave/smb/common share/doc/HTML/de/kioslave/smb/index.cache.bz2 share/doc/HTML/de/kioslave/smb/index.docbook share/doc/HTML/de/kioslave/smtp/common share/doc/HTML/de/kioslave/smtp/index.cache.bz2 share/doc/HTML/de/kioslave/smtp/index.docbook share/doc/HTML/de/kioslave/tar/common share/doc/HTML/de/kioslave/tar/index.cache.bz2 share/doc/HTML/de/kioslave/tar/index.docbook share/doc/HTML/de/kioslave/telnet/common share/doc/HTML/de/kioslave/telnet/index.cache.bz2 share/doc/HTML/de/kioslave/telnet/index.docbook share/doc/HTML/de/kioslave/thumbnail/common share/doc/HTML/de/kioslave/thumbnail/index.cache.bz2 share/doc/HTML/de/kioslave/thumbnail/index.docbook share/doc/HTML/de/kioslave/webdav/common share/doc/HTML/de/kioslave/webdav/index.cache.bz2 share/doc/HTML/de/kioslave/webdav/index.docbook share/doc/HTML/de/kioslave/xz/common share/doc/HTML/de/kioslave/xz/index.cache.bz2 share/doc/HTML/de/kioslave/xz/index.docbook share/doc/HTML/de/kiriki/common share/doc/HTML/de/kiriki/index.cache.bz2 share/doc/HTML/de/kiriki/index.docbook share/doc/HTML/de/kiten/common share/doc/HTML/de/kiten/index.cache.bz2 share/doc/HTML/de/kiten/index.docbook share/doc/HTML/de/kiten/kiten1.png share/doc/HTML/de/kiten/kiten2.png share/doc/HTML/de/kjots/common share/doc/HTML/de/kjots/index.cache.bz2 share/doc/HTML/de/kjots/index.docbook share/doc/HTML/de/kjumpingcube/common share/doc/HTML/de/kjumpingcube/index.cache.bz2 share/doc/HTML/de/kjumpingcube/index.docbook share/doc/HTML/de/kleopatra/common share/doc/HTML/de/kleopatra/index.cache.bz2 share/doc/HTML/de/kleopatra/index.docbook share/doc/HTML/de/klettres/common share/doc/HTML/de/klettres/index.cache.bz2 share/doc/HTML/de/klettres/index.docbook share/doc/HTML/de/klettres/klettres-newstuff.png share/doc/HTML/de/klettres/klettres-newstuff1.png share/doc/HTML/de/klettres/klettres-newstuff2.png share/doc/HTML/de/klettres/klettres1.png share/doc/HTML/de/klettres/klettres2.png share/doc/HTML/de/klettres/klettres3.png share/doc/HTML/de/klettres/klettres4.png share/doc/HTML/de/klettres/klettres5.png share/doc/HTML/de/klettres/klettres6.png share/doc/HTML/de/klickety/common share/doc/HTML/de/klickety/index.cache.bz2 share/doc/HTML/de/klickety/index.docbook share/doc/HTML/de/klines/common share/doc/HTML/de/klines/gamescreen.png share/doc/HTML/de/klines/index.cache.bz2 share/doc/HTML/de/klines/index.docbook share/doc/HTML/de/klinkstatus/check-settings.png share/doc/HTML/de/klinkstatus/common share/doc/HTML/de/klinkstatus/identification-settings.png share/doc/HTML/de/klinkstatus/index.cache.bz2 share/doc/HTML/de/klinkstatus/index.docbook share/doc/HTML/de/klinkstatus/login-dialog.png share/doc/HTML/de/klinkstatus/mail-transport-settings.png share/doc/HTML/de/klinkstatus/results-settings.png share/doc/HTML/de/klinkstatus/screenshot.png share/doc/HTML/de/klipper/common share/doc/HTML/de/klipper/index.cache.bz2 share/doc/HTML/de/klipper/index.docbook share/doc/HTML/de/kmag/common share/doc/HTML/de/kmag/index.cache.bz2 share/doc/HTML/de/kmag/index.docbook share/doc/HTML/de/kmag/man-kmag.1.docbook share/doc/HTML/de/kmag/screenshot.png share/doc/HTML/de/kmahjongg/common share/doc/HTML/de/kmahjongg/config.png share/doc/HTML/de/kmahjongg/config_background.png share/doc/HTML/de/kmahjongg/config_layout.png share/doc/HTML/de/kmahjongg/config_tiles.png share/doc/HTML/de/kmahjongg/gamescreen.png share/doc/HTML/de/kmahjongg/highscore.png share/doc/HTML/de/kmahjongg/index.cache.bz2 share/doc/HTML/de/kmahjongg/index.docbook share/doc/HTML/de/kmahjongg/numbered.png share/doc/HTML/de/kmahjongg/shortcuts.png share/doc/HTML/de/kmail/common share/doc/HTML/de/kmail/configure.docbook share/doc/HTML/de/kmail/credits-and-licenses.docbook share/doc/HTML/de/kmail/faq.docbook share/doc/HTML/de/kmail/getting-started.docbook share/doc/HTML/de/kmail/importing.docbook share/doc/HTML/de/kmail/index.cache.bz2 share/doc/HTML/de/kmail/index.docbook share/doc/HTML/de/kmail/intro.docbook share/doc/HTML/de/kmail/menus.docbook share/doc/HTML/de/kmail/troubleshooting.docbook share/doc/HTML/de/kmail/using-kmail.docbook share/doc/HTML/de/kmenuedit/common share/doc/HTML/de/kmenuedit/done.png share/doc/HTML/de/kmenuedit/index.cache.bz2 share/doc/HTML/de/kmenuedit/index.docbook share/doc/HTML/de/kmenuedit/itemname.png share/doc/HTML/de/kmenuedit/new.png share/doc/HTML/de/kmenuedit/selecticon.png share/doc/HTML/de/kmenuedit/selectinternet.png share/doc/HTML/de/kmines/common share/doc/HTML/de/kmines/index.cache.bz2 share/doc/HTML/de/kmines/index.docbook share/doc/HTML/de/kmix/common share/doc/HTML/de/kmix/index.cache.bz2 share/doc/HTML/de/kmix/index.docbook share/doc/HTML/de/kmix/kmix-channels.png share/doc/HTML/de/kmix/kmix-configure.png share/doc/HTML/de/kmix/kmix-file.png share/doc/HTML/de/kmix/kmix-master.png share/doc/HTML/de/kmix/kmix-options.png share/doc/HTML/de/kmix/kmix.png share/doc/HTML/de/kmousetool/common share/doc/HTML/de/kmousetool/index.cache.bz2 share/doc/HTML/de/kmousetool/index.docbook share/doc/HTML/de/kmousetool/man-kmousetool.1.docbook share/doc/HTML/de/kmouth/common share/doc/HTML/de/kmouth/index.cache.bz2 share/doc/HTML/de/kmouth/index.docbook share/doc/HTML/de/kmouth/kmouthcpref.png share/doc/HTML/de/kmouth/kmouthctts.png share/doc/HTML/de/kmouth/kmouthcwcp.png share/doc/HTML/de/kmouth/kmouthedit.png share/doc/HTML/de/kmouth/kmouthmain.png share/doc/HTML/de/kmouth/kmouthwizard1.png share/doc/HTML/de/kmouth/kmouthwizard2.png share/doc/HTML/de/kmouth/kmouthwizard3.png share/doc/HTML/de/kmouth/man-kmouth.1.docbook share/doc/HTML/de/kmplot/commands.docbook share/doc/HTML/de/kmplot/common share/doc/HTML/de/kmplot/configuration.docbook share/doc/HTML/de/kmplot/credits.docbook share/doc/HTML/de/kmplot/dcop.docbook share/doc/HTML/de/kmplot/developer.docbook share/doc/HTML/de/kmplot/firststeps.docbook share/doc/HTML/de/kmplot/index.cache.bz2 share/doc/HTML/de/kmplot/index.docbook share/doc/HTML/de/kmplot/install.docbook share/doc/HTML/de/kmplot/introduction.docbook share/doc/HTML/de/kmplot/main.png share/doc/HTML/de/kmplot/man-kmplot.1.docbook share/doc/HTML/de/kmplot/popup.png share/doc/HTML/de/kmplot/reference.docbook share/doc/HTML/de/kmplot/settings-colors.png share/doc/HTML/de/kmplot/settings-constants.png share/doc/HTML/de/kmplot/settings-coords.png share/doc/HTML/de/kmplot/settings-diagram.png share/doc/HTML/de/kmplot/settings-fonts.png share/doc/HTML/de/kmplot/settings-general.png share/doc/HTML/de/kmplot/using.docbook share/doc/HTML/de/knetattach/common share/doc/HTML/de/knetattach/index.cache.bz2 share/doc/HTML/de/knetattach/index.docbook share/doc/HTML/de/knetattach/screenshot.png share/doc/HTML/de/knetattach/screenshot1.png share/doc/HTML/de/knetattach/screenshot2.png share/doc/HTML/de/knetattach/screenshot3.png share/doc/HTML/de/knetwalk/common share/doc/HTML/de/knetwalk/index.cache.bz2 share/doc/HTML/de/knetwalk/index.docbook share/doc/HTML/de/knode/commands.docbook share/doc/HTML/de/knode/common share/doc/HTML/de/knode/credits.docbook share/doc/HTML/de/knode/faq.docbook share/doc/HTML/de/knode/gloss.docbook share/doc/HTML/de/knode/index.cache.bz2 share/doc/HTML/de/knode/index.docbook share/doc/HTML/de/knode/install.docbook share/doc/HTML/de/knode/introduction.docbook share/doc/HTML/de/knode/journey.docbook share/doc/HTML/de/knode/knode-cleanup.png share/doc/HTML/de/knode/knode-colors-fonts.png share/doc/HTML/de/knode/knode-composer-attachments.png share/doc/HTML/de/knode/knode-composer-settings.png share/doc/HTML/de/knode/knode-edit-filter.png share/doc/HTML/de/knode/knode-edit-header1.png share/doc/HTML/de/knode/knode-edit-header2.png share/doc/HTML/de/knode/knode-filters.png share/doc/HTML/de/knode/knode-followup.png share/doc/HTML/de/knode/knode-header-settings.png share/doc/HTML/de/knode/knode-identity.png share/doc/HTML/de/knode/knode-mail-account.png share/doc/HTML/de/knode/knode-new-article.png share/doc/HTML/de/knode/knode-news-account.png share/doc/HTML/de/knode/knode-post-settings.png share/doc/HTML/de/knode/knode-read-news-settings.png share/doc/HTML/de/knode/knode-reply.png share/doc/HTML/de/knode/knode-rule-editor.png share/doc/HTML/de/knode/knode-search.png share/doc/HTML/de/knode/knode-start.png share/doc/HTML/de/knode/knode-subscribe.png share/doc/HTML/de/knode/knode-views.png share/doc/HTML/de/knode/more.docbook share/doc/HTML/de/knode/using-firststart.docbook share/doc/HTML/de/knode/using-morefeatures.docbook share/doc/HTML/de/knode/using-subscribing.docbook share/doc/HTML/de/knotes/common share/doc/HTML/de/knotes/index.cache.bz2 share/doc/HTML/de/knotes/index.docbook share/doc/HTML/de/kolf/common share/doc/HTML/de/kolf/index.cache.bz2 share/doc/HTML/de/kolf/index.docbook share/doc/HTML/de/kollision/common share/doc/HTML/de/kollision/index.cache.bz2 share/doc/HTML/de/kollision/index.docbook share/doc/HTML/de/kolourpaint/KolourPaint.png share/doc/HTML/de/kolourpaint/common share/doc/HTML/de/kolourpaint/image_balance.png share/doc/HTML/de/kolourpaint/image_emboss.png share/doc/HTML/de/kolourpaint/image_flatten.png share/doc/HTML/de/kolourpaint/image_flip.png share/doc/HTML/de/kolourpaint/image_invert.png share/doc/HTML/de/kolourpaint/image_reduce_colors.png share/doc/HTML/de/kolourpaint/image_resize_scale.png share/doc/HTML/de/kolourpaint/image_rotate.png share/doc/HTML/de/kolourpaint/image_skew.png share/doc/HTML/de/kolourpaint/image_soften_sharpen.png share/doc/HTML/de/kolourpaint/index.cache.bz2 share/doc/HTML/de/kolourpaint/index.docbook share/doc/HTML/de/kommander/basics.docbook share/doc/HTML/de/kommander/commands.docbook share/doc/HTML/de/kommander/common share/doc/HTML/de/kommander/credits.docbook share/doc/HTML/de/kommander/dcop.docbook share/doc/HTML/de/kommander/editor.docbook share/doc/HTML/de/kommander/extending.docbook share/doc/HTML/de/kommander/glossary.docbook share/doc/HTML/de/kommander/index.cache.bz2 share/doc/HTML/de/kommander/index.docbook share/doc/HTML/de/kommander/installation.docbook share/doc/HTML/de/kommander/introduction.docbook share/doc/HTML/de/kommander/q-and-a.docbook share/doc/HTML/de/kommander/specials.docbook share/doc/HTML/de/kommander/tutorials.docbook share/doc/HTML/de/kommander/widgets.docbook share/doc/HTML/de/kompare/common share/doc/HTML/de/kompare/index.cache.bz2 share/doc/HTML/de/kompare/index.docbook share/doc/HTML/de/konqueror/basics.docbook share/doc/HTML/de/konqueror/bookmarks.docbook share/doc/HTML/de/konqueror/browser.docbook share/doc/HTML/de/konqueror/cmndline.png share/doc/HTML/de/konqueror/commands.docbook share/doc/HTML/de/konqueror/common share/doc/HTML/de/konqueror/config.docbook share/doc/HTML/de/konqueror/credits.docbook share/doc/HTML/de/konqueror/dirtree.png share/doc/HTML/de/konqueror/dragdrop.png share/doc/HTML/de/konqueror/faq.docbook share/doc/HTML/de/konqueror/filemanager.docbook share/doc/HTML/de/konqueror/folders.png share/doc/HTML/de/konqueror/index.cache.bz2 share/doc/HTML/de/konqueror/index.docbook share/doc/HTML/de/konqueror/introduction.docbook share/doc/HTML/de/konqueror/konqorg.png share/doc/HTML/de/konqueror/look.png share/doc/HTML/de/konqueror/man-kbookmarkmerger.1.docbook share/doc/HTML/de/konqueror/parts.png share/doc/HTML/de/konqueror/path-complete.docbook share/doc/HTML/de/konqueror/plugins.docbook share/doc/HTML/de/konqueror/save-settings.docbook share/doc/HTML/de/konqueror/shortcut1.png share/doc/HTML/de/konqueror/shortcut2.png share/doc/HTML/de/konqueror/sidebar.docbook share/doc/HTML/de/konqueror/thumbnails.png share/doc/HTML/de/konqueror/view-extensions.docbook share/doc/HTML/de/konquest/common share/doc/HTML/de/konquest/index.cache.bz2 share/doc/HTML/de/konquest/index.docbook share/doc/HTML/de/konsole/common share/doc/HTML/de/konsole/index.cache.bz2 share/doc/HTML/de/konsole/index.docbook share/doc/HTML/de/konsolekalendar/common share/doc/HTML/de/konsolekalendar/index.cache.bz2 share/doc/HTML/de/konsolekalendar/index.docbook share/doc/HTML/de/kontact-admin/common share/doc/HTML/de/kontact-admin/index.cache.bz2 share/doc/HTML/de/kontact-admin/index.docbook share/doc/HTML/de/kontact/calendar-sidebar-icon.png share/doc/HTML/de/kontact/common share/doc/HTML/de/kontact/configuration-main.png share/doc/HTML/de/kontact/configuration-shortcuts.png share/doc/HTML/de/kontact/configuration-starting-component.png share/doc/HTML/de/kontact/index.cache.bz2 share/doc/HTML/de/kontact/index.docbook share/doc/HTML/de/kontact/kaddressbook-sidebar-icon.png share/doc/HTML/de/kontact/main-view.png share/doc/HTML/de/kontact/menu-bar-kmail.png share/doc/HTML/de/kontact/menu-bar-kontact.png share/doc/HTML/de/kontact/menu-bar-korganizer.png share/doc/HTML/de/kontact/menu-bar-summary.png share/doc/HTML/de/kontact/navigator-bar-kontact.png share/doc/HTML/de/kontact/new-menu.png share/doc/HTML/de/kontact/settings-menu-kmail.png share/doc/HTML/de/kontact/side-pane.png share/doc/HTML/de/kontact/summary-selection.png share/doc/HTML/de/kontact/summary-view-calendar.png share/doc/HTML/de/kontact/summary-view-mail.png share/doc/HTML/de/kontact/summary-view-notes.png share/doc/HTML/de/kontact/summary-view-repositioning.png share/doc/HTML/de/kontact/summary-view-special-dates.png share/doc/HTML/de/kontact/summary-view-todos.png share/doc/HTML/de/kontact/summary-view.png share/doc/HTML/de/kontact/todo-list-sidebar-icon.png share/doc/HTML/de/kopete/chatstyle.docbook share/doc/HTML/de/kopete/common share/doc/HTML/de/kopete/icq.docbook share/doc/HTML/de/kopete/index.cache.bz2 share/doc/HTML/de/kopete/index.docbook share/doc/HTML/de/kopete/jabber.docbook share/doc/HTML/de/kopete/menus.docbook share/doc/HTML/de/kopete/pipes.docbook share/doc/HTML/de/korganizer/common share/doc/HTML/de/korganizer/event-attachments.png share/doc/HTML/de/korganizer/event-attendees.png share/doc/HTML/de/korganizer/event-general.png share/doc/HTML/de/korganizer/event-recurrence.png share/doc/HTML/de/korganizer/index.cache.bz2 share/doc/HTML/de/korganizer/index.docbook share/doc/HTML/de/korganizer/remotefile-resource.png share/doc/HTML/de/korganizer/todo-general.png share/doc/HTML/de/kpat/common share/doc/HTML/de/kpat/index.cache.bz2 share/doc/HTML/de/kpat/index.docbook share/doc/HTML/de/kpat/man-kpat.6.docbook share/doc/HTML/de/kppp/accounting.docbook share/doc/HTML/de/kppp/callback.docbook share/doc/HTML/de/kppp/chap.docbook share/doc/HTML/de/kppp/common share/doc/HTML/de/kppp/dialog-setup.docbook share/doc/HTML/de/kppp/getting-online.docbook share/doc/HTML/de/kppp/global-settings.docbook share/doc/HTML/de/kppp/hayes.docbook share/doc/HTML/de/kppp/index.cache.bz2 share/doc/HTML/de/kppp/index.docbook share/doc/HTML/de/kppp/kppp-faq.docbook share/doc/HTML/de/kppp/security.docbook share/doc/HTML/de/kppp/tricks.docbook share/doc/HTML/de/kppp/wizard.docbook share/doc/HTML/de/krdc/address_input.png share/doc/HTML/de/krdc/bookmarks_menu.png share/doc/HTML/de/krdc/common share/doc/HTML/de/krdc/general_preferences.png share/doc/HTML/de/krdc/index.cache.bz2 share/doc/HTML/de/krdc/index.docbook share/doc/HTML/de/krdc/krdc_mainwindow.png share/doc/HTML/de/krdc/password_entry.png share/doc/HTML/de/krdc/rdp_preferences.png share/doc/HTML/de/krdc/vnc_host_configuration.png share/doc/HTML/de/krdc/vnc_preferences.png share/doc/HTML/de/kreversi/common share/doc/HTML/de/kreversi/index.cache.bz2 share/doc/HTML/de/kreversi/index.docbook share/doc/HTML/de/kreversi/kreversi1.png share/doc/HTML/de/krfb/common share/doc/HTML/de/krfb/configuration_network.png share/doc/HTML/de/krfb/configuration_security.png share/doc/HTML/de/krfb/connection.png share/doc/HTML/de/krfb/email_invitation.png share/doc/HTML/de/krfb/index.cache.bz2 share/doc/HTML/de/krfb/index.docbook share/doc/HTML/de/krfb/personal_invitation.png share/doc/HTML/de/krfb/screenshot.png share/doc/HTML/de/kruler/common share/doc/HTML/de/kruler/index.cache.bz2 share/doc/HTML/de/kruler/index.docbook share/doc/HTML/de/kshisen/common share/doc/HTML/de/kshisen/index.cache.bz2 share/doc/HTML/de/kshisen/index.docbook share/doc/HTML/de/kshisen/kshisen-configuration.png share/doc/HTML/de/ksirk/common share/doc/HTML/de/ksirk/index.cache.bz2 share/doc/HTML/de/ksirk/index.docbook share/doc/HTML/de/ksirkskineditor/common share/doc/HTML/de/ksirkskineditor/index.cache.bz2 share/doc/HTML/de/ksirkskineditor/index.docbook share/doc/HTML/de/ksnapshot/common share/doc/HTML/de/ksnapshot/index.cache.bz2 share/doc/HTML/de/ksnapshot/index.docbook share/doc/HTML/de/ksnapshot/preview.png share/doc/HTML/de/ksnapshot/window.png share/doc/HTML/de/kspaceduel/common share/doc/HTML/de/kspaceduel/index.cache.bz2 share/doc/HTML/de/kspaceduel/index.docbook share/doc/HTML/de/kspaceduel/kspaceduel3.png share/doc/HTML/de/ksquares/common share/doc/HTML/de/ksquares/index.cache.bz2 share/doc/HTML/de/ksquares/index.docbook share/doc/HTML/de/kstars/aavso.png share/doc/HTML/de/kstars/ai-contents.docbook share/doc/HTML/de/kstars/altvstime.docbook share/doc/HTML/de/kstars/altvstime.png share/doc/HTML/de/kstars/astroinfo.docbook share/doc/HTML/de/kstars/blackbody.docbook share/doc/HTML/de/kstars/blackbody.png share/doc/HTML/de/kstars/calc-angdist.docbook share/doc/HTML/de/kstars/calc-angdist.png share/doc/HTML/de/kstars/calc-apcoords.docbook share/doc/HTML/de/kstars/calc-apcoords.png share/doc/HTML/de/kstars/calc-dayduration.docbook share/doc/HTML/de/kstars/calc-daylength.png share/doc/HTML/de/kstars/calc-ecliptic.docbook share/doc/HTML/de/kstars/calc-ecliptic.png share/doc/HTML/de/kstars/calc-eqgal.docbook share/doc/HTML/de/kstars/calc-eqgal.png share/doc/HTML/de/kstars/calc-equinox.docbook share/doc/HTML/de/kstars/calc-equinox.png share/doc/HTML/de/kstars/calc-geodetic.docbook share/doc/HTML/de/kstars/calc-geodetic.png share/doc/HTML/de/kstars/calc-horizontal.docbook share/doc/HTML/de/kstars/calc-horizontal.png share/doc/HTML/de/kstars/calc-julian.png share/doc/HTML/de/kstars/calc-julianday.docbook share/doc/HTML/de/kstars/calc-planetcoords.docbook share/doc/HTML/de/kstars/calc-planetcoords.png share/doc/HTML/de/kstars/calc-sidereal.docbook share/doc/HTML/de/kstars/calc-sidereal.png share/doc/HTML/de/kstars/calculator.docbook share/doc/HTML/de/kstars/cequator.docbook share/doc/HTML/de/kstars/color_indices.png share/doc/HTML/de/kstars/colorandtemp.docbook share/doc/HTML/de/kstars/commands.docbook share/doc/HTML/de/kstars/common share/doc/HTML/de/kstars/config.docbook share/doc/HTML/de/kstars/cosmicdist.docbook share/doc/HTML/de/kstars/cpoles.docbook share/doc/HTML/de/kstars/credits.docbook share/doc/HTML/de/kstars/csphere.docbook share/doc/HTML/de/kstars/darkmatter.docbook share/doc/HTML/de/kstars/detaildialog.png share/doc/HTML/de/kstars/details.docbook share/doc/HTML/de/kstars/devicemanager.png share/doc/HTML/de/kstars/dumpmode.docbook share/doc/HTML/de/kstars/ecliptic.docbook share/doc/HTML/de/kstars/ellipticalgalaxies.docbook share/doc/HTML/de/kstars/epoch.docbook share/doc/HTML/de/kstars/equinox.docbook share/doc/HTML/de/kstars/faq.docbook share/doc/HTML/de/kstars/find.png share/doc/HTML/de/kstars/fitsviewer.docbook share/doc/HTML/de/kstars/flux.docbook share/doc/HTML/de/kstars/fovdialog.png share/doc/HTML/de/kstars/geocoords.docbook share/doc/HTML/de/kstars/geolocator.png share/doc/HTML/de/kstars/greatcircle.docbook share/doc/HTML/de/kstars/horizon.docbook share/doc/HTML/de/kstars/hourangle.docbook share/doc/HTML/de/kstars/index.cache.bz2 share/doc/HTML/de/kstars/index.docbook share/doc/HTML/de/kstars/indi.docbook share/doc/HTML/de/kstars/indiclient.png share/doc/HTML/de/kstars/indicontrolpanel.png share/doc/HTML/de/kstars/install.docbook share/doc/HTML/de/kstars/jmoons.docbook share/doc/HTML/de/kstars/jmoons.png share/doc/HTML/de/kstars/julianday.docbook share/doc/HTML/de/kstars/leapyear.docbook share/doc/HTML/de/kstars/lightcurves.docbook share/doc/HTML/de/kstars/luminosity.docbook share/doc/HTML/de/kstars/magnitude.docbook share/doc/HTML/de/kstars/meridian.docbook share/doc/HTML/de/kstars/newfov.png share/doc/HTML/de/kstars/obsplanner.docbook share/doc/HTML/de/kstars/parallax.docbook share/doc/HTML/de/kstars/popup.png share/doc/HTML/de/kstars/precession.docbook share/doc/HTML/de/kstars/quicktour.docbook share/doc/HTML/de/kstars/retrograde.docbook share/doc/HTML/de/kstars/screen1.png share/doc/HTML/de/kstars/scriptbuilder.docbook share/doc/HTML/de/kstars/scriptbuilder.png share/doc/HTML/de/kstars/sidereal.docbook share/doc/HTML/de/kstars/skycoords.docbook share/doc/HTML/de/kstars/skymapdevice.png share/doc/HTML/de/kstars/solarsys.docbook share/doc/HTML/de/kstars/solarsystem.png share/doc/HTML/de/kstars/spiralgalaxies.docbook share/doc/HTML/de/kstars/star_colors.png share/doc/HTML/de/kstars/stars.docbook share/doc/HTML/de/kstars/telescopes.docbook share/doc/HTML/de/kstars/timezones.docbook share/doc/HTML/de/kstars/tools.docbook share/doc/HTML/de/kstars/utime.docbook share/doc/HTML/de/kstars/viewops.png share/doc/HTML/de/kstars/wut.docbook share/doc/HTML/de/kstars/wut.png share/doc/HTML/de/kstars/zenith.docbook share/doc/HTML/de/ksudoku/common share/doc/HTML/de/ksudoku/index.cache.bz2 share/doc/HTML/de/ksudoku/index.docbook share/doc/HTML/de/ksysguard/common share/doc/HTML/de/ksysguard/index.cache.bz2 share/doc/HTML/de/ksysguard/index.docbook share/doc/HTML/de/ksystemlog/common share/doc/HTML/de/ksystemlog/filter-process.png share/doc/HTML/de/ksystemlog/first-opening.png share/doc/HTML/de/ksystemlog/index.cache.bz2 share/doc/HTML/de/ksystemlog/index.docbook share/doc/HTML/de/ksystemlog/main-screen.png share/doc/HTML/de/kteatime/common share/doc/HTML/de/kteatime/config.png share/doc/HTML/de/kteatime/index.cache.bz2 share/doc/HTML/de/kteatime/index.docbook share/doc/HTML/de/ktimer/common share/doc/HTML/de/ktimer/first.png share/doc/HTML/de/ktimer/index.cache.bz2 share/doc/HTML/de/ktimer/index.docbook share/doc/HTML/de/ktimer/main.png share/doc/HTML/de/ktimer/running.png share/doc/HTML/de/ktimer/two_at_once.png share/doc/HTML/de/ktimetracker/common share/doc/HTML/de/ktimetracker/csvexport.png share/doc/HTML/de/ktimetracker/index.cache.bz2 share/doc/HTML/de/ktimetracker/index.docbook share/doc/HTML/de/ktimetracker/ktimetracker.png share/doc/HTML/de/ktnef/common share/doc/HTML/de/ktnef/index.cache.bz2 share/doc/HTML/de/ktnef/index.docbook share/doc/HTML/de/ktouch/common share/doc/HTML/de/ktouch/index.cache.bz2 share/doc/HTML/de/ktouch/index.docbook share/doc/HTML/de/ktouch/man-ktouch.1.docbook share/doc/HTML/de/ktron/common share/doc/HTML/de/ktron/index.cache.bz2 share/doc/HTML/de/ktron/index.docbook share/doc/HTML/de/ktron/settings-general.png share/doc/HTML/de/ktron/settings-theme.png share/doc/HTML/de/ktuberling/button-new.png share/doc/HTML/de/ktuberling/button-open.png share/doc/HTML/de/ktuberling/button-print.png share/doc/HTML/de/ktuberling/button-redo.png share/doc/HTML/de/ktuberling/button-save.png share/doc/HTML/de/ktuberling/button-undo.png share/doc/HTML/de/ktuberling/common share/doc/HTML/de/ktuberling/index.cache.bz2 share/doc/HTML/de/ktuberling/index.docbook share/doc/HTML/de/ktuberling/menu-edit.png share/doc/HTML/de/ktuberling/menu-game.png share/doc/HTML/de/ktuberling/menu-help.png share/doc/HTML/de/ktuberling/menu-settings.png share/doc/HTML/de/ktuberling/technical-reference.docbook share/doc/HTML/de/ktuberling/toolbar.png share/doc/HTML/de/kturtle/common share/doc/HTML/de/kturtle/getting-started.docbook share/doc/HTML/de/kturtle/glossary.docbook share/doc/HTML/de/kturtle/index.cache.bz2 share/doc/HTML/de/kturtle/index.docbook share/doc/HTML/de/kturtle/mainwindow.png share/doc/HTML/de/kturtle/mainwindow_flower_nrs.png share/doc/HTML/de/kturtle/programming-reference.docbook share/doc/HTML/de/kturtle/translator-guide.docbook share/doc/HTML/de/kturtle/using-kturtle.docbook share/doc/HTML/de/kubrick/common share/doc/HTML/de/kubrick/index.cache.bz2 share/doc/HTML/de/kubrick/index.docbook share/doc/HTML/de/kuser/common share/doc/HTML/de/kuser/index.cache.bz2 share/doc/HTML/de/kuser/index.docbook share/doc/HTML/de/kuser/kuser.png share/doc/HTML/de/kwallet/common share/doc/HTML/de/kwallet/edit1.png share/doc/HTML/de/kwallet/edit2.png share/doc/HTML/de/kwallet/first-open-request.png share/doc/HTML/de/kwallet/index.cache.bz2 share/doc/HTML/de/kwallet/index.docbook share/doc/HTML/de/kwallet/kwalletmanager.png share/doc/HTML/de/kwallet/openwallet-request.png share/doc/HTML/de/kwallet/save-login-information.png share/doc/HTML/de/kwatchgnupg/common share/doc/HTML/de/kwatchgnupg/index.cache.bz2 share/doc/HTML/de/kwatchgnupg/index.docbook share/doc/HTML/de/kwordquiz/common share/doc/HTML/de/kwordquiz/index.cache.bz2 share/doc/HTML/de/kwordquiz/index.docbook share/doc/HTML/de/kwordquiz/kwq-dlg-characters.png share/doc/HTML/de/kwordquiz/kwq-dlg-configure-appearance.png share/doc/HTML/de/kwordquiz/kwq-dlg-configure-characters.png share/doc/HTML/de/kwordquiz/kwq-dlg-configure-editor.png share/doc/HTML/de/kwordquiz/kwq-dlg-configure-general.png share/doc/HTML/de/kwordquiz/kwq-dlg-configure-quiz.png share/doc/HTML/de/kwordquiz/kwq-dlg-languages.png share/doc/HTML/de/kwordquiz/kwq-dlg-print-exam.png share/doc/HTML/de/kwordquiz/kwq-dlg-print-flashcard.png share/doc/HTML/de/kwordquiz/kwq-dlg-print-list.png share/doc/HTML/de/kwordquiz/kwq-dlg-print-type.png share/doc/HTML/de/kwordquiz/kwq-dlg-rowscolumns.png share/doc/HTML/de/kwordquiz/kwq-editor.png share/doc/HTML/de/kwordquiz/kwq-flashcard.png share/doc/HTML/de/kwordquiz/kwq-multiple.png share/doc/HTML/de/kwordquiz/kwq-qanda.png share/doc/HTML/de/kwrite/common share/doc/HTML/de/kwrite/configuring.docbook share/doc/HTML/de/kwrite/fundamentals.docbook share/doc/HTML/de/kwrite/index.cache.bz2 share/doc/HTML/de/kwrite/index.docbook share/doc/HTML/de/kwrite/menus.docbook share/doc/HTML/de/lokalize/common share/doc/HTML/de/lokalize/index.cache.bz2 share/doc/HTML/de/lokalize/index.docbook share/doc/HTML/de/lskat/common share/doc/HTML/de/lskat/index.cache.bz2 share/doc/HTML/de/lskat/index.docbook share/doc/HTML/de/marble/common share/doc/HTML/de/marble/configure-cacheproxy.png share/doc/HTML/de/marble/configure-navigation.png share/doc/HTML/de/marble/configure-plugins.png share/doc/HTML/de/marble/configure-view.png share/doc/HTML/de/marble/download-region-3.png share/doc/HTML/de/marble/index.cache.bz2 share/doc/HTML/de/marble/index.docbook share/doc/HTML/de/marble/mapview-1.png share/doc/HTML/de/marble/measure-1.png share/doc/HTML/de/marble/quick-1.png share/doc/HTML/de/marble/routing-1.png share/doc/HTML/de/marble/routing-2.png share/doc/HTML/de/marble/routing-3.png share/doc/HTML/de/marble/routing-4.png share/doc/HTML/de/marble/search-1.png share/doc/HTML/de/marble/search-2.png share/doc/HTML/de/okteta/common share/doc/HTML/de/okteta/index.cache.bz2 share/doc/HTML/de/okteta/index.docbook share/doc/HTML/de/okular/common share/doc/HTML/de/okular/configure.png share/doc/HTML/de/okular/embedded-files-bar.png share/doc/HTML/de/okular/index.cache.bz2 share/doc/HTML/de/okular/index.docbook share/doc/HTML/de/okular/man-okular.1.docbook share/doc/HTML/de/onlinehelp/common share/doc/HTML/de/onlinehelp/index.cache.bz2 share/doc/HTML/de/onlinehelp/index.docbook share/doc/HTML/de/palapeli/common share/doc/HTML/de/palapeli/index.cache.bz2 share/doc/HTML/de/palapeli/index.docbook share/doc/HTML/de/parley/Configure_blocking.png share/doc/HTML/de/parley/Configure_practice.png share/doc/HTML/de/parley/Configure_practice_conjugation.png share/doc/HTML/de/parley/Folder_with_sound_and_pictures.png share/doc/HTML/de/parley/Parley_articles_and_gender_0-9-4_001.png share/doc/HTML/de/parley/Parley_articles_and_gender_0-9-4_002.png share/doc/HTML/de/parley/Parley_articles_and_gender_0-9-4_003.png share/doc/HTML/de/parley/Parley_comparison_eng-deu_0-9-4_002.png share/doc/HTML/de/parley/Parley_comparison_eng-deu_0-9-4_003.png share/doc/HTML/de/parley/Parley_configure_advanced.png share/doc/HTML/de/parley/Parley_configure_parley_0-9-4_001.png share/doc/HTML/de/parley/Parley_configure_parley_0-9-4_002.png share/doc/HTML/de/parley/Parley_configure_parley_0-9-4_003.png share/doc/HTML/de/parley/Parley_configure_parley_0-9-4_004.png share/doc/HTML/de/parley/Parley_configure_thresholds.png share/doc/HTML/de/parley/Parley_create_new_exercise_collective_names1.png share/doc/HTML/de/parley/Parley_create_new_exercise_collective_names10.png share/doc/HTML/de/parley/Parley_create_new_exercise_collective_names4.png share/doc/HTML/de/parley/Parley_create_new_exercise_collective_names5.png share/doc/HTML/de/parley/Parley_create_new_exercise_collective_names7.png share/doc/HTML/de/parley/Parley_create_new_exercise_collective_names8.png share/doc/HTML/de/parley/Parley_document_properties.png share/doc/HTML/de/parley/Parley_edit_comparison_form_1.png share/doc/HTML/de/parley/Parley_edit_comparison_form_2.png share/doc/HTML/de/parley/Parley_edit_comparison_form_3.png share/doc/HTML/de/parley/Parley_edit_conjugation_1.png share/doc/HTML/de/parley/Parley_edit_conjugation_2.png share/doc/HTML/de/parley/Parley_edit_main.png share/doc/HTML/de/parley/Parley_file_select_dialog_0-9-4.png share/doc/HTML/de/parley/Parley_get_new_stuff_0-9-4_001.png share/doc/HTML/de/parley/Parley_initial_screen_0-9-4.png share/doc/HTML/de/parley/Parley_mixed_letters_0-9-4_001.png share/doc/HTML/de/parley/Parley_mixed_letters_0-9-4_002.png share/doc/HTML/de/parley/Parley_mixed_letters_0-9-4_003.png share/doc/HTML/de/parley/Parley_mixed_letters_0-9-4_004.png share/doc/HTML/de/parley/Parley_multiple_choice_0-9-4_001.png share/doc/HTML/de/parley/Parley_multiple_choice_0-9-4_002.png share/doc/HTML/de/parley/Parley_multiple_choice_0-9-4_003.png share/doc/HTML/de/parley/Parley_new_document_lang_articles.png share/doc/HTML/de/parley/Parley_new_document_lang_general.png share/doc/HTML/de/parley/Parley_new_document_lang_personalpronouns.png share/doc/HTML/de/parley/Parley_new_document_lang_tenses.png share/doc/HTML/de/parley/Parley_new_lesson1.png share/doc/HTML/de/parley/Parley_new_lesson2.png share/doc/HTML/de/parley/Parley_practice_bees.png share/doc/HTML/de/parley/Parley_practice_conjugation.png share/doc/HTML/de/parley/Parley_practice_fluffy.png share/doc/HTML/de/parley/Parley_practice_grey_flash.png share/doc/HTML/de/parley/Parley_practice_grey_flash_solution.png share/doc/HTML/de/parley/Parley_practice_grey_written.png share/doc/HTML/de/parley/Parley_practice_grey_written_right.png share/doc/HTML/de/parley/Parley_practice_grey_written_wrong.png share/doc/HTML/de/parley/Parley_practice_summary.png share/doc/HTML/de/parley/Parley_trainer_eng-deu_0-9-4_001.png share/doc/HTML/de/parley/Parley_trainer_eng-deu_0-9-4_002.png share/doc/HTML/de/parley/Parley_trainer_eng-deu_0-9-4_003.png share/doc/HTML/de/parley/Parley_trainer_eng-deu_0-9-4_004.png share/doc/HTML/de/parley/Parley_trainer_eng-deu_0-9-4_005.png share/doc/HTML/de/parley/Parley_trainer_eng-deu_0-9-4_006.png share/doc/HTML/de/parley/Parley_trainer_eng-deu_0-9-4_007.png share/doc/HTML/de/parley/Parley_trainer_eng-deu_0-9-4_008.png share/doc/HTML/de/parley/Parley_trainer_eng-deu_0-9-4_009.png share/doc/HTML/de/parley/Parley_trainer_eng-deu_0-9-4_010.png share/doc/HTML/de/parley/Parley_trainer_eng-deu_0-9-4_011.png share/doc/HTML/de/parley/Parley_trainer_eng-deu_0-9-4_012.png share/doc/HTML/de/parley/Parley_trainer_eng-deu_0-9-4_013.png share/doc/HTML/de/parley/Parley_trainer_eng-deu_0-9-4_014.png share/doc/HTML/de/parley/Parley_trainer_eng-deu_0-9-4_015.png share/doc/HTML/de/parley/Parley_welcome_screen.png share/doc/HTML/de/parley/common share/doc/HTML/de/parley/index.cache.bz2 share/doc/HTML/de/parley/index.docbook share/doc/HTML/de/picmi/common share/doc/HTML/de/picmi/index.cache.bz2 share/doc/HTML/de/picmi/index.docbook share/doc/HTML/de/plasma-desktop/add-widgets.png share/doc/HTML/de/plasma-desktop/common share/doc/HTML/de/plasma-desktop/desktop-settings.png share/doc/HTML/de/plasma-desktop/device_notifier_widget.png share/doc/HTML/de/plasma-desktop/device_notifier_widget_actions.png share/doc/HTML/de/plasma-desktop/index.cache.bz2 share/doc/HTML/de/plasma-desktop/index.docbook share/doc/HTML/de/plasma-desktop/panel-settings.png share/doc/HTML/de/plasma-desktop/system-tray-settings.png share/doc/HTML/de/plasma-desktop/taskbar-settings.png share/doc/HTML/de/rocs/common share/doc/HTML/de/rocs/index.cache.bz2 share/doc/HTML/de/rocs/index.docbook share/doc/HTML/de/sonnet/common share/doc/HTML/de/sonnet/index.cache.bz2 share/doc/HTML/de/sonnet/index.docbook share/doc/HTML/de/step/common share/doc/HTML/de/step/examples.docbook share/doc/HTML/de/step/index.cache.bz2 share/doc/HTML/de/step/index.docbook share/doc/HTML/de/step/mainwindow.png share/doc/HTML/de/step/tutorials.docbook share/doc/HTML/de/sweeper/common share/doc/HTML/de/sweeper/index.cache.bz2 share/doc/HTML/de/sweeper/index.docbook share/doc/HTML/de/sweeper/sweeper.png share/doc/HTML/de/systemsettings/common share/doc/HTML/de/systemsettings/index.cache.bz2 share/doc/HTML/de/systemsettings/index.docbook share/doc/HTML/de/umbrello/activity-diagram.png share/doc/HTML/de/umbrello/aggregation.png share/doc/HTML/de/umbrello/association.png share/doc/HTML/de/umbrello/authors.docbook share/doc/HTML/de/umbrello/class-diagram.png share/doc/HTML/de/umbrello/class.png share/doc/HTML/de/umbrello/code-import.png share/doc/HTML/de/umbrello/code_import_and_generation.docbook share/doc/HTML/de/umbrello/collaboration-diagram.png share/doc/HTML/de/umbrello/common share/doc/HTML/de/umbrello/composition.png share/doc/HTML/de/umbrello/credits.docbook share/doc/HTML/de/umbrello/folders.png share/doc/HTML/de/umbrello/generalization.png share/doc/HTML/de/umbrello/generation-options.png share/doc/HTML/de/umbrello/index.cache.bz2 share/doc/HTML/de/umbrello/index.docbook share/doc/HTML/de/umbrello/introduction.docbook share/doc/HTML/de/umbrello/other_features.docbook share/doc/HTML/de/umbrello/sequence-diagram.png share/doc/HTML/de/umbrello/state-diagram.png share/doc/HTML/de/umbrello/umbrello-ui.png share/doc/HTML/de/umbrello/uml_basics.docbook share/doc/HTML/de/umbrello/use-case-diagram.png share/doc/HTML/de/umbrello/working_with_umbrello.docbook share/locale/de/LC_MESSAGES/accountwizard.mo share/locale/de/LC_MESSAGES/accountwizard_ical.mo share/locale/de/LC_MESSAGES/accountwizard_imap.mo share/locale/de/LC_MESSAGES/accountwizard_kolab.mo share/locale/de/LC_MESSAGES/accountwizard_mailbox.mo share/locale/de/LC_MESSAGES/accountwizard_maildir.mo share/locale/de/LC_MESSAGES/accountwizard_pop3.mo share/locale/de/LC_MESSAGES/accountwizard_tine20.mo share/locale/de/LC_MESSAGES/activitymanager_plugin_globalshortcuts.mo share/locale/de/LC_MESSAGES/activitymanager_uihandler_declarative.mo share/locale/de/LC_MESSAGES/adblock.mo share/locale/de/LC_MESSAGES/akonadi-filestore.mo share/locale/de/LC_MESSAGES/akonadi_archivemail_agent.mo share/locale/de/LC_MESSAGES/akonadi_birthdays_resource.mo share/locale/de/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/de/LC_MESSAGES/akonadi_davgroupware_resource.mo share/locale/de/LC_MESSAGES/akonadi_google_resource.mo share/locale/de/LC_MESSAGES/akonadi_ical_resource.mo share/locale/de/LC_MESSAGES/akonadi_icaldir_resource.mo share/locale/de/LC_MESSAGES/akonadi_imap_resource.mo share/locale/de/LC_MESSAGES/akonadi_invitations_agent.mo share/locale/de/LC_MESSAGES/akonadi_kabc_resource.mo share/locale/de/LC_MESSAGES/akonadi_kalarm_resource.mo share/locale/de/LC_MESSAGES/akonadi_kcal_resource.mo share/locale/de/LC_MESSAGES/akonadi_kdeaccounts_resource.mo share/locale/de/LC_MESSAGES/akonadi_knut_resource.mo share/locale/de/LC_MESSAGES/akonadi_kolabproxy_resource.mo share/locale/de/LC_MESSAGES/akonadi_kresourceassistant.mo share/locale/de/LC_MESSAGES/akonadi_localbookmarks_resource.mo share/locale/de/LC_MESSAGES/akonadi_maildir_resource.mo share/locale/de/LC_MESSAGES/akonadi_maildispatcher_agent.mo share/locale/de/LC_MESSAGES/akonadi_mailfilter_agent.mo share/locale/de/LC_MESSAGES/akonadi_mailtransport_resource.mo share/locale/de/LC_MESSAGES/akonadi_mbox_resource.mo share/locale/de/LC_MESSAGES/akonadi_microblog_resource.mo share/locale/de/LC_MESSAGES/akonadi_mixedmaildir_resource.mo share/locale/de/LC_MESSAGES/akonadi_nepomuk_feeder.mo share/locale/de/LC_MESSAGES/akonadi_nepomuktag_resource.mo share/locale/de/LC_MESSAGES/akonadi_next.mo share/locale/de/LC_MESSAGES/akonadi_nntp_resource.mo share/locale/de/LC_MESSAGES/akonadi_openxchange_resource.mo share/locale/de/LC_MESSAGES/akonadi_pop3_resource.mo share/locale/de/LC_MESSAGES/akonadi_serializer_plugins.mo share/locale/de/LC_MESSAGES/akonadi_singlefile_resource.mo share/locale/de/LC_MESSAGES/akonadi_strigi_feeder.mo share/locale/de/LC_MESSAGES/akonadi_vcard_resource.mo share/locale/de/LC_MESSAGES/akonadi_vcarddir_resource.mo share/locale/de/LC_MESSAGES/akonadicontact.mo share/locale/de/LC_MESSAGES/akonadinotes.mo share/locale/de/LC_MESSAGES/akonaditray.mo share/locale/de/LC_MESSAGES/akregator.mo share/locale/de/LC_MESSAGES/akregator_konqplugin.mo share/locale/de/LC_MESSAGES/amor.mo share/locale/de/LC_MESSAGES/analitza.mo share/locale/de/LC_MESSAGES/ark.mo share/locale/de/LC_MESSAGES/attica_kde.mo share/locale/de/LC_MESSAGES/audiocd_encoder_lame.mo share/locale/de/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/de/LC_MESSAGES/audiorename_plugin.mo share/locale/de/LC_MESSAGES/autorefresh.mo share/locale/de/LC_MESSAGES/babelfish.mo share/locale/de/LC_MESSAGES/blinken.mo share/locale/de/LC_MESSAGES/blogilo.mo share/locale/de/LC_MESSAGES/bomber.mo share/locale/de/LC_MESSAGES/bovo.mo share/locale/de/LC_MESSAGES/calendarsupport.mo share/locale/de/LC_MESSAGES/cantor.mo share/locale/de/LC_MESSAGES/cervisia.mo share/locale/de/LC_MESSAGES/cryptopageplugin.mo share/locale/de/LC_MESSAGES/cvsservice.mo share/locale/de/LC_MESSAGES/dirfilterplugin.mo share/locale/de/LC_MESSAGES/display.mo share/locale/de/LC_MESSAGES/dolphin.mo share/locale/de/LC_MESSAGES/domtreeviewer.mo share/locale/de/LC_MESSAGES/dragonplayer.mo share/locale/de/LC_MESSAGES/drkonqi.mo share/locale/de/LC_MESSAGES/filelight.mo share/locale/de/LC_MESSAGES/filetypes.mo share/locale/de/LC_MESSAGES/fileviewbazaarplugin.mo share/locale/de/LC_MESSAGES/fileviewgitplugin.mo share/locale/de/LC_MESSAGES/fileviewhgplugin.mo share/locale/de/LC_MESSAGES/fileviewsvnplugin.mo share/locale/de/LC_MESSAGES/freespacenotifier.mo share/locale/de/LC_MESSAGES/fsview.mo share/locale/de/LC_MESSAGES/granatier.mo share/locale/de/LC_MESSAGES/gwenview.mo share/locale/de/LC_MESSAGES/htmlsearch.mo share/locale/de/LC_MESSAGES/imagerename_plugin.mo share/locale/de/LC_MESSAGES/imgalleryplugin.mo share/locale/de/LC_MESSAGES/importwizard.mo share/locale/de/LC_MESSAGES/jovie.mo share/locale/de/LC_MESSAGES/joystick.mo share/locale/de/LC_MESSAGES/juk.mo share/locale/de/LC_MESSAGES/kabc.mo share/locale/de/LC_MESSAGES/kabc_akonadi.mo share/locale/de/LC_MESSAGES/kabc_dir.mo share/locale/de/LC_MESSAGES/kabc_file.mo share/locale/de/LC_MESSAGES/kabc_ldapkio.mo share/locale/de/LC_MESSAGES/kabc_net.mo share/locale/de/LC_MESSAGES/kabcclient.mo share/locale/de/LC_MESSAGES/kabcformat_binary.mo share/locale/de/LC_MESSAGES/kaccess.mo share/locale/de/LC_MESSAGES/kaccessibleapp.mo share/locale/de/LC_MESSAGES/kactivitymanagerd.mo share/locale/de/LC_MESSAGES/kactivitymanagerd_fileitem_linking_plugin.mo share/locale/de/LC_MESSAGES/kaddressbook-mobile.mo share/locale/de/LC_MESSAGES/kaddressbook.mo share/locale/de/LC_MESSAGES/kaddressbookmigrator.mo share/locale/de/LC_MESSAGES/kajongg.mo share/locale/de/LC_MESSAGES/kalarm.mo share/locale/de/LC_MESSAGES/kalgebra.mo share/locale/de/LC_MESSAGES/kalzium.mo share/locale/de/LC_MESSAGES/kanagram-harmattan.mo share/locale/de/LC_MESSAGES/kanagram.mo share/locale/de/LC_MESSAGES/kapman.mo share/locale/de/LC_MESSAGES/kapptemplate.mo share/locale/de/LC_MESSAGES/kate-ctags-plugin.mo share/locale/de/LC_MESSAGES/kate.mo share/locale/de/LC_MESSAGES/kate_kttsd.mo share/locale/de/LC_MESSAGES/katebacktracebrowserplugin.mo share/locale/de/LC_MESSAGES/katebuild-plugin.mo share/locale/de/LC_MESSAGES/katefilebrowserplugin.mo share/locale/de/LC_MESSAGES/katefiletemplates.mo share/locale/de/LC_MESSAGES/kategdbplugin.mo share/locale/de/LC_MESSAGES/katehelloworld.mo share/locale/de/LC_MESSAGES/katekonsoleplugin.mo share/locale/de/LC_MESSAGES/katemailfilesplugin.mo share/locale/de/LC_MESSAGES/kateopenheader.mo share/locale/de/LC_MESSAGES/katepart4.mo share/locale/de/LC_MESSAGES/kateproject.mo share/locale/de/LC_MESSAGES/katesearch.mo share/locale/de/LC_MESSAGES/katesnippets_tng.mo share/locale/de/LC_MESSAGES/katesnippetsplugin.mo share/locale/de/LC_MESSAGES/katesql.mo share/locale/de/LC_MESSAGES/katesymbolviewer.mo share/locale/de/LC_MESSAGES/katetabbarextension.mo share/locale/de/LC_MESSAGES/katetabifyplugin.mo share/locale/de/LC_MESSAGES/katetextfilter.mo share/locale/de/LC_MESSAGES/katexmlcheck.mo share/locale/de/LC_MESSAGES/katexmltools.mo share/locale/de/LC_MESSAGES/katomic.mo share/locale/de/LC_MESSAGES/kbattleship.mo share/locale/de/LC_MESSAGES/kblackbox.mo share/locale/de/LC_MESSAGES/kblankscrn.mo share/locale/de/LC_MESSAGES/kblocks.mo share/locale/de/LC_MESSAGES/kbounce.mo share/locale/de/LC_MESSAGES/kbreakout.mo share/locale/de/LC_MESSAGES/kbruch.mo share/locale/de/LC_MESSAGES/kcachegrind.mo share/locale/de/LC_MESSAGES/kcachegrind_qt.mo share/locale/de/LC_MESSAGES/kcal_akonadi.mo share/locale/de/LC_MESSAGES/kcalc.mo share/locale/de/LC_MESSAGES/kcertpart.mo share/locale/de/LC_MESSAGES/kcharselect.mo share/locale/de/LC_MESSAGES/kcm-kwin-scripts.mo share/locale/de/LC_MESSAGES/kcm_activities.mo share/locale/de/LC_MESSAGES/kcm_akonadi.mo share/locale/de/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/de/LC_MESSAGES/kcm_attica.mo share/locale/de/LC_MESSAGES/kcm_autostart.mo share/locale/de/LC_MESSAGES/kcm_desktoppaths.mo share/locale/de/LC_MESSAGES/kcm_desktopthemedetails.mo share/locale/de/LC_MESSAGES/kcm_device_automounter.mo share/locale/de/LC_MESSAGES/kcm_emoticons.mo share/locale/de/LC_MESSAGES/kcm_infobase.mo share/locale/de/LC_MESSAGES/kcm_infosummary.mo -share/locale/de/LC_MESSAGES/kcm_krfb.mo share/locale/de/LC_MESSAGES/kcm_kwindesktop.mo share/locale/de/LC_MESSAGES/kcm_kwintabbox.mo share/locale/de/LC_MESSAGES/kcm_memory.mo share/locale/de/LC_MESSAGES/kcm_nepomuk.mo share/locale/de/LC_MESSAGES/kcm_pci.mo share/locale/de/LC_MESSAGES/kcm_phonon.mo share/locale/de/LC_MESSAGES/kcm_platform.mo share/locale/de/LC_MESSAGES/kcm_remotecontrol.mo share/locale/de/LC_MESSAGES/kcm_solid.mo share/locale/de/LC_MESSAGES/kcm_solid_actions.mo share/locale/de/LC_MESSAGES/kcm_standard_actions.mo share/locale/de/LC_MESSAGES/kcmaccess.mo share/locale/de/LC_MESSAGES/kcmaudiocd.mo share/locale/de/LC_MESSAGES/kcmbackground.mo share/locale/de/LC_MESSAGES/kcmbell.mo share/locale/de/LC_MESSAGES/kcmcddb.mo share/locale/de/LC_MESSAGES/kcmcgi.mo share/locale/de/LC_MESSAGES/kcmcolors.mo share/locale/de/LC_MESSAGES/kcmcomponentchooser.mo share/locale/de/LC_MESSAGES/kcmcrypto.mo share/locale/de/LC_MESSAGES/kcmdevinfo.mo share/locale/de/LC_MESSAGES/kcmfonts.mo share/locale/de/LC_MESSAGES/kcmhtmlsearch.mo share/locale/de/LC_MESSAGES/kcmicons.mo share/locale/de/LC_MESSAGES/kcminfo.mo share/locale/de/LC_MESSAGES/kcminit.mo share/locale/de/LC_MESSAGES/kcminput.mo share/locale/de/LC_MESSAGES/kcmkamera.mo share/locale/de/LC_MESSAGES/kcmkclock.mo share/locale/de/LC_MESSAGES/kcmkded.mo share/locale/de/LC_MESSAGES/kcmkdnssd.mo share/locale/de/LC_MESSAGES/kcmkeyboard.mo share/locale/de/LC_MESSAGES/kcmkeys.mo share/locale/de/LC_MESSAGES/kcmkgamma.mo share/locale/de/LC_MESSAGES/kcmkio.mo share/locale/de/LC_MESSAGES/kcmkonq.mo share/locale/de/LC_MESSAGES/kcmkonqhtml.mo share/locale/de/LC_MESSAGES/kcmkurifilt.mo share/locale/de/LC_MESSAGES/kcmkwallet.mo share/locale/de/LC_MESSAGES/kcmkwincompositing.mo share/locale/de/LC_MESSAGES/kcmkwindecoration.mo share/locale/de/LC_MESSAGES/kcmkwinrules.mo share/locale/de/LC_MESSAGES/kcmkwinscreenedges.mo share/locale/de/LC_MESSAGES/kcmkwm.mo share/locale/de/LC_MESSAGES/kcmlaunch.mo share/locale/de/LC_MESSAGES/kcmlocale.mo share/locale/de/LC_MESSAGES/kcmnic.mo share/locale/de/LC_MESSAGES/kcmnotify.mo share/locale/de/LC_MESSAGES/kcmopengl.mo share/locale/de/LC_MESSAGES/kcmperformance.mo share/locale/de/LC_MESSAGES/kcmsamba.mo share/locale/de/LC_MESSAGES/kcmscreensaver.mo share/locale/de/LC_MESSAGES/kcmshell.mo share/locale/de/LC_MESSAGES/kcmsmartcard.mo share/locale/de/LC_MESSAGES/kcmsmserver.mo share/locale/de/LC_MESSAGES/kcmstyle.mo share/locale/de/LC_MESSAGES/kcmusb.mo share/locale/de/LC_MESSAGES/kcmview1394.mo share/locale/de/LC_MESSAGES/kcmworkspaceoptions.mo share/locale/de/LC_MESSAGES/kcolorchooser.mo share/locale/de/LC_MESSAGES/kcron.mo share/locale/de/LC_MESSAGES/kde-menu.mo share/locale/de/LC_MESSAGES/kdeasciiquarium.mo share/locale/de/LC_MESSAGES/kdebugdialog.mo share/locale/de/LC_MESSAGES/kdecalendarsystems.mo share/locale/de/LC_MESSAGES/kdelibs4.mo share/locale/de/LC_MESSAGES/kdelibs_colors4.mo share/locale/de/LC_MESSAGES/kdepasswd.mo share/locale/de/LC_MESSAGES/kdepim-runtime-qml.mo share/locale/de/LC_MESSAGES/kdeqt.mo share/locale/de/LC_MESSAGES/kdesu.mo share/locale/de/LC_MESSAGES/kdesud.mo share/locale/de/LC_MESSAGES/kdf.mo share/locale/de/LC_MESSAGES/kdgantt2.mo share/locale/de/LC_MESSAGES/kdialog.mo share/locale/de/LC_MESSAGES/kdiamond.mo share/locale/de/LC_MESSAGES/kdmconfig.mo share/locale/de/LC_MESSAGES/kdmgreet.mo share/locale/de/LC_MESSAGES/kdontchangethehostname.mo share/locale/de/LC_MESSAGES/keditbookmarks.mo share/locale/de/LC_MESSAGES/kfile.mo share/locale/de/LC_MESSAGES/kfile_dds.mo share/locale/de/LC_MESSAGES/kfile_drgeo.mo share/locale/de/LC_MESSAGES/kfile_exr.mo share/locale/de/LC_MESSAGES/kfile_kig.mo share/locale/de/LC_MESSAGES/kfile_mail.mo share/locale/de/LC_MESSAGES/kfile_pnm.mo share/locale/de/LC_MESSAGES/kfile_raw.mo share/locale/de/LC_MESSAGES/kfile_rgb.mo share/locale/de/LC_MESSAGES/kfile_rpm.mo share/locale/de/LC_MESSAGES/kfile_tiff.mo share/locale/de/LC_MESSAGES/kfile_xps.mo share/locale/de/LC_MESSAGES/kfileaudiopreview4.mo share/locale/de/LC_MESSAGES/kfilereplace.mo share/locale/de/LC_MESSAGES/kfileshare.mo share/locale/de/LC_MESSAGES/kfindpart.mo share/locale/de/LC_MESSAGES/kfloppy.mo share/locale/de/LC_MESSAGES/kfmclient.mo share/locale/de/LC_MESSAGES/kfontinst.mo share/locale/de/LC_MESSAGES/kfourinline.mo share/locale/de/LC_MESSAGES/kgeography.mo share/locale/de/LC_MESSAGES/kget.mo share/locale/de/LC_MESSAGES/kgetplugin.mo share/locale/de/LC_MESSAGES/kglobalaccel.mo share/locale/de/LC_MESSAGES/kgoldrunner.mo share/locale/de/LC_MESSAGES/kgpg.mo share/locale/de/LC_MESSAGES/kgreet_classic.mo share/locale/de/LC_MESSAGES/kgreet_generic.mo share/locale/de/LC_MESSAGES/kgreet_winbind.mo share/locale/de/LC_MESSAGES/khangman.mo share/locale/de/LC_MESSAGES/khelpcenter.mo share/locale/de/LC_MESSAGES/khotkeys.mo share/locale/de/LC_MESSAGES/khotnewstuff.mo share/locale/de/LC_MESSAGES/khtmlkttsd.mo share/locale/de/LC_MESSAGES/khtmlsettingsplugin.mo share/locale/de/LC_MESSAGES/kiconfinder.mo share/locale/de/LC_MESSAGES/kig.mo share/locale/de/LC_MESSAGES/kigo.mo share/locale/de/LC_MESSAGES/killbots.mo share/locale/de/LC_MESSAGES/kimagemapeditor.mo -share/locale/de/LC_MESSAGES/kinetd.mo share/locale/de/LC_MESSAGES/kinfocenter.mo share/locale/de/LC_MESSAGES/kio4.mo share/locale/de/LC_MESSAGES/kio_activities.mo share/locale/de/LC_MESSAGES/kio_akonadi.mo share/locale/de/LC_MESSAGES/kio_applications.mo share/locale/de/LC_MESSAGES/kio_archive.mo share/locale/de/LC_MESSAGES/kio_audiocd.mo share/locale/de/LC_MESSAGES/kio_bookmarks.mo share/locale/de/LC_MESSAGES/kio_finger.mo share/locale/de/LC_MESSAGES/kio_fish.mo share/locale/de/LC_MESSAGES/kio_floppy.mo share/locale/de/LC_MESSAGES/kio_help4.mo share/locale/de/LC_MESSAGES/kio_imap4.mo share/locale/de/LC_MESSAGES/kio_info.mo share/locale/de/LC_MESSAGES/kio_jabberdisco.mo share/locale/de/LC_MESSAGES/kio_ldap.mo share/locale/de/LC_MESSAGES/kio_man.mo share/locale/de/LC_MESSAGES/kio_mbox.mo share/locale/de/LC_MESSAGES/kio_nepomuk.mo share/locale/de/LC_MESSAGES/kio_nepomuksearch.mo share/locale/de/LC_MESSAGES/kio_nfs.mo share/locale/de/LC_MESSAGES/kio_nntp.mo share/locale/de/LC_MESSAGES/kio_perldoc.mo share/locale/de/LC_MESSAGES/kio_pop3.mo share/locale/de/LC_MESSAGES/kio_recentdocuments.mo share/locale/de/LC_MESSAGES/kio_remote.mo share/locale/de/LC_MESSAGES/kio_sftp.mo share/locale/de/LC_MESSAGES/kio_sieve.mo share/locale/de/LC_MESSAGES/kio_smb.mo share/locale/de/LC_MESSAGES/kio_smtp.mo share/locale/de/LC_MESSAGES/kio_svn.mo share/locale/de/LC_MESSAGES/kio_tags.mo share/locale/de/LC_MESSAGES/kio_thumbnail.mo share/locale/de/LC_MESSAGES/kio_timeline.mo share/locale/de/LC_MESSAGES/kio_trash.mo share/locale/de/LC_MESSAGES/kio_zeroconf.mo share/locale/de/LC_MESSAGES/kioclient.mo share/locale/de/LC_MESSAGES/kioexec.mo share/locale/de/LC_MESSAGES/kipiplugin_kxmlhelloworld.mo share/locale/de/LC_MESSAGES/kiriki.mo share/locale/de/LC_MESSAGES/kiten.mo share/locale/de/LC_MESSAGES/kjots.mo share/locale/de/LC_MESSAGES/kjotsmigrator.mo share/locale/de/LC_MESSAGES/kjumpingcube.mo share/locale/de/LC_MESSAGES/kleopatra.mo share/locale/de/LC_MESSAGES/klettres.mo share/locale/de/LC_MESSAGES/klickety.mo share/locale/de/LC_MESSAGES/klines.mo share/locale/de/LC_MESSAGES/klinkstatus.mo share/locale/de/LC_MESSAGES/klipper.mo share/locale/de/LC_MESSAGES/klock.mo share/locale/de/LC_MESSAGES/kmag.mo share/locale/de/LC_MESSAGES/kmahjongg.mo share/locale/de/LC_MESSAGES/kmail-migrator.mo share/locale/de/LC_MESSAGES/kmail-mobile.mo share/locale/de/LC_MESSAGES/kmail.mo share/locale/de/LC_MESSAGES/kmailcvt.mo share/locale/de/LC_MESSAGES/kmenuedit.mo share/locale/de/LC_MESSAGES/kmimetypefinder.mo share/locale/de/LC_MESSAGES/kmines.mo share/locale/de/LC_MESSAGES/kmix.mo share/locale/de/LC_MESSAGES/kmousetool.mo share/locale/de/LC_MESSAGES/kmouth.mo share/locale/de/LC_MESSAGES/kmplot.mo share/locale/de/LC_MESSAGES/knetattach.mo share/locale/de/LC_MESSAGES/knetwalk.mo share/locale/de/LC_MESSAGES/knode.mo share/locale/de/LC_MESSAGES/knotes.mo share/locale/de/LC_MESSAGES/knotify4.mo share/locale/de/LC_MESSAGES/kolf.mo share/locale/de/LC_MESSAGES/kollision.mo share/locale/de/LC_MESSAGES/kolourpaint.mo share/locale/de/LC_MESSAGES/kommander.mo share/locale/de/LC_MESSAGES/kompare.mo share/locale/de/LC_MESSAGES/konqprofiles.mo share/locale/de/LC_MESSAGES/konqueror.mo share/locale/de/LC_MESSAGES/konquest.mo share/locale/de/LC_MESSAGES/konsole.mo share/locale/de/LC_MESSAGES/konsolekalendar.mo share/locale/de/LC_MESSAGES/konsoleprofiles.mo share/locale/de/LC_MESSAGES/kontact.mo share/locale/de/LC_MESSAGES/kontactinterfaces.mo share/locale/de/LC_MESSAGES/kopete.mo share/locale/de/LC_MESSAGES/korganizer-mobile.mo share/locale/de/LC_MESSAGES/korganizer.mo share/locale/de/LC_MESSAGES/kpartloader.mo share/locale/de/LC_MESSAGES/kpartsaver.mo share/locale/de/LC_MESSAGES/kpasswdserver.mo share/locale/de/LC_MESSAGES/kpat.mo share/locale/de/LC_MESSAGES/kppp.mo share/locale/de/LC_MESSAGES/kppplogview.mo share/locale/de/LC_MESSAGES/kquitapp.mo share/locale/de/LC_MESSAGES/krandr.mo share/locale/de/LC_MESSAGES/krcdnotifieritem.mo share/locale/de/LC_MESSAGES/krdb.mo share/locale/de/LC_MESSAGES/krdc.mo share/locale/de/LC_MESSAGES/kreadconfig.mo share/locale/de/LC_MESSAGES/kremotecontroldaemon.mo share/locale/de/LC_MESSAGES/kres-migrator.mo share/locale/de/LC_MESSAGES/kres_blog.mo share/locale/de/LC_MESSAGES/kres_remote.mo share/locale/de/LC_MESSAGES/kresources_shared_akonadi.mo share/locale/de/LC_MESSAGES/kreversi.mo share/locale/de/LC_MESSAGES/krfb.mo share/locale/de/LC_MESSAGES/kruler.mo share/locale/de/LC_MESSAGES/krunner.mo share/locale/de/LC_MESSAGES/ksaneplugin.mo share/locale/de/LC_MESSAGES/kscd.mo share/locale/de/LC_MESSAGES/kscreenlocker.mo share/locale/de/LC_MESSAGES/kscreenlocker_greet.mo share/locale/de/LC_MESSAGES/kscreensaver.mo share/locale/de/LC_MESSAGES/ksendemail.mo share/locale/de/LC_MESSAGES/ksgrd.mo share/locale/de/LC_MESSAGES/kshellcmdplugin.mo share/locale/de/LC_MESSAGES/kshisen.mo share/locale/de/LC_MESSAGES/kshorturifilter.mo share/locale/de/LC_MESSAGES/ksirk.mo share/locale/de/LC_MESSAGES/ksirkskineditor.mo share/locale/de/LC_MESSAGES/ksmserver.mo share/locale/de/LC_MESSAGES/ksnapshot.mo share/locale/de/LC_MESSAGES/kspaceduel.mo share/locale/de/LC_MESSAGES/ksplashthemes.mo share/locale/de/LC_MESSAGES/ksquares.mo share/locale/de/LC_MESSAGES/kstars.mo share/locale/de/LC_MESSAGES/kstart.mo share/locale/de/LC_MESSAGES/kstartperf.mo share/locale/de/LC_MESSAGES/kstyle_config.mo share/locale/de/LC_MESSAGES/kstyle_phase_config.mo share/locale/de/LC_MESSAGES/ksudoku.mo share/locale/de/LC_MESSAGES/ksysguard.mo share/locale/de/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/de/LC_MESSAGES/ksystemlog.mo share/locale/de/LC_MESSAGES/ksystraycmd.mo share/locale/de/LC_MESSAGES/kteatime.mo share/locale/de/LC_MESSAGES/ktesnippets_editor.mo share/locale/de/LC_MESSAGES/ktexteditor_codesnippets_core.mo share/locale/de/LC_MESSAGES/ktexteditor_plugins.mo share/locale/de/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/de/LC_MESSAGES/ktimer.mo share/locale/de/LC_MESSAGES/ktimetracker.mo share/locale/de/LC_MESSAGES/ktnef.mo share/locale/de/LC_MESSAGES/ktouch.mo share/locale/de/LC_MESSAGES/ktouchpadenabler.mo share/locale/de/LC_MESSAGES/ktraderclient.mo share/locale/de/LC_MESSAGES/ktron.mo share/locale/de/LC_MESSAGES/ktuberling.mo share/locale/de/LC_MESSAGES/kturtle.mo share/locale/de/LC_MESSAGES/ktux.mo share/locale/de/LC_MESSAGES/kubrick.mo share/locale/de/LC_MESSAGES/kuiserver.mo share/locale/de/LC_MESSAGES/kuiviewer.mo share/locale/de/LC_MESSAGES/kurifilter.mo share/locale/de/LC_MESSAGES/kuser.mo share/locale/de/LC_MESSAGES/kwalletd.mo share/locale/de/LC_MESSAGES/kwalletmanager.mo share/locale/de/LC_MESSAGES/kwatchgnupg.mo share/locale/de/LC_MESSAGES/kwin.mo share/locale/de/LC_MESSAGES/kwin_art_clients.mo share/locale/de/LC_MESSAGES/kwin_clients.mo share/locale/de/LC_MESSAGES/kwin_effects.mo share/locale/de/LC_MESSAGES/kwinshutdown.mo share/locale/de/LC_MESSAGES/kwinstartmenu.mo share/locale/de/LC_MESSAGES/kwordquiz.mo share/locale/de/LC_MESSAGES/kwrite.mo share/locale/de/LC_MESSAGES/kwriteconfig.mo share/locale/de/LC_MESSAGES/kxkb.mo share/locale/de/LC_MESSAGES/kxsconfig.mo share/locale/de/LC_MESSAGES/lancelot.mo share/locale/de/LC_MESSAGES/libakonadi-calendar.mo share/locale/de/LC_MESSAGES/libakonadi-kmime.mo share/locale/de/LC_MESSAGES/libakonadi.mo share/locale/de/LC_MESSAGES/libeventviews.mo share/locale/de/LC_MESSAGES/libincidenceeditors.mo share/locale/de/LC_MESSAGES/libkalarmcal.mo share/locale/de/LC_MESSAGES/libkasten.mo share/locale/de/LC_MESSAGES/libkblog.mo share/locale/de/LC_MESSAGES/libkcal.mo share/locale/de/LC_MESSAGES/libkcalutils.mo share/locale/de/LC_MESSAGES/libkcddb.mo share/locale/de/LC_MESSAGES/libkcompactdisc.mo share/locale/de/LC_MESSAGES/libkdcraw.mo share/locale/de/LC_MESSAGES/libkdecorations.mo share/locale/de/LC_MESSAGES/libkdeedu.mo share/locale/de/LC_MESSAGES/libkdegames.mo share/locale/de/LC_MESSAGES/libkdepim.mo share/locale/de/LC_MESSAGES/libkdepimmobileui.mo share/locale/de/LC_MESSAGES/libkexiv2.mo share/locale/de/LC_MESSAGES/libkholidays.mo share/locale/de/LC_MESSAGES/libkimap.mo share/locale/de/LC_MESSAGES/libkipi.mo share/locale/de/LC_MESSAGES/libkldap.mo share/locale/de/LC_MESSAGES/libkleopatra.mo share/locale/de/LC_MESSAGES/libkmahjongg.mo share/locale/de/LC_MESSAGES/libkmime.mo share/locale/de/LC_MESSAGES/libkonq.mo share/locale/de/LC_MESSAGES/libkpgp.mo share/locale/de/LC_MESSAGES/libkpimidentities.mo share/locale/de/LC_MESSAGES/libkpimtextedit.mo share/locale/de/LC_MESSAGES/libkpimutils.mo share/locale/de/LC_MESSAGES/libkremotecontrol.mo share/locale/de/LC_MESSAGES/libkresources.mo share/locale/de/LC_MESSAGES/libksane.mo share/locale/de/LC_MESSAGES/libkscreensaver.mo share/locale/de/LC_MESSAGES/libksieve.mo share/locale/de/LC_MESSAGES/libktnef.mo share/locale/de/LC_MESSAGES/libkunitconversion.mo share/locale/de/LC_MESSAGES/libkworkspace.mo share/locale/de/LC_MESSAGES/libkxmlrpcclient.mo share/locale/de/LC_MESSAGES/liblancelot-datamodels.mo share/locale/de/LC_MESSAGES/libmailcommon.mo share/locale/de/LC_MESSAGES/libmailimporter.mo share/locale/de/LC_MESSAGES/libmailtransport.mo share/locale/de/LC_MESSAGES/libmessagecomposer.mo share/locale/de/LC_MESSAGES/libmessagecore.mo share/locale/de/LC_MESSAGES/libmessagelist.mo share/locale/de/LC_MESSAGES/libmessageviewer.mo share/locale/de/LC_MESSAGES/liboktetacore.mo share/locale/de/LC_MESSAGES/liboktetagui.mo share/locale/de/LC_MESSAGES/liboktetakasten.mo share/locale/de/LC_MESSAGES/liboxygenstyleconfig.mo share/locale/de/LC_MESSAGES/libphonon.mo share/locale/de/LC_MESSAGES/libpimcommon.mo share/locale/de/LC_MESSAGES/libplasma.mo share/locale/de/LC_MESSAGES/libplasma_groupingcontainment.mo share/locale/de/LC_MESSAGES/libplasmaclock.mo share/locale/de/LC_MESSAGES/libplasmaweather.mo share/locale/de/LC_MESSAGES/libtaskmanager.mo share/locale/de/LC_MESSAGES/libtemplateparser.mo share/locale/de/LC_MESSAGES/lokalize.mo share/locale/de/LC_MESSAGES/lskat.mo share/locale/de/LC_MESSAGES/mailreader.mo share/locale/de/LC_MESSAGES/marble.mo share/locale/de/LC_MESSAGES/marble_qt.mo share/locale/de/LC_MESSAGES/marble_xml_mimetypes.mo share/locale/de/LC_MESSAGES/messageviewer_application_mstnef_plugin.mo share/locale/de/LC_MESSAGES/messageviewer_text_calendar_plugin.mo share/locale/de/LC_MESSAGES/messageviewer_text_vcard_plugin.mo share/locale/de/LC_MESSAGES/messageviewer_text_xdiff_plugin.mo share/locale/de/LC_MESSAGES/mf_konqplugin.mo share/locale/de/LC_MESSAGES/minitoolsplugin.mo share/locale/de/LC_MESSAGES/mplayerthumbs.mo share/locale/de/LC_MESSAGES/mplayerthumbsconfig.mo share/locale/de/LC_MESSAGES/nepomukbackup.mo share/locale/de/LC_MESSAGES/nepomukcleaner.mo share/locale/de/LC_MESSAGES/nepomukcontroller.mo share/locale/de/LC_MESSAGES/nepomukfileindexer.mo +share/locale/de/LC_MESSAGES/nepomukpimindexerutility.mo share/locale/de/LC_MESSAGES/nepomukqueryservice.mo share/locale/de/LC_MESSAGES/nepomukserver.mo share/locale/de/LC_MESSAGES/nepomukservicestub.mo share/locale/de/LC_MESSAGES/nepomukstorage.mo share/locale/de/LC_MESSAGES/nepomukwidgets.mo share/locale/de/LC_MESSAGES/newmailnotifieragent.mo share/locale/de/LC_MESSAGES/notes-mobile.mo share/locale/de/LC_MESSAGES/nsplugin.mo share/locale/de/LC_MESSAGES/okteta-mobile.mo share/locale/de/LC_MESSAGES/okteta.mo share/locale/de/LC_MESSAGES/oktetapart.mo share/locale/de/LC_MESSAGES/okular.mo share/locale/de/LC_MESSAGES/okular_chm.mo share/locale/de/LC_MESSAGES/okular_comicbook.mo share/locale/de/LC_MESSAGES/okular_djvu.mo share/locale/de/LC_MESSAGES/okular_dvi.mo share/locale/de/LC_MESSAGES/okular_epub.mo share/locale/de/LC_MESSAGES/okular_fax.mo share/locale/de/LC_MESSAGES/okular_fictionbook.mo share/locale/de/LC_MESSAGES/okular_ghostview.mo share/locale/de/LC_MESSAGES/okular_kimgio.mo share/locale/de/LC_MESSAGES/okular_mobi.mo share/locale/de/LC_MESSAGES/okular_ooo.mo share/locale/de/LC_MESSAGES/okular_plucker.mo share/locale/de/LC_MESSAGES/okular_poppler.mo share/locale/de/LC_MESSAGES/okular_tiff.mo share/locale/de/LC_MESSAGES/okular_xps.mo share/locale/de/LC_MESSAGES/org.kde.active.documentviewer.mo share/locale/de/LC_MESSAGES/pairs.mo share/locale/de/LC_MESSAGES/pairseditor.mo share/locale/de/LC_MESSAGES/palapeli.mo share/locale/de/LC_MESSAGES/parley.mo share/locale/de/LC_MESSAGES/phonon_gstreamer.mo share/locale/de/LC_MESSAGES/phonon_kde.mo share/locale/de/LC_MESSAGES/phonon_vlc.mo share/locale/de/LC_MESSAGES/phononserver.mo share/locale/de/LC_MESSAGES/picmi.mo share/locale/de/LC_MESSAGES/pimsettingexporter.mo share/locale/de/LC_MESSAGES/plasma-desktop.mo share/locale/de/LC_MESSAGES/plasma-netbook.mo share/locale/de/LC_MESSAGES/plasma-overlay.mo share/locale/de/LC_MESSAGES/plasma-remote-helper.mo share/locale/de/LC_MESSAGES/plasma-windowed.mo share/locale/de/LC_MESSAGES/plasma_applet_BbalL.mo share/locale/de/LC_MESSAGES/plasma_applet_CharSelectApplet.mo share/locale/de/LC_MESSAGES/plasma_applet_Molmasscalculator.mo share/locale/de/LC_MESSAGES/plasma_applet_akonotes_note.mo share/locale/de/LC_MESSAGES/plasma_applet_battery.mo share/locale/de/LC_MESSAGES/plasma_applet_binaryclock.mo share/locale/de/LC_MESSAGES/plasma_applet_bookmarks.mo share/locale/de/LC_MESSAGES/plasma_applet_bubblemon.mo share/locale/de/LC_MESSAGES/plasma_applet_calculator.mo share/locale/de/LC_MESSAGES/plasma_applet_clock.mo share/locale/de/LC_MESSAGES/plasma_applet_comic.mo share/locale/de/LC_MESSAGES/plasma_applet_concentrationCalculator.mo share/locale/de/LC_MESSAGES/plasma_applet_currentappcontrol.mo share/locale/de/LC_MESSAGES/plasma_applet_dig_clock.mo share/locale/de/LC_MESSAGES/plasma_applet_fifteenPuzzle.mo share/locale/de/LC_MESSAGES/plasma_applet_fileWatcher.mo share/locale/de/LC_MESSAGES/plasma_applet_folderview.mo share/locale/de/LC_MESSAGES/plasma_applet_frame.mo share/locale/de/LC_MESSAGES/plasma_applet_fuzzy_clock.mo share/locale/de/LC_MESSAGES/plasma_applet_gasCalculator.mo share/locale/de/LC_MESSAGES/plasma_applet_groupingpanel.mo share/locale/de/LC_MESSAGES/plasma_applet_icon.mo share/locale/de/LC_MESSAGES/plasma_applet_icontasks.mo share/locale/de/LC_MESSAGES/plasma_applet_incomingmsg.mo share/locale/de/LC_MESSAGES/plasma_applet_kalgebra.mo share/locale/de/LC_MESSAGES/plasma_applet_kalzium.mo share/locale/de/LC_MESSAGES/plasma_applet_katesession.mo share/locale/de/LC_MESSAGES/plasma_applet_kdeobservatory.mo share/locale/de/LC_MESSAGES/plasma_applet_kget.mo share/locale/de/LC_MESSAGES/plasma_applet_kimpanel.mo share/locale/de/LC_MESSAGES/plasma_applet_knowledgebase.mo share/locale/de/LC_MESSAGES/plasma_applet_kolourpicker.mo share/locale/de/LC_MESSAGES/plasma_applet_kpapplet.mo share/locale/de/LC_MESSAGES/plasma_applet_launcher.mo share/locale/de/LC_MESSAGES/plasma_applet_leavenote.mo share/locale/de/LC_MESSAGES/plasma_applet_life.mo share/locale/de/LC_MESSAGES/plasma_applet_lockout.mo share/locale/de/LC_MESSAGES/plasma_applet_luna.mo share/locale/de/LC_MESSAGES/plasma_applet_magnifique.mo share/locale/de/LC_MESSAGES/plasma_applet_microblog.mo share/locale/de/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/de/LC_MESSAGES/plasma_applet_news.mo share/locale/de/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/de/LC_MESSAGES/plasma_applet_notes.mo share/locale/de/LC_MESSAGES/plasma_applet_notifier.mo share/locale/de/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/de/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/de/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/de/LC_MESSAGES/plasma_applet_opendesktop_activities.mo share/locale/de/LC_MESSAGES/plasma_applet_org.kde.notifications.mo share/locale/de/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/de/LC_MESSAGES/plasma_applet_pager.mo share/locale/de/LC_MESSAGES/plasma_applet_panel.mo share/locale/de/LC_MESSAGES/plasma_applet_panelspacer_internal.mo share/locale/de/LC_MESSAGES/plasma_applet_paste.mo share/locale/de/LC_MESSAGES/plasma_applet_pastebin.mo share/locale/de/LC_MESSAGES/plasma_applet_plasmaboard.mo share/locale/de/LC_MESSAGES/plasma_applet_previewer.mo share/locale/de/LC_MESSAGES/plasma_applet_printmanager.mo share/locale/de/LC_MESSAGES/plasma_applet_qalculate.mo share/locale/de/LC_MESSAGES/plasma_applet_qstardict.mo share/locale/de/LC_MESSAGES/plasma_applet_quicklaunch.mo share/locale/de/LC_MESSAGES/plasma_applet_rssnow.mo share/locale/de/LC_MESSAGES/plasma_applet_rtm.mo share/locale/de/LC_MESSAGES/plasma_applet_sal.mo share/locale/de/LC_MESSAGES/plasma_applet_saverdesktop.mo share/locale/de/LC_MESSAGES/plasma_applet_searchbox.mo share/locale/de/LC_MESSAGES/plasma_applet_showdashboard.mo share/locale/de/LC_MESSAGES/plasma_applet_showdesktop.mo share/locale/de/LC_MESSAGES/plasma_applet_skapplet.mo share/locale/de/LC_MESSAGES/plasma_applet_spellcheck.mo share/locale/de/LC_MESSAGES/plasma_applet_system-monitor.mo share/locale/de/LC_MESSAGES/plasma_applet_systemloadviewer.mo share/locale/de/LC_MESSAGES/plasma_applet_systemtray.mo share/locale/de/LC_MESSAGES/plasma_applet_tasks.mo share/locale/de/LC_MESSAGES/plasma_applet_timer.mo share/locale/de/LC_MESSAGES/plasma_applet_trash.mo share/locale/de/LC_MESSAGES/plasma_applet_unitconverter.mo share/locale/de/LC_MESSAGES/plasma_applet_weather.mo share/locale/de/LC_MESSAGES/plasma_applet_weatherstation.mo share/locale/de/LC_MESSAGES/plasma_applet_webbrowser.mo share/locale/de/LC_MESSAGES/plasma_applet_webslice.mo share/locale/de/LC_MESSAGES/plasma_applet_windowlist.mo share/locale/de/LC_MESSAGES/plasma_appletscriptengine_dashboard.mo share/locale/de/LC_MESSAGES/plasma_containmentactions_contextmenu.mo share/locale/de/LC_MESSAGES/plasma_containmentactions_switchactivity.mo share/locale/de/LC_MESSAGES/plasma_containmentactions_switchdesktop.mo share/locale/de/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/de/LC_MESSAGES/plasma_engine_calendar.mo share/locale/de/LC_MESSAGES/plasma_engine_kalzium.mo share/locale/de/LC_MESSAGES/plasma_engine_kdeobservatory.mo share/locale/de/LC_MESSAGES/plasma_engine_keystate.mo share/locale/de/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/de/LC_MESSAGES/plasma_engine_metadata.mo share/locale/de/LC_MESSAGES/plasma_engine_mpris2.mo share/locale/de/LC_MESSAGES/plasma_engine_network.mo share/locale/de/LC_MESSAGES/plasma_engine_notifications.mo share/locale/de/LC_MESSAGES/plasma_engine_nowplaying.mo share/locale/de/LC_MESSAGES/plasma_engine_rss.mo share/locale/de/LC_MESSAGES/plasma_engine_share.mo share/locale/de/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/de/LC_MESSAGES/plasma_engine_weather.mo share/locale/de/LC_MESSAGES/plasma_package_org.kde.desktop.activitymanager.mo share/locale/de/LC_MESSAGES/plasma_package_org.kde.desktop.widgetexplorer.mo share/locale/de/LC_MESSAGES/plasma_packagestructure_comic.mo share/locale/de/LC_MESSAGES/plasma_runner_CharacterRunner.mo share/locale/de/LC_MESSAGES/plasma_runner_activities.mo share/locale/de/LC_MESSAGES/plasma_runner_audioplayercontrol.mo share/locale/de/LC_MESSAGES/plasma_runner_bookmarksrunner.mo share/locale/de/LC_MESSAGES/plasma_runner_browserhistory.mo share/locale/de/LC_MESSAGES/plasma_runner_calculatorrunner.mo share/locale/de/LC_MESSAGES/plasma_runner_contacts.mo share/locale/de/LC_MESSAGES/plasma_runner_converterrunner.mo share/locale/de/LC_MESSAGES/plasma_runner_datetime.mo share/locale/de/LC_MESSAGES/plasma_runner_events.mo share/locale/de/LC_MESSAGES/plasma_runner_katesessions.mo share/locale/de/LC_MESSAGES/plasma_runner_kget.mo share/locale/de/LC_MESSAGES/plasma_runner_kill.mo share/locale/de/LC_MESSAGES/plasma_runner_konquerorsessions.mo share/locale/de/LC_MESSAGES/plasma_runner_konsolesessions.mo share/locale/de/LC_MESSAGES/plasma_runner_kopete.mo share/locale/de/LC_MESSAGES/plasma_runner_krunner_dictionary.mo share/locale/de/LC_MESSAGES/plasma_runner_locations.mo share/locale/de/LC_MESSAGES/plasma_runner_marblerunner.mo share/locale/de/LC_MESSAGES/plasma_runner_mediawiki.mo share/locale/de/LC_MESSAGES/plasma_runner_nepomuksearchrunner.mo share/locale/de/LC_MESSAGES/plasma_runner_placesrunner.mo share/locale/de/LC_MESSAGES/plasma_runner_plasma-desktop.mo share/locale/de/LC_MESSAGES/plasma_runner_powerdevil.mo share/locale/de/LC_MESSAGES/plasma_runner_recentdocuments.mo share/locale/de/LC_MESSAGES/plasma_runner_services.mo share/locale/de/LC_MESSAGES/plasma_runner_sessions.mo share/locale/de/LC_MESSAGES/plasma_runner_shell.mo share/locale/de/LC_MESSAGES/plasma_runner_solid.mo share/locale/de/LC_MESSAGES/plasma_runner_spellcheckrunner.mo share/locale/de/LC_MESSAGES/plasma_runner_webshortcuts.mo share/locale/de/LC_MESSAGES/plasma_runner_windowedwidgets.mo share/locale/de/LC_MESSAGES/plasma_runner_windows.mo share/locale/de/LC_MESSAGES/plasma_runner_youtube.mo share/locale/de/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/de/LC_MESSAGES/plasma_toolbox_desktoptoolbox.mo share/locale/de/LC_MESSAGES/plasma_toolbox_paneltoolbox.mo share/locale/de/LC_MESSAGES/plasma_wallpaper_color.mo share/locale/de/LC_MESSAGES/plasma_wallpaper_image.mo share/locale/de/LC_MESSAGES/plasma_wallpaper_mandelbrot.mo share/locale/de/LC_MESSAGES/plasma_wallpaper_marble.mo share/locale/de/LC_MESSAGES/plasma_wallpaper_pattern.mo share/locale/de/LC_MESSAGES/plasma_wallpaper_potd.mo share/locale/de/LC_MESSAGES/plasma_wallpaper_virus.mo share/locale/de/LC_MESSAGES/plasma_wallpaper_wallpaper-qml.mo share/locale/de/LC_MESSAGES/plasma_wallpaper_weather.mo share/locale/de/LC_MESSAGES/plasmagenericshell.mo share/locale/de/LC_MESSAGES/plasmapkg.mo share/locale/de/LC_MESSAGES/pothumbnail.mo share/locale/de/LC_MESSAGES/powerdevil.mo share/locale/de/LC_MESSAGES/powerdevilactivitiesconfig.mo share/locale/de/LC_MESSAGES/powerdevilglobalconfig.mo share/locale/de/LC_MESSAGES/powerdevilprofilesconfig.mo share/locale/de/LC_MESSAGES/print-manager.mo share/locale/de/LC_MESSAGES/processcore.mo share/locale/de/LC_MESSAGES/processui.mo share/locale/de/LC_MESSAGES/randrmonitor.mo share/locale/de/LC_MESSAGES/rellinks.mo share/locale/de/LC_MESSAGES/rocs.mo share/locale/de/LC_MESSAGES/rocscore.mo share/locale/de/LC_MESSAGES/rocsvisualeditor.mo share/locale/de/LC_MESSAGES/searchbarplugin.mo share/locale/de/LC_MESSAGES/solid-hardware.mo share/locale/de/LC_MESSAGES/solid-network.mo share/locale/de/LC_MESSAGES/solid_qt.mo share/locale/de/LC_MESSAGES/solidcontrol.mo share/locale/de/LC_MESSAGES/soliduiserver.mo share/locale/de/LC_MESSAGES/step.mo share/locale/de/LC_MESSAGES/step_qt.mo share/locale/de/LC_MESSAGES/strigila_diff.mo share/locale/de/LC_MESSAGES/superkaramba.mo share/locale/de/LC_MESSAGES/svgpart.mo share/locale/de/LC_MESSAGES/sweeper.mo share/locale/de/LC_MESSAGES/systemsettings.mo share/locale/de/LC_MESSAGES/tasks-mobile.mo share/locale/de/LC_MESSAGES/timezones4.mo share/locale/de/LC_MESSAGES/uachangerplugin.mo share/locale/de/LC_MESSAGES/umbrello.mo share/locale/de/LC_MESSAGES/useraccount.mo share/locale/de/LC_MESSAGES/validatorsplugin.mo share/locale/de/LC_MESSAGES/webarchiver.mo share/locale/de/LC_MESSAGES/xml_mimetypes.mo share/locale/de/LC_SCRIPTS/kdelibs4/kdelibs4.js share/locale/de/entry.desktop @dirrm share/locale/de/LC_SCRIPTS/kdelibs4 @dirrm share/locale/de/LC_SCRIPTS @dirrm share/doc/HTML/de/umbrello @dirrm share/doc/HTML/de/systemsettings @dirrm share/doc/HTML/de/sweeper @dirrm share/doc/HTML/de/step @dirrm share/doc/HTML/de/sonnet @dirrm share/doc/HTML/de/rocs @dirrm share/doc/HTML/de/plasma-desktop @dirrm share/doc/HTML/de/picmi @dirrm share/doc/HTML/de/parley @dirrm share/doc/HTML/de/palapeli @dirrm share/doc/HTML/de/onlinehelp @dirrm share/doc/HTML/de/okular @dirrm share/doc/HTML/de/okteta @dirrm share/doc/HTML/de/marble @dirrm share/doc/HTML/de/lskat @dirrm share/doc/HTML/de/lokalize @dirrm share/doc/HTML/de/kwrite @dirrm share/doc/HTML/de/kwordquiz @dirrm share/doc/HTML/de/kwatchgnupg @dirrm share/doc/HTML/de/kwallet @dirrm share/doc/HTML/de/kuser @dirrm share/doc/HTML/de/kubrick @dirrm share/doc/HTML/de/kturtle @dirrm share/doc/HTML/de/ktuberling @dirrm share/doc/HTML/de/ktron @dirrm share/doc/HTML/de/ktouch @dirrm share/doc/HTML/de/ktnef @dirrm share/doc/HTML/de/ktimetracker @dirrm share/doc/HTML/de/ktimer @dirrm share/doc/HTML/de/kteatime @dirrm share/doc/HTML/de/ksystemlog @dirrm share/doc/HTML/de/ksysguard @dirrm share/doc/HTML/de/ksudoku @dirrm share/doc/HTML/de/kstars @dirrm share/doc/HTML/de/ksquares @dirrm share/doc/HTML/de/kspaceduel @dirrm share/doc/HTML/de/ksnapshot @dirrm share/doc/HTML/de/ksirkskineditor @dirrm share/doc/HTML/de/ksirk @dirrm share/doc/HTML/de/kshisen @dirrm share/doc/HTML/de/kruler @dirrm share/doc/HTML/de/krfb @dirrm share/doc/HTML/de/kreversi @dirrm share/doc/HTML/de/krdc @dirrm share/doc/HTML/de/kppp @dirrm share/doc/HTML/de/kpat @dirrm share/doc/HTML/de/korganizer @dirrm share/doc/HTML/de/kopete @dirrm share/doc/HTML/de/kontact-admin @dirrm share/doc/HTML/de/kontact @dirrm share/doc/HTML/de/konsolekalendar @dirrm share/doc/HTML/de/konsole @dirrm share/doc/HTML/de/konquest @dirrm share/doc/HTML/de/konqueror @dirrm share/doc/HTML/de/kompare @dirrm share/doc/HTML/de/kommander @dirrm share/doc/HTML/de/kolourpaint @dirrm share/doc/HTML/de/kollision @dirrm share/doc/HTML/de/kolf @dirrm share/doc/HTML/de/knotes @dirrm share/doc/HTML/de/knode @dirrm share/doc/HTML/de/knetwalk @dirrm share/doc/HTML/de/knetattach @dirrm share/doc/HTML/de/kmplot @dirrm share/doc/HTML/de/kmouth @dirrm share/doc/HTML/de/kmousetool @dirrm share/doc/HTML/de/kmix @dirrm share/doc/HTML/de/kmines @dirrm share/doc/HTML/de/kmenuedit @dirrm share/doc/HTML/de/kmail @dirrm share/doc/HTML/de/kmahjongg @dirrm share/doc/HTML/de/kmag @dirrm share/doc/HTML/de/klipper @dirrm share/doc/HTML/de/klinkstatus @dirrm share/doc/HTML/de/klines @dirrm share/doc/HTML/de/klickety @dirrm share/doc/HTML/de/klettres @dirrm share/doc/HTML/de/kleopatra @dirrm share/doc/HTML/de/kjumpingcube @dirrm share/doc/HTML/de/kjots @dirrm share/doc/HTML/de/kiten @dirrm share/doc/HTML/de/kiriki @dirrm share/doc/HTML/de/kioslave/xz @dirrm share/doc/HTML/de/kioslave/webdav @dirrm share/doc/HTML/de/kioslave/thumbnail @dirrm share/doc/HTML/de/kioslave/telnet @dirrm share/doc/HTML/de/kioslave/tar @dirrm share/doc/HTML/de/kioslave/smtp @dirrm share/doc/HTML/de/kioslave/smb @dirrm share/doc/HTML/de/kioslave/sieve @dirrm share/doc/HTML/de/kioslave/sftp @dirrm share/doc/HTML/de/kioslave/rlogin @dirrm share/doc/HTML/de/kioslave/pop3 @dirrm share/doc/HTML/de/kioslave/nntp @dirrm share/doc/HTML/de/kioslave/nfs @dirrm share/doc/HTML/de/kioslave/news @dirrm share/doc/HTML/de/kioslave/network @dirrm share/doc/HTML/de/kioslave/nepomuksearch @dirrm share/doc/HTML/de/kioslave/mbox @dirrm share/doc/HTML/de/kioslave/man @dirrm share/doc/HTML/de/kioslave/mailto @dirrm share/doc/HTML/de/kioslave/ldap @dirrm share/doc/HTML/de/kioslave/info @dirrm share/doc/HTML/de/kioslave/imap @dirrm share/doc/HTML/de/kioslave/http @dirrm share/doc/HTML/de/kioslave/help @dirrm share/doc/HTML/de/kioslave/gzip @dirrm share/doc/HTML/de/kioslave/ftp @dirrm share/doc/HTML/de/kioslave/floppy @dirrm share/doc/HTML/de/kioslave/fish @dirrm share/doc/HTML/de/kioslave/finger @dirrm share/doc/HTML/de/kioslave/file @dirrm share/doc/HTML/de/kioslave/data @dirrm share/doc/HTML/de/kioslave/cgi @dirrm share/doc/HTML/de/kioslave/bzip2 @dirrm share/doc/HTML/de/kioslave/bookmarks @dirrm share/doc/HTML/de/kioslave/audiocd @dirrm share/doc/HTML/de/kioslave @dirrm share/doc/HTML/de/kinfocenter @dirrm share/doc/HTML/de/kimagemapeditor @dirrm share/doc/HTML/de/killbots @dirrm share/doc/HTML/de/kigo @dirrm share/doc/HTML/de/kig @dirrm share/doc/HTML/de/khelpcenter/glossary @dirrm share/doc/HTML/de/khelpcenter/documentationnotfound @dirrm share/doc/HTML/de/khelpcenter @dirrm share/doc/HTML/de/khangman @dirrm share/doc/HTML/de/kgpg @dirrm share/doc/HTML/de/kgoldrunner @dirrm share/doc/HTML/de/kget @dirrm share/doc/HTML/de/kgeography @dirrm share/doc/HTML/de/kfourinline @dirrm share/doc/HTML/de/kfontview @dirrm share/doc/HTML/de/kfloppy @dirrm share/doc/HTML/de/kfind @dirrm share/doc/HTML/de/kfilereplace @dirrm share/doc/HTML/de/kdm @dirrm share/doc/HTML/de/kdiamond @dirrm share/doc/HTML/de/kdf @dirrm share/doc/HTML/de/kdesu @dirrm share/doc/HTML/de/kdepasswd @dirrm share/doc/HTML/de/kdebugdialog @dirrm share/doc/HTML/de/kcron @dirrm share/doc/HTML/de/kcontrol/workspaceoptions @dirrm share/doc/HTML/de/kcontrol/windowspecific @dirrm share/doc/HTML/de/kcontrol/windowbehaviour @dirrm share/doc/HTML/de/kcontrol/useragent @dirrm share/doc/HTML/de/kcontrol/trash @dirrm share/doc/HTML/de/kcontrol/splashscreen @dirrm share/doc/HTML/de/kcontrol/spellchecking @dirrm share/doc/HTML/de/kcontrol/solid-hardware @dirrm share/doc/HTML/de/kcontrol/solid-device-automounter @dirrm share/doc/HTML/de/kcontrol/solid-actions @dirrm share/doc/HTML/de/kcontrol/smb @dirrm share/doc/HTML/de/kcontrol/screensaver @dirrm share/doc/HTML/de/kcontrol/proxy @dirrm share/doc/HTML/de/kcontrol/powerdevil @dirrm share/doc/HTML/de/kcontrol/phonon @dirrm share/doc/HTML/de/kcontrol/performance @dirrm share/doc/HTML/de/kcontrol/paths @dirrm share/doc/HTML/de/kcontrol/netpref @dirrm share/doc/HTML/de/kcontrol/nepomuk @dirrm share/doc/HTML/de/kcontrol/mouse @dirrm share/doc/HTML/de/kcontrol/language @dirrm share/doc/HTML/de/kcontrol/kwintabbox @dirrm share/doc/HTML/de/kcontrol/kwinscreenedges @dirrm share/doc/HTML/de/kcontrol/kwindecoration @dirrm share/doc/HTML/de/kcontrol/kwincompositing @dirrm share/doc/HTML/de/kcontrol/kresources @dirrm share/doc/HTML/de/kcontrol/kremotecontrol @dirrm share/doc/HTML/de/kcontrol/khtml-plugins @dirrm share/doc/HTML/de/kcontrol/khtml-java-js @dirrm share/doc/HTML/de/kcontrol/khtml-general @dirrm share/doc/HTML/de/kcontrol/khtml-behavior @dirrm share/doc/HTML/de/kcontrol/khtml-adblock @dirrm share/doc/HTML/de/kcontrol/khotkeys @dirrm share/doc/HTML/de/kcontrol/kgamma @dirrm share/doc/HTML/de/kcontrol/keys @dirrm share/doc/HTML/de/kcontrol/keyboard @dirrm share/doc/HTML/de/kcontrol/kded @dirrm share/doc/HTML/de/kcontrol/kcmstyle @dirrm share/doc/HTML/de/kcontrol/kcmsmserver @dirrm share/doc/HTML/de/kcontrol/kcmnotify @dirrm share/doc/HTML/de/kcontrol/kcmlaunch @dirrm share/doc/HTML/de/kcontrol/kcmcss @dirrm share/doc/HTML/de/kcontrol/kcmcgi @dirrm share/doc/HTML/de/kcontrol/kcmaccess @dirrm share/doc/HTML/de/kcontrol/kcm_ssl @dirrm share/doc/HTML/de/kcontrol/kamera @dirrm share/doc/HTML/de/kcontrol/joystick @dirrm share/doc/HTML/de/kcontrol/icons @dirrm share/doc/HTML/de/kcontrol/history @dirrm share/doc/HTML/de/kcontrol/fonts @dirrm share/doc/HTML/de/kcontrol/fontinst @dirrm share/doc/HTML/de/kcontrol/filetypes @dirrm share/doc/HTML/de/kcontrol/filemanager @dirrm share/doc/HTML/de/kcontrol/emoticons @dirrm share/doc/HTML/de/kcontrol/ebrowsing @dirrm share/doc/HTML/de/kcontrol/desktopthemedetails @dirrm share/doc/HTML/de/kcontrol/desktop @dirrm share/doc/HTML/de/kcontrol/cursortheme @dirrm share/doc/HTML/de/kcontrol/cookies @dirrm share/doc/HTML/de/kcontrol/componentchooser @dirrm share/doc/HTML/de/kcontrol/colors @dirrm share/doc/HTML/de/kcontrol/clock @dirrm share/doc/HTML/de/kcontrol/cddbretrieval @dirrm share/doc/HTML/de/kcontrol/cache @dirrm share/doc/HTML/de/kcontrol/bookmarks @dirrm share/doc/HTML/de/kcontrol/blockdevices @dirrm share/doc/HTML/de/kcontrol/bell @dirrm share/doc/HTML/de/kcontrol/autostart @dirrm share/doc/HTML/de/kcontrol/attica @dirrm share/doc/HTML/de/kcontrol @dirrm share/doc/HTML/de/kcharselect @dirrm share/doc/HTML/de/kcalc @dirrm share/doc/HTML/de/kcachegrind @dirrm share/doc/HTML/de/kbruch @dirrm share/doc/HTML/de/kbreakout @dirrm share/doc/HTML/de/kbounce @dirrm share/doc/HTML/de/kblocks @dirrm share/doc/HTML/de/kblackbox @dirrm share/doc/HTML/de/kbattleship @dirrm share/doc/HTML/de/katomic @dirrm share/doc/HTML/de/kate @dirrm share/doc/HTML/de/kapptemplate @dirrm share/doc/HTML/de/kapman @dirrm share/doc/HTML/de/kanagram @dirrm share/doc/HTML/de/kalzium @dirrm share/doc/HTML/de/kalgebra @dirrm share/doc/HTML/de/kalarm @dirrm share/doc/HTML/de/kajongg @dirrm share/doc/HTML/de/kabcclient @dirrm share/doc/HTML/de/juk @dirrm share/doc/HTML/de/jovie @dirrm share/doc/HTML/de/gwenview @dirrm share/doc/HTML/de/granatier @dirrm share/doc/HTML/de/fundamentals @dirrm share/doc/HTML/de/filelight @dirrm share/doc/HTML/de/dragonplayer @dirrm share/doc/HTML/de/dolphin @dirrm share/doc/HTML/de/common @dirrm share/doc/HTML/de/cervisia @dirrm share/doc/HTML/de/cantor @dirrm share/doc/HTML/de/bovo @dirrm share/doc/HTML/de/bomber @dirrm share/doc/HTML/de/blogilo @dirrm share/doc/HTML/de/blinken @dirrm share/doc/HTML/de/ark @dirrm share/doc/HTML/de/amor @dirrm share/doc/HTML/de/akregator @dirrm share/doc/HTML/de/PolicyKit-kde @dirrm share/apps/step/objinfo/l10n/de @dirrm share/apps/step/objinfo/l10n @dirrm share/apps/step/objinfo @dirrm share/apps/step @dirrm share/apps/kvtml/de @dirrm share/apps/kvtml @dirrm share/apps/ktuberling/sounds/de @dirrm share/apps/ktuberling/sounds @dirrm share/apps/ktuberling @dirrm share/apps/klettres/de/syllab @dirrm share/apps/klettres/de/alpha @dirrm share/apps/klettres/de @dirrm share/apps/klettres @dirrm share/apps/khangman @dirrm share/apps/kajongg/voices/de/male2 @dirrm share/apps/kajongg/voices/de/male1 @dirrm share/apps/kajongg/voices/de/female2 @dirrm share/apps/kajongg/voices/de/female1 @dirrm share/apps/kajongg/voices/de @dirrm share/apps/kajongg/voices @dirrm share/apps/kajongg @dirrm share/apps/autocorrect @dirrmtry man/de/man8 @dirrmtry man/de/man7 @dirrmtry man/de/man6 @dirrmtry man/de/man1 @dirrmtry man/de Index: head/graphics/gwenview-kde4/distinfo =================================================================== --- head/graphics/gwenview-kde4/distinfo (revision 318451) +++ head/graphics/gwenview-kde4/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/gwenview-4.10.1.tar.xz) = 641e3ffafa478612abdba4aaed8a692c71c360886f32fe260b2ff8ec40b03756 -SIZE (KDE/4.10.1/gwenview-4.10.1.tar.xz) = 2184064 +SHA256 (KDE/4.10.3/gwenview-4.10.3.tar.xz) = d764632e05d75d372e8186b00b7e30782f905ca1c926f2b8696fa5afb6533ea5 +SIZE (KDE/4.10.3/gwenview-4.10.3.tar.xz) = 2184520 Index: head/graphics/kamera-kde4/distinfo =================================================================== --- head/graphics/kamera-kde4/distinfo (revision 318451) +++ head/graphics/kamera-kde4/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/kamera-4.10.1.tar.xz) = d5d0dd48a01c359f79af418074ef4c0530063bc28d4501cc66c85542aae17338 -SIZE (KDE/4.10.1/kamera-4.10.1.tar.xz) = 37776 +SHA256 (KDE/4.10.3/kamera-4.10.3.tar.xz) = 5db7d0974da230141828724cc0be1f61bc3b36e5375dea3d1719a96962b53fe9 +SIZE (KDE/4.10.3/kamera-4.10.3.tar.xz) = 37700 Index: head/graphics/kcolorchooser/distinfo =================================================================== --- head/graphics/kcolorchooser/distinfo (revision 318451) +++ head/graphics/kcolorchooser/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/kcolorchooser-4.10.1.tar.xz) = d3a9a8bcaced4104e33c6222bb2138700e9869cc77a3afd8b46304f780969c9a -SIZE (KDE/4.10.1/kcolorchooser-4.10.1.tar.xz) = 4556 +SHA256 (KDE/4.10.3/kcolorchooser-4.10.3.tar.xz) = 1a2a98a67457eacc1eb40cdf82ad4c1a380673320d1a243e1fd0bfee7a2b33b3 +SIZE (KDE/4.10.3/kcolorchooser-4.10.3.tar.xz) = 4600 Index: head/graphics/kdegraphics4-mobipocket/distinfo =================================================================== --- head/graphics/kdegraphics4-mobipocket/distinfo (revision 318451) +++ head/graphics/kdegraphics4-mobipocket/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/kdegraphics-mobipocket-4.10.1.tar.xz) = 98174a0297ddc4dec8b0d465662efd4e12d34db1741dd578aaf040077325b2ff -SIZE (KDE/4.10.1/kdegraphics-mobipocket-4.10.1.tar.xz) = 20268 +SHA256 (KDE/4.10.3/kdegraphics-mobipocket-4.10.3.tar.xz) = 939a418d695171a5d6b42982917dd7608ef7aa5c91dcd94544200c58186b8de1 +SIZE (KDE/4.10.3/kdegraphics-mobipocket-4.10.3.tar.xz) = 20312 Index: head/graphics/kdegraphics4-strigi-analyzer/distinfo =================================================================== --- head/graphics/kdegraphics4-strigi-analyzer/distinfo (revision 318451) +++ head/graphics/kdegraphics4-strigi-analyzer/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/kdegraphics-strigi-analyzer-4.10.1.tar.xz) = 23bbf134ea02ec4f89b6b8a3a03f9d2231c3b5fdb1088cfbb95d4773f58a19dd -SIZE (KDE/4.10.1/kdegraphics-strigi-analyzer-4.10.1.tar.xz) = 41040 +SHA256 (KDE/4.10.3/kdegraphics-strigi-analyzer-4.10.3.tar.xz) = 71df61fdb2b7239f0ac1cdfeee27cfe171d0669be00ef6c1c43ce326f103b247 +SIZE (KDE/4.10.3/kdegraphics-strigi-analyzer-4.10.3.tar.xz) = 41184 Index: head/graphics/kdegraphics4-svgpart/distinfo =================================================================== --- head/graphics/kdegraphics4-svgpart/distinfo (revision 318451) +++ head/graphics/kdegraphics4-svgpart/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/svgpart-4.10.1.tar.xz) = c8cc5e067c87538c01874bc35c513afed4cdce84bf44236c69b1ec5eab95197b -SIZE (KDE/4.10.1/svgpart-4.10.1.tar.xz) = 9180 +SHA256 (KDE/4.10.3/svgpart-4.10.3.tar.xz) = 5c84b449ef06b0bc0947079244f649fc9e2c922227236375730377d3f0b96b2e +SIZE (KDE/4.10.3/svgpart-4.10.3.tar.xz) = 9228 Index: head/graphics/kdegraphics4-thumbnailers/distinfo =================================================================== --- head/graphics/kdegraphics4-thumbnailers/distinfo (revision 318451) +++ head/graphics/kdegraphics4-thumbnailers/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/kdegraphics-thumbnailers-4.10.1.tar.xz) = d5e608dc4077fcdb2b2770b38d93662b874970d43787204e9d149c255efc1356 -SIZE (KDE/4.10.1/kdegraphics-thumbnailers-4.10.1.tar.xz) = 41684 +SHA256 (KDE/4.10.3/kdegraphics-thumbnailers-4.10.3.tar.xz) = a19de250313ad770d5b43890e23cea0507936921f611260bbacb5fbb960fec0e +SIZE (KDE/4.10.3/kdegraphics-thumbnailers-4.10.3.tar.xz) = 41892 Index: head/graphics/kolourpaint/distinfo =================================================================== --- head/graphics/kolourpaint/distinfo (revision 318451) +++ head/graphics/kolourpaint/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/kolourpaint-4.10.1.tar.xz) = 97b4850274584fdd65e0a233d3a9936f7352ed46ad1e63d949fc5222a13584ca -SIZE (KDE/4.10.1/kolourpaint-4.10.1.tar.xz) = 1186092 +SHA256 (KDE/4.10.3/kolourpaint-4.10.3.tar.xz) = a23ade36aede650c5a6df6155c97449d57f06aac353ba94ab86eacbb95620c07 +SIZE (KDE/4.10.3/kolourpaint-4.10.3.tar.xz) = 1186836 Index: head/graphics/ksaneplugin/distinfo =================================================================== --- head/graphics/ksaneplugin/distinfo (revision 318451) +++ head/graphics/ksaneplugin/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/ksaneplugin-4.10.1.tar.xz) = 72596d0b3720c806918723d5d981920997616db642b5101d8863f9698d9154a4 -SIZE (KDE/4.10.1/ksaneplugin-4.10.1.tar.xz) = 13388 +SHA256 (KDE/4.10.3/ksaneplugin-4.10.3.tar.xz) = 354e173ad4e7722fcee95329c03c01d7398256225a83bab7b16dcc42c7c80870 +SIZE (KDE/4.10.3/ksaneplugin-4.10.3.tar.xz) = 13436 Index: head/graphics/ksnapshot/distinfo =================================================================== --- head/graphics/ksnapshot/distinfo (revision 318451) +++ head/graphics/ksnapshot/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/ksnapshot-4.10.1.tar.xz) = 1c658481da08e5e5651402ca3ac913ea61bb750a38ca5c73dc22f3511e7d2bc5 -SIZE (KDE/4.10.1/ksnapshot-4.10.1.tar.xz) = 264284 +SHA256 (KDE/4.10.3/ksnapshot-4.10.3.tar.xz) = 3d08482ce9149a3e24b7de2451b62cd7e094db8f2825b6ab0c20995e6b261f9b +SIZE (KDE/4.10.3/ksnapshot-4.10.3.tar.xz) = 264524 Index: head/graphics/libkdcraw-kde4/distinfo =================================================================== --- head/graphics/libkdcraw-kde4/distinfo (revision 318451) +++ head/graphics/libkdcraw-kde4/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/libkdcraw-4.10.1.tar.xz) = 965d3793447c39c0113c3480ddd1d52a0ce92babdba509c379031dff1f066f6e -SIZE (KDE/4.10.1/libkdcraw-4.10.1.tar.xz) = 349424 +SHA256 (KDE/4.10.3/libkdcraw-4.10.3.tar.xz) = af85582619b0fbf55f08a775a0745b83b77f66b8043f603e29fee2df2488526c +SIZE (KDE/4.10.3/libkdcraw-4.10.3.tar.xz) = 349076 Index: head/graphics/libkexiv2-kde4/distinfo =================================================================== --- head/graphics/libkexiv2-kde4/distinfo (revision 318451) +++ head/graphics/libkexiv2-kde4/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/libkexiv2-4.10.1.tar.xz) = ae59b70be7bd5f2afd550c651fc545dfdf31774dc20155ebc61e32aa18816814 -SIZE (KDE/4.10.1/libkexiv2-4.10.1.tar.xz) = 134568 +SHA256 (KDE/4.10.3/libkexiv2-4.10.3.tar.xz) = a3d619b4d077d35097e5d64a7c04da803ef1c993acb800296d8997567ab357ea +SIZE (KDE/4.10.3/libkexiv2-4.10.3.tar.xz) = 134424 Index: head/graphics/libkipi-kde4/Makefile =================================================================== --- head/graphics/libkipi-kde4/Makefile (revision 318451) +++ head/graphics/libkipi-kde4/Makefile (revision 318452) @@ -1,34 +1,33 @@ # Created by: Dima Panov # $FreeBSD$ PORTNAME= libkipi PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 1 CATEGORIES= graphics kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= KDE Image Plugin Interface LATEST_LINK= ${PORTNAME}-kde4 CONFLICTS= kdegraphics-4.[0-6].* USE_XZ= yes USE_KDE4= automoc4 kdehier kdeprefix kdelibs USES= cmake:outsource USE_QT4= gui moc_build qmake_build rcc_build uic_build USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes pre-configure: ${REINPLACE_CMD} -e '/pkgconfig/ s/$${LIB_INSTALL_DIR}/libdata/' \ -e 's/${PORTNAME}.pc\([^.]\)/${PORTNAME}-kde4.pc\1/g' \ ${WRKSRC}/CMakeLists.txt # remove BOM: ${REINPLACE_CMD} -e '1 s|^.*/|/|g' \ ${WRKSRC}/tests/kipitestmainwindow.cpp .include Index: head/graphics/libkipi-kde4/distinfo =================================================================== --- head/graphics/libkipi-kde4/distinfo (revision 318451) +++ head/graphics/libkipi-kde4/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/libkipi-4.10.1.tar.xz) = 73e94f6802514a22ebb1046a78d95a301e9eeae8b879edf385ec2b919244ce26 -SIZE (KDE/4.10.1/libkipi-4.10.1.tar.xz) = 95920 +SHA256 (KDE/4.10.3/libkipi-4.10.3.tar.xz) = 8fd20231d918b80036f753b3e8f9360e65c744ec6c1a74305cfc2e7b52afd50b +SIZE (KDE/4.10.3/libkipi-4.10.3.tar.xz) = 96116 Index: head/graphics/libksane/distinfo =================================================================== --- head/graphics/libksane/distinfo (revision 318451) +++ head/graphics/libksane/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/libksane-4.10.1.tar.xz) = bd2d7657b4d02baf0fa4b0b0b6d44f2044c5c4b52bf050dccc1d257e12fd6fcc -SIZE (KDE/4.10.1/libksane-4.10.1.tar.xz) = 82568 +SHA256 (KDE/4.10.3/libksane-4.10.3.tar.xz) = 2226bca0c8fc1bab7c4bb4878ba2efd151eb14dcb27d5b92100552503ff9509d +SIZE (KDE/4.10.3/libksane-4.10.3.tar.xz) = 82568 Index: head/graphics/okular/distinfo =================================================================== --- head/graphics/okular/distinfo (revision 318451) +++ head/graphics/okular/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/okular-4.10.1.tar.xz) = 29158a4e94578ffcf37514ae1671ec4f658ea497c83843891e9282e4e16ae694 -SIZE (KDE/4.10.1/okular-4.10.1.tar.xz) = 1382028 +SHA256 (KDE/4.10.3/okular-4.10.3.tar.xz) = b69d3c93acb40bfdd83978717ba6b19ae1aa421420a2e8ffe950b85ffc89f951 +SIZE (KDE/4.10.3/okular-4.10.3.tar.xz) = 1383728 Index: head/hebrew/kde4-l10n/distinfo =================================================================== --- head/hebrew/kde4-l10n/distinfo (revision 318451) +++ head/hebrew/kde4-l10n/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/kde-l10n/kde-l10n-he-4.10.1.tar.xz) = 2b49e9f003ce7dc3234008a3670567256c5e0d0ec786f35f422463ab6339b9fa -SIZE (KDE/4.10.1/kde-l10n/kde-l10n-he-4.10.1.tar.xz) = 2160488 +SHA256 (KDE/4.10.3/kde-l10n/kde-l10n-he-4.10.3.tar.xz) = bcda232feeff355085cfdf958f0674c843ca701450d809b6e83953d1aeb7503e +SIZE (KDE/4.10.3/kde-l10n/kde-l10n-he-4.10.3.tar.xz) = 2162792 Index: head/hebrew/kde4-l10n/pkg-plist =================================================================== --- head/hebrew/kde4-l10n/pkg-plist (revision 318451) +++ head/hebrew/kde4-l10n/pkg-plist (revision 318452) @@ -1,501 +1,499 @@ 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/HTML/he/common/fdl-translated.html share/doc/HTML/he/common/gpl-translated.html share/doc/HTML/he/common/kde-localised.css share/doc/HTML/he/common/lgpl-translated.html share/locale/he/LC_MESSAGES/adblock.mo share/locale/he/LC_MESSAGES/akonadicontact.mo share/locale/he/LC_MESSAGES/akonadinotes.mo share/locale/he/LC_MESSAGES/akregator.mo share/locale/he/LC_MESSAGES/akregator_konqplugin.mo share/locale/he/LC_MESSAGES/amor.mo share/locale/he/LC_MESSAGES/ark.mo share/locale/he/LC_MESSAGES/attica_kde.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/bomber.mo share/locale/he/LC_MESSAGES/cervisia.mo share/locale/he/LC_MESSAGES/dirfilterplugin.mo share/locale/he/LC_MESSAGES/display.mo share/locale/he/LC_MESSAGES/dolphin.mo share/locale/he/LC_MESSAGES/domtreeviewer.mo share/locale/he/LC_MESSAGES/dragonplayer.mo share/locale/he/LC_MESSAGES/drkonqi.mo share/locale/he/LC_MESSAGES/filetypes.mo share/locale/he/LC_MESSAGES/freespacenotifier.mo share/locale/he/LC_MESSAGES/fsview.mo share/locale/he/LC_MESSAGES/gwenview.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/jovie.mo share/locale/he/LC_MESSAGES/joystick.mo share/locale/he/LC_MESSAGES/juk.mo share/locale/he/LC_MESSAGES/kabc_dir.mo share/locale/he/LC_MESSAGES/kabc_file.mo share/locale/he/LC_MESSAGES/kabc_ldapkio.mo share/locale/he/LC_MESSAGES/kabc_net.mo share/locale/he/LC_MESSAGES/kabcformat_binary.mo share/locale/he/LC_MESSAGES/kaccess.mo share/locale/he/LC_MESSAGES/kactivitymanagerd.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/kate.mo share/locale/he/LC_MESSAGES/katehelloworld.mo share/locale/he/LC_MESSAGES/kateopenheader.mo share/locale/he/LC_MESSAGES/katepart4.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/kbattleship.mo share/locale/he/LC_MESSAGES/kblackbox.mo share/locale/he/LC_MESSAGES/kblankscrn.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/kcertpart.mo share/locale/he/LC_MESSAGES/kcharselect.mo share/locale/he/LC_MESSAGES/kcm-kwin-scripts.mo share/locale/he/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/he/LC_MESSAGES/kcm_attica.mo share/locale/he/LC_MESSAGES/kcm_autostart.mo share/locale/he/LC_MESSAGES/kcm_desktoppaths.mo share/locale/he/LC_MESSAGES/kcm_desktopthemedetails.mo share/locale/he/LC_MESSAGES/kcm_device_automounter.mo share/locale/he/LC_MESSAGES/kcm_emoticons.mo share/locale/he/LC_MESSAGES/kcm_infobase.mo share/locale/he/LC_MESSAGES/kcm_infosummary.mo -share/locale/he/LC_MESSAGES/kcm_krfb.mo share/locale/he/LC_MESSAGES/kcm_kwindesktop.mo share/locale/he/LC_MESSAGES/kcm_kwintabbox.mo share/locale/he/LC_MESSAGES/kcm_memory.mo share/locale/he/LC_MESSAGES/kcm_nepomuk.mo share/locale/he/LC_MESSAGES/kcm_pci.mo share/locale/he/LC_MESSAGES/kcm_phonon.mo share/locale/he/LC_MESSAGES/kcm_platform.mo share/locale/he/LC_MESSAGES/kcm_solid.mo share/locale/he/LC_MESSAGES/kcm_solid_actions.mo share/locale/he/LC_MESSAGES/kcm_standard_actions.mo share/locale/he/LC_MESSAGES/kcmaccess.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/kcmdevinfo.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/kcminit.mo share/locale/he/LC_MESSAGES/kcminput.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/kcmkdnssd.mo share/locale/he/LC_MESSAGES/kcmkeyboard.mo share/locale/he/LC_MESSAGES/kcmkeys.mo share/locale/he/LC_MESSAGES/kcmkgamma.mo share/locale/he/LC_MESSAGES/kcmkio.mo share/locale/he/LC_MESSAGES/kcmkonq.mo share/locale/he/LC_MESSAGES/kcmkonqhtml.mo share/locale/he/LC_MESSAGES/kcmkurifilt.mo share/locale/he/LC_MESSAGES/kcmkwincompositing.mo share/locale/he/LC_MESSAGES/kcmkwindecoration.mo share/locale/he/LC_MESSAGES/kcmkwinrules.mo share/locale/he/LC_MESSAGES/kcmkwinscreenedges.mo share/locale/he/LC_MESSAGES/kcmkwm.mo share/locale/he/LC_MESSAGES/kcmlaunch.mo share/locale/he/LC_MESSAGES/kcmlocale.mo share/locale/he/LC_MESSAGES/kcmnic.mo share/locale/he/LC_MESSAGES/kcmnotify.mo share/locale/he/LC_MESSAGES/kcmopengl.mo share/locale/he/LC_MESSAGES/kcmperformance.mo share/locale/he/LC_MESSAGES/kcmsamba.mo share/locale/he/LC_MESSAGES/kcmscreensaver.mo share/locale/he/LC_MESSAGES/kcmshell.mo share/locale/he/LC_MESSAGES/kcmsmartcard.mo share/locale/he/LC_MESSAGES/kcmsmserver.mo share/locale/he/LC_MESSAGES/kcmstyle.mo share/locale/he/LC_MESSAGES/kcmusb.mo share/locale/he/LC_MESSAGES/kcmview1394.mo share/locale/he/LC_MESSAGES/kcmworkspaceoptions.mo share/locale/he/LC_MESSAGES/kcolorchooser.mo share/locale/he/LC_MESSAGES/kcron.mo share/locale/he/LC_MESSAGES/kde-menu.mo share/locale/he/LC_MESSAGES/kdebugdialog.mo share/locale/he/LC_MESSAGES/kdecalendarsystems.mo share/locale/he/LC_MESSAGES/kdelibs4.mo share/locale/he/LC_MESSAGES/kdelibs_colors4.mo share/locale/he/LC_MESSAGES/kdepasswd.mo share/locale/he/LC_MESSAGES/kdeqt.mo share/locale/he/LC_MESSAGES/kdesu.mo share/locale/he/LC_MESSAGES/kdesud.mo share/locale/he/LC_MESSAGES/kdf.mo share/locale/he/LC_MESSAGES/kdialog.mo share/locale/he/LC_MESSAGES/kdmconfig.mo share/locale/he/LC_MESSAGES/kdmgreet.mo share/locale/he/LC_MESSAGES/kdontchangethehostname.mo share/locale/he/LC_MESSAGES/keditbookmarks.mo share/locale/he/LC_MESSAGES/kfile_dds.mo share/locale/he/LC_MESSAGES/kfile_drgeo.mo share/locale/he/LC_MESSAGES/kfile_exr.mo share/locale/he/LC_MESSAGES/kfile_kig.mo share/locale/he/LC_MESSAGES/kfile_pnm.mo share/locale/he/LC_MESSAGES/kfile_raw.mo share/locale/he/LC_MESSAGES/kfile_rgb.mo share/locale/he/LC_MESSAGES/kfile_rpm.mo share/locale/he/LC_MESSAGES/kfile_tiff.mo share/locale/he/LC_MESSAGES/kfile_xps.mo share/locale/he/LC_MESSAGES/kfileaudiopreview4.mo share/locale/he/LC_MESSAGES/kfileshare.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/kfontinst.mo share/locale/he/LC_MESSAGES/kfourinline.mo share/locale/he/LC_MESSAGES/kgeography.mo share/locale/he/LC_MESSAGES/kget.mo share/locale/he/LC_MESSAGES/kgetplugin.mo share/locale/he/LC_MESSAGES/kglobalaccel.mo share/locale/he/LC_MESSAGES/kgpg.mo share/locale/he/LC_MESSAGES/kgreet_classic.mo share/locale/he/LC_MESSAGES/kgreet_generic.mo share/locale/he/LC_MESSAGES/kgreet_winbind.mo share/locale/he/LC_MESSAGES/khangman.mo share/locale/he/LC_MESSAGES/khelpcenter.mo share/locale/he/LC_MESSAGES/khotkeys.mo share/locale/he/LC_MESSAGES/khotnewstuff.mo share/locale/he/LC_MESSAGES/khtmlkttsd.mo share/locale/he/LC_MESSAGES/khtmlsettingsplugin.mo share/locale/he/LC_MESSAGES/kiconfinder.mo -share/locale/he/LC_MESSAGES/kinetd.mo share/locale/he/LC_MESSAGES/kinfocenter.mo share/locale/he/LC_MESSAGES/kio4.mo share/locale/he/LC_MESSAGES/kio_activities.mo share/locale/he/LC_MESSAGES/kio_applications.mo share/locale/he/LC_MESSAGES/kio_archive.mo share/locale/he/LC_MESSAGES/kio_audiocd.mo share/locale/he/LC_MESSAGES/kio_bookmarks.mo share/locale/he/LC_MESSAGES/kio_finger.mo share/locale/he/LC_MESSAGES/kio_fish.mo share/locale/he/LC_MESSAGES/kio_floppy.mo share/locale/he/LC_MESSAGES/kio_help4.mo share/locale/he/LC_MESSAGES/kio_imap4.mo share/locale/he/LC_MESSAGES/kio_info.mo share/locale/he/LC_MESSAGES/kio_ldap.mo share/locale/he/LC_MESSAGES/kio_man.mo share/locale/he/LC_MESSAGES/kio_mbox.mo share/locale/he/LC_MESSAGES/kio_nepomuk.mo share/locale/he/LC_MESSAGES/kio_nepomuksearch.mo share/locale/he/LC_MESSAGES/kio_nfs.mo share/locale/he/LC_MESSAGES/kio_nntp.mo share/locale/he/LC_MESSAGES/kio_pop3.mo share/locale/he/LC_MESSAGES/kio_recentdocuments.mo share/locale/he/LC_MESSAGES/kio_remote.mo share/locale/he/LC_MESSAGES/kio_sftp.mo share/locale/he/LC_MESSAGES/kio_sieve.mo share/locale/he/LC_MESSAGES/kio_smb.mo share/locale/he/LC_MESSAGES/kio_smtp.mo share/locale/he/LC_MESSAGES/kio_svn.mo share/locale/he/LC_MESSAGES/kio_thumbnail.mo share/locale/he/LC_MESSAGES/kio_timeline.mo share/locale/he/LC_MESSAGES/kio_trash.mo share/locale/he/LC_MESSAGES/kioexec.mo share/locale/he/LC_MESSAGES/kjots.mo share/locale/he/LC_MESSAGES/kjumpingcube.mo share/locale/he/LC_MESSAGES/kleopatra.mo share/locale/he/LC_MESSAGES/klettres.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/kmailcvt.mo share/locale/he/LC_MESSAGES/kmenuedit.mo share/locale/he/LC_MESSAGES/kmimetypefinder.mo share/locale/he/LC_MESSAGES/kmines.mo share/locale/he/LC_MESSAGES/kmix.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/knetattach.mo share/locale/he/LC_MESSAGES/knetwalk.mo share/locale/he/LC_MESSAGES/knode.mo share/locale/he/LC_MESSAGES/knotes.mo share/locale/he/LC_MESSAGES/knotify4.mo share/locale/he/LC_MESSAGES/kolf.mo share/locale/he/LC_MESSAGES/kolourpaint.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/kontactinterfaces.mo share/locale/he/LC_MESSAGES/kopete.mo share/locale/he/LC_MESSAGES/korganizer.mo share/locale/he/LC_MESSAGES/kpartsaver.mo share/locale/he/LC_MESSAGES/kpasswdserver.mo share/locale/he/LC_MESSAGES/kpat.mo share/locale/he/LC_MESSAGES/kppp.mo share/locale/he/LC_MESSAGES/kppplogview.mo share/locale/he/LC_MESSAGES/kquitapp.mo share/locale/he/LC_MESSAGES/krandr.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/kreversi.mo share/locale/he/LC_MESSAGES/krfb.mo share/locale/he/LC_MESSAGES/kruler.mo share/locale/he/LC_MESSAGES/krunner.mo share/locale/he/LC_MESSAGES/kscd.mo share/locale/he/LC_MESSAGES/kscreenlocker.mo share/locale/he/LC_MESSAGES/kscreenlocker_greet.mo share/locale/he/LC_MESSAGES/kscreensaver.mo share/locale/he/LC_MESSAGES/kshellcmdplugin.mo share/locale/he/LC_MESSAGES/kshisen.mo share/locale/he/LC_MESSAGES/kshorturifilter.mo share/locale/he/LC_MESSAGES/ksmserver.mo share/locale/he/LC_MESSAGES/ksnapshot.mo share/locale/he/LC_MESSAGES/kspaceduel.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/kstyle_config.mo share/locale/he/LC_MESSAGES/kstyle_phase_config.mo share/locale/he/LC_MESSAGES/ksysguard.mo share/locale/he/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/he/LC_MESSAGES/ksystraycmd.mo share/locale/he/LC_MESSAGES/kteatime.mo share/locale/he/LC_MESSAGES/ktexteditor_plugins.mo share/locale/he/LC_MESSAGES/ktimer.mo share/locale/he/LC_MESSAGES/ktimetracker.mo share/locale/he/LC_MESSAGES/ktouch.mo share/locale/he/LC_MESSAGES/ktraderclient.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/kuiserver.mo share/locale/he/LC_MESSAGES/kurifilter.mo share/locale/he/LC_MESSAGES/kuser.mo share/locale/he/LC_MESSAGES/kwalletd.mo share/locale/he/LC_MESSAGES/kwin.mo share/locale/he/LC_MESSAGES/kwin_art_clients.mo share/locale/he/LC_MESSAGES/kwin_clients.mo share/locale/he/LC_MESSAGES/kwin_effects.mo share/locale/he/LC_MESSAGES/kwinshutdown.mo share/locale/he/LC_MESSAGES/kwinstartmenu.mo share/locale/he/LC_MESSAGES/kwrite.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/lancelot.mo share/locale/he/LC_MESSAGES/libkalarmcal.mo share/locale/he/LC_MESSAGES/libkcal.mo share/locale/he/LC_MESSAGES/libkcddb.mo share/locale/he/LC_MESSAGES/libkcompactdisc.mo share/locale/he/LC_MESSAGES/libkdecorations.mo share/locale/he/LC_MESSAGES/libkdeedu.mo share/locale/he/LC_MESSAGES/libkdegames.mo share/locale/he/LC_MESSAGES/libkdepim.mo share/locale/he/LC_MESSAGES/libkexiv2.mo share/locale/he/LC_MESSAGES/libkholidays.mo share/locale/he/LC_MESSAGES/libkonq.mo share/locale/he/LC_MESSAGES/libkscreensaver.mo share/locale/he/LC_MESSAGES/libkworkspace.mo share/locale/he/LC_MESSAGES/libkxmlrpcclient.mo share/locale/he/LC_MESSAGES/libmailimporter.mo share/locale/he/LC_MESSAGES/libmessagelist.mo share/locale/he/LC_MESSAGES/libmessageviewer.mo share/locale/he/LC_MESSAGES/liboxygenstyleconfig.mo share/locale/he/LC_MESSAGES/libphonon.mo share/locale/he/LC_MESSAGES/libplasma.mo share/locale/he/LC_MESSAGES/libplasmaclock.mo share/locale/he/LC_MESSAGES/libtaskmanager.mo share/locale/he/LC_MESSAGES/lokalize.mo share/locale/he/LC_MESSAGES/lskat.mo share/locale/he/LC_MESSAGES/marble.mo share/locale/he/LC_MESSAGES/marble_qt.mo share/locale/he/LC_MESSAGES/messageviewer_text_calendar_plugin.mo share/locale/he/LC_MESSAGES/messageviewer_text_vcard_plugin.mo share/locale/he/LC_MESSAGES/minitoolsplugin.mo share/locale/he/LC_MESSAGES/nepomukbackup.mo share/locale/he/LC_MESSAGES/nepomukcontroller.mo share/locale/he/LC_MESSAGES/nepomukfileindexer.mo share/locale/he/LC_MESSAGES/nepomukqueryservice.mo share/locale/he/LC_MESSAGES/nepomukserver.mo share/locale/he/LC_MESSAGES/nepomukservicestub.mo share/locale/he/LC_MESSAGES/nepomukstorage.mo share/locale/he/LC_MESSAGES/nsplugin.mo share/locale/he/LC_MESSAGES/okular.mo share/locale/he/LC_MESSAGES/parley.mo share/locale/he/LC_MESSAGES/phonon_gstreamer.mo share/locale/he/LC_MESSAGES/phonon_kde.mo share/locale/he/LC_MESSAGES/phononserver.mo share/locale/he/LC_MESSAGES/plasma-desktop.mo share/locale/he/LC_MESSAGES/plasma-netbook.mo share/locale/he/LC_MESSAGES/plasma-overlay.mo share/locale/he/LC_MESSAGES/plasma-remote-helper.mo share/locale/he/LC_MESSAGES/plasma-windowed.mo share/locale/he/LC_MESSAGES/plasma_applet_BbalL.mo share/locale/he/LC_MESSAGES/plasma_applet_CharSelectApplet.mo share/locale/he/LC_MESSAGES/plasma_applet_battery.mo share/locale/he/LC_MESSAGES/plasma_applet_binaryclock.mo share/locale/he/LC_MESSAGES/plasma_applet_calculator.mo share/locale/he/LC_MESSAGES/plasma_applet_clock.mo share/locale/he/LC_MESSAGES/plasma_applet_comic.mo share/locale/he/LC_MESSAGES/plasma_applet_currentappcontrol.mo share/locale/he/LC_MESSAGES/plasma_applet_dig_clock.mo share/locale/he/LC_MESSAGES/plasma_applet_fifteenPuzzle.mo share/locale/he/LC_MESSAGES/plasma_applet_fileWatcher.mo share/locale/he/LC_MESSAGES/plasma_applet_folderview.mo share/locale/he/LC_MESSAGES/plasma_applet_frame.mo share/locale/he/LC_MESSAGES/plasma_applet_fuzzy_clock.mo share/locale/he/LC_MESSAGES/plasma_applet_icon.mo share/locale/he/LC_MESSAGES/plasma_applet_incomingmsg.mo share/locale/he/LC_MESSAGES/plasma_applet_kalzium.mo share/locale/he/LC_MESSAGES/plasma_applet_kolourpicker.mo share/locale/he/LC_MESSAGES/plasma_applet_launcher.mo share/locale/he/LC_MESSAGES/plasma_applet_leavenote.mo share/locale/he/LC_MESSAGES/plasma_applet_life.mo share/locale/he/LC_MESSAGES/plasma_applet_lockout.mo share/locale/he/LC_MESSAGES/plasma_applet_luna.mo share/locale/he/LC_MESSAGES/plasma_applet_microblog.mo share/locale/he/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/he/LC_MESSAGES/plasma_applet_news.mo share/locale/he/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/he/LC_MESSAGES/plasma_applet_notes.mo share/locale/he/LC_MESSAGES/plasma_applet_notifier.mo share/locale/he/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/he/LC_MESSAGES/plasma_applet_pager.mo share/locale/he/LC_MESSAGES/plasma_applet_panel.mo share/locale/he/LC_MESSAGES/plasma_applet_paste.mo share/locale/he/LC_MESSAGES/plasma_applet_pastebin.mo share/locale/he/LC_MESSAGES/plasma_applet_previewer.mo share/locale/he/LC_MESSAGES/plasma_applet_qstardict.mo share/locale/he/LC_MESSAGES/plasma_applet_quicklaunch.mo share/locale/he/LC_MESSAGES/plasma_applet_rssnow.mo share/locale/he/LC_MESSAGES/plasma_applet_sal.mo share/locale/he/LC_MESSAGES/plasma_applet_saverdesktop.mo share/locale/he/LC_MESSAGES/plasma_applet_searchbox.mo share/locale/he/LC_MESSAGES/plasma_applet_showdashboard.mo share/locale/he/LC_MESSAGES/plasma_applet_showdesktop.mo share/locale/he/LC_MESSAGES/plasma_applet_system-monitor.mo share/locale/he/LC_MESSAGES/plasma_applet_systemtray.mo share/locale/he/LC_MESSAGES/plasma_applet_tasks.mo share/locale/he/LC_MESSAGES/plasma_applet_timer.mo share/locale/he/LC_MESSAGES/plasma_applet_trash.mo share/locale/he/LC_MESSAGES/plasma_applet_weatherstation.mo share/locale/he/LC_MESSAGES/plasma_applet_webbrowser.mo share/locale/he/LC_MESSAGES/plasma_applet_windowlist.mo share/locale/he/LC_MESSAGES/plasma_appletscriptengine_dashboard.mo share/locale/he/LC_MESSAGES/plasma_engine_calendar.mo share/locale/he/LC_MESSAGES/plasma_engine_kalzium.mo share/locale/he/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/he/LC_MESSAGES/plasma_engine_rss.mo share/locale/he/LC_MESSAGES/plasma_engine_weather.mo share/locale/he/LC_MESSAGES/plasma_runner_contacts.mo share/locale/he/LC_MESSAGES/plasma_runner_converterrunner.mo share/locale/he/LC_MESSAGES/plasma_runner_katesessions.mo share/locale/he/LC_MESSAGES/plasma_runner_locations.mo share/locale/he/LC_MESSAGES/plasma_runner_nepomuksearchrunner.mo share/locale/he/LC_MESSAGES/plasma_runner_powerdevil.mo share/locale/he/LC_MESSAGES/plasma_runner_recentdocuments.mo share/locale/he/LC_MESSAGES/plasma_runner_sessions.mo share/locale/he/LC_MESSAGES/plasma_runner_shell.mo share/locale/he/LC_MESSAGES/plasma_runner_spellcheckrunner.mo share/locale/he/LC_MESSAGES/plasma_runner_webshortcuts.mo share/locale/he/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/he/LC_MESSAGES/plasma_wallpaper_color.mo share/locale/he/LC_MESSAGES/plasma_wallpaper_image.mo share/locale/he/LC_MESSAGES/plasmapkg.mo share/locale/he/LC_MESSAGES/powerdevil.mo share/locale/he/LC_MESSAGES/processcore.mo share/locale/he/LC_MESSAGES/processui.mo share/locale/he/LC_MESSAGES/randrmonitor.mo share/locale/he/LC_MESSAGES/rellinks.mo share/locale/he/LC_MESSAGES/searchbarplugin.mo share/locale/he/LC_MESSAGES/solid-hardware.mo share/locale/he/LC_MESSAGES/solid-network.mo share/locale/he/LC_MESSAGES/solid_qt.mo share/locale/he/LC_MESSAGES/solidcontrol.mo share/locale/he/LC_MESSAGES/soliduiserver.mo share/locale/he/LC_MESSAGES/strigila_diff.mo share/locale/he/LC_MESSAGES/superkaramba.mo share/locale/he/LC_MESSAGES/sweeper.mo share/locale/he/LC_MESSAGES/systemsettings.mo share/locale/he/LC_MESSAGES/timezones4.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/webarchiver.mo share/locale/he/entry.desktop @dirrm share/doc/HTML/he/common @dirrm share/apps/klettres/he/syllab @dirrm share/apps/klettres/he/alpha @dirrm share/apps/klettres/he @dirrm share/apps/klettres Index: head/hungarian/kde4-l10n/distinfo =================================================================== --- head/hungarian/kde4-l10n/distinfo (revision 318451) +++ head/hungarian/kde4-l10n/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/kde-l10n/kde-l10n-hu-4.10.1.tar.xz) = 4d6df1f26fd659599c5dc20a8917bb59715eafe768637120f38935586c5aae11 -SIZE (KDE/4.10.1/kde-l10n/kde-l10n-hu-4.10.1.tar.xz) = 4225224 +SHA256 (KDE/4.10.3/kde-l10n/kde-l10n-hu-4.10.3.tar.xz) = 59dd08eba2b3fc3bdd19a503a4eca3e5bdf31699527b4b85fbce430052130623 +SIZE (KDE/4.10.3/kde-l10n/kde-l10n-hu-4.10.3.tar.xz) = 4237008 Index: head/hungarian/kde4-l10n/pkg-plist =================================================================== --- head/hungarian/kde4-l10n/pkg-plist (revision 318451) +++ head/hungarian/kde4-l10n/pkg-plist (revision 318452) @@ -1,925 +1,923 @@ share/apps/autocorrect/hu.xml share/apps/kanagram/hu.txt share/apps/khangman/hu.txt share/apps/klettres/hu/alpha/a1.ogg share/apps/klettres/hu/alpha/a2.ogg share/apps/klettres/hu/alpha/b.ogg share/apps/klettres/hu/alpha/c.ogg share/apps/klettres/hu/alpha/cs.ogg share/apps/klettres/hu/alpha/d.ogg share/apps/klettres/hu/alpha/dz.ogg share/apps/klettres/hu/alpha/dzs.ogg share/apps/klettres/hu/alpha/e1.ogg share/apps/klettres/hu/alpha/e2.ogg share/apps/klettres/hu/alpha/f.ogg share/apps/klettres/hu/alpha/g.ogg share/apps/klettres/hu/alpha/gy.ogg share/apps/klettres/hu/alpha/h.ogg share/apps/klettres/hu/alpha/i1.ogg share/apps/klettres/hu/alpha/i2.ogg share/apps/klettres/hu/alpha/j.ogg share/apps/klettres/hu/alpha/k.ogg share/apps/klettres/hu/alpha/l.ogg share/apps/klettres/hu/alpha/ly.ogg share/apps/klettres/hu/alpha/m.ogg share/apps/klettres/hu/alpha/n.ogg share/apps/klettres/hu/alpha/ny.ogg share/apps/klettres/hu/alpha/o1.ogg share/apps/klettres/hu/alpha/o2.ogg share/apps/klettres/hu/alpha/o3.ogg share/apps/klettres/hu/alpha/o4.ogg share/apps/klettres/hu/alpha/p.ogg share/apps/klettres/hu/alpha/q.ogg share/apps/klettres/hu/alpha/r.ogg share/apps/klettres/hu/alpha/s.ogg share/apps/klettres/hu/alpha/sz.ogg share/apps/klettres/hu/alpha/t.ogg share/apps/klettres/hu/alpha/ty.ogg share/apps/klettres/hu/alpha/u1.ogg share/apps/klettres/hu/alpha/u2.ogg share/apps/klettres/hu/alpha/u3.ogg share/apps/klettres/hu/alpha/u4.ogg share/apps/klettres/hu/alpha/v.ogg share/apps/klettres/hu/alpha/w.ogg share/apps/klettres/hu/alpha/x.ogg share/apps/klettres/hu/alpha/y.ogg share/apps/klettres/hu/alpha/z.ogg share/apps/klettres/hu/alpha/zs.ogg share/apps/klettres/hu/sounds.xml share/apps/klettres/hu/syllab/01-az.ogg share/apps/klettres/hu/syllab/02-ar.ogg share/apps/klettres/hu/syllab/03-ber.ogg share/apps/klettres/hu/syllab/04-cel.ogg share/apps/klettres/hu/syllab/05-csik.ogg share/apps/klettres/hu/syllab/06-del.ogg share/apps/klettres/hu/syllab/07-egy.ogg share/apps/klettres/hu/syllab/08-ek.ogg share/apps/klettres/hu/syllab/09-fal.ogg share/apps/klettres/hu/syllab/10-gez.ogg share/apps/klettres/hu/syllab/11-gyik.ogg share/apps/klettres/hu/syllab/12-ho.ogg share/apps/klettres/hu/syllab/13-itt.ogg share/apps/klettres/hu/syllab/14-ij.ogg share/apps/klettres/hu/syllab/15-jo.ogg share/apps/klettres/hu/syllab/16-kad.ogg share/apps/klettres/hu/syllab/17-lo.ogg share/apps/klettres/hu/syllab/18-lyuk.ogg share/apps/klettres/hu/syllab/19-ma.ogg share/apps/klettres/hu/syllab/20-negy.ogg share/apps/klettres/hu/syllab/21-nyolc.ogg share/apps/klettres/hu/syllab/22-oszt.ogg share/apps/klettres/hu/syllab/23-ol.ogg share/apps/klettres/hu/syllab/24-ot.ogg share/apps/klettres/hu/syllab/25-or.ogg share/apps/klettres/hu/syllab/26-pek.ogg share/apps/klettres/hu/syllab/27-ret.ogg share/apps/klettres/hu/syllab/28-so.ogg share/apps/klettres/hu/syllab/29-szog.ogg share/apps/klettres/hu/syllab/30-tok.ogg share/apps/klettres/hu/syllab/31-tyuk.ogg share/apps/klettres/hu/syllab/32-ujj.ogg share/apps/klettres/hu/syllab/33-ut.ogg share/apps/klettres/hu/syllab/34-ul.ogg share/apps/klettres/hu/syllab/35-ur.ogg share/apps/klettres/hu/syllab/36-ven.ogg share/apps/klettres/hu/syllab/37-zab.ogg share/apps/klettres/hu/syllab/38-zsak.ogg share/apps/kvtml/hu/animals.kvtml share/apps/kvtml/hu/clothing.kvtml share/apps/kvtml/hu/computers.kvtml share/apps/kvtml/hu/currencies.kvtml share/apps/kvtml/hu/fruits.kvtml share/apps/kvtml/hu/numbers.kvtml share/apps/kvtml/hu/transportation.kvtml share/apps/kvtml/hu/worldcapitals.kvtml share/doc/HTML/hu/amor/common share/doc/HTML/hu/amor/index.cache.bz2 share/doc/HTML/hu/amor/index.docbook share/doc/HTML/hu/common/fdl-translated.html share/doc/HTML/hu/common/gpl-translated.html share/doc/HTML/hu/common/kde-localised.css share/doc/HTML/hu/common/lgpl-translated.html share/doc/HTML/hu/kioslave/file/common share/doc/HTML/hu/kioslave/file/index.cache.bz2 share/doc/HTML/hu/kioslave/file/index.docbook share/doc/HTML/hu/kioslave/ftp/common share/doc/HTML/hu/kioslave/ftp/index.cache.bz2 share/doc/HTML/hu/kioslave/ftp/index.docbook share/doc/HTML/hu/kioslave/ldap/common share/doc/HTML/hu/kioslave/ldap/index.cache.bz2 share/doc/HTML/hu/kioslave/ldap/index.docbook share/doc/HTML/hu/kioslave/mailto/common share/doc/HTML/hu/kioslave/mailto/index.cache.bz2 share/doc/HTML/hu/kioslave/mailto/index.docbook share/doc/HTML/hu/kioslave/news/common share/doc/HTML/hu/kioslave/news/index.cache.bz2 share/doc/HTML/hu/kioslave/news/index.docbook share/doc/HTML/hu/kioslave/nfs/common share/doc/HTML/hu/kioslave/nfs/index.cache.bz2 share/doc/HTML/hu/kioslave/nfs/index.docbook share/doc/HTML/hu/kioslave/nntp/common share/doc/HTML/hu/kioslave/nntp/index.cache.bz2 share/doc/HTML/hu/kioslave/nntp/index.docbook share/doc/HTML/hu/kioslave/rlogin/common share/doc/HTML/hu/kioslave/rlogin/index.cache.bz2 share/doc/HTML/hu/kioslave/rlogin/index.docbook share/doc/HTML/hu/kioslave/sftp/common share/doc/HTML/hu/kioslave/sftp/index.cache.bz2 share/doc/HTML/hu/kioslave/sftp/index.docbook share/doc/HTML/hu/kioslave/tar/common share/doc/HTML/hu/kioslave/tar/index.cache.bz2 share/doc/HTML/hu/kioslave/tar/index.docbook share/doc/HTML/hu/kioslave/telnet/common share/doc/HTML/hu/kioslave/telnet/index.cache.bz2 share/doc/HTML/hu/kioslave/telnet/index.docbook share/doc/HTML/hu/kteatime/common share/doc/HTML/hu/kteatime/index.cache.bz2 share/doc/HTML/hu/kteatime/index.docbook share/locale/hu/LC_MESSAGES/accountwizard.mo share/locale/hu/LC_MESSAGES/accountwizard_ical.mo share/locale/hu/LC_MESSAGES/accountwizard_imap.mo share/locale/hu/LC_MESSAGES/accountwizard_kolab.mo share/locale/hu/LC_MESSAGES/accountwizard_mailbox.mo share/locale/hu/LC_MESSAGES/accountwizard_maildir.mo share/locale/hu/LC_MESSAGES/accountwizard_pop3.mo share/locale/hu/LC_MESSAGES/accountwizard_tine20.mo share/locale/hu/LC_MESSAGES/activitymanager_plugin_globalshortcuts.mo share/locale/hu/LC_MESSAGES/activitymanager_uihandler_declarative.mo share/locale/hu/LC_MESSAGES/adblock.mo share/locale/hu/LC_MESSAGES/akonadi-filestore.mo share/locale/hu/LC_MESSAGES/akonadi_archivemail_agent.mo share/locale/hu/LC_MESSAGES/akonadi_birthdays_resource.mo share/locale/hu/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/hu/LC_MESSAGES/akonadi_davgroupware_resource.mo share/locale/hu/LC_MESSAGES/akonadi_google_resource.mo share/locale/hu/LC_MESSAGES/akonadi_ical_resource.mo share/locale/hu/LC_MESSAGES/akonadi_icaldir_resource.mo share/locale/hu/LC_MESSAGES/akonadi_imap_resource.mo share/locale/hu/LC_MESSAGES/akonadi_invitations_agent.mo share/locale/hu/LC_MESSAGES/akonadi_kabc_resource.mo share/locale/hu/LC_MESSAGES/akonadi_kalarm_resource.mo share/locale/hu/LC_MESSAGES/akonadi_kcal_resource.mo share/locale/hu/LC_MESSAGES/akonadi_kdeaccounts_resource.mo share/locale/hu/LC_MESSAGES/akonadi_knut_resource.mo share/locale/hu/LC_MESSAGES/akonadi_kolabproxy_resource.mo share/locale/hu/LC_MESSAGES/akonadi_kresourceassistant.mo share/locale/hu/LC_MESSAGES/akonadi_localbookmarks_resource.mo share/locale/hu/LC_MESSAGES/akonadi_maildir_resource.mo share/locale/hu/LC_MESSAGES/akonadi_maildispatcher_agent.mo share/locale/hu/LC_MESSAGES/akonadi_mailfilter_agent.mo share/locale/hu/LC_MESSAGES/akonadi_mailtransport_resource.mo share/locale/hu/LC_MESSAGES/akonadi_mbox_resource.mo share/locale/hu/LC_MESSAGES/akonadi_microblog_resource.mo share/locale/hu/LC_MESSAGES/akonadi_mixedmaildir_resource.mo share/locale/hu/LC_MESSAGES/akonadi_nepomuk_feeder.mo share/locale/hu/LC_MESSAGES/akonadi_nepomuktag_resource.mo share/locale/hu/LC_MESSAGES/akonadi_next.mo share/locale/hu/LC_MESSAGES/akonadi_nntp_resource.mo share/locale/hu/LC_MESSAGES/akonadi_openxchange_resource.mo share/locale/hu/LC_MESSAGES/akonadi_pop3_resource.mo share/locale/hu/LC_MESSAGES/akonadi_serializer_plugins.mo share/locale/hu/LC_MESSAGES/akonadi_singlefile_resource.mo share/locale/hu/LC_MESSAGES/akonadi_strigi_feeder.mo share/locale/hu/LC_MESSAGES/akonadi_vcard_resource.mo share/locale/hu/LC_MESSAGES/akonadi_vcarddir_resource.mo share/locale/hu/LC_MESSAGES/akonadicontact.mo share/locale/hu/LC_MESSAGES/akonadinotes.mo share/locale/hu/LC_MESSAGES/akonaditray.mo share/locale/hu/LC_MESSAGES/akregator.mo share/locale/hu/LC_MESSAGES/akregator_konqplugin.mo share/locale/hu/LC_MESSAGES/amor.mo share/locale/hu/LC_MESSAGES/analitza.mo share/locale/hu/LC_MESSAGES/ark.mo share/locale/hu/LC_MESSAGES/attica_kde.mo share/locale/hu/LC_MESSAGES/audiocd_encoder_lame.mo share/locale/hu/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/hu/LC_MESSAGES/audiorename_plugin.mo share/locale/hu/LC_MESSAGES/autorefresh.mo share/locale/hu/LC_MESSAGES/babelfish.mo share/locale/hu/LC_MESSAGES/blinken.mo share/locale/hu/LC_MESSAGES/blogilo.mo share/locale/hu/LC_MESSAGES/bomber.mo share/locale/hu/LC_MESSAGES/bovo.mo share/locale/hu/LC_MESSAGES/calendarsupport.mo share/locale/hu/LC_MESSAGES/cantor.mo share/locale/hu/LC_MESSAGES/cervisia.mo share/locale/hu/LC_MESSAGES/cryptopageplugin.mo share/locale/hu/LC_MESSAGES/cvsservice.mo share/locale/hu/LC_MESSAGES/dirfilterplugin.mo share/locale/hu/LC_MESSAGES/display.mo share/locale/hu/LC_MESSAGES/dolphin.mo share/locale/hu/LC_MESSAGES/domtreeviewer.mo share/locale/hu/LC_MESSAGES/dragonplayer.mo share/locale/hu/LC_MESSAGES/drkonqi.mo share/locale/hu/LC_MESSAGES/filelight.mo share/locale/hu/LC_MESSAGES/filetypes.mo share/locale/hu/LC_MESSAGES/fileviewbazaarplugin.mo share/locale/hu/LC_MESSAGES/fileviewgitplugin.mo share/locale/hu/LC_MESSAGES/fileviewhgplugin.mo share/locale/hu/LC_MESSAGES/fileviewsvnplugin.mo share/locale/hu/LC_MESSAGES/freespacenotifier.mo share/locale/hu/LC_MESSAGES/fsview.mo share/locale/hu/LC_MESSAGES/granatier.mo share/locale/hu/LC_MESSAGES/gwenview.mo share/locale/hu/LC_MESSAGES/htmlsearch.mo share/locale/hu/LC_MESSAGES/imagerename_plugin.mo share/locale/hu/LC_MESSAGES/imgalleryplugin.mo share/locale/hu/LC_MESSAGES/importwizard.mo share/locale/hu/LC_MESSAGES/jovie.mo share/locale/hu/LC_MESSAGES/joystick.mo share/locale/hu/LC_MESSAGES/juk.mo share/locale/hu/LC_MESSAGES/kabc.mo share/locale/hu/LC_MESSAGES/kabc_akonadi.mo share/locale/hu/LC_MESSAGES/kabc_dir.mo share/locale/hu/LC_MESSAGES/kabc_file.mo share/locale/hu/LC_MESSAGES/kabc_ldapkio.mo share/locale/hu/LC_MESSAGES/kabc_net.mo share/locale/hu/LC_MESSAGES/kabcclient.mo share/locale/hu/LC_MESSAGES/kabcformat_binary.mo share/locale/hu/LC_MESSAGES/kaccess.mo share/locale/hu/LC_MESSAGES/kaccessibleapp.mo share/locale/hu/LC_MESSAGES/kactivitymanagerd.mo share/locale/hu/LC_MESSAGES/kactivitymanagerd_fileitem_linking_plugin.mo share/locale/hu/LC_MESSAGES/kaddressbook-mobile.mo share/locale/hu/LC_MESSAGES/kaddressbook.mo share/locale/hu/LC_MESSAGES/kaddressbookmigrator.mo share/locale/hu/LC_MESSAGES/kajongg.mo share/locale/hu/LC_MESSAGES/kalarm.mo share/locale/hu/LC_MESSAGES/kalgebra.mo share/locale/hu/LC_MESSAGES/kalzium.mo share/locale/hu/LC_MESSAGES/kanagram-harmattan.mo share/locale/hu/LC_MESSAGES/kanagram.mo share/locale/hu/LC_MESSAGES/kapman.mo share/locale/hu/LC_MESSAGES/kapptemplate.mo share/locale/hu/LC_MESSAGES/kate-ctags-plugin.mo share/locale/hu/LC_MESSAGES/kate.mo share/locale/hu/LC_MESSAGES/kate_kttsd.mo share/locale/hu/LC_MESSAGES/katebacktracebrowserplugin.mo share/locale/hu/LC_MESSAGES/katebuild-plugin.mo share/locale/hu/LC_MESSAGES/katefilebrowserplugin.mo share/locale/hu/LC_MESSAGES/katefiletemplates.mo share/locale/hu/LC_MESSAGES/kategdbplugin.mo share/locale/hu/LC_MESSAGES/katehelloworld.mo share/locale/hu/LC_MESSAGES/katekonsoleplugin.mo share/locale/hu/LC_MESSAGES/katemailfilesplugin.mo share/locale/hu/LC_MESSAGES/kateopenheader.mo share/locale/hu/LC_MESSAGES/katepart4.mo share/locale/hu/LC_MESSAGES/kateproject.mo share/locale/hu/LC_MESSAGES/katesearch.mo share/locale/hu/LC_MESSAGES/katesnippets_tng.mo share/locale/hu/LC_MESSAGES/katesnippetsplugin.mo share/locale/hu/LC_MESSAGES/katesql.mo share/locale/hu/LC_MESSAGES/katesymbolviewer.mo share/locale/hu/LC_MESSAGES/katetabbarextension.mo share/locale/hu/LC_MESSAGES/katetabifyplugin.mo share/locale/hu/LC_MESSAGES/katetextfilter.mo share/locale/hu/LC_MESSAGES/katexmlcheck.mo share/locale/hu/LC_MESSAGES/katexmltools.mo share/locale/hu/LC_MESSAGES/katomic.mo share/locale/hu/LC_MESSAGES/kbattleship.mo share/locale/hu/LC_MESSAGES/kblackbox.mo share/locale/hu/LC_MESSAGES/kblankscrn.mo share/locale/hu/LC_MESSAGES/kblocks.mo share/locale/hu/LC_MESSAGES/kbounce.mo share/locale/hu/LC_MESSAGES/kbreakout.mo share/locale/hu/LC_MESSAGES/kbruch.mo share/locale/hu/LC_MESSAGES/kcachegrind.mo share/locale/hu/LC_MESSAGES/kcachegrind_qt.mo share/locale/hu/LC_MESSAGES/kcal_akonadi.mo share/locale/hu/LC_MESSAGES/kcalc.mo share/locale/hu/LC_MESSAGES/kcertpart.mo share/locale/hu/LC_MESSAGES/kcharselect.mo share/locale/hu/LC_MESSAGES/kcm-kwin-scripts.mo share/locale/hu/LC_MESSAGES/kcm_activities.mo share/locale/hu/LC_MESSAGES/kcm_akonadi.mo share/locale/hu/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/hu/LC_MESSAGES/kcm_attica.mo share/locale/hu/LC_MESSAGES/kcm_autostart.mo share/locale/hu/LC_MESSAGES/kcm_desktoppaths.mo share/locale/hu/LC_MESSAGES/kcm_desktopthemedetails.mo share/locale/hu/LC_MESSAGES/kcm_device_automounter.mo share/locale/hu/LC_MESSAGES/kcm_emoticons.mo share/locale/hu/LC_MESSAGES/kcm_infobase.mo share/locale/hu/LC_MESSAGES/kcm_infosummary.mo -share/locale/hu/LC_MESSAGES/kcm_krfb.mo share/locale/hu/LC_MESSAGES/kcm_kwindesktop.mo share/locale/hu/LC_MESSAGES/kcm_kwintabbox.mo share/locale/hu/LC_MESSAGES/kcm_memory.mo share/locale/hu/LC_MESSAGES/kcm_nepomuk.mo share/locale/hu/LC_MESSAGES/kcm_pci.mo share/locale/hu/LC_MESSAGES/kcm_phonon.mo share/locale/hu/LC_MESSAGES/kcm_platform.mo share/locale/hu/LC_MESSAGES/kcm_remotecontrol.mo share/locale/hu/LC_MESSAGES/kcm_solid.mo share/locale/hu/LC_MESSAGES/kcm_solid_actions.mo share/locale/hu/LC_MESSAGES/kcm_standard_actions.mo share/locale/hu/LC_MESSAGES/kcmaccess.mo share/locale/hu/LC_MESSAGES/kcmaudiocd.mo share/locale/hu/LC_MESSAGES/kcmbackground.mo share/locale/hu/LC_MESSAGES/kcmbell.mo share/locale/hu/LC_MESSAGES/kcmcddb.mo share/locale/hu/LC_MESSAGES/kcmcgi.mo share/locale/hu/LC_MESSAGES/kcmcolors.mo share/locale/hu/LC_MESSAGES/kcmcomponentchooser.mo share/locale/hu/LC_MESSAGES/kcmcrypto.mo share/locale/hu/LC_MESSAGES/kcmdevinfo.mo share/locale/hu/LC_MESSAGES/kcmfonts.mo share/locale/hu/LC_MESSAGES/kcmhtmlsearch.mo share/locale/hu/LC_MESSAGES/kcmicons.mo share/locale/hu/LC_MESSAGES/kcminfo.mo share/locale/hu/LC_MESSAGES/kcminit.mo share/locale/hu/LC_MESSAGES/kcminput.mo share/locale/hu/LC_MESSAGES/kcmkamera.mo share/locale/hu/LC_MESSAGES/kcmkclock.mo share/locale/hu/LC_MESSAGES/kcmkded.mo share/locale/hu/LC_MESSAGES/kcmkdnssd.mo share/locale/hu/LC_MESSAGES/kcmkeyboard.mo share/locale/hu/LC_MESSAGES/kcmkeys.mo share/locale/hu/LC_MESSAGES/kcmkgamma.mo share/locale/hu/LC_MESSAGES/kcmkio.mo share/locale/hu/LC_MESSAGES/kcmkonq.mo share/locale/hu/LC_MESSAGES/kcmkonqhtml.mo share/locale/hu/LC_MESSAGES/kcmkurifilt.mo share/locale/hu/LC_MESSAGES/kcmkwallet.mo share/locale/hu/LC_MESSAGES/kcmkwincompositing.mo share/locale/hu/LC_MESSAGES/kcmkwindecoration.mo share/locale/hu/LC_MESSAGES/kcmkwinrules.mo share/locale/hu/LC_MESSAGES/kcmkwinscreenedges.mo share/locale/hu/LC_MESSAGES/kcmkwm.mo share/locale/hu/LC_MESSAGES/kcmlaunch.mo share/locale/hu/LC_MESSAGES/kcmlocale.mo share/locale/hu/LC_MESSAGES/kcmnic.mo share/locale/hu/LC_MESSAGES/kcmnotify.mo share/locale/hu/LC_MESSAGES/kcmopengl.mo share/locale/hu/LC_MESSAGES/kcmperformance.mo share/locale/hu/LC_MESSAGES/kcmsamba.mo share/locale/hu/LC_MESSAGES/kcmscreensaver.mo share/locale/hu/LC_MESSAGES/kcmshell.mo share/locale/hu/LC_MESSAGES/kcmsmartcard.mo share/locale/hu/LC_MESSAGES/kcmsmserver.mo share/locale/hu/LC_MESSAGES/kcmstyle.mo share/locale/hu/LC_MESSAGES/kcmusb.mo share/locale/hu/LC_MESSAGES/kcmview1394.mo share/locale/hu/LC_MESSAGES/kcmworkspaceoptions.mo share/locale/hu/LC_MESSAGES/kcolorchooser.mo share/locale/hu/LC_MESSAGES/kcron.mo share/locale/hu/LC_MESSAGES/kde-menu.mo share/locale/hu/LC_MESSAGES/kdeasciiquarium.mo share/locale/hu/LC_MESSAGES/kdebugdialog.mo share/locale/hu/LC_MESSAGES/kdecalendarsystems.mo share/locale/hu/LC_MESSAGES/kdelibs4.mo share/locale/hu/LC_MESSAGES/kdelibs_colors4.mo share/locale/hu/LC_MESSAGES/kdepasswd.mo share/locale/hu/LC_MESSAGES/kdepim-runtime-qml.mo share/locale/hu/LC_MESSAGES/kdeqt.mo share/locale/hu/LC_MESSAGES/kdesu.mo share/locale/hu/LC_MESSAGES/kdesud.mo share/locale/hu/LC_MESSAGES/kdf.mo share/locale/hu/LC_MESSAGES/kdgantt2.mo share/locale/hu/LC_MESSAGES/kdialog.mo share/locale/hu/LC_MESSAGES/kdiamond.mo share/locale/hu/LC_MESSAGES/kdmconfig.mo share/locale/hu/LC_MESSAGES/kdmgreet.mo share/locale/hu/LC_MESSAGES/kdontchangethehostname.mo share/locale/hu/LC_MESSAGES/keditbookmarks.mo share/locale/hu/LC_MESSAGES/kfile.mo share/locale/hu/LC_MESSAGES/kfile_dds.mo share/locale/hu/LC_MESSAGES/kfile_drgeo.mo share/locale/hu/LC_MESSAGES/kfile_exr.mo share/locale/hu/LC_MESSAGES/kfile_kig.mo share/locale/hu/LC_MESSAGES/kfile_mail.mo share/locale/hu/LC_MESSAGES/kfile_pnm.mo share/locale/hu/LC_MESSAGES/kfile_raw.mo share/locale/hu/LC_MESSAGES/kfile_rgb.mo share/locale/hu/LC_MESSAGES/kfile_rpm.mo share/locale/hu/LC_MESSAGES/kfile_tiff.mo share/locale/hu/LC_MESSAGES/kfile_xps.mo share/locale/hu/LC_MESSAGES/kfileaudiopreview4.mo share/locale/hu/LC_MESSAGES/kfilereplace.mo share/locale/hu/LC_MESSAGES/kfileshare.mo share/locale/hu/LC_MESSAGES/kfindpart.mo share/locale/hu/LC_MESSAGES/kfloppy.mo share/locale/hu/LC_MESSAGES/kfmclient.mo share/locale/hu/LC_MESSAGES/kfontinst.mo share/locale/hu/LC_MESSAGES/kfourinline.mo share/locale/hu/LC_MESSAGES/kgeography.mo share/locale/hu/LC_MESSAGES/kget.mo share/locale/hu/LC_MESSAGES/kgetplugin.mo share/locale/hu/LC_MESSAGES/kglobalaccel.mo share/locale/hu/LC_MESSAGES/kgoldrunner.mo share/locale/hu/LC_MESSAGES/kgpg.mo share/locale/hu/LC_MESSAGES/kgreet_classic.mo share/locale/hu/LC_MESSAGES/kgreet_generic.mo share/locale/hu/LC_MESSAGES/kgreet_winbind.mo share/locale/hu/LC_MESSAGES/khangman.mo share/locale/hu/LC_MESSAGES/khelpcenter.mo share/locale/hu/LC_MESSAGES/khotkeys.mo share/locale/hu/LC_MESSAGES/khotnewstuff.mo share/locale/hu/LC_MESSAGES/khtmlkttsd.mo share/locale/hu/LC_MESSAGES/khtmlsettingsplugin.mo share/locale/hu/LC_MESSAGES/kiconfinder.mo share/locale/hu/LC_MESSAGES/kig.mo share/locale/hu/LC_MESSAGES/kigo.mo share/locale/hu/LC_MESSAGES/killbots.mo share/locale/hu/LC_MESSAGES/kimagemapeditor.mo -share/locale/hu/LC_MESSAGES/kinetd.mo share/locale/hu/LC_MESSAGES/kinfocenter.mo share/locale/hu/LC_MESSAGES/kio4.mo share/locale/hu/LC_MESSAGES/kio_activities.mo share/locale/hu/LC_MESSAGES/kio_akonadi.mo share/locale/hu/LC_MESSAGES/kio_applications.mo share/locale/hu/LC_MESSAGES/kio_archive.mo share/locale/hu/LC_MESSAGES/kio_audiocd.mo share/locale/hu/LC_MESSAGES/kio_bookmarks.mo share/locale/hu/LC_MESSAGES/kio_finger.mo share/locale/hu/LC_MESSAGES/kio_fish.mo share/locale/hu/LC_MESSAGES/kio_floppy.mo share/locale/hu/LC_MESSAGES/kio_help4.mo share/locale/hu/LC_MESSAGES/kio_imap4.mo share/locale/hu/LC_MESSAGES/kio_info.mo share/locale/hu/LC_MESSAGES/kio_jabberdisco.mo share/locale/hu/LC_MESSAGES/kio_ldap.mo share/locale/hu/LC_MESSAGES/kio_man.mo share/locale/hu/LC_MESSAGES/kio_mbox.mo share/locale/hu/LC_MESSAGES/kio_nepomuk.mo share/locale/hu/LC_MESSAGES/kio_nepomuksearch.mo share/locale/hu/LC_MESSAGES/kio_nfs.mo share/locale/hu/LC_MESSAGES/kio_nntp.mo share/locale/hu/LC_MESSAGES/kio_perldoc.mo share/locale/hu/LC_MESSAGES/kio_pop3.mo share/locale/hu/LC_MESSAGES/kio_recentdocuments.mo share/locale/hu/LC_MESSAGES/kio_remote.mo share/locale/hu/LC_MESSAGES/kio_sftp.mo share/locale/hu/LC_MESSAGES/kio_sieve.mo share/locale/hu/LC_MESSAGES/kio_smb.mo share/locale/hu/LC_MESSAGES/kio_smtp.mo share/locale/hu/LC_MESSAGES/kio_svn.mo share/locale/hu/LC_MESSAGES/kio_tags.mo share/locale/hu/LC_MESSAGES/kio_thumbnail.mo share/locale/hu/LC_MESSAGES/kio_timeline.mo share/locale/hu/LC_MESSAGES/kio_trash.mo share/locale/hu/LC_MESSAGES/kio_zeroconf.mo share/locale/hu/LC_MESSAGES/kioclient.mo share/locale/hu/LC_MESSAGES/kioexec.mo share/locale/hu/LC_MESSAGES/kipiplugin_kxmlhelloworld.mo share/locale/hu/LC_MESSAGES/kiriki.mo share/locale/hu/LC_MESSAGES/kiten.mo share/locale/hu/LC_MESSAGES/kjots.mo share/locale/hu/LC_MESSAGES/kjotsmigrator.mo share/locale/hu/LC_MESSAGES/kjumpingcube.mo share/locale/hu/LC_MESSAGES/kleopatra.mo share/locale/hu/LC_MESSAGES/klettres.mo share/locale/hu/LC_MESSAGES/klickety.mo share/locale/hu/LC_MESSAGES/klines.mo share/locale/hu/LC_MESSAGES/klinkstatus.mo share/locale/hu/LC_MESSAGES/klipper.mo share/locale/hu/LC_MESSAGES/klock.mo share/locale/hu/LC_MESSAGES/kmag.mo share/locale/hu/LC_MESSAGES/kmahjongg.mo share/locale/hu/LC_MESSAGES/kmail-migrator.mo share/locale/hu/LC_MESSAGES/kmail-mobile.mo share/locale/hu/LC_MESSAGES/kmail.mo share/locale/hu/LC_MESSAGES/kmailcvt.mo share/locale/hu/LC_MESSAGES/kmenuedit.mo share/locale/hu/LC_MESSAGES/kmimetypefinder.mo share/locale/hu/LC_MESSAGES/kmines.mo share/locale/hu/LC_MESSAGES/kmix.mo share/locale/hu/LC_MESSAGES/kmousetool.mo share/locale/hu/LC_MESSAGES/kmouth.mo share/locale/hu/LC_MESSAGES/kmplot.mo share/locale/hu/LC_MESSAGES/knetattach.mo share/locale/hu/LC_MESSAGES/knetwalk.mo share/locale/hu/LC_MESSAGES/knode.mo share/locale/hu/LC_MESSAGES/knotes.mo share/locale/hu/LC_MESSAGES/knotify4.mo share/locale/hu/LC_MESSAGES/kolf.mo share/locale/hu/LC_MESSAGES/kollision.mo share/locale/hu/LC_MESSAGES/kolourpaint.mo share/locale/hu/LC_MESSAGES/kommander.mo share/locale/hu/LC_MESSAGES/kompare.mo share/locale/hu/LC_MESSAGES/konqprofiles.mo share/locale/hu/LC_MESSAGES/konqueror.mo share/locale/hu/LC_MESSAGES/konquest.mo share/locale/hu/LC_MESSAGES/konsole.mo share/locale/hu/LC_MESSAGES/konsolekalendar.mo share/locale/hu/LC_MESSAGES/konsoleprofiles.mo share/locale/hu/LC_MESSAGES/kontact.mo share/locale/hu/LC_MESSAGES/kontactinterfaces.mo share/locale/hu/LC_MESSAGES/kopete.mo share/locale/hu/LC_MESSAGES/korganizer-mobile.mo share/locale/hu/LC_MESSAGES/korganizer.mo share/locale/hu/LC_MESSAGES/kpartloader.mo share/locale/hu/LC_MESSAGES/kpartsaver.mo share/locale/hu/LC_MESSAGES/kpasswdserver.mo share/locale/hu/LC_MESSAGES/kpat.mo share/locale/hu/LC_MESSAGES/kppp.mo share/locale/hu/LC_MESSAGES/kppplogview.mo share/locale/hu/LC_MESSAGES/kquitapp.mo share/locale/hu/LC_MESSAGES/krandr.mo share/locale/hu/LC_MESSAGES/krcdnotifieritem.mo share/locale/hu/LC_MESSAGES/krdb.mo share/locale/hu/LC_MESSAGES/krdc.mo share/locale/hu/LC_MESSAGES/kreadconfig.mo share/locale/hu/LC_MESSAGES/kremotecontroldaemon.mo share/locale/hu/LC_MESSAGES/kres-migrator.mo share/locale/hu/LC_MESSAGES/kres_blog.mo share/locale/hu/LC_MESSAGES/kres_remote.mo share/locale/hu/LC_MESSAGES/kresources_shared_akonadi.mo share/locale/hu/LC_MESSAGES/kreversi.mo share/locale/hu/LC_MESSAGES/krfb.mo share/locale/hu/LC_MESSAGES/kruler.mo share/locale/hu/LC_MESSAGES/krunner.mo share/locale/hu/LC_MESSAGES/ksaneplugin.mo share/locale/hu/LC_MESSAGES/kscd.mo share/locale/hu/LC_MESSAGES/kscreenlocker.mo share/locale/hu/LC_MESSAGES/kscreenlocker_greet.mo share/locale/hu/LC_MESSAGES/kscreensaver.mo share/locale/hu/LC_MESSAGES/ksendemail.mo share/locale/hu/LC_MESSAGES/kshellcmdplugin.mo share/locale/hu/LC_MESSAGES/kshisen.mo share/locale/hu/LC_MESSAGES/kshorturifilter.mo share/locale/hu/LC_MESSAGES/ksirk.mo share/locale/hu/LC_MESSAGES/ksirkskineditor.mo share/locale/hu/LC_MESSAGES/ksmserver.mo share/locale/hu/LC_MESSAGES/ksnapshot.mo share/locale/hu/LC_MESSAGES/kspaceduel.mo share/locale/hu/LC_MESSAGES/ksplashthemes.mo share/locale/hu/LC_MESSAGES/ksquares.mo share/locale/hu/LC_MESSAGES/kstars.mo share/locale/hu/LC_MESSAGES/kstart.mo share/locale/hu/LC_MESSAGES/kstartperf.mo share/locale/hu/LC_MESSAGES/kstyle_config.mo share/locale/hu/LC_MESSAGES/kstyle_phase_config.mo share/locale/hu/LC_MESSAGES/ksudoku.mo share/locale/hu/LC_MESSAGES/ksysguard.mo share/locale/hu/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/hu/LC_MESSAGES/ksystemlog.mo share/locale/hu/LC_MESSAGES/ksystraycmd.mo share/locale/hu/LC_MESSAGES/kteatime.mo share/locale/hu/LC_MESSAGES/ktesnippets_editor.mo share/locale/hu/LC_MESSAGES/ktexteditor_codesnippets_core.mo share/locale/hu/LC_MESSAGES/ktexteditor_plugins.mo share/locale/hu/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/hu/LC_MESSAGES/ktimer.mo share/locale/hu/LC_MESSAGES/ktimetracker.mo share/locale/hu/LC_MESSAGES/ktnef.mo share/locale/hu/LC_MESSAGES/ktouch.mo share/locale/hu/LC_MESSAGES/ktouchpadenabler.mo share/locale/hu/LC_MESSAGES/ktraderclient.mo share/locale/hu/LC_MESSAGES/ktron.mo share/locale/hu/LC_MESSAGES/ktuberling.mo share/locale/hu/LC_MESSAGES/kturtle.mo share/locale/hu/LC_MESSAGES/ktux.mo share/locale/hu/LC_MESSAGES/kubrick.mo share/locale/hu/LC_MESSAGES/kuiserver.mo share/locale/hu/LC_MESSAGES/kuiviewer.mo share/locale/hu/LC_MESSAGES/kurifilter.mo share/locale/hu/LC_MESSAGES/kuser.mo share/locale/hu/LC_MESSAGES/kwalletd.mo share/locale/hu/LC_MESSAGES/kwalletmanager.mo share/locale/hu/LC_MESSAGES/kwatchgnupg.mo share/locale/hu/LC_MESSAGES/kwin.mo share/locale/hu/LC_MESSAGES/kwin_art_clients.mo share/locale/hu/LC_MESSAGES/kwin_clients.mo share/locale/hu/LC_MESSAGES/kwin_effects.mo share/locale/hu/LC_MESSAGES/kwinshutdown.mo share/locale/hu/LC_MESSAGES/kwinstartmenu.mo share/locale/hu/LC_MESSAGES/kwordquiz.mo share/locale/hu/LC_MESSAGES/kwrite.mo share/locale/hu/LC_MESSAGES/kwriteconfig.mo share/locale/hu/LC_MESSAGES/kxkb.mo share/locale/hu/LC_MESSAGES/kxsconfig.mo share/locale/hu/LC_MESSAGES/lancelot.mo share/locale/hu/LC_MESSAGES/libakonadi-calendar.mo share/locale/hu/LC_MESSAGES/libakonadi-kmime.mo share/locale/hu/LC_MESSAGES/libakonadi.mo share/locale/hu/LC_MESSAGES/libeventviews.mo share/locale/hu/LC_MESSAGES/libincidenceeditors.mo share/locale/hu/LC_MESSAGES/libkalarmcal.mo share/locale/hu/LC_MESSAGES/libkasten.mo share/locale/hu/LC_MESSAGES/libkblog.mo share/locale/hu/LC_MESSAGES/libkcal.mo share/locale/hu/LC_MESSAGES/libkcalutils.mo share/locale/hu/LC_MESSAGES/libkcddb.mo share/locale/hu/LC_MESSAGES/libkcompactdisc.mo share/locale/hu/LC_MESSAGES/libkdcraw.mo share/locale/hu/LC_MESSAGES/libkdecorations.mo share/locale/hu/LC_MESSAGES/libkdeedu.mo share/locale/hu/LC_MESSAGES/libkdegames.mo share/locale/hu/LC_MESSAGES/libkdepim.mo share/locale/hu/LC_MESSAGES/libkdepimmobileui.mo share/locale/hu/LC_MESSAGES/libkexiv2.mo share/locale/hu/LC_MESSAGES/libkholidays.mo share/locale/hu/LC_MESSAGES/libkimap.mo share/locale/hu/LC_MESSAGES/libkipi.mo share/locale/hu/LC_MESSAGES/libkldap.mo share/locale/hu/LC_MESSAGES/libkleopatra.mo share/locale/hu/LC_MESSAGES/libkmahjongg.mo share/locale/hu/LC_MESSAGES/libkmime.mo share/locale/hu/LC_MESSAGES/libkonq.mo share/locale/hu/LC_MESSAGES/libkpgp.mo share/locale/hu/LC_MESSAGES/libkpimidentities.mo share/locale/hu/LC_MESSAGES/libkpimtextedit.mo share/locale/hu/LC_MESSAGES/libkpimutils.mo share/locale/hu/LC_MESSAGES/libkremotecontrol.mo share/locale/hu/LC_MESSAGES/libkresources.mo share/locale/hu/LC_MESSAGES/libksane.mo share/locale/hu/LC_MESSAGES/libkscreensaver.mo share/locale/hu/LC_MESSAGES/libksieve.mo share/locale/hu/LC_MESSAGES/libktnef.mo share/locale/hu/LC_MESSAGES/libkunitconversion.mo share/locale/hu/LC_MESSAGES/libkworkspace.mo share/locale/hu/LC_MESSAGES/libkxmlrpcclient.mo share/locale/hu/LC_MESSAGES/liblancelot-datamodels.mo share/locale/hu/LC_MESSAGES/libmailcommon.mo share/locale/hu/LC_MESSAGES/libmailimporter.mo share/locale/hu/LC_MESSAGES/libmailtransport.mo share/locale/hu/LC_MESSAGES/libmessagecomposer.mo share/locale/hu/LC_MESSAGES/libmessagecore.mo share/locale/hu/LC_MESSAGES/libmessagelist.mo share/locale/hu/LC_MESSAGES/libmessageviewer.mo share/locale/hu/LC_MESSAGES/liboktetacore.mo share/locale/hu/LC_MESSAGES/liboktetagui.mo share/locale/hu/LC_MESSAGES/liboktetakasten.mo share/locale/hu/LC_MESSAGES/liboxygenstyleconfig.mo share/locale/hu/LC_MESSAGES/libphonon.mo share/locale/hu/LC_MESSAGES/libpimcommon.mo share/locale/hu/LC_MESSAGES/libplasma.mo share/locale/hu/LC_MESSAGES/libplasma_groupingcontainment.mo share/locale/hu/LC_MESSAGES/libplasmaclock.mo share/locale/hu/LC_MESSAGES/libplasmaweather.mo share/locale/hu/LC_MESSAGES/libtaskmanager.mo share/locale/hu/LC_MESSAGES/libtemplateparser.mo share/locale/hu/LC_MESSAGES/lokalize.mo share/locale/hu/LC_MESSAGES/lskat.mo share/locale/hu/LC_MESSAGES/mailreader.mo share/locale/hu/LC_MESSAGES/marble.mo share/locale/hu/LC_MESSAGES/marble_qt.mo share/locale/hu/LC_MESSAGES/marble_xml_mimetypes.mo share/locale/hu/LC_MESSAGES/messageviewer_application_mstnef_plugin.mo share/locale/hu/LC_MESSAGES/messageviewer_text_calendar_plugin.mo share/locale/hu/LC_MESSAGES/messageviewer_text_vcard_plugin.mo share/locale/hu/LC_MESSAGES/messageviewer_text_xdiff_plugin.mo share/locale/hu/LC_MESSAGES/mf_konqplugin.mo share/locale/hu/LC_MESSAGES/minitoolsplugin.mo share/locale/hu/LC_MESSAGES/mplayerthumbs.mo share/locale/hu/LC_MESSAGES/mplayerthumbsconfig.mo share/locale/hu/LC_MESSAGES/nepomukbackup.mo share/locale/hu/LC_MESSAGES/nepomukcleaner.mo share/locale/hu/LC_MESSAGES/nepomukcontroller.mo share/locale/hu/LC_MESSAGES/nepomukfileindexer.mo share/locale/hu/LC_MESSAGES/nepomukqueryservice.mo share/locale/hu/LC_MESSAGES/nepomukserver.mo share/locale/hu/LC_MESSAGES/nepomukservicestub.mo share/locale/hu/LC_MESSAGES/nepomukstorage.mo share/locale/hu/LC_MESSAGES/nepomukwidgets.mo share/locale/hu/LC_MESSAGES/newmailnotifieragent.mo share/locale/hu/LC_MESSAGES/notes-mobile.mo share/locale/hu/LC_MESSAGES/nsplugin.mo share/locale/hu/LC_MESSAGES/okteta-mobile.mo share/locale/hu/LC_MESSAGES/okteta.mo share/locale/hu/LC_MESSAGES/oktetapart.mo share/locale/hu/LC_MESSAGES/okular.mo share/locale/hu/LC_MESSAGES/okular_chm.mo share/locale/hu/LC_MESSAGES/okular_comicbook.mo share/locale/hu/LC_MESSAGES/okular_djvu.mo share/locale/hu/LC_MESSAGES/okular_dvi.mo share/locale/hu/LC_MESSAGES/okular_epub.mo share/locale/hu/LC_MESSAGES/okular_fax.mo share/locale/hu/LC_MESSAGES/okular_fictionbook.mo share/locale/hu/LC_MESSAGES/okular_ghostview.mo share/locale/hu/LC_MESSAGES/okular_kimgio.mo share/locale/hu/LC_MESSAGES/okular_mobi.mo share/locale/hu/LC_MESSAGES/okular_ooo.mo share/locale/hu/LC_MESSAGES/okular_plucker.mo share/locale/hu/LC_MESSAGES/okular_poppler.mo share/locale/hu/LC_MESSAGES/okular_tiff.mo share/locale/hu/LC_MESSAGES/okular_xps.mo share/locale/hu/LC_MESSAGES/org.kde.active.documentviewer.mo share/locale/hu/LC_MESSAGES/pairs.mo share/locale/hu/LC_MESSAGES/pairseditor.mo share/locale/hu/LC_MESSAGES/palapeli.mo share/locale/hu/LC_MESSAGES/parley.mo share/locale/hu/LC_MESSAGES/phonon_gstreamer.mo share/locale/hu/LC_MESSAGES/phonon_kde.mo share/locale/hu/LC_MESSAGES/phonon_vlc.mo share/locale/hu/LC_MESSAGES/phononserver.mo share/locale/hu/LC_MESSAGES/picmi.mo share/locale/hu/LC_MESSAGES/pimsettingexporter.mo share/locale/hu/LC_MESSAGES/plasma-desktop.mo share/locale/hu/LC_MESSAGES/plasma-netbook.mo share/locale/hu/LC_MESSAGES/plasma-overlay.mo share/locale/hu/LC_MESSAGES/plasma-remote-helper.mo share/locale/hu/LC_MESSAGES/plasma-windowed.mo share/locale/hu/LC_MESSAGES/plasma_applet_BbalL.mo share/locale/hu/LC_MESSAGES/plasma_applet_CharSelectApplet.mo share/locale/hu/LC_MESSAGES/plasma_applet_Molmasscalculator.mo share/locale/hu/LC_MESSAGES/plasma_applet_akonotes_note.mo share/locale/hu/LC_MESSAGES/plasma_applet_battery.mo share/locale/hu/LC_MESSAGES/plasma_applet_binaryclock.mo share/locale/hu/LC_MESSAGES/plasma_applet_bookmarks.mo share/locale/hu/LC_MESSAGES/plasma_applet_bubblemon.mo share/locale/hu/LC_MESSAGES/plasma_applet_calculator.mo share/locale/hu/LC_MESSAGES/plasma_applet_clock.mo share/locale/hu/LC_MESSAGES/plasma_applet_comic.mo share/locale/hu/LC_MESSAGES/plasma_applet_concentrationCalculator.mo share/locale/hu/LC_MESSAGES/plasma_applet_currentappcontrol.mo share/locale/hu/LC_MESSAGES/plasma_applet_dig_clock.mo share/locale/hu/LC_MESSAGES/plasma_applet_fifteenPuzzle.mo share/locale/hu/LC_MESSAGES/plasma_applet_fileWatcher.mo share/locale/hu/LC_MESSAGES/plasma_applet_folderview.mo share/locale/hu/LC_MESSAGES/plasma_applet_frame.mo share/locale/hu/LC_MESSAGES/plasma_applet_fuzzy_clock.mo share/locale/hu/LC_MESSAGES/plasma_applet_gasCalculator.mo share/locale/hu/LC_MESSAGES/plasma_applet_groupingpanel.mo share/locale/hu/LC_MESSAGES/plasma_applet_icon.mo share/locale/hu/LC_MESSAGES/plasma_applet_icontasks.mo share/locale/hu/LC_MESSAGES/plasma_applet_incomingmsg.mo share/locale/hu/LC_MESSAGES/plasma_applet_kalgebra.mo share/locale/hu/LC_MESSAGES/plasma_applet_kalzium.mo share/locale/hu/LC_MESSAGES/plasma_applet_katesession.mo share/locale/hu/LC_MESSAGES/plasma_applet_kdeobservatory.mo share/locale/hu/LC_MESSAGES/plasma_applet_kget.mo share/locale/hu/LC_MESSAGES/plasma_applet_kimpanel.mo share/locale/hu/LC_MESSAGES/plasma_applet_knowledgebase.mo share/locale/hu/LC_MESSAGES/plasma_applet_kolourpicker.mo share/locale/hu/LC_MESSAGES/plasma_applet_kpapplet.mo share/locale/hu/LC_MESSAGES/plasma_applet_launcher.mo share/locale/hu/LC_MESSAGES/plasma_applet_leavenote.mo share/locale/hu/LC_MESSAGES/plasma_applet_life.mo share/locale/hu/LC_MESSAGES/plasma_applet_lockout.mo share/locale/hu/LC_MESSAGES/plasma_applet_luna.mo share/locale/hu/LC_MESSAGES/plasma_applet_magnifique.mo share/locale/hu/LC_MESSAGES/plasma_applet_microblog.mo share/locale/hu/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/hu/LC_MESSAGES/plasma_applet_news.mo share/locale/hu/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/hu/LC_MESSAGES/plasma_applet_notes.mo share/locale/hu/LC_MESSAGES/plasma_applet_notifier.mo share/locale/hu/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/hu/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/hu/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/hu/LC_MESSAGES/plasma_applet_opendesktop_activities.mo share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.notifications.mo share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/hu/LC_MESSAGES/plasma_applet_pager.mo share/locale/hu/LC_MESSAGES/plasma_applet_panel.mo share/locale/hu/LC_MESSAGES/plasma_applet_panelspacer_internal.mo share/locale/hu/LC_MESSAGES/plasma_applet_paste.mo share/locale/hu/LC_MESSAGES/plasma_applet_pastebin.mo share/locale/hu/LC_MESSAGES/plasma_applet_plasmaboard.mo share/locale/hu/LC_MESSAGES/plasma_applet_previewer.mo share/locale/hu/LC_MESSAGES/plasma_applet_printmanager.mo share/locale/hu/LC_MESSAGES/plasma_applet_qalculate.mo share/locale/hu/LC_MESSAGES/plasma_applet_qstardict.mo share/locale/hu/LC_MESSAGES/plasma_applet_quicklaunch.mo share/locale/hu/LC_MESSAGES/plasma_applet_rssnow.mo share/locale/hu/LC_MESSAGES/plasma_applet_rtm.mo share/locale/hu/LC_MESSAGES/plasma_applet_sal.mo share/locale/hu/LC_MESSAGES/plasma_applet_saverdesktop.mo share/locale/hu/LC_MESSAGES/plasma_applet_searchbox.mo share/locale/hu/LC_MESSAGES/plasma_applet_showdashboard.mo share/locale/hu/LC_MESSAGES/plasma_applet_showdesktop.mo share/locale/hu/LC_MESSAGES/plasma_applet_skapplet.mo share/locale/hu/LC_MESSAGES/plasma_applet_spellcheck.mo share/locale/hu/LC_MESSAGES/plasma_applet_system-monitor.mo share/locale/hu/LC_MESSAGES/plasma_applet_systemloadviewer.mo share/locale/hu/LC_MESSAGES/plasma_applet_systemtray.mo share/locale/hu/LC_MESSAGES/plasma_applet_tasks.mo share/locale/hu/LC_MESSAGES/plasma_applet_timer.mo share/locale/hu/LC_MESSAGES/plasma_applet_trash.mo share/locale/hu/LC_MESSAGES/plasma_applet_unitconverter.mo share/locale/hu/LC_MESSAGES/plasma_applet_weather.mo share/locale/hu/LC_MESSAGES/plasma_applet_weatherstation.mo share/locale/hu/LC_MESSAGES/plasma_applet_webbrowser.mo share/locale/hu/LC_MESSAGES/plasma_applet_webslice.mo share/locale/hu/LC_MESSAGES/plasma_applet_windowlist.mo share/locale/hu/LC_MESSAGES/plasma_appletscriptengine_dashboard.mo share/locale/hu/LC_MESSAGES/plasma_containmentactions_contextmenu.mo share/locale/hu/LC_MESSAGES/plasma_containmentactions_switchactivity.mo share/locale/hu/LC_MESSAGES/plasma_containmentactions_switchdesktop.mo share/locale/hu/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/hu/LC_MESSAGES/plasma_engine_calendar.mo share/locale/hu/LC_MESSAGES/plasma_engine_kalzium.mo share/locale/hu/LC_MESSAGES/plasma_engine_kdeobservatory.mo share/locale/hu/LC_MESSAGES/plasma_engine_keystate.mo share/locale/hu/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/hu/LC_MESSAGES/plasma_engine_metadata.mo share/locale/hu/LC_MESSAGES/plasma_engine_mpris2.mo share/locale/hu/LC_MESSAGES/plasma_engine_network.mo share/locale/hu/LC_MESSAGES/plasma_engine_notifications.mo share/locale/hu/LC_MESSAGES/plasma_engine_nowplaying.mo share/locale/hu/LC_MESSAGES/plasma_engine_rss.mo share/locale/hu/LC_MESSAGES/plasma_engine_share.mo share/locale/hu/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/hu/LC_MESSAGES/plasma_engine_weather.mo share/locale/hu/LC_MESSAGES/plasma_package_org.kde.desktop.activitymanager.mo share/locale/hu/LC_MESSAGES/plasma_package_org.kde.desktop.widgetexplorer.mo share/locale/hu/LC_MESSAGES/plasma_packagestructure_comic.mo share/locale/hu/LC_MESSAGES/plasma_runner_CharacterRunner.mo share/locale/hu/LC_MESSAGES/plasma_runner_activities.mo share/locale/hu/LC_MESSAGES/plasma_runner_audioplayercontrol.mo share/locale/hu/LC_MESSAGES/plasma_runner_bookmarksrunner.mo share/locale/hu/LC_MESSAGES/plasma_runner_browserhistory.mo share/locale/hu/LC_MESSAGES/plasma_runner_calculatorrunner.mo share/locale/hu/LC_MESSAGES/plasma_runner_contacts.mo share/locale/hu/LC_MESSAGES/plasma_runner_converterrunner.mo share/locale/hu/LC_MESSAGES/plasma_runner_datetime.mo share/locale/hu/LC_MESSAGES/plasma_runner_events.mo share/locale/hu/LC_MESSAGES/plasma_runner_katesessions.mo share/locale/hu/LC_MESSAGES/plasma_runner_kget.mo share/locale/hu/LC_MESSAGES/plasma_runner_kill.mo share/locale/hu/LC_MESSAGES/plasma_runner_konquerorsessions.mo share/locale/hu/LC_MESSAGES/plasma_runner_konsolesessions.mo share/locale/hu/LC_MESSAGES/plasma_runner_kopete.mo share/locale/hu/LC_MESSAGES/plasma_runner_krunner_dictionary.mo share/locale/hu/LC_MESSAGES/plasma_runner_locations.mo share/locale/hu/LC_MESSAGES/plasma_runner_marblerunner.mo share/locale/hu/LC_MESSAGES/plasma_runner_mediawiki.mo share/locale/hu/LC_MESSAGES/plasma_runner_nepomuksearchrunner.mo share/locale/hu/LC_MESSAGES/plasma_runner_placesrunner.mo share/locale/hu/LC_MESSAGES/plasma_runner_plasma-desktop.mo share/locale/hu/LC_MESSAGES/plasma_runner_powerdevil.mo share/locale/hu/LC_MESSAGES/plasma_runner_recentdocuments.mo share/locale/hu/LC_MESSAGES/plasma_runner_services.mo share/locale/hu/LC_MESSAGES/plasma_runner_sessions.mo share/locale/hu/LC_MESSAGES/plasma_runner_shell.mo share/locale/hu/LC_MESSAGES/plasma_runner_solid.mo share/locale/hu/LC_MESSAGES/plasma_runner_spellcheckrunner.mo share/locale/hu/LC_MESSAGES/plasma_runner_webshortcuts.mo share/locale/hu/LC_MESSAGES/plasma_runner_windowedwidgets.mo share/locale/hu/LC_MESSAGES/plasma_runner_windows.mo share/locale/hu/LC_MESSAGES/plasma_runner_youtube.mo share/locale/hu/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/hu/LC_MESSAGES/plasma_toolbox_desktoptoolbox.mo share/locale/hu/LC_MESSAGES/plasma_toolbox_paneltoolbox.mo share/locale/hu/LC_MESSAGES/plasma_wallpaper_color.mo share/locale/hu/LC_MESSAGES/plasma_wallpaper_image.mo share/locale/hu/LC_MESSAGES/plasma_wallpaper_mandelbrot.mo share/locale/hu/LC_MESSAGES/plasma_wallpaper_marble.mo share/locale/hu/LC_MESSAGES/plasma_wallpaper_pattern.mo share/locale/hu/LC_MESSAGES/plasma_wallpaper_potd.mo share/locale/hu/LC_MESSAGES/plasma_wallpaper_virus.mo share/locale/hu/LC_MESSAGES/plasma_wallpaper_wallpaper-qml.mo share/locale/hu/LC_MESSAGES/plasma_wallpaper_weather.mo share/locale/hu/LC_MESSAGES/plasmagenericshell.mo share/locale/hu/LC_MESSAGES/plasmapkg.mo share/locale/hu/LC_MESSAGES/pothumbnail.mo share/locale/hu/LC_MESSAGES/powerdevil.mo share/locale/hu/LC_MESSAGES/powerdevilactivitiesconfig.mo share/locale/hu/LC_MESSAGES/powerdevilglobalconfig.mo share/locale/hu/LC_MESSAGES/powerdevilprofilesconfig.mo share/locale/hu/LC_MESSAGES/print-manager.mo share/locale/hu/LC_MESSAGES/processcore.mo share/locale/hu/LC_MESSAGES/processui.mo share/locale/hu/LC_MESSAGES/randrmonitor.mo share/locale/hu/LC_MESSAGES/rellinks.mo share/locale/hu/LC_MESSAGES/rocs.mo share/locale/hu/LC_MESSAGES/rocscore.mo share/locale/hu/LC_MESSAGES/rocsvisualeditor.mo share/locale/hu/LC_MESSAGES/searchbarplugin.mo share/locale/hu/LC_MESSAGES/solid-hardware.mo share/locale/hu/LC_MESSAGES/solid-network.mo share/locale/hu/LC_MESSAGES/solid_qt.mo share/locale/hu/LC_MESSAGES/solidcontrol.mo share/locale/hu/LC_MESSAGES/soliduiserver.mo share/locale/hu/LC_MESSAGES/step.mo share/locale/hu/LC_MESSAGES/step_qt.mo share/locale/hu/LC_MESSAGES/strigila_diff.mo share/locale/hu/LC_MESSAGES/superkaramba.mo share/locale/hu/LC_MESSAGES/svgpart.mo share/locale/hu/LC_MESSAGES/sweeper.mo share/locale/hu/LC_MESSAGES/systemsettings.mo share/locale/hu/LC_MESSAGES/tasks-mobile.mo share/locale/hu/LC_MESSAGES/timezones4.mo share/locale/hu/LC_MESSAGES/uachangerplugin.mo share/locale/hu/LC_MESSAGES/umbrello.mo share/locale/hu/LC_MESSAGES/useraccount.mo share/locale/hu/LC_MESSAGES/validatorsplugin.mo share/locale/hu/LC_MESSAGES/webarchiver.mo share/locale/hu/LC_MESSAGES/xml_mimetypes.mo share/locale/hu/entry.desktop @dirrm share/doc/HTML/hu/kteatime @dirrm share/doc/HTML/hu/kioslave/telnet @dirrm share/doc/HTML/hu/kioslave/tar @dirrm share/doc/HTML/hu/kioslave/sftp @dirrm share/doc/HTML/hu/kioslave/rlogin @dirrm share/doc/HTML/hu/kioslave/nntp @dirrm share/doc/HTML/hu/kioslave/nfs @dirrm share/doc/HTML/hu/kioslave/news @dirrm share/doc/HTML/hu/kioslave/mailto @dirrm share/doc/HTML/hu/kioslave/ldap @dirrm share/doc/HTML/hu/kioslave/ftp @dirrm share/doc/HTML/hu/kioslave/file @dirrm share/doc/HTML/hu/kioslave @dirrm share/doc/HTML/hu/common @dirrm share/doc/HTML/hu/amor @dirrm share/apps/kvtml/hu @dirrm share/apps/kvtml @dirrm share/apps/klettres/hu/syllab @dirrm share/apps/klettres/hu/alpha @dirrm share/apps/klettres/hu @dirrm share/apps/klettres @dirrm share/apps/khangman @dirrm share/apps/kanagram @dirrm share/apps/autocorrect Index: head/japanese/kde4-l10n/distinfo =================================================================== --- head/japanese/kde4-l10n/distinfo (revision 318451) +++ head/japanese/kde4-l10n/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/kde-l10n/kde-l10n-ja-4.10.1.tar.xz) = 795976556669cc2858ad8ac898f7d183804359a638bc2e3a393ea4173b15578e -SIZE (KDE/4.10.1/kde-l10n/kde-l10n-ja-4.10.1.tar.xz) = 2317760 +SHA256 (KDE/4.10.3/kde-l10n/kde-l10n-ja-4.10.3.tar.xz) = 867f2586301557edb573f37b91b3004042dc671eab482e86d0373ded519265a1 +SIZE (KDE/4.10.3/kde-l10n/kde-l10n-ja-4.10.3.tar.xz) = 2321424 Index: head/japanese/kde4-l10n/pkg-plist =================================================================== --- head/japanese/kde4-l10n/pkg-plist (revision 318451) +++ head/japanese/kde4-l10n/pkg-plist (revision 318452) @@ -1,760 +1,758 @@ share/doc/HTML/ja/common/fdl-translated.html share/doc/HTML/ja/common/gpl-translated.html share/doc/HTML/ja/common/kde-localised.css share/doc/HTML/ja/common/lgpl-translated.html share/doc/HTML/ja/kdesu/common share/doc/HTML/ja/kdesu/index.cache.bz2 share/doc/HTML/ja/kdesu/index.docbook share/doc/HTML/ja/knetwalk/common share/doc/HTML/ja/knetwalk/index.cache.bz2 share/doc/HTML/ja/knetwalk/index.docbook share/doc/HTML/ja/kollision/common share/doc/HTML/ja/kollision/index.cache.bz2 share/doc/HTML/ja/kollision/index.docbook share/doc/HTML/ja/kshisen/common share/doc/HTML/ja/kshisen/index.cache.bz2 share/doc/HTML/ja/kshisen/index.docbook share/doc/HTML/ja/kshisen/kshisen-configuration.png share/doc/HTML/ja/ksquares/common share/doc/HTML/ja/ksquares/index.cache.bz2 share/doc/HTML/ja/ksquares/index.docbook share/doc/HTML/ja/okular/common share/doc/HTML/ja/okular/configure.png share/doc/HTML/ja/okular/embedded-files-bar.png share/doc/HTML/ja/okular/index.cache.bz2 share/doc/HTML/ja/okular/index.docbook share/locale/ja/LC_MESSAGES/accountwizard.mo share/locale/ja/LC_MESSAGES/accountwizard_ical.mo share/locale/ja/LC_MESSAGES/accountwizard_imap.mo share/locale/ja/LC_MESSAGES/accountwizard_kolab.mo share/locale/ja/LC_MESSAGES/accountwizard_mailbox.mo share/locale/ja/LC_MESSAGES/accountwizard_maildir.mo share/locale/ja/LC_MESSAGES/accountwizard_pop3.mo share/locale/ja/LC_MESSAGES/adblock.mo share/locale/ja/LC_MESSAGES/akonadi-filestore.mo share/locale/ja/LC_MESSAGES/akonadi_birthdays_resource.mo share/locale/ja/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/ja/LC_MESSAGES/akonadi_davgroupware_resource.mo share/locale/ja/LC_MESSAGES/akonadi_ical_resource.mo share/locale/ja/LC_MESSAGES/akonadi_imap_resource.mo share/locale/ja/LC_MESSAGES/akonadi_invitations_agent.mo share/locale/ja/LC_MESSAGES/akonadi_kabc_resource.mo share/locale/ja/LC_MESSAGES/akonadi_kalarm_resource.mo share/locale/ja/LC_MESSAGES/akonadi_kcal_resource.mo share/locale/ja/LC_MESSAGES/akonadi_kdeaccounts_resource.mo share/locale/ja/LC_MESSAGES/akonadi_knut_resource.mo share/locale/ja/LC_MESSAGES/akonadi_kolabproxy_resource.mo share/locale/ja/LC_MESSAGES/akonadi_kresourceassistant.mo share/locale/ja/LC_MESSAGES/akonadi_localbookmarks_resource.mo share/locale/ja/LC_MESSAGES/akonadi_maildir_resource.mo share/locale/ja/LC_MESSAGES/akonadi_maildispatcher_agent.mo share/locale/ja/LC_MESSAGES/akonadi_mailfilter_agent.mo share/locale/ja/LC_MESSAGES/akonadi_mailtransport_resource.mo share/locale/ja/LC_MESSAGES/akonadi_mbox_resource.mo share/locale/ja/LC_MESSAGES/akonadi_microblog_resource.mo share/locale/ja/LC_MESSAGES/akonadi_mixedmaildir_resource.mo share/locale/ja/LC_MESSAGES/akonadi_nepomuk_feeder.mo share/locale/ja/LC_MESSAGES/akonadi_nepomuktag_resource.mo share/locale/ja/LC_MESSAGES/akonadi_next.mo share/locale/ja/LC_MESSAGES/akonadi_nntp_resource.mo share/locale/ja/LC_MESSAGES/akonadi_openxchange_resource.mo share/locale/ja/LC_MESSAGES/akonadi_pop3_resource.mo share/locale/ja/LC_MESSAGES/akonadi_serializer_plugins.mo share/locale/ja/LC_MESSAGES/akonadi_singlefile_resource.mo share/locale/ja/LC_MESSAGES/akonadi_strigi_feeder.mo share/locale/ja/LC_MESSAGES/akonadi_vcard_resource.mo share/locale/ja/LC_MESSAGES/akonadi_vcarddir_resource.mo share/locale/ja/LC_MESSAGES/akonadicontact.mo share/locale/ja/LC_MESSAGES/akonadinotes.mo share/locale/ja/LC_MESSAGES/akonaditray.mo share/locale/ja/LC_MESSAGES/akregator.mo share/locale/ja/LC_MESSAGES/akregator_konqplugin.mo share/locale/ja/LC_MESSAGES/amor.mo share/locale/ja/LC_MESSAGES/analitza.mo share/locale/ja/LC_MESSAGES/ark.mo share/locale/ja/LC_MESSAGES/attica_kde.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/blogilo.mo share/locale/ja/LC_MESSAGES/bomber.mo share/locale/ja/LC_MESSAGES/bovo.mo share/locale/ja/LC_MESSAGES/calendarsupport.mo share/locale/ja/LC_MESSAGES/cantor.mo share/locale/ja/LC_MESSAGES/cervisia.mo share/locale/ja/LC_MESSAGES/cryptopageplugin.mo share/locale/ja/LC_MESSAGES/cvsservice.mo share/locale/ja/LC_MESSAGES/dirfilterplugin.mo share/locale/ja/LC_MESSAGES/display.mo share/locale/ja/LC_MESSAGES/dolphin.mo share/locale/ja/LC_MESSAGES/domtreeviewer.mo share/locale/ja/LC_MESSAGES/dragonplayer.mo share/locale/ja/LC_MESSAGES/drkonqi.mo share/locale/ja/LC_MESSAGES/filelight.mo share/locale/ja/LC_MESSAGES/filetypes.mo share/locale/ja/LC_MESSAGES/fileviewbazaarplugin.mo share/locale/ja/LC_MESSAGES/fileviewgitplugin.mo share/locale/ja/LC_MESSAGES/fileviewhgplugin.mo share/locale/ja/LC_MESSAGES/fileviewsvnplugin.mo share/locale/ja/LC_MESSAGES/freespacenotifier.mo share/locale/ja/LC_MESSAGES/fsview.mo share/locale/ja/LC_MESSAGES/granatier.mo share/locale/ja/LC_MESSAGES/gwenview.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/jovie.mo share/locale/ja/LC_MESSAGES/joystick.mo share/locale/ja/LC_MESSAGES/juk.mo share/locale/ja/LC_MESSAGES/kabc.mo share/locale/ja/LC_MESSAGES/kabc_akonadi.mo share/locale/ja/LC_MESSAGES/kabc_dir.mo share/locale/ja/LC_MESSAGES/kabc_file.mo share/locale/ja/LC_MESSAGES/kabc_ldapkio.mo share/locale/ja/LC_MESSAGES/kabc_net.mo share/locale/ja/LC_MESSAGES/kabcclient.mo share/locale/ja/LC_MESSAGES/kabcformat_binary.mo share/locale/ja/LC_MESSAGES/kaccess.mo share/locale/ja/LC_MESSAGES/kaccessibleapp.mo share/locale/ja/LC_MESSAGES/kactivitymanagerd.mo share/locale/ja/LC_MESSAGES/kaddressbook-mobile.mo share/locale/ja/LC_MESSAGES/kaddressbook.mo share/locale/ja/LC_MESSAGES/kaddressbookmigrator.mo share/locale/ja/LC_MESSAGES/kajongg.mo share/locale/ja/LC_MESSAGES/kalarm.mo share/locale/ja/LC_MESSAGES/kalgebra.mo share/locale/ja/LC_MESSAGES/kalzium.mo share/locale/ja/LC_MESSAGES/kanagram.mo share/locale/ja/LC_MESSAGES/kapman.mo share/locale/ja/LC_MESSAGES/kapptemplate.mo share/locale/ja/LC_MESSAGES/kate-ctags-plugin.mo share/locale/ja/LC_MESSAGES/kate.mo share/locale/ja/LC_MESSAGES/kate_kttsd.mo share/locale/ja/LC_MESSAGES/katebacktracebrowserplugin.mo share/locale/ja/LC_MESSAGES/katebuild-plugin.mo share/locale/ja/LC_MESSAGES/katefilebrowserplugin.mo share/locale/ja/LC_MESSAGES/katefiletemplates.mo share/locale/ja/LC_MESSAGES/kategdbplugin.mo share/locale/ja/LC_MESSAGES/katehelloworld.mo share/locale/ja/LC_MESSAGES/katekonsoleplugin.mo share/locale/ja/LC_MESSAGES/katemailfilesplugin.mo share/locale/ja/LC_MESSAGES/kateopenheader.mo share/locale/ja/LC_MESSAGES/katepart4.mo share/locale/ja/LC_MESSAGES/katesearch.mo share/locale/ja/LC_MESSAGES/katesnippets_tng.mo share/locale/ja/LC_MESSAGES/katesql.mo share/locale/ja/LC_MESSAGES/katesymbolviewer.mo share/locale/ja/LC_MESSAGES/katetabbarextension.mo share/locale/ja/LC_MESSAGES/katetabifyplugin.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/kbattleship.mo share/locale/ja/LC_MESSAGES/kblackbox.mo share/locale/ja/LC_MESSAGES/kblankscrn.mo share/locale/ja/LC_MESSAGES/kblocks.mo share/locale/ja/LC_MESSAGES/kbounce.mo share/locale/ja/LC_MESSAGES/kbreakout.mo share/locale/ja/LC_MESSAGES/kbruch.mo share/locale/ja/LC_MESSAGES/kcachegrind.mo share/locale/ja/LC_MESSAGES/kcachegrind_qt.mo share/locale/ja/LC_MESSAGES/kcal_akonadi.mo share/locale/ja/LC_MESSAGES/kcalc.mo share/locale/ja/LC_MESSAGES/kcertpart.mo share/locale/ja/LC_MESSAGES/kcharselect.mo share/locale/ja/LC_MESSAGES/kcm_akonadi.mo share/locale/ja/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/ja/LC_MESSAGES/kcm_attica.mo share/locale/ja/LC_MESSAGES/kcm_autostart.mo share/locale/ja/LC_MESSAGES/kcm_desktoppaths.mo share/locale/ja/LC_MESSAGES/kcm_desktopthemedetails.mo share/locale/ja/LC_MESSAGES/kcm_device_automounter.mo share/locale/ja/LC_MESSAGES/kcm_emoticons.mo share/locale/ja/LC_MESSAGES/kcm_infobase.mo share/locale/ja/LC_MESSAGES/kcm_infosummary.mo -share/locale/ja/LC_MESSAGES/kcm_krfb.mo share/locale/ja/LC_MESSAGES/kcm_kwindesktop.mo share/locale/ja/LC_MESSAGES/kcm_kwintabbox.mo share/locale/ja/LC_MESSAGES/kcm_memory.mo share/locale/ja/LC_MESSAGES/kcm_nepomuk.mo share/locale/ja/LC_MESSAGES/kcm_pci.mo share/locale/ja/LC_MESSAGES/kcm_phonon.mo share/locale/ja/LC_MESSAGES/kcm_platform.mo share/locale/ja/LC_MESSAGES/kcm_remotecontrol.mo share/locale/ja/LC_MESSAGES/kcm_solid.mo share/locale/ja/LC_MESSAGES/kcm_solid_actions.mo share/locale/ja/LC_MESSAGES/kcm_standard_actions.mo share/locale/ja/LC_MESSAGES/kcmaccess.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/kcmdevinfo.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/kcminit.mo share/locale/ja/LC_MESSAGES/kcminput.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/kcmkdnssd.mo share/locale/ja/LC_MESSAGES/kcmkeyboard.mo share/locale/ja/LC_MESSAGES/kcmkeys.mo share/locale/ja/LC_MESSAGES/kcmkgamma.mo share/locale/ja/LC_MESSAGES/kcmkio.mo share/locale/ja/LC_MESSAGES/kcmkonq.mo share/locale/ja/LC_MESSAGES/kcmkonqhtml.mo share/locale/ja/LC_MESSAGES/kcmkurifilt.mo share/locale/ja/LC_MESSAGES/kcmkwallet.mo share/locale/ja/LC_MESSAGES/kcmkwincompositing.mo share/locale/ja/LC_MESSAGES/kcmkwindecoration.mo share/locale/ja/LC_MESSAGES/kcmkwinrules.mo share/locale/ja/LC_MESSAGES/kcmkwinscreenedges.mo share/locale/ja/LC_MESSAGES/kcmkwm.mo share/locale/ja/LC_MESSAGES/kcmlaunch.mo share/locale/ja/LC_MESSAGES/kcmlocale.mo share/locale/ja/LC_MESSAGES/kcmnic.mo share/locale/ja/LC_MESSAGES/kcmnotify.mo share/locale/ja/LC_MESSAGES/kcmopengl.mo share/locale/ja/LC_MESSAGES/kcmperformance.mo share/locale/ja/LC_MESSAGES/kcmsamba.mo share/locale/ja/LC_MESSAGES/kcmscreensaver.mo share/locale/ja/LC_MESSAGES/kcmshell.mo share/locale/ja/LC_MESSAGES/kcmsmartcard.mo share/locale/ja/LC_MESSAGES/kcmsmserver.mo share/locale/ja/LC_MESSAGES/kcmstyle.mo share/locale/ja/LC_MESSAGES/kcmusb.mo share/locale/ja/LC_MESSAGES/kcmview1394.mo share/locale/ja/LC_MESSAGES/kcmworkspaceoptions.mo share/locale/ja/LC_MESSAGES/kcolorchooser.mo share/locale/ja/LC_MESSAGES/kcron.mo share/locale/ja/LC_MESSAGES/kde-menu.mo share/locale/ja/LC_MESSAGES/kdeasciiquarium.mo share/locale/ja/LC_MESSAGES/kdebugdialog.mo share/locale/ja/LC_MESSAGES/kdecalendarsystems.mo share/locale/ja/LC_MESSAGES/kdelibs4.mo share/locale/ja/LC_MESSAGES/kdelibs_colors4.mo share/locale/ja/LC_MESSAGES/kdepasswd.mo share/locale/ja/LC_MESSAGES/kdepim-runtime-qml.mo share/locale/ja/LC_MESSAGES/kdeqt.mo share/locale/ja/LC_MESSAGES/kdesu.mo share/locale/ja/LC_MESSAGES/kdesud.mo share/locale/ja/LC_MESSAGES/kdf.mo share/locale/ja/LC_MESSAGES/kdgantt2.mo share/locale/ja/LC_MESSAGES/kdialog.mo share/locale/ja/LC_MESSAGES/kdiamond.mo share/locale/ja/LC_MESSAGES/kdmconfig.mo share/locale/ja/LC_MESSAGES/kdmgreet.mo share/locale/ja/LC_MESSAGES/kdontchangethehostname.mo share/locale/ja/LC_MESSAGES/keditbookmarks.mo share/locale/ja/LC_MESSAGES/kfile.mo share/locale/ja/LC_MESSAGES/kfile_dds.mo share/locale/ja/LC_MESSAGES/kfile_drgeo.mo share/locale/ja/LC_MESSAGES/kfile_exr.mo share/locale/ja/LC_MESSAGES/kfile_kig.mo share/locale/ja/LC_MESSAGES/kfile_mail.mo share/locale/ja/LC_MESSAGES/kfile_pnm.mo share/locale/ja/LC_MESSAGES/kfile_raw.mo share/locale/ja/LC_MESSAGES/kfile_rgb.mo share/locale/ja/LC_MESSAGES/kfile_rpm.mo share/locale/ja/LC_MESSAGES/kfile_tiff.mo share/locale/ja/LC_MESSAGES/kfile_xps.mo share/locale/ja/LC_MESSAGES/kfileaudiopreview4.mo share/locale/ja/LC_MESSAGES/kfilereplace.mo share/locale/ja/LC_MESSAGES/kfileshare.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/kfontinst.mo share/locale/ja/LC_MESSAGES/kfourinline.mo share/locale/ja/LC_MESSAGES/kgeography.mo share/locale/ja/LC_MESSAGES/kget.mo share/locale/ja/LC_MESSAGES/kgetplugin.mo share/locale/ja/LC_MESSAGES/kglobalaccel.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_generic.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/khotkeys.mo share/locale/ja/LC_MESSAGES/khotnewstuff.mo share/locale/ja/LC_MESSAGES/khtmlkttsd.mo share/locale/ja/LC_MESSAGES/khtmlsettingsplugin.mo share/locale/ja/LC_MESSAGES/kiconfinder.mo share/locale/ja/LC_MESSAGES/kig.mo share/locale/ja/LC_MESSAGES/kigo.mo share/locale/ja/LC_MESSAGES/killbots.mo share/locale/ja/LC_MESSAGES/kimagemapeditor.mo -share/locale/ja/LC_MESSAGES/kinetd.mo share/locale/ja/LC_MESSAGES/kinfocenter.mo share/locale/ja/LC_MESSAGES/kio4.mo share/locale/ja/LC_MESSAGES/kio_akonadi.mo share/locale/ja/LC_MESSAGES/kio_applications.mo share/locale/ja/LC_MESSAGES/kio_archive.mo share/locale/ja/LC_MESSAGES/kio_audiocd.mo share/locale/ja/LC_MESSAGES/kio_bookmarks.mo share/locale/ja/LC_MESSAGES/kio_finger.mo share/locale/ja/LC_MESSAGES/kio_fish.mo share/locale/ja/LC_MESSAGES/kio_floppy.mo share/locale/ja/LC_MESSAGES/kio_help4.mo share/locale/ja/LC_MESSAGES/kio_imap4.mo share/locale/ja/LC_MESSAGES/kio_info.mo share/locale/ja/LC_MESSAGES/kio_jabberdisco.mo share/locale/ja/LC_MESSAGES/kio_ldap.mo share/locale/ja/LC_MESSAGES/kio_man.mo share/locale/ja/LC_MESSAGES/kio_mbox.mo share/locale/ja/LC_MESSAGES/kio_nepomuk.mo share/locale/ja/LC_MESSAGES/kio_nepomuksearch.mo share/locale/ja/LC_MESSAGES/kio_nfs.mo share/locale/ja/LC_MESSAGES/kio_nntp.mo share/locale/ja/LC_MESSAGES/kio_perldoc.mo share/locale/ja/LC_MESSAGES/kio_pop3.mo share/locale/ja/LC_MESSAGES/kio_remote.mo share/locale/ja/LC_MESSAGES/kio_sftp.mo share/locale/ja/LC_MESSAGES/kio_sieve.mo share/locale/ja/LC_MESSAGES/kio_smb.mo share/locale/ja/LC_MESSAGES/kio_smtp.mo share/locale/ja/LC_MESSAGES/kio_svn.mo share/locale/ja/LC_MESSAGES/kio_thumbnail.mo share/locale/ja/LC_MESSAGES/kio_timeline.mo share/locale/ja/LC_MESSAGES/kio_trash.mo share/locale/ja/LC_MESSAGES/kio_zeroconf.mo share/locale/ja/LC_MESSAGES/kioclient.mo share/locale/ja/LC_MESSAGES/kioexec.mo share/locale/ja/LC_MESSAGES/kiriki.mo share/locale/ja/LC_MESSAGES/kiten.mo share/locale/ja/LC_MESSAGES/kjots.mo share/locale/ja/LC_MESSAGES/kjotsmigrator.mo share/locale/ja/LC_MESSAGES/kjumpingcube.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-migrator.mo share/locale/ja/LC_MESSAGES/kmail-mobile.mo share/locale/ja/LC_MESSAGES/kmail.mo share/locale/ja/LC_MESSAGES/kmailcvt.mo share/locale/ja/LC_MESSAGES/kmenuedit.mo share/locale/ja/LC_MESSAGES/kmimetypefinder.mo share/locale/ja/LC_MESSAGES/kmines.mo share/locale/ja/LC_MESSAGES/kmix.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/knetattach.mo share/locale/ja/LC_MESSAGES/knetwalk.mo share/locale/ja/LC_MESSAGES/knode.mo share/locale/ja/LC_MESSAGES/knotes.mo share/locale/ja/LC_MESSAGES/knotify4.mo share/locale/ja/LC_MESSAGES/kolf.mo share/locale/ja/LC_MESSAGES/kollision.mo share/locale/ja/LC_MESSAGES/kolourpaint.mo share/locale/ja/LC_MESSAGES/kommander.mo share/locale/ja/LC_MESSAGES/kompare.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/kontactinterfaces.mo share/locale/ja/LC_MESSAGES/kopete.mo share/locale/ja/LC_MESSAGES/korganizer-mobile.mo share/locale/ja/LC_MESSAGES/korganizer.mo share/locale/ja/LC_MESSAGES/kpartloader.mo share/locale/ja/LC_MESSAGES/kpartsaver.mo share/locale/ja/LC_MESSAGES/kpasswdserver.mo share/locale/ja/LC_MESSAGES/kpat.mo share/locale/ja/LC_MESSAGES/kppp.mo share/locale/ja/LC_MESSAGES/kppplogview.mo share/locale/ja/LC_MESSAGES/kquitapp.mo share/locale/ja/LC_MESSAGES/krandr.mo share/locale/ja/LC_MESSAGES/krcdnotifieritem.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/kremotecontroldaemon.mo share/locale/ja/LC_MESSAGES/kres-migrator.mo share/locale/ja/LC_MESSAGES/kres_blog.mo share/locale/ja/LC_MESSAGES/kres_remote.mo share/locale/ja/LC_MESSAGES/kresources_shared_akonadi.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/krunner.mo share/locale/ja/LC_MESSAGES/ksaneplugin.mo share/locale/ja/LC_MESSAGES/kscd.mo share/locale/ja/LC_MESSAGES/kscreensaver.mo share/locale/ja/LC_MESSAGES/ksendemail.mo share/locale/ja/LC_MESSAGES/kshellcmdplugin.mo share/locale/ja/LC_MESSAGES/kshisen.mo share/locale/ja/LC_MESSAGES/kshorturifilter.mo share/locale/ja/LC_MESSAGES/ksirk.mo share/locale/ja/LC_MESSAGES/ksirkskineditor.mo share/locale/ja/LC_MESSAGES/ksmserver.mo share/locale/ja/LC_MESSAGES/ksnapshot.mo share/locale/ja/LC_MESSAGES/kspaceduel.mo share/locale/ja/LC_MESSAGES/ksplashthemes.mo share/locale/ja/LC_MESSAGES/ksquares.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/kstyle_config.mo share/locale/ja/LC_MESSAGES/kstyle_phase_config.mo share/locale/ja/LC_MESSAGES/ksudoku.mo share/locale/ja/LC_MESSAGES/ksysguard.mo share/locale/ja/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/ja/LC_MESSAGES/ksystemlog.mo share/locale/ja/LC_MESSAGES/ksystraycmd.mo share/locale/ja/LC_MESSAGES/kteatime.mo share/locale/ja/LC_MESSAGES/ktesnippets_editor.mo share/locale/ja/LC_MESSAGES/ktexteditor_codesnippets_core.mo share/locale/ja/LC_MESSAGES/ktexteditor_plugins.mo share/locale/ja/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/ja/LC_MESSAGES/ktimer.mo share/locale/ja/LC_MESSAGES/ktimetracker.mo share/locale/ja/LC_MESSAGES/ktouch.mo share/locale/ja/LC_MESSAGES/ktouchpadenabler.mo share/locale/ja/LC_MESSAGES/ktraderclient.mo share/locale/ja/LC_MESSAGES/ktron.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/kubrick.mo share/locale/ja/LC_MESSAGES/kuiserver.mo share/locale/ja/LC_MESSAGES/kuiviewer.mo share/locale/ja/LC_MESSAGES/kurifilter.mo share/locale/ja/LC_MESSAGES/kuser.mo share/locale/ja/LC_MESSAGES/kwalletd.mo share/locale/ja/LC_MESSAGES/kwalletmanager.mo share/locale/ja/LC_MESSAGES/kwatchgnupg.mo share/locale/ja/LC_MESSAGES/kwin.mo share/locale/ja/LC_MESSAGES/kwin_art_clients.mo share/locale/ja/LC_MESSAGES/kwin_clients.mo share/locale/ja/LC_MESSAGES/kwin_effects.mo share/locale/ja/LC_MESSAGES/kwinshutdown.mo share/locale/ja/LC_MESSAGES/kwinstartmenu.mo share/locale/ja/LC_MESSAGES/kwordquiz.mo share/locale/ja/LC_MESSAGES/kwrite.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/lancelot.mo share/locale/ja/LC_MESSAGES/libakonadi-calendar.mo share/locale/ja/LC_MESSAGES/libakonadi-kmime.mo share/locale/ja/LC_MESSAGES/libakonadi.mo share/locale/ja/LC_MESSAGES/libeventviews.mo share/locale/ja/LC_MESSAGES/libincidenceeditors.mo share/locale/ja/LC_MESSAGES/libkalarmcal.mo share/locale/ja/LC_MESSAGES/libkasten.mo share/locale/ja/LC_MESSAGES/libkblog.mo share/locale/ja/LC_MESSAGES/libkcal.mo share/locale/ja/LC_MESSAGES/libkcalutils.mo share/locale/ja/LC_MESSAGES/libkcddb.mo share/locale/ja/LC_MESSAGES/libkcompactdisc.mo share/locale/ja/LC_MESSAGES/libkdcraw.mo share/locale/ja/LC_MESSAGES/libkdecorations.mo share/locale/ja/LC_MESSAGES/libkdeedu.mo share/locale/ja/LC_MESSAGES/libkdegames.mo share/locale/ja/LC_MESSAGES/libkdepim.mo share/locale/ja/LC_MESSAGES/libkdepimmobileui.mo share/locale/ja/LC_MESSAGES/libkexiv2.mo share/locale/ja/LC_MESSAGES/libkholidays.mo share/locale/ja/LC_MESSAGES/libkimap.mo share/locale/ja/LC_MESSAGES/libkldap.mo share/locale/ja/LC_MESSAGES/libkleopatra.mo share/locale/ja/LC_MESSAGES/libkmahjongg.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/libkpimidentities.mo share/locale/ja/LC_MESSAGES/libkpimtextedit.mo share/locale/ja/LC_MESSAGES/libkpimutils.mo share/locale/ja/LC_MESSAGES/libkremotecontrol.mo share/locale/ja/LC_MESSAGES/libkresources.mo share/locale/ja/LC_MESSAGES/libksane.mo share/locale/ja/LC_MESSAGES/libkscreensaver.mo share/locale/ja/LC_MESSAGES/libksieve.mo share/locale/ja/LC_MESSAGES/libktnef.mo share/locale/ja/LC_MESSAGES/libkunitconversion.mo share/locale/ja/LC_MESSAGES/libkworkspace.mo share/locale/ja/LC_MESSAGES/libkxmlrpcclient.mo share/locale/ja/LC_MESSAGES/liblancelot-datamodels.mo share/locale/ja/LC_MESSAGES/libmailcommon.mo share/locale/ja/LC_MESSAGES/libmailimporter.mo share/locale/ja/LC_MESSAGES/libmailtransport.mo share/locale/ja/LC_MESSAGES/libmessagecomposer.mo share/locale/ja/LC_MESSAGES/libmessagecore.mo share/locale/ja/LC_MESSAGES/libmessagelist.mo share/locale/ja/LC_MESSAGES/libmessageviewer.mo share/locale/ja/LC_MESSAGES/liboktetacore.mo share/locale/ja/LC_MESSAGES/liboktetagui.mo share/locale/ja/LC_MESSAGES/liboktetakasten.mo share/locale/ja/LC_MESSAGES/libphonon.mo share/locale/ja/LC_MESSAGES/libplasma.mo share/locale/ja/LC_MESSAGES/libplasma_groupingcontainment.mo share/locale/ja/LC_MESSAGES/libplasmaclock.mo share/locale/ja/LC_MESSAGES/libplasmaweather.mo share/locale/ja/LC_MESSAGES/libtaskmanager.mo share/locale/ja/LC_MESSAGES/libtemplateparser.mo share/locale/ja/LC_MESSAGES/lokalize.mo share/locale/ja/LC_MESSAGES/lskat.mo share/locale/ja/LC_MESSAGES/mailreader.mo share/locale/ja/LC_MESSAGES/marble.mo share/locale/ja/LC_MESSAGES/marble_qt.mo share/locale/ja/LC_MESSAGES/messageviewer_application_mstnef_plugin.mo share/locale/ja/LC_MESSAGES/messageviewer_text_calendar_plugin.mo share/locale/ja/LC_MESSAGES/messageviewer_text_vcard_plugin.mo share/locale/ja/LC_MESSAGES/messageviewer_text_xdiff_plugin.mo share/locale/ja/LC_MESSAGES/mf_konqplugin.mo share/locale/ja/LC_MESSAGES/minitoolsplugin.mo share/locale/ja/LC_MESSAGES/mplayerthumbs.mo share/locale/ja/LC_MESSAGES/mplayerthumbsconfig.mo share/locale/ja/LC_MESSAGES/nepomukbackup.mo share/locale/ja/LC_MESSAGES/nepomukcontroller.mo share/locale/ja/LC_MESSAGES/nepomukfileindexer.mo share/locale/ja/LC_MESSAGES/nepomukqueryservice.mo share/locale/ja/LC_MESSAGES/nepomukserver.mo share/locale/ja/LC_MESSAGES/nepomukservicestub.mo share/locale/ja/LC_MESSAGES/nepomukstorage.mo share/locale/ja/LC_MESSAGES/newmailnotifieragent.mo share/locale/ja/LC_MESSAGES/notes-mobile.mo share/locale/ja/LC_MESSAGES/nsplugin.mo share/locale/ja/LC_MESSAGES/okteta-mobile.mo share/locale/ja/LC_MESSAGES/okteta.mo share/locale/ja/LC_MESSAGES/oktetapart.mo share/locale/ja/LC_MESSAGES/okular.mo share/locale/ja/LC_MESSAGES/okular_chm.mo share/locale/ja/LC_MESSAGES/okular_comicbook.mo share/locale/ja/LC_MESSAGES/okular_djvu.mo share/locale/ja/LC_MESSAGES/okular_dvi.mo share/locale/ja/LC_MESSAGES/okular_epub.mo share/locale/ja/LC_MESSAGES/okular_fax.mo share/locale/ja/LC_MESSAGES/okular_fictionbook.mo share/locale/ja/LC_MESSAGES/okular_ghostview.mo share/locale/ja/LC_MESSAGES/okular_kimgio.mo share/locale/ja/LC_MESSAGES/okular_mobi.mo share/locale/ja/LC_MESSAGES/okular_ooo.mo share/locale/ja/LC_MESSAGES/okular_plucker.mo share/locale/ja/LC_MESSAGES/okular_poppler.mo share/locale/ja/LC_MESSAGES/okular_tiff.mo share/locale/ja/LC_MESSAGES/okular_xps.mo share/locale/ja/LC_MESSAGES/palapeli.mo share/locale/ja/LC_MESSAGES/parley.mo share/locale/ja/LC_MESSAGES/phonon_gstreamer.mo share/locale/ja/LC_MESSAGES/phonon_kde.mo share/locale/ja/LC_MESSAGES/phonon_vlc.mo share/locale/ja/LC_MESSAGES/phononserver.mo share/locale/ja/LC_MESSAGES/plasma-desktop.mo share/locale/ja/LC_MESSAGES/plasma-netbook.mo share/locale/ja/LC_MESSAGES/plasma-overlay.mo share/locale/ja/LC_MESSAGES/plasma-remote-helper.mo share/locale/ja/LC_MESSAGES/plasma-windowed.mo share/locale/ja/LC_MESSAGES/plasma_applet_BbalL.mo share/locale/ja/LC_MESSAGES/plasma_applet_CharSelectApplet.mo share/locale/ja/LC_MESSAGES/plasma_applet_Molmasscalculator.mo share/locale/ja/LC_MESSAGES/plasma_applet_akonotes_note.mo share/locale/ja/LC_MESSAGES/plasma_applet_battery.mo share/locale/ja/LC_MESSAGES/plasma_applet_binaryclock.mo share/locale/ja/LC_MESSAGES/plasma_applet_bookmarks.mo share/locale/ja/LC_MESSAGES/plasma_applet_bubblemon.mo share/locale/ja/LC_MESSAGES/plasma_applet_calculator.mo share/locale/ja/LC_MESSAGES/plasma_applet_clock.mo share/locale/ja/LC_MESSAGES/plasma_applet_comic.mo share/locale/ja/LC_MESSAGES/plasma_applet_concentrationCalculator.mo share/locale/ja/LC_MESSAGES/plasma_applet_currentappcontrol.mo share/locale/ja/LC_MESSAGES/plasma_applet_dig_clock.mo share/locale/ja/LC_MESSAGES/plasma_applet_fifteenPuzzle.mo share/locale/ja/LC_MESSAGES/plasma_applet_fileWatcher.mo share/locale/ja/LC_MESSAGES/plasma_applet_folderview.mo share/locale/ja/LC_MESSAGES/plasma_applet_frame.mo share/locale/ja/LC_MESSAGES/plasma_applet_fuzzy_clock.mo share/locale/ja/LC_MESSAGES/plasma_applet_gasCalculator.mo share/locale/ja/LC_MESSAGES/plasma_applet_groupingpanel.mo share/locale/ja/LC_MESSAGES/plasma_applet_icon.mo share/locale/ja/LC_MESSAGES/plasma_applet_icontasks.mo share/locale/ja/LC_MESSAGES/plasma_applet_incomingmsg.mo share/locale/ja/LC_MESSAGES/plasma_applet_kalgebra.mo share/locale/ja/LC_MESSAGES/plasma_applet_kalzium.mo share/locale/ja/LC_MESSAGES/plasma_applet_katesession.mo share/locale/ja/LC_MESSAGES/plasma_applet_kdeobservatory.mo share/locale/ja/LC_MESSAGES/plasma_applet_kget.mo share/locale/ja/LC_MESSAGES/plasma_applet_kimpanel.mo share/locale/ja/LC_MESSAGES/plasma_applet_knowledgebase.mo share/locale/ja/LC_MESSAGES/plasma_applet_kolourpicker.mo share/locale/ja/LC_MESSAGES/plasma_applet_kpapplet.mo share/locale/ja/LC_MESSAGES/plasma_applet_launcher.mo share/locale/ja/LC_MESSAGES/plasma_applet_leavenote.mo share/locale/ja/LC_MESSAGES/plasma_applet_life.mo share/locale/ja/LC_MESSAGES/plasma_applet_lockout.mo share/locale/ja/LC_MESSAGES/plasma_applet_luna.mo share/locale/ja/LC_MESSAGES/plasma_applet_magnifique.mo share/locale/ja/LC_MESSAGES/plasma_applet_microblog.mo share/locale/ja/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/ja/LC_MESSAGES/plasma_applet_news.mo share/locale/ja/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/ja/LC_MESSAGES/plasma_applet_notes.mo share/locale/ja/LC_MESSAGES/plasma_applet_notifier.mo share/locale/ja/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/ja/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/ja/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/ja/LC_MESSAGES/plasma_applet_opendesktop_activities.mo share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.notifications.mo share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/ja/LC_MESSAGES/plasma_applet_pager.mo share/locale/ja/LC_MESSAGES/plasma_applet_panel.mo share/locale/ja/LC_MESSAGES/plasma_applet_panelspacer_internal.mo share/locale/ja/LC_MESSAGES/plasma_applet_paste.mo share/locale/ja/LC_MESSAGES/plasma_applet_pastebin.mo share/locale/ja/LC_MESSAGES/plasma_applet_plasmaboard.mo share/locale/ja/LC_MESSAGES/plasma_applet_previewer.mo share/locale/ja/LC_MESSAGES/plasma_applet_qalculate.mo share/locale/ja/LC_MESSAGES/plasma_applet_qstardict.mo share/locale/ja/LC_MESSAGES/plasma_applet_quicklaunch.mo share/locale/ja/LC_MESSAGES/plasma_applet_rssnow.mo share/locale/ja/LC_MESSAGES/plasma_applet_rtm.mo share/locale/ja/LC_MESSAGES/plasma_applet_sal.mo share/locale/ja/LC_MESSAGES/plasma_applet_saverdesktop.mo share/locale/ja/LC_MESSAGES/plasma_applet_searchbox.mo share/locale/ja/LC_MESSAGES/plasma_applet_showdashboard.mo share/locale/ja/LC_MESSAGES/plasma_applet_showdesktop.mo share/locale/ja/LC_MESSAGES/plasma_applet_skapplet.mo share/locale/ja/LC_MESSAGES/plasma_applet_spellcheck.mo share/locale/ja/LC_MESSAGES/plasma_applet_system-monitor.mo share/locale/ja/LC_MESSAGES/plasma_applet_systemloadviewer.mo share/locale/ja/LC_MESSAGES/plasma_applet_systemtray.mo share/locale/ja/LC_MESSAGES/plasma_applet_tasks.mo share/locale/ja/LC_MESSAGES/plasma_applet_timer.mo share/locale/ja/LC_MESSAGES/plasma_applet_trash.mo share/locale/ja/LC_MESSAGES/plasma_applet_unitconverter.mo share/locale/ja/LC_MESSAGES/plasma_applet_weather.mo share/locale/ja/LC_MESSAGES/plasma_applet_weatherstation.mo share/locale/ja/LC_MESSAGES/plasma_applet_webbrowser.mo share/locale/ja/LC_MESSAGES/plasma_applet_webslice.mo share/locale/ja/LC_MESSAGES/plasma_applet_windowlist.mo share/locale/ja/LC_MESSAGES/plasma_appletscriptengine_dashboard.mo share/locale/ja/LC_MESSAGES/plasma_containmentactions_contextmenu.mo share/locale/ja/LC_MESSAGES/plasma_containmentactions_switchactivity.mo share/locale/ja/LC_MESSAGES/plasma_containmentactions_switchdesktop.mo share/locale/ja/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/ja/LC_MESSAGES/plasma_engine_calendar.mo share/locale/ja/LC_MESSAGES/plasma_engine_kalzium.mo share/locale/ja/LC_MESSAGES/plasma_engine_kdeobservatory.mo share/locale/ja/LC_MESSAGES/plasma_engine_keystate.mo share/locale/ja/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/ja/LC_MESSAGES/plasma_engine_metadata.mo share/locale/ja/LC_MESSAGES/plasma_engine_network.mo share/locale/ja/LC_MESSAGES/plasma_engine_notifications.mo share/locale/ja/LC_MESSAGES/plasma_engine_nowplaying.mo share/locale/ja/LC_MESSAGES/plasma_engine_rss.mo share/locale/ja/LC_MESSAGES/plasma_engine_share.mo share/locale/ja/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/ja/LC_MESSAGES/plasma_engine_weather.mo share/locale/ja/LC_MESSAGES/plasma_packagestructure_comic.mo share/locale/ja/LC_MESSAGES/plasma_runner_CharacterRunner.mo share/locale/ja/LC_MESSAGES/plasma_runner_activities.mo share/locale/ja/LC_MESSAGES/plasma_runner_audioplayercontrol.mo share/locale/ja/LC_MESSAGES/plasma_runner_bookmarksrunner.mo share/locale/ja/LC_MESSAGES/plasma_runner_browserhistory.mo share/locale/ja/LC_MESSAGES/plasma_runner_calculatorrunner.mo share/locale/ja/LC_MESSAGES/plasma_runner_contacts.mo share/locale/ja/LC_MESSAGES/plasma_runner_converterrunner.mo share/locale/ja/LC_MESSAGES/plasma_runner_datetime.mo share/locale/ja/LC_MESSAGES/plasma_runner_events.mo share/locale/ja/LC_MESSAGES/plasma_runner_katesessions.mo share/locale/ja/LC_MESSAGES/plasma_runner_kget.mo share/locale/ja/LC_MESSAGES/plasma_runner_kill.mo share/locale/ja/LC_MESSAGES/plasma_runner_konquerorsessions.mo share/locale/ja/LC_MESSAGES/plasma_runner_konsolesessions.mo share/locale/ja/LC_MESSAGES/plasma_runner_kopete.mo share/locale/ja/LC_MESSAGES/plasma_runner_krunner_dictionary.mo share/locale/ja/LC_MESSAGES/plasma_runner_locations.mo share/locale/ja/LC_MESSAGES/plasma_runner_marblerunner.mo share/locale/ja/LC_MESSAGES/plasma_runner_mediawiki.mo share/locale/ja/LC_MESSAGES/plasma_runner_nepomuksearchrunner.mo share/locale/ja/LC_MESSAGES/plasma_runner_placesrunner.mo share/locale/ja/LC_MESSAGES/plasma_runner_plasma-desktop.mo share/locale/ja/LC_MESSAGES/plasma_runner_powerdevil.mo share/locale/ja/LC_MESSAGES/plasma_runner_recentdocuments.mo share/locale/ja/LC_MESSAGES/plasma_runner_services.mo share/locale/ja/LC_MESSAGES/plasma_runner_sessions.mo share/locale/ja/LC_MESSAGES/plasma_runner_shell.mo share/locale/ja/LC_MESSAGES/plasma_runner_solid.mo share/locale/ja/LC_MESSAGES/plasma_runner_spellcheckrunner.mo share/locale/ja/LC_MESSAGES/plasma_runner_webshortcuts.mo share/locale/ja/LC_MESSAGES/plasma_runner_windowedwidgets.mo share/locale/ja/LC_MESSAGES/plasma_runner_windows.mo share/locale/ja/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/ja/LC_MESSAGES/plasma_toolbox_desktoptoolbox.mo share/locale/ja/LC_MESSAGES/plasma_toolbox_paneltoolbox.mo share/locale/ja/LC_MESSAGES/plasma_wallpaper_color.mo share/locale/ja/LC_MESSAGES/plasma_wallpaper_image.mo share/locale/ja/LC_MESSAGES/plasma_wallpaper_mandelbrot.mo share/locale/ja/LC_MESSAGES/plasma_wallpaper_marble.mo share/locale/ja/LC_MESSAGES/plasma_wallpaper_pattern.mo share/locale/ja/LC_MESSAGES/plasma_wallpaper_potd.mo share/locale/ja/LC_MESSAGES/plasma_wallpaper_virus.mo share/locale/ja/LC_MESSAGES/plasma_wallpaper_weather.mo share/locale/ja/LC_MESSAGES/plasmagenericshell.mo share/locale/ja/LC_MESSAGES/plasmapkg.mo share/locale/ja/LC_MESSAGES/powerdevil.mo share/locale/ja/LC_MESSAGES/powerdevilactivitiesconfig.mo share/locale/ja/LC_MESSAGES/powerdevilglobalconfig.mo share/locale/ja/LC_MESSAGES/powerdevilprofilesconfig.mo share/locale/ja/LC_MESSAGES/processcore.mo share/locale/ja/LC_MESSAGES/processui.mo share/locale/ja/LC_MESSAGES/randrmonitor.mo share/locale/ja/LC_MESSAGES/rellinks.mo share/locale/ja/LC_MESSAGES/rocs.mo share/locale/ja/LC_MESSAGES/rocscore.mo share/locale/ja/LC_MESSAGES/rocsvisualeditor.mo share/locale/ja/LC_MESSAGES/searchbarplugin.mo share/locale/ja/LC_MESSAGES/solid-hardware.mo share/locale/ja/LC_MESSAGES/solid-network.mo share/locale/ja/LC_MESSAGES/solid_qt.mo share/locale/ja/LC_MESSAGES/solidcontrol.mo share/locale/ja/LC_MESSAGES/soliduiserver.mo share/locale/ja/LC_MESSAGES/step.mo share/locale/ja/LC_MESSAGES/step_qt.mo share/locale/ja/LC_MESSAGES/strigila_diff.mo share/locale/ja/LC_MESSAGES/superkaramba.mo share/locale/ja/LC_MESSAGES/svgpart.mo share/locale/ja/LC_MESSAGES/sweeper.mo share/locale/ja/LC_MESSAGES/systemsettings.mo share/locale/ja/LC_MESSAGES/tasks-mobile.mo share/locale/ja/LC_MESSAGES/timezones4.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/webarchiver.mo share/locale/ja/LC_MESSAGES/xml_mimetypes.mo share/locale/ja/LC_SCRIPTS/kdelibs4/kdelibs4.js share/locale/ja/LC_SCRIPTS/kgeography/kgeography.js share/locale/ja/entry.desktop @dirrm share/locale/ja/LC_SCRIPTS/kgeography @dirrm share/locale/ja/LC_SCRIPTS/kdelibs4 @dirrm share/locale/ja/LC_SCRIPTS @dirrm share/doc/HTML/ja/okular @dirrm share/doc/HTML/ja/ksquares @dirrm share/doc/HTML/ja/kshisen @dirrm share/doc/HTML/ja/kollision @dirrm share/doc/HTML/ja/knetwalk @dirrm share/doc/HTML/ja/kdesu @dirrm share/doc/HTML/ja/common Index: head/japanese/kiten/distinfo =================================================================== --- head/japanese/kiten/distinfo (revision 318451) +++ head/japanese/kiten/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/kiten-4.10.1.tar.xz) = 4d8fb214af23376ee8c87e3509888da6cb3d6dae76bd498474ebf59b38f87d86 -SIZE (KDE/4.10.1/kiten-4.10.1.tar.xz) = 11740232 +SHA256 (KDE/4.10.3/kiten-4.10.3.tar.xz) = 3c9ca9122e371a1af97a1cf8e5a770288476a83dec3a9e2130f164f2106547d8 +SIZE (KDE/4.10.3/kiten-4.10.3.tar.xz) = 11739820 Index: head/korean/kde4-l10n/distinfo =================================================================== --- head/korean/kde4-l10n/distinfo (revision 318451) +++ head/korean/kde4-l10n/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/kde-l10n/kde-l10n-ko-4.10.1.tar.xz) = 3b06a64f72150673bb4ba7b0ba995c3edf33d59516e64bb9f827b67485c20ead -SIZE (KDE/4.10.1/kde-l10n/kde-l10n-ko-4.10.1.tar.xz) = 1725400 +SHA256 (KDE/4.10.3/kde-l10n/kde-l10n-ko-4.10.3.tar.xz) = 23078517060623a5f1ada7f1cb277c69ca5790a2dbcc2d18240f7dc3104e3051 +SIZE (KDE/4.10.3/kde-l10n/kde-l10n-ko-4.10.3.tar.xz) = 1727084 Index: head/korean/kde4-l10n/pkg-plist =================================================================== --- head/korean/kde4-l10n/pkg-plist (revision 318451) +++ head/korean/kde4-l10n/pkg-plist (revision 318452) @@ -1,666 +1,664 @@ share/doc/HTML/ko/common/fdl-translated.html share/doc/HTML/ko/common/gpl-translated.html share/doc/HTML/ko/common/kde-localised.css share/locale/ko/LC_MESSAGES/accountwizard.mo share/locale/ko/LC_MESSAGES/accountwizard_ical.mo share/locale/ko/LC_MESSAGES/accountwizard_imap.mo share/locale/ko/LC_MESSAGES/accountwizard_kolab.mo share/locale/ko/LC_MESSAGES/accountwizard_mailbox.mo share/locale/ko/LC_MESSAGES/accountwizard_maildir.mo share/locale/ko/LC_MESSAGES/accountwizard_pop3.mo share/locale/ko/LC_MESSAGES/accountwizard_tine20.mo share/locale/ko/LC_MESSAGES/activitymanager_plugin_globalshortcuts.mo share/locale/ko/LC_MESSAGES/activitymanager_uihandler_declarative.mo share/locale/ko/LC_MESSAGES/adblock.mo share/locale/ko/LC_MESSAGES/akonadi-filestore.mo share/locale/ko/LC_MESSAGES/akonadi_archivemail_agent.mo share/locale/ko/LC_MESSAGES/akonadi_birthdays_resource.mo share/locale/ko/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/ko/LC_MESSAGES/akonadi_davgroupware_resource.mo share/locale/ko/LC_MESSAGES/akonadi_google_resource.mo share/locale/ko/LC_MESSAGES/akonadi_ical_resource.mo share/locale/ko/LC_MESSAGES/akonadi_icaldir_resource.mo share/locale/ko/LC_MESSAGES/akonadi_imap_resource.mo share/locale/ko/LC_MESSAGES/akonadi_invitations_agent.mo share/locale/ko/LC_MESSAGES/akonadi_kabc_resource.mo share/locale/ko/LC_MESSAGES/akonadi_kalarm_resource.mo share/locale/ko/LC_MESSAGES/akonadi_kcal_resource.mo share/locale/ko/LC_MESSAGES/akonadi_kdeaccounts_resource.mo share/locale/ko/LC_MESSAGES/akonadi_knut_resource.mo share/locale/ko/LC_MESSAGES/akonadi_kolabproxy_resource.mo share/locale/ko/LC_MESSAGES/akonadi_kresourceassistant.mo share/locale/ko/LC_MESSAGES/akonadi_localbookmarks_resource.mo share/locale/ko/LC_MESSAGES/akonadi_maildir_resource.mo share/locale/ko/LC_MESSAGES/akonadi_maildispatcher_agent.mo share/locale/ko/LC_MESSAGES/akonadi_mailfilter_agent.mo share/locale/ko/LC_MESSAGES/akonadi_mailtransport_resource.mo share/locale/ko/LC_MESSAGES/akonadi_mbox_resource.mo share/locale/ko/LC_MESSAGES/akonadi_microblog_resource.mo share/locale/ko/LC_MESSAGES/akonadi_mixedmaildir_resource.mo share/locale/ko/LC_MESSAGES/akonadi_nepomuk_feeder.mo share/locale/ko/LC_MESSAGES/akonadi_nepomuktag_resource.mo share/locale/ko/LC_MESSAGES/akonadi_next.mo share/locale/ko/LC_MESSAGES/akonadi_nntp_resource.mo share/locale/ko/LC_MESSAGES/akonadi_openxchange_resource.mo share/locale/ko/LC_MESSAGES/akonadi_singlefile_resource.mo share/locale/ko/LC_MESSAGES/akonadi_strigi_feeder.mo share/locale/ko/LC_MESSAGES/akonadi_vcard_resource.mo share/locale/ko/LC_MESSAGES/akonadi_vcarddir_resource.mo share/locale/ko/LC_MESSAGES/akonaditray.mo share/locale/ko/LC_MESSAGES/akregator.mo share/locale/ko/LC_MESSAGES/akregator_konqplugin.mo share/locale/ko/LC_MESSAGES/amor.mo share/locale/ko/LC_MESSAGES/ark.mo share/locale/ko/LC_MESSAGES/attica_kde.mo share/locale/ko/LC_MESSAGES/audiocd_encoder_lame.mo share/locale/ko/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/ko/LC_MESSAGES/audiorename_plugin.mo share/locale/ko/LC_MESSAGES/autorefresh.mo share/locale/ko/LC_MESSAGES/babelfish.mo share/locale/ko/LC_MESSAGES/blinken.mo share/locale/ko/LC_MESSAGES/bomber.mo share/locale/ko/LC_MESSAGES/bovo.mo share/locale/ko/LC_MESSAGES/cantor.mo share/locale/ko/LC_MESSAGES/cervisia.mo share/locale/ko/LC_MESSAGES/cryptopageplugin.mo share/locale/ko/LC_MESSAGES/cvsservice.mo share/locale/ko/LC_MESSAGES/dirfilterplugin.mo share/locale/ko/LC_MESSAGES/display.mo share/locale/ko/LC_MESSAGES/dolphin.mo share/locale/ko/LC_MESSAGES/domtreeviewer.mo share/locale/ko/LC_MESSAGES/dragonplayer.mo share/locale/ko/LC_MESSAGES/drkonqi.mo share/locale/ko/LC_MESSAGES/filelight.mo share/locale/ko/LC_MESSAGES/filetypes.mo share/locale/ko/LC_MESSAGES/fileviewsvnplugin.mo share/locale/ko/LC_MESSAGES/freespacenotifier.mo share/locale/ko/LC_MESSAGES/fsview.mo share/locale/ko/LC_MESSAGES/gwenview.mo share/locale/ko/LC_MESSAGES/htmlsearch.mo share/locale/ko/LC_MESSAGES/imagerename_plugin.mo share/locale/ko/LC_MESSAGES/imgalleryplugin.mo share/locale/ko/LC_MESSAGES/importwizard.mo share/locale/ko/LC_MESSAGES/jovie.mo share/locale/ko/LC_MESSAGES/joystick.mo share/locale/ko/LC_MESSAGES/juk.mo share/locale/ko/LC_MESSAGES/kabc_akonadi.mo share/locale/ko/LC_MESSAGES/kabc_dir.mo share/locale/ko/LC_MESSAGES/kabc_file.mo share/locale/ko/LC_MESSAGES/kabc_ldapkio.mo share/locale/ko/LC_MESSAGES/kabc_net.mo share/locale/ko/LC_MESSAGES/kabcformat_binary.mo share/locale/ko/LC_MESSAGES/kaccess.mo share/locale/ko/LC_MESSAGES/kaccessibleapp.mo share/locale/ko/LC_MESSAGES/kactivitymanagerd.mo share/locale/ko/LC_MESSAGES/kactivitymanagerd_fileitem_linking_plugin.mo share/locale/ko/LC_MESSAGES/kaddressbook-mobile.mo share/locale/ko/LC_MESSAGES/kaddressbook.mo share/locale/ko/LC_MESSAGES/kaddressbookmigrator.mo share/locale/ko/LC_MESSAGES/kalarm.mo share/locale/ko/LC_MESSAGES/kalgebra.mo share/locale/ko/LC_MESSAGES/kalzium.mo share/locale/ko/LC_MESSAGES/kanagram.mo share/locale/ko/LC_MESSAGES/kapman.mo share/locale/ko/LC_MESSAGES/kapptemplate.mo share/locale/ko/LC_MESSAGES/kate-ctags-plugin.mo share/locale/ko/LC_MESSAGES/kate.mo share/locale/ko/LC_MESSAGES/kate_kttsd.mo share/locale/ko/LC_MESSAGES/katebacktracebrowserplugin.mo share/locale/ko/LC_MESSAGES/katebuild-plugin.mo share/locale/ko/LC_MESSAGES/katefilebrowserplugin.mo share/locale/ko/LC_MESSAGES/katefiletemplates.mo share/locale/ko/LC_MESSAGES/kategdbplugin.mo share/locale/ko/LC_MESSAGES/katehelloworld.mo share/locale/ko/LC_MESSAGES/katekonsoleplugin.mo share/locale/ko/LC_MESSAGES/katemailfilesplugin.mo share/locale/ko/LC_MESSAGES/kateopenheader.mo share/locale/ko/LC_MESSAGES/katepart4.mo share/locale/ko/LC_MESSAGES/kateproject.mo share/locale/ko/LC_MESSAGES/katesearch.mo share/locale/ko/LC_MESSAGES/katesnippets_tng.mo share/locale/ko/LC_MESSAGES/katesnippetsplugin.mo share/locale/ko/LC_MESSAGES/katesql.mo share/locale/ko/LC_MESSAGES/katesymbolviewer.mo share/locale/ko/LC_MESSAGES/katetabbarextension.mo share/locale/ko/LC_MESSAGES/katetabifyplugin.mo share/locale/ko/LC_MESSAGES/katetextfilter.mo share/locale/ko/LC_MESSAGES/katexmlcheck.mo share/locale/ko/LC_MESSAGES/katexmltools.mo share/locale/ko/LC_MESSAGES/katomic.mo share/locale/ko/LC_MESSAGES/kbattleship.mo share/locale/ko/LC_MESSAGES/kblackbox.mo share/locale/ko/LC_MESSAGES/kblankscrn.mo share/locale/ko/LC_MESSAGES/kbounce.mo share/locale/ko/LC_MESSAGES/kbreakout.mo share/locale/ko/LC_MESSAGES/kcal_akonadi.mo share/locale/ko/LC_MESSAGES/kcalc.mo share/locale/ko/LC_MESSAGES/kcertpart.mo share/locale/ko/LC_MESSAGES/kcharselect.mo share/locale/ko/LC_MESSAGES/kcm-kwin-scripts.mo share/locale/ko/LC_MESSAGES/kcm_activities.mo share/locale/ko/LC_MESSAGES/kcm_akonadi.mo share/locale/ko/LC_MESSAGES/kcm_attica.mo share/locale/ko/LC_MESSAGES/kcm_autostart.mo share/locale/ko/LC_MESSAGES/kcm_desktoppaths.mo share/locale/ko/LC_MESSAGES/kcm_desktopthemedetails.mo share/locale/ko/LC_MESSAGES/kcm_device_automounter.mo share/locale/ko/LC_MESSAGES/kcm_emoticons.mo share/locale/ko/LC_MESSAGES/kcm_infobase.mo share/locale/ko/LC_MESSAGES/kcm_infosummary.mo -share/locale/ko/LC_MESSAGES/kcm_krfb.mo share/locale/ko/LC_MESSAGES/kcm_kwindesktop.mo share/locale/ko/LC_MESSAGES/kcm_kwintabbox.mo share/locale/ko/LC_MESSAGES/kcm_memory.mo share/locale/ko/LC_MESSAGES/kcm_nepomuk.mo share/locale/ko/LC_MESSAGES/kcm_pci.mo share/locale/ko/LC_MESSAGES/kcm_phonon.mo share/locale/ko/LC_MESSAGES/kcm_platform.mo share/locale/ko/LC_MESSAGES/kcm_remotecontrol.mo share/locale/ko/LC_MESSAGES/kcm_solid.mo share/locale/ko/LC_MESSAGES/kcm_solid_actions.mo share/locale/ko/LC_MESSAGES/kcm_standard_actions.mo share/locale/ko/LC_MESSAGES/kcmaccess.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/kcmdevinfo.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/kcminit.mo share/locale/ko/LC_MESSAGES/kcminput.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/kcmkdnssd.mo share/locale/ko/LC_MESSAGES/kcmkeyboard.mo share/locale/ko/LC_MESSAGES/kcmkeys.mo share/locale/ko/LC_MESSAGES/kcmkgamma.mo share/locale/ko/LC_MESSAGES/kcmkio.mo share/locale/ko/LC_MESSAGES/kcmkonq.mo share/locale/ko/LC_MESSAGES/kcmkonqhtml.mo share/locale/ko/LC_MESSAGES/kcmkurifilt.mo share/locale/ko/LC_MESSAGES/kcmkwallet.mo share/locale/ko/LC_MESSAGES/kcmkwincompositing.mo share/locale/ko/LC_MESSAGES/kcmkwindecoration.mo share/locale/ko/LC_MESSAGES/kcmkwinrules.mo share/locale/ko/LC_MESSAGES/kcmkwinscreenedges.mo share/locale/ko/LC_MESSAGES/kcmkwm.mo share/locale/ko/LC_MESSAGES/kcmlaunch.mo share/locale/ko/LC_MESSAGES/kcmlocale.mo share/locale/ko/LC_MESSAGES/kcmnic.mo share/locale/ko/LC_MESSAGES/kcmnotify.mo share/locale/ko/LC_MESSAGES/kcmopengl.mo share/locale/ko/LC_MESSAGES/kcmperformance.mo share/locale/ko/LC_MESSAGES/kcmsamba.mo share/locale/ko/LC_MESSAGES/kcmscreensaver.mo share/locale/ko/LC_MESSAGES/kcmshell.mo share/locale/ko/LC_MESSAGES/kcmsmartcard.mo share/locale/ko/LC_MESSAGES/kcmsmserver.mo share/locale/ko/LC_MESSAGES/kcmstyle.mo share/locale/ko/LC_MESSAGES/kcmusb.mo share/locale/ko/LC_MESSAGES/kcmview1394.mo share/locale/ko/LC_MESSAGES/kcmworkspaceoptions.mo share/locale/ko/LC_MESSAGES/kcolorchooser.mo share/locale/ko/LC_MESSAGES/kcron.mo share/locale/ko/LC_MESSAGES/kde-menu.mo share/locale/ko/LC_MESSAGES/kdeasciiquarium.mo share/locale/ko/LC_MESSAGES/kdebugdialog.mo share/locale/ko/LC_MESSAGES/kdecalendarsystems.mo share/locale/ko/LC_MESSAGES/kdelibs4.mo share/locale/ko/LC_MESSAGES/kdelibs_colors4.mo share/locale/ko/LC_MESSAGES/kdepasswd.mo share/locale/ko/LC_MESSAGES/kdepim-runtime-qml.mo share/locale/ko/LC_MESSAGES/kdeqt.mo share/locale/ko/LC_MESSAGES/kdesu.mo share/locale/ko/LC_MESSAGES/kdesud.mo share/locale/ko/LC_MESSAGES/kdf.mo share/locale/ko/LC_MESSAGES/kdgantt2.mo share/locale/ko/LC_MESSAGES/kdialog.mo share/locale/ko/LC_MESSAGES/kdiamond.mo share/locale/ko/LC_MESSAGES/kdmconfig.mo share/locale/ko/LC_MESSAGES/kdmgreet.mo share/locale/ko/LC_MESSAGES/kdontchangethehostname.mo share/locale/ko/LC_MESSAGES/keditbookmarks.mo share/locale/ko/LC_MESSAGES/kfile.mo share/locale/ko/LC_MESSAGES/kfile_dds.mo share/locale/ko/LC_MESSAGES/kfile_drgeo.mo share/locale/ko/LC_MESSAGES/kfile_exr.mo share/locale/ko/LC_MESSAGES/kfile_kig.mo share/locale/ko/LC_MESSAGES/kfile_mail.mo share/locale/ko/LC_MESSAGES/kfile_pnm.mo share/locale/ko/LC_MESSAGES/kfile_raw.mo share/locale/ko/LC_MESSAGES/kfile_rgb.mo share/locale/ko/LC_MESSAGES/kfile_rpm.mo share/locale/ko/LC_MESSAGES/kfile_tiff.mo share/locale/ko/LC_MESSAGES/kfile_xps.mo share/locale/ko/LC_MESSAGES/kfileaudiopreview4.mo share/locale/ko/LC_MESSAGES/kfilereplace.mo share/locale/ko/LC_MESSAGES/kfileshare.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/kfontinst.mo share/locale/ko/LC_MESSAGES/kfourinline.mo share/locale/ko/LC_MESSAGES/kgeography.mo share/locale/ko/LC_MESSAGES/kget.mo share/locale/ko/LC_MESSAGES/kgetplugin.mo share/locale/ko/LC_MESSAGES/kglobalaccel.mo share/locale/ko/LC_MESSAGES/kgpg.mo share/locale/ko/LC_MESSAGES/kgreet_classic.mo share/locale/ko/LC_MESSAGES/kgreet_generic.mo share/locale/ko/LC_MESSAGES/kgreet_winbind.mo share/locale/ko/LC_MESSAGES/khelpcenter.mo share/locale/ko/LC_MESSAGES/khotkeys.mo share/locale/ko/LC_MESSAGES/khotnewstuff.mo share/locale/ko/LC_MESSAGES/khtmlkttsd.mo share/locale/ko/LC_MESSAGES/khtmlsettingsplugin.mo share/locale/ko/LC_MESSAGES/kiconfinder.mo share/locale/ko/LC_MESSAGES/kimagemapeditor.mo -share/locale/ko/LC_MESSAGES/kinetd.mo share/locale/ko/LC_MESSAGES/kinfocenter.mo share/locale/ko/LC_MESSAGES/kio4.mo share/locale/ko/LC_MESSAGES/kio_activities.mo share/locale/ko/LC_MESSAGES/kio_akonadi.mo share/locale/ko/LC_MESSAGES/kio_applications.mo share/locale/ko/LC_MESSAGES/kio_archive.mo share/locale/ko/LC_MESSAGES/kio_audiocd.mo share/locale/ko/LC_MESSAGES/kio_bookmarks.mo share/locale/ko/LC_MESSAGES/kio_finger.mo share/locale/ko/LC_MESSAGES/kio_fish.mo share/locale/ko/LC_MESSAGES/kio_floppy.mo share/locale/ko/LC_MESSAGES/kio_help4.mo share/locale/ko/LC_MESSAGES/kio_info.mo share/locale/ko/LC_MESSAGES/kio_jabberdisco.mo share/locale/ko/LC_MESSAGES/kio_man.mo share/locale/ko/LC_MESSAGES/kio_nepomuk.mo share/locale/ko/LC_MESSAGES/kio_nepomuksearch.mo share/locale/ko/LC_MESSAGES/kio_nfs.mo share/locale/ko/LC_MESSAGES/kio_nntp.mo share/locale/ko/LC_MESSAGES/kio_perldoc.mo share/locale/ko/LC_MESSAGES/kio_recentdocuments.mo share/locale/ko/LC_MESSAGES/kio_remote.mo share/locale/ko/LC_MESSAGES/kio_sftp.mo share/locale/ko/LC_MESSAGES/kio_smb.mo share/locale/ko/LC_MESSAGES/kio_svn.mo share/locale/ko/LC_MESSAGES/kio_thumbnail.mo share/locale/ko/LC_MESSAGES/kio_timeline.mo share/locale/ko/LC_MESSAGES/kio_trash.mo share/locale/ko/LC_MESSAGES/kio_zeroconf.mo share/locale/ko/LC_MESSAGES/kioclient.mo share/locale/ko/LC_MESSAGES/kioexec.mo share/locale/ko/LC_MESSAGES/kipiplugin_kxmlhelloworld.mo share/locale/ko/LC_MESSAGES/kjots.mo share/locale/ko/LC_MESSAGES/kjotsmigrator.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-migrator.mo share/locale/ko/LC_MESSAGES/kmail-mobile.mo share/locale/ko/LC_MESSAGES/kmail.mo share/locale/ko/LC_MESSAGES/kmailcvt.mo share/locale/ko/LC_MESSAGES/kmenuedit.mo share/locale/ko/LC_MESSAGES/kmimetypefinder.mo share/locale/ko/LC_MESSAGES/kmines.mo share/locale/ko/LC_MESSAGES/kmix.mo share/locale/ko/LC_MESSAGES/kmousetool.mo share/locale/ko/LC_MESSAGES/kmouth.mo share/locale/ko/LC_MESSAGES/kmplot.mo share/locale/ko/LC_MESSAGES/knetattach.mo share/locale/ko/LC_MESSAGES/knetwalk.mo share/locale/ko/LC_MESSAGES/knode.mo share/locale/ko/LC_MESSAGES/knotes.mo share/locale/ko/LC_MESSAGES/knotify4.mo share/locale/ko/LC_MESSAGES/kollision.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/konquest.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/kopete.mo share/locale/ko/LC_MESSAGES/korganizer-mobile.mo share/locale/ko/LC_MESSAGES/korganizer.mo share/locale/ko/LC_MESSAGES/kpartloader.mo share/locale/ko/LC_MESSAGES/kpartsaver.mo share/locale/ko/LC_MESSAGES/kpasswdserver.mo share/locale/ko/LC_MESSAGES/kpat.mo share/locale/ko/LC_MESSAGES/kppp.mo share/locale/ko/LC_MESSAGES/kppplogview.mo share/locale/ko/LC_MESSAGES/kquitapp.mo share/locale/ko/LC_MESSAGES/krandr.mo share/locale/ko/LC_MESSAGES/krcdnotifieritem.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/kremotecontroldaemon.mo share/locale/ko/LC_MESSAGES/kres-migrator.mo share/locale/ko/LC_MESSAGES/kres_blog.mo share/locale/ko/LC_MESSAGES/kres_remote.mo share/locale/ko/LC_MESSAGES/kresources_shared_akonadi.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/krunner.mo share/locale/ko/LC_MESSAGES/ksaneplugin.mo share/locale/ko/LC_MESSAGES/kscd.mo share/locale/ko/LC_MESSAGES/kscreenlocker.mo share/locale/ko/LC_MESSAGES/kscreenlocker_greet.mo share/locale/ko/LC_MESSAGES/kscreensaver.mo share/locale/ko/LC_MESSAGES/ksendemail.mo share/locale/ko/LC_MESSAGES/kshellcmdplugin.mo share/locale/ko/LC_MESSAGES/kshisen.mo share/locale/ko/LC_MESSAGES/kshorturifilter.mo share/locale/ko/LC_MESSAGES/ksmserver.mo share/locale/ko/LC_MESSAGES/ksnapshot.mo share/locale/ko/LC_MESSAGES/ksplashthemes.mo share/locale/ko/LC_MESSAGES/kstars.mo share/locale/ko/LC_MESSAGES/kstart.mo share/locale/ko/LC_MESSAGES/kstartperf.mo share/locale/ko/LC_MESSAGES/kstyle_config.mo share/locale/ko/LC_MESSAGES/kstyle_phase_config.mo share/locale/ko/LC_MESSAGES/ksudoku.mo share/locale/ko/LC_MESSAGES/ksysguard.mo share/locale/ko/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/ko/LC_MESSAGES/ksystemlog.mo share/locale/ko/LC_MESSAGES/ksystraycmd.mo share/locale/ko/LC_MESSAGES/kteatime.mo share/locale/ko/LC_MESSAGES/ktesnippets_editor.mo share/locale/ko/LC_MESSAGES/ktexteditor_codesnippets_core.mo share/locale/ko/LC_MESSAGES/ktexteditor_plugins.mo share/locale/ko/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/ko/LC_MESSAGES/ktimer.mo share/locale/ko/LC_MESSAGES/ktimetracker.mo share/locale/ko/LC_MESSAGES/ktnef.mo share/locale/ko/LC_MESSAGES/ktouchpadenabler.mo share/locale/ko/LC_MESSAGES/ktraderclient.mo share/locale/ko/LC_MESSAGES/ktron.mo share/locale/ko/LC_MESSAGES/ktuberling.mo share/locale/ko/LC_MESSAGES/ktux.mo share/locale/ko/LC_MESSAGES/kuiserver.mo share/locale/ko/LC_MESSAGES/kuiviewer.mo share/locale/ko/LC_MESSAGES/kurifilter.mo share/locale/ko/LC_MESSAGES/kuser.mo share/locale/ko/LC_MESSAGES/kwalletd.mo share/locale/ko/LC_MESSAGES/kwalletmanager.mo share/locale/ko/LC_MESSAGES/kwatchgnupg.mo share/locale/ko/LC_MESSAGES/kwin.mo share/locale/ko/LC_MESSAGES/kwin_art_clients.mo share/locale/ko/LC_MESSAGES/kwin_clients.mo share/locale/ko/LC_MESSAGES/kwin_effects.mo share/locale/ko/LC_MESSAGES/kwinshutdown.mo share/locale/ko/LC_MESSAGES/kwinstartmenu.mo share/locale/ko/LC_MESSAGES/kwordquiz.mo share/locale/ko/LC_MESSAGES/kwrite.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/lancelot.mo share/locale/ko/LC_MESSAGES/libincidenceeditors.mo share/locale/ko/LC_MESSAGES/libkalarmcal.mo share/locale/ko/LC_MESSAGES/libkasten.mo share/locale/ko/LC_MESSAGES/libkcddb.mo share/locale/ko/LC_MESSAGES/libkcompactdisc.mo share/locale/ko/LC_MESSAGES/libkdcraw.mo share/locale/ko/LC_MESSAGES/libkdecorations.mo share/locale/ko/LC_MESSAGES/libkdegames.mo share/locale/ko/LC_MESSAGES/libkdepim.mo share/locale/ko/LC_MESSAGES/libkdepimmobileui.mo share/locale/ko/LC_MESSAGES/libkexiv2.mo share/locale/ko/LC_MESSAGES/libkipi.mo share/locale/ko/LC_MESSAGES/libkleopatra.mo share/locale/ko/LC_MESSAGES/libkmahjongg.mo share/locale/ko/LC_MESSAGES/libkonq.mo share/locale/ko/LC_MESSAGES/libkpgp.mo share/locale/ko/LC_MESSAGES/libkremotecontrol.mo share/locale/ko/LC_MESSAGES/libksane.mo share/locale/ko/LC_MESSAGES/libkscreensaver.mo share/locale/ko/LC_MESSAGES/libksieve.mo share/locale/ko/LC_MESSAGES/libkunitconversion.mo share/locale/ko/LC_MESSAGES/libkworkspace.mo share/locale/ko/LC_MESSAGES/libmailcommon.mo share/locale/ko/LC_MESSAGES/libmailimporter.mo share/locale/ko/LC_MESSAGES/libmessagecomposer.mo share/locale/ko/LC_MESSAGES/libmessagecore.mo share/locale/ko/LC_MESSAGES/libmessagelist.mo share/locale/ko/LC_MESSAGES/libmessageviewer.mo share/locale/ko/LC_MESSAGES/liboktetacore.mo share/locale/ko/LC_MESSAGES/liboktetakasten.mo share/locale/ko/LC_MESSAGES/liboxygenstyleconfig.mo share/locale/ko/LC_MESSAGES/libphonon.mo share/locale/ko/LC_MESSAGES/libpimcommon.mo share/locale/ko/LC_MESSAGES/libplasma.mo share/locale/ko/LC_MESSAGES/libplasma_groupingcontainment.mo share/locale/ko/LC_MESSAGES/libplasmaclock.mo share/locale/ko/LC_MESSAGES/libplasmaweather.mo share/locale/ko/LC_MESSAGES/libtaskmanager.mo share/locale/ko/LC_MESSAGES/libtemplateparser.mo share/locale/ko/LC_MESSAGES/lokalize.mo share/locale/ko/LC_MESSAGES/lskat.mo share/locale/ko/LC_MESSAGES/mailreader.mo share/locale/ko/LC_MESSAGES/marble.mo share/locale/ko/LC_MESSAGES/messageviewer_application_mstnef_plugin.mo share/locale/ko/LC_MESSAGES/messageviewer_text_calendar_plugin.mo share/locale/ko/LC_MESSAGES/messageviewer_text_vcard_plugin.mo share/locale/ko/LC_MESSAGES/messageviewer_text_xdiff_plugin.mo share/locale/ko/LC_MESSAGES/mf_konqplugin.mo share/locale/ko/LC_MESSAGES/minitoolsplugin.mo share/locale/ko/LC_MESSAGES/mplayerthumbs.mo share/locale/ko/LC_MESSAGES/mplayerthumbsconfig.mo share/locale/ko/LC_MESSAGES/nepomukbackup.mo share/locale/ko/LC_MESSAGES/nepomukcleaner.mo share/locale/ko/LC_MESSAGES/nepomukcontroller.mo share/locale/ko/LC_MESSAGES/nepomukfileindexer.mo share/locale/ko/LC_MESSAGES/nepomukqueryservice.mo share/locale/ko/LC_MESSAGES/nepomukserver.mo share/locale/ko/LC_MESSAGES/nepomukservicestub.mo share/locale/ko/LC_MESSAGES/nepomukstorage.mo share/locale/ko/LC_MESSAGES/nepomukwidgets.mo share/locale/ko/LC_MESSAGES/newmailnotifieragent.mo share/locale/ko/LC_MESSAGES/notes-mobile.mo share/locale/ko/LC_MESSAGES/nsplugin.mo share/locale/ko/LC_MESSAGES/okteta-mobile.mo share/locale/ko/LC_MESSAGES/okteta.mo share/locale/ko/LC_MESSAGES/oktetapart.mo share/locale/ko/LC_MESSAGES/okular.mo share/locale/ko/LC_MESSAGES/okular_chm.mo share/locale/ko/LC_MESSAGES/okular_comicbook.mo share/locale/ko/LC_MESSAGES/okular_djvu.mo share/locale/ko/LC_MESSAGES/okular_dvi.mo share/locale/ko/LC_MESSAGES/okular_epub.mo share/locale/ko/LC_MESSAGES/okular_fax.mo share/locale/ko/LC_MESSAGES/okular_fictionbook.mo share/locale/ko/LC_MESSAGES/okular_ghostview.mo share/locale/ko/LC_MESSAGES/okular_kimgio.mo share/locale/ko/LC_MESSAGES/okular_mobi.mo share/locale/ko/LC_MESSAGES/okular_ooo.mo share/locale/ko/LC_MESSAGES/okular_plucker.mo share/locale/ko/LC_MESSAGES/okular_poppler.mo share/locale/ko/LC_MESSAGES/okular_tiff.mo share/locale/ko/LC_MESSAGES/okular_xps.mo share/locale/ko/LC_MESSAGES/org.kde.active.documentviewer.mo share/locale/ko/LC_MESSAGES/phonon_gstreamer.mo share/locale/ko/LC_MESSAGES/phonon_kde.mo share/locale/ko/LC_MESSAGES/phonon_vlc.mo share/locale/ko/LC_MESSAGES/phononserver.mo share/locale/ko/LC_MESSAGES/pimsettingexporter.mo share/locale/ko/LC_MESSAGES/plasma-desktop.mo share/locale/ko/LC_MESSAGES/plasma-netbook.mo share/locale/ko/LC_MESSAGES/plasma-overlay.mo share/locale/ko/LC_MESSAGES/plasma-remote-helper.mo share/locale/ko/LC_MESSAGES/plasma-windowed.mo share/locale/ko/LC_MESSAGES/plasma_applet_BbalL.mo share/locale/ko/LC_MESSAGES/plasma_applet_CharSelectApplet.mo share/locale/ko/LC_MESSAGES/plasma_applet_Molmasscalculator.mo share/locale/ko/LC_MESSAGES/plasma_applet_akonotes_note.mo share/locale/ko/LC_MESSAGES/plasma_applet_battery.mo share/locale/ko/LC_MESSAGES/plasma_applet_binaryclock.mo share/locale/ko/LC_MESSAGES/plasma_applet_bookmarks.mo share/locale/ko/LC_MESSAGES/plasma_applet_bubblemon.mo share/locale/ko/LC_MESSAGES/plasma_applet_calculator.mo share/locale/ko/LC_MESSAGES/plasma_applet_clock.mo share/locale/ko/LC_MESSAGES/plasma_applet_comic.mo share/locale/ko/LC_MESSAGES/plasma_applet_concentrationCalculator.mo share/locale/ko/LC_MESSAGES/plasma_applet_currentappcontrol.mo share/locale/ko/LC_MESSAGES/plasma_applet_dig_clock.mo share/locale/ko/LC_MESSAGES/plasma_applet_fifteenPuzzle.mo share/locale/ko/LC_MESSAGES/plasma_applet_fileWatcher.mo share/locale/ko/LC_MESSAGES/plasma_applet_folderview.mo share/locale/ko/LC_MESSAGES/plasma_applet_frame.mo share/locale/ko/LC_MESSAGES/plasma_applet_fuzzy_clock.mo share/locale/ko/LC_MESSAGES/plasma_applet_gasCalculator.mo share/locale/ko/LC_MESSAGES/plasma_applet_groupingpanel.mo share/locale/ko/LC_MESSAGES/plasma_applet_icon.mo share/locale/ko/LC_MESSAGES/plasma_applet_incomingmsg.mo share/locale/ko/LC_MESSAGES/plasma_applet_kalgebra.mo share/locale/ko/LC_MESSAGES/plasma_applet_kalzium.mo share/locale/ko/LC_MESSAGES/plasma_applet_katesession.mo share/locale/ko/LC_MESSAGES/plasma_applet_kdeobservatory.mo share/locale/ko/LC_MESSAGES/plasma_applet_kget.mo share/locale/ko/LC_MESSAGES/plasma_applet_kimpanel.mo share/locale/ko/LC_MESSAGES/plasma_applet_knowledgebase.mo share/locale/ko/LC_MESSAGES/plasma_applet_kolourpicker.mo share/locale/ko/LC_MESSAGES/plasma_applet_kpapplet.mo share/locale/ko/LC_MESSAGES/plasma_applet_launcher.mo share/locale/ko/LC_MESSAGES/plasma_applet_leavenote.mo share/locale/ko/LC_MESSAGES/plasma_applet_life.mo share/locale/ko/LC_MESSAGES/plasma_applet_lockout.mo share/locale/ko/LC_MESSAGES/plasma_applet_luna.mo share/locale/ko/LC_MESSAGES/plasma_applet_magnifique.mo share/locale/ko/LC_MESSAGES/plasma_applet_microblog.mo share/locale/ko/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/ko/LC_MESSAGES/plasma_applet_news.mo share/locale/ko/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/ko/LC_MESSAGES/plasma_applet_notes.mo share/locale/ko/LC_MESSAGES/plasma_applet_notifier.mo share/locale/ko/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/ko/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/ko/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/ko/LC_MESSAGES/plasma_applet_opendesktop_activities.mo share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.notifications.mo share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/ko/LC_MESSAGES/plasma_applet_pager.mo share/locale/ko/LC_MESSAGES/plasma_applet_panel.mo share/locale/ko/LC_MESSAGES/plasma_applet_panelspacer_internal.mo share/locale/ko/LC_MESSAGES/plasma_applet_paste.mo share/locale/ko/LC_MESSAGES/plasma_applet_pastebin.mo share/locale/ko/LC_MESSAGES/plasma_applet_plasmaboard.mo share/locale/ko/LC_MESSAGES/plasma_applet_previewer.mo share/locale/ko/LC_MESSAGES/plasma_applet_printmanager.mo share/locale/ko/LC_MESSAGES/plasma_applet_qalculate.mo share/locale/ko/LC_MESSAGES/plasma_applet_qstardict.mo share/locale/ko/LC_MESSAGES/plasma_applet_quicklaunch.mo share/locale/ko/LC_MESSAGES/plasma_applet_rssnow.mo share/locale/ko/LC_MESSAGES/plasma_applet_rtm.mo share/locale/ko/LC_MESSAGES/plasma_applet_sal.mo share/locale/ko/LC_MESSAGES/plasma_applet_saverdesktop.mo share/locale/ko/LC_MESSAGES/plasma_applet_searchbox.mo share/locale/ko/LC_MESSAGES/plasma_applet_showdashboard.mo share/locale/ko/LC_MESSAGES/plasma_applet_showdesktop.mo share/locale/ko/LC_MESSAGES/plasma_applet_skapplet.mo share/locale/ko/LC_MESSAGES/plasma_applet_spellcheck.mo share/locale/ko/LC_MESSAGES/plasma_applet_system-monitor.mo share/locale/ko/LC_MESSAGES/plasma_applet_systemloadviewer.mo share/locale/ko/LC_MESSAGES/plasma_applet_systemtray.mo share/locale/ko/LC_MESSAGES/plasma_applet_tasks.mo share/locale/ko/LC_MESSAGES/plasma_applet_timer.mo share/locale/ko/LC_MESSAGES/plasma_applet_trash.mo share/locale/ko/LC_MESSAGES/plasma_applet_unitconverter.mo share/locale/ko/LC_MESSAGES/plasma_applet_weather.mo share/locale/ko/LC_MESSAGES/plasma_applet_weatherstation.mo share/locale/ko/LC_MESSAGES/plasma_applet_webbrowser.mo share/locale/ko/LC_MESSAGES/plasma_applet_webslice.mo share/locale/ko/LC_MESSAGES/plasma_applet_windowlist.mo share/locale/ko/LC_MESSAGES/plasma_appletscriptengine_dashboard.mo share/locale/ko/LC_MESSAGES/plasma_containmentactions_contextmenu.mo share/locale/ko/LC_MESSAGES/plasma_containmentactions_switchactivity.mo share/locale/ko/LC_MESSAGES/plasma_containmentactions_switchdesktop.mo share/locale/ko/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/ko/LC_MESSAGES/plasma_engine_calendar.mo share/locale/ko/LC_MESSAGES/plasma_engine_kalzium.mo share/locale/ko/LC_MESSAGES/plasma_engine_kdeobservatory.mo share/locale/ko/LC_MESSAGES/plasma_engine_keystate.mo share/locale/ko/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/ko/LC_MESSAGES/plasma_engine_metadata.mo share/locale/ko/LC_MESSAGES/plasma_engine_mpris2.mo share/locale/ko/LC_MESSAGES/plasma_engine_network.mo share/locale/ko/LC_MESSAGES/plasma_engine_notifications.mo share/locale/ko/LC_MESSAGES/plasma_engine_nowplaying.mo share/locale/ko/LC_MESSAGES/plasma_engine_rss.mo share/locale/ko/LC_MESSAGES/plasma_engine_share.mo share/locale/ko/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/ko/LC_MESSAGES/plasma_engine_weather.mo share/locale/ko/LC_MESSAGES/plasma_package_org.kde.desktop.activitymanager.mo share/locale/ko/LC_MESSAGES/plasma_package_org.kde.desktop.widgetexplorer.mo share/locale/ko/LC_MESSAGES/plasma_packagestructure_comic.mo share/locale/ko/LC_MESSAGES/plasma_runner_activities.mo share/locale/ko/LC_MESSAGES/plasma_runner_bookmarksrunner.mo share/locale/ko/LC_MESSAGES/plasma_runner_browserhistory.mo share/locale/ko/LC_MESSAGES/plasma_runner_calculatorrunner.mo share/locale/ko/LC_MESSAGES/plasma_runner_contacts.mo share/locale/ko/LC_MESSAGES/plasma_runner_converterrunner.mo share/locale/ko/LC_MESSAGES/plasma_runner_kget.mo share/locale/ko/LC_MESSAGES/plasma_runner_kill.mo share/locale/ko/LC_MESSAGES/plasma_runner_locations.mo share/locale/ko/LC_MESSAGES/plasma_runner_nepomuksearchrunner.mo share/locale/ko/LC_MESSAGES/plasma_runner_placesrunner.mo share/locale/ko/LC_MESSAGES/plasma_runner_plasma-desktop.mo share/locale/ko/LC_MESSAGES/plasma_runner_powerdevil.mo share/locale/ko/LC_MESSAGES/plasma_runner_recentdocuments.mo share/locale/ko/LC_MESSAGES/plasma_runner_services.mo share/locale/ko/LC_MESSAGES/plasma_runner_sessions.mo share/locale/ko/LC_MESSAGES/plasma_runner_shell.mo share/locale/ko/LC_MESSAGES/plasma_runner_solid.mo share/locale/ko/LC_MESSAGES/plasma_runner_webshortcuts.mo share/locale/ko/LC_MESSAGES/plasma_runner_windowedwidgets.mo share/locale/ko/LC_MESSAGES/plasma_runner_windows.mo share/locale/ko/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/ko/LC_MESSAGES/plasma_toolbox_desktoptoolbox.mo share/locale/ko/LC_MESSAGES/plasma_toolbox_paneltoolbox.mo share/locale/ko/LC_MESSAGES/plasma_wallpaper_color.mo share/locale/ko/LC_MESSAGES/plasma_wallpaper_image.mo share/locale/ko/LC_MESSAGES/plasmagenericshell.mo share/locale/ko/LC_MESSAGES/plasmapkg.mo share/locale/ko/LC_MESSAGES/powerdevil.mo share/locale/ko/LC_MESSAGES/powerdevilactivitiesconfig.mo share/locale/ko/LC_MESSAGES/powerdevilglobalconfig.mo share/locale/ko/LC_MESSAGES/powerdevilprofilesconfig.mo share/locale/ko/LC_MESSAGES/print-manager.mo share/locale/ko/LC_MESSAGES/processcore.mo share/locale/ko/LC_MESSAGES/processui.mo share/locale/ko/LC_MESSAGES/randrmonitor.mo share/locale/ko/LC_MESSAGES/rellinks.mo share/locale/ko/LC_MESSAGES/searchbarplugin.mo share/locale/ko/LC_MESSAGES/solid-hardware.mo share/locale/ko/LC_MESSAGES/solid-network.mo share/locale/ko/LC_MESSAGES/solid_qt.mo share/locale/ko/LC_MESSAGES/solidcontrol.mo share/locale/ko/LC_MESSAGES/soliduiserver.mo share/locale/ko/LC_MESSAGES/strigila_diff.mo share/locale/ko/LC_MESSAGES/superkaramba.mo share/locale/ko/LC_MESSAGES/svgpart.mo share/locale/ko/LC_MESSAGES/sweeper.mo share/locale/ko/LC_MESSAGES/systemsettings.mo share/locale/ko/LC_MESSAGES/tasks-mobile.mo share/locale/ko/LC_MESSAGES/timezones4.mo share/locale/ko/LC_MESSAGES/uachangerplugin.mo share/locale/ko/LC_MESSAGES/useraccount.mo share/locale/ko/LC_MESSAGES/validatorsplugin.mo share/locale/ko/LC_MESSAGES/webarchiver.mo share/locale/ko/LC_MESSAGES/xml_mimetypes.mo share/locale/ko/LC_SCRIPTS/kdelibs4/kdelibs4.js share/locale/ko/entry.desktop @dirrm share/locale/ko/LC_SCRIPTS/kdelibs4 @dirrm share/locale/ko/LC_SCRIPTS @dirrm share/doc/HTML/ko/common Index: head/lang/kturtle/distinfo =================================================================== --- head/lang/kturtle/distinfo (revision 318451) +++ head/lang/kturtle/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/kturtle-4.10.1.tar.xz) = c8bc0cc9ec421d7d514d9d8908e15a7a3426dd1e8a0b4cdaed09cae5db75f9d3 -SIZE (KDE/4.10.1/kturtle-4.10.1.tar.xz) = 215400 +SHA256 (KDE/4.10.3/kturtle-4.10.3.tar.xz) = e3140829dc2fe7889f216559f547921d933e8a2d0b7a24712f6602a6b29e29c4 +SIZE (KDE/4.10.3/kturtle-4.10.3.tar.xz) = 212528 Index: head/math/analitza/distinfo =================================================================== --- head/math/analitza/distinfo (revision 318451) +++ head/math/analitza/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/analitza-4.10.1.tar.xz) = 69dbdbac2445632934afcdeeda807e87527eb506218cef015c0212c4311495bd -SIZE (KDE/4.10.1/analitza-4.10.1.tar.xz) = 178588 +SHA256 (KDE/4.10.3/analitza-4.10.3.tar.xz) = fe7c08a4952b6a74e7662f4543ab9d6b65dc72505337c532a773919565400479 +SIZE (KDE/4.10.3/analitza-4.10.3.tar.xz) = 178036 Index: head/math/cantor/distinfo =================================================================== --- head/math/cantor/distinfo (revision 318451) +++ head/math/cantor/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/cantor-4.10.1.tar.xz) = b053d113ee3f528b9a1234083890765fd1432e2781c0b06f8997799edfad9ed9 -SIZE (KDE/4.10.1/cantor-4.10.1.tar.xz) = 317996 +SHA256 (KDE/4.10.3/cantor-4.10.3.tar.xz) = 854040956eff49801ce1c9365bf77fc698f975c6bbf48c4d8884265eaa242d17 +SIZE (KDE/4.10.3/cantor-4.10.3.tar.xz) = 318200 Index: head/math/kalgebra/distinfo =================================================================== --- head/math/kalgebra/distinfo (revision 318451) +++ head/math/kalgebra/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/kalgebra-4.10.1.tar.xz) = c150eb0e5f51f2ef2c83c8eec1c449e513a777ba0220f5d47e42e08a1e6747ca -SIZE (KDE/4.10.1/kalgebra-4.10.1.tar.xz) = 445620 +SHA256 (KDE/4.10.3/kalgebra-4.10.3.tar.xz) = 33be581b9c323d414c02508b00b5c5d1082f2c90363e700c162512a9885dfa25 +SIZE (KDE/4.10.3/kalgebra-4.10.3.tar.xz) = 445880 Index: head/math/kbruch/distinfo =================================================================== --- head/math/kbruch/distinfo (revision 318451) +++ head/math/kbruch/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/kbruch-4.10.1.tar.xz) = dd777da253188fc75ef0a6e4d97af2e9f3e91c77b7dc461d3cfd5202967bc15b -SIZE (KDE/4.10.1/kbruch-4.10.1.tar.xz) = 908244 +SHA256 (KDE/4.10.3/kbruch-4.10.3.tar.xz) = 129c0110d8db2b1aae1f85875472bc17e3e4918dedce2c9d63a5bd2f5f4a4901 +SIZE (KDE/4.10.3/kbruch-4.10.3.tar.xz) = 908696 Index: head/math/kcalc/distinfo =================================================================== --- head/math/kcalc/distinfo (revision 318451) +++ head/math/kcalc/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/kcalc-4.10.1.tar.xz) = 5dca589d5c755a817a03b407b68caa89c9c480aa22171693143d09b264bba106 -SIZE (KDE/4.10.1/kcalc-4.10.1.tar.xz) = 93972 +SHA256 (KDE/4.10.3/kcalc-4.10.3.tar.xz) = 293cd0b4292bf974e48cfbc359aee156f6d03bcb6fa6e1dc7960fc089ec9044d +SIZE (KDE/4.10.3/kcalc-4.10.3.tar.xz) = 93972 Index: head/math/kig/distinfo =================================================================== --- head/math/kig/distinfo (revision 318451) +++ head/math/kig/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/kig-4.10.1.tar.xz) = 5c817fd2a835e4eed1c52e3583cae96548660a1b48a2b2b49ed7648321e2fa76 -SIZE (KDE/4.10.1/kig-4.10.1.tar.xz) = 1527316 +SHA256 (KDE/4.10.3/kig-4.10.3.tar.xz) = 230324c8fa6a335e8a3337e2b52e2df86080bb48bfdd38114d999a34e96943db +SIZE (KDE/4.10.3/kig-4.10.3.tar.xz) = 1527716 Index: head/math/kmplot/distinfo =================================================================== --- head/math/kmplot/distinfo (revision 318451) +++ head/math/kmplot/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/kmplot-4.10.1.tar.xz) = 99fde5e85e5a9fff7acff5a8dfdedf41db038bfc2e23503fa46948962e5d606d -SIZE (KDE/4.10.1/kmplot-4.10.1.tar.xz) = 680804 +SHA256 (KDE/4.10.3/kmplot-4.10.3.tar.xz) = 7bf9fc77ba0f0d8050a4a15b7a7b70bf35474716c259f65549883fbf520e645f +SIZE (KDE/4.10.3/kmplot-4.10.3.tar.xz) = 681068 Index: head/math/rocs/distinfo =================================================================== --- head/math/rocs/distinfo (revision 318451) +++ head/math/rocs/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/rocs-4.10.1.tar.xz) = 9f2dea23d5d287ded8a05f3f6e0c4f81143d8eeb44f33ada4a1b8e71ca2895df -SIZE (KDE/4.10.1/rocs-4.10.1.tar.xz) = 1141576 +SHA256 (KDE/4.10.3/rocs-4.10.3.tar.xz) = cdb640500df0f0b2429175efd289bf26fb4bcb4697792b82bf89c506adc341c5 +SIZE (KDE/4.10.3/rocs-4.10.3.tar.xz) = 1143788 Index: head/math/rocs/pkg-plist =================================================================== --- head/math/rocs/pkg-plist (revision 318451) +++ head/math/rocs/pkg-plist (revision 318452) @@ -1,174 +1,171 @@ bin/rocs include/rocs/CoreTypes.h include/rocs/Data.h include/rocs/DataItem.h include/rocs/DataStructure.h include/rocs/DataStructureBackendManager.h include/rocs/DataStructurePluginInterface.h include/rocs/Document.h include/rocs/GraphFileBackendManager.h include/rocs/GraphFilePluginInterface.h include/rocs/GraphVisualEditor.h include/rocs/Pointer.h include/rocs/PointerItem.h include/rocs/RocsCoreExport.h include/rocs/Topology.h lib/kde4/rocs_GraphStructure.so lib/kde4/rocs_ListStructure.so lib/kde4/rocs_RootedTreeStructure.so lib/kde4/rocs_assignvaluesplugin.so lib/kde4/rocs_dotfileformat.so lib/kde4/rocs_generategraphplugin.so lib/kde4/rocs_gmlfileformat.so lib/kde4/rocs_kmlfileformat.so lib/kde4/rocs_tgffileformat.so lib/kde4/rocs_tikzfileformat.so lib/kde4/rocs_transformedgesplugin.so lib/librocscore.so lib/librocscore.so.5 lib/librocscore.so.5.0.1 lib/librocsvisualeditor.so lib/librocsvisualeditor.so.5 lib/librocsvisualeditor.so.5.0.1 share/applications/kde4/rocs.desktop share/apps/rocs/examples/AdjustProjection.js share/apps/rocs/examples/NameAndNodes.js share/apps/rocs/examples/NamesValues.js share/apps/rocs/examples/arrangeNodes.js share/apps/rocs/examples/broadWalk.js share/apps/rocs/examples/coloring.js share/apps/rocs/iconpacks/default.svg share/apps/rocs/icons/hicolor/16x16/actions/rocsaddedge.png share/apps/rocs/icons/hicolor/16x16/actions/rocsalignbottom.png share/apps/rocs/icons/hicolor/16x16/actions/rocsaligncircle.png share/apps/rocs/icons/hicolor/16x16/actions/rocsalignhmiddle.png share/apps/rocs/icons/hicolor/16x16/actions/rocsalignleft.png share/apps/rocs/icons/hicolor/16x16/actions/rocsalignright.png share/apps/rocs/icons/hicolor/16x16/actions/rocsaligntop.png share/apps/rocs/icons/hicolor/16x16/actions/rocsaligntree.png share/apps/rocs/icons/hicolor/16x16/actions/rocsalignvmiddle.png share/apps/rocs/icons/hicolor/16x16/actions/rocsselect.png share/apps/rocs/icons/hicolor/16x16/actions/rocsselectmove.png -share/apps/rocs/icons/hicolor/16x16/apps/rocs.png share/apps/rocs/icons/hicolor/22x22/actions/rocsaddedge.png share/apps/rocs/icons/hicolor/22x22/actions/rocsaddnode.png share/apps/rocs/icons/hicolor/22x22/actions/rocsalignbottom.png share/apps/rocs/icons/hicolor/22x22/actions/rocsaligncircle.png share/apps/rocs/icons/hicolor/22x22/actions/rocsalignhmiddle.png share/apps/rocs/icons/hicolor/22x22/actions/rocsalignleft.png share/apps/rocs/icons/hicolor/22x22/actions/rocsalignright.png share/apps/rocs/icons/hicolor/22x22/actions/rocsaligntop.png share/apps/rocs/icons/hicolor/22x22/actions/rocsaligntree.png share/apps/rocs/icons/hicolor/22x22/actions/rocsalignvmiddle.png share/apps/rocs/icons/hicolor/22x22/actions/rocsselectmove.png share/apps/rocs/icons/hicolor/32x32/actions/rocsaddedge.png share/apps/rocs/icons/hicolor/32x32/actions/rocsalignbottom.png share/apps/rocs/icons/hicolor/32x32/actions/rocsaligncircle.png share/apps/rocs/icons/hicolor/32x32/actions/rocsalignhmiddle.png share/apps/rocs/icons/hicolor/32x32/actions/rocsalignleft.png share/apps/rocs/icons/hicolor/32x32/actions/rocsalignright.png share/apps/rocs/icons/hicolor/32x32/actions/rocsaligntop.png share/apps/rocs/icons/hicolor/32x32/actions/rocsaligntree.png share/apps/rocs/icons/hicolor/32x32/actions/rocsalignvmiddle.png share/apps/rocs/icons/hicolor/32x32/actions/rocsselect.png share/apps/rocs/icons/hicolor/32x32/actions/rocsselectmove.png -share/apps/rocs/icons/hicolor/32x32/apps/rocs.png share/apps/rocs/icons/hicolor/48x48/actions/rocsaddedge.png share/apps/rocs/icons/hicolor/48x48/actions/rocsalignbottom.png share/apps/rocs/icons/hicolor/48x48/actions/rocsaligncircle.png share/apps/rocs/icons/hicolor/48x48/actions/rocsalignhmiddle.png share/apps/rocs/icons/hicolor/48x48/actions/rocsalignleft.png share/apps/rocs/icons/hicolor/48x48/actions/rocsalignright.png share/apps/rocs/icons/hicolor/48x48/actions/rocsaligntop.png share/apps/rocs/icons/hicolor/48x48/actions/rocsaligntree.png share/apps/rocs/icons/hicolor/48x48/actions/rocsalignvmiddle.png share/apps/rocs/icons/hicolor/48x48/actions/rocsselectmove.png -share/apps/rocs/icons/hicolor/48x48/apps/rocs.png share/apps/rocs/icons/hicolor/64x64/actions/rocsaddedge.png share/apps/rocs/icons/hicolor/64x64/actions/rocsalignbottom.png share/apps/rocs/icons/hicolor/64x64/actions/rocsaligncircle.png share/apps/rocs/icons/hicolor/64x64/actions/rocsalignhmiddle.png share/apps/rocs/icons/hicolor/64x64/actions/rocsalignleft.png share/apps/rocs/icons/hicolor/64x64/actions/rocsalignright.png share/apps/rocs/icons/hicolor/64x64/actions/rocsaligntop.png share/apps/rocs/icons/hicolor/64x64/actions/rocsaligntree.png share/apps/rocs/icons/hicolor/64x64/actions/rocsalignvmiddle.png share/apps/rocs/icons/hicolor/64x64/actions/rocsselect.png share/apps/rocs/icons/hicolor/64x64/actions/rocsselectmove.png share/apps/rocs/icons/hicolor/scalable/actions/rocsadddata.svgz share/apps/rocs/icons/hicolor/scalable/actions/rocsdelete.svgz share/apps/rocs/icons/hicolor/scalable/actions/rocsdeletedata.svgz share/apps/rocs/icons/hicolor/scalable/actions/rocsdeletegrey.svgz share/apps/rocs/icons/hicolor/scalable/actions/rocseyeblack.svgz share/apps/rocs/icons/hicolor/scalable/actions/rocsnew.svgz share/apps/rocs/icons/hicolor/scalable/actions/rocstexticon.svgz share/apps/rocs/icons/hicolor/scalable/actions/rocsvalueicon.svgz share/apps/rocs/rocsui.rc share/apps/rocs_rootedtree/RootedTreeui.rc share/config.kcfg/rocs.kcfg share/config/rocs.knsrc share/doc/HTML/en/rocs/common share/doc/HTML/en/rocs/document-selector.png share/doc/HTML/en/rocs/hi22-action-rocsadddata.png share/doc/HTML/en/rocs/hi22-action-rocsaddedge.png share/doc/HTML/en/rocs/hi22-action-rocsalignbottom.png share/doc/HTML/en/rocs/hi22-action-rocsaligncircle.png share/doc/HTML/en/rocs/hi22-action-rocsalignhmiddle.png share/doc/HTML/en/rocs/hi22-action-rocsalignleft.png share/doc/HTML/en/rocs/hi22-action-rocsalignright.png share/doc/HTML/en/rocs/hi22-action-rocsaligntop.png share/doc/HTML/en/rocs/hi22-action-rocsaligntree.png share/doc/HTML/en/rocs/hi22-action-rocsalignvmiddle.png share/doc/HTML/en/rocs/hi22-action-rocsdelete.png share/doc/HTML/en/rocs/hi22-action-rocsdeletedata.png share/doc/HTML/en/rocs/hi22-action-rocsnew.png share/doc/HTML/en/rocs/hi22-action-rocsproperties.png share/doc/HTML/en/rocs/hi22-action-rocsselectmove.png share/doc/HTML/en/rocs/hi22-action-rocszoom.png share/doc/HTML/en/rocs/index.cache.bz2 share/doc/HTML/en/rocs/index.docbook share/doc/HTML/en/rocs/rocs-control-engine-debug.png share/doc/HTML/en/rocs/rocs-control-engine-run.png share/doc/HTML/en/rocs/rocs-control-engine-step.png share/doc/HTML/en/rocs/rocs-control-engine-stop.png share/doc/HTML/en/rocs/rocs-interfaces.png share/doc/HTML/en/rocs/rocs-screenshot.png share/doc/HTML/en/rocs/rocs-toolbar-alignment.png share/doc/HTML/en/rocs/rocs-toolbar-main.png +share/icons/hicolor/16x16/apps/rocs.png +share/icons/hicolor/32x32/apps/rocs.png +share/icons/hicolor/48x48/apps/rocs.png share/kde4/services/rocs_GraphStructure.desktop share/kde4/services/rocs_ListStructure.desktop share/kde4/services/rocs_RootedTreeStructure.desktop share/kde4/services/rocs_assignvaluesplugin.desktop share/kde4/services/rocs_dotfileformatplugin.desktop share/kde4/services/rocs_generategraphplugin.desktop share/kde4/services/rocs_gmlfileformatplugin.desktop share/kde4/services/rocs_kmlfileformatplugin.desktop share/kde4/services/rocs_tgffileformatplugin.desktop share/kde4/services/rocs_tikzfileformatplugin.desktop share/kde4/services/rocs_transformedgesplugin.desktop share/kde4/servicetypes/RocsDataStructurePlugin.desktop share/kde4/servicetypes/RocsGraphFilePlugin.desktop share/kde4/servicetypes/RocsToolsPlugin.desktop @dirrm share/doc/HTML/en/rocs @dirrm share/apps/rocs_rootedtree @dirrm share/apps/rocs/icons/hicolor/scalable/actions @dirrm share/apps/rocs/icons/hicolor/scalable @dirrm share/apps/rocs/icons/hicolor/64x64/actions @dirrm share/apps/rocs/icons/hicolor/64x64 -@dirrm share/apps/rocs/icons/hicolor/48x48/apps @dirrm share/apps/rocs/icons/hicolor/48x48/actions @dirrm share/apps/rocs/icons/hicolor/48x48 -@dirrm share/apps/rocs/icons/hicolor/32x32/apps @dirrm share/apps/rocs/icons/hicolor/32x32/actions @dirrm share/apps/rocs/icons/hicolor/32x32 @dirrm share/apps/rocs/icons/hicolor/22x22/actions @dirrm share/apps/rocs/icons/hicolor/22x22 -@dirrm share/apps/rocs/icons/hicolor/16x16/apps @dirrm share/apps/rocs/icons/hicolor/16x16/actions @dirrm share/apps/rocs/icons/hicolor/16x16 @dirrm share/apps/rocs/icons/hicolor @dirrm share/apps/rocs/icons @dirrm share/apps/rocs/iconpacks @dirrm share/apps/rocs/examples @dirrm share/apps/rocs @dirrm include/rocs Index: head/misc/kde4-l10n-bg/distinfo =================================================================== --- head/misc/kde4-l10n-bg/distinfo (revision 318451) +++ head/misc/kde4-l10n-bg/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/kde-l10n/kde-l10n-bg-4.10.1.tar.xz) = 0d28761586d164edb792ae7bda237a9251ed57b80b37563e10bc1410f5b20482 -SIZE (KDE/4.10.1/kde-l10n/kde-l10n-bg-4.10.1.tar.xz) = 2017424 +SHA256 (KDE/4.10.3/kde-l10n/kde-l10n-bg-4.10.3.tar.xz) = 3614d4dca5236a6c98cc15f667218e395947c90f1caa80cd9908ea44c412deb0 +SIZE (KDE/4.10.3/kde-l10n/kde-l10n-bg-4.10.3.tar.xz) = 2019416 Index: head/misc/kde4-l10n-bg/pkg-plist =================================================================== --- head/misc/kde4-l10n-bg/pkg-plist (revision 318451) +++ head/misc/kde4-l10n-bg/pkg-plist (revision 318452) @@ -1,498 +1,496 @@ share/apps/kvtml/bg/animals.kvtml share/apps/kvtml/bg/easy.kvtml share/apps/kvtml/bg/hard.kvtml share/apps/kvtml/bg/medium.kvtml share/locale/bg/LC_MESSAGES/accountwizard_ical.mo share/locale/bg/LC_MESSAGES/accountwizard_mailbox.mo share/locale/bg/LC_MESSAGES/accountwizard_maildir.mo share/locale/bg/LC_MESSAGES/adblock.mo share/locale/bg/LC_MESSAGES/akonadi_next.mo share/locale/bg/LC_MESSAGES/akregator.mo share/locale/bg/LC_MESSAGES/akregator_konqplugin.mo share/locale/bg/LC_MESSAGES/amor.mo share/locale/bg/LC_MESSAGES/ark.mo share/locale/bg/LC_MESSAGES/attica_kde.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/blogilo.mo share/locale/bg/LC_MESSAGES/bomber.mo share/locale/bg/LC_MESSAGES/bovo.mo share/locale/bg/LC_MESSAGES/dirfilterplugin.mo share/locale/bg/LC_MESSAGES/display.mo share/locale/bg/LC_MESSAGES/dolphin.mo share/locale/bg/LC_MESSAGES/domtreeviewer.mo share/locale/bg/LC_MESSAGES/dragonplayer.mo share/locale/bg/LC_MESSAGES/drkonqi.mo share/locale/bg/LC_MESSAGES/filelight.mo share/locale/bg/LC_MESSAGES/filetypes.mo share/locale/bg/LC_MESSAGES/freespacenotifier.mo share/locale/bg/LC_MESSAGES/fsview.mo share/locale/bg/LC_MESSAGES/granatier.mo share/locale/bg/LC_MESSAGES/gwenview.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/jovie.mo share/locale/bg/LC_MESSAGES/joystick.mo share/locale/bg/LC_MESSAGES/juk.mo share/locale/bg/LC_MESSAGES/kabc_file.mo share/locale/bg/LC_MESSAGES/kabcclient.mo share/locale/bg/LC_MESSAGES/kabcformat_binary.mo share/locale/bg/LC_MESSAGES/kaccess.mo share/locale/bg/LC_MESSAGES/kaccessibleapp.mo share/locale/bg/LC_MESSAGES/kactivitymanagerd.mo share/locale/bg/LC_MESSAGES/kaddressbook.mo share/locale/bg/LC_MESSAGES/kajongg.mo share/locale/bg/LC_MESSAGES/kalarm.mo share/locale/bg/LC_MESSAGES/kalgebra.mo share/locale/bg/LC_MESSAGES/kalzium.mo share/locale/bg/LC_MESSAGES/kanagram.mo share/locale/bg/LC_MESSAGES/kapman.mo share/locale/bg/LC_MESSAGES/kate-ctags-plugin.mo share/locale/bg/LC_MESSAGES/kate.mo share/locale/bg/LC_MESSAGES/katefilebrowserplugin.mo share/locale/bg/LC_MESSAGES/katefiletemplates.mo share/locale/bg/LC_MESSAGES/katehelloworld.mo share/locale/bg/LC_MESSAGES/katekonsoleplugin.mo share/locale/bg/LC_MESSAGES/kateopenheader.mo share/locale/bg/LC_MESSAGES/katepart4.mo share/locale/bg/LC_MESSAGES/katesearch.mo share/locale/bg/LC_MESSAGES/katesql.mo share/locale/bg/LC_MESSAGES/katesymbolviewer.mo share/locale/bg/LC_MESSAGES/katetabbarextension.mo share/locale/bg/LC_MESSAGES/katomic.mo share/locale/bg/LC_MESSAGES/kbattleship.mo share/locale/bg/LC_MESSAGES/kblackbox.mo share/locale/bg/LC_MESSAGES/kblankscrn.mo share/locale/bg/LC_MESSAGES/kblocks.mo share/locale/bg/LC_MESSAGES/kbounce.mo share/locale/bg/LC_MESSAGES/kbreakout.mo share/locale/bg/LC_MESSAGES/kbruch.mo share/locale/bg/LC_MESSAGES/kcalc.mo share/locale/bg/LC_MESSAGES/kcertpart.mo share/locale/bg/LC_MESSAGES/kcharselect.mo share/locale/bg/LC_MESSAGES/kcm_attica.mo share/locale/bg/LC_MESSAGES/kcm_autostart.mo share/locale/bg/LC_MESSAGES/kcm_desktoppaths.mo share/locale/bg/LC_MESSAGES/kcm_desktopthemedetails.mo share/locale/bg/LC_MESSAGES/kcm_device_automounter.mo share/locale/bg/LC_MESSAGES/kcm_emoticons.mo share/locale/bg/LC_MESSAGES/kcm_infobase.mo share/locale/bg/LC_MESSAGES/kcm_infosummary.mo -share/locale/bg/LC_MESSAGES/kcm_krfb.mo share/locale/bg/LC_MESSAGES/kcm_kwindesktop.mo share/locale/bg/LC_MESSAGES/kcm_kwintabbox.mo share/locale/bg/LC_MESSAGES/kcm_memory.mo share/locale/bg/LC_MESSAGES/kcm_nepomuk.mo share/locale/bg/LC_MESSAGES/kcm_pci.mo share/locale/bg/LC_MESSAGES/kcm_phonon.mo share/locale/bg/LC_MESSAGES/kcm_platform.mo share/locale/bg/LC_MESSAGES/kcm_solid.mo share/locale/bg/LC_MESSAGES/kcm_solid_actions.mo share/locale/bg/LC_MESSAGES/kcm_standard_actions.mo share/locale/bg/LC_MESSAGES/kcmaccess.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/kcmdevinfo.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/kcminit.mo share/locale/bg/LC_MESSAGES/kcminput.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/kcmkdnssd.mo share/locale/bg/LC_MESSAGES/kcmkeyboard.mo share/locale/bg/LC_MESSAGES/kcmkeys.mo share/locale/bg/LC_MESSAGES/kcmkgamma.mo share/locale/bg/LC_MESSAGES/kcmkio.mo share/locale/bg/LC_MESSAGES/kcmkonq.mo share/locale/bg/LC_MESSAGES/kcmkonqhtml.mo share/locale/bg/LC_MESSAGES/kcmkurifilt.mo share/locale/bg/LC_MESSAGES/kcmkwallet.mo share/locale/bg/LC_MESSAGES/kcmkwincompositing.mo share/locale/bg/LC_MESSAGES/kcmkwindecoration.mo share/locale/bg/LC_MESSAGES/kcmkwinrules.mo share/locale/bg/LC_MESSAGES/kcmkwinscreenedges.mo share/locale/bg/LC_MESSAGES/kcmkwm.mo share/locale/bg/LC_MESSAGES/kcmlaunch.mo share/locale/bg/LC_MESSAGES/kcmlocale.mo share/locale/bg/LC_MESSAGES/kcmnic.mo share/locale/bg/LC_MESSAGES/kcmnotify.mo share/locale/bg/LC_MESSAGES/kcmopengl.mo share/locale/bg/LC_MESSAGES/kcmperformance.mo share/locale/bg/LC_MESSAGES/kcmsamba.mo share/locale/bg/LC_MESSAGES/kcmscreensaver.mo share/locale/bg/LC_MESSAGES/kcmshell.mo share/locale/bg/LC_MESSAGES/kcmsmartcard.mo share/locale/bg/LC_MESSAGES/kcmsmserver.mo share/locale/bg/LC_MESSAGES/kcmstyle.mo share/locale/bg/LC_MESSAGES/kcmusb.mo share/locale/bg/LC_MESSAGES/kcmview1394.mo share/locale/bg/LC_MESSAGES/kcmworkspaceoptions.mo share/locale/bg/LC_MESSAGES/kcolorchooser.mo share/locale/bg/LC_MESSAGES/kcron.mo share/locale/bg/LC_MESSAGES/kde-menu.mo share/locale/bg/LC_MESSAGES/kdeasciiquarium.mo share/locale/bg/LC_MESSAGES/kdebugdialog.mo share/locale/bg/LC_MESSAGES/kdecalendarsystems.mo share/locale/bg/LC_MESSAGES/kdelibs4.mo share/locale/bg/LC_MESSAGES/kdelibs_colors4.mo share/locale/bg/LC_MESSAGES/kdepasswd.mo share/locale/bg/LC_MESSAGES/kdeqt.mo share/locale/bg/LC_MESSAGES/kdesu.mo share/locale/bg/LC_MESSAGES/kdesud.mo share/locale/bg/LC_MESSAGES/kdf.mo share/locale/bg/LC_MESSAGES/kdialog.mo share/locale/bg/LC_MESSAGES/kdiamond.mo share/locale/bg/LC_MESSAGES/kdmconfig.mo share/locale/bg/LC_MESSAGES/kdmgreet.mo share/locale/bg/LC_MESSAGES/kdontchangethehostname.mo share/locale/bg/LC_MESSAGES/keditbookmarks.mo share/locale/bg/LC_MESSAGES/kfile.mo share/locale/bg/LC_MESSAGES/kfile_dds.mo share/locale/bg/LC_MESSAGES/kfile_drgeo.mo share/locale/bg/LC_MESSAGES/kfile_exr.mo share/locale/bg/LC_MESSAGES/kfile_kig.mo share/locale/bg/LC_MESSAGES/kfile_pnm.mo share/locale/bg/LC_MESSAGES/kfile_raw.mo share/locale/bg/LC_MESSAGES/kfile_rgb.mo share/locale/bg/LC_MESSAGES/kfile_rpm.mo share/locale/bg/LC_MESSAGES/kfile_tiff.mo share/locale/bg/LC_MESSAGES/kfile_xps.mo share/locale/bg/LC_MESSAGES/kfileaudiopreview4.mo share/locale/bg/LC_MESSAGES/kfilereplace.mo share/locale/bg/LC_MESSAGES/kfileshare.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/kfontinst.mo share/locale/bg/LC_MESSAGES/kfourinline.mo share/locale/bg/LC_MESSAGES/kgeography.mo share/locale/bg/LC_MESSAGES/kget.mo share/locale/bg/LC_MESSAGES/kgetplugin.mo share/locale/bg/LC_MESSAGES/kglobalaccel.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_generic.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/khotkeys.mo share/locale/bg/LC_MESSAGES/khotnewstuff.mo share/locale/bg/LC_MESSAGES/khtmlkttsd.mo share/locale/bg/LC_MESSAGES/khtmlsettingsplugin.mo share/locale/bg/LC_MESSAGES/kiconfinder.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/kinfocenter.mo share/locale/bg/LC_MESSAGES/kio4.mo share/locale/bg/LC_MESSAGES/kio_applications.mo share/locale/bg/LC_MESSAGES/kio_archive.mo share/locale/bg/LC_MESSAGES/kio_audiocd.mo share/locale/bg/LC_MESSAGES/kio_bookmarks.mo share/locale/bg/LC_MESSAGES/kio_finger.mo share/locale/bg/LC_MESSAGES/kio_fish.mo share/locale/bg/LC_MESSAGES/kio_floppy.mo share/locale/bg/LC_MESSAGES/kio_help4.mo share/locale/bg/LC_MESSAGES/kio_imap4.mo share/locale/bg/LC_MESSAGES/kio_info.mo share/locale/bg/LC_MESSAGES/kio_jabberdisco.mo share/locale/bg/LC_MESSAGES/kio_ldap.mo share/locale/bg/LC_MESSAGES/kio_man.mo share/locale/bg/LC_MESSAGES/kio_mbox.mo share/locale/bg/LC_MESSAGES/kio_nepomuk.mo share/locale/bg/LC_MESSAGES/kio_nepomuksearch.mo share/locale/bg/LC_MESSAGES/kio_nfs.mo share/locale/bg/LC_MESSAGES/kio_nntp.mo share/locale/bg/LC_MESSAGES/kio_pop3.mo share/locale/bg/LC_MESSAGES/kio_recentdocuments.mo share/locale/bg/LC_MESSAGES/kio_remote.mo share/locale/bg/LC_MESSAGES/kio_sftp.mo share/locale/bg/LC_MESSAGES/kio_sieve.mo share/locale/bg/LC_MESSAGES/kio_smb.mo share/locale/bg/LC_MESSAGES/kio_smtp.mo share/locale/bg/LC_MESSAGES/kio_svn.mo share/locale/bg/LC_MESSAGES/kio_tags.mo share/locale/bg/LC_MESSAGES/kio_thumbnail.mo share/locale/bg/LC_MESSAGES/kio_timeline.mo share/locale/bg/LC_MESSAGES/kio_trash.mo share/locale/bg/LC_MESSAGES/kio_zeroconf.mo share/locale/bg/LC_MESSAGES/kioclient.mo share/locale/bg/LC_MESSAGES/kioexec.mo share/locale/bg/LC_MESSAGES/kiten.mo share/locale/bg/LC_MESSAGES/kjots.mo share/locale/bg/LC_MESSAGES/kjumpingcube.mo share/locale/bg/LC_MESSAGES/kleopatra.mo share/locale/bg/LC_MESSAGES/klettres.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/kmailcvt.mo share/locale/bg/LC_MESSAGES/kmenuedit.mo share/locale/bg/LC_MESSAGES/kmimetypefinder.mo share/locale/bg/LC_MESSAGES/kmines.mo share/locale/bg/LC_MESSAGES/kmix.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/knetattach.mo share/locale/bg/LC_MESSAGES/knetwalk.mo share/locale/bg/LC_MESSAGES/knode.mo share/locale/bg/LC_MESSAGES/knotes.mo share/locale/bg/LC_MESSAGES/knotify4.mo share/locale/bg/LC_MESSAGES/kolf.mo share/locale/bg/LC_MESSAGES/kolourpaint.mo share/locale/bg/LC_MESSAGES/kommander.mo share/locale/bg/LC_MESSAGES/kompare.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/kontactinterfaces.mo share/locale/bg/LC_MESSAGES/kopete.mo share/locale/bg/LC_MESSAGES/korganizer.mo share/locale/bg/LC_MESSAGES/kpartsaver.mo share/locale/bg/LC_MESSAGES/kpasswdserver.mo share/locale/bg/LC_MESSAGES/kpat.mo share/locale/bg/LC_MESSAGES/kppp.mo share/locale/bg/LC_MESSAGES/kppplogview.mo share/locale/bg/LC_MESSAGES/kquitapp.mo share/locale/bg/LC_MESSAGES/krandr.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/kres_remote.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/krunner.mo share/locale/bg/LC_MESSAGES/ksaneplugin.mo share/locale/bg/LC_MESSAGES/kscd.mo share/locale/bg/LC_MESSAGES/kscreensaver.mo share/locale/bg/LC_MESSAGES/kshellcmdplugin.mo share/locale/bg/LC_MESSAGES/kshisen.mo share/locale/bg/LC_MESSAGES/kshorturifilter.mo share/locale/bg/LC_MESSAGES/ksmserver.mo share/locale/bg/LC_MESSAGES/ksnapshot.mo share/locale/bg/LC_MESSAGES/kspaceduel.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/kstyle_config.mo share/locale/bg/LC_MESSAGES/kstyle_phase_config.mo share/locale/bg/LC_MESSAGES/ksudoku.mo share/locale/bg/LC_MESSAGES/ksysguard.mo share/locale/bg/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/bg/LC_MESSAGES/ksystemlog.mo share/locale/bg/LC_MESSAGES/ksystraycmd.mo share/locale/bg/LC_MESSAGES/kteatime.mo share/locale/bg/LC_MESSAGES/ktexteditor_plugins.mo share/locale/bg/LC_MESSAGES/ktimer.mo share/locale/bg/LC_MESSAGES/ktimetracker.mo share/locale/bg/LC_MESSAGES/ktouch.mo share/locale/bg/LC_MESSAGES/ktraderclient.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/kuiserver.mo share/locale/bg/LC_MESSAGES/kuiviewer.mo share/locale/bg/LC_MESSAGES/kurifilter.mo share/locale/bg/LC_MESSAGES/kuser.mo share/locale/bg/LC_MESSAGES/kwalletd.mo share/locale/bg/LC_MESSAGES/kwalletmanager.mo share/locale/bg/LC_MESSAGES/kwatchgnupg.mo share/locale/bg/LC_MESSAGES/kwin.mo share/locale/bg/LC_MESSAGES/kwin_art_clients.mo share/locale/bg/LC_MESSAGES/kwin_clients.mo share/locale/bg/LC_MESSAGES/kwin_effects.mo share/locale/bg/LC_MESSAGES/kwinshutdown.mo share/locale/bg/LC_MESSAGES/kwinstartmenu.mo share/locale/bg/LC_MESSAGES/kwordquiz.mo share/locale/bg/LC_MESSAGES/kwrite.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/libkalarmcal.mo share/locale/bg/LC_MESSAGES/libkcal.mo share/locale/bg/LC_MESSAGES/libkcddb.mo share/locale/bg/LC_MESSAGES/libkcompactdisc.mo share/locale/bg/LC_MESSAGES/libkdcraw.mo share/locale/bg/LC_MESSAGES/libkdecorations.mo share/locale/bg/LC_MESSAGES/libkdeedu.mo share/locale/bg/LC_MESSAGES/libkdegames.mo share/locale/bg/LC_MESSAGES/libkdepim.mo share/locale/bg/LC_MESSAGES/libkexiv2.mo share/locale/bg/LC_MESSAGES/libkholidays.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/libksane.mo share/locale/bg/LC_MESSAGES/libkscreensaver.mo share/locale/bg/LC_MESSAGES/libksieve.mo share/locale/bg/LC_MESSAGES/libkunitconversion.mo share/locale/bg/LC_MESSAGES/libkworkspace.mo share/locale/bg/LC_MESSAGES/libkxmlrpcclient.mo share/locale/bg/LC_MESSAGES/libmailimporter.mo share/locale/bg/LC_MESSAGES/libmessagelist.mo share/locale/bg/LC_MESSAGES/libmessageviewer.mo share/locale/bg/LC_MESSAGES/liboktetacore.mo share/locale/bg/LC_MESSAGES/liboktetagui.mo share/locale/bg/LC_MESSAGES/libphonon.mo share/locale/bg/LC_MESSAGES/libplasma.mo share/locale/bg/LC_MESSAGES/libplasmaclock.mo share/locale/bg/LC_MESSAGES/libtaskmanager.mo share/locale/bg/LC_MESSAGES/lokalize.mo share/locale/bg/LC_MESSAGES/lskat.mo share/locale/bg/LC_MESSAGES/marble.mo share/locale/bg/LC_MESSAGES/marble_qt.mo share/locale/bg/LC_MESSAGES/messageviewer_text_calendar_plugin.mo share/locale/bg/LC_MESSAGES/messageviewer_text_vcard_plugin.mo share/locale/bg/LC_MESSAGES/messageviewer_text_xdiff_plugin.mo share/locale/bg/LC_MESSAGES/mf_konqplugin.mo share/locale/bg/LC_MESSAGES/minitoolsplugin.mo share/locale/bg/LC_MESSAGES/mplayerthumbs.mo share/locale/bg/LC_MESSAGES/mplayerthumbsconfig.mo share/locale/bg/LC_MESSAGES/nepomukbackup.mo share/locale/bg/LC_MESSAGES/nepomukcontroller.mo share/locale/bg/LC_MESSAGES/nepomukfileindexer.mo share/locale/bg/LC_MESSAGES/nepomukqueryservice.mo share/locale/bg/LC_MESSAGES/nepomukserver.mo share/locale/bg/LC_MESSAGES/nepomukservicestub.mo share/locale/bg/LC_MESSAGES/nepomukstorage.mo share/locale/bg/LC_MESSAGES/newmailnotifieragent.mo share/locale/bg/LC_MESSAGES/nsplugin.mo share/locale/bg/LC_MESSAGES/oktetapart.mo share/locale/bg/LC_MESSAGES/okular.mo share/locale/bg/LC_MESSAGES/okular_chm.mo share/locale/bg/LC_MESSAGES/okular_comicbook.mo share/locale/bg/LC_MESSAGES/okular_djvu.mo share/locale/bg/LC_MESSAGES/okular_dvi.mo share/locale/bg/LC_MESSAGES/okular_epub.mo share/locale/bg/LC_MESSAGES/okular_fax.mo share/locale/bg/LC_MESSAGES/okular_fictionbook.mo share/locale/bg/LC_MESSAGES/okular_ghostview.mo share/locale/bg/LC_MESSAGES/okular_kimgio.mo share/locale/bg/LC_MESSAGES/okular_mobi.mo share/locale/bg/LC_MESSAGES/okular_ooo.mo share/locale/bg/LC_MESSAGES/okular_plucker.mo share/locale/bg/LC_MESSAGES/okular_poppler.mo share/locale/bg/LC_MESSAGES/okular_tiff.mo share/locale/bg/LC_MESSAGES/okular_xps.mo share/locale/bg/LC_MESSAGES/parley.mo share/locale/bg/LC_MESSAGES/phonon_gstreamer.mo share/locale/bg/LC_MESSAGES/phonon_kde.mo share/locale/bg/LC_MESSAGES/phonon_vlc.mo share/locale/bg/LC_MESSAGES/phononserver.mo share/locale/bg/LC_MESSAGES/plasma-desktop.mo share/locale/bg/LC_MESSAGES/plasma-netbook.mo share/locale/bg/LC_MESSAGES/plasma-remote-helper.mo share/locale/bg/LC_MESSAGES/plasma_applet_battery.mo share/locale/bg/LC_MESSAGES/plasma_applet_binaryclock.mo share/locale/bg/LC_MESSAGES/plasma_applet_calculator.mo share/locale/bg/LC_MESSAGES/plasma_applet_clock.mo share/locale/bg/LC_MESSAGES/plasma_applet_currentappcontrol.mo share/locale/bg/LC_MESSAGES/plasma_applet_dig_clock.mo share/locale/bg/LC_MESSAGES/plasma_applet_folderview.mo share/locale/bg/LC_MESSAGES/plasma_applet_icon.mo share/locale/bg/LC_MESSAGES/plasma_applet_kalgebra.mo share/locale/bg/LC_MESSAGES/plasma_applet_kalzium.mo share/locale/bg/LC_MESSAGES/plasma_applet_katesession.mo share/locale/bg/LC_MESSAGES/plasma_applet_kget.mo share/locale/bg/LC_MESSAGES/plasma_applet_launcher.mo share/locale/bg/LC_MESSAGES/plasma_applet_lockout.mo share/locale/bg/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/bg/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/bg/LC_MESSAGES/plasma_applet_notifier.mo share/locale/bg/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/bg/LC_MESSAGES/plasma_applet_pager.mo share/locale/bg/LC_MESSAGES/plasma_applet_panel.mo share/locale/bg/LC_MESSAGES/plasma_applet_panelspacer_internal.mo share/locale/bg/LC_MESSAGES/plasma_applet_quicklaunch.mo share/locale/bg/LC_MESSAGES/plasma_applet_saverdesktop.mo share/locale/bg/LC_MESSAGES/plasma_applet_searchbox.mo share/locale/bg/LC_MESSAGES/plasma_applet_skapplet.mo share/locale/bg/LC_MESSAGES/plasma_applet_system-monitor.mo share/locale/bg/LC_MESSAGES/plasma_applet_systemtray.mo share/locale/bg/LC_MESSAGES/plasma_applet_tasks.mo share/locale/bg/LC_MESSAGES/plasma_applet_trash.mo share/locale/bg/LC_MESSAGES/plasma_applet_webbrowser.mo share/locale/bg/LC_MESSAGES/plasma_appletscriptengine_dashboard.mo share/locale/bg/LC_MESSAGES/plasma_containmentactions_switchactivity.mo share/locale/bg/LC_MESSAGES/plasma_containmentactions_switchdesktop.mo share/locale/bg/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/bg/LC_MESSAGES/plasma_engine_calendar.mo share/locale/bg/LC_MESSAGES/plasma_engine_kalzium.mo share/locale/bg/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/bg/LC_MESSAGES/plasma_engine_notifications.mo share/locale/bg/LC_MESSAGES/plasma_engine_rss.mo share/locale/bg/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/bg/LC_MESSAGES/plasma_engine_weather.mo share/locale/bg/LC_MESSAGES/plasma_runner_activities.mo share/locale/bg/LC_MESSAGES/plasma_runner_bookmarksrunner.mo share/locale/bg/LC_MESSAGES/plasma_runner_calculatorrunner.mo share/locale/bg/LC_MESSAGES/plasma_runner_kget.mo share/locale/bg/LC_MESSAGES/plasma_runner_locations.mo share/locale/bg/LC_MESSAGES/plasma_runner_nepomuksearchrunner.mo share/locale/bg/LC_MESSAGES/plasma_runner_placesrunner.mo share/locale/bg/LC_MESSAGES/plasma_runner_plasma-desktop.mo share/locale/bg/LC_MESSAGES/plasma_runner_recentdocuments.mo share/locale/bg/LC_MESSAGES/plasma_runner_services.mo share/locale/bg/LC_MESSAGES/plasma_runner_sessions.mo share/locale/bg/LC_MESSAGES/plasma_runner_shell.mo share/locale/bg/LC_MESSAGES/plasma_runner_solid.mo share/locale/bg/LC_MESSAGES/plasma_runner_webshortcuts.mo share/locale/bg/LC_MESSAGES/plasma_runner_windowedwidgets.mo share/locale/bg/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/bg/LC_MESSAGES/plasma_toolbox_paneltoolbox.mo share/locale/bg/LC_MESSAGES/plasma_wallpaper_color.mo share/locale/bg/LC_MESSAGES/plasmagenericshell.mo share/locale/bg/LC_MESSAGES/plasmapkg.mo share/locale/bg/LC_MESSAGES/powerdevil.mo share/locale/bg/LC_MESSAGES/processcore.mo share/locale/bg/LC_MESSAGES/processui.mo share/locale/bg/LC_MESSAGES/randrmonitor.mo share/locale/bg/LC_MESSAGES/rellinks.mo share/locale/bg/LC_MESSAGES/searchbarplugin.mo share/locale/bg/LC_MESSAGES/solid-hardware.mo share/locale/bg/LC_MESSAGES/solid_qt.mo share/locale/bg/LC_MESSAGES/solidcontrol.mo share/locale/bg/LC_MESSAGES/soliduiserver.mo share/locale/bg/LC_MESSAGES/step.mo share/locale/bg/LC_MESSAGES/step_qt.mo share/locale/bg/LC_MESSAGES/strigila_diff.mo share/locale/bg/LC_MESSAGES/superkaramba.mo share/locale/bg/LC_MESSAGES/svgpart.mo share/locale/bg/LC_MESSAGES/sweeper.mo share/locale/bg/LC_MESSAGES/systemsettings.mo share/locale/bg/LC_MESSAGES/timezones4.mo share/locale/bg/LC_MESSAGES/uachangerplugin.mo share/locale/bg/LC_MESSAGES/umbrello.mo share/locale/bg/LC_MESSAGES/useraccount.mo share/locale/bg/LC_MESSAGES/validatorsplugin.mo share/locale/bg/LC_MESSAGES/webarchiver.mo share/locale/bg/LC_MESSAGES/xml_mimetypes.mo share/locale/bg/entry.desktop @dirrm share/apps/kvtml/bg @dirrm share/apps/kvtml Index: head/misc/kde4-l10n-bs/distinfo =================================================================== --- head/misc/kde4-l10n-bs/distinfo (revision 318451) +++ head/misc/kde4-l10n-bs/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/kde-l10n/kde-l10n-bs-4.10.1.tar.xz) = fe6e9053cfbe1bdfb7f9d8bf3d99d6590a79319fd7862c028239d4b64759c4f5 -SIZE (KDE/4.10.1/kde-l10n/kde-l10n-bs-4.10.1.tar.xz) = 2298324 +SHA256 (KDE/4.10.3/kde-l10n/kde-l10n-bs-4.10.3.tar.xz) = e48abcb7ffb9bfdad0b22afd6421d177efed4d8dd3bb922d479515040067f260 +SIZE (KDE/4.10.3/kde-l10n/kde-l10n-bs-4.10.3.tar.xz) = 2304224 Index: head/misc/kde4-l10n-bs/pkg-plist =================================================================== --- head/misc/kde4-l10n-bs/pkg-plist (revision 318451) +++ head/misc/kde4-l10n-bs/pkg-plist (revision 318452) @@ -1,765 +1,764 @@ share/locale/bs/LC_MESSAGES/accountwizard.mo share/locale/bs/LC_MESSAGES/accountwizard_ical.mo share/locale/bs/LC_MESSAGES/accountwizard_imap.mo share/locale/bs/LC_MESSAGES/accountwizard_kolab.mo share/locale/bs/LC_MESSAGES/accountwizard_mailbox.mo share/locale/bs/LC_MESSAGES/accountwizard_maildir.mo share/locale/bs/LC_MESSAGES/accountwizard_pop3.mo share/locale/bs/LC_MESSAGES/accountwizard_tine20.mo share/locale/bs/LC_MESSAGES/activitymanager_plugin_globalshortcuts.mo share/locale/bs/LC_MESSAGES/activitymanager_uihandler_declarative.mo share/locale/bs/LC_MESSAGES/adblock.mo share/locale/bs/LC_MESSAGES/akonadi-filestore.mo share/locale/bs/LC_MESSAGES/akonadi_archivemail_agent.mo share/locale/bs/LC_MESSAGES/akonadi_birthdays_resource.mo share/locale/bs/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/bs/LC_MESSAGES/akonadi_davgroupware_resource.mo share/locale/bs/LC_MESSAGES/akonadi_google_resource.mo share/locale/bs/LC_MESSAGES/akonadi_ical_resource.mo share/locale/bs/LC_MESSAGES/akonadi_icaldir_resource.mo share/locale/bs/LC_MESSAGES/akonadi_imap_resource.mo share/locale/bs/LC_MESSAGES/akonadi_invitations_agent.mo share/locale/bs/LC_MESSAGES/akonadi_kabc_resource.mo share/locale/bs/LC_MESSAGES/akonadi_kalarm_resource.mo share/locale/bs/LC_MESSAGES/akonadi_kcal_resource.mo share/locale/bs/LC_MESSAGES/akonadi_kdeaccounts_resource.mo share/locale/bs/LC_MESSAGES/akonadi_knut_resource.mo share/locale/bs/LC_MESSAGES/akonadi_kolabproxy_resource.mo share/locale/bs/LC_MESSAGES/akonadi_kresourceassistant.mo share/locale/bs/LC_MESSAGES/akonadi_localbookmarks_resource.mo share/locale/bs/LC_MESSAGES/akonadi_maildir_resource.mo share/locale/bs/LC_MESSAGES/akonadi_maildispatcher_agent.mo share/locale/bs/LC_MESSAGES/akonadi_mailfilter_agent.mo share/locale/bs/LC_MESSAGES/akonadi_mailtransport_resource.mo share/locale/bs/LC_MESSAGES/akonadi_mbox_resource.mo share/locale/bs/LC_MESSAGES/akonadi_microblog_resource.mo share/locale/bs/LC_MESSAGES/akonadi_mixedmaildir_resource.mo share/locale/bs/LC_MESSAGES/akonadi_nepomuk_feeder.mo share/locale/bs/LC_MESSAGES/akonadi_nepomuktag_resource.mo share/locale/bs/LC_MESSAGES/akonadi_next.mo share/locale/bs/LC_MESSAGES/akonadi_nntp_resource.mo share/locale/bs/LC_MESSAGES/akonadi_openxchange_resource.mo share/locale/bs/LC_MESSAGES/akonadi_pop3_resource.mo share/locale/bs/LC_MESSAGES/akonadi_serializer_plugins.mo share/locale/bs/LC_MESSAGES/akonadi_singlefile_resource.mo share/locale/bs/LC_MESSAGES/akonadi_strigi_feeder.mo share/locale/bs/LC_MESSAGES/akonadi_vcard_resource.mo share/locale/bs/LC_MESSAGES/akonadi_vcarddir_resource.mo share/locale/bs/LC_MESSAGES/akonadicontact.mo share/locale/bs/LC_MESSAGES/akonadinotes.mo share/locale/bs/LC_MESSAGES/akonaditray.mo share/locale/bs/LC_MESSAGES/akregator.mo share/locale/bs/LC_MESSAGES/akregator_konqplugin.mo share/locale/bs/LC_MESSAGES/amor.mo share/locale/bs/LC_MESSAGES/analitza.mo share/locale/bs/LC_MESSAGES/ark.mo share/locale/bs/LC_MESSAGES/attica_kde.mo share/locale/bs/LC_MESSAGES/audiocd_encoder_lame.mo share/locale/bs/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/bs/LC_MESSAGES/audiorename_plugin.mo share/locale/bs/LC_MESSAGES/autorefresh.mo share/locale/bs/LC_MESSAGES/babelfish.mo share/locale/bs/LC_MESSAGES/blinken.mo share/locale/bs/LC_MESSAGES/blogilo.mo share/locale/bs/LC_MESSAGES/bomber.mo share/locale/bs/LC_MESSAGES/bovo.mo share/locale/bs/LC_MESSAGES/calendarsupport.mo share/locale/bs/LC_MESSAGES/cantor.mo share/locale/bs/LC_MESSAGES/cervisia.mo share/locale/bs/LC_MESSAGES/cryptopageplugin.mo share/locale/bs/LC_MESSAGES/cvsservice.mo share/locale/bs/LC_MESSAGES/dirfilterplugin.mo share/locale/bs/LC_MESSAGES/display.mo share/locale/bs/LC_MESSAGES/dolphin.mo share/locale/bs/LC_MESSAGES/domtreeviewer.mo share/locale/bs/LC_MESSAGES/dragonplayer.mo share/locale/bs/LC_MESSAGES/drkonqi.mo share/locale/bs/LC_MESSAGES/filelight.mo share/locale/bs/LC_MESSAGES/filetypes.mo share/locale/bs/LC_MESSAGES/fileviewbazaarplugin.mo share/locale/bs/LC_MESSAGES/fileviewgitplugin.mo share/locale/bs/LC_MESSAGES/fileviewhgplugin.mo share/locale/bs/LC_MESSAGES/fileviewsvnplugin.mo share/locale/bs/LC_MESSAGES/freespacenotifier.mo share/locale/bs/LC_MESSAGES/fsview.mo share/locale/bs/LC_MESSAGES/granatier.mo share/locale/bs/LC_MESSAGES/gwenview.mo share/locale/bs/LC_MESSAGES/htmlsearch.mo share/locale/bs/LC_MESSAGES/imagerename_plugin.mo share/locale/bs/LC_MESSAGES/imgalleryplugin.mo share/locale/bs/LC_MESSAGES/importwizard.mo share/locale/bs/LC_MESSAGES/jovie.mo share/locale/bs/LC_MESSAGES/joystick.mo share/locale/bs/LC_MESSAGES/juk.mo share/locale/bs/LC_MESSAGES/kabc.mo share/locale/bs/LC_MESSAGES/kabc_akonadi.mo share/locale/bs/LC_MESSAGES/kabc_dir.mo share/locale/bs/LC_MESSAGES/kabc_file.mo share/locale/bs/LC_MESSAGES/kabc_ldapkio.mo share/locale/bs/LC_MESSAGES/kabc_net.mo share/locale/bs/LC_MESSAGES/kabcclient.mo share/locale/bs/LC_MESSAGES/kabcformat_binary.mo share/locale/bs/LC_MESSAGES/kaccess.mo share/locale/bs/LC_MESSAGES/kaccessibleapp.mo share/locale/bs/LC_MESSAGES/kactivitymanagerd.mo share/locale/bs/LC_MESSAGES/kactivitymanagerd_fileitem_linking_plugin.mo share/locale/bs/LC_MESSAGES/kaddressbook-mobile.mo share/locale/bs/LC_MESSAGES/kaddressbook.mo share/locale/bs/LC_MESSAGES/kaddressbookmigrator.mo share/locale/bs/LC_MESSAGES/kajongg.mo share/locale/bs/LC_MESSAGES/kalarm.mo share/locale/bs/LC_MESSAGES/kalgebra.mo share/locale/bs/LC_MESSAGES/kalzium.mo share/locale/bs/LC_MESSAGES/kanagram-harmattan.mo share/locale/bs/LC_MESSAGES/kanagram.mo share/locale/bs/LC_MESSAGES/kapman.mo share/locale/bs/LC_MESSAGES/kapptemplate.mo share/locale/bs/LC_MESSAGES/kate-ctags-plugin.mo share/locale/bs/LC_MESSAGES/kate.mo share/locale/bs/LC_MESSAGES/kate_kttsd.mo share/locale/bs/LC_MESSAGES/katebacktracebrowserplugin.mo share/locale/bs/LC_MESSAGES/katebuild-plugin.mo share/locale/bs/LC_MESSAGES/katefilebrowserplugin.mo share/locale/bs/LC_MESSAGES/katefiletemplates.mo share/locale/bs/LC_MESSAGES/kategdbplugin.mo share/locale/bs/LC_MESSAGES/katehelloworld.mo share/locale/bs/LC_MESSAGES/katekonsoleplugin.mo share/locale/bs/LC_MESSAGES/katemailfilesplugin.mo share/locale/bs/LC_MESSAGES/kateopenheader.mo share/locale/bs/LC_MESSAGES/katepart4.mo share/locale/bs/LC_MESSAGES/kateproject.mo share/locale/bs/LC_MESSAGES/katesearch.mo share/locale/bs/LC_MESSAGES/katesnippets_tng.mo share/locale/bs/LC_MESSAGES/katesnippetsplugin.mo share/locale/bs/LC_MESSAGES/katesql.mo share/locale/bs/LC_MESSAGES/katesymbolviewer.mo share/locale/bs/LC_MESSAGES/katetabbarextension.mo share/locale/bs/LC_MESSAGES/katetabifyplugin.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/katomic.mo share/locale/bs/LC_MESSAGES/kbattleship.mo share/locale/bs/LC_MESSAGES/kblackbox.mo share/locale/bs/LC_MESSAGES/kblankscrn.mo share/locale/bs/LC_MESSAGES/kblocks.mo share/locale/bs/LC_MESSAGES/kbounce.mo share/locale/bs/LC_MESSAGES/kbreakout.mo share/locale/bs/LC_MESSAGES/kbruch.mo share/locale/bs/LC_MESSAGES/kcachegrind.mo share/locale/bs/LC_MESSAGES/kcachegrind_qt.mo share/locale/bs/LC_MESSAGES/kcal_akonadi.mo share/locale/bs/LC_MESSAGES/kcalc.mo share/locale/bs/LC_MESSAGES/kcertpart.mo share/locale/bs/LC_MESSAGES/kcharselect.mo share/locale/bs/LC_MESSAGES/kcm-kwin-scripts.mo share/locale/bs/LC_MESSAGES/kcm_activities.mo share/locale/bs/LC_MESSAGES/kcm_akonadi.mo share/locale/bs/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/bs/LC_MESSAGES/kcm_attica.mo share/locale/bs/LC_MESSAGES/kcm_autostart.mo share/locale/bs/LC_MESSAGES/kcm_desktoppaths.mo share/locale/bs/LC_MESSAGES/kcm_desktopthemedetails.mo share/locale/bs/LC_MESSAGES/kcm_device_automounter.mo share/locale/bs/LC_MESSAGES/kcm_emoticons.mo share/locale/bs/LC_MESSAGES/kcm_infobase.mo share/locale/bs/LC_MESSAGES/kcm_infosummary.mo -share/locale/bs/LC_MESSAGES/kcm_krfb.mo share/locale/bs/LC_MESSAGES/kcm_kwindesktop.mo share/locale/bs/LC_MESSAGES/kcm_kwintabbox.mo share/locale/bs/LC_MESSAGES/kcm_memory.mo share/locale/bs/LC_MESSAGES/kcm_nepomuk.mo share/locale/bs/LC_MESSAGES/kcm_pci.mo share/locale/bs/LC_MESSAGES/kcm_phonon.mo share/locale/bs/LC_MESSAGES/kcm_platform.mo share/locale/bs/LC_MESSAGES/kcm_remotecontrol.mo share/locale/bs/LC_MESSAGES/kcm_solid.mo share/locale/bs/LC_MESSAGES/kcm_solid_actions.mo share/locale/bs/LC_MESSAGES/kcm_standard_actions.mo share/locale/bs/LC_MESSAGES/kcmaccess.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/kcmcddb.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/kcmdevinfo.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/kcminit.mo share/locale/bs/LC_MESSAGES/kcminput.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/kcmkdnssd.mo share/locale/bs/LC_MESSAGES/kcmkeyboard.mo share/locale/bs/LC_MESSAGES/kcmkeys.mo share/locale/bs/LC_MESSAGES/kcmkgamma.mo share/locale/bs/LC_MESSAGES/kcmkio.mo share/locale/bs/LC_MESSAGES/kcmkonq.mo share/locale/bs/LC_MESSAGES/kcmkonqhtml.mo share/locale/bs/LC_MESSAGES/kcmkurifilt.mo share/locale/bs/LC_MESSAGES/kcmkwallet.mo share/locale/bs/LC_MESSAGES/kcmkwincompositing.mo share/locale/bs/LC_MESSAGES/kcmkwindecoration.mo share/locale/bs/LC_MESSAGES/kcmkwinrules.mo share/locale/bs/LC_MESSAGES/kcmkwinscreenedges.mo share/locale/bs/LC_MESSAGES/kcmkwm.mo share/locale/bs/LC_MESSAGES/kcmlaunch.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/kcmopengl.mo share/locale/bs/LC_MESSAGES/kcmperformance.mo share/locale/bs/LC_MESSAGES/kcmsamba.mo share/locale/bs/LC_MESSAGES/kcmscreensaver.mo share/locale/bs/LC_MESSAGES/kcmshell.mo share/locale/bs/LC_MESSAGES/kcmsmartcard.mo share/locale/bs/LC_MESSAGES/kcmsmserver.mo share/locale/bs/LC_MESSAGES/kcmstyle.mo share/locale/bs/LC_MESSAGES/kcmusb.mo share/locale/bs/LC_MESSAGES/kcmview1394.mo share/locale/bs/LC_MESSAGES/kcmworkspaceoptions.mo share/locale/bs/LC_MESSAGES/kcolorchooser.mo share/locale/bs/LC_MESSAGES/kcron.mo share/locale/bs/LC_MESSAGES/kde-menu.mo share/locale/bs/LC_MESSAGES/kdeasciiquarium.mo share/locale/bs/LC_MESSAGES/kdebugdialog.mo share/locale/bs/LC_MESSAGES/kdecalendarsystems.mo share/locale/bs/LC_MESSAGES/kdelibs4.mo share/locale/bs/LC_MESSAGES/kdelibs_colors4.mo share/locale/bs/LC_MESSAGES/kdepasswd.mo share/locale/bs/LC_MESSAGES/kdepim-runtime-qml.mo share/locale/bs/LC_MESSAGES/kdeqt.mo share/locale/bs/LC_MESSAGES/kdesu.mo share/locale/bs/LC_MESSAGES/kdesud.mo share/locale/bs/LC_MESSAGES/kdf.mo share/locale/bs/LC_MESSAGES/kdgantt2.mo share/locale/bs/LC_MESSAGES/kdialog.mo share/locale/bs/LC_MESSAGES/kdiamond.mo share/locale/bs/LC_MESSAGES/kdmconfig.mo share/locale/bs/LC_MESSAGES/kdmgreet.mo share/locale/bs/LC_MESSAGES/kdontchangethehostname.mo share/locale/bs/LC_MESSAGES/keditbookmarks.mo share/locale/bs/LC_MESSAGES/kfile.mo share/locale/bs/LC_MESSAGES/kfile_dds.mo share/locale/bs/LC_MESSAGES/kfile_drgeo.mo share/locale/bs/LC_MESSAGES/kfile_exr.mo share/locale/bs/LC_MESSAGES/kfile_kig.mo share/locale/bs/LC_MESSAGES/kfile_mail.mo share/locale/bs/LC_MESSAGES/kfile_pnm.mo share/locale/bs/LC_MESSAGES/kfile_raw.mo share/locale/bs/LC_MESSAGES/kfile_rgb.mo share/locale/bs/LC_MESSAGES/kfile_rpm.mo share/locale/bs/LC_MESSAGES/kfile_tiff.mo share/locale/bs/LC_MESSAGES/kfile_xps.mo share/locale/bs/LC_MESSAGES/kfileaudiopreview4.mo share/locale/bs/LC_MESSAGES/kfilereplace.mo share/locale/bs/LC_MESSAGES/kfileshare.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/kfontinst.mo share/locale/bs/LC_MESSAGES/kfourinline.mo share/locale/bs/LC_MESSAGES/kgeography.mo share/locale/bs/LC_MESSAGES/kget.mo share/locale/bs/LC_MESSAGES/kgetplugin.mo share/locale/bs/LC_MESSAGES/kglobalaccel.mo share/locale/bs/LC_MESSAGES/kgoldrunner.mo share/locale/bs/LC_MESSAGES/kgpg.mo share/locale/bs/LC_MESSAGES/kgreet_classic.mo share/locale/bs/LC_MESSAGES/kgreet_generic.mo share/locale/bs/LC_MESSAGES/kgreet_winbind.mo share/locale/bs/LC_MESSAGES/khangman.mo share/locale/bs/LC_MESSAGES/khelpcenter.mo share/locale/bs/LC_MESSAGES/khotkeys.mo share/locale/bs/LC_MESSAGES/khotnewstuff.mo share/locale/bs/LC_MESSAGES/khtmlkttsd.mo share/locale/bs/LC_MESSAGES/khtmlsettingsplugin.mo share/locale/bs/LC_MESSAGES/kiconfinder.mo share/locale/bs/LC_MESSAGES/kig.mo share/locale/bs/LC_MESSAGES/kigo.mo share/locale/bs/LC_MESSAGES/killbots.mo share/locale/bs/LC_MESSAGES/kimagemapeditor.mo -share/locale/bs/LC_MESSAGES/kinetd.mo share/locale/bs/LC_MESSAGES/kinfocenter.mo share/locale/bs/LC_MESSAGES/kio4.mo share/locale/bs/LC_MESSAGES/kio_activities.mo share/locale/bs/LC_MESSAGES/kio_akonadi.mo share/locale/bs/LC_MESSAGES/kio_applications.mo share/locale/bs/LC_MESSAGES/kio_archive.mo share/locale/bs/LC_MESSAGES/kio_audiocd.mo share/locale/bs/LC_MESSAGES/kio_bookmarks.mo share/locale/bs/LC_MESSAGES/kio_finger.mo share/locale/bs/LC_MESSAGES/kio_fish.mo share/locale/bs/LC_MESSAGES/kio_floppy.mo share/locale/bs/LC_MESSAGES/kio_help4.mo share/locale/bs/LC_MESSAGES/kio_imap4.mo share/locale/bs/LC_MESSAGES/kio_info.mo share/locale/bs/LC_MESSAGES/kio_jabberdisco.mo share/locale/bs/LC_MESSAGES/kio_ldap.mo share/locale/bs/LC_MESSAGES/kio_man.mo share/locale/bs/LC_MESSAGES/kio_mbox.mo share/locale/bs/LC_MESSAGES/kio_nepomuk.mo share/locale/bs/LC_MESSAGES/kio_nepomuksearch.mo share/locale/bs/LC_MESSAGES/kio_nfs.mo share/locale/bs/LC_MESSAGES/kio_nntp.mo share/locale/bs/LC_MESSAGES/kio_perldoc.mo share/locale/bs/LC_MESSAGES/kio_pop3.mo share/locale/bs/LC_MESSAGES/kio_recentdocuments.mo share/locale/bs/LC_MESSAGES/kio_remote.mo share/locale/bs/LC_MESSAGES/kio_sftp.mo share/locale/bs/LC_MESSAGES/kio_sieve.mo share/locale/bs/LC_MESSAGES/kio_smb.mo share/locale/bs/LC_MESSAGES/kio_smtp.mo share/locale/bs/LC_MESSAGES/kio_svn.mo share/locale/bs/LC_MESSAGES/kio_tags.mo share/locale/bs/LC_MESSAGES/kio_thumbnail.mo share/locale/bs/LC_MESSAGES/kio_timeline.mo share/locale/bs/LC_MESSAGES/kio_trash.mo share/locale/bs/LC_MESSAGES/kio_zeroconf.mo share/locale/bs/LC_MESSAGES/kioclient.mo share/locale/bs/LC_MESSAGES/kioexec.mo share/locale/bs/LC_MESSAGES/kipiplugin_kxmlhelloworld.mo share/locale/bs/LC_MESSAGES/kiriki.mo share/locale/bs/LC_MESSAGES/kiten.mo share/locale/bs/LC_MESSAGES/kjots.mo share/locale/bs/LC_MESSAGES/kjotsmigrator.mo share/locale/bs/LC_MESSAGES/kjumpingcube.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/klinkstatus.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-migrator.mo share/locale/bs/LC_MESSAGES/kmail-mobile.mo share/locale/bs/LC_MESSAGES/kmail.mo share/locale/bs/LC_MESSAGES/kmailcvt.mo share/locale/bs/LC_MESSAGES/kmenuedit.mo share/locale/bs/LC_MESSAGES/kmimetypefinder.mo share/locale/bs/LC_MESSAGES/kmines.mo share/locale/bs/LC_MESSAGES/kmix.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/knetattach.mo share/locale/bs/LC_MESSAGES/knetwalk.mo share/locale/bs/LC_MESSAGES/knode.mo share/locale/bs/LC_MESSAGES/knotes.mo share/locale/bs/LC_MESSAGES/knotify4.mo share/locale/bs/LC_MESSAGES/kolf.mo share/locale/bs/LC_MESSAGES/kollision.mo share/locale/bs/LC_MESSAGES/kolourpaint.mo share/locale/bs/LC_MESSAGES/kommander.mo share/locale/bs/LC_MESSAGES/kompare.mo share/locale/bs/LC_MESSAGES/konqprofiles.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/konsoleprofiles.mo share/locale/bs/LC_MESSAGES/kontact.mo share/locale/bs/LC_MESSAGES/kontactinterfaces.mo share/locale/bs/LC_MESSAGES/kopete.mo share/locale/bs/LC_MESSAGES/korganizer-mobile.mo share/locale/bs/LC_MESSAGES/korganizer.mo share/locale/bs/LC_MESSAGES/kpartloader.mo share/locale/bs/LC_MESSAGES/kpartsaver.mo share/locale/bs/LC_MESSAGES/kpasswdserver.mo share/locale/bs/LC_MESSAGES/kpat.mo share/locale/bs/LC_MESSAGES/kppp.mo share/locale/bs/LC_MESSAGES/kppplogview.mo share/locale/bs/LC_MESSAGES/kquitapp.mo share/locale/bs/LC_MESSAGES/krandr.mo share/locale/bs/LC_MESSAGES/krcdnotifieritem.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/kremotecontroldaemon.mo share/locale/bs/LC_MESSAGES/kres-migrator.mo share/locale/bs/LC_MESSAGES/kres_blog.mo share/locale/bs/LC_MESSAGES/kres_remote.mo share/locale/bs/LC_MESSAGES/kresources_shared_akonadi.mo share/locale/bs/LC_MESSAGES/kreversi.mo share/locale/bs/LC_MESSAGES/krfb.mo share/locale/bs/LC_MESSAGES/kruler.mo share/locale/bs/LC_MESSAGES/krunner.mo share/locale/bs/LC_MESSAGES/ksaneplugin.mo share/locale/bs/LC_MESSAGES/kscd.mo share/locale/bs/LC_MESSAGES/kscreenlocker.mo share/locale/bs/LC_MESSAGES/kscreenlocker_greet.mo share/locale/bs/LC_MESSAGES/kscreensaver.mo share/locale/bs/LC_MESSAGES/ksendemail.mo share/locale/bs/LC_MESSAGES/ksgrd.mo share/locale/bs/LC_MESSAGES/kshellcmdplugin.mo share/locale/bs/LC_MESSAGES/kshisen.mo share/locale/bs/LC_MESSAGES/kshorturifilter.mo share/locale/bs/LC_MESSAGES/ksirk.mo share/locale/bs/LC_MESSAGES/ksirkskineditor.mo share/locale/bs/LC_MESSAGES/ksmserver.mo share/locale/bs/LC_MESSAGES/ksnapshot.mo share/locale/bs/LC_MESSAGES/kspaceduel.mo share/locale/bs/LC_MESSAGES/ksplashthemes.mo share/locale/bs/LC_MESSAGES/ksquares.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/kstyle_config.mo share/locale/bs/LC_MESSAGES/kstyle_phase_config.mo share/locale/bs/LC_MESSAGES/ksudoku.mo share/locale/bs/LC_MESSAGES/ksysguard.mo share/locale/bs/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/bs/LC_MESSAGES/ksystemlog.mo share/locale/bs/LC_MESSAGES/ksystraycmd.mo share/locale/bs/LC_MESSAGES/kteatime.mo share/locale/bs/LC_MESSAGES/ktesnippets_editor.mo share/locale/bs/LC_MESSAGES/ktexteditor_codesnippets_core.mo share/locale/bs/LC_MESSAGES/ktexteditor_plugins.mo share/locale/bs/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/bs/LC_MESSAGES/ktimer.mo share/locale/bs/LC_MESSAGES/ktimetracker.mo share/locale/bs/LC_MESSAGES/ktnef.mo share/locale/bs/LC_MESSAGES/ktouch.mo share/locale/bs/LC_MESSAGES/ktouchpadenabler.mo share/locale/bs/LC_MESSAGES/ktraderclient.mo share/locale/bs/LC_MESSAGES/ktron.mo share/locale/bs/LC_MESSAGES/ktuberling.mo share/locale/bs/LC_MESSAGES/kturtle.mo share/locale/bs/LC_MESSAGES/ktux.mo share/locale/bs/LC_MESSAGES/kubrick.mo share/locale/bs/LC_MESSAGES/kuiserver.mo share/locale/bs/LC_MESSAGES/kuiviewer.mo share/locale/bs/LC_MESSAGES/kurifilter.mo share/locale/bs/LC_MESSAGES/kuser.mo share/locale/bs/LC_MESSAGES/kwalletd.mo share/locale/bs/LC_MESSAGES/kwalletmanager.mo share/locale/bs/LC_MESSAGES/kwatchgnupg.mo share/locale/bs/LC_MESSAGES/kwin.mo share/locale/bs/LC_MESSAGES/kwin_art_clients.mo share/locale/bs/LC_MESSAGES/kwin_clients.mo share/locale/bs/LC_MESSAGES/kwin_effects.mo share/locale/bs/LC_MESSAGES/kwinshutdown.mo share/locale/bs/LC_MESSAGES/kwinstartmenu.mo share/locale/bs/LC_MESSAGES/kwordquiz.mo share/locale/bs/LC_MESSAGES/kwrite.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/lancelot.mo share/locale/bs/LC_MESSAGES/libakonadi-calendar.mo share/locale/bs/LC_MESSAGES/libakonadi-kmime.mo share/locale/bs/LC_MESSAGES/libakonadi.mo share/locale/bs/LC_MESSAGES/libeventviews.mo share/locale/bs/LC_MESSAGES/libincidenceeditors.mo share/locale/bs/LC_MESSAGES/libkalarmcal.mo share/locale/bs/LC_MESSAGES/libkasten.mo share/locale/bs/LC_MESSAGES/libkblog.mo share/locale/bs/LC_MESSAGES/libkcal.mo share/locale/bs/LC_MESSAGES/libkcalutils.mo share/locale/bs/LC_MESSAGES/libkcddb.mo share/locale/bs/LC_MESSAGES/libkcompactdisc.mo share/locale/bs/LC_MESSAGES/libkdcraw.mo share/locale/bs/LC_MESSAGES/libkdecorations.mo share/locale/bs/LC_MESSAGES/libkdeedu.mo share/locale/bs/LC_MESSAGES/libkdegames.mo share/locale/bs/LC_MESSAGES/libkdepim.mo share/locale/bs/LC_MESSAGES/libkdepimmobileui.mo share/locale/bs/LC_MESSAGES/libkexiv2.mo share/locale/bs/LC_MESSAGES/libkholidays.mo share/locale/bs/LC_MESSAGES/libkimap.mo share/locale/bs/LC_MESSAGES/libkipi.mo share/locale/bs/LC_MESSAGES/libkldap.mo share/locale/bs/LC_MESSAGES/libkleopatra.mo share/locale/bs/LC_MESSAGES/libkmahjongg.mo share/locale/bs/LC_MESSAGES/libkmime.mo share/locale/bs/LC_MESSAGES/libkonq.mo share/locale/bs/LC_MESSAGES/libkpgp.mo share/locale/bs/LC_MESSAGES/libkpimidentities.mo share/locale/bs/LC_MESSAGES/libkpimtextedit.mo share/locale/bs/LC_MESSAGES/libkpimutils.mo share/locale/bs/LC_MESSAGES/libkremotecontrol.mo share/locale/bs/LC_MESSAGES/libkresources.mo share/locale/bs/LC_MESSAGES/libksane.mo share/locale/bs/LC_MESSAGES/libkscreensaver.mo share/locale/bs/LC_MESSAGES/libksieve.mo share/locale/bs/LC_MESSAGES/libktnef.mo share/locale/bs/LC_MESSAGES/libkunitconversion.mo share/locale/bs/LC_MESSAGES/libkworkspace.mo share/locale/bs/LC_MESSAGES/libkxmlrpcclient.mo share/locale/bs/LC_MESSAGES/liblancelot-datamodels.mo share/locale/bs/LC_MESSAGES/libmailcommon.mo share/locale/bs/LC_MESSAGES/libmailimporter.mo share/locale/bs/LC_MESSAGES/libmailtransport.mo share/locale/bs/LC_MESSAGES/libmessagecomposer.mo share/locale/bs/LC_MESSAGES/libmessagecore.mo share/locale/bs/LC_MESSAGES/libmessagelist.mo share/locale/bs/LC_MESSAGES/libmessageviewer.mo share/locale/bs/LC_MESSAGES/liboktetacore.mo share/locale/bs/LC_MESSAGES/liboktetagui.mo share/locale/bs/LC_MESSAGES/liboktetakasten.mo share/locale/bs/LC_MESSAGES/liboxygenstyleconfig.mo share/locale/bs/LC_MESSAGES/libphonon.mo share/locale/bs/LC_MESSAGES/libpimcommon.mo share/locale/bs/LC_MESSAGES/libplasma.mo share/locale/bs/LC_MESSAGES/libplasma_groupingcontainment.mo share/locale/bs/LC_MESSAGES/libplasmaclock.mo share/locale/bs/LC_MESSAGES/libplasmaweather.mo share/locale/bs/LC_MESSAGES/libtaskmanager.mo share/locale/bs/LC_MESSAGES/libtemplateparser.mo share/locale/bs/LC_MESSAGES/lokalize.mo share/locale/bs/LC_MESSAGES/lskat.mo share/locale/bs/LC_MESSAGES/mailreader.mo share/locale/bs/LC_MESSAGES/marble.mo share/locale/bs/LC_MESSAGES/marble_qt.mo share/locale/bs/LC_MESSAGES/marble_xml_mimetypes.mo share/locale/bs/LC_MESSAGES/messageviewer_application_mstnef_plugin.mo share/locale/bs/LC_MESSAGES/messageviewer_text_calendar_plugin.mo share/locale/bs/LC_MESSAGES/messageviewer_text_vcard_plugin.mo share/locale/bs/LC_MESSAGES/messageviewer_text_xdiff_plugin.mo share/locale/bs/LC_MESSAGES/mf_konqplugin.mo share/locale/bs/LC_MESSAGES/minitoolsplugin.mo share/locale/bs/LC_MESSAGES/mplayerthumbs.mo share/locale/bs/LC_MESSAGES/mplayerthumbsconfig.mo share/locale/bs/LC_MESSAGES/nepomukbackup.mo share/locale/bs/LC_MESSAGES/nepomukcleaner.mo share/locale/bs/LC_MESSAGES/nepomukcontroller.mo share/locale/bs/LC_MESSAGES/nepomukfileindexer.mo +share/locale/bs/LC_MESSAGES/nepomukpimindexerutility.mo share/locale/bs/LC_MESSAGES/nepomukqueryservice.mo share/locale/bs/LC_MESSAGES/nepomukserver.mo share/locale/bs/LC_MESSAGES/nepomukservicestub.mo share/locale/bs/LC_MESSAGES/nepomukstorage.mo share/locale/bs/LC_MESSAGES/nepomukwidgets.mo share/locale/bs/LC_MESSAGES/newmailnotifieragent.mo share/locale/bs/LC_MESSAGES/notes-mobile.mo share/locale/bs/LC_MESSAGES/nsplugin.mo share/locale/bs/LC_MESSAGES/okteta-mobile.mo share/locale/bs/LC_MESSAGES/okteta.mo share/locale/bs/LC_MESSAGES/oktetapart.mo share/locale/bs/LC_MESSAGES/okular.mo share/locale/bs/LC_MESSAGES/okular_chm.mo share/locale/bs/LC_MESSAGES/okular_comicbook.mo share/locale/bs/LC_MESSAGES/okular_djvu.mo share/locale/bs/LC_MESSAGES/okular_dvi.mo share/locale/bs/LC_MESSAGES/okular_epub.mo share/locale/bs/LC_MESSAGES/okular_fax.mo share/locale/bs/LC_MESSAGES/okular_fictionbook.mo share/locale/bs/LC_MESSAGES/okular_ghostview.mo share/locale/bs/LC_MESSAGES/okular_kimgio.mo share/locale/bs/LC_MESSAGES/okular_mobi.mo share/locale/bs/LC_MESSAGES/okular_ooo.mo share/locale/bs/LC_MESSAGES/okular_plucker.mo share/locale/bs/LC_MESSAGES/okular_poppler.mo share/locale/bs/LC_MESSAGES/okular_tiff.mo share/locale/bs/LC_MESSAGES/okular_xps.mo share/locale/bs/LC_MESSAGES/org.kde.active.documentviewer.mo share/locale/bs/LC_MESSAGES/pairs.mo share/locale/bs/LC_MESSAGES/pairseditor.mo share/locale/bs/LC_MESSAGES/palapeli.mo share/locale/bs/LC_MESSAGES/parley.mo share/locale/bs/LC_MESSAGES/phonon_gstreamer.mo share/locale/bs/LC_MESSAGES/phonon_kde.mo share/locale/bs/LC_MESSAGES/phonon_vlc.mo share/locale/bs/LC_MESSAGES/phononserver.mo share/locale/bs/LC_MESSAGES/picmi.mo share/locale/bs/LC_MESSAGES/pimsettingexporter.mo share/locale/bs/LC_MESSAGES/plasma-desktop.mo share/locale/bs/LC_MESSAGES/plasma-netbook.mo share/locale/bs/LC_MESSAGES/plasma-overlay.mo share/locale/bs/LC_MESSAGES/plasma-remote-helper.mo share/locale/bs/LC_MESSAGES/plasma-windowed.mo share/locale/bs/LC_MESSAGES/plasma_applet_BbalL.mo share/locale/bs/LC_MESSAGES/plasma_applet_CharSelectApplet.mo share/locale/bs/LC_MESSAGES/plasma_applet_Molmasscalculator.mo share/locale/bs/LC_MESSAGES/plasma_applet_akonotes_note.mo share/locale/bs/LC_MESSAGES/plasma_applet_battery.mo share/locale/bs/LC_MESSAGES/plasma_applet_binaryclock.mo share/locale/bs/LC_MESSAGES/plasma_applet_bookmarks.mo share/locale/bs/LC_MESSAGES/plasma_applet_bubblemon.mo share/locale/bs/LC_MESSAGES/plasma_applet_calculator.mo share/locale/bs/LC_MESSAGES/plasma_applet_clock.mo share/locale/bs/LC_MESSAGES/plasma_applet_comic.mo share/locale/bs/LC_MESSAGES/plasma_applet_concentrationCalculator.mo share/locale/bs/LC_MESSAGES/plasma_applet_currentappcontrol.mo share/locale/bs/LC_MESSAGES/plasma_applet_dig_clock.mo share/locale/bs/LC_MESSAGES/plasma_applet_fifteenPuzzle.mo share/locale/bs/LC_MESSAGES/plasma_applet_fileWatcher.mo share/locale/bs/LC_MESSAGES/plasma_applet_folderview.mo share/locale/bs/LC_MESSAGES/plasma_applet_frame.mo share/locale/bs/LC_MESSAGES/plasma_applet_fuzzy_clock.mo share/locale/bs/LC_MESSAGES/plasma_applet_gasCalculator.mo share/locale/bs/LC_MESSAGES/plasma_applet_groupingpanel.mo share/locale/bs/LC_MESSAGES/plasma_applet_icon.mo share/locale/bs/LC_MESSAGES/plasma_applet_icontasks.mo share/locale/bs/LC_MESSAGES/plasma_applet_incomingmsg.mo share/locale/bs/LC_MESSAGES/plasma_applet_kalgebra.mo share/locale/bs/LC_MESSAGES/plasma_applet_kalzium.mo share/locale/bs/LC_MESSAGES/plasma_applet_katesession.mo share/locale/bs/LC_MESSAGES/plasma_applet_kdeobservatory.mo share/locale/bs/LC_MESSAGES/plasma_applet_kget.mo share/locale/bs/LC_MESSAGES/plasma_applet_kimpanel.mo share/locale/bs/LC_MESSAGES/plasma_applet_knowledgebase.mo share/locale/bs/LC_MESSAGES/plasma_applet_kolourpicker.mo share/locale/bs/LC_MESSAGES/plasma_applet_kpapplet.mo share/locale/bs/LC_MESSAGES/plasma_applet_launcher.mo share/locale/bs/LC_MESSAGES/plasma_applet_leavenote.mo share/locale/bs/LC_MESSAGES/plasma_applet_life.mo share/locale/bs/LC_MESSAGES/plasma_applet_lockout.mo share/locale/bs/LC_MESSAGES/plasma_applet_luna.mo share/locale/bs/LC_MESSAGES/plasma_applet_magnifique.mo share/locale/bs/LC_MESSAGES/plasma_applet_microblog.mo share/locale/bs/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/bs/LC_MESSAGES/plasma_applet_news.mo share/locale/bs/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/bs/LC_MESSAGES/plasma_applet_notes.mo share/locale/bs/LC_MESSAGES/plasma_applet_notifier.mo share/locale/bs/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/bs/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/bs/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/bs/LC_MESSAGES/plasma_applet_opendesktop_activities.mo share/locale/bs/LC_MESSAGES/plasma_applet_org.kde.notifications.mo share/locale/bs/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/bs/LC_MESSAGES/plasma_applet_pager.mo share/locale/bs/LC_MESSAGES/plasma_applet_panel.mo share/locale/bs/LC_MESSAGES/plasma_applet_panelspacer_internal.mo share/locale/bs/LC_MESSAGES/plasma_applet_paste.mo share/locale/bs/LC_MESSAGES/plasma_applet_pastebin.mo share/locale/bs/LC_MESSAGES/plasma_applet_plasmaboard.mo share/locale/bs/LC_MESSAGES/plasma_applet_previewer.mo share/locale/bs/LC_MESSAGES/plasma_applet_printmanager.mo share/locale/bs/LC_MESSAGES/plasma_applet_qalculate.mo share/locale/bs/LC_MESSAGES/plasma_applet_qstardict.mo share/locale/bs/LC_MESSAGES/plasma_applet_quicklaunch.mo share/locale/bs/LC_MESSAGES/plasma_applet_rssnow.mo share/locale/bs/LC_MESSAGES/plasma_applet_rtm.mo share/locale/bs/LC_MESSAGES/plasma_applet_sal.mo share/locale/bs/LC_MESSAGES/plasma_applet_saverdesktop.mo share/locale/bs/LC_MESSAGES/plasma_applet_searchbox.mo share/locale/bs/LC_MESSAGES/plasma_applet_showdashboard.mo share/locale/bs/LC_MESSAGES/plasma_applet_showdesktop.mo share/locale/bs/LC_MESSAGES/plasma_applet_skapplet.mo share/locale/bs/LC_MESSAGES/plasma_applet_spellcheck.mo share/locale/bs/LC_MESSAGES/plasma_applet_system-monitor.mo share/locale/bs/LC_MESSAGES/plasma_applet_systemloadviewer.mo share/locale/bs/LC_MESSAGES/plasma_applet_systemtray.mo share/locale/bs/LC_MESSAGES/plasma_applet_tasks.mo share/locale/bs/LC_MESSAGES/plasma_applet_timer.mo share/locale/bs/LC_MESSAGES/plasma_applet_trash.mo share/locale/bs/LC_MESSAGES/plasma_applet_unitconverter.mo share/locale/bs/LC_MESSAGES/plasma_applet_weather.mo share/locale/bs/LC_MESSAGES/plasma_applet_weatherstation.mo share/locale/bs/LC_MESSAGES/plasma_applet_webbrowser.mo share/locale/bs/LC_MESSAGES/plasma_applet_webslice.mo share/locale/bs/LC_MESSAGES/plasma_applet_windowlist.mo share/locale/bs/LC_MESSAGES/plasma_appletscriptengine_dashboard.mo share/locale/bs/LC_MESSAGES/plasma_containmentactions_contextmenu.mo share/locale/bs/LC_MESSAGES/plasma_containmentactions_switchactivity.mo share/locale/bs/LC_MESSAGES/plasma_containmentactions_switchdesktop.mo share/locale/bs/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/bs/LC_MESSAGES/plasma_engine_calendar.mo share/locale/bs/LC_MESSAGES/plasma_engine_kalzium.mo share/locale/bs/LC_MESSAGES/plasma_engine_kdeobservatory.mo share/locale/bs/LC_MESSAGES/plasma_engine_keystate.mo share/locale/bs/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/bs/LC_MESSAGES/plasma_engine_metadata.mo share/locale/bs/LC_MESSAGES/plasma_engine_mpris2.mo share/locale/bs/LC_MESSAGES/plasma_engine_network.mo share/locale/bs/LC_MESSAGES/plasma_engine_notifications.mo share/locale/bs/LC_MESSAGES/plasma_engine_nowplaying.mo share/locale/bs/LC_MESSAGES/plasma_engine_rss.mo share/locale/bs/LC_MESSAGES/plasma_engine_share.mo share/locale/bs/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/bs/LC_MESSAGES/plasma_engine_weather.mo share/locale/bs/LC_MESSAGES/plasma_package_org.kde.desktop.activitymanager.mo share/locale/bs/LC_MESSAGES/plasma_package_org.kde.desktop.widgetexplorer.mo share/locale/bs/LC_MESSAGES/plasma_packagestructure_comic.mo share/locale/bs/LC_MESSAGES/plasma_runner_CharacterRunner.mo share/locale/bs/LC_MESSAGES/plasma_runner_activities.mo share/locale/bs/LC_MESSAGES/plasma_runner_audioplayercontrol.mo share/locale/bs/LC_MESSAGES/plasma_runner_bookmarksrunner.mo share/locale/bs/LC_MESSAGES/plasma_runner_browserhistory.mo share/locale/bs/LC_MESSAGES/plasma_runner_calculatorrunner.mo share/locale/bs/LC_MESSAGES/plasma_runner_contacts.mo share/locale/bs/LC_MESSAGES/plasma_runner_converterrunner.mo share/locale/bs/LC_MESSAGES/plasma_runner_datetime.mo share/locale/bs/LC_MESSAGES/plasma_runner_events.mo share/locale/bs/LC_MESSAGES/plasma_runner_katesessions.mo share/locale/bs/LC_MESSAGES/plasma_runner_kget.mo share/locale/bs/LC_MESSAGES/plasma_runner_kill.mo share/locale/bs/LC_MESSAGES/plasma_runner_konquerorsessions.mo share/locale/bs/LC_MESSAGES/plasma_runner_konsolesessions.mo share/locale/bs/LC_MESSAGES/plasma_runner_kopete.mo share/locale/bs/LC_MESSAGES/plasma_runner_krunner_dictionary.mo share/locale/bs/LC_MESSAGES/plasma_runner_locations.mo share/locale/bs/LC_MESSAGES/plasma_runner_marblerunner.mo share/locale/bs/LC_MESSAGES/plasma_runner_mediawiki.mo share/locale/bs/LC_MESSAGES/plasma_runner_nepomuksearchrunner.mo share/locale/bs/LC_MESSAGES/plasma_runner_placesrunner.mo share/locale/bs/LC_MESSAGES/plasma_runner_plasma-desktop.mo share/locale/bs/LC_MESSAGES/plasma_runner_powerdevil.mo share/locale/bs/LC_MESSAGES/plasma_runner_recentdocuments.mo share/locale/bs/LC_MESSAGES/plasma_runner_services.mo share/locale/bs/LC_MESSAGES/plasma_runner_sessions.mo share/locale/bs/LC_MESSAGES/plasma_runner_shell.mo share/locale/bs/LC_MESSAGES/plasma_runner_solid.mo share/locale/bs/LC_MESSAGES/plasma_runner_spellcheckrunner.mo share/locale/bs/LC_MESSAGES/plasma_runner_webshortcuts.mo share/locale/bs/LC_MESSAGES/plasma_runner_windowedwidgets.mo share/locale/bs/LC_MESSAGES/plasma_runner_windows.mo share/locale/bs/LC_MESSAGES/plasma_runner_youtube.mo share/locale/bs/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/bs/LC_MESSAGES/plasma_toolbox_desktoptoolbox.mo share/locale/bs/LC_MESSAGES/plasma_toolbox_paneltoolbox.mo share/locale/bs/LC_MESSAGES/plasma_wallpaper_color.mo share/locale/bs/LC_MESSAGES/plasma_wallpaper_image.mo share/locale/bs/LC_MESSAGES/plasma_wallpaper_mandelbrot.mo share/locale/bs/LC_MESSAGES/plasma_wallpaper_marble.mo share/locale/bs/LC_MESSAGES/plasma_wallpaper_pattern.mo share/locale/bs/LC_MESSAGES/plasma_wallpaper_potd.mo share/locale/bs/LC_MESSAGES/plasma_wallpaper_virus.mo share/locale/bs/LC_MESSAGES/plasma_wallpaper_wallpaper-qml.mo share/locale/bs/LC_MESSAGES/plasma_wallpaper_weather.mo share/locale/bs/LC_MESSAGES/plasmagenericshell.mo share/locale/bs/LC_MESSAGES/plasmapkg.mo share/locale/bs/LC_MESSAGES/pothumbnail.mo share/locale/bs/LC_MESSAGES/powerdevil.mo share/locale/bs/LC_MESSAGES/powerdevilactivitiesconfig.mo share/locale/bs/LC_MESSAGES/powerdevilglobalconfig.mo share/locale/bs/LC_MESSAGES/powerdevilprofilesconfig.mo share/locale/bs/LC_MESSAGES/print-manager.mo share/locale/bs/LC_MESSAGES/processcore.mo share/locale/bs/LC_MESSAGES/processui.mo share/locale/bs/LC_MESSAGES/randrmonitor.mo share/locale/bs/LC_MESSAGES/rellinks.mo share/locale/bs/LC_MESSAGES/rocs.mo share/locale/bs/LC_MESSAGES/rocscore.mo share/locale/bs/LC_MESSAGES/rocsvisualeditor.mo share/locale/bs/LC_MESSAGES/searchbarplugin.mo share/locale/bs/LC_MESSAGES/solid-hardware.mo share/locale/bs/LC_MESSAGES/solid-network.mo share/locale/bs/LC_MESSAGES/solid_qt.mo share/locale/bs/LC_MESSAGES/solidcontrol.mo share/locale/bs/LC_MESSAGES/soliduiserver.mo share/locale/bs/LC_MESSAGES/step.mo share/locale/bs/LC_MESSAGES/step_qt.mo share/locale/bs/LC_MESSAGES/strigila_diff.mo share/locale/bs/LC_MESSAGES/superkaramba.mo share/locale/bs/LC_MESSAGES/svgpart.mo share/locale/bs/LC_MESSAGES/sweeper.mo share/locale/bs/LC_MESSAGES/systemsettings.mo share/locale/bs/LC_MESSAGES/tasks-mobile.mo share/locale/bs/LC_MESSAGES/timezones4.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/webarchiver.mo share/locale/bs/LC_MESSAGES/xml_mimetypes.mo share/locale/bs/entry.desktop Index: head/misc/kde4-l10n-ca/distinfo =================================================================== --- head/misc/kde4-l10n-ca/distinfo (revision 318451) +++ head/misc/kde4-l10n-ca/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/kde-l10n/kde-l10n-ca-4.10.1.tar.xz) = 88ce42394d05e46947aaf310f7df219f81de10031f9761f5b0133310f3bb9e4f -SIZE (KDE/4.10.1/kde-l10n/kde-l10n-ca-4.10.1.tar.xz) = 12788340 +SHA256 (KDE/4.10.3/kde-l10n/kde-l10n-ca-4.10.3.tar.xz) = 14c2f279f9f2f82f3de4c5523ebb07fd36b15f618ccf457083ee2d4571afecd7 +SIZE (KDE/4.10.3/kde-l10n/kde-l10n-ca-4.10.3.tar.xz) = 12927276 Index: head/misc/kde4-l10n-ca/pkg-plist =================================================================== --- head/misc/kde4-l10n-ca/pkg-plist (revision 318451) +++ head/misc/kde4-l10n-ca/pkg-plist (revision 318452) @@ -1,2307 +1,2345 @@ share/apps/autocorrect/ca.xml share/apps/khangman/ca.txt share/apps/ktuberling/sounds/ca.soundtheme share/apps/ktuberling/sounds/ca/Frier-Tux.ogg share/apps/ktuberling/sounds/ca/Guard-Tux.ogg share/apps/ktuberling/sounds/ca/Kid-Tux.ogg share/apps/ktuberling/sounds/ca/Little-Tux.ogg share/apps/ktuberling/sounds/ca/Maiden-Tux.ogg share/apps/ktuberling/sounds/ca/Prince-Tux.ogg share/apps/ktuberling/sounds/ca/Robin-Tux.ogg share/apps/ktuberling/sounds/ca/Sherif-Tux.ogg share/apps/ktuberling/sounds/ca/Whitch-Tux.ogg share/apps/ktuberling/sounds/ca/apple.ogg share/apps/ktuberling/sounds/ca/arrow.ogg share/apps/ktuberling/sounds/ca/arrows.ogg share/apps/ktuberling/sounds/ca/bow-shoot.ogg share/apps/ktuberling/sounds/ca/bow.ogg share/apps/ktuberling/sounds/ca/bullseye.ogg share/apps/ktuberling/sounds/ca/candles-glow.ogg share/apps/ktuberling/sounds/ca/candles.ogg share/apps/ktuberling/sounds/ca/egypt_arch.ogg share/apps/ktuberling/sounds/ca/egypt_birds.ogg share/apps/ktuberling/sounds/ca/egypt_boy.ogg share/apps/ktuberling/sounds/ca/egypt_bridge.ogg share/apps/ktuberling/sounds/ca/egypt_camel.ogg share/apps/ktuberling/sounds/ca/egypt_cart.ogg share/apps/ktuberling/sounds/ca/egypt_column.ogg share/apps/ktuberling/sounds/ca/egypt_donkey.ogg share/apps/ktuberling/sounds/ca/egypt_girl.ogg share/apps/ktuberling/sounds/ca/egypt_grass.ogg share/apps/ktuberling/sounds/ca/egypt_man.ogg share/apps/ktuberling/sounds/ca/egypt_oasis.ogg share/apps/ktuberling/sounds/ca/egypt_palmtree.ogg share/apps/ktuberling/sounds/ca/egypt_pyramid.ogg share/apps/ktuberling/sounds/ca/egypt_road.ogg share/apps/ktuberling/sounds/ca/egypt_sphynx.ogg share/apps/ktuberling/sounds/ca/egypt_well.ogg share/apps/ktuberling/sounds/ca/egypt_woman.ogg share/apps/ktuberling/sounds/ca/fish.ogg share/apps/ktuberling/sounds/ca/flask-poison.ogg share/apps/ktuberling/sounds/ca/flask.ogg share/apps/ktuberling/sounds/ca/goblet.ogg share/apps/ktuberling/sounds/ca/guitar.ogg share/apps/ktuberling/sounds/ca/key.ogg share/apps/ktuberling/sounds/ca/letter-love.ogg share/apps/ktuberling/sounds/ca/letter.ogg share/apps/ktuberling/sounds/ca/moon_alien.ogg share/apps/ktuberling/sounds/ca/moon_astronaut.ogg share/apps/ktuberling/sounds/ca/moon_earth.ogg share/apps/ktuberling/sounds/ca/moon_fallingstar.ogg share/apps/ktuberling/sounds/ca/moon_hotel.ogg share/apps/ktuberling/sounds/ca/moon_monster.ogg share/apps/ktuberling/sounds/ca/moon_moonwalker.ogg share/apps/ktuberling/sounds/ca/moon_planet.ogg share/apps/ktuberling/sounds/ca/moon_radar.ogg share/apps/ktuberling/sounds/ca/moon_rocket.ogg share/apps/ktuberling/sounds/ca/moon_satellite.ogg share/apps/ktuberling/sounds/ca/moon_sign.ogg share/apps/ktuberling/sounds/ca/moon_star.ogg share/apps/ktuberling/sounds/ca/moon_ufo.ogg share/apps/ktuberling/sounds/ca/note.ogg share/apps/ktuberling/sounds/ca/notes.ogg share/apps/ktuberling/sounds/ca/patata_arrecada.ogg share/apps/ktuberling/sounds/ca/patata_barret.ogg share/apps/ktuberling/sounds/ca/patata_basto.ogg share/apps/ktuberling/sounds/ca/patata_bermudes.ogg share/apps/ktuberling/sounds/ca/patata_bigoti.ogg share/apps/ktuberling/sounds/ca/patata_cabell.ogg share/apps/ktuberling/sounds/ca/patata_cella.ogg share/apps/ktuberling/sounds/ca/patata_corbata.ogg share/apps/ktuberling/sounds/ca/patata_corbati.ogg share/apps/ktuberling/sounds/ca/patata_faldilla.ogg share/apps/ktuberling/sounds/ca/patata_flors.ogg share/apps/ktuberling/sounds/ca/patata_llavis.ogg share/apps/ktuberling/sounds/ca/patata_nas.ogg share/apps/ktuberling/sounds/ca/patata_orella.ogg share/apps/ktuberling/sounds/ca/patata_paraigua.ogg share/apps/ktuberling/sounds/ca/patata_pilota.ogg share/apps/ktuberling/sounds/ca/patata_sabata.ogg share/apps/ktuberling/sounds/ca/patata_ull.ogg share/apps/ktuberling/sounds/ca/patata_ulleres.ogg share/apps/ktuberling/sounds/ca/patata_ulleresdesol.ogg share/apps/ktuberling/sounds/ca/patata_vestit.ogg share/apps/ktuberling/sounds/ca/pizzeria_anchovy.ogg share/apps/ktuberling/sounds/ca/pizzeria_bacon.ogg share/apps/ktuberling/sounds/ca/pizzeria_brocolli.ogg share/apps/ktuberling/sounds/ca/pizzeria_cheese.ogg share/apps/ktuberling/sounds/ca/pizzeria_cucumber.ogg share/apps/ktuberling/sounds/ca/pizzeria_mushroom.ogg share/apps/ktuberling/sounds/ca/pizzeria_olive.ogg share/apps/ktuberling/sounds/ca/pizzeria_onion.ogg share/apps/ktuberling/sounds/ca/pizzeria_oregano.ogg share/apps/ktuberling/sounds/ca/pizzeria_pepper.ogg share/apps/ktuberling/sounds/ca/pizzeria_pepperoni.ogg share/apps/ktuberling/sounds/ca/pizzeria_pineapple.ogg share/apps/ktuberling/sounds/ca/pizzeria_salami.ogg share/apps/ktuberling/sounds/ca/pizzeria_tomato.ogg share/apps/ktuberling/sounds/ca/plate.ogg share/apps/ktuberling/sounds/ca/say-angry.ogg share/apps/ktuberling/sounds/ca/say-huh.ogg share/apps/ktuberling/sounds/ca/say-idea.ogg share/apps/ktuberling/sounds/ca/say-laugh.ogg share/apps/ktuberling/sounds/ca/say-love.ogg share/apps/ktuberling/sounds/ca/say-sick.ogg share/apps/ktuberling/sounds/ca/say-stare.ogg share/apps/ktuberling/sounds/ca/say-what.ogg share/apps/ktuberling/sounds/ca/say-wow.ogg share/apps/ktuberling/sounds/ca/say-zzz.ogg share/apps/ktuberling/sounds/ca/teacup.ogg share/apps/ktuberling/sounds/ca/vase.ogg share/apps/ktuberling/sounds/ca/wanted.ogg share/apps/ktuberling/sounds/ca/white-dowe-fly.ogg share/apps/ktuberling/sounds/ca/white-dowe.ogg share/apps/ktuberling/sounds/ca/xmas_angel.ogg share/apps/ktuberling/sounds/ca/xmas_ball.ogg share/apps/ktuberling/sounds/ca/xmas_boot.ogg share/apps/ktuberling/sounds/ca/xmas_candle.ogg share/apps/ktuberling/sounds/ca/xmas_comet.ogg share/apps/ktuberling/sounds/ca/xmas_garland.ogg share/apps/ktuberling/sounds/ca/xmas_lights.ogg share/apps/ktuberling/sounds/ca/xmas_mistletoe.ogg share/apps/ktuberling/sounds/ca/xmas_moon.ogg share/apps/ktuberling/sounds/ca/xmas_owl.ogg share/apps/ktuberling/sounds/ca/xmas_present.ogg share/apps/ktuberling/sounds/ca/xmas_rabbit.ogg share/apps/ktuberling/sounds/ca/xmas_reindeer.ogg share/apps/ktuberling/sounds/ca/xmas_shoe.ogg share/apps/ktuberling/sounds/ca/xmas_snowflake.ogg share/apps/ktuberling/sounds/ca/xmas_snowman.ogg share/apps/ktuberling/sounds/ca/xmas_star.ogg share/apps/ktuberling/sounds/ca/xmas_tree.ogg share/apps/ktuberling/sounds/ca/xmas_turtle.ogg share/apps/ktuberling/sounds/ca/xmas_tux.ogg share/apps/kvtml/ca/animals.kvtml share/apps/kvtml/ca/animals_pri.kvtml share/apps/kvtml/ca/biografies_sec.kvtml share/apps/kvtml/ca/capitals_del_mon_sec.kvtml share/apps/kvtml/ca/comarques_sec.kvtml share/apps/kvtml/ca/divises_sec.kvtml share/apps/kvtml/ca/easy.kvtml share/apps/kvtml/ca/espai_pri.kvtml share/apps/kvtml/ca/esports_sec.kvtml share/apps/kvtml/ca/fruites_pri.kvtml share/apps/kvtml/ca/hard.kvtml share/apps/kvtml/ca/informatica_pri.kvtml share/apps/kvtml/ca/invents_sec.kvtml share/apps/kvtml/ca/medium.kvtml share/apps/kvtml/ca/objectes_pri.kvtml share/apps/kvtml/ca/professions_pri.kvtml share/apps/kvtml/ca/provincies_sec.kvtml share/apps/kvtml/ca/transports_pri.kvtml share/apps/kvtml/ca/verdures_pri.kvtml share/apps/kvtml/ca/vestit_pri.kvtml share/doc/HTML/ca/PolicyKit-kde/authorization.docbook share/doc/HTML/ca/PolicyKit-kde/authorizationagent.docbook share/doc/HTML/ca/PolicyKit-kde/common share/doc/HTML/ca/PolicyKit-kde/howitworks.docbook share/doc/HTML/ca/PolicyKit-kde/index.cache.bz2 share/doc/HTML/ca/PolicyKit-kde/index.docbook share/doc/HTML/ca/PolicyKit-kde/introduction.docbook share/doc/HTML/ca/akregator/add-feed.png share/doc/HTML/ca/akregator/add-feed2.png share/doc/HTML/ca/akregator/add-folder.png share/doc/HTML/ca/akregator/advanced-tab.png share/doc/HTML/ca/akregator/appearance-tab.png share/doc/HTML/ca/akregator/archive-tab.png share/doc/HTML/ca/akregator/browser-tab.png share/doc/HTML/ca/akregator/common share/doc/HTML/ca/akregator/general-tab.png share/doc/HTML/ca/akregator/index.cache.bz2 share/doc/HTML/ca/akregator/index.docbook share/doc/HTML/ca/akregator/quick-filter.png share/doc/HTML/ca/amor/common share/doc/HTML/ca/amor/index.cache.bz2 share/doc/HTML/ca/amor/index.docbook share/doc/HTML/ca/amor/man-amor.6.docbook share/doc/HTML/ca/blinken/blinken1.png share/doc/HTML/ca/blinken/blinken2.png share/doc/HTML/ca/blinken/blinken_accesskeys.png share/doc/HTML/ca/blinken/blinken_nickprompt.png share/doc/HTML/ca/blinken/common share/doc/HTML/ca/blinken/index.cache.bz2 share/doc/HTML/ca/blinken/index.docbook share/doc/HTML/ca/blogilo/add-blog-1.png share/doc/HTML/ca/blogilo/add-blog-2.png share/doc/HTML/ca/blogilo/common share/doc/HTML/ca/blogilo/index.cache.bz2 share/doc/HTML/ca/blogilo/index.docbook share/doc/HTML/ca/blogilo/toolbox-3.png share/doc/HTML/ca/bomber/common share/doc/HTML/ca/bomber/index.cache.bz2 share/doc/HTML/ca/bomber/index.docbook share/doc/HTML/ca/cantor/common share/doc/HTML/ca/cantor/index.cache.bz2 share/doc/HTML/ca/cantor/index.docbook share/doc/HTML/ca/cervisia/common share/doc/HTML/ca/cervisia/index.cache.bz2 share/doc/HTML/ca/cervisia/index.docbook share/doc/HTML/ca/common/fdl-translated.html share/doc/HTML/ca/common/gpl-translated.html share/doc/HTML/ca/common/kde-localised.css share/doc/HTML/ca/common/lgpl-translated.html share/doc/HTML/ca/dolphin/common share/doc/HTML/ca/dolphin/index.cache.bz2 share/doc/HTML/ca/dolphin/index.docbook share/doc/HTML/ca/dolphin/nepomuk-search.png share/doc/HTML/ca/dolphin/preferences-general-behavior.png share/doc/HTML/ca/dolphin/preferences-navigation.png share/doc/HTML/ca/dolphin/preferences-startup.png share/doc/HTML/ca/dolphin/preferences-trash.png share/doc/HTML/ca/dolphin/preferences-viewmodes-icons.png share/doc/HTML/ca/dolphin/toolbar-navigation.png share/doc/HTML/ca/dolphin/toolbar-view-appearance.png share/doc/HTML/ca/dolphin/viewproperties-dialog.png share/doc/HTML/ca/dragonplayer/common share/doc/HTML/ca/dragonplayer/index.cache.bz2 share/doc/HTML/ca/dragonplayer/index.docbook share/doc/HTML/ca/dragonplayer/main.png share/doc/HTML/ca/dragonplayer/man-dragon.1.docbook share/doc/HTML/ca/dragonplayer/playmedia.png share/doc/HTML/ca/fundamentals/colors.png share/doc/HTML/ca/fundamentals/common share/doc/HTML/ca/fundamentals/config.docbook share/doc/HTML/ca/fundamentals/files-locationbar-breadcrumb.png share/doc/HTML/ca/fundamentals/files-locationbar-context-menu.png share/doc/HTML/ca/fundamentals/files-locationbar-editable.png share/doc/HTML/ca/fundamentals/files-locationbar-places-icon.png share/doc/HTML/ca/fundamentals/files-open.png share/doc/HTML/ca/fundamentals/files-save.png share/doc/HTML/ca/fundamentals/find-find-inline.png share/doc/HTML/ca/fundamentals/find-find.png share/doc/HTML/ca/fundamentals/find-found.png share/doc/HTML/ca/fundamentals/find-replace-inline.png share/doc/HTML/ca/fundamentals/find-replace.png share/doc/HTML/ca/fundamentals/fonts.png share/doc/HTML/ca/fundamentals/index.cache.bz2 share/doc/HTML/ca/fundamentals/index.docbook share/doc/HTML/ca/fundamentals/install.docbook share/doc/HTML/ca/fundamentals/menus.png share/doc/HTML/ca/fundamentals/shortcuts-schemes.png share/doc/HTML/ca/fundamentals/shortcuts-search.png share/doc/HTML/ca/fundamentals/shortcuts-set.png share/doc/HTML/ca/fundamentals/spellcheck-check.png share/doc/HTML/ca/fundamentals/tasks.docbook share/doc/HTML/ca/fundamentals/toolbars-configure.png share/doc/HTML/ca/fundamentals/toolbars-toolbar.png share/doc/HTML/ca/fundamentals/ui.docbook share/doc/HTML/ca/gwenview/common share/doc/HTML/ca/gwenview/index.cache.bz2 share/doc/HTML/ca/gwenview/index.docbook share/doc/HTML/ca/jovie/common share/doc/HTML/ca/jovie/index.cache.bz2 share/doc/HTML/ca/jovie/index.docbook share/doc/HTML/ca/juk/common share/doc/HTML/ca/juk/history-playlist.png share/doc/HTML/ca/juk/index.cache.bz2 share/doc/HTML/ca/juk/index.docbook share/doc/HTML/ca/juk/normal-playlist.png share/doc/HTML/ca/juk/search-playlist.png share/doc/HTML/ca/juk/toolbar.png share/doc/HTML/ca/kabcclient/common share/doc/HTML/ca/kabcclient/index.cache.bz2 share/doc/HTML/ca/kabcclient/index.docbook share/doc/HTML/ca/kabcclient/man-kabcclient.1.docbook share/doc/HTML/ca/kalarm/alarmmessage.png share/doc/HTML/ca/kalarm/common share/doc/HTML/ca/kalarm/editwindow-simple.png share/doc/HTML/ca/kalarm/editwindow.png share/doc/HTML/ca/kalarm/index.cache.bz2 share/doc/HTML/ca/kalarm/index.docbook share/doc/HTML/ca/kalgebra/commands.docbook share/doc/HTML/ca/kalgebra/common share/doc/HTML/ca/kalgebra/index.cache.bz2 share/doc/HTML/ca/kalgebra/index.docbook share/doc/HTML/ca/kalzium/common share/doc/HTML/ca/kalzium/gradient.png share/doc/HTML/ca/kalzium/index.cache.bz2 share/doc/HTML/ca/kalzium/index.docbook share/doc/HTML/ca/kalzium/infodialog_bohr.png share/doc/HTML/ca/kalzium/infodialog_data_overview.png share/doc/HTML/ca/kalzium/infodialog_extra.png share/doc/HTML/ca/kalzium/infodialog_isotopes.png share/doc/HTML/ca/kalzium/infodialog_misc.png share/doc/HTML/ca/kalzium/infodialog_spectrum.png share/doc/HTML/ca/kalzium/man-kalzium.1.docbook share/doc/HTML/ca/kalzium/quick-2.png share/doc/HTML/ca/kalzium/quick-3.png share/doc/HTML/ca/kalzium/quick-4.png share/doc/HTML/ca/kalzium/screenshot-calc-conc.png share/doc/HTML/ca/kalzium/screenshot-calc-eq.png share/doc/HTML/ca/kalzium/screenshot-calc-gas.png share/doc/HTML/ca/kalzium/screenshot-calc-mass.png share/doc/HTML/ca/kalzium/screenshot-calc-nucl.png share/doc/HTML/ca/kalzium/screenshot-mol-edit.png share/doc/HTML/ca/kalzium/screenshot-rs-phrases.png share/doc/HTML/ca/kalzium/screenshot-tables.png share/doc/HTML/ca/kalzium/screenshot1.png share/doc/HTML/ca/kalzium/screenshot2.png share/doc/HTML/ca/kalzium/screenshot5.png share/doc/HTML/ca/kalzium/screenshot6.png share/doc/HTML/ca/kalzium/screenshot7.png share/doc/HTML/ca/kalzium/screenshoteqsolver.png share/doc/HTML/ca/kalzium/screenshotnuclidboard.png share/doc/HTML/ca/kalzium/settings1.png share/doc/HTML/ca/kalzium/settings2.png share/doc/HTML/ca/kalzium/settings3.png share/doc/HTML/ca/kalzium/settings4.png share/doc/HTML/ca/kalzium/sidebar1.png share/doc/HTML/ca/kalzium/sidebar2.png share/doc/HTML/ca/kanagram/common share/doc/HTML/ca/kanagram/general-settings.png share/doc/HTML/ca/kanagram/helpstates.png share/doc/HTML/ca/kanagram/index.cache.bz2 share/doc/HTML/ca/kanagram/index.docbook share/doc/HTML/ca/kanagram/kanagram-hint.png share/doc/HTML/ca/kanagram/kanagram.png share/doc/HTML/ca/kanagram/newstuff-dialog.png share/doc/HTML/ca/kanagram/newstuff-settings.png share/doc/HTML/ca/kanagram/shortcuts-settings.png share/doc/HTML/ca/kanagram/vocab-editor.png share/doc/HTML/ca/kanagram/vocab-settings.png share/doc/HTML/ca/kapptemplate/common share/doc/HTML/ca/kapptemplate/index.cache.bz2 share/doc/HTML/ca/kapptemplate/index.docbook share/doc/HTML/ca/kate/advanced.docbook share/doc/HTML/ca/kate/comma-to.png share/doc/HTML/ca/kate/common share/doc/HTML/ca/kate/configdialog01.png share/doc/HTML/ca/kate/configuring-part.docbook share/doc/HTML/ca/kate/configuring.docbook share/doc/HTML/ca/kate/fundamentals.docbook share/doc/HTML/ca/kate/highlighted.png share/doc/HTML/ca/kate/highlighting.docbook share/doc/HTML/ca/kate/index.cache.bz2 share/doc/HTML/ca/kate/index.docbook share/doc/HTML/ca/kate/line-modification-system.png share/doc/HTML/ca/kate/man-kate.1.docbook share/doc/HTML/ca/kate/mdi.docbook share/doc/HTML/ca/kate/menus.docbook share/doc/HTML/ca/kate/part.docbook share/doc/HTML/ca/kate/plugins-part.docbook share/doc/HTML/ca/kate/plugins.docbook share/doc/HTML/ca/kate/regular-expressions.docbook share/doc/HTML/ca/kate/snippets-config.png share/doc/HTML/ca/kate/snippets-form.png share/doc/HTML/ca/kate/unhighlighted.png share/doc/HTML/ca/kate/vi.docbook share/doc/HTML/ca/katomic/common share/doc/HTML/ca/katomic/index.cache.bz2 share/doc/HTML/ca/katomic/index.docbook share/doc/HTML/ca/kbruch/common share/doc/HTML/ca/kbruch/index.cache.bz2 share/doc/HTML/ca/kbruch/index.docbook share/doc/HTML/ca/kbruch/man-kbruch.1.docbook share/doc/HTML/ca/kcharselect/common share/doc/HTML/ca/kcharselect/index.cache.bz2 share/doc/HTML/ca/kcharselect/index.docbook share/doc/HTML/ca/kcharselect/kcharselect.png share/doc/HTML/ca/kcontrol/attica/common share/doc/HTML/ca/kcontrol/attica/index.cache.bz2 share/doc/HTML/ca/kcontrol/attica/index.docbook share/doc/HTML/ca/kcontrol/autostart/common share/doc/HTML/ca/kcontrol/autostart/index.cache.bz2 share/doc/HTML/ca/kcontrol/autostart/index.docbook share/doc/HTML/ca/kcontrol/bell/common share/doc/HTML/ca/kcontrol/bell/index.cache.bz2 share/doc/HTML/ca/kcontrol/bell/index.docbook share/doc/HTML/ca/kcontrol/blockdevices/common share/doc/HTML/ca/kcontrol/blockdevices/index.cache.bz2 share/doc/HTML/ca/kcontrol/blockdevices/index.docbook share/doc/HTML/ca/kcontrol/bookmarks/common share/doc/HTML/ca/kcontrol/bookmarks/index.cache.bz2 share/doc/HTML/ca/kcontrol/bookmarks/index.docbook share/doc/HTML/ca/kcontrol/cache/common share/doc/HTML/ca/kcontrol/cache/index.cache.bz2 share/doc/HTML/ca/kcontrol/cache/index.docbook share/doc/HTML/ca/kcontrol/cddbretrieval/common share/doc/HTML/ca/kcontrol/cddbretrieval/index.cache.bz2 share/doc/HTML/ca/kcontrol/cddbretrieval/index.docbook share/doc/HTML/ca/kcontrol/clock/common share/doc/HTML/ca/kcontrol/clock/index.cache.bz2 share/doc/HTML/ca/kcontrol/clock/index.docbook share/doc/HTML/ca/kcontrol/colors/common share/doc/HTML/ca/kcontrol/colors/index.cache.bz2 share/doc/HTML/ca/kcontrol/colors/index.docbook share/doc/HTML/ca/kcontrol/componentchooser/common share/doc/HTML/ca/kcontrol/componentchooser/index.cache.bz2 share/doc/HTML/ca/kcontrol/componentchooser/index.docbook share/doc/HTML/ca/kcontrol/cookies/common share/doc/HTML/ca/kcontrol/cookies/index.cache.bz2 share/doc/HTML/ca/kcontrol/cookies/index.docbook share/doc/HTML/ca/kcontrol/cursortheme/common share/doc/HTML/ca/kcontrol/cursortheme/index.cache.bz2 share/doc/HTML/ca/kcontrol/cursortheme/index.docbook share/doc/HTML/ca/kcontrol/desktop/common share/doc/HTML/ca/kcontrol/desktop/index.cache.bz2 share/doc/HTML/ca/kcontrol/desktop/index.docbook share/doc/HTML/ca/kcontrol/desktopthemedetails/clicking-apply.png share/doc/HTML/ca/kcontrol/desktopthemedetails/common share/doc/HTML/ca/kcontrol/desktopthemedetails/customizing.png share/doc/HTML/ca/kcontrol/desktopthemedetails/index.cache.bz2 share/doc/HTML/ca/kcontrol/desktopthemedetails/index.docbook share/doc/HTML/ca/kcontrol/ebrowsing/common share/doc/HTML/ca/kcontrol/ebrowsing/index.cache.bz2 share/doc/HTML/ca/kcontrol/ebrowsing/index.docbook share/doc/HTML/ca/kcontrol/emoticons/common share/doc/HTML/ca/kcontrol/emoticons/emoticons.png share/doc/HTML/ca/kcontrol/emoticons/index.cache.bz2 share/doc/HTML/ca/kcontrol/emoticons/index.docbook share/doc/HTML/ca/kcontrol/filemanager/common share/doc/HTML/ca/kcontrol/filemanager/index.cache.bz2 share/doc/HTML/ca/kcontrol/filemanager/index.docbook share/doc/HTML/ca/kcontrol/filetypes/common share/doc/HTML/ca/kcontrol/filetypes/index.cache.bz2 share/doc/HTML/ca/kcontrol/filetypes/index.docbook share/doc/HTML/ca/kcontrol/fontinst/common share/doc/HTML/ca/kcontrol/fontinst/index.cache.bz2 share/doc/HTML/ca/kcontrol/fontinst/index.docbook share/doc/HTML/ca/kcontrol/fonts/adjust-all.png share/doc/HTML/ca/kcontrol/fonts/anti-aliasing.png share/doc/HTML/ca/kcontrol/fonts/common share/doc/HTML/ca/kcontrol/fonts/index.cache.bz2 share/doc/HTML/ca/kcontrol/fonts/index.docbook share/doc/HTML/ca/kcontrol/fonts/main.png share/doc/HTML/ca/kcontrol/history/common share/doc/HTML/ca/kcontrol/history/index.cache.bz2 share/doc/HTML/ca/kcontrol/history/index.docbook share/doc/HTML/ca/kcontrol/icons/common share/doc/HTML/ca/kcontrol/icons/delete-theme.png share/doc/HTML/ca/kcontrol/icons/effects.png share/doc/HTML/ca/kcontrol/icons/get-new-theme.png share/doc/HTML/ca/kcontrol/icons/index.cache.bz2 share/doc/HTML/ca/kcontrol/icons/index.docbook share/doc/HTML/ca/kcontrol/icons/install-theme.png share/doc/HTML/ca/kcontrol/icons/main.png share/doc/HTML/ca/kcontrol/icons/size.png share/doc/HTML/ca/kcontrol/icons/use-of-icons.png share/doc/HTML/ca/kcontrol/joystick/common share/doc/HTML/ca/kcontrol/joystick/index.cache.bz2 share/doc/HTML/ca/kcontrol/joystick/index.docbook share/doc/HTML/ca/kcontrol/kamera/common share/doc/HTML/ca/kcontrol/kamera/index.cache.bz2 share/doc/HTML/ca/kcontrol/kamera/index.docbook share/doc/HTML/ca/kcontrol/kcm_ssl/common share/doc/HTML/ca/kcontrol/kcm_ssl/details.png share/doc/HTML/ca/kcontrol/kcm_ssl/index.cache.bz2 share/doc/HTML/ca/kcontrol/kcm_ssl/index.docbook share/doc/HTML/ca/kcontrol/kcm_ssl/module.png share/doc/HTML/ca/kcontrol/kcmaccess/common share/doc/HTML/ca/kcontrol/kcmaccess/index.cache.bz2 share/doc/HTML/ca/kcontrol/kcmaccess/index.docbook share/doc/HTML/ca/kcontrol/kcmcgi/common share/doc/HTML/ca/kcontrol/kcmcgi/index.cache.bz2 share/doc/HTML/ca/kcontrol/kcmcgi/index.docbook share/doc/HTML/ca/kcontrol/kcmcss/common share/doc/HTML/ca/kcontrol/kcmcss/index.cache.bz2 share/doc/HTML/ca/kcontrol/kcmcss/index.docbook share/doc/HTML/ca/kcontrol/kcmlaunch/common share/doc/HTML/ca/kcontrol/kcmlaunch/index.cache.bz2 share/doc/HTML/ca/kcontrol/kcmlaunch/index.docbook share/doc/HTML/ca/kcontrol/kcmnotify/common share/doc/HTML/ca/kcontrol/kcmnotify/index.cache.bz2 share/doc/HTML/ca/kcontrol/kcmnotify/index.docbook share/doc/HTML/ca/kcontrol/kcmsmserver/common share/doc/HTML/ca/kcontrol/kcmsmserver/index.cache.bz2 share/doc/HTML/ca/kcontrol/kcmsmserver/index.docbook share/doc/HTML/ca/kcontrol/kcmstyle/common share/doc/HTML/ca/kcontrol/kcmstyle/index.cache.bz2 share/doc/HTML/ca/kcontrol/kcmstyle/index.docbook share/doc/HTML/ca/kcontrol/kded/common share/doc/HTML/ca/kcontrol/kded/index.cache.bz2 share/doc/HTML/ca/kcontrol/kded/index.docbook share/doc/HTML/ca/kcontrol/keyboard/common share/doc/HTML/ca/kcontrol/keyboard/index.cache.bz2 share/doc/HTML/ca/kcontrol/keyboard/index.docbook share/doc/HTML/ca/kcontrol/keys/common share/doc/HTML/ca/kcontrol/keys/index.cache.bz2 share/doc/HTML/ca/kcontrol/keys/index.docbook share/doc/HTML/ca/kcontrol/kgamma/common share/doc/HTML/ca/kcontrol/kgamma/index.cache.bz2 share/doc/HTML/ca/kcontrol/kgamma/index.docbook share/doc/HTML/ca/kcontrol/khotkeys/common share/doc/HTML/ca/kcontrol/khotkeys/index.cache.bz2 share/doc/HTML/ca/kcontrol/khotkeys/index.docbook share/doc/HTML/ca/kcontrol/khtml-adblock/common share/doc/HTML/ca/kcontrol/khtml-adblock/index.cache.bz2 share/doc/HTML/ca/kcontrol/khtml-adblock/index.docbook share/doc/HTML/ca/kcontrol/khtml-behavior/common share/doc/HTML/ca/kcontrol/khtml-behavior/index.cache.bz2 share/doc/HTML/ca/kcontrol/khtml-behavior/index.docbook share/doc/HTML/ca/kcontrol/khtml-general/common share/doc/HTML/ca/kcontrol/khtml-general/index.cache.bz2 share/doc/HTML/ca/kcontrol/khtml-general/index.docbook share/doc/HTML/ca/kcontrol/khtml-java-js/common share/doc/HTML/ca/kcontrol/khtml-java-js/index.cache.bz2 share/doc/HTML/ca/kcontrol/khtml-java-js/index.docbook share/doc/HTML/ca/kcontrol/khtml-plugins/common share/doc/HTML/ca/kcontrol/khtml-plugins/index.cache.bz2 share/doc/HTML/ca/kcontrol/khtml-plugins/index.docbook share/doc/HTML/ca/kcontrol/kremotecontrol/common share/doc/HTML/ca/kcontrol/kremotecontrol/index.cache.bz2 share/doc/HTML/ca/kcontrol/kremotecontrol/index.docbook share/doc/HTML/ca/kcontrol/kresources/common share/doc/HTML/ca/kcontrol/kresources/index.cache.bz2 share/doc/HTML/ca/kcontrol/kresources/index.docbook share/doc/HTML/ca/kcontrol/kwincompositing/common share/doc/HTML/ca/kcontrol/kwincompositing/index.cache.bz2 share/doc/HTML/ca/kcontrol/kwincompositing/index.docbook share/doc/HTML/ca/kcontrol/kwindecoration/buttons.png share/doc/HTML/ca/kcontrol/kwindecoration/common share/doc/HTML/ca/kcontrol/kwindecoration/decoration.png share/doc/HTML/ca/kcontrol/kwindecoration/index.cache.bz2 share/doc/HTML/ca/kcontrol/kwindecoration/index.docbook share/doc/HTML/ca/kcontrol/kwindecoration/main.png share/doc/HTML/ca/kcontrol/kwinscreenedges/common share/doc/HTML/ca/kcontrol/kwinscreenedges/index.cache.bz2 share/doc/HTML/ca/kcontrol/kwinscreenedges/index.docbook share/doc/HTML/ca/kcontrol/kwintabbox/common share/doc/HTML/ca/kcontrol/kwintabbox/index.cache.bz2 share/doc/HTML/ca/kcontrol/kwintabbox/index.docbook share/doc/HTML/ca/kcontrol/language/common share/doc/HTML/ca/kcontrol/language/index.cache.bz2 share/doc/HTML/ca/kcontrol/language/index.docbook share/doc/HTML/ca/kcontrol/mouse/common share/doc/HTML/ca/kcontrol/mouse/index.cache.bz2 share/doc/HTML/ca/kcontrol/mouse/index.docbook share/doc/HTML/ca/kcontrol/nepomuk/common share/doc/HTML/ca/kcontrol/nepomuk/index.cache.bz2 share/doc/HTML/ca/kcontrol/nepomuk/index.docbook share/doc/HTML/ca/kcontrol/netpref/common share/doc/HTML/ca/kcontrol/netpref/index.cache.bz2 share/doc/HTML/ca/kcontrol/netpref/index.docbook share/doc/HTML/ca/kcontrol/paths/common share/doc/HTML/ca/kcontrol/paths/index.cache.bz2 share/doc/HTML/ca/kcontrol/paths/index.docbook share/doc/HTML/ca/kcontrol/paths/paths.png share/doc/HTML/ca/kcontrol/performance/common share/doc/HTML/ca/kcontrol/performance/index.cache.bz2 share/doc/HTML/ca/kcontrol/performance/index.docbook share/doc/HTML/ca/kcontrol/phonon/common share/doc/HTML/ca/kcontrol/phonon/index.cache.bz2 share/doc/HTML/ca/kcontrol/phonon/index.docbook share/doc/HTML/ca/kcontrol/powerdevil/common share/doc/HTML/ca/kcontrol/powerdevil/index.cache.bz2 share/doc/HTML/ca/kcontrol/powerdevil/index.docbook share/doc/HTML/ca/kcontrol/proxy/common share/doc/HTML/ca/kcontrol/proxy/index.cache.bz2 share/doc/HTML/ca/kcontrol/proxy/index.docbook share/doc/HTML/ca/kcontrol/screensaver/common share/doc/HTML/ca/kcontrol/screensaver/index.cache.bz2 share/doc/HTML/ca/kcontrol/screensaver/index.docbook share/doc/HTML/ca/kcontrol/smb/common share/doc/HTML/ca/kcontrol/smb/index.cache.bz2 share/doc/HTML/ca/kcontrol/smb/index.docbook share/doc/HTML/ca/kcontrol/solid-actions/add-action.png share/doc/HTML/ca/kcontrol/solid-actions/common share/doc/HTML/ca/kcontrol/solid-actions/edit-action.png share/doc/HTML/ca/kcontrol/solid-actions/index.cache.bz2 share/doc/HTML/ca/kcontrol/solid-actions/index.docbook share/doc/HTML/ca/kcontrol/solid-actions/main.png share/doc/HTML/ca/kcontrol/solid-device-automounter/common share/doc/HTML/ca/kcontrol/solid-device-automounter/index.cache.bz2 share/doc/HTML/ca/kcontrol/solid-device-automounter/index.docbook share/doc/HTML/ca/kcontrol/solid-hardware/common share/doc/HTML/ca/kcontrol/solid-hardware/index.cache.bz2 share/doc/HTML/ca/kcontrol/solid-hardware/index.docbook share/doc/HTML/ca/kcontrol/spellchecking/common share/doc/HTML/ca/kcontrol/spellchecking/index.cache.bz2 share/doc/HTML/ca/kcontrol/spellchecking/index.docbook share/doc/HTML/ca/kcontrol/splashscreen/common share/doc/HTML/ca/kcontrol/splashscreen/get-new-theme.png share/doc/HTML/ca/kcontrol/splashscreen/index.cache.bz2 share/doc/HTML/ca/kcontrol/splashscreen/index.docbook share/doc/HTML/ca/kcontrol/splashscreen/splash-main.png share/doc/HTML/ca/kcontrol/trash/common share/doc/HTML/ca/kcontrol/trash/index.cache.bz2 share/doc/HTML/ca/kcontrol/trash/index.docbook share/doc/HTML/ca/kcontrol/useragent/common share/doc/HTML/ca/kcontrol/useragent/index.cache.bz2 share/doc/HTML/ca/kcontrol/useragent/index.docbook share/doc/HTML/ca/kcontrol/windowbehaviour/common share/doc/HTML/ca/kcontrol/windowbehaviour/index.cache.bz2 share/doc/HTML/ca/kcontrol/windowbehaviour/index.docbook share/doc/HTML/ca/kcontrol/windowspecific/common share/doc/HTML/ca/kcontrol/windowspecific/index.cache.bz2 share/doc/HTML/ca/kcontrol/windowspecific/index.docbook share/doc/HTML/ca/kcontrol/workspaceoptions/common share/doc/HTML/ca/kcontrol/workspaceoptions/index.cache.bz2 share/doc/HTML/ca/kcontrol/workspaceoptions/index.docbook share/doc/HTML/ca/kcron/common share/doc/HTML/ca/kcron/index.cache.bz2 share/doc/HTML/ca/kcron/index.docbook share/doc/HTML/ca/kdebugdialog/common share/doc/HTML/ca/kdebugdialog/index.cache.bz2 share/doc/HTML/ca/kdebugdialog/index.docbook share/doc/HTML/ca/kdepasswd/common share/doc/HTML/ca/kdepasswd/index.cache.bz2 share/doc/HTML/ca/kdepasswd/index.docbook share/doc/HTML/ca/kdepasswd/password.png share/doc/HTML/ca/kdesu/common share/doc/HTML/ca/kdesu/index.cache.bz2 share/doc/HTML/ca/kdesu/index.docbook share/doc/HTML/ca/kdesu/man-kdesu.1.docbook share/doc/HTML/ca/kdf/common share/doc/HTML/ca/kdf/index.cache.bz2 share/doc/HTML/ca/kdf/index.docbook share/doc/HTML/ca/kdf/kdf_config.png share/doc/HTML/ca/kdm/common share/doc/HTML/ca/kdm/index.cache.bz2 share/doc/HTML/ca/kdm/index.docbook share/doc/HTML/ca/kdm/kdmrc-ref.docbook share/doc/HTML/ca/kdm/theme-ref.docbook share/doc/HTML/ca/kfilereplace/addstringsdialog_window.png share/doc/HTML/ca/kfilereplace/common share/doc/HTML/ca/kfilereplace/index.cache.bz2 share/doc/HTML/ca/kfilereplace/index.docbook share/doc/HTML/ca/kfilereplace/optionsdialog_main_window_1.png share/doc/HTML/ca/kfilereplace/optionsdialog_main_window_2.png share/doc/HTML/ca/kfilereplace/projectdialog_main_window_1.png share/doc/HTML/ca/kfilereplace/projectdialog_main_window_2.png share/doc/HTML/ca/kfilereplace/strings_view.png share/doc/HTML/ca/kfilereplace/toolbar.png share/doc/HTML/ca/kfind/common share/doc/HTML/ca/kfind/index.cache.bz2 share/doc/HTML/ca/kfind/index.docbook share/doc/HTML/ca/kfind/man-kfind.1.docbook share/doc/HTML/ca/kfontview/common share/doc/HTML/ca/kfontview/index.cache.bz2 share/doc/HTML/ca/kfontview/index.docbook share/doc/HTML/ca/kfontview/kfontview.png share/doc/HTML/ca/kgeography/common share/doc/HTML/ca/kgeography/first-start1.png share/doc/HTML/ca/kgeography/first-start10.png share/doc/HTML/ca/kgeography/first-start11.png share/doc/HTML/ca/kgeography/first-start12.png share/doc/HTML/ca/kgeography/first-start13.png share/doc/HTML/ca/kgeography/first-start2.png share/doc/HTML/ca/kgeography/first-start3.png share/doc/HTML/ca/kgeography/first-start4.png share/doc/HTML/ca/kgeography/first-start5.png share/doc/HTML/ca/kgeography/first-start6.png share/doc/HTML/ca/kgeography/first-start7.png share/doc/HTML/ca/kgeography/first-start8.png share/doc/HTML/ca/kgeography/first-start9.png share/doc/HTML/ca/kgeography/index.cache.bz2 share/doc/HTML/ca/kgeography/index.docbook share/doc/HTML/ca/kgeography/kgeography.png share/doc/HTML/ca/kgeography/zoom.png share/doc/HTML/ca/kget/common share/doc/HTML/ca/kget/index.cache.bz2 share/doc/HTML/ca/kget/index.docbook share/doc/HTML/ca/kget/kget_Network.png share/doc/HTML/ca/kget/kget_Web_Interface.png share/doc/HTML/ca/kget/kget_drop_target.png share/doc/HTML/ca/kget/kget_groups.png share/doc/HTML/ca/kget/kget_verification.png share/doc/HTML/ca/kget/metalink0.png share/doc/HTML/ca/kget/metalink1.png share/doc/HTML/ca/kgpg/common share/doc/HTML/ca/kgpg/index.cache.bz2 share/doc/HTML/ca/kgpg/index.docbook share/doc/HTML/ca/kgpg/keygen.png share/doc/HTML/ca/kgpg/keyprop.png share/doc/HTML/ca/kgpg/keyserver.png share/doc/HTML/ca/kgpg/options.png share/doc/HTML/ca/kgpg/select-secret-key.png share/doc/HTML/ca/khangman/common share/doc/HTML/ca/khangman/getnewstuff.png share/doc/HTML/ca/khangman/index.cache.bz2 share/doc/HTML/ca/khangman/index.docbook share/doc/HTML/ca/khangman/khangman-desert.png share/doc/HTML/ca/khangman/khangman-main.png share/doc/HTML/ca/khangman/man-khangman.6.docbook share/doc/HTML/ca/khangman/settings-general.png share/doc/HTML/ca/khangman/settings-languages.png share/doc/HTML/ca/khangman/settings-timers.png share/doc/HTML/ca/khelpcenter/common share/doc/HTML/ca/khelpcenter/documentationnotfound/common share/doc/HTML/ca/khelpcenter/documentationnotfound/index.cache.bz2 share/doc/HTML/ca/khelpcenter/documentationnotfound/index.docbook share/doc/HTML/ca/khelpcenter/glossary/common share/doc/HTML/ca/khelpcenter/glossary/index.cache.bz2 share/doc/HTML/ca/khelpcenter/glossary/index.docbook share/doc/HTML/ca/khelpcenter/glossary/kdeprintingglossary.docbook share/doc/HTML/ca/khelpcenter/index.cache.bz2 share/doc/HTML/ca/khelpcenter/index.docbook share/doc/HTML/ca/kig/common share/doc/HTML/ca/kig/index.cache.bz2 share/doc/HTML/ca/kig/index.docbook share/doc/HTML/ca/kig/man-kig.1.docbook share/doc/HTML/ca/kimagemapeditor/common share/doc/HTML/ca/kimagemapeditor/configure.png share/doc/HTML/ca/kimagemapeditor/index.cache.bz2 share/doc/HTML/ca/kimagemapeditor/index.docbook share/doc/HTML/ca/kinfocenter/common share/doc/HTML/ca/kinfocenter/index.cache.bz2 share/doc/HTML/ca/kinfocenter/index.docbook share/doc/HTML/ca/kinfocenter/kinfocenter.png share/doc/HTML/ca/kinfocenter/os_block.png share/doc/HTML/ca/kinfocenter/pro_block.png share/doc/HTML/ca/kinfocenter/sto_block.png share/doc/HTML/ca/kioslave/audiocd/common share/doc/HTML/ca/kioslave/audiocd/index.cache.bz2 share/doc/HTML/ca/kioslave/audiocd/index.docbook share/doc/HTML/ca/kioslave/bookmarks/common share/doc/HTML/ca/kioslave/bookmarks/index.cache.bz2 share/doc/HTML/ca/kioslave/bookmarks/index.docbook share/doc/HTML/ca/kioslave/bzip2/common share/doc/HTML/ca/kioslave/bzip2/index.cache.bz2 share/doc/HTML/ca/kioslave/bzip2/index.docbook share/doc/HTML/ca/kioslave/cgi/common share/doc/HTML/ca/kioslave/cgi/index.cache.bz2 share/doc/HTML/ca/kioslave/cgi/index.docbook share/doc/HTML/ca/kioslave/data/common share/doc/HTML/ca/kioslave/data/index.cache.bz2 share/doc/HTML/ca/kioslave/data/index.docbook share/doc/HTML/ca/kioslave/file/common share/doc/HTML/ca/kioslave/file/index.cache.bz2 share/doc/HTML/ca/kioslave/file/index.docbook share/doc/HTML/ca/kioslave/finger/common share/doc/HTML/ca/kioslave/finger/index.cache.bz2 share/doc/HTML/ca/kioslave/finger/index.docbook share/doc/HTML/ca/kioslave/fish/common share/doc/HTML/ca/kioslave/fish/index.cache.bz2 share/doc/HTML/ca/kioslave/fish/index.docbook share/doc/HTML/ca/kioslave/floppy/common share/doc/HTML/ca/kioslave/floppy/index.cache.bz2 share/doc/HTML/ca/kioslave/floppy/index.docbook share/doc/HTML/ca/kioslave/ftp/common share/doc/HTML/ca/kioslave/ftp/index.cache.bz2 share/doc/HTML/ca/kioslave/ftp/index.docbook share/doc/HTML/ca/kioslave/gzip/common share/doc/HTML/ca/kioslave/gzip/index.cache.bz2 share/doc/HTML/ca/kioslave/gzip/index.docbook share/doc/HTML/ca/kioslave/help/common share/doc/HTML/ca/kioslave/help/index.cache.bz2 share/doc/HTML/ca/kioslave/help/index.docbook share/doc/HTML/ca/kioslave/http/common share/doc/HTML/ca/kioslave/http/index.cache.bz2 share/doc/HTML/ca/kioslave/http/index.docbook share/doc/HTML/ca/kioslave/imap/common share/doc/HTML/ca/kioslave/imap/index.cache.bz2 share/doc/HTML/ca/kioslave/imap/index.docbook share/doc/HTML/ca/kioslave/info/common share/doc/HTML/ca/kioslave/info/index.cache.bz2 share/doc/HTML/ca/kioslave/info/index.docbook share/doc/HTML/ca/kioslave/ldap/common share/doc/HTML/ca/kioslave/ldap/index.cache.bz2 share/doc/HTML/ca/kioslave/ldap/index.docbook share/doc/HTML/ca/kioslave/mailto/common share/doc/HTML/ca/kioslave/mailto/index.cache.bz2 share/doc/HTML/ca/kioslave/mailto/index.docbook share/doc/HTML/ca/kioslave/man/common share/doc/HTML/ca/kioslave/man/index.cache.bz2 share/doc/HTML/ca/kioslave/man/index.docbook share/doc/HTML/ca/kioslave/mbox/common share/doc/HTML/ca/kioslave/mbox/index.cache.bz2 share/doc/HTML/ca/kioslave/mbox/index.docbook share/doc/HTML/ca/kioslave/nepomuksearch/common share/doc/HTML/ca/kioslave/nepomuksearch/index.cache.bz2 share/doc/HTML/ca/kioslave/nepomuksearch/index.docbook share/doc/HTML/ca/kioslave/network/common share/doc/HTML/ca/kioslave/network/index.cache.bz2 share/doc/HTML/ca/kioslave/network/index.docbook share/doc/HTML/ca/kioslave/news/common share/doc/HTML/ca/kioslave/news/index.cache.bz2 share/doc/HTML/ca/kioslave/news/index.docbook share/doc/HTML/ca/kioslave/nfs/common share/doc/HTML/ca/kioslave/nfs/index.cache.bz2 share/doc/HTML/ca/kioslave/nfs/index.docbook share/doc/HTML/ca/kioslave/nntp/common share/doc/HTML/ca/kioslave/nntp/index.cache.bz2 share/doc/HTML/ca/kioslave/nntp/index.docbook share/doc/HTML/ca/kioslave/pop3/common share/doc/HTML/ca/kioslave/pop3/index.cache.bz2 share/doc/HTML/ca/kioslave/pop3/index.docbook share/doc/HTML/ca/kioslave/rlogin/common share/doc/HTML/ca/kioslave/rlogin/index.cache.bz2 share/doc/HTML/ca/kioslave/rlogin/index.docbook share/doc/HTML/ca/kioslave/sftp/common share/doc/HTML/ca/kioslave/sftp/index.cache.bz2 share/doc/HTML/ca/kioslave/sftp/index.docbook share/doc/HTML/ca/kioslave/sieve/common share/doc/HTML/ca/kioslave/sieve/index.cache.bz2 share/doc/HTML/ca/kioslave/sieve/index.docbook share/doc/HTML/ca/kioslave/smb/common share/doc/HTML/ca/kioslave/smb/index.cache.bz2 share/doc/HTML/ca/kioslave/smb/index.docbook share/doc/HTML/ca/kioslave/smtp/common share/doc/HTML/ca/kioslave/smtp/index.cache.bz2 share/doc/HTML/ca/kioslave/smtp/index.docbook share/doc/HTML/ca/kioslave/tar/common share/doc/HTML/ca/kioslave/tar/index.cache.bz2 share/doc/HTML/ca/kioslave/tar/index.docbook share/doc/HTML/ca/kioslave/telnet/common share/doc/HTML/ca/kioslave/telnet/index.cache.bz2 share/doc/HTML/ca/kioslave/telnet/index.docbook share/doc/HTML/ca/kioslave/thumbnail/common share/doc/HTML/ca/kioslave/thumbnail/index.cache.bz2 share/doc/HTML/ca/kioslave/thumbnail/index.docbook share/doc/HTML/ca/kioslave/webdav/common share/doc/HTML/ca/kioslave/webdav/index.cache.bz2 share/doc/HTML/ca/kioslave/webdav/index.docbook share/doc/HTML/ca/kioslave/xz/common share/doc/HTML/ca/kioslave/xz/index.cache.bz2 share/doc/HTML/ca/kioslave/xz/index.docbook share/doc/HTML/ca/kiten/common share/doc/HTML/ca/kiten/common_uncommon_filtering.png share/doc/HTML/ca/kiten/ending_search.png share/doc/HTML/ca/kiten/font.png share/doc/HTML/ca/kiten/grade_search.png share/doc/HTML/ca/kiten/index.cache.bz2 share/doc/HTML/ca/kiten/index.docbook share/doc/HTML/ca/kiten/introduction.png share/doc/HTML/ca/kiten/kanji_information.png share/doc/HTML/ca/kiten/kanji_list.png share/doc/HTML/ca/kiten/looking_up_words.png share/doc/HTML/ca/kiten/radical_selector.png share/doc/HTML/ca/kiten/search_in_results.png share/doc/HTML/ca/kiten/stroke_search.png share/doc/HTML/ca/kiten/verb_deinflection.png share/doc/HTML/ca/kiten/with_filtering.png share/doc/HTML/ca/kiten/word_type_results.png share/doc/HTML/ca/kjots/common share/doc/HTML/ca/kjots/index.cache.bz2 share/doc/HTML/ca/kjots/index.docbook share/doc/HTML/ca/kleopatra/common share/doc/HTML/ca/kleopatra/index.cache.bz2 share/doc/HTML/ca/kleopatra/index.docbook share/doc/HTML/ca/klettres/common share/doc/HTML/ca/klettres/index.cache.bz2 share/doc/HTML/ca/klettres/index.docbook share/doc/HTML/ca/klettres/klettres-newstuff.png share/doc/HTML/ca/klettres/klettres-newstuff2.png share/doc/HTML/ca/klettres/klettres1.png share/doc/HTML/ca/klettres/klettres2.png share/doc/HTML/ca/klettres/klettres3.png share/doc/HTML/ca/klettres/klettres4.png share/doc/HTML/ca/klettres/klettres5.png share/doc/HTML/ca/klettres/klettres6.png share/doc/HTML/ca/klinkstatus/check-settings.png share/doc/HTML/ca/klinkstatus/common share/doc/HTML/ca/klinkstatus/identification-settings.png share/doc/HTML/ca/klinkstatus/index.cache.bz2 share/doc/HTML/ca/klinkstatus/index.docbook share/doc/HTML/ca/klinkstatus/login-dialog.png share/doc/HTML/ca/klinkstatus/mail-transport-settings.png share/doc/HTML/ca/klinkstatus/results-settings.png share/doc/HTML/ca/klinkstatus/screenshot.png share/doc/HTML/ca/klipper/common share/doc/HTML/ca/klipper/index.cache.bz2 share/doc/HTML/ca/klipper/index.docbook share/doc/HTML/ca/kmag/common share/doc/HTML/ca/kmag/index.cache.bz2 share/doc/HTML/ca/kmag/index.docbook share/doc/HTML/ca/kmag/man-kmag.1.docbook share/doc/HTML/ca/kmail/common share/doc/HTML/ca/kmail/configure.docbook share/doc/HTML/ca/kmail/credits-and-licenses.docbook share/doc/HTML/ca/kmail/faq.docbook share/doc/HTML/ca/kmail/getting-started.docbook share/doc/HTML/ca/kmail/importing.docbook share/doc/HTML/ca/kmail/index.cache.bz2 share/doc/HTML/ca/kmail/index.docbook share/doc/HTML/ca/kmail/intro.docbook share/doc/HTML/ca/kmail/menus.docbook share/doc/HTML/ca/kmail/troubleshooting.docbook share/doc/HTML/ca/kmail/using-kmail.docbook share/doc/HTML/ca/kmenuedit/common share/doc/HTML/ca/kmenuedit/done.png share/doc/HTML/ca/kmenuedit/index.cache.bz2 share/doc/HTML/ca/kmenuedit/index.docbook share/doc/HTML/ca/kmenuedit/itemname.png share/doc/HTML/ca/kmenuedit/new.png share/doc/HTML/ca/kmenuedit/selecticon.png share/doc/HTML/ca/kmenuedit/selectinternet.png share/doc/HTML/ca/kmix/common share/doc/HTML/ca/kmix/index.cache.bz2 share/doc/HTML/ca/kmix/index.docbook share/doc/HTML/ca/kmousetool/common share/doc/HTML/ca/kmousetool/index.cache.bz2 share/doc/HTML/ca/kmousetool/index.docbook share/doc/HTML/ca/kmousetool/man-kmousetool.1.docbook share/doc/HTML/ca/kmouth/common share/doc/HTML/ca/kmouth/index.cache.bz2 share/doc/HTML/ca/kmouth/index.docbook share/doc/HTML/ca/kmouth/man-kmouth.1.docbook share/doc/HTML/ca/kmplot/commands.docbook share/doc/HTML/ca/kmplot/common share/doc/HTML/ca/kmplot/configuration.docbook share/doc/HTML/ca/kmplot/credits.docbook share/doc/HTML/ca/kmplot/dcop.docbook share/doc/HTML/ca/kmplot/developer.docbook share/doc/HTML/ca/kmplot/firststeps.docbook share/doc/HTML/ca/kmplot/index.cache.bz2 share/doc/HTML/ca/kmplot/index.docbook share/doc/HTML/ca/kmplot/install.docbook share/doc/HTML/ca/kmplot/introduction.docbook share/doc/HTML/ca/kmplot/man-kmplot.1.docbook share/doc/HTML/ca/kmplot/reference.docbook share/doc/HTML/ca/kmplot/using.docbook share/doc/HTML/ca/knetattach/common share/doc/HTML/ca/knetattach/index.cache.bz2 share/doc/HTML/ca/knetattach/index.docbook share/doc/HTML/ca/knetattach/screenshot.png share/doc/HTML/ca/knetattach/screenshot1.png share/doc/HTML/ca/knetattach/screenshot2.png share/doc/HTML/ca/knetattach/screenshot3.png share/doc/HTML/ca/knetattach/screenshot4.png share/doc/HTML/ca/knode/commands.docbook share/doc/HTML/ca/knode/common share/doc/HTML/ca/knode/credits.docbook share/doc/HTML/ca/knode/faq.docbook share/doc/HTML/ca/knode/gloss.docbook share/doc/HTML/ca/knode/index.cache.bz2 share/doc/HTML/ca/knode/index.docbook share/doc/HTML/ca/knode/install.docbook share/doc/HTML/ca/knode/introduction.docbook share/doc/HTML/ca/knode/journey.docbook share/doc/HTML/ca/knode/more.docbook share/doc/HTML/ca/knode/using-firststart.docbook share/doc/HTML/ca/knode/using-morefeatures.docbook share/doc/HTML/ca/knode/using-subscribing.docbook share/doc/HTML/ca/knotes/common share/doc/HTML/ca/knotes/index.cache.bz2 share/doc/HTML/ca/knotes/index.docbook share/doc/HTML/ca/kolourpaint/KolourPaint.png share/doc/HTML/ca/kolourpaint/brush_shapes.png share/doc/HTML/ca/kolourpaint/color_box.png share/doc/HTML/ca/kolourpaint/common share/doc/HTML/ca/kolourpaint/eraser_shapes.png share/doc/HTML/ca/kolourpaint/fcc_std_text.png share/doc/HTML/ca/kolourpaint/fcc_trans_text.png share/doc/HTML/ca/kolourpaint/fill_color_similarity.png share/doc/HTML/ca/kolourpaint/fill_style.png share/doc/HTML/ca/kolourpaint/image_balance.png share/doc/HTML/ca/kolourpaint/image_emboss.png share/doc/HTML/ca/kolourpaint/image_flatten.png share/doc/HTML/ca/kolourpaint/image_invert.png share/doc/HTML/ca/kolourpaint/image_reduce_colors.png share/doc/HTML/ca/kolourpaint/image_resize_scale.png share/doc/HTML/ca/kolourpaint/image_rotate.png share/doc/HTML/ca/kolourpaint/image_skew.png share/doc/HTML/ca/kolourpaint/image_soften_sharpen.png share/doc/HTML/ca/kolourpaint/index.cache.bz2 share/doc/HTML/ca/kolourpaint/index.docbook share/doc/HTML/ca/kolourpaint/line_width.png share/doc/HTML/ca/kolourpaint/lines_30_45_deg.png share/doc/HTML/ca/kolourpaint/lines_30_deg.png share/doc/HTML/ca/kolourpaint/lines_45_deg.png share/doc/HTML/ca/kolourpaint/rotate_image_30.png share/doc/HTML/ca/kolourpaint/rotate_selection_30.png share/doc/HTML/ca/kolourpaint/screenshot_acquiring.png share/doc/HTML/ca/kolourpaint/selections_opaque_transparent.png share/doc/HTML/ca/kolourpaint/spraycan_patterns.png share/doc/HTML/ca/kolourpaint/text_zoom_grid.png share/doc/HTML/ca/kolourpaint/tool_brush.png share/doc/HTML/ca/kolourpaint/tool_color_picker.png share/doc/HTML/ca/kolourpaint/tool_color_washer.png share/doc/HTML/ca/kolourpaint/tool_curve.png share/doc/HTML/ca/kolourpaint/tool_ellipse.png share/doc/HTML/ca/kolourpaint/tool_elliptical_selection.png share/doc/HTML/ca/kolourpaint/tool_eraser.png share/doc/HTML/ca/kolourpaint/tool_flood_fill.png share/doc/HTML/ca/kolourpaint/tool_free_form_selection.png share/doc/HTML/ca/kolourpaint/tool_line.png share/doc/HTML/ca/kolourpaint/tool_pen.png share/doc/HTML/ca/kolourpaint/tool_polygon.png share/doc/HTML/ca/kolourpaint/tool_polyline.png share/doc/HTML/ca/kolourpaint/tool_polystar.png share/doc/HTML/ca/kolourpaint/tool_rect_selection.png share/doc/HTML/ca/kolourpaint/tool_rectangle.png share/doc/HTML/ca/kolourpaint/tool_rectangles.png share/doc/HTML/ca/kolourpaint/tool_rounded_rectangle.png share/doc/HTML/ca/kolourpaint/tool_selections.png share/doc/HTML/ca/kolourpaint/tool_spraycan.png share/doc/HTML/ca/kolourpaint/tool_text.png share/doc/HTML/ca/kolourpaint/view_thumbnails.png share/doc/HTML/ca/kommander/basics.docbook share/doc/HTML/ca/kommander/buttongroup.png share/doc/HTML/ca/kommander/checkbox.png share/doc/HTML/ca/kommander/combobox.png share/doc/HTML/ca/kommander/commands.docbook share/doc/HTML/ca/kommander/common share/doc/HTML/ca/kommander/credits.docbook share/doc/HTML/ca/kommander/dcop.docbook share/doc/HTML/ca/kommander/editor.docbook share/doc/HTML/ca/kommander/editor.png share/doc/HTML/ca/kommander/extending.docbook share/doc/HTML/ca/kommander/frame.png share/doc/HTML/ca/kommander/glossary.docbook share/doc/HTML/ca/kommander/groupbox.png share/doc/HTML/ca/kommander/index.cache.bz2 share/doc/HTML/ca/kommander/index.docbook share/doc/HTML/ca/kommander/installation.docbook share/doc/HTML/ca/kommander/interface.png share/doc/HTML/ca/kommander/introduction.docbook share/doc/HTML/ca/kommander/label.png share/doc/HTML/ca/kommander/lineedit.png share/doc/HTML/ca/kommander/listbox.png share/doc/HTML/ca/kommander/listview.png share/doc/HTML/ca/kommander/multilineedit.png share/doc/HTML/ca/kommander/pixlabel.png share/doc/HTML/ca/kommander/pushbutton.png share/doc/HTML/ca/kommander/q-and-a.docbook share/doc/HTML/ca/kommander/radiobutton.png share/doc/HTML/ca/kommander/richtextedit.png share/doc/HTML/ca/kommander/shadow.png share/doc/HTML/ca/kommander/specials.docbook share/doc/HTML/ca/kommander/spinbox.png share/doc/HTML/ca/kommander/tabwidget.png share/doc/HTML/ca/kommander/tutorials.docbook share/doc/HTML/ca/kommander/widgets.docbook share/doc/HTML/ca/kompare/common share/doc/HTML/ca/kompare/index.cache.bz2 share/doc/HTML/ca/kompare/index.docbook share/doc/HTML/ca/konqueror/basics.docbook share/doc/HTML/ca/konqueror/bookmarks.docbook share/doc/HTML/ca/konqueror/browser.docbook share/doc/HTML/ca/konqueror/commands.docbook share/doc/HTML/ca/konqueror/common share/doc/HTML/ca/konqueror/config.docbook share/doc/HTML/ca/konqueror/credits.docbook share/doc/HTML/ca/konqueror/faq.docbook share/doc/HTML/ca/konqueror/filemanager.docbook share/doc/HTML/ca/konqueror/folders.png share/doc/HTML/ca/konqueror/format-font-size-less.png share/doc/HTML/ca/konqueror/format-font-size-more.png share/doc/HTML/ca/konqueror/index.cache.bz2 share/doc/HTML/ca/konqueror/index.docbook share/doc/HTML/ca/konqueror/introduction.docbook share/doc/HTML/ca/konqueror/konqorg.png share/doc/HTML/ca/konqueror/look.png share/doc/HTML/ca/konqueror/man-kbookmarkmerger.1.docbook share/doc/HTML/ca/konqueror/path-complete.docbook share/doc/HTML/ca/konqueror/plugins.docbook share/doc/HTML/ca/konqueror/reset.png share/doc/HTML/ca/konqueror/save-settings.docbook share/doc/HTML/ca/konqueror/shortcut1.png share/doc/HTML/ca/konqueror/shortcut2.png share/doc/HTML/ca/konqueror/sidebar.docbook share/doc/HTML/ca/konqueror/thumbnails.png share/doc/HTML/ca/konqueror/view-extensions.docbook share/doc/HTML/ca/konqueror/viewproperties-dialog.png share/doc/HTML/ca/konsole/common share/doc/HTML/ca/konsole/index.cache.bz2 share/doc/HTML/ca/konsole/index.docbook share/doc/HTML/ca/konsolekalendar/common share/doc/HTML/ca/konsolekalendar/index.cache.bz2 share/doc/HTML/ca/konsolekalendar/index.docbook share/doc/HTML/ca/kontact-admin/common share/doc/HTML/ca/kontact-admin/index.cache.bz2 share/doc/HTML/ca/kontact-admin/index.docbook share/doc/HTML/ca/kontact/common share/doc/HTML/ca/kontact/index.cache.bz2 share/doc/HTML/ca/kontact/index.docbook share/doc/HTML/ca/kopete/chatstyle.docbook share/doc/HTML/ca/kopete/common share/doc/HTML/ca/kopete/icq.docbook share/doc/HTML/ca/kopete/index.cache.bz2 share/doc/HTML/ca/kopete/index.docbook share/doc/HTML/ca/kopete/jabber.docbook share/doc/HTML/ca/kopete/menus.docbook share/doc/HTML/ca/kopete/pipes.docbook share/doc/HTML/ca/korganizer/common share/doc/HTML/ca/korganizer/event-attachments.png share/doc/HTML/ca/korganizer/event-attendees.png share/doc/HTML/ca/korganizer/event-general.png share/doc/HTML/ca/korganizer/event-recurrence.png share/doc/HTML/ca/korganizer/index.cache.bz2 share/doc/HTML/ca/korganizer/index.docbook share/doc/HTML/ca/korganizer/remotefile-resource.png share/doc/HTML/ca/korganizer/todo-general.png share/doc/HTML/ca/krdc/address_input.png share/doc/HTML/ca/krdc/bookmarks_menu.png share/doc/HTML/ca/krdc/common share/doc/HTML/ca/krdc/general_preferences.png share/doc/HTML/ca/krdc/index.cache.bz2 share/doc/HTML/ca/krdc/index.docbook share/doc/HTML/ca/krdc/krdc_mainwindow.png share/doc/HTML/ca/krdc/password_entry.png share/doc/HTML/ca/krdc/rdp_preferences.png share/doc/HTML/ca/krdc/vnc_host_configuration.png share/doc/HTML/ca/krdc/vnc_preferences.png share/doc/HTML/ca/krfb/common share/doc/HTML/ca/krfb/configuration_network.png share/doc/HTML/ca/krfb/configuration_security.png share/doc/HTML/ca/krfb/connection.png share/doc/HTML/ca/krfb/email_invitation.png share/doc/HTML/ca/krfb/index.cache.bz2 share/doc/HTML/ca/krfb/index.docbook share/doc/HTML/ca/krfb/personal_invitation.png share/doc/HTML/ca/krfb/screenshot.png share/doc/HTML/ca/kruler/common share/doc/HTML/ca/kruler/index.cache.bz2 share/doc/HTML/ca/kruler/index.docbook share/doc/HTML/ca/ksnapshot/common share/doc/HTML/ca/ksnapshot/index.cache.bz2 share/doc/HTML/ca/ksnapshot/index.docbook share/doc/HTML/ca/kstars/Add_Object_to_Session_plan.png share/doc/HTML/ca/kstars/KStars_Neptune.png share/doc/HTML/ca/kstars/Savin_session.png share/doc/HTML/ca/kstars/aavso.png share/doc/HTML/ca/kstars/ai-contents.docbook share/doc/HTML/ca/kstars/alpha.png share/doc/HTML/ca/kstars/altvstime.docbook share/doc/HTML/ca/kstars/altvstime.png share/doc/HTML/ca/kstars/astroinfo.docbook share/doc/HTML/ca/kstars/blackbody.docbook share/doc/HTML/ca/kstars/blackbody.png share/doc/HTML/ca/kstars/calc-angdist.docbook share/doc/HTML/ca/kstars/calc-angdist.png share/doc/HTML/ca/kstars/calc-apcoords.docbook share/doc/HTML/ca/kstars/calc-apcoords.png share/doc/HTML/ca/kstars/calc-dayduration.docbook share/doc/HTML/ca/kstars/calc-daylength.png share/doc/HTML/ca/kstars/calc-ecliptic.docbook share/doc/HTML/ca/kstars/calc-ecliptic.png share/doc/HTML/ca/kstars/calc-eqgal.docbook share/doc/HTML/ca/kstars/calc-eqgal.png share/doc/HTML/ca/kstars/calc-equinox.docbook share/doc/HTML/ca/kstars/calc-equinox.png share/doc/HTML/ca/kstars/calc-geodetic.docbook share/doc/HTML/ca/kstars/calc-geodetic.png share/doc/HTML/ca/kstars/calc-horizontal.docbook share/doc/HTML/ca/kstars/calc-horizontal.png share/doc/HTML/ca/kstars/calc-julian.png share/doc/HTML/ca/kstars/calc-julianday.docbook share/doc/HTML/ca/kstars/calc-planetcoords.docbook share/doc/HTML/ca/kstars/calc-planetcoords.png share/doc/HTML/ca/kstars/calc-sidereal.docbook share/doc/HTML/ca/kstars/calc-sidereal.png share/doc/HTML/ca/kstars/calculator.docbook share/doc/HTML/ca/kstars/cequator.docbook share/doc/HTML/ca/kstars/color_indices.png share/doc/HTML/ca/kstars/colorandtemp.docbook share/doc/HTML/ca/kstars/commands.docbook share/doc/HTML/ca/kstars/common share/doc/HTML/ca/kstars/config.docbook share/doc/HTML/ca/kstars/cosmicdist.docbook share/doc/HTML/ca/kstars/cpoles.docbook share/doc/HTML/ca/kstars/credits.docbook share/doc/HTML/ca/kstars/csphere.docbook share/doc/HTML/ca/kstars/darkmatter.docbook share/doc/HTML/ca/kstars/detaildialog.png share/doc/HTML/ca/kstars/details.docbook share/doc/HTML/ca/kstars/devicemanager.png share/doc/HTML/ca/kstars/dumpmode.docbook share/doc/HTML/ca/kstars/ecliptic.docbook share/doc/HTML/ca/kstars/ellipticalgalaxies.docbook share/doc/HTML/ca/kstars/epoch.docbook share/doc/HTML/ca/kstars/equinox.docbook share/doc/HTML/ca/kstars/faq.docbook share/doc/HTML/ca/kstars/find.png share/doc/HTML/ca/kstars/fitsarea.png share/doc/HTML/ca/kstars/fitsviewer.docbook share/doc/HTML/ca/kstars/flux.docbook share/doc/HTML/ca/kstars/flux.png share/doc/HTML/ca/kstars/flux1.png share/doc/HTML/ca/kstars/flux2.png share/doc/HTML/ca/kstars/fovdialog.png share/doc/HTML/ca/kstars/geocoords.docbook share/doc/HTML/ca/kstars/geolocator.png share/doc/HTML/ca/kstars/greatcircle.docbook share/doc/HTML/ca/kstars/horizon.docbook share/doc/HTML/ca/kstars/hourangle.docbook share/doc/HTML/ca/kstars/index.cache.bz2 share/doc/HTML/ca/kstars/index.docbook share/doc/HTML/ca/kstars/indi.docbook share/doc/HTML/ca/kstars/indicapture.png share/doc/HTML/ca/kstars/indiclient.png share/doc/HTML/ca/kstars/indicontrolpanel.png share/doc/HTML/ca/kstars/install.docbook share/doc/HTML/ca/kstars/jmoons.docbook share/doc/HTML/ca/kstars/jmoons.png share/doc/HTML/ca/kstars/julianday.docbook share/doc/HTML/ca/kstars/kepler2nd.png share/doc/HTML/ca/kstars/kepler3d.png share/doc/HTML/ca/kstars/lambda_ex.png share/doc/HTML/ca/kstars/lambda_max.png share/doc/HTML/ca/kstars/leapyear.docbook share/doc/HTML/ca/kstars/lightcurve.png share/doc/HTML/ca/kstars/lightcurves.docbook share/doc/HTML/ca/kstars/luminosity.docbook share/doc/HTML/ca/kstars/luminosity.png share/doc/HTML/ca/kstars/luminosity_ex.png share/doc/HTML/ca/kstars/magnitude.docbook share/doc/HTML/ca/kstars/meridian.docbook share/doc/HTML/ca/kstars/newfov.png share/doc/HTML/ca/kstars/obsplanner.docbook share/doc/HTML/ca/kstars/parallax.docbook share/doc/HTML/ca/kstars/popup.png share/doc/HTML/ca/kstars/precession.docbook share/doc/HTML/ca/kstars/quicktour.docbook share/doc/HTML/ca/kstars/retrograde.docbook share/doc/HTML/ca/kstars/screen1.png share/doc/HTML/ca/kstars/scriptbuilder.docbook share/doc/HTML/ca/kstars/scriptbuilder.png share/doc/HTML/ca/kstars/sds.png share/doc/HTML/ca/kstars/sidereal.docbook share/doc/HTML/ca/kstars/skycoords.docbook share/doc/HTML/ca/kstars/skymapdevice.png share/doc/HTML/ca/kstars/solarsys.docbook share/doc/HTML/ca/kstars/solarsystem.png share/doc/HTML/ca/kstars/spiralgalaxies.docbook share/doc/HTML/ca/kstars/star_colors.png share/doc/HTML/ca/kstars/stars.docbook share/doc/HTML/ca/kstars/telescopes.docbook share/doc/HTML/ca/kstars/timezones.docbook share/doc/HTML/ca/kstars/tools.docbook share/doc/HTML/ca/kstars/utime.docbook share/doc/HTML/ca/kstars/viewops.png share/doc/HTML/ca/kstars/wut.docbook share/doc/HTML/ca/kstars/wut.png share/doc/HTML/ca/kstars/zenith.docbook share/doc/HTML/ca/ksysguard/common share/doc/HTML/ca/ksysguard/index.cache.bz2 share/doc/HTML/ca/ksysguard/index.docbook share/doc/HTML/ca/ksystemlog/common share/doc/HTML/ca/ksystemlog/index.cache.bz2 share/doc/HTML/ca/ksystemlog/index.docbook share/doc/HTML/ca/ksystemlog/main-screen.png share/doc/HTML/ca/kteatime/common share/doc/HTML/ca/kteatime/index.cache.bz2 share/doc/HTML/ca/kteatime/index.docbook share/doc/HTML/ca/ktimer/common share/doc/HTML/ca/ktimer/first.png share/doc/HTML/ca/ktimer/index.cache.bz2 share/doc/HTML/ca/ktimer/index.docbook share/doc/HTML/ca/ktimer/main.png share/doc/HTML/ca/ktimer/running.png share/doc/HTML/ca/ktimer/two_at_once.png share/doc/HTML/ca/ktimetracker/common share/doc/HTML/ca/ktimetracker/csvexport.png share/doc/HTML/ca/ktimetracker/index.cache.bz2 share/doc/HTML/ca/ktimetracker/index.docbook share/doc/HTML/ca/ktnef/common share/doc/HTML/ca/ktnef/index.cache.bz2 share/doc/HTML/ca/ktnef/index.docbook share/doc/HTML/ca/ktouch/common share/doc/HTML/ca/ktouch/index.cache.bz2 share/doc/HTML/ca/ktouch/index.docbook share/doc/HTML/ca/ktouch/man-ktouch.1.docbook share/doc/HTML/ca/kturtle/common share/doc/HTML/ca/kturtle/getting-started.docbook share/doc/HTML/ca/kturtle/glossary.docbook share/doc/HTML/ca/kturtle/index.cache.bz2 share/doc/HTML/ca/kturtle/index.docbook share/doc/HTML/ca/kturtle/mainwindow.png share/doc/HTML/ca/kturtle/mainwindow_flower_nrs.png share/doc/HTML/ca/kturtle/programming-reference.docbook share/doc/HTML/ca/kturtle/translator-guide.docbook share/doc/HTML/ca/kturtle/using-kturtle.docbook share/doc/HTML/ca/kuser/common share/doc/HTML/ca/kuser/index.cache.bz2 share/doc/HTML/ca/kuser/index.docbook share/doc/HTML/ca/kuser/kuser.png share/doc/HTML/ca/kwallet/common share/doc/HTML/ca/kwallet/first-open-request.png share/doc/HTML/ca/kwallet/index.cache.bz2 share/doc/HTML/ca/kwallet/index.docbook share/doc/HTML/ca/kwallet/kwalletmanager.png share/doc/HTML/ca/kwatchgnupg/common share/doc/HTML/ca/kwatchgnupg/index.cache.bz2 share/doc/HTML/ca/kwatchgnupg/index.docbook share/doc/HTML/ca/kwordquiz/common share/doc/HTML/ca/kwordquiz/index.cache.bz2 share/doc/HTML/ca/kwordquiz/index.docbook share/doc/HTML/ca/kwrite/common share/doc/HTML/ca/kwrite/configuring.docbook share/doc/HTML/ca/kwrite/fundamentals.docbook share/doc/HTML/ca/kwrite/index.cache.bz2 share/doc/HTML/ca/kwrite/index.docbook share/doc/HTML/ca/kwrite/menus.docbook share/doc/HTML/ca/lokalize/common share/doc/HTML/ca/lokalize/index.cache.bz2 share/doc/HTML/ca/lokalize/index.docbook share/doc/HTML/ca/marble/common share/doc/HTML/ca/marble/configure-cacheproxy.png share/doc/HTML/ca/marble/configure-navigation.png share/doc/HTML/ca/marble/configure-plugins.png share/doc/HTML/ca/marble/configure-routing.png share/doc/HTML/ca/marble/configure-view.png share/doc/HTML/ca/marble/index.cache.bz2 share/doc/HTML/ca/marble/index.docbook share/doc/HTML/ca/okular/common share/doc/HTML/ca/okular/configure-editor.png share/doc/HTML/ca/okular/configure.png share/doc/HTML/ca/okular/index.cache.bz2 share/doc/HTML/ca/okular/index.docbook share/doc/HTML/ca/okular/mainwindow.png share/doc/HTML/ca/okular/man-okular.1.docbook share/doc/HTML/ca/okular/presentation.png share/doc/HTML/ca/okular/rating.png share/doc/HTML/ca/onlinehelp/common share/doc/HTML/ca/onlinehelp/index.cache.bz2 share/doc/HTML/ca/onlinehelp/index.docbook share/doc/HTML/ca/parley/common share/doc/HTML/ca/parley/index.cache.bz2 share/doc/HTML/ca/parley/index.docbook share/doc/HTML/ca/plasma-desktop/common share/doc/HTML/ca/plasma-desktop/index.cache.bz2 share/doc/HTML/ca/plasma-desktop/index.docbook share/doc/HTML/ca/plasma-desktop/taskbar-settings.png +share/doc/HTML/ca/rocs/common +share/doc/HTML/ca/rocs/document-selector.png +share/doc/HTML/ca/rocs/hi22-action-rocsadddata.png +share/doc/HTML/ca/rocs/hi22-action-rocsaddedge.png +share/doc/HTML/ca/rocs/hi22-action-rocsalignbottom.png +share/doc/HTML/ca/rocs/hi22-action-rocsaligncircle.png +share/doc/HTML/ca/rocs/hi22-action-rocsalignhmiddle.png +share/doc/HTML/ca/rocs/hi22-action-rocsalignleft.png +share/doc/HTML/ca/rocs/hi22-action-rocsalignright.png +share/doc/HTML/ca/rocs/hi22-action-rocsaligntop.png +share/doc/HTML/ca/rocs/hi22-action-rocsaligntree.png +share/doc/HTML/ca/rocs/hi22-action-rocsalignvmiddle.png +share/doc/HTML/ca/rocs/hi22-action-rocsdelete.png +share/doc/HTML/ca/rocs/hi22-action-rocsdeletedata.png +share/doc/HTML/ca/rocs/hi22-action-rocsnew.png +share/doc/HTML/ca/rocs/hi22-action-rocsproperties.png +share/doc/HTML/ca/rocs/hi22-action-rocsselectmove.png +share/doc/HTML/ca/rocs/hi22-action-rocszoom.png +share/doc/HTML/ca/rocs/index.cache.bz2 +share/doc/HTML/ca/rocs/index.docbook +share/doc/HTML/ca/rocs/rocs-control-engine-debug.png +share/doc/HTML/ca/rocs/rocs-control-engine-run.png +share/doc/HTML/ca/rocs/rocs-control-engine-step.png +share/doc/HTML/ca/rocs/rocs-control-engine-stop.png +share/doc/HTML/ca/rocs/rocs-toolbar-alignment.png +share/doc/HTML/ca/rocs/rocs-toolbar-main.png share/doc/HTML/ca/sonnet/common share/doc/HTML/ca/sonnet/index.cache.bz2 share/doc/HTML/ca/sonnet/index.docbook +share/doc/HTML/ca/step/circular-motor.png +share/doc/HTML/ca/step/common +share/doc/HTML/ca/step/disk-properties.png +share/doc/HTML/ca/step/examples.docbook +share/doc/HTML/ca/step/index.cache.bz2 +share/doc/HTML/ca/step/index.docbook +share/doc/HTML/ca/step/mainwindow.png +share/doc/HTML/ca/step/tutorial1.png +share/doc/HTML/ca/step/tutorial3.png +share/doc/HTML/ca/step/tutorial4.png +share/doc/HTML/ca/step/tutorial5.png +share/doc/HTML/ca/step/tutorials.docbook share/doc/HTML/ca/sweeper/common share/doc/HTML/ca/sweeper/index.cache.bz2 share/doc/HTML/ca/sweeper/index.docbook share/doc/HTML/ca/systemsettings/common share/doc/HTML/ca/systemsettings/index.cache.bz2 share/doc/HTML/ca/systemsettings/index.docbook share/doc/HTML/ca/umbrello/authors.docbook share/doc/HTML/ca/umbrello/code_import_and_generation.docbook share/doc/HTML/ca/umbrello/common share/doc/HTML/ca/umbrello/credits.docbook share/doc/HTML/ca/umbrello/index.cache.bz2 share/doc/HTML/ca/umbrello/index.docbook share/doc/HTML/ca/umbrello/introduction.docbook share/doc/HTML/ca/umbrello/other_features.docbook share/doc/HTML/ca/umbrello/uml_basics.docbook share/doc/HTML/ca/umbrello/working_with_umbrello.docbook share/locale/ca/LC_MESSAGES/accountwizard.mo share/locale/ca/LC_MESSAGES/accountwizard_ical.mo share/locale/ca/LC_MESSAGES/accountwizard_imap.mo share/locale/ca/LC_MESSAGES/accountwizard_kolab.mo share/locale/ca/LC_MESSAGES/accountwizard_mailbox.mo share/locale/ca/LC_MESSAGES/accountwizard_maildir.mo share/locale/ca/LC_MESSAGES/accountwizard_pop3.mo share/locale/ca/LC_MESSAGES/accountwizard_tine20.mo share/locale/ca/LC_MESSAGES/activitymanager_plugin_globalshortcuts.mo share/locale/ca/LC_MESSAGES/activitymanager_uihandler_declarative.mo share/locale/ca/LC_MESSAGES/adblock.mo share/locale/ca/LC_MESSAGES/akonadi-filestore.mo share/locale/ca/LC_MESSAGES/akonadi_archivemail_agent.mo share/locale/ca/LC_MESSAGES/akonadi_birthdays_resource.mo share/locale/ca/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/ca/LC_MESSAGES/akonadi_davgroupware_resource.mo share/locale/ca/LC_MESSAGES/akonadi_google_resource.mo share/locale/ca/LC_MESSAGES/akonadi_ical_resource.mo share/locale/ca/LC_MESSAGES/akonadi_icaldir_resource.mo share/locale/ca/LC_MESSAGES/akonadi_imap_resource.mo share/locale/ca/LC_MESSAGES/akonadi_invitations_agent.mo share/locale/ca/LC_MESSAGES/akonadi_kabc_resource.mo share/locale/ca/LC_MESSAGES/akonadi_kalarm_resource.mo share/locale/ca/LC_MESSAGES/akonadi_kcal_resource.mo share/locale/ca/LC_MESSAGES/akonadi_kdeaccounts_resource.mo share/locale/ca/LC_MESSAGES/akonadi_knut_resource.mo share/locale/ca/LC_MESSAGES/akonadi_kolabproxy_resource.mo share/locale/ca/LC_MESSAGES/akonadi_kresourceassistant.mo share/locale/ca/LC_MESSAGES/akonadi_localbookmarks_resource.mo share/locale/ca/LC_MESSAGES/akonadi_maildir_resource.mo share/locale/ca/LC_MESSAGES/akonadi_maildispatcher_agent.mo share/locale/ca/LC_MESSAGES/akonadi_mailfilter_agent.mo share/locale/ca/LC_MESSAGES/akonadi_mailtransport_resource.mo share/locale/ca/LC_MESSAGES/akonadi_mbox_resource.mo share/locale/ca/LC_MESSAGES/akonadi_microblog_resource.mo share/locale/ca/LC_MESSAGES/akonadi_mixedmaildir_resource.mo share/locale/ca/LC_MESSAGES/akonadi_nepomuk_feeder.mo share/locale/ca/LC_MESSAGES/akonadi_nepomuktag_resource.mo share/locale/ca/LC_MESSAGES/akonadi_next.mo share/locale/ca/LC_MESSAGES/akonadi_nntp_resource.mo share/locale/ca/LC_MESSAGES/akonadi_openxchange_resource.mo share/locale/ca/LC_MESSAGES/akonadi_pop3_resource.mo share/locale/ca/LC_MESSAGES/akonadi_serializer_plugins.mo share/locale/ca/LC_MESSAGES/akonadi_singlefile_resource.mo share/locale/ca/LC_MESSAGES/akonadi_strigi_feeder.mo share/locale/ca/LC_MESSAGES/akonadi_vcard_resource.mo share/locale/ca/LC_MESSAGES/akonadi_vcarddir_resource.mo share/locale/ca/LC_MESSAGES/akonadicontact.mo share/locale/ca/LC_MESSAGES/akonadinotes.mo share/locale/ca/LC_MESSAGES/akonaditray.mo share/locale/ca/LC_MESSAGES/akregator.mo share/locale/ca/LC_MESSAGES/akregator_konqplugin.mo share/locale/ca/LC_MESSAGES/amor.mo share/locale/ca/LC_MESSAGES/analitza.mo share/locale/ca/LC_MESSAGES/ark.mo share/locale/ca/LC_MESSAGES/attica_kde.mo share/locale/ca/LC_MESSAGES/audiocd_encoder_lame.mo share/locale/ca/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/ca/LC_MESSAGES/audiorename_plugin.mo share/locale/ca/LC_MESSAGES/autorefresh.mo share/locale/ca/LC_MESSAGES/babelfish.mo share/locale/ca/LC_MESSAGES/blinken.mo share/locale/ca/LC_MESSAGES/blogilo.mo share/locale/ca/LC_MESSAGES/bomber.mo share/locale/ca/LC_MESSAGES/bovo.mo share/locale/ca/LC_MESSAGES/calendarsupport.mo share/locale/ca/LC_MESSAGES/cantor.mo share/locale/ca/LC_MESSAGES/cervisia.mo share/locale/ca/LC_MESSAGES/cryptopageplugin.mo share/locale/ca/LC_MESSAGES/cvsservice.mo share/locale/ca/LC_MESSAGES/dirfilterplugin.mo share/locale/ca/LC_MESSAGES/display.mo share/locale/ca/LC_MESSAGES/dolphin.mo share/locale/ca/LC_MESSAGES/domtreeviewer.mo share/locale/ca/LC_MESSAGES/dragonplayer.mo share/locale/ca/LC_MESSAGES/drkonqi.mo share/locale/ca/LC_MESSAGES/filelight.mo share/locale/ca/LC_MESSAGES/filetypes.mo share/locale/ca/LC_MESSAGES/fileviewbazaarplugin.mo share/locale/ca/LC_MESSAGES/fileviewgitplugin.mo share/locale/ca/LC_MESSAGES/fileviewhgplugin.mo share/locale/ca/LC_MESSAGES/fileviewsvnplugin.mo share/locale/ca/LC_MESSAGES/freespacenotifier.mo share/locale/ca/LC_MESSAGES/fsview.mo share/locale/ca/LC_MESSAGES/granatier.mo share/locale/ca/LC_MESSAGES/gwenview.mo share/locale/ca/LC_MESSAGES/htmlsearch.mo share/locale/ca/LC_MESSAGES/imagerename_plugin.mo share/locale/ca/LC_MESSAGES/imgalleryplugin.mo share/locale/ca/LC_MESSAGES/importwizard.mo share/locale/ca/LC_MESSAGES/jovie.mo share/locale/ca/LC_MESSAGES/joystick.mo share/locale/ca/LC_MESSAGES/juk.mo share/locale/ca/LC_MESSAGES/kabc.mo share/locale/ca/LC_MESSAGES/kabc_akonadi.mo share/locale/ca/LC_MESSAGES/kabc_dir.mo share/locale/ca/LC_MESSAGES/kabc_file.mo share/locale/ca/LC_MESSAGES/kabc_ldapkio.mo share/locale/ca/LC_MESSAGES/kabc_net.mo share/locale/ca/LC_MESSAGES/kabcclient.mo share/locale/ca/LC_MESSAGES/kabcformat_binary.mo share/locale/ca/LC_MESSAGES/kaccess.mo share/locale/ca/LC_MESSAGES/kaccessibleapp.mo share/locale/ca/LC_MESSAGES/kactivitymanagerd.mo share/locale/ca/LC_MESSAGES/kactivitymanagerd_fileitem_linking_plugin.mo share/locale/ca/LC_MESSAGES/kaddressbook-mobile.mo share/locale/ca/LC_MESSAGES/kaddressbook.mo share/locale/ca/LC_MESSAGES/kaddressbookmigrator.mo share/locale/ca/LC_MESSAGES/kajongg.mo share/locale/ca/LC_MESSAGES/kalarm.mo share/locale/ca/LC_MESSAGES/kalgebra.mo share/locale/ca/LC_MESSAGES/kalzium.mo share/locale/ca/LC_MESSAGES/kanagram-harmattan.mo share/locale/ca/LC_MESSAGES/kanagram.mo share/locale/ca/LC_MESSAGES/kapman.mo share/locale/ca/LC_MESSAGES/kapptemplate.mo share/locale/ca/LC_MESSAGES/kate-ctags-plugin.mo share/locale/ca/LC_MESSAGES/kate.mo share/locale/ca/LC_MESSAGES/kate_kttsd.mo share/locale/ca/LC_MESSAGES/katebacktracebrowserplugin.mo share/locale/ca/LC_MESSAGES/katebuild-plugin.mo share/locale/ca/LC_MESSAGES/katefilebrowserplugin.mo share/locale/ca/LC_MESSAGES/katefiletemplates.mo share/locale/ca/LC_MESSAGES/kategdbplugin.mo share/locale/ca/LC_MESSAGES/katehelloworld.mo share/locale/ca/LC_MESSAGES/katekonsoleplugin.mo share/locale/ca/LC_MESSAGES/katemailfilesplugin.mo share/locale/ca/LC_MESSAGES/kateopenheader.mo share/locale/ca/LC_MESSAGES/katepart4.mo share/locale/ca/LC_MESSAGES/kateproject.mo share/locale/ca/LC_MESSAGES/katesearch.mo share/locale/ca/LC_MESSAGES/katesnippets_tng.mo share/locale/ca/LC_MESSAGES/katesnippetsplugin.mo share/locale/ca/LC_MESSAGES/katesql.mo share/locale/ca/LC_MESSAGES/katesymbolviewer.mo share/locale/ca/LC_MESSAGES/katetabbarextension.mo share/locale/ca/LC_MESSAGES/katetabifyplugin.mo share/locale/ca/LC_MESSAGES/katetextfilter.mo share/locale/ca/LC_MESSAGES/katexmlcheck.mo share/locale/ca/LC_MESSAGES/katexmltools.mo share/locale/ca/LC_MESSAGES/katomic.mo share/locale/ca/LC_MESSAGES/kbattleship.mo share/locale/ca/LC_MESSAGES/kblackbox.mo share/locale/ca/LC_MESSAGES/kblankscrn.mo share/locale/ca/LC_MESSAGES/kblocks.mo share/locale/ca/LC_MESSAGES/kbounce.mo share/locale/ca/LC_MESSAGES/kbreakout.mo share/locale/ca/LC_MESSAGES/kbruch.mo share/locale/ca/LC_MESSAGES/kcachegrind.mo share/locale/ca/LC_MESSAGES/kcachegrind_qt.mo share/locale/ca/LC_MESSAGES/kcal_akonadi.mo share/locale/ca/LC_MESSAGES/kcalc.mo share/locale/ca/LC_MESSAGES/kcertpart.mo share/locale/ca/LC_MESSAGES/kcharselect.mo share/locale/ca/LC_MESSAGES/kcm-kwin-scripts.mo share/locale/ca/LC_MESSAGES/kcm_activities.mo share/locale/ca/LC_MESSAGES/kcm_akonadi.mo share/locale/ca/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/ca/LC_MESSAGES/kcm_attica.mo share/locale/ca/LC_MESSAGES/kcm_autostart.mo share/locale/ca/LC_MESSAGES/kcm_desktoppaths.mo share/locale/ca/LC_MESSAGES/kcm_desktopthemedetails.mo share/locale/ca/LC_MESSAGES/kcm_device_automounter.mo share/locale/ca/LC_MESSAGES/kcm_emoticons.mo share/locale/ca/LC_MESSAGES/kcm_infobase.mo share/locale/ca/LC_MESSAGES/kcm_infosummary.mo -share/locale/ca/LC_MESSAGES/kcm_krfb.mo share/locale/ca/LC_MESSAGES/kcm_kwindesktop.mo share/locale/ca/LC_MESSAGES/kcm_kwintabbox.mo share/locale/ca/LC_MESSAGES/kcm_memory.mo share/locale/ca/LC_MESSAGES/kcm_nepomuk.mo share/locale/ca/LC_MESSAGES/kcm_pci.mo share/locale/ca/LC_MESSAGES/kcm_phonon.mo share/locale/ca/LC_MESSAGES/kcm_platform.mo share/locale/ca/LC_MESSAGES/kcm_remotecontrol.mo share/locale/ca/LC_MESSAGES/kcm_solid.mo share/locale/ca/LC_MESSAGES/kcm_solid_actions.mo share/locale/ca/LC_MESSAGES/kcm_standard_actions.mo share/locale/ca/LC_MESSAGES/kcmaccess.mo share/locale/ca/LC_MESSAGES/kcmaudiocd.mo share/locale/ca/LC_MESSAGES/kcmbackground.mo share/locale/ca/LC_MESSAGES/kcmbell.mo share/locale/ca/LC_MESSAGES/kcmcddb.mo share/locale/ca/LC_MESSAGES/kcmcgi.mo share/locale/ca/LC_MESSAGES/kcmcolors.mo share/locale/ca/LC_MESSAGES/kcmcomponentchooser.mo share/locale/ca/LC_MESSAGES/kcmcrypto.mo share/locale/ca/LC_MESSAGES/kcmdevinfo.mo share/locale/ca/LC_MESSAGES/kcmfonts.mo share/locale/ca/LC_MESSAGES/kcmhtmlsearch.mo share/locale/ca/LC_MESSAGES/kcmicons.mo share/locale/ca/LC_MESSAGES/kcminfo.mo share/locale/ca/LC_MESSAGES/kcminit.mo share/locale/ca/LC_MESSAGES/kcminput.mo share/locale/ca/LC_MESSAGES/kcmkamera.mo share/locale/ca/LC_MESSAGES/kcmkclock.mo share/locale/ca/LC_MESSAGES/kcmkded.mo share/locale/ca/LC_MESSAGES/kcmkdnssd.mo share/locale/ca/LC_MESSAGES/kcmkeyboard.mo share/locale/ca/LC_MESSAGES/kcmkeys.mo share/locale/ca/LC_MESSAGES/kcmkgamma.mo share/locale/ca/LC_MESSAGES/kcmkio.mo share/locale/ca/LC_MESSAGES/kcmkonq.mo share/locale/ca/LC_MESSAGES/kcmkonqhtml.mo share/locale/ca/LC_MESSAGES/kcmkurifilt.mo share/locale/ca/LC_MESSAGES/kcmkwallet.mo share/locale/ca/LC_MESSAGES/kcmkwincompositing.mo share/locale/ca/LC_MESSAGES/kcmkwindecoration.mo share/locale/ca/LC_MESSAGES/kcmkwinrules.mo share/locale/ca/LC_MESSAGES/kcmkwinscreenedges.mo share/locale/ca/LC_MESSAGES/kcmkwm.mo share/locale/ca/LC_MESSAGES/kcmlaunch.mo share/locale/ca/LC_MESSAGES/kcmlocale.mo share/locale/ca/LC_MESSAGES/kcmnic.mo share/locale/ca/LC_MESSAGES/kcmnotify.mo share/locale/ca/LC_MESSAGES/kcmopengl.mo share/locale/ca/LC_MESSAGES/kcmperformance.mo share/locale/ca/LC_MESSAGES/kcmsamba.mo share/locale/ca/LC_MESSAGES/kcmscreensaver.mo share/locale/ca/LC_MESSAGES/kcmshell.mo share/locale/ca/LC_MESSAGES/kcmsmartcard.mo share/locale/ca/LC_MESSAGES/kcmsmserver.mo share/locale/ca/LC_MESSAGES/kcmstyle.mo share/locale/ca/LC_MESSAGES/kcmusb.mo share/locale/ca/LC_MESSAGES/kcmview1394.mo share/locale/ca/LC_MESSAGES/kcmworkspaceoptions.mo share/locale/ca/LC_MESSAGES/kcolorchooser.mo share/locale/ca/LC_MESSAGES/kcron.mo share/locale/ca/LC_MESSAGES/kde-menu.mo share/locale/ca/LC_MESSAGES/kdeasciiquarium.mo share/locale/ca/LC_MESSAGES/kdebugdialog.mo share/locale/ca/LC_MESSAGES/kdecalendarsystems.mo share/locale/ca/LC_MESSAGES/kdelibs4.mo share/locale/ca/LC_MESSAGES/kdelibs_colors4.mo share/locale/ca/LC_MESSAGES/kdepasswd.mo share/locale/ca/LC_MESSAGES/kdepim-runtime-qml.mo share/locale/ca/LC_MESSAGES/kdeqt.mo share/locale/ca/LC_MESSAGES/kdesu.mo share/locale/ca/LC_MESSAGES/kdesud.mo share/locale/ca/LC_MESSAGES/kdf.mo share/locale/ca/LC_MESSAGES/kdgantt2.mo share/locale/ca/LC_MESSAGES/kdialog.mo share/locale/ca/LC_MESSAGES/kdiamond.mo share/locale/ca/LC_MESSAGES/kdmconfig.mo share/locale/ca/LC_MESSAGES/kdmgreet.mo share/locale/ca/LC_MESSAGES/kdontchangethehostname.mo share/locale/ca/LC_MESSAGES/keditbookmarks.mo share/locale/ca/LC_MESSAGES/kfile.mo share/locale/ca/LC_MESSAGES/kfile_dds.mo share/locale/ca/LC_MESSAGES/kfile_drgeo.mo share/locale/ca/LC_MESSAGES/kfile_exr.mo share/locale/ca/LC_MESSAGES/kfile_kig.mo share/locale/ca/LC_MESSAGES/kfile_mail.mo share/locale/ca/LC_MESSAGES/kfile_pnm.mo share/locale/ca/LC_MESSAGES/kfile_raw.mo share/locale/ca/LC_MESSAGES/kfile_rgb.mo share/locale/ca/LC_MESSAGES/kfile_rpm.mo share/locale/ca/LC_MESSAGES/kfile_tiff.mo share/locale/ca/LC_MESSAGES/kfile_xps.mo share/locale/ca/LC_MESSAGES/kfileaudiopreview4.mo share/locale/ca/LC_MESSAGES/kfilereplace.mo share/locale/ca/LC_MESSAGES/kfileshare.mo share/locale/ca/LC_MESSAGES/kfindpart.mo share/locale/ca/LC_MESSAGES/kfloppy.mo share/locale/ca/LC_MESSAGES/kfmclient.mo share/locale/ca/LC_MESSAGES/kfontinst.mo share/locale/ca/LC_MESSAGES/kfourinline.mo share/locale/ca/LC_MESSAGES/kgeography.mo share/locale/ca/LC_MESSAGES/kget.mo share/locale/ca/LC_MESSAGES/kgetplugin.mo share/locale/ca/LC_MESSAGES/kglobalaccel.mo share/locale/ca/LC_MESSAGES/kgoldrunner.mo share/locale/ca/LC_MESSAGES/kgpg.mo share/locale/ca/LC_MESSAGES/kgreet_classic.mo share/locale/ca/LC_MESSAGES/kgreet_generic.mo share/locale/ca/LC_MESSAGES/kgreet_winbind.mo share/locale/ca/LC_MESSAGES/khangman.mo share/locale/ca/LC_MESSAGES/khelpcenter.mo share/locale/ca/LC_MESSAGES/khotkeys.mo share/locale/ca/LC_MESSAGES/khotnewstuff.mo share/locale/ca/LC_MESSAGES/khtmlkttsd.mo share/locale/ca/LC_MESSAGES/khtmlsettingsplugin.mo share/locale/ca/LC_MESSAGES/kiconfinder.mo share/locale/ca/LC_MESSAGES/kig.mo share/locale/ca/LC_MESSAGES/kigo.mo share/locale/ca/LC_MESSAGES/killbots.mo share/locale/ca/LC_MESSAGES/kimagemapeditor.mo -share/locale/ca/LC_MESSAGES/kinetd.mo share/locale/ca/LC_MESSAGES/kinfocenter.mo share/locale/ca/LC_MESSAGES/kio4.mo share/locale/ca/LC_MESSAGES/kio_activities.mo share/locale/ca/LC_MESSAGES/kio_akonadi.mo share/locale/ca/LC_MESSAGES/kio_applications.mo share/locale/ca/LC_MESSAGES/kio_archive.mo share/locale/ca/LC_MESSAGES/kio_audiocd.mo share/locale/ca/LC_MESSAGES/kio_bookmarks.mo share/locale/ca/LC_MESSAGES/kio_finger.mo share/locale/ca/LC_MESSAGES/kio_fish.mo share/locale/ca/LC_MESSAGES/kio_floppy.mo share/locale/ca/LC_MESSAGES/kio_help4.mo share/locale/ca/LC_MESSAGES/kio_imap4.mo share/locale/ca/LC_MESSAGES/kio_info.mo share/locale/ca/LC_MESSAGES/kio_jabberdisco.mo share/locale/ca/LC_MESSAGES/kio_ldap.mo share/locale/ca/LC_MESSAGES/kio_man.mo share/locale/ca/LC_MESSAGES/kio_mbox.mo share/locale/ca/LC_MESSAGES/kio_nepomuk.mo share/locale/ca/LC_MESSAGES/kio_nepomuksearch.mo share/locale/ca/LC_MESSAGES/kio_nfs.mo share/locale/ca/LC_MESSAGES/kio_nntp.mo share/locale/ca/LC_MESSAGES/kio_perldoc.mo share/locale/ca/LC_MESSAGES/kio_pop3.mo share/locale/ca/LC_MESSAGES/kio_recentdocuments.mo share/locale/ca/LC_MESSAGES/kio_remote.mo share/locale/ca/LC_MESSAGES/kio_sftp.mo share/locale/ca/LC_MESSAGES/kio_sieve.mo share/locale/ca/LC_MESSAGES/kio_smb.mo share/locale/ca/LC_MESSAGES/kio_smtp.mo share/locale/ca/LC_MESSAGES/kio_svn.mo share/locale/ca/LC_MESSAGES/kio_tags.mo share/locale/ca/LC_MESSAGES/kio_thumbnail.mo share/locale/ca/LC_MESSAGES/kio_timeline.mo share/locale/ca/LC_MESSAGES/kio_trash.mo share/locale/ca/LC_MESSAGES/kio_zeroconf.mo share/locale/ca/LC_MESSAGES/kioclient.mo share/locale/ca/LC_MESSAGES/kioexec.mo share/locale/ca/LC_MESSAGES/kipiplugin_kxmlhelloworld.mo share/locale/ca/LC_MESSAGES/kiriki.mo share/locale/ca/LC_MESSAGES/kiten.mo share/locale/ca/LC_MESSAGES/kjots.mo share/locale/ca/LC_MESSAGES/kjotsmigrator.mo share/locale/ca/LC_MESSAGES/kjumpingcube.mo share/locale/ca/LC_MESSAGES/kleopatra.mo share/locale/ca/LC_MESSAGES/klettres.mo share/locale/ca/LC_MESSAGES/klickety.mo share/locale/ca/LC_MESSAGES/klines.mo share/locale/ca/LC_MESSAGES/klinkstatus.mo share/locale/ca/LC_MESSAGES/klipper.mo share/locale/ca/LC_MESSAGES/klock.mo share/locale/ca/LC_MESSAGES/kmag.mo share/locale/ca/LC_MESSAGES/kmahjongg.mo share/locale/ca/LC_MESSAGES/kmail-migrator.mo share/locale/ca/LC_MESSAGES/kmail-mobile.mo share/locale/ca/LC_MESSAGES/kmail.mo share/locale/ca/LC_MESSAGES/kmailcvt.mo share/locale/ca/LC_MESSAGES/kmenuedit.mo share/locale/ca/LC_MESSAGES/kmimetypefinder.mo share/locale/ca/LC_MESSAGES/kmines.mo share/locale/ca/LC_MESSAGES/kmix.mo share/locale/ca/LC_MESSAGES/kmousetool.mo share/locale/ca/LC_MESSAGES/kmouth.mo share/locale/ca/LC_MESSAGES/kmplot.mo share/locale/ca/LC_MESSAGES/knetattach.mo share/locale/ca/LC_MESSAGES/knetwalk.mo share/locale/ca/LC_MESSAGES/knode.mo share/locale/ca/LC_MESSAGES/knotes.mo share/locale/ca/LC_MESSAGES/knotify4.mo share/locale/ca/LC_MESSAGES/kolf.mo share/locale/ca/LC_MESSAGES/kollision.mo share/locale/ca/LC_MESSAGES/kolourpaint.mo share/locale/ca/LC_MESSAGES/kommander.mo share/locale/ca/LC_MESSAGES/kompare.mo share/locale/ca/LC_MESSAGES/konqprofiles.mo share/locale/ca/LC_MESSAGES/konqueror.mo share/locale/ca/LC_MESSAGES/konquest.mo share/locale/ca/LC_MESSAGES/konsole.mo share/locale/ca/LC_MESSAGES/konsolekalendar.mo share/locale/ca/LC_MESSAGES/konsoleprofiles.mo share/locale/ca/LC_MESSAGES/kontact.mo share/locale/ca/LC_MESSAGES/kontactinterfaces.mo share/locale/ca/LC_MESSAGES/kopete.mo share/locale/ca/LC_MESSAGES/korganizer-mobile.mo share/locale/ca/LC_MESSAGES/korganizer.mo share/locale/ca/LC_MESSAGES/kpartloader.mo share/locale/ca/LC_MESSAGES/kpartsaver.mo share/locale/ca/LC_MESSAGES/kpasswdserver.mo share/locale/ca/LC_MESSAGES/kpat.mo share/locale/ca/LC_MESSAGES/kppp.mo share/locale/ca/LC_MESSAGES/kppplogview.mo share/locale/ca/LC_MESSAGES/kquitapp.mo share/locale/ca/LC_MESSAGES/krandr.mo share/locale/ca/LC_MESSAGES/krcdnotifieritem.mo share/locale/ca/LC_MESSAGES/krdb.mo share/locale/ca/LC_MESSAGES/krdc.mo share/locale/ca/LC_MESSAGES/kreadconfig.mo share/locale/ca/LC_MESSAGES/kremotecontroldaemon.mo share/locale/ca/LC_MESSAGES/kres-migrator.mo share/locale/ca/LC_MESSAGES/kres_blog.mo share/locale/ca/LC_MESSAGES/kres_remote.mo share/locale/ca/LC_MESSAGES/kresources_shared_akonadi.mo share/locale/ca/LC_MESSAGES/kreversi.mo share/locale/ca/LC_MESSAGES/krfb.mo share/locale/ca/LC_MESSAGES/kruler.mo share/locale/ca/LC_MESSAGES/krunner.mo share/locale/ca/LC_MESSAGES/ksaneplugin.mo share/locale/ca/LC_MESSAGES/kscd.mo share/locale/ca/LC_MESSAGES/kscreenlocker.mo share/locale/ca/LC_MESSAGES/kscreenlocker_greet.mo share/locale/ca/LC_MESSAGES/kscreensaver.mo share/locale/ca/LC_MESSAGES/ksendemail.mo share/locale/ca/LC_MESSAGES/ksgrd.mo share/locale/ca/LC_MESSAGES/kshellcmdplugin.mo share/locale/ca/LC_MESSAGES/kshisen.mo share/locale/ca/LC_MESSAGES/kshorturifilter.mo share/locale/ca/LC_MESSAGES/ksirk.mo share/locale/ca/LC_MESSAGES/ksirkskineditor.mo share/locale/ca/LC_MESSAGES/ksmserver.mo share/locale/ca/LC_MESSAGES/ksnapshot.mo share/locale/ca/LC_MESSAGES/kspaceduel.mo share/locale/ca/LC_MESSAGES/ksplashthemes.mo share/locale/ca/LC_MESSAGES/ksquares.mo share/locale/ca/LC_MESSAGES/kstars.mo share/locale/ca/LC_MESSAGES/kstart.mo share/locale/ca/LC_MESSAGES/kstartperf.mo share/locale/ca/LC_MESSAGES/kstyle_config.mo share/locale/ca/LC_MESSAGES/kstyle_phase_config.mo share/locale/ca/LC_MESSAGES/ksudoku.mo share/locale/ca/LC_MESSAGES/ksysguard.mo share/locale/ca/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/ca/LC_MESSAGES/ksystemlog.mo share/locale/ca/LC_MESSAGES/ksystraycmd.mo share/locale/ca/LC_MESSAGES/kteatime.mo share/locale/ca/LC_MESSAGES/ktesnippets_editor.mo share/locale/ca/LC_MESSAGES/ktexteditor_codesnippets_core.mo share/locale/ca/LC_MESSAGES/ktexteditor_plugins.mo share/locale/ca/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/ca/LC_MESSAGES/ktimer.mo share/locale/ca/LC_MESSAGES/ktimetracker.mo share/locale/ca/LC_MESSAGES/ktnef.mo share/locale/ca/LC_MESSAGES/ktouch.mo share/locale/ca/LC_MESSAGES/ktouchpadenabler.mo share/locale/ca/LC_MESSAGES/ktraderclient.mo share/locale/ca/LC_MESSAGES/ktron.mo share/locale/ca/LC_MESSAGES/ktuberling.mo share/locale/ca/LC_MESSAGES/kturtle.mo share/locale/ca/LC_MESSAGES/ktux.mo share/locale/ca/LC_MESSAGES/kubrick.mo share/locale/ca/LC_MESSAGES/kuiserver.mo share/locale/ca/LC_MESSAGES/kuiviewer.mo share/locale/ca/LC_MESSAGES/kurifilter.mo share/locale/ca/LC_MESSAGES/kuser.mo share/locale/ca/LC_MESSAGES/kwalletd.mo share/locale/ca/LC_MESSAGES/kwalletmanager.mo share/locale/ca/LC_MESSAGES/kwatchgnupg.mo share/locale/ca/LC_MESSAGES/kwin.mo share/locale/ca/LC_MESSAGES/kwin_art_clients.mo share/locale/ca/LC_MESSAGES/kwin_clients.mo share/locale/ca/LC_MESSAGES/kwin_effects.mo share/locale/ca/LC_MESSAGES/kwinshutdown.mo share/locale/ca/LC_MESSAGES/kwinstartmenu.mo share/locale/ca/LC_MESSAGES/kwordquiz.mo share/locale/ca/LC_MESSAGES/kwrite.mo share/locale/ca/LC_MESSAGES/kwriteconfig.mo share/locale/ca/LC_MESSAGES/kxkb.mo share/locale/ca/LC_MESSAGES/kxsconfig.mo share/locale/ca/LC_MESSAGES/lancelot.mo share/locale/ca/LC_MESSAGES/libakonadi-calendar.mo share/locale/ca/LC_MESSAGES/libakonadi-kmime.mo share/locale/ca/LC_MESSAGES/libakonadi.mo share/locale/ca/LC_MESSAGES/libeventviews.mo share/locale/ca/LC_MESSAGES/libincidenceeditors.mo share/locale/ca/LC_MESSAGES/libkalarmcal.mo share/locale/ca/LC_MESSAGES/libkasten.mo share/locale/ca/LC_MESSAGES/libkblog.mo share/locale/ca/LC_MESSAGES/libkcal.mo share/locale/ca/LC_MESSAGES/libkcalutils.mo share/locale/ca/LC_MESSAGES/libkcddb.mo share/locale/ca/LC_MESSAGES/libkcompactdisc.mo share/locale/ca/LC_MESSAGES/libkdcraw.mo share/locale/ca/LC_MESSAGES/libkdecorations.mo share/locale/ca/LC_MESSAGES/libkdeedu.mo share/locale/ca/LC_MESSAGES/libkdegames.mo share/locale/ca/LC_MESSAGES/libkdepim.mo share/locale/ca/LC_MESSAGES/libkdepimmobileui.mo share/locale/ca/LC_MESSAGES/libkexiv2.mo share/locale/ca/LC_MESSAGES/libkholidays.mo share/locale/ca/LC_MESSAGES/libkimap.mo share/locale/ca/LC_MESSAGES/libkipi.mo share/locale/ca/LC_MESSAGES/libkldap.mo share/locale/ca/LC_MESSAGES/libkleopatra.mo share/locale/ca/LC_MESSAGES/libkmahjongg.mo share/locale/ca/LC_MESSAGES/libkmime.mo share/locale/ca/LC_MESSAGES/libkonq.mo share/locale/ca/LC_MESSAGES/libkpgp.mo share/locale/ca/LC_MESSAGES/libkpimidentities.mo share/locale/ca/LC_MESSAGES/libkpimtextedit.mo share/locale/ca/LC_MESSAGES/libkpimutils.mo share/locale/ca/LC_MESSAGES/libkremotecontrol.mo share/locale/ca/LC_MESSAGES/libkresources.mo share/locale/ca/LC_MESSAGES/libksane.mo share/locale/ca/LC_MESSAGES/libkscreensaver.mo share/locale/ca/LC_MESSAGES/libksieve.mo share/locale/ca/LC_MESSAGES/libktnef.mo share/locale/ca/LC_MESSAGES/libkunitconversion.mo share/locale/ca/LC_MESSAGES/libkworkspace.mo share/locale/ca/LC_MESSAGES/libkxmlrpcclient.mo share/locale/ca/LC_MESSAGES/liblancelot-datamodels.mo share/locale/ca/LC_MESSAGES/libmailcommon.mo share/locale/ca/LC_MESSAGES/libmailimporter.mo share/locale/ca/LC_MESSAGES/libmailtransport.mo share/locale/ca/LC_MESSAGES/libmessagecomposer.mo share/locale/ca/LC_MESSAGES/libmessagecore.mo share/locale/ca/LC_MESSAGES/libmessagelist.mo share/locale/ca/LC_MESSAGES/libmessageviewer.mo share/locale/ca/LC_MESSAGES/liboktetacore.mo share/locale/ca/LC_MESSAGES/liboktetagui.mo share/locale/ca/LC_MESSAGES/liboktetakasten.mo share/locale/ca/LC_MESSAGES/liboxygenstyleconfig.mo share/locale/ca/LC_MESSAGES/libphonon.mo share/locale/ca/LC_MESSAGES/libpimcommon.mo share/locale/ca/LC_MESSAGES/libplasma.mo share/locale/ca/LC_MESSAGES/libplasma_groupingcontainment.mo share/locale/ca/LC_MESSAGES/libplasmaclock.mo share/locale/ca/LC_MESSAGES/libplasmaweather.mo share/locale/ca/LC_MESSAGES/libtaskmanager.mo share/locale/ca/LC_MESSAGES/libtemplateparser.mo share/locale/ca/LC_MESSAGES/lokalize.mo share/locale/ca/LC_MESSAGES/lskat.mo share/locale/ca/LC_MESSAGES/mailreader.mo share/locale/ca/LC_MESSAGES/marble.mo share/locale/ca/LC_MESSAGES/marble_qt.mo share/locale/ca/LC_MESSAGES/marble_xml_mimetypes.mo share/locale/ca/LC_MESSAGES/messageviewer_application_mstnef_plugin.mo share/locale/ca/LC_MESSAGES/messageviewer_text_calendar_plugin.mo share/locale/ca/LC_MESSAGES/messageviewer_text_vcard_plugin.mo share/locale/ca/LC_MESSAGES/messageviewer_text_xdiff_plugin.mo share/locale/ca/LC_MESSAGES/mf_konqplugin.mo share/locale/ca/LC_MESSAGES/minitoolsplugin.mo share/locale/ca/LC_MESSAGES/mplayerthumbs.mo share/locale/ca/LC_MESSAGES/mplayerthumbsconfig.mo share/locale/ca/LC_MESSAGES/nepomukbackup.mo share/locale/ca/LC_MESSAGES/nepomukcleaner.mo share/locale/ca/LC_MESSAGES/nepomukcontroller.mo share/locale/ca/LC_MESSAGES/nepomukfileindexer.mo share/locale/ca/LC_MESSAGES/nepomukpimindexerutility.mo share/locale/ca/LC_MESSAGES/nepomukqueryservice.mo share/locale/ca/LC_MESSAGES/nepomukserver.mo share/locale/ca/LC_MESSAGES/nepomukservicestub.mo share/locale/ca/LC_MESSAGES/nepomukstorage.mo share/locale/ca/LC_MESSAGES/nepomukwidgets.mo share/locale/ca/LC_MESSAGES/newmailnotifieragent.mo share/locale/ca/LC_MESSAGES/notes-mobile.mo share/locale/ca/LC_MESSAGES/nsplugin.mo share/locale/ca/LC_MESSAGES/okteta-mobile.mo share/locale/ca/LC_MESSAGES/okteta.mo share/locale/ca/LC_MESSAGES/oktetapart.mo share/locale/ca/LC_MESSAGES/okular.mo share/locale/ca/LC_MESSAGES/okular_chm.mo share/locale/ca/LC_MESSAGES/okular_comicbook.mo share/locale/ca/LC_MESSAGES/okular_djvu.mo share/locale/ca/LC_MESSAGES/okular_dvi.mo share/locale/ca/LC_MESSAGES/okular_epub.mo share/locale/ca/LC_MESSAGES/okular_fax.mo share/locale/ca/LC_MESSAGES/okular_fictionbook.mo share/locale/ca/LC_MESSAGES/okular_ghostview.mo share/locale/ca/LC_MESSAGES/okular_kimgio.mo share/locale/ca/LC_MESSAGES/okular_mobi.mo share/locale/ca/LC_MESSAGES/okular_ooo.mo share/locale/ca/LC_MESSAGES/okular_plucker.mo share/locale/ca/LC_MESSAGES/okular_poppler.mo share/locale/ca/LC_MESSAGES/okular_tiff.mo share/locale/ca/LC_MESSAGES/okular_xps.mo share/locale/ca/LC_MESSAGES/org.kde.active.documentviewer.mo share/locale/ca/LC_MESSAGES/pairs.mo share/locale/ca/LC_MESSAGES/pairseditor.mo share/locale/ca/LC_MESSAGES/palapeli.mo share/locale/ca/LC_MESSAGES/parley.mo share/locale/ca/LC_MESSAGES/phonon_gstreamer.mo share/locale/ca/LC_MESSAGES/phonon_kde.mo share/locale/ca/LC_MESSAGES/phonon_vlc.mo share/locale/ca/LC_MESSAGES/phononserver.mo share/locale/ca/LC_MESSAGES/pimsettingexporter.mo share/locale/ca/LC_MESSAGES/plasma-desktop.mo share/locale/ca/LC_MESSAGES/plasma-netbook.mo share/locale/ca/LC_MESSAGES/plasma-overlay.mo share/locale/ca/LC_MESSAGES/plasma-remote-helper.mo share/locale/ca/LC_MESSAGES/plasma-windowed.mo share/locale/ca/LC_MESSAGES/plasma_applet_BbalL.mo share/locale/ca/LC_MESSAGES/plasma_applet_CharSelectApplet.mo share/locale/ca/LC_MESSAGES/plasma_applet_Molmasscalculator.mo share/locale/ca/LC_MESSAGES/plasma_applet_akonotes_note.mo share/locale/ca/LC_MESSAGES/plasma_applet_battery.mo share/locale/ca/LC_MESSAGES/plasma_applet_binaryclock.mo share/locale/ca/LC_MESSAGES/plasma_applet_bookmarks.mo share/locale/ca/LC_MESSAGES/plasma_applet_bubblemon.mo share/locale/ca/LC_MESSAGES/plasma_applet_calculator.mo share/locale/ca/LC_MESSAGES/plasma_applet_clock.mo share/locale/ca/LC_MESSAGES/plasma_applet_comic.mo share/locale/ca/LC_MESSAGES/plasma_applet_concentrationCalculator.mo share/locale/ca/LC_MESSAGES/plasma_applet_currentappcontrol.mo share/locale/ca/LC_MESSAGES/plasma_applet_dig_clock.mo share/locale/ca/LC_MESSAGES/plasma_applet_fifteenPuzzle.mo share/locale/ca/LC_MESSAGES/plasma_applet_fileWatcher.mo share/locale/ca/LC_MESSAGES/plasma_applet_folderview.mo share/locale/ca/LC_MESSAGES/plasma_applet_frame.mo share/locale/ca/LC_MESSAGES/plasma_applet_fuzzy_clock.mo share/locale/ca/LC_MESSAGES/plasma_applet_gasCalculator.mo share/locale/ca/LC_MESSAGES/plasma_applet_groupingpanel.mo share/locale/ca/LC_MESSAGES/plasma_applet_icon.mo share/locale/ca/LC_MESSAGES/plasma_applet_icontasks.mo share/locale/ca/LC_MESSAGES/plasma_applet_incomingmsg.mo share/locale/ca/LC_MESSAGES/plasma_applet_kalgebra.mo share/locale/ca/LC_MESSAGES/plasma_applet_kalzium.mo share/locale/ca/LC_MESSAGES/plasma_applet_katesession.mo share/locale/ca/LC_MESSAGES/plasma_applet_kdeobservatory.mo share/locale/ca/LC_MESSAGES/plasma_applet_kget.mo share/locale/ca/LC_MESSAGES/plasma_applet_kimpanel.mo share/locale/ca/LC_MESSAGES/plasma_applet_knowledgebase.mo share/locale/ca/LC_MESSAGES/plasma_applet_kolourpicker.mo share/locale/ca/LC_MESSAGES/plasma_applet_kpapplet.mo share/locale/ca/LC_MESSAGES/plasma_applet_launcher.mo share/locale/ca/LC_MESSAGES/plasma_applet_leavenote.mo share/locale/ca/LC_MESSAGES/plasma_applet_life.mo share/locale/ca/LC_MESSAGES/plasma_applet_lockout.mo share/locale/ca/LC_MESSAGES/plasma_applet_luna.mo share/locale/ca/LC_MESSAGES/plasma_applet_magnifique.mo share/locale/ca/LC_MESSAGES/plasma_applet_microblog.mo share/locale/ca/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/ca/LC_MESSAGES/plasma_applet_news.mo share/locale/ca/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/ca/LC_MESSAGES/plasma_applet_notes.mo share/locale/ca/LC_MESSAGES/plasma_applet_notifier.mo share/locale/ca/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/ca/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/ca/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/ca/LC_MESSAGES/plasma_applet_opendesktop_activities.mo share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.notifications.mo share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/ca/LC_MESSAGES/plasma_applet_pager.mo share/locale/ca/LC_MESSAGES/plasma_applet_panel.mo share/locale/ca/LC_MESSAGES/plasma_applet_panelspacer_internal.mo share/locale/ca/LC_MESSAGES/plasma_applet_paste.mo share/locale/ca/LC_MESSAGES/plasma_applet_pastebin.mo share/locale/ca/LC_MESSAGES/plasma_applet_plasmaboard.mo share/locale/ca/LC_MESSAGES/plasma_applet_previewer.mo share/locale/ca/LC_MESSAGES/plasma_applet_printmanager.mo share/locale/ca/LC_MESSAGES/plasma_applet_qalculate.mo share/locale/ca/LC_MESSAGES/plasma_applet_qstardict.mo share/locale/ca/LC_MESSAGES/plasma_applet_quicklaunch.mo share/locale/ca/LC_MESSAGES/plasma_applet_rssnow.mo share/locale/ca/LC_MESSAGES/plasma_applet_rtm.mo share/locale/ca/LC_MESSAGES/plasma_applet_sal.mo share/locale/ca/LC_MESSAGES/plasma_applet_saverdesktop.mo share/locale/ca/LC_MESSAGES/plasma_applet_searchbox.mo share/locale/ca/LC_MESSAGES/plasma_applet_showdashboard.mo share/locale/ca/LC_MESSAGES/plasma_applet_showdesktop.mo share/locale/ca/LC_MESSAGES/plasma_applet_skapplet.mo share/locale/ca/LC_MESSAGES/plasma_applet_spellcheck.mo share/locale/ca/LC_MESSAGES/plasma_applet_system-monitor.mo share/locale/ca/LC_MESSAGES/plasma_applet_systemloadviewer.mo share/locale/ca/LC_MESSAGES/plasma_applet_systemtray.mo share/locale/ca/LC_MESSAGES/plasma_applet_tasks.mo share/locale/ca/LC_MESSAGES/plasma_applet_timer.mo share/locale/ca/LC_MESSAGES/plasma_applet_trash.mo share/locale/ca/LC_MESSAGES/plasma_applet_unitconverter.mo share/locale/ca/LC_MESSAGES/plasma_applet_weather.mo share/locale/ca/LC_MESSAGES/plasma_applet_weatherstation.mo share/locale/ca/LC_MESSAGES/plasma_applet_webbrowser.mo share/locale/ca/LC_MESSAGES/plasma_applet_webslice.mo share/locale/ca/LC_MESSAGES/plasma_applet_windowlist.mo share/locale/ca/LC_MESSAGES/plasma_appletscriptengine_dashboard.mo share/locale/ca/LC_MESSAGES/plasma_containmentactions_contextmenu.mo share/locale/ca/LC_MESSAGES/plasma_containmentactions_switchactivity.mo share/locale/ca/LC_MESSAGES/plasma_containmentactions_switchdesktop.mo share/locale/ca/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/ca/LC_MESSAGES/plasma_engine_calendar.mo share/locale/ca/LC_MESSAGES/plasma_engine_kalzium.mo share/locale/ca/LC_MESSAGES/plasma_engine_kdeobservatory.mo share/locale/ca/LC_MESSAGES/plasma_engine_keystate.mo share/locale/ca/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/ca/LC_MESSAGES/plasma_engine_metadata.mo share/locale/ca/LC_MESSAGES/plasma_engine_mpris2.mo share/locale/ca/LC_MESSAGES/plasma_engine_network.mo share/locale/ca/LC_MESSAGES/plasma_engine_notifications.mo share/locale/ca/LC_MESSAGES/plasma_engine_nowplaying.mo share/locale/ca/LC_MESSAGES/plasma_engine_rss.mo share/locale/ca/LC_MESSAGES/plasma_engine_share.mo share/locale/ca/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/ca/LC_MESSAGES/plasma_engine_weather.mo share/locale/ca/LC_MESSAGES/plasma_package_org.kde.desktop.activitymanager.mo share/locale/ca/LC_MESSAGES/plasma_package_org.kde.desktop.widgetexplorer.mo share/locale/ca/LC_MESSAGES/plasma_packagestructure_comic.mo share/locale/ca/LC_MESSAGES/plasma_runner_CharacterRunner.mo share/locale/ca/LC_MESSAGES/plasma_runner_activities.mo share/locale/ca/LC_MESSAGES/plasma_runner_audioplayercontrol.mo share/locale/ca/LC_MESSAGES/plasma_runner_bookmarksrunner.mo share/locale/ca/LC_MESSAGES/plasma_runner_browserhistory.mo share/locale/ca/LC_MESSAGES/plasma_runner_calculatorrunner.mo share/locale/ca/LC_MESSAGES/plasma_runner_contacts.mo share/locale/ca/LC_MESSAGES/plasma_runner_converterrunner.mo share/locale/ca/LC_MESSAGES/plasma_runner_datetime.mo share/locale/ca/LC_MESSAGES/plasma_runner_events.mo share/locale/ca/LC_MESSAGES/plasma_runner_katesessions.mo share/locale/ca/LC_MESSAGES/plasma_runner_kget.mo share/locale/ca/LC_MESSAGES/plasma_runner_kill.mo share/locale/ca/LC_MESSAGES/plasma_runner_konquerorsessions.mo share/locale/ca/LC_MESSAGES/plasma_runner_konsolesessions.mo share/locale/ca/LC_MESSAGES/plasma_runner_kopete.mo share/locale/ca/LC_MESSAGES/plasma_runner_krunner_dictionary.mo share/locale/ca/LC_MESSAGES/plasma_runner_locations.mo share/locale/ca/LC_MESSAGES/plasma_runner_marblerunner.mo share/locale/ca/LC_MESSAGES/plasma_runner_mediawiki.mo share/locale/ca/LC_MESSAGES/plasma_runner_nepomuksearchrunner.mo share/locale/ca/LC_MESSAGES/plasma_runner_placesrunner.mo share/locale/ca/LC_MESSAGES/plasma_runner_plasma-desktop.mo share/locale/ca/LC_MESSAGES/plasma_runner_powerdevil.mo share/locale/ca/LC_MESSAGES/plasma_runner_recentdocuments.mo share/locale/ca/LC_MESSAGES/plasma_runner_services.mo share/locale/ca/LC_MESSAGES/plasma_runner_sessions.mo share/locale/ca/LC_MESSAGES/plasma_runner_shell.mo share/locale/ca/LC_MESSAGES/plasma_runner_solid.mo share/locale/ca/LC_MESSAGES/plasma_runner_spellcheckrunner.mo share/locale/ca/LC_MESSAGES/plasma_runner_webshortcuts.mo share/locale/ca/LC_MESSAGES/plasma_runner_windowedwidgets.mo share/locale/ca/LC_MESSAGES/plasma_runner_windows.mo share/locale/ca/LC_MESSAGES/plasma_runner_youtube.mo share/locale/ca/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/ca/LC_MESSAGES/plasma_toolbox_desktoptoolbox.mo share/locale/ca/LC_MESSAGES/plasma_toolbox_paneltoolbox.mo share/locale/ca/LC_MESSAGES/plasma_wallpaper_color.mo share/locale/ca/LC_MESSAGES/plasma_wallpaper_image.mo share/locale/ca/LC_MESSAGES/plasma_wallpaper_mandelbrot.mo share/locale/ca/LC_MESSAGES/plasma_wallpaper_marble.mo share/locale/ca/LC_MESSAGES/plasma_wallpaper_pattern.mo share/locale/ca/LC_MESSAGES/plasma_wallpaper_potd.mo share/locale/ca/LC_MESSAGES/plasma_wallpaper_virus.mo share/locale/ca/LC_MESSAGES/plasma_wallpaper_wallpaper-qml.mo share/locale/ca/LC_MESSAGES/plasma_wallpaper_weather.mo share/locale/ca/LC_MESSAGES/plasmagenericshell.mo share/locale/ca/LC_MESSAGES/plasmapkg.mo share/locale/ca/LC_MESSAGES/pothumbnail.mo share/locale/ca/LC_MESSAGES/powerdevil.mo share/locale/ca/LC_MESSAGES/powerdevilactivitiesconfig.mo share/locale/ca/LC_MESSAGES/powerdevilglobalconfig.mo share/locale/ca/LC_MESSAGES/powerdevilprofilesconfig.mo share/locale/ca/LC_MESSAGES/print-manager.mo share/locale/ca/LC_MESSAGES/processcore.mo share/locale/ca/LC_MESSAGES/processui.mo share/locale/ca/LC_MESSAGES/randrmonitor.mo share/locale/ca/LC_MESSAGES/rellinks.mo share/locale/ca/LC_MESSAGES/rocs.mo share/locale/ca/LC_MESSAGES/rocscore.mo share/locale/ca/LC_MESSAGES/rocsvisualeditor.mo share/locale/ca/LC_MESSAGES/searchbarplugin.mo share/locale/ca/LC_MESSAGES/solid-hardware.mo share/locale/ca/LC_MESSAGES/solid-network.mo share/locale/ca/LC_MESSAGES/solid_qt.mo share/locale/ca/LC_MESSAGES/solidcontrol.mo share/locale/ca/LC_MESSAGES/soliduiserver.mo share/locale/ca/LC_MESSAGES/step.mo share/locale/ca/LC_MESSAGES/step_qt.mo share/locale/ca/LC_MESSAGES/strigila_diff.mo share/locale/ca/LC_MESSAGES/superkaramba.mo share/locale/ca/LC_MESSAGES/svgpart.mo share/locale/ca/LC_MESSAGES/sweeper.mo share/locale/ca/LC_MESSAGES/systemsettings.mo share/locale/ca/LC_MESSAGES/tasks-mobile.mo share/locale/ca/LC_MESSAGES/timezones4.mo share/locale/ca/LC_MESSAGES/uachangerplugin.mo share/locale/ca/LC_MESSAGES/umbrello.mo share/locale/ca/LC_MESSAGES/useraccount.mo share/locale/ca/LC_MESSAGES/validatorsplugin.mo share/locale/ca/LC_MESSAGES/webarchiver.mo share/locale/ca/LC_MESSAGES/xml_mimetypes.mo share/locale/ca/LC_SCRIPTS/kdelibs4/kdelibs4.js share/locale/ca/entry.desktop @dirrm share/locale/ca/LC_SCRIPTS/kdelibs4 @dirrm share/locale/ca/LC_SCRIPTS @dirrm share/doc/HTML/ca/umbrello @dirrm share/doc/HTML/ca/systemsettings @dirrm share/doc/HTML/ca/sweeper +@dirrm share/doc/HTML/ca/step @dirrm share/doc/HTML/ca/sonnet +@dirrm share/doc/HTML/ca/rocs @dirrm share/doc/HTML/ca/plasma-desktop @dirrm share/doc/HTML/ca/parley @dirrm share/doc/HTML/ca/onlinehelp @dirrm share/doc/HTML/ca/okular @dirrm share/doc/HTML/ca/marble @dirrm share/doc/HTML/ca/lokalize @dirrm share/doc/HTML/ca/kwrite @dirrm share/doc/HTML/ca/kwordquiz @dirrm share/doc/HTML/ca/kwatchgnupg @dirrm share/doc/HTML/ca/kwallet @dirrm share/doc/HTML/ca/kuser @dirrm share/doc/HTML/ca/kturtle @dirrm share/doc/HTML/ca/ktouch @dirrm share/doc/HTML/ca/ktnef @dirrm share/doc/HTML/ca/ktimetracker @dirrm share/doc/HTML/ca/ktimer @dirrm share/doc/HTML/ca/kteatime @dirrm share/doc/HTML/ca/ksystemlog @dirrm share/doc/HTML/ca/ksysguard @dirrm share/doc/HTML/ca/kstars @dirrm share/doc/HTML/ca/ksnapshot @dirrm share/doc/HTML/ca/kruler @dirrm share/doc/HTML/ca/krfb @dirrm share/doc/HTML/ca/krdc @dirrm share/doc/HTML/ca/korganizer @dirrm share/doc/HTML/ca/kopete @dirrm share/doc/HTML/ca/kontact-admin @dirrm share/doc/HTML/ca/kontact @dirrm share/doc/HTML/ca/konsolekalendar @dirrm share/doc/HTML/ca/konsole @dirrm share/doc/HTML/ca/konqueror @dirrm share/doc/HTML/ca/kompare @dirrm share/doc/HTML/ca/kommander @dirrm share/doc/HTML/ca/kolourpaint @dirrm share/doc/HTML/ca/knotes @dirrm share/doc/HTML/ca/knode @dirrm share/doc/HTML/ca/knetattach @dirrm share/doc/HTML/ca/kmplot @dirrm share/doc/HTML/ca/kmouth @dirrm share/doc/HTML/ca/kmousetool @dirrm share/doc/HTML/ca/kmix @dirrm share/doc/HTML/ca/kmenuedit @dirrm share/doc/HTML/ca/kmail @dirrm share/doc/HTML/ca/kmag @dirrm share/doc/HTML/ca/klipper @dirrm share/doc/HTML/ca/klinkstatus @dirrm share/doc/HTML/ca/klettres @dirrm share/doc/HTML/ca/kleopatra @dirrm share/doc/HTML/ca/kjots @dirrm share/doc/HTML/ca/kiten @dirrm share/doc/HTML/ca/kioslave/xz @dirrm share/doc/HTML/ca/kioslave/webdav @dirrm share/doc/HTML/ca/kioslave/thumbnail @dirrm share/doc/HTML/ca/kioslave/telnet @dirrm share/doc/HTML/ca/kioslave/tar @dirrm share/doc/HTML/ca/kioslave/smtp @dirrm share/doc/HTML/ca/kioslave/smb @dirrm share/doc/HTML/ca/kioslave/sieve @dirrm share/doc/HTML/ca/kioslave/sftp @dirrm share/doc/HTML/ca/kioslave/rlogin @dirrm share/doc/HTML/ca/kioslave/pop3 @dirrm share/doc/HTML/ca/kioslave/nntp @dirrm share/doc/HTML/ca/kioslave/nfs @dirrm share/doc/HTML/ca/kioslave/news @dirrm share/doc/HTML/ca/kioslave/network @dirrm share/doc/HTML/ca/kioslave/nepomuksearch @dirrm share/doc/HTML/ca/kioslave/mbox @dirrm share/doc/HTML/ca/kioslave/man @dirrm share/doc/HTML/ca/kioslave/mailto @dirrm share/doc/HTML/ca/kioslave/ldap @dirrm share/doc/HTML/ca/kioslave/info @dirrm share/doc/HTML/ca/kioslave/imap @dirrm share/doc/HTML/ca/kioslave/http @dirrm share/doc/HTML/ca/kioslave/help @dirrm share/doc/HTML/ca/kioslave/gzip @dirrm share/doc/HTML/ca/kioslave/ftp @dirrm share/doc/HTML/ca/kioslave/floppy @dirrm share/doc/HTML/ca/kioslave/fish @dirrm share/doc/HTML/ca/kioslave/finger @dirrm share/doc/HTML/ca/kioslave/file @dirrm share/doc/HTML/ca/kioslave/data @dirrm share/doc/HTML/ca/kioslave/cgi @dirrm share/doc/HTML/ca/kioslave/bzip2 @dirrm share/doc/HTML/ca/kioslave/bookmarks @dirrm share/doc/HTML/ca/kioslave/audiocd @dirrm share/doc/HTML/ca/kioslave @dirrm share/doc/HTML/ca/kinfocenter @dirrm share/doc/HTML/ca/kimagemapeditor @dirrm share/doc/HTML/ca/kig @dirrm share/doc/HTML/ca/khelpcenter/glossary @dirrm share/doc/HTML/ca/khelpcenter/documentationnotfound @dirrm share/doc/HTML/ca/khelpcenter @dirrm share/doc/HTML/ca/khangman @dirrm share/doc/HTML/ca/kgpg @dirrm share/doc/HTML/ca/kget @dirrm share/doc/HTML/ca/kgeography @dirrm share/doc/HTML/ca/kfontview @dirrm share/doc/HTML/ca/kfind @dirrm share/doc/HTML/ca/kfilereplace @dirrm share/doc/HTML/ca/kdm @dirrm share/doc/HTML/ca/kdf @dirrm share/doc/HTML/ca/kdesu @dirrm share/doc/HTML/ca/kdepasswd @dirrm share/doc/HTML/ca/kdebugdialog @dirrm share/doc/HTML/ca/kcron @dirrm share/doc/HTML/ca/kcontrol/workspaceoptions @dirrm share/doc/HTML/ca/kcontrol/windowspecific @dirrm share/doc/HTML/ca/kcontrol/windowbehaviour @dirrm share/doc/HTML/ca/kcontrol/useragent @dirrm share/doc/HTML/ca/kcontrol/trash @dirrm share/doc/HTML/ca/kcontrol/splashscreen @dirrm share/doc/HTML/ca/kcontrol/spellchecking @dirrm share/doc/HTML/ca/kcontrol/solid-hardware @dirrm share/doc/HTML/ca/kcontrol/solid-device-automounter @dirrm share/doc/HTML/ca/kcontrol/solid-actions @dirrm share/doc/HTML/ca/kcontrol/smb @dirrm share/doc/HTML/ca/kcontrol/screensaver @dirrm share/doc/HTML/ca/kcontrol/proxy @dirrm share/doc/HTML/ca/kcontrol/powerdevil @dirrm share/doc/HTML/ca/kcontrol/phonon @dirrm share/doc/HTML/ca/kcontrol/performance @dirrm share/doc/HTML/ca/kcontrol/paths @dirrm share/doc/HTML/ca/kcontrol/netpref @dirrm share/doc/HTML/ca/kcontrol/nepomuk @dirrm share/doc/HTML/ca/kcontrol/mouse @dirrm share/doc/HTML/ca/kcontrol/language @dirrm share/doc/HTML/ca/kcontrol/kwintabbox @dirrm share/doc/HTML/ca/kcontrol/kwinscreenedges @dirrm share/doc/HTML/ca/kcontrol/kwindecoration @dirrm share/doc/HTML/ca/kcontrol/kwincompositing @dirrm share/doc/HTML/ca/kcontrol/kresources @dirrm share/doc/HTML/ca/kcontrol/kremotecontrol @dirrm share/doc/HTML/ca/kcontrol/khtml-plugins @dirrm share/doc/HTML/ca/kcontrol/khtml-java-js @dirrm share/doc/HTML/ca/kcontrol/khtml-general @dirrm share/doc/HTML/ca/kcontrol/khtml-behavior @dirrm share/doc/HTML/ca/kcontrol/khtml-adblock @dirrm share/doc/HTML/ca/kcontrol/khotkeys @dirrm share/doc/HTML/ca/kcontrol/kgamma @dirrm share/doc/HTML/ca/kcontrol/keys @dirrm share/doc/HTML/ca/kcontrol/keyboard @dirrm share/doc/HTML/ca/kcontrol/kded @dirrm share/doc/HTML/ca/kcontrol/kcmstyle @dirrm share/doc/HTML/ca/kcontrol/kcmsmserver @dirrm share/doc/HTML/ca/kcontrol/kcmnotify @dirrm share/doc/HTML/ca/kcontrol/kcmlaunch @dirrm share/doc/HTML/ca/kcontrol/kcmcss @dirrm share/doc/HTML/ca/kcontrol/kcmcgi @dirrm share/doc/HTML/ca/kcontrol/kcmaccess @dirrm share/doc/HTML/ca/kcontrol/kcm_ssl @dirrm share/doc/HTML/ca/kcontrol/kamera @dirrm share/doc/HTML/ca/kcontrol/joystick @dirrm share/doc/HTML/ca/kcontrol/icons @dirrm share/doc/HTML/ca/kcontrol/history @dirrm share/doc/HTML/ca/kcontrol/fonts @dirrm share/doc/HTML/ca/kcontrol/fontinst @dirrm share/doc/HTML/ca/kcontrol/filetypes @dirrm share/doc/HTML/ca/kcontrol/filemanager @dirrm share/doc/HTML/ca/kcontrol/emoticons @dirrm share/doc/HTML/ca/kcontrol/ebrowsing @dirrm share/doc/HTML/ca/kcontrol/desktopthemedetails @dirrm share/doc/HTML/ca/kcontrol/desktop @dirrm share/doc/HTML/ca/kcontrol/cursortheme @dirrm share/doc/HTML/ca/kcontrol/cookies @dirrm share/doc/HTML/ca/kcontrol/componentchooser @dirrm share/doc/HTML/ca/kcontrol/colors @dirrm share/doc/HTML/ca/kcontrol/clock @dirrm share/doc/HTML/ca/kcontrol/cddbretrieval @dirrm share/doc/HTML/ca/kcontrol/cache @dirrm share/doc/HTML/ca/kcontrol/bookmarks @dirrm share/doc/HTML/ca/kcontrol/blockdevices @dirrm share/doc/HTML/ca/kcontrol/bell @dirrm share/doc/HTML/ca/kcontrol/autostart @dirrm share/doc/HTML/ca/kcontrol/attica @dirrm share/doc/HTML/ca/kcontrol @dirrm share/doc/HTML/ca/kcharselect @dirrm share/doc/HTML/ca/kbruch @dirrm share/doc/HTML/ca/katomic @dirrm share/doc/HTML/ca/kate @dirrm share/doc/HTML/ca/kapptemplate @dirrm share/doc/HTML/ca/kanagram @dirrm share/doc/HTML/ca/kalzium @dirrm share/doc/HTML/ca/kalgebra @dirrm share/doc/HTML/ca/kalarm @dirrm share/doc/HTML/ca/kabcclient @dirrm share/doc/HTML/ca/juk @dirrm share/doc/HTML/ca/jovie @dirrm share/doc/HTML/ca/gwenview @dirrm share/doc/HTML/ca/fundamentals @dirrm share/doc/HTML/ca/dragonplayer @dirrm share/doc/HTML/ca/dolphin @dirrm share/doc/HTML/ca/common @dirrm share/doc/HTML/ca/cervisia @dirrm share/doc/HTML/ca/cantor @dirrm share/doc/HTML/ca/bomber @dirrm share/doc/HTML/ca/blogilo @dirrm share/doc/HTML/ca/blinken @dirrm share/doc/HTML/ca/amor @dirrm share/doc/HTML/ca/akregator @dirrm share/doc/HTML/ca/PolicyKit-kde @dirrm share/apps/kvtml/ca @dirrm share/apps/kvtml @dirrm share/apps/ktuberling/sounds/ca @dirrm share/apps/ktuberling/sounds @dirrm share/apps/ktuberling @dirrm share/apps/khangman @dirrm share/apps/autocorrect @dirrmtry man/ca/man8 @dirrmtry man/ca/man7 @dirrmtry man/ca/man6 @dirrmtry man/ca/man1 @dirrmtry man/ca Index: head/misc/kde4-l10n-ca_valencia/distinfo =================================================================== --- head/misc/kde4-l10n-ca_valencia/distinfo (revision 318451) +++ head/misc/kde4-l10n-ca_valencia/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/kde-l10n/kde-l10n-ca@valencia-4.10.1.tar.xz) = b7d7a86ca763b296969ba242a8736e22eb3072c248fe79e27a2a4108bc701788 -SIZE (KDE/4.10.1/kde-l10n/kde-l10n-ca@valencia-4.10.1.tar.xz) = 2225752 +SHA256 (KDE/4.10.3/kde-l10n/kde-l10n-ca@valencia-4.10.3.tar.xz) = bbcc9cd4872ba80a9284f876e06f302bdc26d742e6b33edaac4deb9eb6325fd1 +SIZE (KDE/4.10.3/kde-l10n/kde-l10n-ca@valencia-4.10.3.tar.xz) = 2228884 Index: head/misc/kde4-l10n-ca_valencia/pkg-plist =================================================================== --- head/misc/kde4-l10n-ca_valencia/pkg-plist (revision 318451) +++ head/misc/kde4-l10n-ca_valencia/pkg-plist (revision 318452) @@ -1,703 +1,701 @@ share/locale/ca@valencia/LC_MESSAGES/accountwizard.mo share/locale/ca@valencia/LC_MESSAGES/accountwizard_ical.mo share/locale/ca@valencia/LC_MESSAGES/accountwizard_imap.mo share/locale/ca@valencia/LC_MESSAGES/accountwizard_kolab.mo share/locale/ca@valencia/LC_MESSAGES/accountwizard_mailbox.mo share/locale/ca@valencia/LC_MESSAGES/accountwizard_maildir.mo share/locale/ca@valencia/LC_MESSAGES/accountwizard_pop3.mo share/locale/ca@valencia/LC_MESSAGES/adblock.mo share/locale/ca@valencia/LC_MESSAGES/akonadi-filestore.mo share/locale/ca@valencia/LC_MESSAGES/akonadi_birthdays_resource.mo share/locale/ca@valencia/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/ca@valencia/LC_MESSAGES/akonadi_davgroupware_resource.mo share/locale/ca@valencia/LC_MESSAGES/akonadi_ical_resource.mo share/locale/ca@valencia/LC_MESSAGES/akonadi_imap_resource.mo share/locale/ca@valencia/LC_MESSAGES/akonadi_invitations_agent.mo share/locale/ca@valencia/LC_MESSAGES/akonadi_kabc_resource.mo share/locale/ca@valencia/LC_MESSAGES/akonadi_kcal_resource.mo share/locale/ca@valencia/LC_MESSAGES/akonadi_kdeaccounts_resource.mo share/locale/ca@valencia/LC_MESSAGES/akonadi_knut_resource.mo share/locale/ca@valencia/LC_MESSAGES/akonadi_kolabproxy_resource.mo share/locale/ca@valencia/LC_MESSAGES/akonadi_kresourceassistant.mo share/locale/ca@valencia/LC_MESSAGES/akonadi_localbookmarks_resource.mo share/locale/ca@valencia/LC_MESSAGES/akonadi_maildir_resource.mo share/locale/ca@valencia/LC_MESSAGES/akonadi_maildispatcher_agent.mo share/locale/ca@valencia/LC_MESSAGES/akonadi_mailtransport_resource.mo share/locale/ca@valencia/LC_MESSAGES/akonadi_mbox_resource.mo share/locale/ca@valencia/LC_MESSAGES/akonadi_microblog_resource.mo share/locale/ca@valencia/LC_MESSAGES/akonadi_mixedmaildir_resource.mo share/locale/ca@valencia/LC_MESSAGES/akonadi_nepomuk_feeder.mo share/locale/ca@valencia/LC_MESSAGES/akonadi_nepomuktag_resource.mo share/locale/ca@valencia/LC_MESSAGES/akonadi_next.mo share/locale/ca@valencia/LC_MESSAGES/akonadi_nntp_resource.mo share/locale/ca@valencia/LC_MESSAGES/akonadi_openxchange_resource.mo share/locale/ca@valencia/LC_MESSAGES/akonadi_pop3_resource.mo share/locale/ca@valencia/LC_MESSAGES/akonadi_serializer_plugins.mo share/locale/ca@valencia/LC_MESSAGES/akonadi_singlefile_resource.mo share/locale/ca@valencia/LC_MESSAGES/akonadi_strigi_feeder.mo share/locale/ca@valencia/LC_MESSAGES/akonadi_vcard_resource.mo share/locale/ca@valencia/LC_MESSAGES/akonadi_vcarddir_resource.mo share/locale/ca@valencia/LC_MESSAGES/akonadicontact.mo share/locale/ca@valencia/LC_MESSAGES/akonaditray.mo share/locale/ca@valencia/LC_MESSAGES/akregator.mo share/locale/ca@valencia/LC_MESSAGES/akregator_konqplugin.mo share/locale/ca@valencia/LC_MESSAGES/amor.mo share/locale/ca@valencia/LC_MESSAGES/ark.mo share/locale/ca@valencia/LC_MESSAGES/attica_kde.mo share/locale/ca@valencia/LC_MESSAGES/audiocd_encoder_lame.mo share/locale/ca@valencia/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/ca@valencia/LC_MESSAGES/audiorename_plugin.mo share/locale/ca@valencia/LC_MESSAGES/autorefresh.mo share/locale/ca@valencia/LC_MESSAGES/babelfish.mo share/locale/ca@valencia/LC_MESSAGES/blinken.mo share/locale/ca@valencia/LC_MESSAGES/blogilo.mo share/locale/ca@valencia/LC_MESSAGES/bomber.mo share/locale/ca@valencia/LC_MESSAGES/bovo.mo share/locale/ca@valencia/LC_MESSAGES/calendarsupport.mo share/locale/ca@valencia/LC_MESSAGES/cantor.mo share/locale/ca@valencia/LC_MESSAGES/cervisia.mo share/locale/ca@valencia/LC_MESSAGES/cryptopageplugin.mo share/locale/ca@valencia/LC_MESSAGES/cvsservice.mo share/locale/ca@valencia/LC_MESSAGES/dirfilterplugin.mo share/locale/ca@valencia/LC_MESSAGES/display.mo share/locale/ca@valencia/LC_MESSAGES/dolphin.mo share/locale/ca@valencia/LC_MESSAGES/domtreeviewer.mo share/locale/ca@valencia/LC_MESSAGES/dragonplayer.mo share/locale/ca@valencia/LC_MESSAGES/drkonqi.mo share/locale/ca@valencia/LC_MESSAGES/filelight.mo share/locale/ca@valencia/LC_MESSAGES/filetypes.mo share/locale/ca@valencia/LC_MESSAGES/fileviewgitplugin.mo share/locale/ca@valencia/LC_MESSAGES/fileviewsvnplugin.mo share/locale/ca@valencia/LC_MESSAGES/freespacenotifier.mo share/locale/ca@valencia/LC_MESSAGES/fsview.mo share/locale/ca@valencia/LC_MESSAGES/granatier.mo share/locale/ca@valencia/LC_MESSAGES/gwenview.mo share/locale/ca@valencia/LC_MESSAGES/htmlsearch.mo share/locale/ca@valencia/LC_MESSAGES/imagerename_plugin.mo share/locale/ca@valencia/LC_MESSAGES/imgalleryplugin.mo share/locale/ca@valencia/LC_MESSAGES/jovie.mo share/locale/ca@valencia/LC_MESSAGES/joystick.mo share/locale/ca@valencia/LC_MESSAGES/juk.mo share/locale/ca@valencia/LC_MESSAGES/kabc.mo share/locale/ca@valencia/LC_MESSAGES/kabc_akonadi.mo share/locale/ca@valencia/LC_MESSAGES/kabc_dir.mo share/locale/ca@valencia/LC_MESSAGES/kabc_file.mo share/locale/ca@valencia/LC_MESSAGES/kabc_ldapkio.mo share/locale/ca@valencia/LC_MESSAGES/kabc_net.mo share/locale/ca@valencia/LC_MESSAGES/kabcclient.mo share/locale/ca@valencia/LC_MESSAGES/kabcformat_binary.mo share/locale/ca@valencia/LC_MESSAGES/kaccess.mo share/locale/ca@valencia/LC_MESSAGES/kaccessibleapp.mo share/locale/ca@valencia/LC_MESSAGES/kactivitymanagerd.mo share/locale/ca@valencia/LC_MESSAGES/kaddressbook-mobile.mo share/locale/ca@valencia/LC_MESSAGES/kaddressbook.mo share/locale/ca@valencia/LC_MESSAGES/kaddressbookmigrator.mo share/locale/ca@valencia/LC_MESSAGES/kajongg.mo share/locale/ca@valencia/LC_MESSAGES/kalarm.mo share/locale/ca@valencia/LC_MESSAGES/kalgebra.mo share/locale/ca@valencia/LC_MESSAGES/kalzium.mo share/locale/ca@valencia/LC_MESSAGES/kanagram.mo share/locale/ca@valencia/LC_MESSAGES/kapman.mo share/locale/ca@valencia/LC_MESSAGES/kapptemplate.mo share/locale/ca@valencia/LC_MESSAGES/kate-ctags-plugin.mo share/locale/ca@valencia/LC_MESSAGES/kate.mo share/locale/ca@valencia/LC_MESSAGES/kate_kttsd.mo share/locale/ca@valencia/LC_MESSAGES/katebacktracebrowserplugin.mo share/locale/ca@valencia/LC_MESSAGES/katebuild-plugin.mo share/locale/ca@valencia/LC_MESSAGES/katefilebrowserplugin.mo share/locale/ca@valencia/LC_MESSAGES/katefiletemplates.mo share/locale/ca@valencia/LC_MESSAGES/kategdbplugin.mo share/locale/ca@valencia/LC_MESSAGES/katehelloworld.mo share/locale/ca@valencia/LC_MESSAGES/katekonsoleplugin.mo share/locale/ca@valencia/LC_MESSAGES/katemailfilesplugin.mo share/locale/ca@valencia/LC_MESSAGES/kateopenheader.mo share/locale/ca@valencia/LC_MESSAGES/katepart4.mo share/locale/ca@valencia/LC_MESSAGES/katesnippets_tng.mo share/locale/ca@valencia/LC_MESSAGES/katesql.mo share/locale/ca@valencia/LC_MESSAGES/katesymbolviewer.mo share/locale/ca@valencia/LC_MESSAGES/katetabbarextension.mo share/locale/ca@valencia/LC_MESSAGES/katetabifyplugin.mo share/locale/ca@valencia/LC_MESSAGES/katetextfilter.mo share/locale/ca@valencia/LC_MESSAGES/katexmlcheck.mo share/locale/ca@valencia/LC_MESSAGES/katexmltools.mo share/locale/ca@valencia/LC_MESSAGES/katomic.mo share/locale/ca@valencia/LC_MESSAGES/kbattleship.mo share/locale/ca@valencia/LC_MESSAGES/kblackbox.mo share/locale/ca@valencia/LC_MESSAGES/kblankscrn.mo share/locale/ca@valencia/LC_MESSAGES/kblocks.mo share/locale/ca@valencia/LC_MESSAGES/kbounce.mo share/locale/ca@valencia/LC_MESSAGES/kbreakout.mo share/locale/ca@valencia/LC_MESSAGES/kbruch.mo share/locale/ca@valencia/LC_MESSAGES/kcachegrind.mo share/locale/ca@valencia/LC_MESSAGES/kcachegrind_qt.mo share/locale/ca@valencia/LC_MESSAGES/kcal_akonadi.mo share/locale/ca@valencia/LC_MESSAGES/kcalc.mo share/locale/ca@valencia/LC_MESSAGES/kcertpart.mo share/locale/ca@valencia/LC_MESSAGES/kcharselect.mo share/locale/ca@valencia/LC_MESSAGES/kcm_akonadi.mo share/locale/ca@valencia/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/ca@valencia/LC_MESSAGES/kcm_attica.mo share/locale/ca@valencia/LC_MESSAGES/kcm_autostart.mo share/locale/ca@valencia/LC_MESSAGES/kcm_desktoppaths.mo share/locale/ca@valencia/LC_MESSAGES/kcm_desktopthemedetails.mo share/locale/ca@valencia/LC_MESSAGES/kcm_device_automounter.mo share/locale/ca@valencia/LC_MESSAGES/kcm_emoticons.mo share/locale/ca@valencia/LC_MESSAGES/kcm_infobase.mo share/locale/ca@valencia/LC_MESSAGES/kcm_infosummary.mo -share/locale/ca@valencia/LC_MESSAGES/kcm_krfb.mo share/locale/ca@valencia/LC_MESSAGES/kcm_kwindesktop.mo share/locale/ca@valencia/LC_MESSAGES/kcm_kwintabbox.mo share/locale/ca@valencia/LC_MESSAGES/kcm_memory.mo share/locale/ca@valencia/LC_MESSAGES/kcm_nepomuk.mo share/locale/ca@valencia/LC_MESSAGES/kcm_pci.mo share/locale/ca@valencia/LC_MESSAGES/kcm_phonon.mo share/locale/ca@valencia/LC_MESSAGES/kcm_platform.mo share/locale/ca@valencia/LC_MESSAGES/kcm_remotecontrol.mo share/locale/ca@valencia/LC_MESSAGES/kcm_solid.mo share/locale/ca@valencia/LC_MESSAGES/kcm_solid_actions.mo share/locale/ca@valencia/LC_MESSAGES/kcm_standard_actions.mo share/locale/ca@valencia/LC_MESSAGES/kcmaccess.mo share/locale/ca@valencia/LC_MESSAGES/kcmaudiocd.mo share/locale/ca@valencia/LC_MESSAGES/kcmbackground.mo share/locale/ca@valencia/LC_MESSAGES/kcmbell.mo share/locale/ca@valencia/LC_MESSAGES/kcmcddb.mo share/locale/ca@valencia/LC_MESSAGES/kcmcgi.mo share/locale/ca@valencia/LC_MESSAGES/kcmcolors.mo share/locale/ca@valencia/LC_MESSAGES/kcmcomponentchooser.mo share/locale/ca@valencia/LC_MESSAGES/kcmcrypto.mo share/locale/ca@valencia/LC_MESSAGES/kcmdevinfo.mo share/locale/ca@valencia/LC_MESSAGES/kcmfonts.mo share/locale/ca@valencia/LC_MESSAGES/kcmhtmlsearch.mo share/locale/ca@valencia/LC_MESSAGES/kcmicons.mo share/locale/ca@valencia/LC_MESSAGES/kcminfo.mo share/locale/ca@valencia/LC_MESSAGES/kcminit.mo share/locale/ca@valencia/LC_MESSAGES/kcminput.mo share/locale/ca@valencia/LC_MESSAGES/kcmkamera.mo share/locale/ca@valencia/LC_MESSAGES/kcmkclock.mo share/locale/ca@valencia/LC_MESSAGES/kcmkded.mo share/locale/ca@valencia/LC_MESSAGES/kcmkdnssd.mo share/locale/ca@valencia/LC_MESSAGES/kcmkeyboard.mo share/locale/ca@valencia/LC_MESSAGES/kcmkeys.mo share/locale/ca@valencia/LC_MESSAGES/kcmkgamma.mo share/locale/ca@valencia/LC_MESSAGES/kcmkio.mo share/locale/ca@valencia/LC_MESSAGES/kcmkonq.mo share/locale/ca@valencia/LC_MESSAGES/kcmkonqhtml.mo share/locale/ca@valencia/LC_MESSAGES/kcmkurifilt.mo share/locale/ca@valencia/LC_MESSAGES/kcmkwallet.mo share/locale/ca@valencia/LC_MESSAGES/kcmkwincompositing.mo share/locale/ca@valencia/LC_MESSAGES/kcmkwindecoration.mo share/locale/ca@valencia/LC_MESSAGES/kcmkwinrules.mo share/locale/ca@valencia/LC_MESSAGES/kcmkwinscreenedges.mo share/locale/ca@valencia/LC_MESSAGES/kcmkwm.mo share/locale/ca@valencia/LC_MESSAGES/kcmlaunch.mo share/locale/ca@valencia/LC_MESSAGES/kcmlocale.mo share/locale/ca@valencia/LC_MESSAGES/kcmnic.mo share/locale/ca@valencia/LC_MESSAGES/kcmnotify.mo share/locale/ca@valencia/LC_MESSAGES/kcmopengl.mo share/locale/ca@valencia/LC_MESSAGES/kcmperformance.mo share/locale/ca@valencia/LC_MESSAGES/kcmsamba.mo share/locale/ca@valencia/LC_MESSAGES/kcmscreensaver.mo share/locale/ca@valencia/LC_MESSAGES/kcmshell.mo share/locale/ca@valencia/LC_MESSAGES/kcmsmartcard.mo share/locale/ca@valencia/LC_MESSAGES/kcmsmserver.mo share/locale/ca@valencia/LC_MESSAGES/kcmstyle.mo share/locale/ca@valencia/LC_MESSAGES/kcmusb.mo share/locale/ca@valencia/LC_MESSAGES/kcmview1394.mo share/locale/ca@valencia/LC_MESSAGES/kcmworkspaceoptions.mo share/locale/ca@valencia/LC_MESSAGES/kcolorchooser.mo share/locale/ca@valencia/LC_MESSAGES/kcron.mo share/locale/ca@valencia/LC_MESSAGES/kde-menu.mo share/locale/ca@valencia/LC_MESSAGES/kdeasciiquarium.mo share/locale/ca@valencia/LC_MESSAGES/kdebugdialog.mo share/locale/ca@valencia/LC_MESSAGES/kdecalendarsystems.mo share/locale/ca@valencia/LC_MESSAGES/kdelibs4.mo share/locale/ca@valencia/LC_MESSAGES/kdelibs_colors4.mo share/locale/ca@valencia/LC_MESSAGES/kdepasswd.mo share/locale/ca@valencia/LC_MESSAGES/kdepim-runtime-qml.mo share/locale/ca@valencia/LC_MESSAGES/kdeqt.mo share/locale/ca@valencia/LC_MESSAGES/kdesu.mo share/locale/ca@valencia/LC_MESSAGES/kdesud.mo share/locale/ca@valencia/LC_MESSAGES/kdf.mo share/locale/ca@valencia/LC_MESSAGES/kdgantt2.mo share/locale/ca@valencia/LC_MESSAGES/kdialog.mo share/locale/ca@valencia/LC_MESSAGES/kdiamond.mo share/locale/ca@valencia/LC_MESSAGES/kdmconfig.mo share/locale/ca@valencia/LC_MESSAGES/kdmgreet.mo share/locale/ca@valencia/LC_MESSAGES/kdontchangethehostname.mo share/locale/ca@valencia/LC_MESSAGES/keditbookmarks.mo share/locale/ca@valencia/LC_MESSAGES/kfile.mo share/locale/ca@valencia/LC_MESSAGES/kfile_dds.mo share/locale/ca@valencia/LC_MESSAGES/kfile_drgeo.mo share/locale/ca@valencia/LC_MESSAGES/kfile_exr.mo share/locale/ca@valencia/LC_MESSAGES/kfile_kig.mo share/locale/ca@valencia/LC_MESSAGES/kfile_mail.mo share/locale/ca@valencia/LC_MESSAGES/kfile_pnm.mo share/locale/ca@valencia/LC_MESSAGES/kfile_raw.mo share/locale/ca@valencia/LC_MESSAGES/kfile_rgb.mo share/locale/ca@valencia/LC_MESSAGES/kfile_rpm.mo share/locale/ca@valencia/LC_MESSAGES/kfile_tiff.mo share/locale/ca@valencia/LC_MESSAGES/kfile_xps.mo share/locale/ca@valencia/LC_MESSAGES/kfileaudiopreview4.mo share/locale/ca@valencia/LC_MESSAGES/kfilereplace.mo share/locale/ca@valencia/LC_MESSAGES/kfileshare.mo share/locale/ca@valencia/LC_MESSAGES/kfindpart.mo share/locale/ca@valencia/LC_MESSAGES/kfloppy.mo share/locale/ca@valencia/LC_MESSAGES/kfmclient.mo share/locale/ca@valencia/LC_MESSAGES/kfontinst.mo share/locale/ca@valencia/LC_MESSAGES/kfourinline.mo share/locale/ca@valencia/LC_MESSAGES/kgeography.mo share/locale/ca@valencia/LC_MESSAGES/kget.mo share/locale/ca@valencia/LC_MESSAGES/kgetplugin.mo share/locale/ca@valencia/LC_MESSAGES/kglobalaccel.mo share/locale/ca@valencia/LC_MESSAGES/kgoldrunner.mo share/locale/ca@valencia/LC_MESSAGES/kgpg.mo share/locale/ca@valencia/LC_MESSAGES/kgreet_classic.mo share/locale/ca@valencia/LC_MESSAGES/kgreet_generic.mo share/locale/ca@valencia/LC_MESSAGES/kgreet_winbind.mo share/locale/ca@valencia/LC_MESSAGES/khangman.mo share/locale/ca@valencia/LC_MESSAGES/khelpcenter.mo share/locale/ca@valencia/LC_MESSAGES/khotkeys.mo share/locale/ca@valencia/LC_MESSAGES/khotnewstuff.mo share/locale/ca@valencia/LC_MESSAGES/khtmlkttsd.mo share/locale/ca@valencia/LC_MESSAGES/khtmlsettingsplugin.mo share/locale/ca@valencia/LC_MESSAGES/kiconfinder.mo share/locale/ca@valencia/LC_MESSAGES/kig.mo share/locale/ca@valencia/LC_MESSAGES/kigo.mo share/locale/ca@valencia/LC_MESSAGES/killbots.mo share/locale/ca@valencia/LC_MESSAGES/kimagemapeditor.mo -share/locale/ca@valencia/LC_MESSAGES/kinetd.mo share/locale/ca@valencia/LC_MESSAGES/kinfocenter.mo share/locale/ca@valencia/LC_MESSAGES/kio4.mo share/locale/ca@valencia/LC_MESSAGES/kio_akonadi.mo share/locale/ca@valencia/LC_MESSAGES/kio_applications.mo share/locale/ca@valencia/LC_MESSAGES/kio_archive.mo share/locale/ca@valencia/LC_MESSAGES/kio_audiocd.mo share/locale/ca@valencia/LC_MESSAGES/kio_bookmarks.mo share/locale/ca@valencia/LC_MESSAGES/kio_finger.mo share/locale/ca@valencia/LC_MESSAGES/kio_fish.mo share/locale/ca@valencia/LC_MESSAGES/kio_floppy.mo share/locale/ca@valencia/LC_MESSAGES/kio_help4.mo share/locale/ca@valencia/LC_MESSAGES/kio_imap4.mo share/locale/ca@valencia/LC_MESSAGES/kio_info.mo share/locale/ca@valencia/LC_MESSAGES/kio_jabberdisco.mo share/locale/ca@valencia/LC_MESSAGES/kio_ldap.mo share/locale/ca@valencia/LC_MESSAGES/kio_man.mo share/locale/ca@valencia/LC_MESSAGES/kio_mbox.mo share/locale/ca@valencia/LC_MESSAGES/kio_nepomuk.mo share/locale/ca@valencia/LC_MESSAGES/kio_nepomuksearch.mo share/locale/ca@valencia/LC_MESSAGES/kio_nfs.mo share/locale/ca@valencia/LC_MESSAGES/kio_nntp.mo share/locale/ca@valencia/LC_MESSAGES/kio_perldoc.mo share/locale/ca@valencia/LC_MESSAGES/kio_pop3.mo share/locale/ca@valencia/LC_MESSAGES/kio_remote.mo share/locale/ca@valencia/LC_MESSAGES/kio_sftp.mo share/locale/ca@valencia/LC_MESSAGES/kio_sieve.mo share/locale/ca@valencia/LC_MESSAGES/kio_smb.mo share/locale/ca@valencia/LC_MESSAGES/kio_smtp.mo share/locale/ca@valencia/LC_MESSAGES/kio_svn.mo share/locale/ca@valencia/LC_MESSAGES/kio_thumbnail.mo share/locale/ca@valencia/LC_MESSAGES/kio_timeline.mo share/locale/ca@valencia/LC_MESSAGES/kio_trash.mo share/locale/ca@valencia/LC_MESSAGES/kio_zeroconf.mo share/locale/ca@valencia/LC_MESSAGES/kioclient.mo share/locale/ca@valencia/LC_MESSAGES/kioexec.mo share/locale/ca@valencia/LC_MESSAGES/kiriki.mo share/locale/ca@valencia/LC_MESSAGES/kiten.mo share/locale/ca@valencia/LC_MESSAGES/kjots.mo share/locale/ca@valencia/LC_MESSAGES/kjotsmigrator.mo share/locale/ca@valencia/LC_MESSAGES/kjumpingcube.mo share/locale/ca@valencia/LC_MESSAGES/kleopatra.mo share/locale/ca@valencia/LC_MESSAGES/klettres.mo share/locale/ca@valencia/LC_MESSAGES/klickety.mo share/locale/ca@valencia/LC_MESSAGES/klines.mo share/locale/ca@valencia/LC_MESSAGES/klinkstatus.mo share/locale/ca@valencia/LC_MESSAGES/klipper.mo share/locale/ca@valencia/LC_MESSAGES/klock.mo share/locale/ca@valencia/LC_MESSAGES/kmag.mo share/locale/ca@valencia/LC_MESSAGES/kmahjongg.mo share/locale/ca@valencia/LC_MESSAGES/kmail-migrator.mo share/locale/ca@valencia/LC_MESSAGES/kmail-mobile.mo share/locale/ca@valencia/LC_MESSAGES/kmail.mo share/locale/ca@valencia/LC_MESSAGES/kmailcvt.mo share/locale/ca@valencia/LC_MESSAGES/kmenuedit.mo share/locale/ca@valencia/LC_MESSAGES/kmimetypefinder.mo share/locale/ca@valencia/LC_MESSAGES/kmines.mo share/locale/ca@valencia/LC_MESSAGES/kmix.mo share/locale/ca@valencia/LC_MESSAGES/kmousetool.mo share/locale/ca@valencia/LC_MESSAGES/kmouth.mo share/locale/ca@valencia/LC_MESSAGES/kmplot.mo share/locale/ca@valencia/LC_MESSAGES/knetattach.mo share/locale/ca@valencia/LC_MESSAGES/knetwalk.mo share/locale/ca@valencia/LC_MESSAGES/knode.mo share/locale/ca@valencia/LC_MESSAGES/knotes.mo share/locale/ca@valencia/LC_MESSAGES/knotify4.mo share/locale/ca@valencia/LC_MESSAGES/kolf.mo share/locale/ca@valencia/LC_MESSAGES/kollision.mo share/locale/ca@valencia/LC_MESSAGES/kolourpaint.mo share/locale/ca@valencia/LC_MESSAGES/kommander.mo share/locale/ca@valencia/LC_MESSAGES/kompare.mo share/locale/ca@valencia/LC_MESSAGES/konqueror.mo share/locale/ca@valencia/LC_MESSAGES/konquest.mo share/locale/ca@valencia/LC_MESSAGES/konsole.mo share/locale/ca@valencia/LC_MESSAGES/konsolekalendar.mo share/locale/ca@valencia/LC_MESSAGES/kontact.mo share/locale/ca@valencia/LC_MESSAGES/kontactinterfaces.mo share/locale/ca@valencia/LC_MESSAGES/kopete.mo share/locale/ca@valencia/LC_MESSAGES/korganizer-mobile.mo share/locale/ca@valencia/LC_MESSAGES/korganizer.mo share/locale/ca@valencia/LC_MESSAGES/kpartloader.mo share/locale/ca@valencia/LC_MESSAGES/kpartsaver.mo share/locale/ca@valencia/LC_MESSAGES/kpasswdserver.mo share/locale/ca@valencia/LC_MESSAGES/kpat.mo share/locale/ca@valencia/LC_MESSAGES/kppp.mo share/locale/ca@valencia/LC_MESSAGES/kppplogview.mo share/locale/ca@valencia/LC_MESSAGES/kquitapp.mo share/locale/ca@valencia/LC_MESSAGES/krandr.mo share/locale/ca@valencia/LC_MESSAGES/krcdnotifieritem.mo share/locale/ca@valencia/LC_MESSAGES/krdb.mo share/locale/ca@valencia/LC_MESSAGES/krdc.mo share/locale/ca@valencia/LC_MESSAGES/kreadconfig.mo share/locale/ca@valencia/LC_MESSAGES/kremotecontroldaemon.mo share/locale/ca@valencia/LC_MESSAGES/kres-migrator.mo share/locale/ca@valencia/LC_MESSAGES/kres_blog.mo share/locale/ca@valencia/LC_MESSAGES/kres_remote.mo share/locale/ca@valencia/LC_MESSAGES/kresources_shared_akonadi.mo share/locale/ca@valencia/LC_MESSAGES/kreversi.mo share/locale/ca@valencia/LC_MESSAGES/krfb.mo share/locale/ca@valencia/LC_MESSAGES/kruler.mo share/locale/ca@valencia/LC_MESSAGES/krunner.mo share/locale/ca@valencia/LC_MESSAGES/ksaneplugin.mo share/locale/ca@valencia/LC_MESSAGES/kscd.mo share/locale/ca@valencia/LC_MESSAGES/kscreensaver.mo share/locale/ca@valencia/LC_MESSAGES/ksendemail.mo share/locale/ca@valencia/LC_MESSAGES/kshellcmdplugin.mo share/locale/ca@valencia/LC_MESSAGES/kshisen.mo share/locale/ca@valencia/LC_MESSAGES/kshorturifilter.mo share/locale/ca@valencia/LC_MESSAGES/ksirk.mo share/locale/ca@valencia/LC_MESSAGES/ksirkskineditor.mo share/locale/ca@valencia/LC_MESSAGES/ksmserver.mo share/locale/ca@valencia/LC_MESSAGES/ksnapshot.mo share/locale/ca@valencia/LC_MESSAGES/kspaceduel.mo share/locale/ca@valencia/LC_MESSAGES/ksplashthemes.mo share/locale/ca@valencia/LC_MESSAGES/ksquares.mo share/locale/ca@valencia/LC_MESSAGES/kstars.mo share/locale/ca@valencia/LC_MESSAGES/kstart.mo share/locale/ca@valencia/LC_MESSAGES/kstartperf.mo share/locale/ca@valencia/LC_MESSAGES/kstyle_config.mo share/locale/ca@valencia/LC_MESSAGES/kstyle_phase_config.mo share/locale/ca@valencia/LC_MESSAGES/ksudoku.mo share/locale/ca@valencia/LC_MESSAGES/ksysguard.mo share/locale/ca@valencia/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/ca@valencia/LC_MESSAGES/ksystemlog.mo share/locale/ca@valencia/LC_MESSAGES/ksystraycmd.mo share/locale/ca@valencia/LC_MESSAGES/kteatime.mo share/locale/ca@valencia/LC_MESSAGES/ktesnippets_editor.mo share/locale/ca@valencia/LC_MESSAGES/ktexteditor_codesnippets_core.mo share/locale/ca@valencia/LC_MESSAGES/ktexteditor_plugins.mo share/locale/ca@valencia/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/ca@valencia/LC_MESSAGES/ktimer.mo share/locale/ca@valencia/LC_MESSAGES/ktimetracker.mo share/locale/ca@valencia/LC_MESSAGES/ktouch.mo share/locale/ca@valencia/LC_MESSAGES/ktraderclient.mo share/locale/ca@valencia/LC_MESSAGES/ktron.mo share/locale/ca@valencia/LC_MESSAGES/ktuberling.mo share/locale/ca@valencia/LC_MESSAGES/kturtle.mo share/locale/ca@valencia/LC_MESSAGES/ktux.mo share/locale/ca@valencia/LC_MESSAGES/kubrick.mo share/locale/ca@valencia/LC_MESSAGES/kuiserver.mo share/locale/ca@valencia/LC_MESSAGES/kuiviewer.mo share/locale/ca@valencia/LC_MESSAGES/kurifilter.mo share/locale/ca@valencia/LC_MESSAGES/kuser.mo share/locale/ca@valencia/LC_MESSAGES/kwalletd.mo share/locale/ca@valencia/LC_MESSAGES/kwalletmanager.mo share/locale/ca@valencia/LC_MESSAGES/kwatchgnupg.mo share/locale/ca@valencia/LC_MESSAGES/kwin.mo share/locale/ca@valencia/LC_MESSAGES/kwin_art_clients.mo share/locale/ca@valencia/LC_MESSAGES/kwin_clients.mo share/locale/ca@valencia/LC_MESSAGES/kwin_effects.mo share/locale/ca@valencia/LC_MESSAGES/kwinshutdown.mo share/locale/ca@valencia/LC_MESSAGES/kwinstartmenu.mo share/locale/ca@valencia/LC_MESSAGES/kwordquiz.mo share/locale/ca@valencia/LC_MESSAGES/kwrite.mo share/locale/ca@valencia/LC_MESSAGES/kwriteconfig.mo share/locale/ca@valencia/LC_MESSAGES/kxkb.mo share/locale/ca@valencia/LC_MESSAGES/kxsconfig.mo share/locale/ca@valencia/LC_MESSAGES/lancelot.mo share/locale/ca@valencia/LC_MESSAGES/libakonadi-calendar.mo share/locale/ca@valencia/LC_MESSAGES/libakonadi-kmime.mo share/locale/ca@valencia/LC_MESSAGES/libakonadi.mo share/locale/ca@valencia/LC_MESSAGES/libeventviews.mo share/locale/ca@valencia/LC_MESSAGES/libkalarmcal.mo share/locale/ca@valencia/LC_MESSAGES/libkasten.mo share/locale/ca@valencia/LC_MESSAGES/libkblog.mo share/locale/ca@valencia/LC_MESSAGES/libkcal.mo share/locale/ca@valencia/LC_MESSAGES/libkcalutils.mo share/locale/ca@valencia/LC_MESSAGES/libkcddb.mo share/locale/ca@valencia/LC_MESSAGES/libkcompactdisc.mo share/locale/ca@valencia/LC_MESSAGES/libkdcraw.mo share/locale/ca@valencia/LC_MESSAGES/libkdecorations.mo share/locale/ca@valencia/LC_MESSAGES/libkdeedu.mo share/locale/ca@valencia/LC_MESSAGES/libkdegames.mo share/locale/ca@valencia/LC_MESSAGES/libkdepim.mo share/locale/ca@valencia/LC_MESSAGES/libkexiv2.mo share/locale/ca@valencia/LC_MESSAGES/libkholidays.mo share/locale/ca@valencia/LC_MESSAGES/libkimap.mo share/locale/ca@valencia/LC_MESSAGES/libkldap.mo share/locale/ca@valencia/LC_MESSAGES/libkleopatra.mo share/locale/ca@valencia/LC_MESSAGES/libkmahjongg.mo share/locale/ca@valencia/LC_MESSAGES/libkmime.mo share/locale/ca@valencia/LC_MESSAGES/libkonq.mo share/locale/ca@valencia/LC_MESSAGES/libkpgp.mo share/locale/ca@valencia/LC_MESSAGES/libkpimidentities.mo share/locale/ca@valencia/LC_MESSAGES/libkpimtextedit.mo share/locale/ca@valencia/LC_MESSAGES/libkpimutils.mo share/locale/ca@valencia/LC_MESSAGES/libkremotecontrol.mo share/locale/ca@valencia/LC_MESSAGES/libkresources.mo share/locale/ca@valencia/LC_MESSAGES/libksane.mo share/locale/ca@valencia/LC_MESSAGES/libkscreensaver.mo share/locale/ca@valencia/LC_MESSAGES/libksieve.mo share/locale/ca@valencia/LC_MESSAGES/libktnef.mo share/locale/ca@valencia/LC_MESSAGES/libkunitconversion.mo share/locale/ca@valencia/LC_MESSAGES/libkworkspace.mo share/locale/ca@valencia/LC_MESSAGES/libkxmlrpcclient.mo share/locale/ca@valencia/LC_MESSAGES/liblancelot-datamodels.mo share/locale/ca@valencia/LC_MESSAGES/libmailcommon.mo share/locale/ca@valencia/LC_MESSAGES/libmailimporter.mo share/locale/ca@valencia/LC_MESSAGES/libmailtransport.mo share/locale/ca@valencia/LC_MESSAGES/libmessagecomposer.mo share/locale/ca@valencia/LC_MESSAGES/libmessagecore.mo share/locale/ca@valencia/LC_MESSAGES/libmessagelist.mo share/locale/ca@valencia/LC_MESSAGES/libmessageviewer.mo share/locale/ca@valencia/LC_MESSAGES/liboktetacore.mo share/locale/ca@valencia/LC_MESSAGES/liboktetagui.mo share/locale/ca@valencia/LC_MESSAGES/liboktetakasten.mo share/locale/ca@valencia/LC_MESSAGES/libphonon.mo share/locale/ca@valencia/LC_MESSAGES/libplasma.mo share/locale/ca@valencia/LC_MESSAGES/libplasma_groupingcontainment.mo share/locale/ca@valencia/LC_MESSAGES/libplasmaclock.mo share/locale/ca@valencia/LC_MESSAGES/libplasmaweather.mo share/locale/ca@valencia/LC_MESSAGES/libtaskmanager.mo share/locale/ca@valencia/LC_MESSAGES/lokalize.mo share/locale/ca@valencia/LC_MESSAGES/lskat.mo share/locale/ca@valencia/LC_MESSAGES/mailreader.mo share/locale/ca@valencia/LC_MESSAGES/marble.mo share/locale/ca@valencia/LC_MESSAGES/marble_qt.mo share/locale/ca@valencia/LC_MESSAGES/messageviewer_text_calendar_plugin.mo share/locale/ca@valencia/LC_MESSAGES/messageviewer_text_vcard_plugin.mo share/locale/ca@valencia/LC_MESSAGES/messageviewer_text_xdiff_plugin.mo share/locale/ca@valencia/LC_MESSAGES/mf_konqplugin.mo share/locale/ca@valencia/LC_MESSAGES/minitoolsplugin.mo share/locale/ca@valencia/LC_MESSAGES/mplayerthumbs.mo share/locale/ca@valencia/LC_MESSAGES/mplayerthumbsconfig.mo share/locale/ca@valencia/LC_MESSAGES/nepomukbackup.mo share/locale/ca@valencia/LC_MESSAGES/nepomukfileindexer.mo share/locale/ca@valencia/LC_MESSAGES/nepomukqueryservice.mo share/locale/ca@valencia/LC_MESSAGES/nepomukserver.mo share/locale/ca@valencia/LC_MESSAGES/nepomukservicestub.mo share/locale/ca@valencia/LC_MESSAGES/nepomukstorage.mo share/locale/ca@valencia/LC_MESSAGES/newmailnotifieragent.mo share/locale/ca@valencia/LC_MESSAGES/notes-mobile.mo share/locale/ca@valencia/LC_MESSAGES/nsplugin.mo share/locale/ca@valencia/LC_MESSAGES/okteta-mobile.mo share/locale/ca@valencia/LC_MESSAGES/okteta.mo share/locale/ca@valencia/LC_MESSAGES/oktetapart.mo share/locale/ca@valencia/LC_MESSAGES/okular.mo share/locale/ca@valencia/LC_MESSAGES/okular_chm.mo share/locale/ca@valencia/LC_MESSAGES/okular_comicbook.mo share/locale/ca@valencia/LC_MESSAGES/okular_djvu.mo share/locale/ca@valencia/LC_MESSAGES/okular_dvi.mo share/locale/ca@valencia/LC_MESSAGES/okular_epub.mo share/locale/ca@valencia/LC_MESSAGES/okular_fax.mo share/locale/ca@valencia/LC_MESSAGES/okular_fictionbook.mo share/locale/ca@valencia/LC_MESSAGES/okular_ghostview.mo share/locale/ca@valencia/LC_MESSAGES/okular_kimgio.mo share/locale/ca@valencia/LC_MESSAGES/okular_mobi.mo share/locale/ca@valencia/LC_MESSAGES/okular_ooo.mo share/locale/ca@valencia/LC_MESSAGES/okular_plucker.mo share/locale/ca@valencia/LC_MESSAGES/okular_poppler.mo share/locale/ca@valencia/LC_MESSAGES/okular_tiff.mo share/locale/ca@valencia/LC_MESSAGES/okular_xps.mo share/locale/ca@valencia/LC_MESSAGES/palapeli.mo share/locale/ca@valencia/LC_MESSAGES/parley.mo share/locale/ca@valencia/LC_MESSAGES/phonon_gstreamer.mo share/locale/ca@valencia/LC_MESSAGES/phonon_kde.mo share/locale/ca@valencia/LC_MESSAGES/phonon_vlc.mo share/locale/ca@valencia/LC_MESSAGES/phononserver.mo share/locale/ca@valencia/LC_MESSAGES/plasma-desktop.mo share/locale/ca@valencia/LC_MESSAGES/plasma-netbook.mo share/locale/ca@valencia/LC_MESSAGES/plasma-overlay.mo share/locale/ca@valencia/LC_MESSAGES/plasma-windowed.mo share/locale/ca@valencia/LC_MESSAGES/plasma_applet_BbalL.mo share/locale/ca@valencia/LC_MESSAGES/plasma_applet_CharSelectApplet.mo share/locale/ca@valencia/LC_MESSAGES/plasma_applet_Molmasscalculator.mo share/locale/ca@valencia/LC_MESSAGES/plasma_applet_akonotes_note.mo share/locale/ca@valencia/LC_MESSAGES/plasma_applet_battery.mo share/locale/ca@valencia/LC_MESSAGES/plasma_applet_binaryclock.mo share/locale/ca@valencia/LC_MESSAGES/plasma_applet_bookmarks.mo share/locale/ca@valencia/LC_MESSAGES/plasma_applet_bubblemon.mo share/locale/ca@valencia/LC_MESSAGES/plasma_applet_calculator.mo share/locale/ca@valencia/LC_MESSAGES/plasma_applet_clock.mo share/locale/ca@valencia/LC_MESSAGES/plasma_applet_comic.mo share/locale/ca@valencia/LC_MESSAGES/plasma_applet_concentrationCalculator.mo share/locale/ca@valencia/LC_MESSAGES/plasma_applet_currentappcontrol.mo share/locale/ca@valencia/LC_MESSAGES/plasma_applet_dig_clock.mo share/locale/ca@valencia/LC_MESSAGES/plasma_applet_fifteenPuzzle.mo share/locale/ca@valencia/LC_MESSAGES/plasma_applet_fileWatcher.mo share/locale/ca@valencia/LC_MESSAGES/plasma_applet_folderview.mo share/locale/ca@valencia/LC_MESSAGES/plasma_applet_frame.mo share/locale/ca@valencia/LC_MESSAGES/plasma_applet_fuzzy_clock.mo share/locale/ca@valencia/LC_MESSAGES/plasma_applet_gasCalculator.mo share/locale/ca@valencia/LC_MESSAGES/plasma_applet_groupingpanel.mo share/locale/ca@valencia/LC_MESSAGES/plasma_applet_icon.mo share/locale/ca@valencia/LC_MESSAGES/plasma_applet_incomingmsg.mo share/locale/ca@valencia/LC_MESSAGES/plasma_applet_kalgebra.mo share/locale/ca@valencia/LC_MESSAGES/plasma_applet_kalzium.mo share/locale/ca@valencia/LC_MESSAGES/plasma_applet_katesession.mo share/locale/ca@valencia/LC_MESSAGES/plasma_applet_kdeobservatory.mo share/locale/ca@valencia/LC_MESSAGES/plasma_applet_kget.mo share/locale/ca@valencia/LC_MESSAGES/plasma_applet_kimpanel.mo share/locale/ca@valencia/LC_MESSAGES/plasma_applet_knowledgebase.mo share/locale/ca@valencia/LC_MESSAGES/plasma_applet_kolourpicker.mo share/locale/ca@valencia/LC_MESSAGES/plasma_applet_kpapplet.mo share/locale/ca@valencia/LC_MESSAGES/plasma_applet_launcher.mo share/locale/ca@valencia/LC_MESSAGES/plasma_applet_leavenote.mo share/locale/ca@valencia/LC_MESSAGES/plasma_applet_life.mo share/locale/ca@valencia/LC_MESSAGES/plasma_applet_lockout.mo share/locale/ca@valencia/LC_MESSAGES/plasma_applet_luna.mo share/locale/ca@valencia/LC_MESSAGES/plasma_applet_magnifique.mo share/locale/ca@valencia/LC_MESSAGES/plasma_applet_microblog.mo share/locale/ca@valencia/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/ca@valencia/LC_MESSAGES/plasma_applet_news.mo share/locale/ca@valencia/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/ca@valencia/LC_MESSAGES/plasma_applet_notes.mo share/locale/ca@valencia/LC_MESSAGES/plasma_applet_notifier.mo share/locale/ca@valencia/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/ca@valencia/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/ca@valencia/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/ca@valencia/LC_MESSAGES/plasma_applet_opendesktop_activities.mo share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.notifications.mo share/locale/ca@valencia/LC_MESSAGES/plasma_applet_pager.mo share/locale/ca@valencia/LC_MESSAGES/plasma_applet_panel.mo share/locale/ca@valencia/LC_MESSAGES/plasma_applet_panelspacer_internal.mo share/locale/ca@valencia/LC_MESSAGES/plasma_applet_paste.mo share/locale/ca@valencia/LC_MESSAGES/plasma_applet_pastebin.mo share/locale/ca@valencia/LC_MESSAGES/plasma_applet_plasmaboard.mo share/locale/ca@valencia/LC_MESSAGES/plasma_applet_previewer.mo share/locale/ca@valencia/LC_MESSAGES/plasma_applet_qalculate.mo share/locale/ca@valencia/LC_MESSAGES/plasma_applet_qstardict.mo share/locale/ca@valencia/LC_MESSAGES/plasma_applet_quicklaunch.mo share/locale/ca@valencia/LC_MESSAGES/plasma_applet_rssnow.mo share/locale/ca@valencia/LC_MESSAGES/plasma_applet_rtm.mo share/locale/ca@valencia/LC_MESSAGES/plasma_applet_sal.mo share/locale/ca@valencia/LC_MESSAGES/plasma_applet_saverdesktop.mo share/locale/ca@valencia/LC_MESSAGES/plasma_applet_searchbox.mo share/locale/ca@valencia/LC_MESSAGES/plasma_applet_showdashboard.mo share/locale/ca@valencia/LC_MESSAGES/plasma_applet_showdesktop.mo share/locale/ca@valencia/LC_MESSAGES/plasma_applet_skapplet.mo share/locale/ca@valencia/LC_MESSAGES/plasma_applet_spellcheck.mo share/locale/ca@valencia/LC_MESSAGES/plasma_applet_system-monitor.mo share/locale/ca@valencia/LC_MESSAGES/plasma_applet_systemloadviewer.mo share/locale/ca@valencia/LC_MESSAGES/plasma_applet_systemtray.mo share/locale/ca@valencia/LC_MESSAGES/plasma_applet_tasks.mo share/locale/ca@valencia/LC_MESSAGES/plasma_applet_timer.mo share/locale/ca@valencia/LC_MESSAGES/plasma_applet_trash.mo share/locale/ca@valencia/LC_MESSAGES/plasma_applet_unitconverter.mo share/locale/ca@valencia/LC_MESSAGES/plasma_applet_weather.mo share/locale/ca@valencia/LC_MESSAGES/plasma_applet_weatherstation.mo share/locale/ca@valencia/LC_MESSAGES/plasma_applet_webbrowser.mo share/locale/ca@valencia/LC_MESSAGES/plasma_applet_webslice.mo share/locale/ca@valencia/LC_MESSAGES/plasma_applet_windowlist.mo share/locale/ca@valencia/LC_MESSAGES/plasma_appletscriptengine_dashboard.mo share/locale/ca@valencia/LC_MESSAGES/plasma_containmentactions_contextmenu.mo share/locale/ca@valencia/LC_MESSAGES/plasma_containmentactions_switchactivity.mo share/locale/ca@valencia/LC_MESSAGES/plasma_containmentactions_switchdesktop.mo share/locale/ca@valencia/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/ca@valencia/LC_MESSAGES/plasma_engine_calendar.mo share/locale/ca@valencia/LC_MESSAGES/plasma_engine_kalzium.mo share/locale/ca@valencia/LC_MESSAGES/plasma_engine_kdeobservatory.mo share/locale/ca@valencia/LC_MESSAGES/plasma_engine_keystate.mo share/locale/ca@valencia/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/ca@valencia/LC_MESSAGES/plasma_engine_metadata.mo share/locale/ca@valencia/LC_MESSAGES/plasma_engine_network.mo share/locale/ca@valencia/LC_MESSAGES/plasma_engine_notifications.mo share/locale/ca@valencia/LC_MESSAGES/plasma_engine_nowplaying.mo share/locale/ca@valencia/LC_MESSAGES/plasma_engine_rss.mo share/locale/ca@valencia/LC_MESSAGES/plasma_engine_share.mo share/locale/ca@valencia/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/ca@valencia/LC_MESSAGES/plasma_engine_weather.mo share/locale/ca@valencia/LC_MESSAGES/plasma_packagestructure_comic.mo share/locale/ca@valencia/LC_MESSAGES/plasma_runner_CharacterRunner.mo share/locale/ca@valencia/LC_MESSAGES/plasma_runner_activities.mo share/locale/ca@valencia/LC_MESSAGES/plasma_runner_audioplayercontrol.mo share/locale/ca@valencia/LC_MESSAGES/plasma_runner_bookmarksrunner.mo share/locale/ca@valencia/LC_MESSAGES/plasma_runner_browserhistory.mo share/locale/ca@valencia/LC_MESSAGES/plasma_runner_calculatorrunner.mo share/locale/ca@valencia/LC_MESSAGES/plasma_runner_contacts.mo share/locale/ca@valencia/LC_MESSAGES/plasma_runner_converterrunner.mo share/locale/ca@valencia/LC_MESSAGES/plasma_runner_datetime.mo share/locale/ca@valencia/LC_MESSAGES/plasma_runner_events.mo share/locale/ca@valencia/LC_MESSAGES/plasma_runner_katesessions.mo share/locale/ca@valencia/LC_MESSAGES/plasma_runner_kget.mo share/locale/ca@valencia/LC_MESSAGES/plasma_runner_kill.mo share/locale/ca@valencia/LC_MESSAGES/plasma_runner_konquerorsessions.mo share/locale/ca@valencia/LC_MESSAGES/plasma_runner_konsolesessions.mo share/locale/ca@valencia/LC_MESSAGES/plasma_runner_kopete.mo share/locale/ca@valencia/LC_MESSAGES/plasma_runner_locations.mo share/locale/ca@valencia/LC_MESSAGES/plasma_runner_mediawiki.mo share/locale/ca@valencia/LC_MESSAGES/plasma_runner_nepomuksearchrunner.mo share/locale/ca@valencia/LC_MESSAGES/plasma_runner_placesrunner.mo share/locale/ca@valencia/LC_MESSAGES/plasma_runner_plasma-desktop.mo share/locale/ca@valencia/LC_MESSAGES/plasma_runner_powerdevil.mo share/locale/ca@valencia/LC_MESSAGES/plasma_runner_recentdocuments.mo share/locale/ca@valencia/LC_MESSAGES/plasma_runner_services.mo share/locale/ca@valencia/LC_MESSAGES/plasma_runner_sessions.mo share/locale/ca@valencia/LC_MESSAGES/plasma_runner_shell.mo share/locale/ca@valencia/LC_MESSAGES/plasma_runner_solid.mo share/locale/ca@valencia/LC_MESSAGES/plasma_runner_spellcheckrunner.mo share/locale/ca@valencia/LC_MESSAGES/plasma_runner_webshortcuts.mo share/locale/ca@valencia/LC_MESSAGES/plasma_runner_windowedwidgets.mo share/locale/ca@valencia/LC_MESSAGES/plasma_runner_windows.mo share/locale/ca@valencia/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/ca@valencia/LC_MESSAGES/plasma_toolbox_desktoptoolbox.mo share/locale/ca@valencia/LC_MESSAGES/plasma_toolbox_paneltoolbox.mo share/locale/ca@valencia/LC_MESSAGES/plasma_wallpaper_color.mo share/locale/ca@valencia/LC_MESSAGES/plasma_wallpaper_image.mo share/locale/ca@valencia/LC_MESSAGES/plasma_wallpaper_mandelbrot.mo share/locale/ca@valencia/LC_MESSAGES/plasma_wallpaper_marble.mo share/locale/ca@valencia/LC_MESSAGES/plasma_wallpaper_pattern.mo share/locale/ca@valencia/LC_MESSAGES/plasma_wallpaper_virus.mo share/locale/ca@valencia/LC_MESSAGES/plasma_wallpaper_weather.mo share/locale/ca@valencia/LC_MESSAGES/plasmagenericshell.mo share/locale/ca@valencia/LC_MESSAGES/plasmapkg.mo share/locale/ca@valencia/LC_MESSAGES/powerdevil.mo share/locale/ca@valencia/LC_MESSAGES/powerdevilglobalconfig.mo share/locale/ca@valencia/LC_MESSAGES/powerdevilprofilesconfig.mo share/locale/ca@valencia/LC_MESSAGES/processcore.mo share/locale/ca@valencia/LC_MESSAGES/processui.mo share/locale/ca@valencia/LC_MESSAGES/randrmonitor.mo share/locale/ca@valencia/LC_MESSAGES/rellinks.mo share/locale/ca@valencia/LC_MESSAGES/rocs.mo share/locale/ca@valencia/LC_MESSAGES/rocscore.mo share/locale/ca@valencia/LC_MESSAGES/rocsvisualeditor.mo share/locale/ca@valencia/LC_MESSAGES/searchbarplugin.mo share/locale/ca@valencia/LC_MESSAGES/solid-hardware.mo share/locale/ca@valencia/LC_MESSAGES/solid-network.mo share/locale/ca@valencia/LC_MESSAGES/solid_qt.mo share/locale/ca@valencia/LC_MESSAGES/solidcontrol.mo share/locale/ca@valencia/LC_MESSAGES/soliduiserver.mo share/locale/ca@valencia/LC_MESSAGES/step.mo share/locale/ca@valencia/LC_MESSAGES/step_qt.mo share/locale/ca@valencia/LC_MESSAGES/strigila_diff.mo share/locale/ca@valencia/LC_MESSAGES/superkaramba.mo share/locale/ca@valencia/LC_MESSAGES/svgpart.mo share/locale/ca@valencia/LC_MESSAGES/sweeper.mo share/locale/ca@valencia/LC_MESSAGES/systemsettings.mo share/locale/ca@valencia/LC_MESSAGES/tasks-mobile.mo share/locale/ca@valencia/LC_MESSAGES/timezones4.mo share/locale/ca@valencia/LC_MESSAGES/uachangerplugin.mo share/locale/ca@valencia/LC_MESSAGES/umbrello.mo share/locale/ca@valencia/LC_MESSAGES/useraccount.mo share/locale/ca@valencia/LC_MESSAGES/validatorsplugin.mo share/locale/ca@valencia/LC_MESSAGES/webarchiver.mo share/locale/ca@valencia/LC_MESSAGES/xml_mimetypes.mo share/locale/ca@valencia/entry.desktop Index: head/misc/kde4-l10n-cs/distinfo =================================================================== --- head/misc/kde4-l10n-cs/distinfo (revision 318451) +++ head/misc/kde4-l10n-cs/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/kde-l10n/kde-l10n-cs-4.10.1.tar.xz) = d50a2c38385be81d6a8f38543dc46030682ed23a607c1dc6b2f69a8f6d058be2 -SIZE (KDE/4.10.1/kde-l10n/kde-l10n-cs-4.10.1.tar.xz) = 3040332 +SHA256 (KDE/4.10.3/kde-l10n/kde-l10n-cs-4.10.3.tar.xz) = 3df256a2d3ad8e5aacb100ce9561801973088c1b29e9d8c1a35b415672fe558b +SIZE (KDE/4.10.3/kde-l10n/kde-l10n-cs-4.10.3.tar.xz) = 3047660 Index: head/misc/kde4-l10n-cs/pkg-plist =================================================================== --- head/misc/kde4-l10n-cs/pkg-plist (revision 318451) +++ head/misc/kde4-l10n-cs/pkg-plist (revision 318452) @@ -1,904 +1,903 @@ share/apps/autocorrect/cs.xml share/apps/khangman/cs.txt 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/apps/kvtml/cs/animals.kvtml share/apps/kvtml/cs/easy.kvtml share/apps/kvtml/cs/hard.kvtml share/apps/kvtml/cs/medium.kvtml share/doc/HTML/cs/bomber/common share/doc/HTML/cs/bomber/index.cache.bz2 share/doc/HTML/cs/bomber/index.docbook share/doc/HTML/cs/bovo/common share/doc/HTML/cs/bovo/index.cache.bz2 share/doc/HTML/cs/bovo/index.docbook share/doc/HTML/cs/common/fdl-translated.html share/doc/HTML/cs/common/gpl-translated.html share/doc/HTML/cs/common/kde-localised.css share/doc/HTML/cs/common/lgpl-translated.html share/doc/HTML/cs/kcharselect/common share/doc/HTML/cs/kcharselect/index.cache.bz2 share/doc/HTML/cs/kcharselect/index.docbook share/doc/HTML/cs/kcontrol/fonts/common share/doc/HTML/cs/kcontrol/fonts/index.cache.bz2 share/doc/HTML/cs/kcontrol/fonts/index.docbook share/doc/HTML/cs/kcontrol/kamera/common share/doc/HTML/cs/kcontrol/kamera/index.cache.bz2 share/doc/HTML/cs/kcontrol/kamera/index.docbook share/doc/HTML/cs/kcontrol/kgamma/common share/doc/HTML/cs/kcontrol/kgamma/index.cache.bz2 share/doc/HTML/cs/kcontrol/kgamma/index.docbook share/doc/HTML/cs/kget/common share/doc/HTML/cs/kget/index.cache.bz2 share/doc/HTML/cs/kget/index.docbook share/doc/HTML/cs/kmahjongg/common share/doc/HTML/cs/kmahjongg/index.cache.bz2 share/doc/HTML/cs/kmahjongg/index.docbook share/doc/HTML/cs/kmix/common share/doc/HTML/cs/kmix/index.cache.bz2 share/doc/HTML/cs/kmix/index.docbook share/doc/HTML/cs/knetwalk/common share/doc/HTML/cs/knetwalk/index.cache.bz2 share/doc/HTML/cs/knetwalk/index.docbook share/doc/HTML/cs/kollision/common share/doc/HTML/cs/kollision/index.cache.bz2 share/doc/HTML/cs/kollision/index.docbook share/doc/HTML/cs/kpat/common share/doc/HTML/cs/kpat/index.cache.bz2 share/doc/HTML/cs/kpat/index.docbook share/doc/HTML/cs/kruler/common share/doc/HTML/cs/kruler/index.cache.bz2 share/doc/HTML/cs/kruler/index.docbook share/doc/HTML/cs/kshisen/common share/doc/HTML/cs/kshisen/index.cache.bz2 share/doc/HTML/cs/kshisen/index.docbook share/doc/HTML/cs/ksnapshot/common share/doc/HTML/cs/ksnapshot/index.cache.bz2 share/doc/HTML/cs/ksnapshot/index.docbook share/doc/HTML/cs/ktimer/common share/doc/HTML/cs/ktimer/index.cache.bz2 share/doc/HTML/cs/ktimer/index.docbook share/doc/HTML/cs/lskat/common share/doc/HTML/cs/lskat/index.cache.bz2 share/doc/HTML/cs/lskat/index.docbook share/locale/cs/LC_MESSAGES/accountwizard.mo share/locale/cs/LC_MESSAGES/accountwizard_ical.mo share/locale/cs/LC_MESSAGES/accountwizard_imap.mo share/locale/cs/LC_MESSAGES/accountwizard_kolab.mo share/locale/cs/LC_MESSAGES/accountwizard_mailbox.mo share/locale/cs/LC_MESSAGES/accountwizard_maildir.mo share/locale/cs/LC_MESSAGES/accountwizard_pop3.mo share/locale/cs/LC_MESSAGES/accountwizard_tine20.mo share/locale/cs/LC_MESSAGES/activitymanager_plugin_globalshortcuts.mo share/locale/cs/LC_MESSAGES/activitymanager_uihandler_declarative.mo share/locale/cs/LC_MESSAGES/adblock.mo share/locale/cs/LC_MESSAGES/akonadi-filestore.mo share/locale/cs/LC_MESSAGES/akonadi_archivemail_agent.mo share/locale/cs/LC_MESSAGES/akonadi_birthdays_resource.mo share/locale/cs/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/cs/LC_MESSAGES/akonadi_davgroupware_resource.mo share/locale/cs/LC_MESSAGES/akonadi_google_resource.mo share/locale/cs/LC_MESSAGES/akonadi_ical_resource.mo share/locale/cs/LC_MESSAGES/akonadi_icaldir_resource.mo share/locale/cs/LC_MESSAGES/akonadi_imap_resource.mo share/locale/cs/LC_MESSAGES/akonadi_invitations_agent.mo share/locale/cs/LC_MESSAGES/akonadi_kabc_resource.mo share/locale/cs/LC_MESSAGES/akonadi_kalarm_resource.mo share/locale/cs/LC_MESSAGES/akonadi_kcal_resource.mo share/locale/cs/LC_MESSAGES/akonadi_kdeaccounts_resource.mo share/locale/cs/LC_MESSAGES/akonadi_knut_resource.mo share/locale/cs/LC_MESSAGES/akonadi_kolabproxy_resource.mo share/locale/cs/LC_MESSAGES/akonadi_kresourceassistant.mo share/locale/cs/LC_MESSAGES/akonadi_localbookmarks_resource.mo share/locale/cs/LC_MESSAGES/akonadi_maildir_resource.mo share/locale/cs/LC_MESSAGES/akonadi_maildispatcher_agent.mo share/locale/cs/LC_MESSAGES/akonadi_mailfilter_agent.mo share/locale/cs/LC_MESSAGES/akonadi_mailtransport_resource.mo share/locale/cs/LC_MESSAGES/akonadi_mbox_resource.mo share/locale/cs/LC_MESSAGES/akonadi_microblog_resource.mo share/locale/cs/LC_MESSAGES/akonadi_mixedmaildir_resource.mo share/locale/cs/LC_MESSAGES/akonadi_nepomuk_feeder.mo share/locale/cs/LC_MESSAGES/akonadi_nepomuktag_resource.mo share/locale/cs/LC_MESSAGES/akonadi_next.mo share/locale/cs/LC_MESSAGES/akonadi_nntp_resource.mo share/locale/cs/LC_MESSAGES/akonadi_openxchange_resource.mo share/locale/cs/LC_MESSAGES/akonadi_pop3_resource.mo share/locale/cs/LC_MESSAGES/akonadi_serializer_plugins.mo share/locale/cs/LC_MESSAGES/akonadi_singlefile_resource.mo share/locale/cs/LC_MESSAGES/akonadi_strigi_feeder.mo share/locale/cs/LC_MESSAGES/akonadi_vcard_resource.mo share/locale/cs/LC_MESSAGES/akonadi_vcarddir_resource.mo share/locale/cs/LC_MESSAGES/akonadicontact.mo share/locale/cs/LC_MESSAGES/akonadinotes.mo share/locale/cs/LC_MESSAGES/akonaditray.mo share/locale/cs/LC_MESSAGES/akregator.mo share/locale/cs/LC_MESSAGES/akregator_konqplugin.mo share/locale/cs/LC_MESSAGES/amor.mo share/locale/cs/LC_MESSAGES/analitza.mo share/locale/cs/LC_MESSAGES/ark.mo share/locale/cs/LC_MESSAGES/attica_kde.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/blogilo.mo share/locale/cs/LC_MESSAGES/bomber.mo share/locale/cs/LC_MESSAGES/bovo.mo share/locale/cs/LC_MESSAGES/calendarsupport.mo share/locale/cs/LC_MESSAGES/cantor.mo share/locale/cs/LC_MESSAGES/cervisia.mo share/locale/cs/LC_MESSAGES/cryptopageplugin.mo share/locale/cs/LC_MESSAGES/cvsservice.mo share/locale/cs/LC_MESSAGES/dirfilterplugin.mo share/locale/cs/LC_MESSAGES/display.mo share/locale/cs/LC_MESSAGES/dolphin.mo share/locale/cs/LC_MESSAGES/domtreeviewer.mo share/locale/cs/LC_MESSAGES/dragonplayer.mo share/locale/cs/LC_MESSAGES/drkonqi.mo share/locale/cs/LC_MESSAGES/filelight.mo share/locale/cs/LC_MESSAGES/filetypes.mo share/locale/cs/LC_MESSAGES/fileviewbazaarplugin.mo share/locale/cs/LC_MESSAGES/fileviewgitplugin.mo share/locale/cs/LC_MESSAGES/fileviewhgplugin.mo share/locale/cs/LC_MESSAGES/fileviewsvnplugin.mo share/locale/cs/LC_MESSAGES/freespacenotifier.mo share/locale/cs/LC_MESSAGES/fsview.mo share/locale/cs/LC_MESSAGES/granatier.mo share/locale/cs/LC_MESSAGES/gwenview.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/importwizard.mo share/locale/cs/LC_MESSAGES/jovie.mo share/locale/cs/LC_MESSAGES/joystick.mo share/locale/cs/LC_MESSAGES/juk.mo share/locale/cs/LC_MESSAGES/kabc.mo share/locale/cs/LC_MESSAGES/kabc_akonadi.mo share/locale/cs/LC_MESSAGES/kabc_dir.mo share/locale/cs/LC_MESSAGES/kabc_file.mo share/locale/cs/LC_MESSAGES/kabc_ldapkio.mo share/locale/cs/LC_MESSAGES/kabc_net.mo share/locale/cs/LC_MESSAGES/kabcclient.mo share/locale/cs/LC_MESSAGES/kabcformat_binary.mo share/locale/cs/LC_MESSAGES/kaccess.mo share/locale/cs/LC_MESSAGES/kaccessibleapp.mo share/locale/cs/LC_MESSAGES/kactivitymanagerd.mo share/locale/cs/LC_MESSAGES/kactivitymanagerd_fileitem_linking_plugin.mo share/locale/cs/LC_MESSAGES/kaddressbook-mobile.mo share/locale/cs/LC_MESSAGES/kaddressbook.mo share/locale/cs/LC_MESSAGES/kaddressbookmigrator.mo share/locale/cs/LC_MESSAGES/kajongg.mo share/locale/cs/LC_MESSAGES/kalarm.mo share/locale/cs/LC_MESSAGES/kalgebra.mo share/locale/cs/LC_MESSAGES/kalzium.mo share/locale/cs/LC_MESSAGES/kanagram-harmattan.mo share/locale/cs/LC_MESSAGES/kanagram.mo share/locale/cs/LC_MESSAGES/kapman.mo share/locale/cs/LC_MESSAGES/kapptemplate.mo share/locale/cs/LC_MESSAGES/kate-ctags-plugin.mo share/locale/cs/LC_MESSAGES/kate.mo share/locale/cs/LC_MESSAGES/kate_kttsd.mo share/locale/cs/LC_MESSAGES/katebacktracebrowserplugin.mo share/locale/cs/LC_MESSAGES/katebuild-plugin.mo share/locale/cs/LC_MESSAGES/katefilebrowserplugin.mo share/locale/cs/LC_MESSAGES/katefiletemplates.mo share/locale/cs/LC_MESSAGES/kategdbplugin.mo share/locale/cs/LC_MESSAGES/katehelloworld.mo share/locale/cs/LC_MESSAGES/katekonsoleplugin.mo share/locale/cs/LC_MESSAGES/katemailfilesplugin.mo share/locale/cs/LC_MESSAGES/kateopenheader.mo share/locale/cs/LC_MESSAGES/katepart4.mo share/locale/cs/LC_MESSAGES/kateproject.mo share/locale/cs/LC_MESSAGES/katesearch.mo share/locale/cs/LC_MESSAGES/katesnippets_tng.mo share/locale/cs/LC_MESSAGES/katesnippetsplugin.mo share/locale/cs/LC_MESSAGES/katesql.mo share/locale/cs/LC_MESSAGES/katesymbolviewer.mo share/locale/cs/LC_MESSAGES/katetabbarextension.mo share/locale/cs/LC_MESSAGES/katetabifyplugin.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/kbattleship.mo share/locale/cs/LC_MESSAGES/kblackbox.mo share/locale/cs/LC_MESSAGES/kblankscrn.mo share/locale/cs/LC_MESSAGES/kblocks.mo share/locale/cs/LC_MESSAGES/kbounce.mo share/locale/cs/LC_MESSAGES/kbreakout.mo share/locale/cs/LC_MESSAGES/kbruch.mo share/locale/cs/LC_MESSAGES/kcachegrind.mo share/locale/cs/LC_MESSAGES/kcachegrind_qt.mo share/locale/cs/LC_MESSAGES/kcal_akonadi.mo share/locale/cs/LC_MESSAGES/kcalc.mo share/locale/cs/LC_MESSAGES/kcertpart.mo share/locale/cs/LC_MESSAGES/kcharselect.mo share/locale/cs/LC_MESSAGES/kcm-kwin-scripts.mo share/locale/cs/LC_MESSAGES/kcm_activities.mo share/locale/cs/LC_MESSAGES/kcm_akonadi.mo share/locale/cs/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/cs/LC_MESSAGES/kcm_attica.mo share/locale/cs/LC_MESSAGES/kcm_autostart.mo share/locale/cs/LC_MESSAGES/kcm_desktoppaths.mo share/locale/cs/LC_MESSAGES/kcm_desktopthemedetails.mo share/locale/cs/LC_MESSAGES/kcm_device_automounter.mo share/locale/cs/LC_MESSAGES/kcm_emoticons.mo share/locale/cs/LC_MESSAGES/kcm_infobase.mo share/locale/cs/LC_MESSAGES/kcm_infosummary.mo -share/locale/cs/LC_MESSAGES/kcm_krfb.mo share/locale/cs/LC_MESSAGES/kcm_kwindesktop.mo share/locale/cs/LC_MESSAGES/kcm_kwintabbox.mo share/locale/cs/LC_MESSAGES/kcm_memory.mo share/locale/cs/LC_MESSAGES/kcm_nepomuk.mo share/locale/cs/LC_MESSAGES/kcm_pci.mo share/locale/cs/LC_MESSAGES/kcm_phonon.mo share/locale/cs/LC_MESSAGES/kcm_platform.mo share/locale/cs/LC_MESSAGES/kcm_remotecontrol.mo share/locale/cs/LC_MESSAGES/kcm_solid.mo share/locale/cs/LC_MESSAGES/kcm_solid_actions.mo share/locale/cs/LC_MESSAGES/kcm_standard_actions.mo share/locale/cs/LC_MESSAGES/kcmaccess.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/kcmdevinfo.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/kcminit.mo share/locale/cs/LC_MESSAGES/kcminput.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/kcmkdnssd.mo share/locale/cs/LC_MESSAGES/kcmkeyboard.mo share/locale/cs/LC_MESSAGES/kcmkeys.mo share/locale/cs/LC_MESSAGES/kcmkgamma.mo share/locale/cs/LC_MESSAGES/kcmkio.mo share/locale/cs/LC_MESSAGES/kcmkonq.mo share/locale/cs/LC_MESSAGES/kcmkonqhtml.mo share/locale/cs/LC_MESSAGES/kcmkurifilt.mo share/locale/cs/LC_MESSAGES/kcmkwallet.mo share/locale/cs/LC_MESSAGES/kcmkwincompositing.mo share/locale/cs/LC_MESSAGES/kcmkwindecoration.mo share/locale/cs/LC_MESSAGES/kcmkwinrules.mo share/locale/cs/LC_MESSAGES/kcmkwinscreenedges.mo share/locale/cs/LC_MESSAGES/kcmkwm.mo share/locale/cs/LC_MESSAGES/kcmlaunch.mo share/locale/cs/LC_MESSAGES/kcmlocale.mo share/locale/cs/LC_MESSAGES/kcmnic.mo share/locale/cs/LC_MESSAGES/kcmnotify.mo share/locale/cs/LC_MESSAGES/kcmopengl.mo share/locale/cs/LC_MESSAGES/kcmperformance.mo share/locale/cs/LC_MESSAGES/kcmsamba.mo share/locale/cs/LC_MESSAGES/kcmscreensaver.mo share/locale/cs/LC_MESSAGES/kcmshell.mo share/locale/cs/LC_MESSAGES/kcmsmartcard.mo share/locale/cs/LC_MESSAGES/kcmsmserver.mo share/locale/cs/LC_MESSAGES/kcmstyle.mo share/locale/cs/LC_MESSAGES/kcmusb.mo share/locale/cs/LC_MESSAGES/kcmview1394.mo share/locale/cs/LC_MESSAGES/kcmworkspaceoptions.mo share/locale/cs/LC_MESSAGES/kcolorchooser.mo share/locale/cs/LC_MESSAGES/kcron.mo share/locale/cs/LC_MESSAGES/kde-menu.mo share/locale/cs/LC_MESSAGES/kdeasciiquarium.mo share/locale/cs/LC_MESSAGES/kdebugdialog.mo share/locale/cs/LC_MESSAGES/kdecalendarsystems.mo share/locale/cs/LC_MESSAGES/kdelibs4.mo share/locale/cs/LC_MESSAGES/kdelibs_colors4.mo share/locale/cs/LC_MESSAGES/kdepasswd.mo share/locale/cs/LC_MESSAGES/kdepim-runtime-qml.mo share/locale/cs/LC_MESSAGES/kdeqt.mo share/locale/cs/LC_MESSAGES/kdesu.mo share/locale/cs/LC_MESSAGES/kdesud.mo share/locale/cs/LC_MESSAGES/kdf.mo share/locale/cs/LC_MESSAGES/kdgantt2.mo share/locale/cs/LC_MESSAGES/kdialog.mo share/locale/cs/LC_MESSAGES/kdiamond.mo share/locale/cs/LC_MESSAGES/kdmconfig.mo share/locale/cs/LC_MESSAGES/kdmgreet.mo share/locale/cs/LC_MESSAGES/kdontchangethehostname.mo share/locale/cs/LC_MESSAGES/keditbookmarks.mo share/locale/cs/LC_MESSAGES/kfile.mo share/locale/cs/LC_MESSAGES/kfile_dds.mo share/locale/cs/LC_MESSAGES/kfile_drgeo.mo share/locale/cs/LC_MESSAGES/kfile_exr.mo share/locale/cs/LC_MESSAGES/kfile_kig.mo share/locale/cs/LC_MESSAGES/kfile_mail.mo share/locale/cs/LC_MESSAGES/kfile_pnm.mo share/locale/cs/LC_MESSAGES/kfile_raw.mo share/locale/cs/LC_MESSAGES/kfile_rgb.mo share/locale/cs/LC_MESSAGES/kfile_rpm.mo share/locale/cs/LC_MESSAGES/kfile_tiff.mo share/locale/cs/LC_MESSAGES/kfile_xps.mo share/locale/cs/LC_MESSAGES/kfileaudiopreview4.mo share/locale/cs/LC_MESSAGES/kfilereplace.mo share/locale/cs/LC_MESSAGES/kfileshare.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/kfontinst.mo share/locale/cs/LC_MESSAGES/kfourinline.mo share/locale/cs/LC_MESSAGES/kgeography.mo share/locale/cs/LC_MESSAGES/kget.mo share/locale/cs/LC_MESSAGES/kgetplugin.mo share/locale/cs/LC_MESSAGES/kglobalaccel.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_generic.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/khotkeys.mo share/locale/cs/LC_MESSAGES/khotnewstuff.mo share/locale/cs/LC_MESSAGES/khtmlkttsd.mo share/locale/cs/LC_MESSAGES/khtmlsettingsplugin.mo share/locale/cs/LC_MESSAGES/kiconfinder.mo share/locale/cs/LC_MESSAGES/kig.mo share/locale/cs/LC_MESSAGES/kigo.mo share/locale/cs/LC_MESSAGES/killbots.mo share/locale/cs/LC_MESSAGES/kimagemapeditor.mo -share/locale/cs/LC_MESSAGES/kinetd.mo share/locale/cs/LC_MESSAGES/kinfocenter.mo share/locale/cs/LC_MESSAGES/kio4.mo share/locale/cs/LC_MESSAGES/kio_activities.mo share/locale/cs/LC_MESSAGES/kio_akonadi.mo share/locale/cs/LC_MESSAGES/kio_applications.mo share/locale/cs/LC_MESSAGES/kio_archive.mo share/locale/cs/LC_MESSAGES/kio_audiocd.mo share/locale/cs/LC_MESSAGES/kio_bookmarks.mo share/locale/cs/LC_MESSAGES/kio_finger.mo share/locale/cs/LC_MESSAGES/kio_fish.mo share/locale/cs/LC_MESSAGES/kio_floppy.mo share/locale/cs/LC_MESSAGES/kio_help4.mo share/locale/cs/LC_MESSAGES/kio_imap4.mo share/locale/cs/LC_MESSAGES/kio_info.mo share/locale/cs/LC_MESSAGES/kio_jabberdisco.mo share/locale/cs/LC_MESSAGES/kio_ldap.mo share/locale/cs/LC_MESSAGES/kio_man.mo share/locale/cs/LC_MESSAGES/kio_mbox.mo share/locale/cs/LC_MESSAGES/kio_nepomuk.mo share/locale/cs/LC_MESSAGES/kio_nepomuksearch.mo share/locale/cs/LC_MESSAGES/kio_nfs.mo share/locale/cs/LC_MESSAGES/kio_nntp.mo share/locale/cs/LC_MESSAGES/kio_perldoc.mo share/locale/cs/LC_MESSAGES/kio_pop3.mo share/locale/cs/LC_MESSAGES/kio_recentdocuments.mo share/locale/cs/LC_MESSAGES/kio_remote.mo share/locale/cs/LC_MESSAGES/kio_sftp.mo share/locale/cs/LC_MESSAGES/kio_sieve.mo share/locale/cs/LC_MESSAGES/kio_smb.mo share/locale/cs/LC_MESSAGES/kio_smtp.mo share/locale/cs/LC_MESSAGES/kio_svn.mo share/locale/cs/LC_MESSAGES/kio_tags.mo share/locale/cs/LC_MESSAGES/kio_thumbnail.mo share/locale/cs/LC_MESSAGES/kio_timeline.mo share/locale/cs/LC_MESSAGES/kio_trash.mo share/locale/cs/LC_MESSAGES/kio_zeroconf.mo share/locale/cs/LC_MESSAGES/kioclient.mo share/locale/cs/LC_MESSAGES/kioexec.mo share/locale/cs/LC_MESSAGES/kipiplugin_kxmlhelloworld.mo share/locale/cs/LC_MESSAGES/kiriki.mo share/locale/cs/LC_MESSAGES/kiten.mo share/locale/cs/LC_MESSAGES/kjots.mo share/locale/cs/LC_MESSAGES/kjotsmigrator.mo share/locale/cs/LC_MESSAGES/kjumpingcube.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-migrator.mo share/locale/cs/LC_MESSAGES/kmail-mobile.mo share/locale/cs/LC_MESSAGES/kmail.mo share/locale/cs/LC_MESSAGES/kmailcvt.mo share/locale/cs/LC_MESSAGES/kmenuedit.mo share/locale/cs/LC_MESSAGES/kmimetypefinder.mo share/locale/cs/LC_MESSAGES/kmines.mo share/locale/cs/LC_MESSAGES/kmix.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/knetattach.mo share/locale/cs/LC_MESSAGES/knetwalk.mo share/locale/cs/LC_MESSAGES/knode.mo share/locale/cs/LC_MESSAGES/knotes.mo share/locale/cs/LC_MESSAGES/knotify4.mo share/locale/cs/LC_MESSAGES/kolf.mo share/locale/cs/LC_MESSAGES/kollision.mo share/locale/cs/LC_MESSAGES/kolourpaint.mo share/locale/cs/LC_MESSAGES/kommander.mo share/locale/cs/LC_MESSAGES/kompare.mo share/locale/cs/LC_MESSAGES/konqprofiles.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/konsoleprofiles.mo share/locale/cs/LC_MESSAGES/kontact.mo share/locale/cs/LC_MESSAGES/kontactinterfaces.mo share/locale/cs/LC_MESSAGES/kopete.mo share/locale/cs/LC_MESSAGES/korganizer-mobile.mo share/locale/cs/LC_MESSAGES/korganizer.mo share/locale/cs/LC_MESSAGES/kpartloader.mo share/locale/cs/LC_MESSAGES/kpartsaver.mo share/locale/cs/LC_MESSAGES/kpasswdserver.mo share/locale/cs/LC_MESSAGES/kpat.mo share/locale/cs/LC_MESSAGES/kppp.mo share/locale/cs/LC_MESSAGES/kppplogview.mo share/locale/cs/LC_MESSAGES/kquitapp.mo share/locale/cs/LC_MESSAGES/krandr.mo share/locale/cs/LC_MESSAGES/krcdnotifieritem.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/kremotecontroldaemon.mo share/locale/cs/LC_MESSAGES/kres-migrator.mo share/locale/cs/LC_MESSAGES/kres_blog.mo share/locale/cs/LC_MESSAGES/kres_remote.mo share/locale/cs/LC_MESSAGES/kresources_shared_akonadi.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/krunner.mo share/locale/cs/LC_MESSAGES/ksaneplugin.mo share/locale/cs/LC_MESSAGES/kscd.mo share/locale/cs/LC_MESSAGES/kscreenlocker.mo share/locale/cs/LC_MESSAGES/kscreenlocker_greet.mo share/locale/cs/LC_MESSAGES/kscreensaver.mo share/locale/cs/LC_MESSAGES/ksendemail.mo share/locale/cs/LC_MESSAGES/ksgrd.mo share/locale/cs/LC_MESSAGES/kshellcmdplugin.mo share/locale/cs/LC_MESSAGES/kshisen.mo share/locale/cs/LC_MESSAGES/kshorturifilter.mo share/locale/cs/LC_MESSAGES/ksirk.mo share/locale/cs/LC_MESSAGES/ksirkskineditor.mo share/locale/cs/LC_MESSAGES/ksmserver.mo share/locale/cs/LC_MESSAGES/ksnapshot.mo share/locale/cs/LC_MESSAGES/kspaceduel.mo share/locale/cs/LC_MESSAGES/ksplashthemes.mo share/locale/cs/LC_MESSAGES/ksquares.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/kstyle_config.mo share/locale/cs/LC_MESSAGES/kstyle_phase_config.mo share/locale/cs/LC_MESSAGES/ksudoku.mo share/locale/cs/LC_MESSAGES/ksysguard.mo share/locale/cs/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/cs/LC_MESSAGES/ksystemlog.mo share/locale/cs/LC_MESSAGES/ksystraycmd.mo share/locale/cs/LC_MESSAGES/kteatime.mo share/locale/cs/LC_MESSAGES/ktesnippets_editor.mo share/locale/cs/LC_MESSAGES/ktexteditor_codesnippets_core.mo share/locale/cs/LC_MESSAGES/ktexteditor_plugins.mo share/locale/cs/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/cs/LC_MESSAGES/ktimer.mo share/locale/cs/LC_MESSAGES/ktimetracker.mo share/locale/cs/LC_MESSAGES/ktnef.mo share/locale/cs/LC_MESSAGES/ktouch.mo share/locale/cs/LC_MESSAGES/ktouchpadenabler.mo share/locale/cs/LC_MESSAGES/ktraderclient.mo share/locale/cs/LC_MESSAGES/ktron.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/kubrick.mo share/locale/cs/LC_MESSAGES/kuiserver.mo share/locale/cs/LC_MESSAGES/kuiviewer.mo share/locale/cs/LC_MESSAGES/kurifilter.mo share/locale/cs/LC_MESSAGES/kuser.mo share/locale/cs/LC_MESSAGES/kwalletd.mo share/locale/cs/LC_MESSAGES/kwalletmanager.mo share/locale/cs/LC_MESSAGES/kwatchgnupg.mo share/locale/cs/LC_MESSAGES/kwin.mo share/locale/cs/LC_MESSAGES/kwin_art_clients.mo share/locale/cs/LC_MESSAGES/kwin_clients.mo share/locale/cs/LC_MESSAGES/kwin_effects.mo share/locale/cs/LC_MESSAGES/kwinshutdown.mo share/locale/cs/LC_MESSAGES/kwinstartmenu.mo share/locale/cs/LC_MESSAGES/kwordquiz.mo share/locale/cs/LC_MESSAGES/kwrite.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/lancelot.mo share/locale/cs/LC_MESSAGES/libakonadi-calendar.mo share/locale/cs/LC_MESSAGES/libakonadi-kmime.mo share/locale/cs/LC_MESSAGES/libakonadi.mo share/locale/cs/LC_MESSAGES/libeventviews.mo share/locale/cs/LC_MESSAGES/libincidenceeditors.mo share/locale/cs/LC_MESSAGES/libkalarmcal.mo share/locale/cs/LC_MESSAGES/libkasten.mo share/locale/cs/LC_MESSAGES/libkblog.mo share/locale/cs/LC_MESSAGES/libkcal.mo share/locale/cs/LC_MESSAGES/libkcalutils.mo share/locale/cs/LC_MESSAGES/libkcddb.mo share/locale/cs/LC_MESSAGES/libkcompactdisc.mo share/locale/cs/LC_MESSAGES/libkdcraw.mo share/locale/cs/LC_MESSAGES/libkdecorations.mo share/locale/cs/LC_MESSAGES/libkdeedu.mo share/locale/cs/LC_MESSAGES/libkdegames.mo share/locale/cs/LC_MESSAGES/libkdepim.mo share/locale/cs/LC_MESSAGES/libkdepimmobileui.mo share/locale/cs/LC_MESSAGES/libkexiv2.mo share/locale/cs/LC_MESSAGES/libkholidays.mo share/locale/cs/LC_MESSAGES/libkimap.mo share/locale/cs/LC_MESSAGES/libkipi.mo share/locale/cs/LC_MESSAGES/libkldap.mo share/locale/cs/LC_MESSAGES/libkleopatra.mo share/locale/cs/LC_MESSAGES/libkmahjongg.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/libkpimidentities.mo share/locale/cs/LC_MESSAGES/libkpimtextedit.mo share/locale/cs/LC_MESSAGES/libkpimutils.mo share/locale/cs/LC_MESSAGES/libkremotecontrol.mo share/locale/cs/LC_MESSAGES/libkresources.mo share/locale/cs/LC_MESSAGES/libksane.mo share/locale/cs/LC_MESSAGES/libkscreensaver.mo share/locale/cs/LC_MESSAGES/libksieve.mo share/locale/cs/LC_MESSAGES/libktnef.mo share/locale/cs/LC_MESSAGES/libkunitconversion.mo share/locale/cs/LC_MESSAGES/libkworkspace.mo share/locale/cs/LC_MESSAGES/libkxmlrpcclient.mo share/locale/cs/LC_MESSAGES/liblancelot-datamodels.mo share/locale/cs/LC_MESSAGES/libmailcommon.mo share/locale/cs/LC_MESSAGES/libmailimporter.mo share/locale/cs/LC_MESSAGES/libmailtransport.mo share/locale/cs/LC_MESSAGES/libmessagecomposer.mo share/locale/cs/LC_MESSAGES/libmessagecore.mo share/locale/cs/LC_MESSAGES/libmessagelist.mo share/locale/cs/LC_MESSAGES/libmessageviewer.mo share/locale/cs/LC_MESSAGES/liboktetacore.mo share/locale/cs/LC_MESSAGES/liboktetagui.mo share/locale/cs/LC_MESSAGES/liboktetakasten.mo share/locale/cs/LC_MESSAGES/liboxygenstyleconfig.mo share/locale/cs/LC_MESSAGES/libphonon.mo share/locale/cs/LC_MESSAGES/libpimcommon.mo share/locale/cs/LC_MESSAGES/libplasma.mo share/locale/cs/LC_MESSAGES/libplasma_groupingcontainment.mo share/locale/cs/LC_MESSAGES/libplasmaclock.mo share/locale/cs/LC_MESSAGES/libplasmaweather.mo share/locale/cs/LC_MESSAGES/libtaskmanager.mo share/locale/cs/LC_MESSAGES/libtemplateparser.mo share/locale/cs/LC_MESSAGES/lokalize.mo share/locale/cs/LC_MESSAGES/lskat.mo share/locale/cs/LC_MESSAGES/mailreader.mo share/locale/cs/LC_MESSAGES/marble.mo share/locale/cs/LC_MESSAGES/marble_qt.mo share/locale/cs/LC_MESSAGES/marble_xml_mimetypes.mo share/locale/cs/LC_MESSAGES/messageviewer_application_mstnef_plugin.mo share/locale/cs/LC_MESSAGES/messageviewer_text_calendar_plugin.mo share/locale/cs/LC_MESSAGES/messageviewer_text_vcard_plugin.mo share/locale/cs/LC_MESSAGES/messageviewer_text_xdiff_plugin.mo share/locale/cs/LC_MESSAGES/mf_konqplugin.mo share/locale/cs/LC_MESSAGES/minitoolsplugin.mo share/locale/cs/LC_MESSAGES/mplayerthumbs.mo share/locale/cs/LC_MESSAGES/mplayerthumbsconfig.mo share/locale/cs/LC_MESSAGES/nepomukbackup.mo share/locale/cs/LC_MESSAGES/nepomukcleaner.mo share/locale/cs/LC_MESSAGES/nepomukcontroller.mo share/locale/cs/LC_MESSAGES/nepomukfileindexer.mo +share/locale/cs/LC_MESSAGES/nepomukpimindexerutility.mo share/locale/cs/LC_MESSAGES/nepomukqueryservice.mo share/locale/cs/LC_MESSAGES/nepomukserver.mo share/locale/cs/LC_MESSAGES/nepomukservicestub.mo share/locale/cs/LC_MESSAGES/nepomukstorage.mo share/locale/cs/LC_MESSAGES/nepomukwidgets.mo share/locale/cs/LC_MESSAGES/newmailnotifieragent.mo share/locale/cs/LC_MESSAGES/notes-mobile.mo share/locale/cs/LC_MESSAGES/nsplugin.mo share/locale/cs/LC_MESSAGES/okteta-mobile.mo share/locale/cs/LC_MESSAGES/okteta.mo share/locale/cs/LC_MESSAGES/oktetapart.mo share/locale/cs/LC_MESSAGES/okular.mo share/locale/cs/LC_MESSAGES/okular_chm.mo share/locale/cs/LC_MESSAGES/okular_comicbook.mo share/locale/cs/LC_MESSAGES/okular_djvu.mo share/locale/cs/LC_MESSAGES/okular_dvi.mo share/locale/cs/LC_MESSAGES/okular_epub.mo share/locale/cs/LC_MESSAGES/okular_fax.mo share/locale/cs/LC_MESSAGES/okular_fictionbook.mo share/locale/cs/LC_MESSAGES/okular_ghostview.mo share/locale/cs/LC_MESSAGES/okular_kimgio.mo share/locale/cs/LC_MESSAGES/okular_mobi.mo share/locale/cs/LC_MESSAGES/okular_ooo.mo share/locale/cs/LC_MESSAGES/okular_plucker.mo share/locale/cs/LC_MESSAGES/okular_poppler.mo share/locale/cs/LC_MESSAGES/okular_tiff.mo share/locale/cs/LC_MESSAGES/okular_xps.mo share/locale/cs/LC_MESSAGES/org.kde.active.documentviewer.mo share/locale/cs/LC_MESSAGES/pairs.mo share/locale/cs/LC_MESSAGES/pairseditor.mo share/locale/cs/LC_MESSAGES/palapeli.mo share/locale/cs/LC_MESSAGES/parley.mo share/locale/cs/LC_MESSAGES/phonon_gstreamer.mo share/locale/cs/LC_MESSAGES/phonon_kde.mo share/locale/cs/LC_MESSAGES/phonon_vlc.mo share/locale/cs/LC_MESSAGES/phononserver.mo share/locale/cs/LC_MESSAGES/picmi.mo share/locale/cs/LC_MESSAGES/pimsettingexporter.mo share/locale/cs/LC_MESSAGES/plasma-desktop.mo share/locale/cs/LC_MESSAGES/plasma-netbook.mo share/locale/cs/LC_MESSAGES/plasma-overlay.mo share/locale/cs/LC_MESSAGES/plasma-remote-helper.mo share/locale/cs/LC_MESSAGES/plasma-windowed.mo share/locale/cs/LC_MESSAGES/plasma_applet_BbalL.mo share/locale/cs/LC_MESSAGES/plasma_applet_CharSelectApplet.mo share/locale/cs/LC_MESSAGES/plasma_applet_Molmasscalculator.mo share/locale/cs/LC_MESSAGES/plasma_applet_akonotes_note.mo share/locale/cs/LC_MESSAGES/plasma_applet_battery.mo share/locale/cs/LC_MESSAGES/plasma_applet_binaryclock.mo share/locale/cs/LC_MESSAGES/plasma_applet_bookmarks.mo share/locale/cs/LC_MESSAGES/plasma_applet_bubblemon.mo share/locale/cs/LC_MESSAGES/plasma_applet_calculator.mo share/locale/cs/LC_MESSAGES/plasma_applet_clock.mo share/locale/cs/LC_MESSAGES/plasma_applet_comic.mo share/locale/cs/LC_MESSAGES/plasma_applet_concentrationCalculator.mo share/locale/cs/LC_MESSAGES/plasma_applet_currentappcontrol.mo share/locale/cs/LC_MESSAGES/plasma_applet_dig_clock.mo share/locale/cs/LC_MESSAGES/plasma_applet_fifteenPuzzle.mo share/locale/cs/LC_MESSAGES/plasma_applet_fileWatcher.mo share/locale/cs/LC_MESSAGES/plasma_applet_folderview.mo share/locale/cs/LC_MESSAGES/plasma_applet_frame.mo share/locale/cs/LC_MESSAGES/plasma_applet_fuzzy_clock.mo share/locale/cs/LC_MESSAGES/plasma_applet_gasCalculator.mo share/locale/cs/LC_MESSAGES/plasma_applet_groupingpanel.mo share/locale/cs/LC_MESSAGES/plasma_applet_icon.mo share/locale/cs/LC_MESSAGES/plasma_applet_icontasks.mo share/locale/cs/LC_MESSAGES/plasma_applet_incomingmsg.mo share/locale/cs/LC_MESSAGES/plasma_applet_kalgebra.mo share/locale/cs/LC_MESSAGES/plasma_applet_kalzium.mo share/locale/cs/LC_MESSAGES/plasma_applet_katesession.mo share/locale/cs/LC_MESSAGES/plasma_applet_kdeobservatory.mo share/locale/cs/LC_MESSAGES/plasma_applet_kget.mo share/locale/cs/LC_MESSAGES/plasma_applet_kimpanel.mo share/locale/cs/LC_MESSAGES/plasma_applet_knowledgebase.mo share/locale/cs/LC_MESSAGES/plasma_applet_kolourpicker.mo share/locale/cs/LC_MESSAGES/plasma_applet_kpapplet.mo share/locale/cs/LC_MESSAGES/plasma_applet_launcher.mo share/locale/cs/LC_MESSAGES/plasma_applet_leavenote.mo share/locale/cs/LC_MESSAGES/plasma_applet_life.mo share/locale/cs/LC_MESSAGES/plasma_applet_lockout.mo share/locale/cs/LC_MESSAGES/plasma_applet_luna.mo share/locale/cs/LC_MESSAGES/plasma_applet_magnifique.mo share/locale/cs/LC_MESSAGES/plasma_applet_microblog.mo share/locale/cs/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/cs/LC_MESSAGES/plasma_applet_news.mo share/locale/cs/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/cs/LC_MESSAGES/plasma_applet_notes.mo share/locale/cs/LC_MESSAGES/plasma_applet_notifier.mo share/locale/cs/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/cs/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/cs/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/cs/LC_MESSAGES/plasma_applet_opendesktop_activities.mo share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.notifications.mo share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/cs/LC_MESSAGES/plasma_applet_pager.mo share/locale/cs/LC_MESSAGES/plasma_applet_panel.mo share/locale/cs/LC_MESSAGES/plasma_applet_panelspacer_internal.mo share/locale/cs/LC_MESSAGES/plasma_applet_paste.mo share/locale/cs/LC_MESSAGES/plasma_applet_pastebin.mo share/locale/cs/LC_MESSAGES/plasma_applet_plasmaboard.mo share/locale/cs/LC_MESSAGES/plasma_applet_previewer.mo share/locale/cs/LC_MESSAGES/plasma_applet_printmanager.mo share/locale/cs/LC_MESSAGES/plasma_applet_qalculate.mo share/locale/cs/LC_MESSAGES/plasma_applet_qstardict.mo share/locale/cs/LC_MESSAGES/plasma_applet_quicklaunch.mo share/locale/cs/LC_MESSAGES/plasma_applet_rssnow.mo share/locale/cs/LC_MESSAGES/plasma_applet_rtm.mo share/locale/cs/LC_MESSAGES/plasma_applet_sal.mo share/locale/cs/LC_MESSAGES/plasma_applet_saverdesktop.mo share/locale/cs/LC_MESSAGES/plasma_applet_searchbox.mo share/locale/cs/LC_MESSAGES/plasma_applet_showdashboard.mo share/locale/cs/LC_MESSAGES/plasma_applet_showdesktop.mo share/locale/cs/LC_MESSAGES/plasma_applet_skapplet.mo share/locale/cs/LC_MESSAGES/plasma_applet_spellcheck.mo share/locale/cs/LC_MESSAGES/plasma_applet_system-monitor.mo share/locale/cs/LC_MESSAGES/plasma_applet_systemloadviewer.mo share/locale/cs/LC_MESSAGES/plasma_applet_systemtray.mo share/locale/cs/LC_MESSAGES/plasma_applet_tasks.mo share/locale/cs/LC_MESSAGES/plasma_applet_timer.mo share/locale/cs/LC_MESSAGES/plasma_applet_trash.mo share/locale/cs/LC_MESSAGES/plasma_applet_unitconverter.mo share/locale/cs/LC_MESSAGES/plasma_applet_weather.mo share/locale/cs/LC_MESSAGES/plasma_applet_weatherstation.mo share/locale/cs/LC_MESSAGES/plasma_applet_webbrowser.mo share/locale/cs/LC_MESSAGES/plasma_applet_webslice.mo share/locale/cs/LC_MESSAGES/plasma_applet_windowlist.mo share/locale/cs/LC_MESSAGES/plasma_appletscriptengine_dashboard.mo share/locale/cs/LC_MESSAGES/plasma_containmentactions_contextmenu.mo share/locale/cs/LC_MESSAGES/plasma_containmentactions_switchactivity.mo share/locale/cs/LC_MESSAGES/plasma_containmentactions_switchdesktop.mo share/locale/cs/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/cs/LC_MESSAGES/plasma_engine_calendar.mo share/locale/cs/LC_MESSAGES/plasma_engine_kalzium.mo share/locale/cs/LC_MESSAGES/plasma_engine_kdeobservatory.mo share/locale/cs/LC_MESSAGES/plasma_engine_keystate.mo share/locale/cs/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/cs/LC_MESSAGES/plasma_engine_metadata.mo share/locale/cs/LC_MESSAGES/plasma_engine_mpris2.mo share/locale/cs/LC_MESSAGES/plasma_engine_network.mo share/locale/cs/LC_MESSAGES/plasma_engine_notifications.mo share/locale/cs/LC_MESSAGES/plasma_engine_nowplaying.mo share/locale/cs/LC_MESSAGES/plasma_engine_rss.mo share/locale/cs/LC_MESSAGES/plasma_engine_share.mo share/locale/cs/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/cs/LC_MESSAGES/plasma_engine_weather.mo share/locale/cs/LC_MESSAGES/plasma_package_org.kde.desktop.activitymanager.mo share/locale/cs/LC_MESSAGES/plasma_package_org.kde.desktop.widgetexplorer.mo share/locale/cs/LC_MESSAGES/plasma_packagestructure_comic.mo share/locale/cs/LC_MESSAGES/plasma_runner_CharacterRunner.mo share/locale/cs/LC_MESSAGES/plasma_runner_activities.mo share/locale/cs/LC_MESSAGES/plasma_runner_audioplayercontrol.mo share/locale/cs/LC_MESSAGES/plasma_runner_bookmarksrunner.mo share/locale/cs/LC_MESSAGES/plasma_runner_browserhistory.mo share/locale/cs/LC_MESSAGES/plasma_runner_calculatorrunner.mo share/locale/cs/LC_MESSAGES/plasma_runner_contacts.mo share/locale/cs/LC_MESSAGES/plasma_runner_converterrunner.mo share/locale/cs/LC_MESSAGES/plasma_runner_datetime.mo share/locale/cs/LC_MESSAGES/plasma_runner_events.mo share/locale/cs/LC_MESSAGES/plasma_runner_katesessions.mo share/locale/cs/LC_MESSAGES/plasma_runner_kget.mo share/locale/cs/LC_MESSAGES/plasma_runner_kill.mo share/locale/cs/LC_MESSAGES/plasma_runner_konquerorsessions.mo share/locale/cs/LC_MESSAGES/plasma_runner_konsolesessions.mo share/locale/cs/LC_MESSAGES/plasma_runner_kopete.mo share/locale/cs/LC_MESSAGES/plasma_runner_krunner_dictionary.mo share/locale/cs/LC_MESSAGES/plasma_runner_locations.mo share/locale/cs/LC_MESSAGES/plasma_runner_marblerunner.mo share/locale/cs/LC_MESSAGES/plasma_runner_mediawiki.mo share/locale/cs/LC_MESSAGES/plasma_runner_nepomuksearchrunner.mo share/locale/cs/LC_MESSAGES/plasma_runner_placesrunner.mo share/locale/cs/LC_MESSAGES/plasma_runner_plasma-desktop.mo share/locale/cs/LC_MESSAGES/plasma_runner_powerdevil.mo share/locale/cs/LC_MESSAGES/plasma_runner_recentdocuments.mo share/locale/cs/LC_MESSAGES/plasma_runner_services.mo share/locale/cs/LC_MESSAGES/plasma_runner_sessions.mo share/locale/cs/LC_MESSAGES/plasma_runner_shell.mo share/locale/cs/LC_MESSAGES/plasma_runner_solid.mo share/locale/cs/LC_MESSAGES/plasma_runner_spellcheckrunner.mo share/locale/cs/LC_MESSAGES/plasma_runner_webshortcuts.mo share/locale/cs/LC_MESSAGES/plasma_runner_windowedwidgets.mo share/locale/cs/LC_MESSAGES/plasma_runner_windows.mo share/locale/cs/LC_MESSAGES/plasma_runner_youtube.mo share/locale/cs/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/cs/LC_MESSAGES/plasma_toolbox_desktoptoolbox.mo share/locale/cs/LC_MESSAGES/plasma_toolbox_paneltoolbox.mo share/locale/cs/LC_MESSAGES/plasma_wallpaper_color.mo share/locale/cs/LC_MESSAGES/plasma_wallpaper_image.mo share/locale/cs/LC_MESSAGES/plasma_wallpaper_mandelbrot.mo share/locale/cs/LC_MESSAGES/plasma_wallpaper_marble.mo share/locale/cs/LC_MESSAGES/plasma_wallpaper_pattern.mo share/locale/cs/LC_MESSAGES/plasma_wallpaper_potd.mo share/locale/cs/LC_MESSAGES/plasma_wallpaper_virus.mo share/locale/cs/LC_MESSAGES/plasma_wallpaper_wallpaper-qml.mo share/locale/cs/LC_MESSAGES/plasma_wallpaper_weather.mo share/locale/cs/LC_MESSAGES/plasmagenericshell.mo share/locale/cs/LC_MESSAGES/plasmapkg.mo share/locale/cs/LC_MESSAGES/pothumbnail.mo share/locale/cs/LC_MESSAGES/powerdevil.mo share/locale/cs/LC_MESSAGES/powerdevilactivitiesconfig.mo share/locale/cs/LC_MESSAGES/powerdevilglobalconfig.mo share/locale/cs/LC_MESSAGES/powerdevilprofilesconfig.mo share/locale/cs/LC_MESSAGES/print-manager.mo share/locale/cs/LC_MESSAGES/processcore.mo share/locale/cs/LC_MESSAGES/processui.mo share/locale/cs/LC_MESSAGES/randrmonitor.mo share/locale/cs/LC_MESSAGES/rellinks.mo share/locale/cs/LC_MESSAGES/rocs.mo share/locale/cs/LC_MESSAGES/rocscore.mo share/locale/cs/LC_MESSAGES/rocsvisualeditor.mo share/locale/cs/LC_MESSAGES/searchbarplugin.mo share/locale/cs/LC_MESSAGES/solid-hardware.mo share/locale/cs/LC_MESSAGES/solid-network.mo share/locale/cs/LC_MESSAGES/solid_qt.mo share/locale/cs/LC_MESSAGES/solidcontrol.mo share/locale/cs/LC_MESSAGES/soliduiserver.mo share/locale/cs/LC_MESSAGES/step.mo share/locale/cs/LC_MESSAGES/step_qt.mo share/locale/cs/LC_MESSAGES/strigila_diff.mo share/locale/cs/LC_MESSAGES/superkaramba.mo share/locale/cs/LC_MESSAGES/svgpart.mo share/locale/cs/LC_MESSAGES/sweeper.mo share/locale/cs/LC_MESSAGES/systemsettings.mo share/locale/cs/LC_MESSAGES/tasks-mobile.mo share/locale/cs/LC_MESSAGES/timezones4.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/webarchiver.mo share/locale/cs/LC_MESSAGES/xml_mimetypes.mo share/locale/cs/entry.desktop @dirrm share/doc/HTML/cs/lskat @dirrm share/doc/HTML/cs/ktimer @dirrm share/doc/HTML/cs/ksnapshot @dirrm share/doc/HTML/cs/kshisen @dirrm share/doc/HTML/cs/kruler @dirrm share/doc/HTML/cs/kpat @dirrm share/doc/HTML/cs/kollision @dirrm share/doc/HTML/cs/knetwalk @dirrm share/doc/HTML/cs/kmix @dirrm share/doc/HTML/cs/kmahjongg @dirrm share/doc/HTML/cs/kget @dirrm share/doc/HTML/cs/kcontrol/kgamma @dirrm share/doc/HTML/cs/kcontrol/kamera @dirrm share/doc/HTML/cs/kcontrol/fonts @dirrm share/doc/HTML/cs/kcontrol @dirrm share/doc/HTML/cs/kcharselect @dirrm share/doc/HTML/cs/common @dirrm share/doc/HTML/cs/bovo @dirrm share/doc/HTML/cs/bomber @dirrm share/apps/kvtml/cs @dirrm share/apps/kvtml @dirrm share/apps/klettres/cs/syllab @dirrm share/apps/klettres/cs/alpha @dirrm share/apps/klettres/cs @dirrm share/apps/klettres @dirrm share/apps/khangman @dirrm share/apps/autocorrect Index: head/misc/kde4-l10n-da/distinfo =================================================================== --- head/misc/kde4-l10n-da/distinfo (revision 318451) +++ head/misc/kde4-l10n-da/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/kde-l10n/kde-l10n-da-4.10.1.tar.xz) = ab0625d6ef7478a975baa8608b7e23291c59f0caeb50d5b8e38031aada5864a1 -SIZE (KDE/4.10.1/kde-l10n/kde-l10n-da-4.10.1.tar.xz) = 13479936 +SHA256 (KDE/4.10.3/kde-l10n/kde-l10n-da-4.10.3.tar.xz) = 4c9e226ad6446b8d6d9c29bac198e4eab6f8acd77cd54e3854896f8ac4a81028 +SIZE (KDE/4.10.3/kde-l10n/kde-l10n-da-4.10.3.tar.xz) = 13489932 Index: head/misc/kde4-l10n-da/pkg-plist =================================================================== --- head/misc/kde4-l10n-da/pkg-plist (revision 318451) +++ head/misc/kde4-l10n-da/pkg-plist (revision 318452) @@ -1,1199 +1,1199 @@ share/apps/khangman/da.txt share/apps/klettres/da/alpha/a-0.ogg share/apps/klettres/da/alpha/a-1.ogg share/apps/klettres/da/alpha/a-10.ogg share/apps/klettres/da/alpha/a-11.ogg share/apps/klettres/da/alpha/a-12.ogg share/apps/klettres/da/alpha/a-13.ogg share/apps/klettres/da/alpha/a-14.ogg share/apps/klettres/da/alpha/a-15.ogg share/apps/klettres/da/alpha/a-16.ogg share/apps/klettres/da/alpha/a-17.ogg share/apps/klettres/da/alpha/a-18.ogg share/apps/klettres/da/alpha/a-19.ogg share/apps/klettres/da/alpha/a-2.ogg share/apps/klettres/da/alpha/a-20.ogg share/apps/klettres/da/alpha/a-21.ogg share/apps/klettres/da/alpha/a-22.ogg share/apps/klettres/da/alpha/a-23.ogg share/apps/klettres/da/alpha/a-24.ogg share/apps/klettres/da/alpha/a-25.ogg share/apps/klettres/da/alpha/a-26.ogg share/apps/klettres/da/alpha/a-27.ogg share/apps/klettres/da/alpha/a-28.ogg share/apps/klettres/da/alpha/a-3.ogg share/apps/klettres/da/alpha/a-4.ogg share/apps/klettres/da/alpha/a-5.ogg share/apps/klettres/da/alpha/a-6.ogg share/apps/klettres/da/alpha/a-7.ogg share/apps/klettres/da/alpha/a-8.ogg share/apps/klettres/da/alpha/a-9.ogg share/apps/klettres/da/sounds.xml share/apps/klettres/da/syllab/ad-0.ogg share/apps/klettres/da/syllab/ad-1.ogg share/apps/klettres/da/syllab/ad-10.ogg share/apps/klettres/da/syllab/ad-11.ogg share/apps/klettres/da/syllab/ad-12.ogg share/apps/klettres/da/syllab/ad-13.ogg share/apps/klettres/da/syllab/ad-14.ogg share/apps/klettres/da/syllab/ad-15.ogg share/apps/klettres/da/syllab/ad-16.ogg share/apps/klettres/da/syllab/ad-17.ogg share/apps/klettres/da/syllab/ad-18.ogg share/apps/klettres/da/syllab/ad-19.ogg share/apps/klettres/da/syllab/ad-2.ogg share/apps/klettres/da/syllab/ad-20.ogg share/apps/klettres/da/syllab/ad-21.ogg share/apps/klettres/da/syllab/ad-22.ogg share/apps/klettres/da/syllab/ad-23.ogg share/apps/klettres/da/syllab/ad-24.ogg share/apps/klettres/da/syllab/ad-25.ogg share/apps/klettres/da/syllab/ad-26.ogg share/apps/klettres/da/syllab/ad-27.ogg share/apps/klettres/da/syllab/ad-3.ogg share/apps/klettres/da/syllab/ad-4.ogg share/apps/klettres/da/syllab/ad-5.ogg share/apps/klettres/da/syllab/ad-6.ogg share/apps/klettres/da/syllab/ad-7.ogg share/apps/klettres/da/syllab/ad-8.ogg share/apps/klettres/da/syllab/ad-9.ogg share/apps/ktuberling/sounds/da.soundtheme share/apps/ktuberling/sounds/da/blomst.ogg share/apps/ktuberling/sounds/da/bold.ogg share/apps/ktuberling/sounds/da/briller.ogg share/apps/ktuberling/sounds/da/egypt_aesel.ogg share/apps/ktuberling/sounds/da/egypt_bro.ogg share/apps/ktuberling/sounds/da/egypt_broend.ogg share/apps/ktuberling/sounds/da/egypt_bue.ogg share/apps/ktuberling/sounds/da/egypt_dreng.ogg share/apps/ktuberling/sounds/da/egypt_fugle.ogg share/apps/ktuberling/sounds/da/egypt_graes.ogg share/apps/ktuberling/sounds/da/egypt_kamel.ogg share/apps/ktuberling/sounds/da/egypt_kvinde.ogg share/apps/ktuberling/sounds/da/egypt_mand.ogg share/apps/ktuberling/sounds/da/egypt_oase.ogg share/apps/ktuberling/sounds/da/egypt_palme.ogg share/apps/ktuberling/sounds/da/egypt_pige.ogg share/apps/ktuberling/sounds/da/egypt_pyramide.ogg share/apps/ktuberling/sounds/da/egypt_sfinx.ogg share/apps/ktuberling/sounds/da/egypt_soejle.ogg share/apps/ktuberling/sounds/da/egypt_vej.ogg share/apps/ktuberling/sounds/da/egypt_vogn.ogg share/apps/ktuberling/sounds/da/frakke.ogg share/apps/ktuberling/sounds/da/frier-tux.ogg share/apps/ktuberling/sounds/da/guard-tux.ogg share/apps/ktuberling/sounds/da/haar.ogg share/apps/ktuberling/sounds/da/hat.ogg share/apps/ktuberling/sounds/da/kid-tux.ogg share/apps/ktuberling/sounds/da/little-tux.ogg share/apps/ktuberling/sounds/da/maiden-tux.ogg share/apps/ktuberling/sounds/da/moon_astronaut.ogg share/apps/ktuberling/sounds/da/moon_hotel.ogg share/apps/ktuberling/sounds/da/moon_jorden.ogg share/apps/ktuberling/sounds/da/moon_maanefartoej.ogg share/apps/ktuberling/sounds/da/moon_planet.ogg share/apps/ktuberling/sounds/da/moon_radar.ogg share/apps/ktuberling/sounds/da/moon_raket.ogg share/apps/ktuberling/sounds/da/moon_rumvaesen.ogg share/apps/ktuberling/sounds/da/moon_satellit.ogg share/apps/ktuberling/sounds/da/moon_skilt.ogg share/apps/ktuberling/sounds/da/moon_stjerne.ogg share/apps/ktuberling/sounds/da/moon_stjerneskud.ogg share/apps/ktuberling/sounds/da/moon_ufo.ogg share/apps/ktuberling/sounds/da/moon_uhyre.ogg share/apps/ktuberling/sounds/da/mund.ogg share/apps/ktuberling/sounds/da/naese.ogg share/apps/ktuberling/sounds/da/nederdel.ogg share/apps/ktuberling/sounds/da/oeje.ogg share/apps/ktuberling/sounds/da/oejenbryn.ogg share/apps/ktuberling/sounds/da/oere.ogg share/apps/ktuberling/sounds/da/oerering.ogg share/apps/ktuberling/sounds/da/overskaeg.ogg share/apps/ktuberling/sounds/da/paraply.ogg share/apps/ktuberling/sounds/da/pizza_agurk.ogg share/apps/ktuberling/sounds/da/pizza_ananas.ogg share/apps/ktuberling/sounds/da/pizza_ansjos.ogg share/apps/ktuberling/sounds/da/pizza_bacon.ogg share/apps/ktuberling/sounds/da/pizza_broccoli.ogg share/apps/ktuberling/sounds/da/pizza_champignon.ogg share/apps/ktuberling/sounds/da/pizza_loeg.ogg share/apps/ktuberling/sounds/da/pizza_oliven.ogg share/apps/ktuberling/sounds/da/pizza_oregano.ogg share/apps/ktuberling/sounds/da/pizza_ost.ogg share/apps/ktuberling/sounds/da/pizza_pebber.ogg share/apps/ktuberling/sounds/da/pizza_pebberoni.ogg share/apps/ktuberling/sounds/da/pizza_salami.ogg share/apps/ktuberling/sounds/da/pizza_tomat.ogg share/apps/ktuberling/sounds/da/prince-tux.ogg share/apps/ktuberling/sounds/da/robin-tux.ogg share/apps/ktuberling/sounds/da/sherif-tux.ogg share/apps/ktuberling/sounds/da/shorts.ogg share/apps/ktuberling/sounds/da/sko.ogg share/apps/ktuberling/sounds/da/slips.ogg share/apps/ktuberling/sounds/da/sloejfe.ogg share/apps/ktuberling/sounds/da/solbriller.ogg share/apps/ktuberling/sounds/da/stok.ogg share/apps/ktuberling/sounds/da/tux-angry.ogg share/apps/ktuberling/sounds/da/tux-apple.ogg share/apps/ktuberling/sounds/da/tux-arrow.ogg share/apps/ktuberling/sounds/da/tux-arrows.ogg share/apps/ktuberling/sounds/da/tux-bow.ogg share/apps/ktuberling/sounds/da/tux-bullseye.ogg share/apps/ktuberling/sounds/da/tux-candles.ogg share/apps/ktuberling/sounds/da/tux-dowe.ogg share/apps/ktuberling/sounds/da/tux-fish.ogg share/apps/ktuberling/sounds/da/tux-flask.ogg share/apps/ktuberling/sounds/da/tux-fly.ogg share/apps/ktuberling/sounds/da/tux-goblet.ogg share/apps/ktuberling/sounds/da/tux-guitar.ogg share/apps/ktuberling/sounds/da/tux-huh.ogg share/apps/ktuberling/sounds/da/tux-idea.ogg share/apps/ktuberling/sounds/da/tux-key.ogg share/apps/ktuberling/sounds/da/tux-laugh.ogg share/apps/ktuberling/sounds/da/tux-letter.ogg share/apps/ktuberling/sounds/da/tux-love.ogg share/apps/ktuberling/sounds/da/tux-note.ogg share/apps/ktuberling/sounds/da/tux-notes.ogg share/apps/ktuberling/sounds/da/tux-plate.ogg share/apps/ktuberling/sounds/da/tux-poison.ogg share/apps/ktuberling/sounds/da/tux-sick.ogg share/apps/ktuberling/sounds/da/tux-stare.ogg share/apps/ktuberling/sounds/da/tux-teacup.ogg share/apps/ktuberling/sounds/da/tux-vase.ogg share/apps/ktuberling/sounds/da/tux-wanted.ogg share/apps/ktuberling/sounds/da/tux-what.ogg share/apps/ktuberling/sounds/da/tux-wow.ogg share/apps/ktuberling/sounds/da/tux-zzz.ogg share/apps/ktuberling/sounds/da/tv_accident.ogg share/apps/ktuberling/sounds/da/tv_ball.ogg share/apps/ktuberling/sounds/da/tv_barrier.ogg share/apps/ktuberling/sounds/da/tv_bil.ogg share/apps/ktuberling/sounds/da/tv_breakdown_lorry.ogg share/apps/ktuberling/sounds/da/tv_caravan.ogg share/apps/ktuberling/sounds/da/tv_cykel.ogg share/apps/ktuberling/sounds/da/tv_cyklist.ogg share/apps/ktuberling/sounds/da/tv_elephant.ogg share/apps/ktuberling/sounds/da/tv_excavator.ogg share/apps/ktuberling/sounds/da/tv_fence.ogg share/apps/ktuberling/sounds/da/tv_fire.ogg share/apps/ktuberling/sounds/da/tv_fireengine.ogg share/apps/ktuberling/sounds/da/tv_fireman.ogg share/apps/ktuberling/sounds/da/tv_fisherman.ogg share/apps/ktuberling/sounds/da/tv_giraffe.ogg share/apps/ktuberling/sounds/da/tv_guitar.ogg share/apps/ktuberling/sounds/da/tv_guitarist.ogg share/apps/ktuberling/sounds/da/tv_house.ogg share/apps/ktuberling/sounds/da/tv_ladder.ogg share/apps/ktuberling/sounds/da/tv_lion.ogg share/apps/ktuberling/sounds/da/tv_lorry.ogg share/apps/ktuberling/sounds/da/tv_lorry_tractor.ogg share/apps/ktuberling/sounds/da/tv_man.ogg share/apps/ktuberling/sounds/da/tv_mechanic.ogg share/apps/ktuberling/sounds/da/tv_monkey.ogg share/apps/ktuberling/sounds/da/tv_path.ogg share/apps/ktuberling/sounds/da/tv_rock.ogg share/apps/ktuberling/sounds/da/tv_school.ogg share/apps/ktuberling/sounds/da/tv_shop.ogg share/apps/ktuberling/sounds/da/tv_smoke.ogg share/apps/ktuberling/sounds/da/tv_tipper.ogg share/apps/ktuberling/sounds/da/tv_tog.ogg share/apps/ktuberling/sounds/da/tv_trailer.ogg share/apps/ktuberling/sounds/da/tv_tree.ogg share/apps/ktuberling/sounds/da/tv_tunnel.ogg share/apps/ktuberling/sounds/da/tv_volley_net.ogg share/apps/ktuberling/sounds/da/tv_wagon.ogg share/apps/ktuberling/sounds/da/tv_woman.ogg share/apps/ktuberling/sounds/da/whitch-tux.ogg share/apps/ktuberling/sounds/da/xmas_angel.ogg share/apps/ktuberling/sounds/da/xmas_ball.ogg share/apps/ktuberling/sounds/da/xmas_boot.ogg share/apps/ktuberling/sounds/da/xmas_candle.ogg share/apps/ktuberling/sounds/da/xmas_comet.ogg share/apps/ktuberling/sounds/da/xmas_garland.ogg share/apps/ktuberling/sounds/da/xmas_lights.ogg share/apps/ktuberling/sounds/da/xmas_mistletoe.ogg share/apps/ktuberling/sounds/da/xmas_moon.ogg share/apps/ktuberling/sounds/da/xmas_owl.ogg share/apps/ktuberling/sounds/da/xmas_present.ogg share/apps/ktuberling/sounds/da/xmas_rabbit.ogg share/apps/ktuberling/sounds/da/xmas_reindeer.ogg share/apps/ktuberling/sounds/da/xmas_shoe.ogg share/apps/ktuberling/sounds/da/xmas_snowflake.ogg share/apps/ktuberling/sounds/da/xmas_snowman.ogg share/apps/ktuberling/sounds/da/xmas_star.ogg share/apps/ktuberling/sounds/da/xmas_tree.ogg share/apps/ktuberling/sounds/da/xmas_turtle.ogg share/apps/ktuberling/sounds/da/xmas_tux.ogg share/apps/kvtml/da/beklaedning.kvtml share/apps/kvtml/da/computere.kvtml share/apps/kvtml/da/da_sports.kvtml share/apps/kvtml/da/dyr.kvtml share/apps/kvtml/da/easy.kvtml share/apps/kvtml/da/frugter.kvtml share/apps/kvtml/da/grontsager.kvtml share/apps/kvtml/da/hard.kvtml share/apps/kvtml/da/medium.kvtml share/apps/kvtml/da/numre.kvtml share/apps/kvtml/da/objekter.kvtml share/apps/kvtml/da/opfindelser.kvtml share/apps/kvtml/da/personer.kvtml share/apps/kvtml/da/professioner.kvtml share/apps/kvtml/da/rummet.kvtml share/apps/kvtml/da/transport.kvtml share/apps/kvtml/da/valutaer.kvtml share/apps/kvtml/da/verdenshovedstaeder.kvtml share/doc/HTML/da/common/fdl-translated.html share/doc/HTML/da/common/gpl-translated.html share/doc/HTML/da/common/kde-localised.css share/doc/HTML/da/common/lgpl-translated.html share/doc/HTML/da/kdesu/common share/doc/HTML/da/kdesu/index.cache.bz2 share/doc/HTML/da/kdesu/index.docbook share/doc/HTML/da/kdesu/man-kdesu.1.docbook share/doc/HTML/da/kfilereplace/common share/doc/HTML/da/kfilereplace/index.cache.bz2 share/doc/HTML/da/kfilereplace/index.docbook share/doc/HTML/da/khelpcenter/glossary/common share/doc/HTML/da/khelpcenter/glossary/index.cache.bz2 share/doc/HTML/da/khelpcenter/glossary/index.docbook share/doc/HTML/da/khelpcenter/glossary/kdeprintingglossary.docbook share/doc/HTML/da/kioslave/file/common share/doc/HTML/da/kioslave/file/index.cache.bz2 share/doc/HTML/da/kioslave/file/index.docbook share/doc/HTML/da/kioslave/finger/common share/doc/HTML/da/kioslave/finger/index.cache.bz2 share/doc/HTML/da/kioslave/finger/index.docbook share/doc/HTML/da/kioslave/floppy/common share/doc/HTML/da/kioslave/floppy/index.cache.bz2 share/doc/HTML/da/kioslave/floppy/index.docbook share/doc/HTML/da/kioslave/ftp/common share/doc/HTML/da/kioslave/ftp/index.cache.bz2 share/doc/HTML/da/kioslave/ftp/index.docbook share/doc/HTML/da/kioslave/info/common share/doc/HTML/da/kioslave/info/index.cache.bz2 share/doc/HTML/da/kioslave/info/index.docbook share/doc/HTML/da/kioslave/ldap/common share/doc/HTML/da/kioslave/ldap/index.cache.bz2 share/doc/HTML/da/kioslave/ldap/index.docbook share/doc/HTML/da/kioslave/mailto/common share/doc/HTML/da/kioslave/mailto/index.cache.bz2 share/doc/HTML/da/kioslave/mailto/index.docbook share/doc/HTML/da/kioslave/news/common share/doc/HTML/da/kioslave/news/index.cache.bz2 share/doc/HTML/da/kioslave/news/index.docbook share/doc/HTML/da/kioslave/nfs/common share/doc/HTML/da/kioslave/nfs/index.cache.bz2 share/doc/HTML/da/kioslave/nfs/index.docbook share/doc/HTML/da/kioslave/nntp/common share/doc/HTML/da/kioslave/nntp/index.cache.bz2 share/doc/HTML/da/kioslave/nntp/index.docbook share/doc/HTML/da/kioslave/rlogin/common share/doc/HTML/da/kioslave/rlogin/index.cache.bz2 share/doc/HTML/da/kioslave/rlogin/index.docbook share/doc/HTML/da/kioslave/sftp/common share/doc/HTML/da/kioslave/sftp/index.cache.bz2 share/doc/HTML/da/kioslave/sftp/index.docbook share/doc/HTML/da/kioslave/smtp/common share/doc/HTML/da/kioslave/smtp/index.cache.bz2 share/doc/HTML/da/kioslave/smtp/index.docbook share/doc/HTML/da/kioslave/tar/common share/doc/HTML/da/kioslave/tar/index.cache.bz2 share/doc/HTML/da/kioslave/tar/index.docbook share/doc/HTML/da/kioslave/telnet/common share/doc/HTML/da/kioslave/telnet/index.cache.bz2 share/doc/HTML/da/kioslave/telnet/index.docbook share/doc/HTML/da/klinkstatus/common share/doc/HTML/da/klinkstatus/index.cache.bz2 share/doc/HTML/da/klinkstatus/index.docbook share/doc/HTML/da/kmouth/common share/doc/HTML/da/kmouth/index.cache.bz2 share/doc/HTML/da/kmouth/index.docbook share/doc/HTML/da/kmouth/man-kmouth.1.docbook share/doc/HTML/da/kommander/basics.docbook share/doc/HTML/da/kommander/commands.docbook share/doc/HTML/da/kommander/common share/doc/HTML/da/kommander/credits.docbook share/doc/HTML/da/kommander/dcop.docbook share/doc/HTML/da/kommander/editor.docbook share/doc/HTML/da/kommander/extending.docbook share/doc/HTML/da/kommander/glossary.docbook share/doc/HTML/da/kommander/index.cache.bz2 share/doc/HTML/da/kommander/index.docbook share/doc/HTML/da/kommander/installation.docbook share/doc/HTML/da/kommander/introduction.docbook share/doc/HTML/da/kommander/q-and-a.docbook share/doc/HTML/da/kommander/specials.docbook share/doc/HTML/da/kommander/tutorials.docbook share/doc/HTML/da/kommander/widgets.docbook share/doc/HTML/da/konqueror/basics.docbook share/doc/HTML/da/konqueror/bookmarks.docbook share/doc/HTML/da/konqueror/browser.docbook share/doc/HTML/da/konqueror/cmndline.png share/doc/HTML/da/konqueror/commands.docbook share/doc/HTML/da/konqueror/common share/doc/HTML/da/konqueror/config.docbook share/doc/HTML/da/konqueror/credits.docbook share/doc/HTML/da/konqueror/dirtree.png share/doc/HTML/da/konqueror/dragdrop.png share/doc/HTML/da/konqueror/faq.docbook share/doc/HTML/da/konqueror/filemanager.docbook share/doc/HTML/da/konqueror/index.cache.bz2 share/doc/HTML/da/konqueror/index.docbook share/doc/HTML/da/konqueror/introduction.docbook share/doc/HTML/da/konqueror/konqorg.png share/doc/HTML/da/konqueror/man-kbookmarkmerger.1.docbook share/doc/HTML/da/konqueror/parts.png share/doc/HTML/da/konqueror/path-complete.docbook share/doc/HTML/da/konqueror/plugins.docbook share/doc/HTML/da/konqueror/save-settings.docbook share/doc/HTML/da/konqueror/shortcut1.png share/doc/HTML/da/konqueror/shortcut2.png share/doc/HTML/da/konqueror/sidebar.docbook share/doc/HTML/da/konsolekalendar/common share/doc/HTML/da/konsolekalendar/index.cache.bz2 share/doc/HTML/da/konsolekalendar/index.docbook share/doc/HTML/da/kppp/accounting.docbook share/doc/HTML/da/kppp/callback.docbook share/doc/HTML/da/kppp/chap.docbook share/doc/HTML/da/kppp/common share/doc/HTML/da/kppp/dialog-setup.docbook share/doc/HTML/da/kppp/getting-online.docbook share/doc/HTML/da/kppp/global-settings.docbook share/doc/HTML/da/kppp/hayes.docbook share/doc/HTML/da/kppp/index.cache.bz2 share/doc/HTML/da/kppp/index.docbook share/doc/HTML/da/kppp/kppp-account-accounting-tab.png share/doc/HTML/da/kppp/kppp-account-dns-tab.png share/doc/HTML/da/kppp/kppp-account-execute-tab.png share/doc/HTML/da/kppp/kppp-account-gateway-tab.png share/doc/HTML/da/kppp/kppp-account-ip-tab.png share/doc/HTML/da/kppp/kppp-account-login-script-tab.png share/doc/HTML/da/kppp/kppp-config.png share/doc/HTML/da/kppp/kppp-device-tab.png share/doc/HTML/da/kppp/kppp-faq.docbook share/doc/HTML/da/kppp/kppp-graph-tab.png share/doc/HTML/da/kppp/kppp-misc-tab.png share/doc/HTML/da/kppp/kppp-modem-tab.png share/doc/HTML/da/kppp/kppp-wizard.png share/doc/HTML/da/kppp/security.docbook share/doc/HTML/da/kppp/tricks.docbook share/doc/HTML/da/kppp/wizard.docbook share/doc/HTML/da/ksysguard/common share/doc/HTML/da/ksysguard/index.cache.bz2 share/doc/HTML/da/ksysguard/index.docbook share/doc/HTML/da/umbrello/authors.docbook share/doc/HTML/da/umbrello/code_import_and_generation.docbook share/doc/HTML/da/umbrello/common share/doc/HTML/da/umbrello/credits.docbook share/doc/HTML/da/umbrello/index.cache.bz2 share/doc/HTML/da/umbrello/index.docbook share/doc/HTML/da/umbrello/introduction.docbook share/doc/HTML/da/umbrello/other_features.docbook share/doc/HTML/da/umbrello/uml_basics.docbook share/doc/HTML/da/umbrello/working_with_umbrello.docbook share/locale/da/LC_MESSAGES/accountwizard.mo share/locale/da/LC_MESSAGES/accountwizard_ical.mo share/locale/da/LC_MESSAGES/accountwizard_imap.mo share/locale/da/LC_MESSAGES/accountwizard_kolab.mo share/locale/da/LC_MESSAGES/accountwizard_mailbox.mo share/locale/da/LC_MESSAGES/accountwizard_maildir.mo share/locale/da/LC_MESSAGES/accountwizard_pop3.mo share/locale/da/LC_MESSAGES/accountwizard_tine20.mo share/locale/da/LC_MESSAGES/activitymanager_plugin_globalshortcuts.mo share/locale/da/LC_MESSAGES/activitymanager_uihandler_declarative.mo share/locale/da/LC_MESSAGES/adblock.mo share/locale/da/LC_MESSAGES/akonadi-filestore.mo share/locale/da/LC_MESSAGES/akonadi_archivemail_agent.mo share/locale/da/LC_MESSAGES/akonadi_birthdays_resource.mo share/locale/da/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/da/LC_MESSAGES/akonadi_davgroupware_resource.mo share/locale/da/LC_MESSAGES/akonadi_google_resource.mo share/locale/da/LC_MESSAGES/akonadi_ical_resource.mo share/locale/da/LC_MESSAGES/akonadi_icaldir_resource.mo share/locale/da/LC_MESSAGES/akonadi_imap_resource.mo share/locale/da/LC_MESSAGES/akonadi_invitations_agent.mo share/locale/da/LC_MESSAGES/akonadi_kabc_resource.mo share/locale/da/LC_MESSAGES/akonadi_kalarm_resource.mo share/locale/da/LC_MESSAGES/akonadi_kcal_resource.mo share/locale/da/LC_MESSAGES/akonadi_kdeaccounts_resource.mo share/locale/da/LC_MESSAGES/akonadi_knut_resource.mo share/locale/da/LC_MESSAGES/akonadi_kolabproxy_resource.mo share/locale/da/LC_MESSAGES/akonadi_kresourceassistant.mo share/locale/da/LC_MESSAGES/akonadi_localbookmarks_resource.mo share/locale/da/LC_MESSAGES/akonadi_maildir_resource.mo share/locale/da/LC_MESSAGES/akonadi_maildispatcher_agent.mo share/locale/da/LC_MESSAGES/akonadi_mailfilter_agent.mo share/locale/da/LC_MESSAGES/akonadi_mailtransport_resource.mo share/locale/da/LC_MESSAGES/akonadi_mbox_resource.mo share/locale/da/LC_MESSAGES/akonadi_microblog_resource.mo share/locale/da/LC_MESSAGES/akonadi_mixedmaildir_resource.mo share/locale/da/LC_MESSAGES/akonadi_nepomuk_feeder.mo share/locale/da/LC_MESSAGES/akonadi_nepomuktag_resource.mo share/locale/da/LC_MESSAGES/akonadi_next.mo share/locale/da/LC_MESSAGES/akonadi_nntp_resource.mo share/locale/da/LC_MESSAGES/akonadi_openxchange_resource.mo share/locale/da/LC_MESSAGES/akonadi_pop3_resource.mo share/locale/da/LC_MESSAGES/akonadi_serializer_plugins.mo share/locale/da/LC_MESSAGES/akonadi_singlefile_resource.mo share/locale/da/LC_MESSAGES/akonadi_strigi_feeder.mo share/locale/da/LC_MESSAGES/akonadi_vcard_resource.mo share/locale/da/LC_MESSAGES/akonadi_vcarddir_resource.mo share/locale/da/LC_MESSAGES/akonadicontact.mo share/locale/da/LC_MESSAGES/akonadinotes.mo share/locale/da/LC_MESSAGES/akonaditray.mo share/locale/da/LC_MESSAGES/akregator.mo share/locale/da/LC_MESSAGES/akregator_konqplugin.mo share/locale/da/LC_MESSAGES/amor.mo share/locale/da/LC_MESSAGES/analitza.mo share/locale/da/LC_MESSAGES/ark.mo share/locale/da/LC_MESSAGES/attica_kde.mo share/locale/da/LC_MESSAGES/audiocd_encoder_lame.mo share/locale/da/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/da/LC_MESSAGES/audiorename_plugin.mo share/locale/da/LC_MESSAGES/autorefresh.mo share/locale/da/LC_MESSAGES/babelfish.mo share/locale/da/LC_MESSAGES/blinken.mo share/locale/da/LC_MESSAGES/blogilo.mo share/locale/da/LC_MESSAGES/bomber.mo share/locale/da/LC_MESSAGES/bovo.mo share/locale/da/LC_MESSAGES/calendarsupport.mo share/locale/da/LC_MESSAGES/cantor.mo share/locale/da/LC_MESSAGES/cervisia.mo share/locale/da/LC_MESSAGES/cryptopageplugin.mo share/locale/da/LC_MESSAGES/cvsservice.mo share/locale/da/LC_MESSAGES/dirfilterplugin.mo share/locale/da/LC_MESSAGES/display.mo share/locale/da/LC_MESSAGES/dolphin.mo share/locale/da/LC_MESSAGES/domtreeviewer.mo share/locale/da/LC_MESSAGES/dragonplayer.mo share/locale/da/LC_MESSAGES/drkonqi.mo share/locale/da/LC_MESSAGES/filelight.mo share/locale/da/LC_MESSAGES/filetypes.mo share/locale/da/LC_MESSAGES/fileviewbazaarplugin.mo share/locale/da/LC_MESSAGES/fileviewgitplugin.mo share/locale/da/LC_MESSAGES/fileviewhgplugin.mo share/locale/da/LC_MESSAGES/fileviewsvnplugin.mo share/locale/da/LC_MESSAGES/freespacenotifier.mo share/locale/da/LC_MESSAGES/fsview.mo share/locale/da/LC_MESSAGES/granatier.mo share/locale/da/LC_MESSAGES/gwenview.mo share/locale/da/LC_MESSAGES/htmlsearch.mo share/locale/da/LC_MESSAGES/imagerename_plugin.mo share/locale/da/LC_MESSAGES/imgalleryplugin.mo share/locale/da/LC_MESSAGES/importwizard.mo share/locale/da/LC_MESSAGES/jovie.mo share/locale/da/LC_MESSAGES/joystick.mo share/locale/da/LC_MESSAGES/juk.mo share/locale/da/LC_MESSAGES/kabc.mo share/locale/da/LC_MESSAGES/kabc_akonadi.mo share/locale/da/LC_MESSAGES/kabc_dir.mo share/locale/da/LC_MESSAGES/kabc_file.mo share/locale/da/LC_MESSAGES/kabc_ldapkio.mo share/locale/da/LC_MESSAGES/kabc_net.mo share/locale/da/LC_MESSAGES/kabcclient.mo share/locale/da/LC_MESSAGES/kabcformat_binary.mo share/locale/da/LC_MESSAGES/kaccess.mo share/locale/da/LC_MESSAGES/kaccessibleapp.mo share/locale/da/LC_MESSAGES/kactivitymanagerd.mo share/locale/da/LC_MESSAGES/kactivitymanagerd_fileitem_linking_plugin.mo share/locale/da/LC_MESSAGES/kaddressbook-mobile.mo share/locale/da/LC_MESSAGES/kaddressbook.mo share/locale/da/LC_MESSAGES/kaddressbookmigrator.mo share/locale/da/LC_MESSAGES/kajongg.mo share/locale/da/LC_MESSAGES/kalarm.mo share/locale/da/LC_MESSAGES/kalgebra.mo share/locale/da/LC_MESSAGES/kalzium.mo share/locale/da/LC_MESSAGES/kanagram-harmattan.mo share/locale/da/LC_MESSAGES/kanagram.mo share/locale/da/LC_MESSAGES/kapman.mo share/locale/da/LC_MESSAGES/kapptemplate.mo share/locale/da/LC_MESSAGES/kate-ctags-plugin.mo share/locale/da/LC_MESSAGES/kate.mo share/locale/da/LC_MESSAGES/kate_kttsd.mo share/locale/da/LC_MESSAGES/katebacktracebrowserplugin.mo share/locale/da/LC_MESSAGES/katebuild-plugin.mo share/locale/da/LC_MESSAGES/katefilebrowserplugin.mo share/locale/da/LC_MESSAGES/katefiletemplates.mo share/locale/da/LC_MESSAGES/kategdbplugin.mo share/locale/da/LC_MESSAGES/katehelloworld.mo share/locale/da/LC_MESSAGES/katekonsoleplugin.mo share/locale/da/LC_MESSAGES/katemailfilesplugin.mo share/locale/da/LC_MESSAGES/kateopenheader.mo share/locale/da/LC_MESSAGES/katepart4.mo share/locale/da/LC_MESSAGES/kateproject.mo share/locale/da/LC_MESSAGES/katesearch.mo share/locale/da/LC_MESSAGES/katesnippets_tng.mo share/locale/da/LC_MESSAGES/katesnippetsplugin.mo share/locale/da/LC_MESSAGES/katesql.mo share/locale/da/LC_MESSAGES/katesymbolviewer.mo share/locale/da/LC_MESSAGES/katetabbarextension.mo share/locale/da/LC_MESSAGES/katetabifyplugin.mo share/locale/da/LC_MESSAGES/katetextfilter.mo share/locale/da/LC_MESSAGES/katexmlcheck.mo share/locale/da/LC_MESSAGES/katexmltools.mo share/locale/da/LC_MESSAGES/katomic.mo share/locale/da/LC_MESSAGES/kbattleship.mo share/locale/da/LC_MESSAGES/kblackbox.mo share/locale/da/LC_MESSAGES/kblankscrn.mo share/locale/da/LC_MESSAGES/kblocks.mo share/locale/da/LC_MESSAGES/kbounce.mo share/locale/da/LC_MESSAGES/kbreakout.mo share/locale/da/LC_MESSAGES/kbruch.mo share/locale/da/LC_MESSAGES/kcachegrind.mo share/locale/da/LC_MESSAGES/kcachegrind_qt.mo share/locale/da/LC_MESSAGES/kcal_akonadi.mo share/locale/da/LC_MESSAGES/kcalc.mo share/locale/da/LC_MESSAGES/kcertpart.mo share/locale/da/LC_MESSAGES/kcharselect.mo share/locale/da/LC_MESSAGES/kcm-kwin-scripts.mo share/locale/da/LC_MESSAGES/kcm_activities.mo share/locale/da/LC_MESSAGES/kcm_akonadi.mo share/locale/da/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/da/LC_MESSAGES/kcm_attica.mo share/locale/da/LC_MESSAGES/kcm_autostart.mo share/locale/da/LC_MESSAGES/kcm_desktoppaths.mo share/locale/da/LC_MESSAGES/kcm_desktopthemedetails.mo share/locale/da/LC_MESSAGES/kcm_device_automounter.mo share/locale/da/LC_MESSAGES/kcm_emoticons.mo share/locale/da/LC_MESSAGES/kcm_infobase.mo share/locale/da/LC_MESSAGES/kcm_infosummary.mo -share/locale/da/LC_MESSAGES/kcm_krfb.mo share/locale/da/LC_MESSAGES/kcm_kwindesktop.mo share/locale/da/LC_MESSAGES/kcm_kwintabbox.mo share/locale/da/LC_MESSAGES/kcm_memory.mo share/locale/da/LC_MESSAGES/kcm_nepomuk.mo share/locale/da/LC_MESSAGES/kcm_pci.mo share/locale/da/LC_MESSAGES/kcm_phonon.mo share/locale/da/LC_MESSAGES/kcm_platform.mo share/locale/da/LC_MESSAGES/kcm_remotecontrol.mo share/locale/da/LC_MESSAGES/kcm_solid.mo share/locale/da/LC_MESSAGES/kcm_solid_actions.mo share/locale/da/LC_MESSAGES/kcm_standard_actions.mo share/locale/da/LC_MESSAGES/kcmaccess.mo share/locale/da/LC_MESSAGES/kcmaudiocd.mo share/locale/da/LC_MESSAGES/kcmbackground.mo share/locale/da/LC_MESSAGES/kcmbell.mo share/locale/da/LC_MESSAGES/kcmcddb.mo share/locale/da/LC_MESSAGES/kcmcgi.mo share/locale/da/LC_MESSAGES/kcmcolors.mo share/locale/da/LC_MESSAGES/kcmcomponentchooser.mo share/locale/da/LC_MESSAGES/kcmcrypto.mo share/locale/da/LC_MESSAGES/kcmdevinfo.mo share/locale/da/LC_MESSAGES/kcmfonts.mo share/locale/da/LC_MESSAGES/kcmhtmlsearch.mo share/locale/da/LC_MESSAGES/kcmicons.mo share/locale/da/LC_MESSAGES/kcminfo.mo share/locale/da/LC_MESSAGES/kcminit.mo share/locale/da/LC_MESSAGES/kcminput.mo share/locale/da/LC_MESSAGES/kcmkamera.mo share/locale/da/LC_MESSAGES/kcmkclock.mo share/locale/da/LC_MESSAGES/kcmkded.mo share/locale/da/LC_MESSAGES/kcmkdnssd.mo share/locale/da/LC_MESSAGES/kcmkeyboard.mo share/locale/da/LC_MESSAGES/kcmkeys.mo share/locale/da/LC_MESSAGES/kcmkgamma.mo share/locale/da/LC_MESSAGES/kcmkio.mo share/locale/da/LC_MESSAGES/kcmkonq.mo share/locale/da/LC_MESSAGES/kcmkonqhtml.mo share/locale/da/LC_MESSAGES/kcmkurifilt.mo share/locale/da/LC_MESSAGES/kcmkwallet.mo share/locale/da/LC_MESSAGES/kcmkwincompositing.mo share/locale/da/LC_MESSAGES/kcmkwindecoration.mo share/locale/da/LC_MESSAGES/kcmkwinrules.mo share/locale/da/LC_MESSAGES/kcmkwinscreenedges.mo share/locale/da/LC_MESSAGES/kcmkwm.mo share/locale/da/LC_MESSAGES/kcmlaunch.mo share/locale/da/LC_MESSAGES/kcmlocale.mo share/locale/da/LC_MESSAGES/kcmnic.mo share/locale/da/LC_MESSAGES/kcmnotify.mo share/locale/da/LC_MESSAGES/kcmopengl.mo share/locale/da/LC_MESSAGES/kcmperformance.mo share/locale/da/LC_MESSAGES/kcmsamba.mo share/locale/da/LC_MESSAGES/kcmscreensaver.mo share/locale/da/LC_MESSAGES/kcmshell.mo share/locale/da/LC_MESSAGES/kcmsmartcard.mo share/locale/da/LC_MESSAGES/kcmsmserver.mo share/locale/da/LC_MESSAGES/kcmstyle.mo share/locale/da/LC_MESSAGES/kcmusb.mo share/locale/da/LC_MESSAGES/kcmview1394.mo share/locale/da/LC_MESSAGES/kcmworkspaceoptions.mo share/locale/da/LC_MESSAGES/kcolorchooser.mo share/locale/da/LC_MESSAGES/kcron.mo share/locale/da/LC_MESSAGES/kde-menu.mo share/locale/da/LC_MESSAGES/kdeasciiquarium.mo share/locale/da/LC_MESSAGES/kdebugdialog.mo share/locale/da/LC_MESSAGES/kdecalendarsystems.mo share/locale/da/LC_MESSAGES/kdelibs4.mo share/locale/da/LC_MESSAGES/kdelibs_colors4.mo share/locale/da/LC_MESSAGES/kdepasswd.mo share/locale/da/LC_MESSAGES/kdepim-runtime-qml.mo share/locale/da/LC_MESSAGES/kdeqt.mo share/locale/da/LC_MESSAGES/kdesu.mo share/locale/da/LC_MESSAGES/kdesud.mo share/locale/da/LC_MESSAGES/kdf.mo share/locale/da/LC_MESSAGES/kdgantt2.mo share/locale/da/LC_MESSAGES/kdialog.mo share/locale/da/LC_MESSAGES/kdiamond.mo share/locale/da/LC_MESSAGES/kdmconfig.mo share/locale/da/LC_MESSAGES/kdmgreet.mo share/locale/da/LC_MESSAGES/kdontchangethehostname.mo share/locale/da/LC_MESSAGES/keditbookmarks.mo share/locale/da/LC_MESSAGES/kfile.mo share/locale/da/LC_MESSAGES/kfile_dds.mo share/locale/da/LC_MESSAGES/kfile_drgeo.mo share/locale/da/LC_MESSAGES/kfile_exr.mo share/locale/da/LC_MESSAGES/kfile_kig.mo share/locale/da/LC_MESSAGES/kfile_mail.mo share/locale/da/LC_MESSAGES/kfile_pnm.mo share/locale/da/LC_MESSAGES/kfile_raw.mo share/locale/da/LC_MESSAGES/kfile_rgb.mo share/locale/da/LC_MESSAGES/kfile_rpm.mo share/locale/da/LC_MESSAGES/kfile_tiff.mo share/locale/da/LC_MESSAGES/kfile_xps.mo share/locale/da/LC_MESSAGES/kfileaudiopreview4.mo share/locale/da/LC_MESSAGES/kfilereplace.mo share/locale/da/LC_MESSAGES/kfileshare.mo share/locale/da/LC_MESSAGES/kfindpart.mo share/locale/da/LC_MESSAGES/kfloppy.mo share/locale/da/LC_MESSAGES/kfmclient.mo share/locale/da/LC_MESSAGES/kfontinst.mo share/locale/da/LC_MESSAGES/kfourinline.mo share/locale/da/LC_MESSAGES/kgeography.mo share/locale/da/LC_MESSAGES/kget.mo share/locale/da/LC_MESSAGES/kgetplugin.mo share/locale/da/LC_MESSAGES/kglobalaccel.mo share/locale/da/LC_MESSAGES/kgoldrunner.mo share/locale/da/LC_MESSAGES/kgpg.mo share/locale/da/LC_MESSAGES/kgreet_classic.mo share/locale/da/LC_MESSAGES/kgreet_generic.mo share/locale/da/LC_MESSAGES/kgreet_winbind.mo share/locale/da/LC_MESSAGES/khangman.mo share/locale/da/LC_MESSAGES/khelpcenter.mo share/locale/da/LC_MESSAGES/khotkeys.mo share/locale/da/LC_MESSAGES/khotnewstuff.mo share/locale/da/LC_MESSAGES/khtmlkttsd.mo share/locale/da/LC_MESSAGES/khtmlsettingsplugin.mo share/locale/da/LC_MESSAGES/kiconfinder.mo share/locale/da/LC_MESSAGES/kig.mo share/locale/da/LC_MESSAGES/kigo.mo share/locale/da/LC_MESSAGES/killbots.mo share/locale/da/LC_MESSAGES/kimagemapeditor.mo -share/locale/da/LC_MESSAGES/kinetd.mo share/locale/da/LC_MESSAGES/kinfocenter.mo share/locale/da/LC_MESSAGES/kio4.mo share/locale/da/LC_MESSAGES/kio_activities.mo share/locale/da/LC_MESSAGES/kio_akonadi.mo share/locale/da/LC_MESSAGES/kio_applications.mo share/locale/da/LC_MESSAGES/kio_archive.mo share/locale/da/LC_MESSAGES/kio_audiocd.mo share/locale/da/LC_MESSAGES/kio_bookmarks.mo share/locale/da/LC_MESSAGES/kio_finger.mo share/locale/da/LC_MESSAGES/kio_fish.mo share/locale/da/LC_MESSAGES/kio_floppy.mo share/locale/da/LC_MESSAGES/kio_help4.mo share/locale/da/LC_MESSAGES/kio_imap4.mo share/locale/da/LC_MESSAGES/kio_info.mo share/locale/da/LC_MESSAGES/kio_jabberdisco.mo share/locale/da/LC_MESSAGES/kio_ldap.mo share/locale/da/LC_MESSAGES/kio_man.mo share/locale/da/LC_MESSAGES/kio_mbox.mo share/locale/da/LC_MESSAGES/kio_nepomuk.mo share/locale/da/LC_MESSAGES/kio_nepomuksearch.mo share/locale/da/LC_MESSAGES/kio_nfs.mo share/locale/da/LC_MESSAGES/kio_nntp.mo share/locale/da/LC_MESSAGES/kio_perldoc.mo share/locale/da/LC_MESSAGES/kio_pop3.mo share/locale/da/LC_MESSAGES/kio_recentdocuments.mo share/locale/da/LC_MESSAGES/kio_remote.mo share/locale/da/LC_MESSAGES/kio_sftp.mo share/locale/da/LC_MESSAGES/kio_sieve.mo share/locale/da/LC_MESSAGES/kio_smb.mo share/locale/da/LC_MESSAGES/kio_smtp.mo share/locale/da/LC_MESSAGES/kio_svn.mo share/locale/da/LC_MESSAGES/kio_tags.mo share/locale/da/LC_MESSAGES/kio_thumbnail.mo share/locale/da/LC_MESSAGES/kio_timeline.mo share/locale/da/LC_MESSAGES/kio_trash.mo share/locale/da/LC_MESSAGES/kio_zeroconf.mo share/locale/da/LC_MESSAGES/kioclient.mo share/locale/da/LC_MESSAGES/kioexec.mo share/locale/da/LC_MESSAGES/kipiplugin_kxmlhelloworld.mo share/locale/da/LC_MESSAGES/kiriki.mo share/locale/da/LC_MESSAGES/kiten.mo share/locale/da/LC_MESSAGES/kjots.mo share/locale/da/LC_MESSAGES/kjotsmigrator.mo share/locale/da/LC_MESSAGES/kjumpingcube.mo share/locale/da/LC_MESSAGES/kleopatra.mo share/locale/da/LC_MESSAGES/klettres.mo share/locale/da/LC_MESSAGES/klickety.mo share/locale/da/LC_MESSAGES/klines.mo share/locale/da/LC_MESSAGES/klinkstatus.mo share/locale/da/LC_MESSAGES/klipper.mo share/locale/da/LC_MESSAGES/klock.mo share/locale/da/LC_MESSAGES/kmag.mo share/locale/da/LC_MESSAGES/kmahjongg.mo share/locale/da/LC_MESSAGES/kmail-migrator.mo share/locale/da/LC_MESSAGES/kmail-mobile.mo share/locale/da/LC_MESSAGES/kmail.mo share/locale/da/LC_MESSAGES/kmailcvt.mo share/locale/da/LC_MESSAGES/kmenuedit.mo share/locale/da/LC_MESSAGES/kmimetypefinder.mo share/locale/da/LC_MESSAGES/kmines.mo share/locale/da/LC_MESSAGES/kmix.mo share/locale/da/LC_MESSAGES/kmousetool.mo share/locale/da/LC_MESSAGES/kmouth.mo share/locale/da/LC_MESSAGES/kmplot.mo share/locale/da/LC_MESSAGES/knetattach.mo share/locale/da/LC_MESSAGES/knetwalk.mo share/locale/da/LC_MESSAGES/knode.mo share/locale/da/LC_MESSAGES/knotes.mo share/locale/da/LC_MESSAGES/knotify4.mo share/locale/da/LC_MESSAGES/kolf.mo share/locale/da/LC_MESSAGES/kollision.mo share/locale/da/LC_MESSAGES/kolourpaint.mo share/locale/da/LC_MESSAGES/kommander.mo share/locale/da/LC_MESSAGES/kompare.mo share/locale/da/LC_MESSAGES/konqprofiles.mo share/locale/da/LC_MESSAGES/konqueror.mo share/locale/da/LC_MESSAGES/konquest.mo share/locale/da/LC_MESSAGES/konsole.mo share/locale/da/LC_MESSAGES/konsolekalendar.mo share/locale/da/LC_MESSAGES/konsoleprofiles.mo share/locale/da/LC_MESSAGES/kontact.mo share/locale/da/LC_MESSAGES/kontactinterfaces.mo share/locale/da/LC_MESSAGES/kopete.mo share/locale/da/LC_MESSAGES/korganizer-mobile.mo share/locale/da/LC_MESSAGES/korganizer.mo share/locale/da/LC_MESSAGES/kpartloader.mo share/locale/da/LC_MESSAGES/kpartsaver.mo share/locale/da/LC_MESSAGES/kpasswdserver.mo share/locale/da/LC_MESSAGES/kpat.mo share/locale/da/LC_MESSAGES/kppp.mo share/locale/da/LC_MESSAGES/kppplogview.mo share/locale/da/LC_MESSAGES/kquitapp.mo share/locale/da/LC_MESSAGES/krandr.mo share/locale/da/LC_MESSAGES/krcdnotifieritem.mo share/locale/da/LC_MESSAGES/krdb.mo share/locale/da/LC_MESSAGES/krdc.mo share/locale/da/LC_MESSAGES/kreadconfig.mo share/locale/da/LC_MESSAGES/kremotecontroldaemon.mo share/locale/da/LC_MESSAGES/kres-migrator.mo share/locale/da/LC_MESSAGES/kres_blog.mo share/locale/da/LC_MESSAGES/kres_remote.mo share/locale/da/LC_MESSAGES/kresources_shared_akonadi.mo share/locale/da/LC_MESSAGES/kreversi.mo share/locale/da/LC_MESSAGES/krfb.mo share/locale/da/LC_MESSAGES/kruler.mo share/locale/da/LC_MESSAGES/krunner.mo share/locale/da/LC_MESSAGES/ksaneplugin.mo share/locale/da/LC_MESSAGES/kscd.mo share/locale/da/LC_MESSAGES/kscreenlocker.mo share/locale/da/LC_MESSAGES/kscreenlocker_greet.mo share/locale/da/LC_MESSAGES/kscreensaver.mo share/locale/da/LC_MESSAGES/ksendemail.mo +share/locale/da/LC_MESSAGES/ksgrd.mo share/locale/da/LC_MESSAGES/kshellcmdplugin.mo share/locale/da/LC_MESSAGES/kshisen.mo share/locale/da/LC_MESSAGES/kshorturifilter.mo share/locale/da/LC_MESSAGES/ksirk.mo share/locale/da/LC_MESSAGES/ksirkskineditor.mo share/locale/da/LC_MESSAGES/ksmserver.mo share/locale/da/LC_MESSAGES/ksnapshot.mo share/locale/da/LC_MESSAGES/kspaceduel.mo share/locale/da/LC_MESSAGES/ksplashthemes.mo share/locale/da/LC_MESSAGES/ksquares.mo share/locale/da/LC_MESSAGES/kstars.mo share/locale/da/LC_MESSAGES/kstart.mo share/locale/da/LC_MESSAGES/kstartperf.mo share/locale/da/LC_MESSAGES/kstyle_config.mo share/locale/da/LC_MESSAGES/kstyle_phase_config.mo share/locale/da/LC_MESSAGES/ksudoku.mo share/locale/da/LC_MESSAGES/ksysguard.mo share/locale/da/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/da/LC_MESSAGES/ksystemlog.mo share/locale/da/LC_MESSAGES/ksystraycmd.mo share/locale/da/LC_MESSAGES/kteatime.mo share/locale/da/LC_MESSAGES/ktesnippets_editor.mo share/locale/da/LC_MESSAGES/ktexteditor_codesnippets_core.mo share/locale/da/LC_MESSAGES/ktexteditor_plugins.mo share/locale/da/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/da/LC_MESSAGES/ktimer.mo share/locale/da/LC_MESSAGES/ktimetracker.mo share/locale/da/LC_MESSAGES/ktnef.mo share/locale/da/LC_MESSAGES/ktouch.mo share/locale/da/LC_MESSAGES/ktouchpadenabler.mo share/locale/da/LC_MESSAGES/ktraderclient.mo share/locale/da/LC_MESSAGES/ktron.mo share/locale/da/LC_MESSAGES/ktuberling.mo share/locale/da/LC_MESSAGES/kturtle.mo share/locale/da/LC_MESSAGES/ktux.mo share/locale/da/LC_MESSAGES/kubrick.mo share/locale/da/LC_MESSAGES/kuiserver.mo share/locale/da/LC_MESSAGES/kuiviewer.mo share/locale/da/LC_MESSAGES/kurifilter.mo share/locale/da/LC_MESSAGES/kuser.mo share/locale/da/LC_MESSAGES/kwalletd.mo share/locale/da/LC_MESSAGES/kwalletmanager.mo share/locale/da/LC_MESSAGES/kwatchgnupg.mo share/locale/da/LC_MESSAGES/kwin.mo share/locale/da/LC_MESSAGES/kwin_art_clients.mo share/locale/da/LC_MESSAGES/kwin_clients.mo share/locale/da/LC_MESSAGES/kwin_effects.mo share/locale/da/LC_MESSAGES/kwinshutdown.mo share/locale/da/LC_MESSAGES/kwinstartmenu.mo share/locale/da/LC_MESSAGES/kwordquiz.mo share/locale/da/LC_MESSAGES/kwrite.mo share/locale/da/LC_MESSAGES/kwriteconfig.mo share/locale/da/LC_MESSAGES/kxkb.mo share/locale/da/LC_MESSAGES/kxsconfig.mo share/locale/da/LC_MESSAGES/lancelot.mo share/locale/da/LC_MESSAGES/libakonadi-calendar.mo share/locale/da/LC_MESSAGES/libakonadi-kmime.mo share/locale/da/LC_MESSAGES/libakonadi.mo share/locale/da/LC_MESSAGES/libeventviews.mo share/locale/da/LC_MESSAGES/libincidenceeditors.mo share/locale/da/LC_MESSAGES/libkalarmcal.mo share/locale/da/LC_MESSAGES/libkasten.mo share/locale/da/LC_MESSAGES/libkblog.mo share/locale/da/LC_MESSAGES/libkcal.mo share/locale/da/LC_MESSAGES/libkcalutils.mo share/locale/da/LC_MESSAGES/libkcddb.mo share/locale/da/LC_MESSAGES/libkcompactdisc.mo share/locale/da/LC_MESSAGES/libkdcraw.mo share/locale/da/LC_MESSAGES/libkdecorations.mo share/locale/da/LC_MESSAGES/libkdeedu.mo share/locale/da/LC_MESSAGES/libkdegames.mo share/locale/da/LC_MESSAGES/libkdepim.mo share/locale/da/LC_MESSAGES/libkdepimmobileui.mo share/locale/da/LC_MESSAGES/libkexiv2.mo share/locale/da/LC_MESSAGES/libkholidays.mo share/locale/da/LC_MESSAGES/libkimap.mo share/locale/da/LC_MESSAGES/libkipi.mo share/locale/da/LC_MESSAGES/libkldap.mo share/locale/da/LC_MESSAGES/libkleopatra.mo share/locale/da/LC_MESSAGES/libkmahjongg.mo share/locale/da/LC_MESSAGES/libkmime.mo share/locale/da/LC_MESSAGES/libkonq.mo share/locale/da/LC_MESSAGES/libkpgp.mo share/locale/da/LC_MESSAGES/libkpimidentities.mo share/locale/da/LC_MESSAGES/libkpimtextedit.mo share/locale/da/LC_MESSAGES/libkpimutils.mo share/locale/da/LC_MESSAGES/libkremotecontrol.mo share/locale/da/LC_MESSAGES/libkresources.mo share/locale/da/LC_MESSAGES/libksane.mo share/locale/da/LC_MESSAGES/libkscreensaver.mo share/locale/da/LC_MESSAGES/libksieve.mo share/locale/da/LC_MESSAGES/libktnef.mo share/locale/da/LC_MESSAGES/libkunitconversion.mo share/locale/da/LC_MESSAGES/libkworkspace.mo share/locale/da/LC_MESSAGES/libkxmlrpcclient.mo share/locale/da/LC_MESSAGES/liblancelot-datamodels.mo share/locale/da/LC_MESSAGES/libmailcommon.mo share/locale/da/LC_MESSAGES/libmailimporter.mo share/locale/da/LC_MESSAGES/libmailtransport.mo share/locale/da/LC_MESSAGES/libmessagecomposer.mo share/locale/da/LC_MESSAGES/libmessagecore.mo share/locale/da/LC_MESSAGES/libmessagelist.mo share/locale/da/LC_MESSAGES/libmessageviewer.mo share/locale/da/LC_MESSAGES/liboktetacore.mo share/locale/da/LC_MESSAGES/liboktetagui.mo share/locale/da/LC_MESSAGES/liboktetakasten.mo share/locale/da/LC_MESSAGES/liboxygenstyleconfig.mo share/locale/da/LC_MESSAGES/libphonon.mo share/locale/da/LC_MESSAGES/libpimcommon.mo share/locale/da/LC_MESSAGES/libplasma.mo share/locale/da/LC_MESSAGES/libplasma_groupingcontainment.mo share/locale/da/LC_MESSAGES/libplasmaclock.mo share/locale/da/LC_MESSAGES/libplasmaweather.mo share/locale/da/LC_MESSAGES/libtaskmanager.mo share/locale/da/LC_MESSAGES/libtemplateparser.mo share/locale/da/LC_MESSAGES/lokalize.mo share/locale/da/LC_MESSAGES/lskat.mo share/locale/da/LC_MESSAGES/mailreader.mo share/locale/da/LC_MESSAGES/marble.mo share/locale/da/LC_MESSAGES/marble_qt.mo share/locale/da/LC_MESSAGES/marble_xml_mimetypes.mo share/locale/da/LC_MESSAGES/messageviewer_application_mstnef_plugin.mo share/locale/da/LC_MESSAGES/messageviewer_text_calendar_plugin.mo share/locale/da/LC_MESSAGES/messageviewer_text_vcard_plugin.mo share/locale/da/LC_MESSAGES/messageviewer_text_xdiff_plugin.mo share/locale/da/LC_MESSAGES/mf_konqplugin.mo share/locale/da/LC_MESSAGES/minitoolsplugin.mo share/locale/da/LC_MESSAGES/mplayerthumbs.mo share/locale/da/LC_MESSAGES/mplayerthumbsconfig.mo share/locale/da/LC_MESSAGES/nepomukbackup.mo share/locale/da/LC_MESSAGES/nepomukcleaner.mo share/locale/da/LC_MESSAGES/nepomukcontroller.mo share/locale/da/LC_MESSAGES/nepomukfileindexer.mo +share/locale/da/LC_MESSAGES/nepomukpimindexerutility.mo share/locale/da/LC_MESSAGES/nepomukqueryservice.mo share/locale/da/LC_MESSAGES/nepomukserver.mo share/locale/da/LC_MESSAGES/nepomukservicestub.mo share/locale/da/LC_MESSAGES/nepomukstorage.mo share/locale/da/LC_MESSAGES/nepomukwidgets.mo share/locale/da/LC_MESSAGES/newmailnotifieragent.mo share/locale/da/LC_MESSAGES/notes-mobile.mo share/locale/da/LC_MESSAGES/nsplugin.mo share/locale/da/LC_MESSAGES/okteta-mobile.mo share/locale/da/LC_MESSAGES/okteta.mo share/locale/da/LC_MESSAGES/oktetapart.mo share/locale/da/LC_MESSAGES/okular.mo share/locale/da/LC_MESSAGES/okular_chm.mo share/locale/da/LC_MESSAGES/okular_comicbook.mo share/locale/da/LC_MESSAGES/okular_djvu.mo share/locale/da/LC_MESSAGES/okular_dvi.mo share/locale/da/LC_MESSAGES/okular_epub.mo share/locale/da/LC_MESSAGES/okular_fax.mo share/locale/da/LC_MESSAGES/okular_fictionbook.mo share/locale/da/LC_MESSAGES/okular_ghostview.mo share/locale/da/LC_MESSAGES/okular_kimgio.mo share/locale/da/LC_MESSAGES/okular_mobi.mo share/locale/da/LC_MESSAGES/okular_ooo.mo share/locale/da/LC_MESSAGES/okular_plucker.mo share/locale/da/LC_MESSAGES/okular_poppler.mo share/locale/da/LC_MESSAGES/okular_tiff.mo share/locale/da/LC_MESSAGES/okular_xps.mo share/locale/da/LC_MESSAGES/org.kde.active.documentviewer.mo share/locale/da/LC_MESSAGES/pairs.mo share/locale/da/LC_MESSAGES/pairseditor.mo share/locale/da/LC_MESSAGES/palapeli.mo share/locale/da/LC_MESSAGES/parley.mo share/locale/da/LC_MESSAGES/phonon_gstreamer.mo share/locale/da/LC_MESSAGES/phonon_kde.mo share/locale/da/LC_MESSAGES/phonon_vlc.mo share/locale/da/LC_MESSAGES/phononserver.mo share/locale/da/LC_MESSAGES/picmi.mo share/locale/da/LC_MESSAGES/pimsettingexporter.mo share/locale/da/LC_MESSAGES/plasma-desktop.mo share/locale/da/LC_MESSAGES/plasma-netbook.mo share/locale/da/LC_MESSAGES/plasma-overlay.mo share/locale/da/LC_MESSAGES/plasma-remote-helper.mo share/locale/da/LC_MESSAGES/plasma-windowed.mo share/locale/da/LC_MESSAGES/plasma_applet_BbalL.mo share/locale/da/LC_MESSAGES/plasma_applet_CharSelectApplet.mo share/locale/da/LC_MESSAGES/plasma_applet_Molmasscalculator.mo share/locale/da/LC_MESSAGES/plasma_applet_akonotes_note.mo share/locale/da/LC_MESSAGES/plasma_applet_battery.mo share/locale/da/LC_MESSAGES/plasma_applet_binaryclock.mo share/locale/da/LC_MESSAGES/plasma_applet_bookmarks.mo share/locale/da/LC_MESSAGES/plasma_applet_bubblemon.mo share/locale/da/LC_MESSAGES/plasma_applet_calculator.mo share/locale/da/LC_MESSAGES/plasma_applet_clock.mo share/locale/da/LC_MESSAGES/plasma_applet_comic.mo share/locale/da/LC_MESSAGES/plasma_applet_concentrationCalculator.mo share/locale/da/LC_MESSAGES/plasma_applet_currentappcontrol.mo share/locale/da/LC_MESSAGES/plasma_applet_dig_clock.mo share/locale/da/LC_MESSAGES/plasma_applet_fifteenPuzzle.mo share/locale/da/LC_MESSAGES/plasma_applet_fileWatcher.mo share/locale/da/LC_MESSAGES/plasma_applet_folderview.mo share/locale/da/LC_MESSAGES/plasma_applet_frame.mo share/locale/da/LC_MESSAGES/plasma_applet_fuzzy_clock.mo share/locale/da/LC_MESSAGES/plasma_applet_gasCalculator.mo share/locale/da/LC_MESSAGES/plasma_applet_groupingpanel.mo share/locale/da/LC_MESSAGES/plasma_applet_icon.mo share/locale/da/LC_MESSAGES/plasma_applet_icontasks.mo share/locale/da/LC_MESSAGES/plasma_applet_incomingmsg.mo share/locale/da/LC_MESSAGES/plasma_applet_kalgebra.mo share/locale/da/LC_MESSAGES/plasma_applet_kalzium.mo share/locale/da/LC_MESSAGES/plasma_applet_katesession.mo share/locale/da/LC_MESSAGES/plasma_applet_kdeobservatory.mo share/locale/da/LC_MESSAGES/plasma_applet_kget.mo share/locale/da/LC_MESSAGES/plasma_applet_kimpanel.mo share/locale/da/LC_MESSAGES/plasma_applet_knowledgebase.mo share/locale/da/LC_MESSAGES/plasma_applet_kolourpicker.mo share/locale/da/LC_MESSAGES/plasma_applet_kpapplet.mo share/locale/da/LC_MESSAGES/plasma_applet_launcher.mo share/locale/da/LC_MESSAGES/plasma_applet_leavenote.mo share/locale/da/LC_MESSAGES/plasma_applet_life.mo share/locale/da/LC_MESSAGES/plasma_applet_lockout.mo share/locale/da/LC_MESSAGES/plasma_applet_luna.mo share/locale/da/LC_MESSAGES/plasma_applet_magnifique.mo share/locale/da/LC_MESSAGES/plasma_applet_microblog.mo share/locale/da/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/da/LC_MESSAGES/plasma_applet_news.mo share/locale/da/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/da/LC_MESSAGES/plasma_applet_notes.mo share/locale/da/LC_MESSAGES/plasma_applet_notifier.mo share/locale/da/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/da/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/da/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/da/LC_MESSAGES/plasma_applet_opendesktop_activities.mo share/locale/da/LC_MESSAGES/plasma_applet_org.kde.notifications.mo share/locale/da/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/da/LC_MESSAGES/plasma_applet_pager.mo share/locale/da/LC_MESSAGES/plasma_applet_panel.mo share/locale/da/LC_MESSAGES/plasma_applet_panelspacer_internal.mo share/locale/da/LC_MESSAGES/plasma_applet_paste.mo share/locale/da/LC_MESSAGES/plasma_applet_pastebin.mo share/locale/da/LC_MESSAGES/plasma_applet_plasmaboard.mo share/locale/da/LC_MESSAGES/plasma_applet_previewer.mo share/locale/da/LC_MESSAGES/plasma_applet_printmanager.mo share/locale/da/LC_MESSAGES/plasma_applet_qalculate.mo share/locale/da/LC_MESSAGES/plasma_applet_qstardict.mo share/locale/da/LC_MESSAGES/plasma_applet_quicklaunch.mo share/locale/da/LC_MESSAGES/plasma_applet_rssnow.mo share/locale/da/LC_MESSAGES/plasma_applet_rtm.mo share/locale/da/LC_MESSAGES/plasma_applet_sal.mo share/locale/da/LC_MESSAGES/plasma_applet_saverdesktop.mo share/locale/da/LC_MESSAGES/plasma_applet_searchbox.mo share/locale/da/LC_MESSAGES/plasma_applet_showdashboard.mo share/locale/da/LC_MESSAGES/plasma_applet_showdesktop.mo share/locale/da/LC_MESSAGES/plasma_applet_skapplet.mo share/locale/da/LC_MESSAGES/plasma_applet_spellcheck.mo share/locale/da/LC_MESSAGES/plasma_applet_system-monitor.mo share/locale/da/LC_MESSAGES/plasma_applet_systemloadviewer.mo share/locale/da/LC_MESSAGES/plasma_applet_systemtray.mo share/locale/da/LC_MESSAGES/plasma_applet_tasks.mo share/locale/da/LC_MESSAGES/plasma_applet_timer.mo share/locale/da/LC_MESSAGES/plasma_applet_trash.mo share/locale/da/LC_MESSAGES/plasma_applet_unitconverter.mo share/locale/da/LC_MESSAGES/plasma_applet_weather.mo share/locale/da/LC_MESSAGES/plasma_applet_weatherstation.mo share/locale/da/LC_MESSAGES/plasma_applet_webbrowser.mo share/locale/da/LC_MESSAGES/plasma_applet_webslice.mo share/locale/da/LC_MESSAGES/plasma_applet_windowlist.mo share/locale/da/LC_MESSAGES/plasma_appletscriptengine_dashboard.mo share/locale/da/LC_MESSAGES/plasma_containmentactions_contextmenu.mo share/locale/da/LC_MESSAGES/plasma_containmentactions_switchactivity.mo share/locale/da/LC_MESSAGES/plasma_containmentactions_switchdesktop.mo share/locale/da/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/da/LC_MESSAGES/plasma_engine_calendar.mo share/locale/da/LC_MESSAGES/plasma_engine_kalzium.mo share/locale/da/LC_MESSAGES/plasma_engine_kdeobservatory.mo share/locale/da/LC_MESSAGES/plasma_engine_keystate.mo share/locale/da/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/da/LC_MESSAGES/plasma_engine_metadata.mo share/locale/da/LC_MESSAGES/plasma_engine_mpris2.mo share/locale/da/LC_MESSAGES/plasma_engine_network.mo share/locale/da/LC_MESSAGES/plasma_engine_notifications.mo share/locale/da/LC_MESSAGES/plasma_engine_nowplaying.mo share/locale/da/LC_MESSAGES/plasma_engine_rss.mo share/locale/da/LC_MESSAGES/plasma_engine_share.mo share/locale/da/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/da/LC_MESSAGES/plasma_engine_weather.mo share/locale/da/LC_MESSAGES/plasma_package_org.kde.desktop.activitymanager.mo share/locale/da/LC_MESSAGES/plasma_package_org.kde.desktop.widgetexplorer.mo share/locale/da/LC_MESSAGES/plasma_packagestructure_comic.mo share/locale/da/LC_MESSAGES/plasma_runner_CharacterRunner.mo share/locale/da/LC_MESSAGES/plasma_runner_activities.mo share/locale/da/LC_MESSAGES/plasma_runner_audioplayercontrol.mo share/locale/da/LC_MESSAGES/plasma_runner_bookmarksrunner.mo share/locale/da/LC_MESSAGES/plasma_runner_browserhistory.mo share/locale/da/LC_MESSAGES/plasma_runner_calculatorrunner.mo share/locale/da/LC_MESSAGES/plasma_runner_contacts.mo share/locale/da/LC_MESSAGES/plasma_runner_converterrunner.mo share/locale/da/LC_MESSAGES/plasma_runner_datetime.mo share/locale/da/LC_MESSAGES/plasma_runner_events.mo share/locale/da/LC_MESSAGES/plasma_runner_katesessions.mo share/locale/da/LC_MESSAGES/plasma_runner_kget.mo share/locale/da/LC_MESSAGES/plasma_runner_kill.mo share/locale/da/LC_MESSAGES/plasma_runner_konquerorsessions.mo share/locale/da/LC_MESSAGES/plasma_runner_konsolesessions.mo share/locale/da/LC_MESSAGES/plasma_runner_kopete.mo share/locale/da/LC_MESSAGES/plasma_runner_krunner_dictionary.mo share/locale/da/LC_MESSAGES/plasma_runner_locations.mo share/locale/da/LC_MESSAGES/plasma_runner_marblerunner.mo share/locale/da/LC_MESSAGES/plasma_runner_mediawiki.mo share/locale/da/LC_MESSAGES/plasma_runner_nepomuksearchrunner.mo share/locale/da/LC_MESSAGES/plasma_runner_placesrunner.mo share/locale/da/LC_MESSAGES/plasma_runner_plasma-desktop.mo share/locale/da/LC_MESSAGES/plasma_runner_powerdevil.mo share/locale/da/LC_MESSAGES/plasma_runner_recentdocuments.mo share/locale/da/LC_MESSAGES/plasma_runner_services.mo share/locale/da/LC_MESSAGES/plasma_runner_sessions.mo share/locale/da/LC_MESSAGES/plasma_runner_shell.mo share/locale/da/LC_MESSAGES/plasma_runner_solid.mo share/locale/da/LC_MESSAGES/plasma_runner_spellcheckrunner.mo share/locale/da/LC_MESSAGES/plasma_runner_webshortcuts.mo share/locale/da/LC_MESSAGES/plasma_runner_windowedwidgets.mo share/locale/da/LC_MESSAGES/plasma_runner_windows.mo share/locale/da/LC_MESSAGES/plasma_runner_youtube.mo share/locale/da/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/da/LC_MESSAGES/plasma_toolbox_desktoptoolbox.mo share/locale/da/LC_MESSAGES/plasma_toolbox_paneltoolbox.mo share/locale/da/LC_MESSAGES/plasma_wallpaper_color.mo share/locale/da/LC_MESSAGES/plasma_wallpaper_image.mo share/locale/da/LC_MESSAGES/plasma_wallpaper_mandelbrot.mo share/locale/da/LC_MESSAGES/plasma_wallpaper_marble.mo share/locale/da/LC_MESSAGES/plasma_wallpaper_pattern.mo share/locale/da/LC_MESSAGES/plasma_wallpaper_potd.mo share/locale/da/LC_MESSAGES/plasma_wallpaper_virus.mo share/locale/da/LC_MESSAGES/plasma_wallpaper_wallpaper-qml.mo share/locale/da/LC_MESSAGES/plasma_wallpaper_weather.mo share/locale/da/LC_MESSAGES/plasmagenericshell.mo share/locale/da/LC_MESSAGES/plasmapkg.mo share/locale/da/LC_MESSAGES/pothumbnail.mo share/locale/da/LC_MESSAGES/powerdevil.mo share/locale/da/LC_MESSAGES/powerdevilactivitiesconfig.mo share/locale/da/LC_MESSAGES/powerdevilglobalconfig.mo share/locale/da/LC_MESSAGES/powerdevilprofilesconfig.mo share/locale/da/LC_MESSAGES/print-manager.mo share/locale/da/LC_MESSAGES/processcore.mo share/locale/da/LC_MESSAGES/processui.mo share/locale/da/LC_MESSAGES/randrmonitor.mo share/locale/da/LC_MESSAGES/rellinks.mo share/locale/da/LC_MESSAGES/rocs.mo share/locale/da/LC_MESSAGES/rocscore.mo share/locale/da/LC_MESSAGES/rocsvisualeditor.mo share/locale/da/LC_MESSAGES/searchbarplugin.mo share/locale/da/LC_MESSAGES/solid-hardware.mo share/locale/da/LC_MESSAGES/solid-network.mo share/locale/da/LC_MESSAGES/solid_qt.mo share/locale/da/LC_MESSAGES/solidcontrol.mo share/locale/da/LC_MESSAGES/soliduiserver.mo share/locale/da/LC_MESSAGES/step.mo share/locale/da/LC_MESSAGES/step_qt.mo share/locale/da/LC_MESSAGES/strigila_diff.mo share/locale/da/LC_MESSAGES/superkaramba.mo share/locale/da/LC_MESSAGES/svgpart.mo share/locale/da/LC_MESSAGES/sweeper.mo share/locale/da/LC_MESSAGES/systemsettings.mo share/locale/da/LC_MESSAGES/tasks-mobile.mo share/locale/da/LC_MESSAGES/timezones4.mo share/locale/da/LC_MESSAGES/uachangerplugin.mo share/locale/da/LC_MESSAGES/umbrello.mo share/locale/da/LC_MESSAGES/useraccount.mo share/locale/da/LC_MESSAGES/validatorsplugin.mo share/locale/da/LC_MESSAGES/webarchiver.mo share/locale/da/LC_MESSAGES/xml_mimetypes.mo share/locale/da/entry.desktop @dirrm share/doc/HTML/da/umbrello @dirrm share/doc/HTML/da/ksysguard @dirrm share/doc/HTML/da/kppp @dirrm share/doc/HTML/da/konsolekalendar @dirrm share/doc/HTML/da/konqueror @dirrm share/doc/HTML/da/kommander @dirrm share/doc/HTML/da/kmouth @dirrm share/doc/HTML/da/klinkstatus @dirrm share/doc/HTML/da/kioslave/telnet @dirrm share/doc/HTML/da/kioslave/tar @dirrm share/doc/HTML/da/kioslave/smtp @dirrm share/doc/HTML/da/kioslave/sftp @dirrm share/doc/HTML/da/kioslave/rlogin @dirrm share/doc/HTML/da/kioslave/nntp @dirrm share/doc/HTML/da/kioslave/nfs @dirrm share/doc/HTML/da/kioslave/news @dirrm share/doc/HTML/da/kioslave/mailto @dirrm share/doc/HTML/da/kioslave/ldap @dirrm share/doc/HTML/da/kioslave/info @dirrm share/doc/HTML/da/kioslave/ftp @dirrm share/doc/HTML/da/kioslave/floppy @dirrm share/doc/HTML/da/kioslave/finger @dirrm share/doc/HTML/da/kioslave/file @dirrm share/doc/HTML/da/kioslave @dirrm share/doc/HTML/da/khelpcenter/glossary @dirrm share/doc/HTML/da/khelpcenter @dirrm share/doc/HTML/da/kfilereplace @dirrm share/doc/HTML/da/kdesu @dirrm share/doc/HTML/da/common @dirrm share/apps/kvtml/da @dirrm share/apps/kvtml @dirrm share/apps/ktuberling/sounds/da @dirrm share/apps/ktuberling/sounds @dirrm share/apps/ktuberling @dirrm share/apps/klettres/da/syllab @dirrm share/apps/klettres/da/alpha @dirrm share/apps/klettres/da @dirrm share/apps/klettres @dirrm share/apps/khangman @dirrmtry man/da/man6 @dirrmtry man/da/man1 @dirrmtry man/da Index: head/misc/kde4-l10n-el/distinfo =================================================================== --- head/misc/kde4-l10n-el/distinfo (revision 318451) +++ head/misc/kde4-l10n-el/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/kde-l10n/kde-l10n-el-4.10.1.tar.xz) = f63c2da2b2fc131df5a28e05db68ad6604699615116c49b6825c0d6e7fa399ca -SIZE (KDE/4.10.1/kde-l10n/kde-l10n-el-4.10.1.tar.xz) = 4885568 +SHA256 (KDE/4.10.3/kde-l10n/kde-l10n-el-4.10.3.tar.xz) = 473191f066228d97ed6a6a68a00f45a5750296d06b59bba3959582ac6461a424 +SIZE (KDE/4.10.3/kde-l10n/kde-l10n-el-4.10.3.tar.xz) = 4890908 Index: head/misc/kde4-l10n-el/pkg-plist =================================================================== --- head/misc/kde4-l10n-el/pkg-plist (revision 318451) +++ head/misc/kde4-l10n-el/pkg-plist (revision 318452) @@ -1,928 +1,928 @@ share/apps/ktuberling/sounds/el.soundtheme share/apps/ktuberling/sounds/el/arrow.ogg share/apps/ktuberling/sounds/el/ball.ogg share/apps/ktuberling/sounds/el/cheese.ogg share/apps/ktuberling/sounds/el/coat.ogg share/apps/ktuberling/sounds/el/ear.ogg share/apps/ktuberling/sounds/el/earring.ogg share/apps/ktuberling/sounds/el/egypt_arch.ogg share/apps/ktuberling/sounds/el/egypt_birds.ogg share/apps/ktuberling/sounds/el/egypt_boy.ogg share/apps/ktuberling/sounds/el/egypt_bridge.ogg share/apps/ktuberling/sounds/el/egypt_camel.ogg share/apps/ktuberling/sounds/el/egypt_cart.ogg share/apps/ktuberling/sounds/el/egypt_column.ogg share/apps/ktuberling/sounds/el/egypt_donkey.ogg share/apps/ktuberling/sounds/el/egypt_girl.ogg share/apps/ktuberling/sounds/el/egypt_grass.ogg share/apps/ktuberling/sounds/el/egypt_man.ogg share/apps/ktuberling/sounds/el/egypt_oasis.ogg share/apps/ktuberling/sounds/el/egypt_palmtree.ogg share/apps/ktuberling/sounds/el/egypt_pyramid.ogg share/apps/ktuberling/sounds/el/egypt_road.ogg share/apps/ktuberling/sounds/el/egypt_sphynx.ogg share/apps/ktuberling/sounds/el/egypt_well.ogg share/apps/ktuberling/sounds/el/egypt_woman.ogg share/apps/ktuberling/sounds/el/eye.ogg share/apps/ktuberling/sounds/el/eyebrow.ogg share/apps/ktuberling/sounds/el/flower.ogg share/apps/ktuberling/sounds/el/hair.ogg share/apps/ktuberling/sounds/el/hat.ogg share/apps/ktuberling/sounds/el/moon_alien.ogg share/apps/ktuberling/sounds/el/moon_astronaut.ogg share/apps/ktuberling/sounds/el/moon_earth.ogg share/apps/ktuberling/sounds/el/moon_fallingstar.ogg share/apps/ktuberling/sounds/el/moon_hotel.ogg share/apps/ktuberling/sounds/el/moon_monster.ogg share/apps/ktuberling/sounds/el/moon_moonwalker.ogg share/apps/ktuberling/sounds/el/moon_planet.ogg share/apps/ktuberling/sounds/el/moon_radar.ogg share/apps/ktuberling/sounds/el/moon_rocket.ogg share/apps/ktuberling/sounds/el/moon_satellite.ogg share/apps/ktuberling/sounds/el/moon_sign.ogg share/apps/ktuberling/sounds/el/moon_star.ogg share/apps/ktuberling/sounds/el/moon_ufo.ogg share/apps/ktuberling/sounds/el/moustache.ogg share/apps/ktuberling/sounds/el/mouth.ogg share/apps/ktuberling/sounds/el/nose.ogg share/apps/ktuberling/sounds/el/pizzeria_anchovy.ogg share/apps/ktuberling/sounds/el/pizzeria_bacon.ogg share/apps/ktuberling/sounds/el/pizzeria_broccolli.ogg share/apps/ktuberling/sounds/el/pizzeria_cheese.ogg share/apps/ktuberling/sounds/el/pizzeria_cucumber.ogg share/apps/ktuberling/sounds/el/pizzeria_mushroom.ogg share/apps/ktuberling/sounds/el/pizzeria_olive.ogg share/apps/ktuberling/sounds/el/pizzeria_onion.ogg share/apps/ktuberling/sounds/el/pizzeria_oregano.ogg share/apps/ktuberling/sounds/el/pizzeria_pepper.ogg share/apps/ktuberling/sounds/el/pizzeria_pepperoni.ogg share/apps/ktuberling/sounds/el/pizzeria_pineapple.ogg share/apps/ktuberling/sounds/el/pizzeria_salami.ogg share/apps/ktuberling/sounds/el/pizzeria_tomato.ogg share/apps/ktuberling/sounds/el/shoe.ogg share/apps/ktuberling/sounds/el/shorts.ogg share/apps/ktuberling/sounds/el/skirt.ogg share/apps/ktuberling/sounds/el/spectacles.ogg share/apps/ktuberling/sounds/el/stick.ogg share/apps/ktuberling/sounds/el/stick2.ogg share/apps/ktuberling/sounds/el/sunglasses.ogg share/apps/ktuberling/sounds/el/tie.ogg share/apps/ktuberling/sounds/el/tv_bicycle.ogg share/apps/ktuberling/sounds/el/tv_car.ogg share/apps/ktuberling/sounds/el/tv_cyclist.ogg share/apps/ktuberling/sounds/el/tv_train.ogg share/apps/ktuberling/sounds/el/tv_tree.ogg share/apps/ktuberling/sounds/el/umbrella.ogg share/apps/kvtml/el/animals.kvtml share/apps/kvtml/el/clothing.kvtml share/apps/kvtml/el/computers.kvtml share/apps/kvtml/el/currencies.kvtml share/apps/kvtml/el/easy.kvtml share/apps/kvtml/el/fruits.kvtml share/apps/kvtml/el/hard.kvtml share/apps/kvtml/el/inventions.kvtml share/apps/kvtml/el/medium.kvtml share/apps/kvtml/el/numbers.kvtml share/apps/kvtml/el/objects.kvtml share/apps/kvtml/el/people.kvtml share/apps/kvtml/el/professions.kvtml share/apps/kvtml/el/space.kvtml share/apps/kvtml/el/sport.kvtml share/apps/kvtml/el/transportation.kvtml share/apps/kvtml/el/vegetables.kvtml share/apps/kvtml/el/worldcapitals.kvtml share/doc/HTML/el/common/fdl-translated.html share/doc/HTML/el/common/gpl-translated.html share/doc/HTML/el/common/kde-localised.css share/doc/HTML/el/common/lgpl-translated.html share/doc/HTML/el/kcharselect/common share/doc/HTML/el/kcharselect/index.cache.bz2 share/doc/HTML/el/kcharselect/index.docbook share/doc/HTML/el/kcharselect/kcharselect.png share/doc/HTML/el/khelpcenter/documentationnotfound/common share/doc/HTML/el/khelpcenter/documentationnotfound/index.cache.bz2 share/doc/HTML/el/khelpcenter/documentationnotfound/index.docbook share/doc/HTML/el/konqueror/basics.docbook share/doc/HTML/el/konqueror/bookmarks.docbook share/doc/HTML/el/konqueror/browser.docbook share/doc/HTML/el/konqueror/cmndline.png share/doc/HTML/el/konqueror/commands.docbook share/doc/HTML/el/konqueror/common share/doc/HTML/el/konqueror/config.docbook share/doc/HTML/el/konqueror/credits.docbook share/doc/HTML/el/konqueror/dirtree.png share/doc/HTML/el/konqueror/dragdrop.png share/doc/HTML/el/konqueror/faq.docbook share/doc/HTML/el/konqueror/filemanager.docbook share/doc/HTML/el/konqueror/folders.png share/doc/HTML/el/konqueror/format-font-size-less.png share/doc/HTML/el/konqueror/format-font-size-more.png share/doc/HTML/el/konqueror/index.cache.bz2 share/doc/HTML/el/konqueror/index.docbook share/doc/HTML/el/konqueror/introduction.docbook share/doc/HTML/el/konqueror/konqorg.png share/doc/HTML/el/konqueror/look.png share/doc/HTML/el/konqueror/man-kbookmarkmerger.1.docbook share/doc/HTML/el/konqueror/parts.png share/doc/HTML/el/konqueror/path-complete.docbook share/doc/HTML/el/konqueror/plugins.docbook share/doc/HTML/el/konqueror/reset.png share/doc/HTML/el/konqueror/save-settings.docbook share/doc/HTML/el/konqueror/shortcut1.png share/doc/HTML/el/konqueror/shortcut2.png share/doc/HTML/el/konqueror/sidebar.docbook share/doc/HTML/el/konqueror/thumbnails.png share/doc/HTML/el/konqueror/view-extensions.docbook share/doc/HTML/el/konqueror/viewproperties-dialog.png share/doc/HTML/el/onlinehelp/common share/doc/HTML/el/onlinehelp/index.cache.bz2 share/doc/HTML/el/onlinehelp/index.docbook share/doc/HTML/el/plasma-desktop/add-widgets.png share/doc/HTML/el/plasma-desktop/common share/doc/HTML/el/plasma-desktop/desktop-settings.png share/doc/HTML/el/plasma-desktop/index.cache.bz2 share/doc/HTML/el/plasma-desktop/index.docbook share/doc/HTML/el/plasma-desktop/panel-settings.png share/doc/HTML/el/plasma-desktop/system-tray-settings.png share/doc/HTML/el/plasma-desktop/system-tray-up-arrow.png share/doc/HTML/el/plasma-desktop/taskbar-settings.png share/doc/HTML/el/sweeper/common share/doc/HTML/el/sweeper/index.cache.bz2 share/doc/HTML/el/sweeper/index.docbook share/doc/HTML/el/sweeper/sweeper.png share/locale/el/LC_MESSAGES/accountwizard.mo share/locale/el/LC_MESSAGES/accountwizard_ical.mo share/locale/el/LC_MESSAGES/accountwizard_imap.mo share/locale/el/LC_MESSAGES/accountwizard_kolab.mo share/locale/el/LC_MESSAGES/accountwizard_mailbox.mo share/locale/el/LC_MESSAGES/accountwizard_maildir.mo share/locale/el/LC_MESSAGES/accountwizard_pop3.mo share/locale/el/LC_MESSAGES/accountwizard_tine20.mo share/locale/el/LC_MESSAGES/activitymanager_plugin_globalshortcuts.mo share/locale/el/LC_MESSAGES/activitymanager_uihandler_declarative.mo share/locale/el/LC_MESSAGES/adblock.mo share/locale/el/LC_MESSAGES/akonadi-filestore.mo share/locale/el/LC_MESSAGES/akonadi_archivemail_agent.mo share/locale/el/LC_MESSAGES/akonadi_birthdays_resource.mo share/locale/el/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/el/LC_MESSAGES/akonadi_davgroupware_resource.mo share/locale/el/LC_MESSAGES/akonadi_google_resource.mo share/locale/el/LC_MESSAGES/akonadi_ical_resource.mo share/locale/el/LC_MESSAGES/akonadi_icaldir_resource.mo share/locale/el/LC_MESSAGES/akonadi_imap_resource.mo share/locale/el/LC_MESSAGES/akonadi_invitations_agent.mo share/locale/el/LC_MESSAGES/akonadi_kabc_resource.mo share/locale/el/LC_MESSAGES/akonadi_kalarm_resource.mo share/locale/el/LC_MESSAGES/akonadi_kcal_resource.mo share/locale/el/LC_MESSAGES/akonadi_kdeaccounts_resource.mo share/locale/el/LC_MESSAGES/akonadi_knut_resource.mo share/locale/el/LC_MESSAGES/akonadi_kolabproxy_resource.mo share/locale/el/LC_MESSAGES/akonadi_kresourceassistant.mo share/locale/el/LC_MESSAGES/akonadi_localbookmarks_resource.mo share/locale/el/LC_MESSAGES/akonadi_maildir_resource.mo share/locale/el/LC_MESSAGES/akonadi_maildispatcher_agent.mo share/locale/el/LC_MESSAGES/akonadi_mailfilter_agent.mo share/locale/el/LC_MESSAGES/akonadi_mailtransport_resource.mo share/locale/el/LC_MESSAGES/akonadi_mbox_resource.mo share/locale/el/LC_MESSAGES/akonadi_microblog_resource.mo share/locale/el/LC_MESSAGES/akonadi_mixedmaildir_resource.mo share/locale/el/LC_MESSAGES/akonadi_nepomuk_feeder.mo share/locale/el/LC_MESSAGES/akonadi_nepomuktag_resource.mo share/locale/el/LC_MESSAGES/akonadi_next.mo share/locale/el/LC_MESSAGES/akonadi_nntp_resource.mo share/locale/el/LC_MESSAGES/akonadi_openxchange_resource.mo share/locale/el/LC_MESSAGES/akonadi_pop3_resource.mo share/locale/el/LC_MESSAGES/akonadi_serializer_plugins.mo share/locale/el/LC_MESSAGES/akonadi_singlefile_resource.mo share/locale/el/LC_MESSAGES/akonadi_strigi_feeder.mo share/locale/el/LC_MESSAGES/akonadi_vcard_resource.mo share/locale/el/LC_MESSAGES/akonadi_vcarddir_resource.mo share/locale/el/LC_MESSAGES/akonadicontact.mo share/locale/el/LC_MESSAGES/akonadinotes.mo share/locale/el/LC_MESSAGES/akonaditray.mo share/locale/el/LC_MESSAGES/akregator.mo share/locale/el/LC_MESSAGES/akregator_konqplugin.mo share/locale/el/LC_MESSAGES/amor.mo share/locale/el/LC_MESSAGES/analitza.mo share/locale/el/LC_MESSAGES/ark.mo share/locale/el/LC_MESSAGES/attica_kde.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/blogilo.mo share/locale/el/LC_MESSAGES/bomber.mo share/locale/el/LC_MESSAGES/bovo.mo share/locale/el/LC_MESSAGES/calendarsupport.mo share/locale/el/LC_MESSAGES/cantor.mo share/locale/el/LC_MESSAGES/cervisia.mo share/locale/el/LC_MESSAGES/cryptopageplugin.mo share/locale/el/LC_MESSAGES/cvsservice.mo share/locale/el/LC_MESSAGES/dirfilterplugin.mo share/locale/el/LC_MESSAGES/display.mo share/locale/el/LC_MESSAGES/dolphin.mo share/locale/el/LC_MESSAGES/domtreeviewer.mo share/locale/el/LC_MESSAGES/dragonplayer.mo share/locale/el/LC_MESSAGES/drkonqi.mo share/locale/el/LC_MESSAGES/filelight.mo share/locale/el/LC_MESSAGES/filetypes.mo share/locale/el/LC_MESSAGES/fileviewbazaarplugin.mo share/locale/el/LC_MESSAGES/fileviewgitplugin.mo share/locale/el/LC_MESSAGES/fileviewhgplugin.mo share/locale/el/LC_MESSAGES/fileviewsvnplugin.mo share/locale/el/LC_MESSAGES/freespacenotifier.mo share/locale/el/LC_MESSAGES/fsview.mo share/locale/el/LC_MESSAGES/granatier.mo share/locale/el/LC_MESSAGES/gwenview.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/importwizard.mo share/locale/el/LC_MESSAGES/jovie.mo share/locale/el/LC_MESSAGES/joystick.mo share/locale/el/LC_MESSAGES/juk.mo share/locale/el/LC_MESSAGES/kabc.mo share/locale/el/LC_MESSAGES/kabc_akonadi.mo share/locale/el/LC_MESSAGES/kabc_dir.mo share/locale/el/LC_MESSAGES/kabc_file.mo share/locale/el/LC_MESSAGES/kabc_ldapkio.mo share/locale/el/LC_MESSAGES/kabc_net.mo share/locale/el/LC_MESSAGES/kabcclient.mo share/locale/el/LC_MESSAGES/kabcformat_binary.mo share/locale/el/LC_MESSAGES/kaccess.mo share/locale/el/LC_MESSAGES/kaccessibleapp.mo share/locale/el/LC_MESSAGES/kactivitymanagerd.mo share/locale/el/LC_MESSAGES/kactivitymanagerd_fileitem_linking_plugin.mo share/locale/el/LC_MESSAGES/kaddressbook-mobile.mo share/locale/el/LC_MESSAGES/kaddressbook.mo share/locale/el/LC_MESSAGES/kaddressbookmigrator.mo share/locale/el/LC_MESSAGES/kajongg.mo share/locale/el/LC_MESSAGES/kalarm.mo share/locale/el/LC_MESSAGES/kalgebra.mo share/locale/el/LC_MESSAGES/kalzium.mo share/locale/el/LC_MESSAGES/kanagram-harmattan.mo share/locale/el/LC_MESSAGES/kanagram.mo share/locale/el/LC_MESSAGES/kapman.mo share/locale/el/LC_MESSAGES/kapptemplate.mo share/locale/el/LC_MESSAGES/kate-ctags-plugin.mo share/locale/el/LC_MESSAGES/kate.mo share/locale/el/LC_MESSAGES/kate_kttsd.mo share/locale/el/LC_MESSAGES/katebacktracebrowserplugin.mo share/locale/el/LC_MESSAGES/katebuild-plugin.mo share/locale/el/LC_MESSAGES/katefilebrowserplugin.mo share/locale/el/LC_MESSAGES/katefiletemplates.mo share/locale/el/LC_MESSAGES/kategdbplugin.mo share/locale/el/LC_MESSAGES/katehelloworld.mo share/locale/el/LC_MESSAGES/katekonsoleplugin.mo share/locale/el/LC_MESSAGES/katemailfilesplugin.mo share/locale/el/LC_MESSAGES/kateopenheader.mo share/locale/el/LC_MESSAGES/katepart4.mo share/locale/el/LC_MESSAGES/kateproject.mo share/locale/el/LC_MESSAGES/katesearch.mo share/locale/el/LC_MESSAGES/katesnippets_tng.mo share/locale/el/LC_MESSAGES/katesnippetsplugin.mo share/locale/el/LC_MESSAGES/katesql.mo share/locale/el/LC_MESSAGES/katesymbolviewer.mo share/locale/el/LC_MESSAGES/katetabbarextension.mo share/locale/el/LC_MESSAGES/katetabifyplugin.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/kbattleship.mo share/locale/el/LC_MESSAGES/kblackbox.mo share/locale/el/LC_MESSAGES/kblankscrn.mo share/locale/el/LC_MESSAGES/kblocks.mo share/locale/el/LC_MESSAGES/kbounce.mo share/locale/el/LC_MESSAGES/kbreakout.mo share/locale/el/LC_MESSAGES/kbruch.mo share/locale/el/LC_MESSAGES/kcachegrind.mo share/locale/el/LC_MESSAGES/kcachegrind_qt.mo share/locale/el/LC_MESSAGES/kcal_akonadi.mo share/locale/el/LC_MESSAGES/kcalc.mo share/locale/el/LC_MESSAGES/kcertpart.mo share/locale/el/LC_MESSAGES/kcharselect.mo share/locale/el/LC_MESSAGES/kcm-kwin-scripts.mo share/locale/el/LC_MESSAGES/kcm_activities.mo share/locale/el/LC_MESSAGES/kcm_akonadi.mo share/locale/el/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/el/LC_MESSAGES/kcm_attica.mo share/locale/el/LC_MESSAGES/kcm_autostart.mo share/locale/el/LC_MESSAGES/kcm_desktoppaths.mo share/locale/el/LC_MESSAGES/kcm_desktopthemedetails.mo share/locale/el/LC_MESSAGES/kcm_device_automounter.mo share/locale/el/LC_MESSAGES/kcm_emoticons.mo share/locale/el/LC_MESSAGES/kcm_infobase.mo share/locale/el/LC_MESSAGES/kcm_infosummary.mo -share/locale/el/LC_MESSAGES/kcm_krfb.mo share/locale/el/LC_MESSAGES/kcm_kwindesktop.mo share/locale/el/LC_MESSAGES/kcm_kwintabbox.mo share/locale/el/LC_MESSAGES/kcm_memory.mo share/locale/el/LC_MESSAGES/kcm_nepomuk.mo share/locale/el/LC_MESSAGES/kcm_pci.mo share/locale/el/LC_MESSAGES/kcm_phonon.mo share/locale/el/LC_MESSAGES/kcm_platform.mo share/locale/el/LC_MESSAGES/kcm_remotecontrol.mo share/locale/el/LC_MESSAGES/kcm_solid.mo share/locale/el/LC_MESSAGES/kcm_solid_actions.mo share/locale/el/LC_MESSAGES/kcm_standard_actions.mo share/locale/el/LC_MESSAGES/kcmaccess.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/kcmdevinfo.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/kcminit.mo share/locale/el/LC_MESSAGES/kcminput.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/kcmkdnssd.mo share/locale/el/LC_MESSAGES/kcmkeyboard.mo share/locale/el/LC_MESSAGES/kcmkeys.mo share/locale/el/LC_MESSAGES/kcmkgamma.mo share/locale/el/LC_MESSAGES/kcmkio.mo share/locale/el/LC_MESSAGES/kcmkonq.mo share/locale/el/LC_MESSAGES/kcmkonqhtml.mo share/locale/el/LC_MESSAGES/kcmkurifilt.mo share/locale/el/LC_MESSAGES/kcmkwallet.mo share/locale/el/LC_MESSAGES/kcmkwincompositing.mo share/locale/el/LC_MESSAGES/kcmkwindecoration.mo share/locale/el/LC_MESSAGES/kcmkwinrules.mo share/locale/el/LC_MESSAGES/kcmkwinscreenedges.mo share/locale/el/LC_MESSAGES/kcmkwm.mo share/locale/el/LC_MESSAGES/kcmlaunch.mo share/locale/el/LC_MESSAGES/kcmlocale.mo share/locale/el/LC_MESSAGES/kcmnic.mo share/locale/el/LC_MESSAGES/kcmnotify.mo share/locale/el/LC_MESSAGES/kcmopengl.mo share/locale/el/LC_MESSAGES/kcmperformance.mo share/locale/el/LC_MESSAGES/kcmsamba.mo share/locale/el/LC_MESSAGES/kcmscreensaver.mo share/locale/el/LC_MESSAGES/kcmshell.mo share/locale/el/LC_MESSAGES/kcmsmartcard.mo share/locale/el/LC_MESSAGES/kcmsmserver.mo share/locale/el/LC_MESSAGES/kcmstyle.mo share/locale/el/LC_MESSAGES/kcmusb.mo share/locale/el/LC_MESSAGES/kcmview1394.mo share/locale/el/LC_MESSAGES/kcmworkspaceoptions.mo share/locale/el/LC_MESSAGES/kcolorchooser.mo share/locale/el/LC_MESSAGES/kcron.mo share/locale/el/LC_MESSAGES/kde-menu.mo share/locale/el/LC_MESSAGES/kdeasciiquarium.mo share/locale/el/LC_MESSAGES/kdebugdialog.mo share/locale/el/LC_MESSAGES/kdecalendarsystems.mo share/locale/el/LC_MESSAGES/kdelibs4.mo share/locale/el/LC_MESSAGES/kdelibs_colors4.mo share/locale/el/LC_MESSAGES/kdepasswd.mo share/locale/el/LC_MESSAGES/kdepim-runtime-qml.mo share/locale/el/LC_MESSAGES/kdeqt.mo share/locale/el/LC_MESSAGES/kdesu.mo share/locale/el/LC_MESSAGES/kdesud.mo share/locale/el/LC_MESSAGES/kdf.mo share/locale/el/LC_MESSAGES/kdgantt2.mo share/locale/el/LC_MESSAGES/kdialog.mo share/locale/el/LC_MESSAGES/kdiamond.mo share/locale/el/LC_MESSAGES/kdmconfig.mo share/locale/el/LC_MESSAGES/kdmgreet.mo share/locale/el/LC_MESSAGES/kdontchangethehostname.mo share/locale/el/LC_MESSAGES/keditbookmarks.mo share/locale/el/LC_MESSAGES/kfile.mo share/locale/el/LC_MESSAGES/kfile_dds.mo share/locale/el/LC_MESSAGES/kfile_drgeo.mo share/locale/el/LC_MESSAGES/kfile_exr.mo share/locale/el/LC_MESSAGES/kfile_kig.mo share/locale/el/LC_MESSAGES/kfile_mail.mo share/locale/el/LC_MESSAGES/kfile_pnm.mo share/locale/el/LC_MESSAGES/kfile_raw.mo share/locale/el/LC_MESSAGES/kfile_rgb.mo share/locale/el/LC_MESSAGES/kfile_rpm.mo share/locale/el/LC_MESSAGES/kfile_tiff.mo share/locale/el/LC_MESSAGES/kfile_xps.mo share/locale/el/LC_MESSAGES/kfileaudiopreview4.mo share/locale/el/LC_MESSAGES/kfilereplace.mo share/locale/el/LC_MESSAGES/kfileshare.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/kfontinst.mo share/locale/el/LC_MESSAGES/kfourinline.mo share/locale/el/LC_MESSAGES/kgeography.mo share/locale/el/LC_MESSAGES/kget.mo share/locale/el/LC_MESSAGES/kgetplugin.mo share/locale/el/LC_MESSAGES/kglobalaccel.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_generic.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/khotkeys.mo share/locale/el/LC_MESSAGES/khotnewstuff.mo share/locale/el/LC_MESSAGES/khtmlkttsd.mo share/locale/el/LC_MESSAGES/khtmlsettingsplugin.mo share/locale/el/LC_MESSAGES/kiconfinder.mo share/locale/el/LC_MESSAGES/kig.mo share/locale/el/LC_MESSAGES/kigo.mo share/locale/el/LC_MESSAGES/killbots.mo share/locale/el/LC_MESSAGES/kimagemapeditor.mo -share/locale/el/LC_MESSAGES/kinetd.mo share/locale/el/LC_MESSAGES/kinfocenter.mo share/locale/el/LC_MESSAGES/kio4.mo share/locale/el/LC_MESSAGES/kio_activities.mo share/locale/el/LC_MESSAGES/kio_akonadi.mo share/locale/el/LC_MESSAGES/kio_applications.mo share/locale/el/LC_MESSAGES/kio_archive.mo share/locale/el/LC_MESSAGES/kio_audiocd.mo share/locale/el/LC_MESSAGES/kio_bookmarks.mo share/locale/el/LC_MESSAGES/kio_finger.mo share/locale/el/LC_MESSAGES/kio_fish.mo share/locale/el/LC_MESSAGES/kio_floppy.mo share/locale/el/LC_MESSAGES/kio_help4.mo share/locale/el/LC_MESSAGES/kio_imap4.mo share/locale/el/LC_MESSAGES/kio_info.mo share/locale/el/LC_MESSAGES/kio_jabberdisco.mo share/locale/el/LC_MESSAGES/kio_ldap.mo share/locale/el/LC_MESSAGES/kio_man.mo share/locale/el/LC_MESSAGES/kio_mbox.mo share/locale/el/LC_MESSAGES/kio_nepomuk.mo share/locale/el/LC_MESSAGES/kio_nepomuksearch.mo share/locale/el/LC_MESSAGES/kio_nfs.mo share/locale/el/LC_MESSAGES/kio_nntp.mo share/locale/el/LC_MESSAGES/kio_perldoc.mo share/locale/el/LC_MESSAGES/kio_pop3.mo share/locale/el/LC_MESSAGES/kio_recentdocuments.mo share/locale/el/LC_MESSAGES/kio_remote.mo share/locale/el/LC_MESSAGES/kio_sftp.mo share/locale/el/LC_MESSAGES/kio_sieve.mo share/locale/el/LC_MESSAGES/kio_smb.mo share/locale/el/LC_MESSAGES/kio_smtp.mo share/locale/el/LC_MESSAGES/kio_svn.mo share/locale/el/LC_MESSAGES/kio_tags.mo share/locale/el/LC_MESSAGES/kio_thumbnail.mo share/locale/el/LC_MESSAGES/kio_timeline.mo share/locale/el/LC_MESSAGES/kio_trash.mo share/locale/el/LC_MESSAGES/kio_zeroconf.mo share/locale/el/LC_MESSAGES/kioclient.mo share/locale/el/LC_MESSAGES/kioexec.mo share/locale/el/LC_MESSAGES/kipiplugin_kxmlhelloworld.mo share/locale/el/LC_MESSAGES/kiriki.mo share/locale/el/LC_MESSAGES/kiten.mo share/locale/el/LC_MESSAGES/kjots.mo share/locale/el/LC_MESSAGES/kjotsmigrator.mo share/locale/el/LC_MESSAGES/kjumpingcube.mo share/locale/el/LC_MESSAGES/kleopatra.mo share/locale/el/LC_MESSAGES/klettres.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-migrator.mo share/locale/el/LC_MESSAGES/kmail-mobile.mo share/locale/el/LC_MESSAGES/kmail.mo share/locale/el/LC_MESSAGES/kmailcvt.mo share/locale/el/LC_MESSAGES/kmenuedit.mo share/locale/el/LC_MESSAGES/kmimetypefinder.mo share/locale/el/LC_MESSAGES/kmines.mo share/locale/el/LC_MESSAGES/kmix.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/knetattach.mo share/locale/el/LC_MESSAGES/knetwalk.mo share/locale/el/LC_MESSAGES/knode.mo share/locale/el/LC_MESSAGES/knotes.mo share/locale/el/LC_MESSAGES/knotify4.mo share/locale/el/LC_MESSAGES/kolf.mo share/locale/el/LC_MESSAGES/kollision.mo share/locale/el/LC_MESSAGES/kolourpaint.mo share/locale/el/LC_MESSAGES/kommander.mo share/locale/el/LC_MESSAGES/kompare.mo share/locale/el/LC_MESSAGES/konqprofiles.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/konsoleprofiles.mo share/locale/el/LC_MESSAGES/kontact.mo share/locale/el/LC_MESSAGES/kontactinterfaces.mo share/locale/el/LC_MESSAGES/kopete.mo share/locale/el/LC_MESSAGES/korganizer-mobile.mo share/locale/el/LC_MESSAGES/korganizer.mo share/locale/el/LC_MESSAGES/kpartloader.mo share/locale/el/LC_MESSAGES/kpartsaver.mo share/locale/el/LC_MESSAGES/kpasswdserver.mo share/locale/el/LC_MESSAGES/kpat.mo share/locale/el/LC_MESSAGES/kppp.mo share/locale/el/LC_MESSAGES/kppplogview.mo share/locale/el/LC_MESSAGES/kquitapp.mo share/locale/el/LC_MESSAGES/krandr.mo share/locale/el/LC_MESSAGES/krcdnotifieritem.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/kremotecontroldaemon.mo share/locale/el/LC_MESSAGES/kres-migrator.mo share/locale/el/LC_MESSAGES/kres_blog.mo share/locale/el/LC_MESSAGES/kres_remote.mo share/locale/el/LC_MESSAGES/kresources_shared_akonadi.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/krunner.mo share/locale/el/LC_MESSAGES/ksaneplugin.mo share/locale/el/LC_MESSAGES/kscd.mo share/locale/el/LC_MESSAGES/kscreenlocker.mo share/locale/el/LC_MESSAGES/kscreenlocker_greet.mo share/locale/el/LC_MESSAGES/kscreensaver.mo share/locale/el/LC_MESSAGES/ksendemail.mo share/locale/el/LC_MESSAGES/kshellcmdplugin.mo share/locale/el/LC_MESSAGES/kshisen.mo share/locale/el/LC_MESSAGES/kshorturifilter.mo share/locale/el/LC_MESSAGES/ksirk.mo share/locale/el/LC_MESSAGES/ksmserver.mo share/locale/el/LC_MESSAGES/ksnapshot.mo share/locale/el/LC_MESSAGES/kspaceduel.mo share/locale/el/LC_MESSAGES/ksplashthemes.mo share/locale/el/LC_MESSAGES/ksquares.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/kstyle_config.mo share/locale/el/LC_MESSAGES/kstyle_phase_config.mo share/locale/el/LC_MESSAGES/ksudoku.mo share/locale/el/LC_MESSAGES/ksysguard.mo share/locale/el/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/el/LC_MESSAGES/ksystemlog.mo share/locale/el/LC_MESSAGES/ksystraycmd.mo share/locale/el/LC_MESSAGES/kteatime.mo share/locale/el/LC_MESSAGES/ktesnippets_editor.mo share/locale/el/LC_MESSAGES/ktexteditor_codesnippets_core.mo share/locale/el/LC_MESSAGES/ktexteditor_plugins.mo share/locale/el/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/el/LC_MESSAGES/ktimer.mo share/locale/el/LC_MESSAGES/ktimetracker.mo share/locale/el/LC_MESSAGES/ktnef.mo share/locale/el/LC_MESSAGES/ktouch.mo share/locale/el/LC_MESSAGES/ktouchpadenabler.mo share/locale/el/LC_MESSAGES/ktraderclient.mo share/locale/el/LC_MESSAGES/ktron.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/kubrick.mo share/locale/el/LC_MESSAGES/kuiserver.mo share/locale/el/LC_MESSAGES/kuiviewer.mo share/locale/el/LC_MESSAGES/kurifilter.mo share/locale/el/LC_MESSAGES/kuser.mo share/locale/el/LC_MESSAGES/kwalletd.mo share/locale/el/LC_MESSAGES/kwalletmanager.mo share/locale/el/LC_MESSAGES/kwatchgnupg.mo share/locale/el/LC_MESSAGES/kwin.mo share/locale/el/LC_MESSAGES/kwin_art_clients.mo share/locale/el/LC_MESSAGES/kwin_clients.mo share/locale/el/LC_MESSAGES/kwin_effects.mo share/locale/el/LC_MESSAGES/kwinshutdown.mo share/locale/el/LC_MESSAGES/kwinstartmenu.mo share/locale/el/LC_MESSAGES/kwordquiz.mo share/locale/el/LC_MESSAGES/kwrite.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/lancelot.mo share/locale/el/LC_MESSAGES/libakonadi-calendar.mo share/locale/el/LC_MESSAGES/libakonadi-kmime.mo share/locale/el/LC_MESSAGES/libakonadi.mo share/locale/el/LC_MESSAGES/libeventviews.mo share/locale/el/LC_MESSAGES/libincidenceeditors.mo share/locale/el/LC_MESSAGES/libkalarmcal.mo share/locale/el/LC_MESSAGES/libkasten.mo share/locale/el/LC_MESSAGES/libkblog.mo share/locale/el/LC_MESSAGES/libkcal.mo share/locale/el/LC_MESSAGES/libkcalutils.mo share/locale/el/LC_MESSAGES/libkcddb.mo share/locale/el/LC_MESSAGES/libkcompactdisc.mo share/locale/el/LC_MESSAGES/libkdcraw.mo share/locale/el/LC_MESSAGES/libkdecorations.mo share/locale/el/LC_MESSAGES/libkdeedu.mo share/locale/el/LC_MESSAGES/libkdegames.mo share/locale/el/LC_MESSAGES/libkdepim.mo share/locale/el/LC_MESSAGES/libkdepimmobileui.mo share/locale/el/LC_MESSAGES/libkexiv2.mo share/locale/el/LC_MESSAGES/libkholidays.mo share/locale/el/LC_MESSAGES/libkimap.mo share/locale/el/LC_MESSAGES/libkipi.mo share/locale/el/LC_MESSAGES/libkldap.mo share/locale/el/LC_MESSAGES/libkleopatra.mo share/locale/el/LC_MESSAGES/libkmahjongg.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/libkpimidentities.mo share/locale/el/LC_MESSAGES/libkpimtextedit.mo share/locale/el/LC_MESSAGES/libkpimutils.mo share/locale/el/LC_MESSAGES/libkremotecontrol.mo share/locale/el/LC_MESSAGES/libkresources.mo share/locale/el/LC_MESSAGES/libksane.mo share/locale/el/LC_MESSAGES/libkscreensaver.mo share/locale/el/LC_MESSAGES/libksieve.mo share/locale/el/LC_MESSAGES/libktnef.mo share/locale/el/LC_MESSAGES/libkunitconversion.mo share/locale/el/LC_MESSAGES/libkworkspace.mo share/locale/el/LC_MESSAGES/libkxmlrpcclient.mo share/locale/el/LC_MESSAGES/liblancelot-datamodels.mo share/locale/el/LC_MESSAGES/libmailcommon.mo share/locale/el/LC_MESSAGES/libmailimporter.mo share/locale/el/LC_MESSAGES/libmailtransport.mo share/locale/el/LC_MESSAGES/libmessagecomposer.mo share/locale/el/LC_MESSAGES/libmessagecore.mo share/locale/el/LC_MESSAGES/libmessagelist.mo share/locale/el/LC_MESSAGES/libmessageviewer.mo share/locale/el/LC_MESSAGES/liboktetacore.mo share/locale/el/LC_MESSAGES/liboktetagui.mo share/locale/el/LC_MESSAGES/liboktetakasten.mo share/locale/el/LC_MESSAGES/liboxygenstyleconfig.mo share/locale/el/LC_MESSAGES/libphonon.mo share/locale/el/LC_MESSAGES/libpimcommon.mo share/locale/el/LC_MESSAGES/libplasma.mo share/locale/el/LC_MESSAGES/libplasma_groupingcontainment.mo share/locale/el/LC_MESSAGES/libplasmaclock.mo share/locale/el/LC_MESSAGES/libplasmaweather.mo share/locale/el/LC_MESSAGES/libtaskmanager.mo share/locale/el/LC_MESSAGES/libtemplateparser.mo share/locale/el/LC_MESSAGES/lokalize.mo share/locale/el/LC_MESSAGES/lskat.mo share/locale/el/LC_MESSAGES/mailreader.mo share/locale/el/LC_MESSAGES/marble.mo share/locale/el/LC_MESSAGES/marble_qt.mo +share/locale/el/LC_MESSAGES/marble_xml_mimetypes.mo share/locale/el/LC_MESSAGES/messageviewer_application_mstnef_plugin.mo share/locale/el/LC_MESSAGES/messageviewer_text_calendar_plugin.mo share/locale/el/LC_MESSAGES/messageviewer_text_vcard_plugin.mo share/locale/el/LC_MESSAGES/messageviewer_text_xdiff_plugin.mo share/locale/el/LC_MESSAGES/mf_konqplugin.mo share/locale/el/LC_MESSAGES/minitoolsplugin.mo share/locale/el/LC_MESSAGES/mplayerthumbs.mo share/locale/el/LC_MESSAGES/mplayerthumbsconfig.mo share/locale/el/LC_MESSAGES/nepomukbackup.mo share/locale/el/LC_MESSAGES/nepomukcleaner.mo share/locale/el/LC_MESSAGES/nepomukcontroller.mo share/locale/el/LC_MESSAGES/nepomukfileindexer.mo +share/locale/el/LC_MESSAGES/nepomukpimindexerutility.mo share/locale/el/LC_MESSAGES/nepomukqueryservice.mo share/locale/el/LC_MESSAGES/nepomukserver.mo share/locale/el/LC_MESSAGES/nepomukservicestub.mo share/locale/el/LC_MESSAGES/nepomukstorage.mo share/locale/el/LC_MESSAGES/nepomukwidgets.mo share/locale/el/LC_MESSAGES/newmailnotifieragent.mo share/locale/el/LC_MESSAGES/notes-mobile.mo share/locale/el/LC_MESSAGES/nsplugin.mo share/locale/el/LC_MESSAGES/okteta-mobile.mo share/locale/el/LC_MESSAGES/okteta.mo share/locale/el/LC_MESSAGES/oktetapart.mo share/locale/el/LC_MESSAGES/okular.mo share/locale/el/LC_MESSAGES/okular_chm.mo share/locale/el/LC_MESSAGES/okular_comicbook.mo share/locale/el/LC_MESSAGES/okular_djvu.mo share/locale/el/LC_MESSAGES/okular_dvi.mo share/locale/el/LC_MESSAGES/okular_epub.mo share/locale/el/LC_MESSAGES/okular_fax.mo share/locale/el/LC_MESSAGES/okular_fictionbook.mo share/locale/el/LC_MESSAGES/okular_ghostview.mo share/locale/el/LC_MESSAGES/okular_kimgio.mo share/locale/el/LC_MESSAGES/okular_mobi.mo share/locale/el/LC_MESSAGES/okular_ooo.mo share/locale/el/LC_MESSAGES/okular_plucker.mo share/locale/el/LC_MESSAGES/okular_poppler.mo share/locale/el/LC_MESSAGES/okular_tiff.mo share/locale/el/LC_MESSAGES/okular_xps.mo share/locale/el/LC_MESSAGES/org.kde.active.documentviewer.mo share/locale/el/LC_MESSAGES/pairs.mo share/locale/el/LC_MESSAGES/pairseditor.mo share/locale/el/LC_MESSAGES/palapeli.mo share/locale/el/LC_MESSAGES/parley.mo share/locale/el/LC_MESSAGES/phonon_gstreamer.mo share/locale/el/LC_MESSAGES/phonon_kde.mo share/locale/el/LC_MESSAGES/phonon_vlc.mo share/locale/el/LC_MESSAGES/phononserver.mo share/locale/el/LC_MESSAGES/picmi.mo share/locale/el/LC_MESSAGES/pimsettingexporter.mo share/locale/el/LC_MESSAGES/plasma-desktop.mo share/locale/el/LC_MESSAGES/plasma-netbook.mo share/locale/el/LC_MESSAGES/plasma-overlay.mo share/locale/el/LC_MESSAGES/plasma-remote-helper.mo share/locale/el/LC_MESSAGES/plasma-windowed.mo share/locale/el/LC_MESSAGES/plasma_applet_BbalL.mo share/locale/el/LC_MESSAGES/plasma_applet_CharSelectApplet.mo share/locale/el/LC_MESSAGES/plasma_applet_Molmasscalculator.mo share/locale/el/LC_MESSAGES/plasma_applet_akonotes_note.mo share/locale/el/LC_MESSAGES/plasma_applet_battery.mo share/locale/el/LC_MESSAGES/plasma_applet_binaryclock.mo share/locale/el/LC_MESSAGES/plasma_applet_bookmarks.mo share/locale/el/LC_MESSAGES/plasma_applet_bubblemon.mo share/locale/el/LC_MESSAGES/plasma_applet_calculator.mo share/locale/el/LC_MESSAGES/plasma_applet_clock.mo share/locale/el/LC_MESSAGES/plasma_applet_comic.mo share/locale/el/LC_MESSAGES/plasma_applet_concentrationCalculator.mo share/locale/el/LC_MESSAGES/plasma_applet_currentappcontrol.mo share/locale/el/LC_MESSAGES/plasma_applet_dig_clock.mo share/locale/el/LC_MESSAGES/plasma_applet_fifteenPuzzle.mo share/locale/el/LC_MESSAGES/plasma_applet_fileWatcher.mo share/locale/el/LC_MESSAGES/plasma_applet_folderview.mo share/locale/el/LC_MESSAGES/plasma_applet_frame.mo share/locale/el/LC_MESSAGES/plasma_applet_fuzzy_clock.mo share/locale/el/LC_MESSAGES/plasma_applet_gasCalculator.mo share/locale/el/LC_MESSAGES/plasma_applet_groupingpanel.mo share/locale/el/LC_MESSAGES/plasma_applet_icon.mo share/locale/el/LC_MESSAGES/plasma_applet_icontasks.mo share/locale/el/LC_MESSAGES/plasma_applet_incomingmsg.mo share/locale/el/LC_MESSAGES/plasma_applet_kalgebra.mo share/locale/el/LC_MESSAGES/plasma_applet_kalzium.mo share/locale/el/LC_MESSAGES/plasma_applet_katesession.mo share/locale/el/LC_MESSAGES/plasma_applet_kdeobservatory.mo share/locale/el/LC_MESSAGES/plasma_applet_kget.mo share/locale/el/LC_MESSAGES/plasma_applet_kimpanel.mo share/locale/el/LC_MESSAGES/plasma_applet_knowledgebase.mo share/locale/el/LC_MESSAGES/plasma_applet_kolourpicker.mo share/locale/el/LC_MESSAGES/plasma_applet_kpapplet.mo share/locale/el/LC_MESSAGES/plasma_applet_launcher.mo share/locale/el/LC_MESSAGES/plasma_applet_leavenote.mo share/locale/el/LC_MESSAGES/plasma_applet_life.mo share/locale/el/LC_MESSAGES/plasma_applet_lockout.mo share/locale/el/LC_MESSAGES/plasma_applet_luna.mo share/locale/el/LC_MESSAGES/plasma_applet_magnifique.mo share/locale/el/LC_MESSAGES/plasma_applet_microblog.mo share/locale/el/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/el/LC_MESSAGES/plasma_applet_news.mo share/locale/el/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/el/LC_MESSAGES/plasma_applet_notes.mo share/locale/el/LC_MESSAGES/plasma_applet_notifier.mo share/locale/el/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/el/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/el/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/el/LC_MESSAGES/plasma_applet_opendesktop_activities.mo share/locale/el/LC_MESSAGES/plasma_applet_org.kde.notifications.mo share/locale/el/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/el/LC_MESSAGES/plasma_applet_pager.mo share/locale/el/LC_MESSAGES/plasma_applet_panel.mo share/locale/el/LC_MESSAGES/plasma_applet_panelspacer_internal.mo share/locale/el/LC_MESSAGES/plasma_applet_paste.mo share/locale/el/LC_MESSAGES/plasma_applet_pastebin.mo share/locale/el/LC_MESSAGES/plasma_applet_plasmaboard.mo share/locale/el/LC_MESSAGES/plasma_applet_previewer.mo share/locale/el/LC_MESSAGES/plasma_applet_printmanager.mo share/locale/el/LC_MESSAGES/plasma_applet_qalculate.mo share/locale/el/LC_MESSAGES/plasma_applet_qstardict.mo share/locale/el/LC_MESSAGES/plasma_applet_quicklaunch.mo share/locale/el/LC_MESSAGES/plasma_applet_rssnow.mo share/locale/el/LC_MESSAGES/plasma_applet_rtm.mo share/locale/el/LC_MESSAGES/plasma_applet_sal.mo share/locale/el/LC_MESSAGES/plasma_applet_saverdesktop.mo share/locale/el/LC_MESSAGES/plasma_applet_searchbox.mo share/locale/el/LC_MESSAGES/plasma_applet_showdashboard.mo share/locale/el/LC_MESSAGES/plasma_applet_showdesktop.mo share/locale/el/LC_MESSAGES/plasma_applet_skapplet.mo share/locale/el/LC_MESSAGES/plasma_applet_spellcheck.mo share/locale/el/LC_MESSAGES/plasma_applet_system-monitor.mo share/locale/el/LC_MESSAGES/plasma_applet_systemloadviewer.mo share/locale/el/LC_MESSAGES/plasma_applet_systemtray.mo share/locale/el/LC_MESSAGES/plasma_applet_tasks.mo share/locale/el/LC_MESSAGES/plasma_applet_timer.mo share/locale/el/LC_MESSAGES/plasma_applet_trash.mo share/locale/el/LC_MESSAGES/plasma_applet_unitconverter.mo share/locale/el/LC_MESSAGES/plasma_applet_weather.mo share/locale/el/LC_MESSAGES/plasma_applet_weatherstation.mo share/locale/el/LC_MESSAGES/plasma_applet_webbrowser.mo share/locale/el/LC_MESSAGES/plasma_applet_webslice.mo share/locale/el/LC_MESSAGES/plasma_applet_windowlist.mo share/locale/el/LC_MESSAGES/plasma_appletscriptengine_dashboard.mo share/locale/el/LC_MESSAGES/plasma_containmentactions_contextmenu.mo share/locale/el/LC_MESSAGES/plasma_containmentactions_switchactivity.mo share/locale/el/LC_MESSAGES/plasma_containmentactions_switchdesktop.mo share/locale/el/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/el/LC_MESSAGES/plasma_engine_calendar.mo share/locale/el/LC_MESSAGES/plasma_engine_kalzium.mo share/locale/el/LC_MESSAGES/plasma_engine_kdeobservatory.mo share/locale/el/LC_MESSAGES/plasma_engine_keystate.mo share/locale/el/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/el/LC_MESSAGES/plasma_engine_metadata.mo share/locale/el/LC_MESSAGES/plasma_engine_mpris2.mo share/locale/el/LC_MESSAGES/plasma_engine_network.mo share/locale/el/LC_MESSAGES/plasma_engine_notifications.mo share/locale/el/LC_MESSAGES/plasma_engine_nowplaying.mo share/locale/el/LC_MESSAGES/plasma_engine_rss.mo share/locale/el/LC_MESSAGES/plasma_engine_share.mo share/locale/el/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/el/LC_MESSAGES/plasma_engine_weather.mo share/locale/el/LC_MESSAGES/plasma_package_org.kde.desktop.activitymanager.mo share/locale/el/LC_MESSAGES/plasma_package_org.kde.desktop.widgetexplorer.mo share/locale/el/LC_MESSAGES/plasma_packagestructure_comic.mo share/locale/el/LC_MESSAGES/plasma_runner_CharacterRunner.mo share/locale/el/LC_MESSAGES/plasma_runner_activities.mo share/locale/el/LC_MESSAGES/plasma_runner_audioplayercontrol.mo share/locale/el/LC_MESSAGES/plasma_runner_bookmarksrunner.mo share/locale/el/LC_MESSAGES/plasma_runner_browserhistory.mo share/locale/el/LC_MESSAGES/plasma_runner_calculatorrunner.mo share/locale/el/LC_MESSAGES/plasma_runner_contacts.mo share/locale/el/LC_MESSAGES/plasma_runner_converterrunner.mo share/locale/el/LC_MESSAGES/plasma_runner_datetime.mo share/locale/el/LC_MESSAGES/plasma_runner_events.mo share/locale/el/LC_MESSAGES/plasma_runner_katesessions.mo share/locale/el/LC_MESSAGES/plasma_runner_kget.mo share/locale/el/LC_MESSAGES/plasma_runner_kill.mo share/locale/el/LC_MESSAGES/plasma_runner_konquerorsessions.mo share/locale/el/LC_MESSAGES/plasma_runner_konsolesessions.mo share/locale/el/LC_MESSAGES/plasma_runner_kopete.mo share/locale/el/LC_MESSAGES/plasma_runner_krunner_dictionary.mo share/locale/el/LC_MESSAGES/plasma_runner_locations.mo share/locale/el/LC_MESSAGES/plasma_runner_marblerunner.mo share/locale/el/LC_MESSAGES/plasma_runner_mediawiki.mo share/locale/el/LC_MESSAGES/plasma_runner_nepomuksearchrunner.mo share/locale/el/LC_MESSAGES/plasma_runner_placesrunner.mo share/locale/el/LC_MESSAGES/plasma_runner_plasma-desktop.mo share/locale/el/LC_MESSAGES/plasma_runner_powerdevil.mo share/locale/el/LC_MESSAGES/plasma_runner_recentdocuments.mo share/locale/el/LC_MESSAGES/plasma_runner_services.mo share/locale/el/LC_MESSAGES/plasma_runner_sessions.mo share/locale/el/LC_MESSAGES/plasma_runner_shell.mo share/locale/el/LC_MESSAGES/plasma_runner_solid.mo share/locale/el/LC_MESSAGES/plasma_runner_spellcheckrunner.mo share/locale/el/LC_MESSAGES/plasma_runner_webshortcuts.mo share/locale/el/LC_MESSAGES/plasma_runner_windowedwidgets.mo share/locale/el/LC_MESSAGES/plasma_runner_windows.mo share/locale/el/LC_MESSAGES/plasma_runner_youtube.mo share/locale/el/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/el/LC_MESSAGES/plasma_toolbox_desktoptoolbox.mo share/locale/el/LC_MESSAGES/plasma_toolbox_paneltoolbox.mo share/locale/el/LC_MESSAGES/plasma_wallpaper_color.mo share/locale/el/LC_MESSAGES/plasma_wallpaper_image.mo share/locale/el/LC_MESSAGES/plasma_wallpaper_mandelbrot.mo share/locale/el/LC_MESSAGES/plasma_wallpaper_marble.mo share/locale/el/LC_MESSAGES/plasma_wallpaper_pattern.mo share/locale/el/LC_MESSAGES/plasma_wallpaper_potd.mo share/locale/el/LC_MESSAGES/plasma_wallpaper_virus.mo share/locale/el/LC_MESSAGES/plasma_wallpaper_wallpaper-qml.mo share/locale/el/LC_MESSAGES/plasma_wallpaper_weather.mo share/locale/el/LC_MESSAGES/plasmagenericshell.mo share/locale/el/LC_MESSAGES/plasmapkg.mo share/locale/el/LC_MESSAGES/pothumbnail.mo share/locale/el/LC_MESSAGES/powerdevil.mo share/locale/el/LC_MESSAGES/powerdevilactivitiesconfig.mo share/locale/el/LC_MESSAGES/powerdevilglobalconfig.mo share/locale/el/LC_MESSAGES/powerdevilprofilesconfig.mo share/locale/el/LC_MESSAGES/print-manager.mo share/locale/el/LC_MESSAGES/processcore.mo share/locale/el/LC_MESSAGES/processui.mo share/locale/el/LC_MESSAGES/randrmonitor.mo share/locale/el/LC_MESSAGES/rellinks.mo share/locale/el/LC_MESSAGES/rocs.mo share/locale/el/LC_MESSAGES/rocscore.mo share/locale/el/LC_MESSAGES/rocsvisualeditor.mo share/locale/el/LC_MESSAGES/searchbarplugin.mo share/locale/el/LC_MESSAGES/solid-hardware.mo share/locale/el/LC_MESSAGES/solid-network.mo share/locale/el/LC_MESSAGES/solid_qt.mo share/locale/el/LC_MESSAGES/solidcontrol.mo share/locale/el/LC_MESSAGES/soliduiserver.mo share/locale/el/LC_MESSAGES/step.mo share/locale/el/LC_MESSAGES/step_qt.mo share/locale/el/LC_MESSAGES/strigila_diff.mo share/locale/el/LC_MESSAGES/superkaramba.mo share/locale/el/LC_MESSAGES/svgpart.mo share/locale/el/LC_MESSAGES/sweeper.mo share/locale/el/LC_MESSAGES/systemsettings.mo share/locale/el/LC_MESSAGES/tasks-mobile.mo share/locale/el/LC_MESSAGES/timezones4.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/webarchiver.mo share/locale/el/LC_MESSAGES/xml_mimetypes.mo share/locale/el/entry.desktop @dirrm share/doc/HTML/el/sweeper @dirrm share/doc/HTML/el/plasma-desktop @dirrm share/doc/HTML/el/onlinehelp @dirrm share/doc/HTML/el/konqueror @dirrm share/doc/HTML/el/khelpcenter/documentationnotfound @dirrm share/doc/HTML/el/khelpcenter @dirrm share/doc/HTML/el/kcharselect @dirrm share/doc/HTML/el/common @dirrm share/apps/kvtml/el @dirrm share/apps/kvtml @dirrm share/apps/ktuberling/sounds/el @dirrm share/apps/ktuberling/sounds @dirrm share/apps/ktuberling @dirrmtry man/el/man1 @dirrmtry man/el Index: head/misc/kde4-l10n-en_GB/distinfo =================================================================== --- head/misc/kde4-l10n-en_GB/distinfo (revision 318451) +++ head/misc/kde4-l10n-en_GB/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/kde-l10n/kde-l10n-en_GB-4.10.1.tar.xz) = ce6faac6c254e5b9c5f6370d6877570347d590879b8213f2a383e6d2595b5770 -SIZE (KDE/4.10.1/kde-l10n/kde-l10n-en_GB-4.10.1.tar.xz) = 3177144 +SHA256 (KDE/4.10.3/kde-l10n/kde-l10n-en_GB-4.10.3.tar.xz) = b3d426a6b6a043bc8260a9f9c97a42c5d42978a264a78ac1430ce39c3cd1c097 +SIZE (KDE/4.10.3/kde-l10n/kde-l10n-en_GB-4.10.3.tar.xz) = 3183636 Index: head/misc/kde4-l10n-en_GB/pkg-plist =================================================================== --- head/misc/kde4-l10n-en_GB/pkg-plist (revision 318451) +++ head/misc/kde4-l10n-en_GB/pkg-plist (revision 318452) @@ -1,886 +1,884 @@ share/apps/katepart/syntax/logohighlightstyle.en_GB.xml share/apps/klettres/en_GB/alpha/a.ogg share/apps/klettres/en_GB/alpha/b.ogg share/apps/klettres/en_GB/alpha/c.ogg share/apps/klettres/en_GB/alpha/d.ogg share/apps/klettres/en_GB/alpha/e.ogg share/apps/klettres/en_GB/alpha/f.ogg share/apps/klettres/en_GB/alpha/g.ogg share/apps/klettres/en_GB/alpha/h.ogg share/apps/klettres/en_GB/alpha/i.ogg share/apps/klettres/en_GB/alpha/j.ogg share/apps/klettres/en_GB/alpha/k.ogg share/apps/klettres/en_GB/alpha/l.ogg share/apps/klettres/en_GB/alpha/m.ogg share/apps/klettres/en_GB/alpha/n.ogg share/apps/klettres/en_GB/alpha/o.ogg share/apps/klettres/en_GB/alpha/p.ogg share/apps/klettres/en_GB/alpha/q.ogg share/apps/klettres/en_GB/alpha/r.ogg share/apps/klettres/en_GB/alpha/s.ogg share/apps/klettres/en_GB/alpha/t.ogg share/apps/klettres/en_GB/alpha/u.ogg share/apps/klettres/en_GB/alpha/v.ogg share/apps/klettres/en_GB/alpha/w.ogg share/apps/klettres/en_GB/alpha/x.ogg share/apps/klettres/en_GB/alpha/y.ogg share/apps/klettres/en_GB/alpha/z.ogg share/apps/klettres/en_GB/sounds.xml share/apps/klettres/en_GB/syllab/arm.ogg share/apps/klettres/en_GB/syllab/ball.ogg share/apps/klettres/en_GB/syllab/car.ogg share/apps/klettres/en_GB/syllab/dog.ogg share/apps/klettres/en_GB/syllab/ear.ogg share/apps/klettres/en_GB/syllab/fix.ogg share/apps/klettres/en_GB/syllab/gas.ogg share/apps/klettres/en_GB/syllab/gem.ogg share/apps/klettres/en_GB/syllab/hot.ogg share/apps/klettres/en_GB/syllab/hut.ogg share/apps/klettres/en_GB/syllab/jet.ogg share/apps/klettres/en_GB/syllab/key.ogg share/apps/klettres/en_GB/syllab/me.ogg share/apps/klettres/en_GB/syllab/my.ogg share/apps/klettres/en_GB/syllab/no.ogg share/apps/klettres/en_GB/syllab/or.ogg share/apps/klettres/en_GB/syllab/pet.ogg share/apps/klettres/en_GB/syllab/saw.ogg share/apps/klettres/en_GB/syllab/say.ogg share/apps/klettres/en_GB/syllab/sit.ogg share/apps/klettres/en_GB/syllab/sky.ogg share/apps/klettres/en_GB/syllab/the.ogg share/apps/klettres/en_GB/syllab/well.ogg share/apps/kturtle/data/logokeywords.en_GB.xml share/apps/kturtle/examples/en_GB/curly.logo share/apps/kturtle/examples/en_GB/example1.logo share/apps/kturtle/examples/en_GB/square.logo share/apps/kturtle/examples/en_GB/triangle.logo share/apps/kvtml/en_GB/animals.kvtml share/apps/kvtml/en_GB/animals_en_gb.kvtml share/apps/kvtml/en_GB/clothing.kvtml share/apps/kvtml/en_GB/computers.kvtml share/apps/kvtml/en_GB/currencies.kvtml share/apps/kvtml/en_GB/easy.kvtml share/apps/kvtml/en_GB/fruits.kvtml share/apps/kvtml/en_GB/hard.kvtml share/apps/kvtml/en_GB/inventions.kvtml share/apps/kvtml/en_GB/medium.kvtml share/apps/kvtml/en_GB/numbers.kvtml share/apps/kvtml/en_GB/objects.kvtml share/apps/kvtml/en_GB/people.kvtml share/apps/kvtml/en_GB/professions.kvtml share/apps/kvtml/en_GB/space.kvtml share/apps/kvtml/en_GB/sport.kvtml share/apps/kvtml/en_GB/transportation.kvtml share/apps/kvtml/en_GB/vegetables.kvtml share/apps/kvtml/en_GB/worldcapitals.kvtml share/doc/HTML/en_GB/common/fdl-translated.html share/doc/HTML/en_GB/common/gpl-translated.html share/doc/HTML/en_GB/common/kde-localised.css share/doc/HTML/en_GB/common/lgpl-translated.html share/doc/HTML/en_GB/kalarm/common share/doc/HTML/en_GB/kalarm/editwindow-simple.png share/doc/HTML/en_GB/kalarm/editwindow.png share/doc/HTML/en_GB/kalarm/index.cache.bz2 share/doc/HTML/en_GB/kalarm/index.docbook share/doc/HTML/en_GB/kalarm/mainwindow-calendars.png share/doc/HTML/en_GB/kalarm/mainwindow.png share/doc/HTML/en_GB/khelpcenter/glossary/common share/doc/HTML/en_GB/khelpcenter/glossary/index.cache.bz2 share/doc/HTML/en_GB/khelpcenter/glossary/index.docbook share/doc/HTML/en_GB/khelpcenter/glossary/kdeprintingglossary.docbook share/doc/HTML/en_GB/kioslave/file/common share/doc/HTML/en_GB/kioslave/file/index.cache.bz2 share/doc/HTML/en_GB/kioslave/file/index.docbook share/doc/HTML/en_GB/kioslave/finger/common share/doc/HTML/en_GB/kioslave/finger/index.cache.bz2 share/doc/HTML/en_GB/kioslave/finger/index.docbook share/doc/HTML/en_GB/kioslave/floppy/common share/doc/HTML/en_GB/kioslave/floppy/index.cache.bz2 share/doc/HTML/en_GB/kioslave/floppy/index.docbook share/doc/HTML/en_GB/kioslave/ftp/common share/doc/HTML/en_GB/kioslave/ftp/index.cache.bz2 share/doc/HTML/en_GB/kioslave/ftp/index.docbook share/doc/HTML/en_GB/kioslave/ldap/common share/doc/HTML/en_GB/kioslave/ldap/index.cache.bz2 share/doc/HTML/en_GB/kioslave/ldap/index.docbook share/doc/HTML/en_GB/kioslave/mailto/common share/doc/HTML/en_GB/kioslave/mailto/index.cache.bz2 share/doc/HTML/en_GB/kioslave/mailto/index.docbook share/doc/HTML/en_GB/kioslave/news/common share/doc/HTML/en_GB/kioslave/news/index.cache.bz2 share/doc/HTML/en_GB/kioslave/news/index.docbook share/doc/HTML/en_GB/kioslave/nfs/common share/doc/HTML/en_GB/kioslave/nfs/index.cache.bz2 share/doc/HTML/en_GB/kioslave/nfs/index.docbook share/doc/HTML/en_GB/kioslave/nntp/common share/doc/HTML/en_GB/kioslave/nntp/index.cache.bz2 share/doc/HTML/en_GB/kioslave/nntp/index.docbook share/doc/HTML/en_GB/kioslave/rlogin/common share/doc/HTML/en_GB/kioslave/rlogin/index.cache.bz2 share/doc/HTML/en_GB/kioslave/rlogin/index.docbook share/doc/HTML/en_GB/kioslave/sftp/common share/doc/HTML/en_GB/kioslave/sftp/index.cache.bz2 share/doc/HTML/en_GB/kioslave/sftp/index.docbook share/doc/HTML/en_GB/kioslave/smtp/common share/doc/HTML/en_GB/kioslave/smtp/index.cache.bz2 share/doc/HTML/en_GB/kioslave/smtp/index.docbook share/doc/HTML/en_GB/kioslave/tar/common share/doc/HTML/en_GB/kioslave/tar/index.cache.bz2 share/doc/HTML/en_GB/kioslave/tar/index.docbook share/doc/HTML/en_GB/kioslave/telnet/common share/doc/HTML/en_GB/kioslave/telnet/index.cache.bz2 share/doc/HTML/en_GB/kioslave/telnet/index.docbook share/doc/HTML/en_GB/konqueror/basics.docbook share/doc/HTML/en_GB/konqueror/bookmarks.docbook share/doc/HTML/en_GB/konqueror/browser.docbook share/doc/HTML/en_GB/konqueror/commands.docbook share/doc/HTML/en_GB/konqueror/common share/doc/HTML/en_GB/konqueror/config.docbook share/doc/HTML/en_GB/konqueror/credits.docbook share/doc/HTML/en_GB/konqueror/faq.docbook share/doc/HTML/en_GB/konqueror/filemanager.docbook share/doc/HTML/en_GB/konqueror/index.cache.bz2 share/doc/HTML/en_GB/konqueror/index.docbook share/doc/HTML/en_GB/konqueror/introduction.docbook share/doc/HTML/en_GB/konqueror/path-complete.docbook share/doc/HTML/en_GB/konqueror/plugins.docbook share/doc/HTML/en_GB/konqueror/save-settings.docbook share/doc/HTML/en_GB/konqueror/sidebar.docbook share/doc/HTML/en_GB/ksysguard/common share/doc/HTML/en_GB/ksysguard/index.cache.bz2 share/doc/HTML/en_GB/ksysguard/index.docbook share/locale/en_GB/LC_MESSAGES/accountwizard.mo share/locale/en_GB/LC_MESSAGES/accountwizard_ical.mo share/locale/en_GB/LC_MESSAGES/accountwizard_imap.mo share/locale/en_GB/LC_MESSAGES/accountwizard_kolab.mo share/locale/en_GB/LC_MESSAGES/accountwizard_mailbox.mo share/locale/en_GB/LC_MESSAGES/accountwizard_maildir.mo share/locale/en_GB/LC_MESSAGES/accountwizard_pop3.mo share/locale/en_GB/LC_MESSAGES/adblock.mo share/locale/en_GB/LC_MESSAGES/akonadi-filestore.mo share/locale/en_GB/LC_MESSAGES/akonadi_birthdays_resource.mo share/locale/en_GB/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/en_GB/LC_MESSAGES/akonadi_davgroupware_resource.mo share/locale/en_GB/LC_MESSAGES/akonadi_ical_resource.mo share/locale/en_GB/LC_MESSAGES/akonadi_imap_resource.mo share/locale/en_GB/LC_MESSAGES/akonadi_invitations_agent.mo share/locale/en_GB/LC_MESSAGES/akonadi_kabc_resource.mo share/locale/en_GB/LC_MESSAGES/akonadi_kcal_resource.mo share/locale/en_GB/LC_MESSAGES/akonadi_kdeaccounts_resource.mo share/locale/en_GB/LC_MESSAGES/akonadi_knut_resource.mo share/locale/en_GB/LC_MESSAGES/akonadi_kolabproxy_resource.mo share/locale/en_GB/LC_MESSAGES/akonadi_kresourceassistant.mo share/locale/en_GB/LC_MESSAGES/akonadi_localbookmarks_resource.mo share/locale/en_GB/LC_MESSAGES/akonadi_maildir_resource.mo share/locale/en_GB/LC_MESSAGES/akonadi_maildispatcher_agent.mo share/locale/en_GB/LC_MESSAGES/akonadi_mailtransport_resource.mo share/locale/en_GB/LC_MESSAGES/akonadi_mbox_resource.mo share/locale/en_GB/LC_MESSAGES/akonadi_microblog_resource.mo share/locale/en_GB/LC_MESSAGES/akonadi_mixedmaildir_resource.mo share/locale/en_GB/LC_MESSAGES/akonadi_nepomuk_feeder.mo share/locale/en_GB/LC_MESSAGES/akonadi_nepomuktag_resource.mo share/locale/en_GB/LC_MESSAGES/akonadi_next.mo share/locale/en_GB/LC_MESSAGES/akonadi_nntp_resource.mo share/locale/en_GB/LC_MESSAGES/akonadi_openxchange_resource.mo share/locale/en_GB/LC_MESSAGES/akonadi_pop3_resource.mo share/locale/en_GB/LC_MESSAGES/akonadi_serializer_plugins.mo share/locale/en_GB/LC_MESSAGES/akonadi_singlefile_resource.mo share/locale/en_GB/LC_MESSAGES/akonadi_strigi_feeder.mo share/locale/en_GB/LC_MESSAGES/akonadi_vcard_resource.mo share/locale/en_GB/LC_MESSAGES/akonadi_vcarddir_resource.mo share/locale/en_GB/LC_MESSAGES/akonadicontact.mo share/locale/en_GB/LC_MESSAGES/akonaditray.mo share/locale/en_GB/LC_MESSAGES/akregator.mo share/locale/en_GB/LC_MESSAGES/akregator_konqplugin.mo share/locale/en_GB/LC_MESSAGES/amor.mo share/locale/en_GB/LC_MESSAGES/ark.mo share/locale/en_GB/LC_MESSAGES/attica_kde.mo share/locale/en_GB/LC_MESSAGES/audiocd_encoder_lame.mo share/locale/en_GB/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/en_GB/LC_MESSAGES/audiorename_plugin.mo share/locale/en_GB/LC_MESSAGES/autorefresh.mo share/locale/en_GB/LC_MESSAGES/babelfish.mo share/locale/en_GB/LC_MESSAGES/blinken.mo share/locale/en_GB/LC_MESSAGES/blogilo.mo share/locale/en_GB/LC_MESSAGES/bomber.mo share/locale/en_GB/LC_MESSAGES/bovo.mo share/locale/en_GB/LC_MESSAGES/calendarsupport.mo share/locale/en_GB/LC_MESSAGES/cantor.mo share/locale/en_GB/LC_MESSAGES/cervisia.mo share/locale/en_GB/LC_MESSAGES/cryptopageplugin.mo share/locale/en_GB/LC_MESSAGES/cvsservice.mo share/locale/en_GB/LC_MESSAGES/dirfilterplugin.mo share/locale/en_GB/LC_MESSAGES/display.mo share/locale/en_GB/LC_MESSAGES/dolphin.mo share/locale/en_GB/LC_MESSAGES/domtreeviewer.mo share/locale/en_GB/LC_MESSAGES/dragonplayer.mo share/locale/en_GB/LC_MESSAGES/drkonqi.mo share/locale/en_GB/LC_MESSAGES/filelight.mo share/locale/en_GB/LC_MESSAGES/filetypes.mo share/locale/en_GB/LC_MESSAGES/fileviewgitplugin.mo share/locale/en_GB/LC_MESSAGES/fileviewsvnplugin.mo share/locale/en_GB/LC_MESSAGES/freespacenotifier.mo share/locale/en_GB/LC_MESSAGES/fsview.mo share/locale/en_GB/LC_MESSAGES/granatier.mo share/locale/en_GB/LC_MESSAGES/gwenview.mo share/locale/en_GB/LC_MESSAGES/htmlsearch.mo share/locale/en_GB/LC_MESSAGES/imagerename_plugin.mo share/locale/en_GB/LC_MESSAGES/imgalleryplugin.mo share/locale/en_GB/LC_MESSAGES/jovie.mo share/locale/en_GB/LC_MESSAGES/joystick.mo share/locale/en_GB/LC_MESSAGES/juk.mo share/locale/en_GB/LC_MESSAGES/kabc.mo share/locale/en_GB/LC_MESSAGES/kabc_akonadi.mo share/locale/en_GB/LC_MESSAGES/kabc_dir.mo share/locale/en_GB/LC_MESSAGES/kabc_file.mo share/locale/en_GB/LC_MESSAGES/kabc_ldapkio.mo share/locale/en_GB/LC_MESSAGES/kabc_net.mo share/locale/en_GB/LC_MESSAGES/kabcclient.mo share/locale/en_GB/LC_MESSAGES/kabcformat_binary.mo share/locale/en_GB/LC_MESSAGES/kaccess.mo share/locale/en_GB/LC_MESSAGES/kaccessibleapp.mo share/locale/en_GB/LC_MESSAGES/kactivitymanagerd.mo share/locale/en_GB/LC_MESSAGES/kaddressbook-mobile.mo share/locale/en_GB/LC_MESSAGES/kaddressbook.mo share/locale/en_GB/LC_MESSAGES/kaddressbookmigrator.mo share/locale/en_GB/LC_MESSAGES/kajongg.mo share/locale/en_GB/LC_MESSAGES/kalarm.mo share/locale/en_GB/LC_MESSAGES/kalgebra.mo share/locale/en_GB/LC_MESSAGES/kalzium.mo share/locale/en_GB/LC_MESSAGES/kanagram.mo share/locale/en_GB/LC_MESSAGES/kapman.mo share/locale/en_GB/LC_MESSAGES/kapptemplate.mo share/locale/en_GB/LC_MESSAGES/kate-ctags-plugin.mo share/locale/en_GB/LC_MESSAGES/kate.mo share/locale/en_GB/LC_MESSAGES/kate_kttsd.mo share/locale/en_GB/LC_MESSAGES/katebacktracebrowserplugin.mo share/locale/en_GB/LC_MESSAGES/katebuild-plugin.mo share/locale/en_GB/LC_MESSAGES/katefilebrowserplugin.mo share/locale/en_GB/LC_MESSAGES/katefiletemplates.mo share/locale/en_GB/LC_MESSAGES/kategdbplugin.mo share/locale/en_GB/LC_MESSAGES/katehelloworld.mo share/locale/en_GB/LC_MESSAGES/katekonsoleplugin.mo share/locale/en_GB/LC_MESSAGES/katemailfilesplugin.mo share/locale/en_GB/LC_MESSAGES/kateopenheader.mo share/locale/en_GB/LC_MESSAGES/katepart4.mo share/locale/en_GB/LC_MESSAGES/katesnippets_tng.mo share/locale/en_GB/LC_MESSAGES/katesql.mo share/locale/en_GB/LC_MESSAGES/katesymbolviewer.mo share/locale/en_GB/LC_MESSAGES/katetabbarextension.mo share/locale/en_GB/LC_MESSAGES/katetabifyplugin.mo share/locale/en_GB/LC_MESSAGES/katetextfilter.mo share/locale/en_GB/LC_MESSAGES/katexmlcheck.mo share/locale/en_GB/LC_MESSAGES/katexmltools.mo share/locale/en_GB/LC_MESSAGES/katomic.mo share/locale/en_GB/LC_MESSAGES/kbattleship.mo share/locale/en_GB/LC_MESSAGES/kblackbox.mo share/locale/en_GB/LC_MESSAGES/kblankscrn.mo share/locale/en_GB/LC_MESSAGES/kblocks.mo share/locale/en_GB/LC_MESSAGES/kbounce.mo share/locale/en_GB/LC_MESSAGES/kbreakout.mo share/locale/en_GB/LC_MESSAGES/kbruch.mo share/locale/en_GB/LC_MESSAGES/kcachegrind.mo share/locale/en_GB/LC_MESSAGES/kcachegrind_qt.mo share/locale/en_GB/LC_MESSAGES/kcal_akonadi.mo share/locale/en_GB/LC_MESSAGES/kcalc.mo share/locale/en_GB/LC_MESSAGES/kcertpart.mo share/locale/en_GB/LC_MESSAGES/kcharselect.mo share/locale/en_GB/LC_MESSAGES/kcm_akonadi.mo share/locale/en_GB/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/en_GB/LC_MESSAGES/kcm_attica.mo share/locale/en_GB/LC_MESSAGES/kcm_autostart.mo share/locale/en_GB/LC_MESSAGES/kcm_desktoppaths.mo share/locale/en_GB/LC_MESSAGES/kcm_desktopthemedetails.mo share/locale/en_GB/LC_MESSAGES/kcm_device_automounter.mo share/locale/en_GB/LC_MESSAGES/kcm_emoticons.mo share/locale/en_GB/LC_MESSAGES/kcm_infobase.mo share/locale/en_GB/LC_MESSAGES/kcm_infosummary.mo -share/locale/en_GB/LC_MESSAGES/kcm_krfb.mo share/locale/en_GB/LC_MESSAGES/kcm_kwindesktop.mo share/locale/en_GB/LC_MESSAGES/kcm_kwintabbox.mo share/locale/en_GB/LC_MESSAGES/kcm_memory.mo share/locale/en_GB/LC_MESSAGES/kcm_nepomuk.mo share/locale/en_GB/LC_MESSAGES/kcm_pci.mo share/locale/en_GB/LC_MESSAGES/kcm_phonon.mo share/locale/en_GB/LC_MESSAGES/kcm_platform.mo share/locale/en_GB/LC_MESSAGES/kcm_remotecontrol.mo share/locale/en_GB/LC_MESSAGES/kcm_solid.mo share/locale/en_GB/LC_MESSAGES/kcm_solid_actions.mo share/locale/en_GB/LC_MESSAGES/kcm_standard_actions.mo share/locale/en_GB/LC_MESSAGES/kcmaccess.mo share/locale/en_GB/LC_MESSAGES/kcmaudiocd.mo share/locale/en_GB/LC_MESSAGES/kcmbackground.mo share/locale/en_GB/LC_MESSAGES/kcmbell.mo share/locale/en_GB/LC_MESSAGES/kcmcddb.mo share/locale/en_GB/LC_MESSAGES/kcmcgi.mo share/locale/en_GB/LC_MESSAGES/kcmcolors.mo share/locale/en_GB/LC_MESSAGES/kcmcomponentchooser.mo share/locale/en_GB/LC_MESSAGES/kcmcrypto.mo share/locale/en_GB/LC_MESSAGES/kcmdevinfo.mo share/locale/en_GB/LC_MESSAGES/kcmfonts.mo share/locale/en_GB/LC_MESSAGES/kcmhtmlsearch.mo share/locale/en_GB/LC_MESSAGES/kcmicons.mo share/locale/en_GB/LC_MESSAGES/kcminfo.mo share/locale/en_GB/LC_MESSAGES/kcminit.mo share/locale/en_GB/LC_MESSAGES/kcminput.mo share/locale/en_GB/LC_MESSAGES/kcmkamera.mo share/locale/en_GB/LC_MESSAGES/kcmkclock.mo share/locale/en_GB/LC_MESSAGES/kcmkded.mo share/locale/en_GB/LC_MESSAGES/kcmkdnssd.mo share/locale/en_GB/LC_MESSAGES/kcmkeyboard.mo share/locale/en_GB/LC_MESSAGES/kcmkeys.mo share/locale/en_GB/LC_MESSAGES/kcmkgamma.mo share/locale/en_GB/LC_MESSAGES/kcmkio.mo share/locale/en_GB/LC_MESSAGES/kcmkonq.mo share/locale/en_GB/LC_MESSAGES/kcmkonqhtml.mo share/locale/en_GB/LC_MESSAGES/kcmkurifilt.mo share/locale/en_GB/LC_MESSAGES/kcmkwallet.mo share/locale/en_GB/LC_MESSAGES/kcmkwincompositing.mo share/locale/en_GB/LC_MESSAGES/kcmkwindecoration.mo share/locale/en_GB/LC_MESSAGES/kcmkwinrules.mo share/locale/en_GB/LC_MESSAGES/kcmkwinscreenedges.mo share/locale/en_GB/LC_MESSAGES/kcmkwm.mo share/locale/en_GB/LC_MESSAGES/kcmlaunch.mo share/locale/en_GB/LC_MESSAGES/kcmlocale.mo share/locale/en_GB/LC_MESSAGES/kcmnic.mo share/locale/en_GB/LC_MESSAGES/kcmnotify.mo share/locale/en_GB/LC_MESSAGES/kcmopengl.mo share/locale/en_GB/LC_MESSAGES/kcmperformance.mo share/locale/en_GB/LC_MESSAGES/kcmsamba.mo share/locale/en_GB/LC_MESSAGES/kcmscreensaver.mo share/locale/en_GB/LC_MESSAGES/kcmshell.mo share/locale/en_GB/LC_MESSAGES/kcmsmartcard.mo share/locale/en_GB/LC_MESSAGES/kcmsmserver.mo share/locale/en_GB/LC_MESSAGES/kcmstyle.mo share/locale/en_GB/LC_MESSAGES/kcmusb.mo share/locale/en_GB/LC_MESSAGES/kcmview1394.mo share/locale/en_GB/LC_MESSAGES/kcmworkspaceoptions.mo share/locale/en_GB/LC_MESSAGES/kcolorchooser.mo share/locale/en_GB/LC_MESSAGES/kcron.mo share/locale/en_GB/LC_MESSAGES/kde-menu.mo share/locale/en_GB/LC_MESSAGES/kdeasciiquarium.mo share/locale/en_GB/LC_MESSAGES/kdebugdialog.mo share/locale/en_GB/LC_MESSAGES/kdecalendarsystems.mo share/locale/en_GB/LC_MESSAGES/kdelibs4.mo share/locale/en_GB/LC_MESSAGES/kdelibs_colors4.mo share/locale/en_GB/LC_MESSAGES/kdepasswd.mo share/locale/en_GB/LC_MESSAGES/kdepim-runtime-qml.mo share/locale/en_GB/LC_MESSAGES/kdeqt.mo share/locale/en_GB/LC_MESSAGES/kdesu.mo share/locale/en_GB/LC_MESSAGES/kdesud.mo share/locale/en_GB/LC_MESSAGES/kdf.mo share/locale/en_GB/LC_MESSAGES/kdgantt2.mo share/locale/en_GB/LC_MESSAGES/kdialog.mo share/locale/en_GB/LC_MESSAGES/kdiamond.mo share/locale/en_GB/LC_MESSAGES/kdmconfig.mo share/locale/en_GB/LC_MESSAGES/kdmgreet.mo share/locale/en_GB/LC_MESSAGES/kdontchangethehostname.mo share/locale/en_GB/LC_MESSAGES/keditbookmarks.mo share/locale/en_GB/LC_MESSAGES/kfile.mo share/locale/en_GB/LC_MESSAGES/kfile_dds.mo share/locale/en_GB/LC_MESSAGES/kfile_drgeo.mo share/locale/en_GB/LC_MESSAGES/kfile_exr.mo share/locale/en_GB/LC_MESSAGES/kfile_kig.mo share/locale/en_GB/LC_MESSAGES/kfile_mail.mo share/locale/en_GB/LC_MESSAGES/kfile_pnm.mo share/locale/en_GB/LC_MESSAGES/kfile_raw.mo share/locale/en_GB/LC_MESSAGES/kfile_rgb.mo share/locale/en_GB/LC_MESSAGES/kfile_rpm.mo share/locale/en_GB/LC_MESSAGES/kfile_tiff.mo share/locale/en_GB/LC_MESSAGES/kfile_xps.mo share/locale/en_GB/LC_MESSAGES/kfileaudiopreview4.mo share/locale/en_GB/LC_MESSAGES/kfilereplace.mo share/locale/en_GB/LC_MESSAGES/kfileshare.mo share/locale/en_GB/LC_MESSAGES/kfindpart.mo share/locale/en_GB/LC_MESSAGES/kfloppy.mo share/locale/en_GB/LC_MESSAGES/kfmclient.mo share/locale/en_GB/LC_MESSAGES/kfontinst.mo share/locale/en_GB/LC_MESSAGES/kfourinline.mo share/locale/en_GB/LC_MESSAGES/kgeography.mo share/locale/en_GB/LC_MESSAGES/kget.mo share/locale/en_GB/LC_MESSAGES/kgetplugin.mo share/locale/en_GB/LC_MESSAGES/kglobalaccel.mo share/locale/en_GB/LC_MESSAGES/kgoldrunner.mo share/locale/en_GB/LC_MESSAGES/kgpg.mo share/locale/en_GB/LC_MESSAGES/kgreet_classic.mo share/locale/en_GB/LC_MESSAGES/kgreet_generic.mo share/locale/en_GB/LC_MESSAGES/kgreet_winbind.mo share/locale/en_GB/LC_MESSAGES/khangman.mo share/locale/en_GB/LC_MESSAGES/khelpcenter.mo share/locale/en_GB/LC_MESSAGES/khotkeys.mo share/locale/en_GB/LC_MESSAGES/khotnewstuff.mo share/locale/en_GB/LC_MESSAGES/khtmlkttsd.mo share/locale/en_GB/LC_MESSAGES/khtmlsettingsplugin.mo share/locale/en_GB/LC_MESSAGES/kiconfinder.mo share/locale/en_GB/LC_MESSAGES/kig.mo share/locale/en_GB/LC_MESSAGES/kigo.mo share/locale/en_GB/LC_MESSAGES/killbots.mo share/locale/en_GB/LC_MESSAGES/kimagemapeditor.mo -share/locale/en_GB/LC_MESSAGES/kinetd.mo share/locale/en_GB/LC_MESSAGES/kinfocenter.mo share/locale/en_GB/LC_MESSAGES/kio4.mo share/locale/en_GB/LC_MESSAGES/kio_akonadi.mo share/locale/en_GB/LC_MESSAGES/kio_applications.mo share/locale/en_GB/LC_MESSAGES/kio_archive.mo share/locale/en_GB/LC_MESSAGES/kio_audiocd.mo share/locale/en_GB/LC_MESSAGES/kio_bookmarks.mo share/locale/en_GB/LC_MESSAGES/kio_finger.mo share/locale/en_GB/LC_MESSAGES/kio_fish.mo share/locale/en_GB/LC_MESSAGES/kio_floppy.mo share/locale/en_GB/LC_MESSAGES/kio_help4.mo share/locale/en_GB/LC_MESSAGES/kio_imap4.mo share/locale/en_GB/LC_MESSAGES/kio_info.mo share/locale/en_GB/LC_MESSAGES/kio_jabberdisco.mo share/locale/en_GB/LC_MESSAGES/kio_ldap.mo share/locale/en_GB/LC_MESSAGES/kio_man.mo share/locale/en_GB/LC_MESSAGES/kio_mbox.mo share/locale/en_GB/LC_MESSAGES/kio_nepomuk.mo share/locale/en_GB/LC_MESSAGES/kio_nepomuksearch.mo share/locale/en_GB/LC_MESSAGES/kio_nfs.mo share/locale/en_GB/LC_MESSAGES/kio_nntp.mo share/locale/en_GB/LC_MESSAGES/kio_perldoc.mo share/locale/en_GB/LC_MESSAGES/kio_pop3.mo share/locale/en_GB/LC_MESSAGES/kio_remote.mo share/locale/en_GB/LC_MESSAGES/kio_sftp.mo share/locale/en_GB/LC_MESSAGES/kio_sieve.mo share/locale/en_GB/LC_MESSAGES/kio_smb.mo share/locale/en_GB/LC_MESSAGES/kio_smtp.mo share/locale/en_GB/LC_MESSAGES/kio_svn.mo share/locale/en_GB/LC_MESSAGES/kio_thumbnail.mo share/locale/en_GB/LC_MESSAGES/kio_timeline.mo share/locale/en_GB/LC_MESSAGES/kio_trash.mo share/locale/en_GB/LC_MESSAGES/kio_zeroconf.mo share/locale/en_GB/LC_MESSAGES/kioclient.mo share/locale/en_GB/LC_MESSAGES/kioexec.mo share/locale/en_GB/LC_MESSAGES/kiriki.mo share/locale/en_GB/LC_MESSAGES/kiten.mo share/locale/en_GB/LC_MESSAGES/kjots.mo share/locale/en_GB/LC_MESSAGES/kjotsmigrator.mo share/locale/en_GB/LC_MESSAGES/kjumpingcube.mo share/locale/en_GB/LC_MESSAGES/kleopatra.mo share/locale/en_GB/LC_MESSAGES/klettres.mo share/locale/en_GB/LC_MESSAGES/klickety.mo share/locale/en_GB/LC_MESSAGES/klines.mo share/locale/en_GB/LC_MESSAGES/klinkstatus.mo share/locale/en_GB/LC_MESSAGES/klipper.mo share/locale/en_GB/LC_MESSAGES/klock.mo share/locale/en_GB/LC_MESSAGES/kmag.mo share/locale/en_GB/LC_MESSAGES/kmahjongg.mo share/locale/en_GB/LC_MESSAGES/kmail-migrator.mo share/locale/en_GB/LC_MESSAGES/kmail-mobile.mo share/locale/en_GB/LC_MESSAGES/kmail.mo share/locale/en_GB/LC_MESSAGES/kmailcvt.mo share/locale/en_GB/LC_MESSAGES/kmenuedit.mo share/locale/en_GB/LC_MESSAGES/kmimetypefinder.mo share/locale/en_GB/LC_MESSAGES/kmines.mo share/locale/en_GB/LC_MESSAGES/kmix.mo share/locale/en_GB/LC_MESSAGES/kmousetool.mo share/locale/en_GB/LC_MESSAGES/kmouth.mo share/locale/en_GB/LC_MESSAGES/kmplot.mo share/locale/en_GB/LC_MESSAGES/knetattach.mo share/locale/en_GB/LC_MESSAGES/knetwalk.mo share/locale/en_GB/LC_MESSAGES/knode.mo share/locale/en_GB/LC_MESSAGES/knotes.mo share/locale/en_GB/LC_MESSAGES/knotify4.mo share/locale/en_GB/LC_MESSAGES/kolf.mo share/locale/en_GB/LC_MESSAGES/kollision.mo share/locale/en_GB/LC_MESSAGES/kolourpaint.mo share/locale/en_GB/LC_MESSAGES/kommander.mo share/locale/en_GB/LC_MESSAGES/kompare.mo share/locale/en_GB/LC_MESSAGES/konqueror.mo share/locale/en_GB/LC_MESSAGES/konquest.mo share/locale/en_GB/LC_MESSAGES/konsole.mo share/locale/en_GB/LC_MESSAGES/konsolekalendar.mo share/locale/en_GB/LC_MESSAGES/kontact.mo share/locale/en_GB/LC_MESSAGES/kontactinterfaces.mo share/locale/en_GB/LC_MESSAGES/kopete.mo share/locale/en_GB/LC_MESSAGES/korganizer-mobile.mo share/locale/en_GB/LC_MESSAGES/korganizer.mo share/locale/en_GB/LC_MESSAGES/kpartloader.mo share/locale/en_GB/LC_MESSAGES/kpartsaver.mo share/locale/en_GB/LC_MESSAGES/kpasswdserver.mo share/locale/en_GB/LC_MESSAGES/kpat.mo share/locale/en_GB/LC_MESSAGES/kppp.mo share/locale/en_GB/LC_MESSAGES/kppplogview.mo share/locale/en_GB/LC_MESSAGES/kquitapp.mo share/locale/en_GB/LC_MESSAGES/krandr.mo share/locale/en_GB/LC_MESSAGES/krcdnotifieritem.mo share/locale/en_GB/LC_MESSAGES/krdb.mo share/locale/en_GB/LC_MESSAGES/krdc.mo share/locale/en_GB/LC_MESSAGES/kreadconfig.mo share/locale/en_GB/LC_MESSAGES/kremotecontroldaemon.mo share/locale/en_GB/LC_MESSAGES/kres-migrator.mo share/locale/en_GB/LC_MESSAGES/kres_blog.mo share/locale/en_GB/LC_MESSAGES/kres_remote.mo share/locale/en_GB/LC_MESSAGES/kresources_shared_akonadi.mo share/locale/en_GB/LC_MESSAGES/kreversi.mo share/locale/en_GB/LC_MESSAGES/krfb.mo share/locale/en_GB/LC_MESSAGES/kruler.mo share/locale/en_GB/LC_MESSAGES/krunner.mo share/locale/en_GB/LC_MESSAGES/ksaneplugin.mo share/locale/en_GB/LC_MESSAGES/kscd.mo share/locale/en_GB/LC_MESSAGES/kscreensaver.mo share/locale/en_GB/LC_MESSAGES/ksendemail.mo share/locale/en_GB/LC_MESSAGES/kshellcmdplugin.mo share/locale/en_GB/LC_MESSAGES/kshisen.mo share/locale/en_GB/LC_MESSAGES/kshorturifilter.mo share/locale/en_GB/LC_MESSAGES/ksirk.mo share/locale/en_GB/LC_MESSAGES/ksirkskineditor.mo share/locale/en_GB/LC_MESSAGES/ksmserver.mo share/locale/en_GB/LC_MESSAGES/ksnapshot.mo share/locale/en_GB/LC_MESSAGES/kspaceduel.mo share/locale/en_GB/LC_MESSAGES/ksplashthemes.mo share/locale/en_GB/LC_MESSAGES/ksquares.mo share/locale/en_GB/LC_MESSAGES/kstars.mo share/locale/en_GB/LC_MESSAGES/kstart.mo share/locale/en_GB/LC_MESSAGES/kstartperf.mo share/locale/en_GB/LC_MESSAGES/kstyle_config.mo share/locale/en_GB/LC_MESSAGES/kstyle_phase_config.mo share/locale/en_GB/LC_MESSAGES/ksudoku.mo share/locale/en_GB/LC_MESSAGES/ksysguard.mo share/locale/en_GB/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/en_GB/LC_MESSAGES/ksystemlog.mo share/locale/en_GB/LC_MESSAGES/ksystraycmd.mo share/locale/en_GB/LC_MESSAGES/kteatime.mo share/locale/en_GB/LC_MESSAGES/ktesnippets_editor.mo share/locale/en_GB/LC_MESSAGES/ktexteditor_codesnippets_core.mo share/locale/en_GB/LC_MESSAGES/ktexteditor_plugins.mo share/locale/en_GB/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/en_GB/LC_MESSAGES/ktimer.mo share/locale/en_GB/LC_MESSAGES/ktimetracker.mo share/locale/en_GB/LC_MESSAGES/ktouch.mo share/locale/en_GB/LC_MESSAGES/ktraderclient.mo share/locale/en_GB/LC_MESSAGES/ktron.mo share/locale/en_GB/LC_MESSAGES/ktuberling.mo share/locale/en_GB/LC_MESSAGES/kturtle.mo share/locale/en_GB/LC_MESSAGES/ktux.mo share/locale/en_GB/LC_MESSAGES/kubrick.mo share/locale/en_GB/LC_MESSAGES/kuiserver.mo share/locale/en_GB/LC_MESSAGES/kuiviewer.mo share/locale/en_GB/LC_MESSAGES/kurifilter.mo share/locale/en_GB/LC_MESSAGES/kuser.mo share/locale/en_GB/LC_MESSAGES/kwalletd.mo share/locale/en_GB/LC_MESSAGES/kwalletmanager.mo share/locale/en_GB/LC_MESSAGES/kwatchgnupg.mo share/locale/en_GB/LC_MESSAGES/kwin.mo share/locale/en_GB/LC_MESSAGES/kwin_art_clients.mo share/locale/en_GB/LC_MESSAGES/kwin_clients.mo share/locale/en_GB/LC_MESSAGES/kwin_effects.mo share/locale/en_GB/LC_MESSAGES/kwinstartmenu.mo share/locale/en_GB/LC_MESSAGES/kwordquiz.mo share/locale/en_GB/LC_MESSAGES/kwrite.mo share/locale/en_GB/LC_MESSAGES/kwriteconfig.mo share/locale/en_GB/LC_MESSAGES/kxkb.mo share/locale/en_GB/LC_MESSAGES/kxsconfig.mo share/locale/en_GB/LC_MESSAGES/lancelot.mo share/locale/en_GB/LC_MESSAGES/libakonadi-calendar.mo share/locale/en_GB/LC_MESSAGES/libakonadi-kmime.mo share/locale/en_GB/LC_MESSAGES/libakonadi.mo share/locale/en_GB/LC_MESSAGES/libeventviews.mo share/locale/en_GB/LC_MESSAGES/libincidenceeditors.mo share/locale/en_GB/LC_MESSAGES/libkalarmcal.mo share/locale/en_GB/LC_MESSAGES/libkasten.mo share/locale/en_GB/LC_MESSAGES/libkblog.mo share/locale/en_GB/LC_MESSAGES/libkcal.mo share/locale/en_GB/LC_MESSAGES/libkcalutils.mo share/locale/en_GB/LC_MESSAGES/libkcddb.mo share/locale/en_GB/LC_MESSAGES/libkcompactdisc.mo share/locale/en_GB/LC_MESSAGES/libkdcraw.mo share/locale/en_GB/LC_MESSAGES/libkdecorations.mo share/locale/en_GB/LC_MESSAGES/libkdeedu.mo share/locale/en_GB/LC_MESSAGES/libkdegames.mo share/locale/en_GB/LC_MESSAGES/libkdepim.mo share/locale/en_GB/LC_MESSAGES/libkdepimmobileui.mo share/locale/en_GB/LC_MESSAGES/libkexiv2.mo share/locale/en_GB/LC_MESSAGES/libkholidays.mo share/locale/en_GB/LC_MESSAGES/libkimap.mo share/locale/en_GB/LC_MESSAGES/libkldap.mo share/locale/en_GB/LC_MESSAGES/libkleopatra.mo share/locale/en_GB/LC_MESSAGES/libkmahjongg.mo share/locale/en_GB/LC_MESSAGES/libkmime.mo share/locale/en_GB/LC_MESSAGES/libkonq.mo share/locale/en_GB/LC_MESSAGES/libkpgp.mo share/locale/en_GB/LC_MESSAGES/libkpimidentities.mo share/locale/en_GB/LC_MESSAGES/libkpimtextedit.mo share/locale/en_GB/LC_MESSAGES/libkpimutils.mo share/locale/en_GB/LC_MESSAGES/libkremotecontrol.mo share/locale/en_GB/LC_MESSAGES/libkresources.mo share/locale/en_GB/LC_MESSAGES/libksane.mo share/locale/en_GB/LC_MESSAGES/libkscreensaver.mo share/locale/en_GB/LC_MESSAGES/libksieve.mo share/locale/en_GB/LC_MESSAGES/libktnef.mo share/locale/en_GB/LC_MESSAGES/libkunitconversion.mo share/locale/en_GB/LC_MESSAGES/libkworkspace.mo share/locale/en_GB/LC_MESSAGES/libkxmlrpcclient.mo share/locale/en_GB/LC_MESSAGES/liblancelot-datamodels.mo share/locale/en_GB/LC_MESSAGES/libmailcommon.mo share/locale/en_GB/LC_MESSAGES/libmailimporter.mo share/locale/en_GB/LC_MESSAGES/libmailtransport.mo share/locale/en_GB/LC_MESSAGES/libmessagecomposer.mo share/locale/en_GB/LC_MESSAGES/libmessagecore.mo share/locale/en_GB/LC_MESSAGES/libmessagelist.mo share/locale/en_GB/LC_MESSAGES/libmessageviewer.mo share/locale/en_GB/LC_MESSAGES/liboktetacore.mo share/locale/en_GB/LC_MESSAGES/liboktetagui.mo share/locale/en_GB/LC_MESSAGES/liboktetakasten.mo share/locale/en_GB/LC_MESSAGES/libphonon.mo share/locale/en_GB/LC_MESSAGES/libplasma.mo share/locale/en_GB/LC_MESSAGES/libplasma_groupingcontainment.mo share/locale/en_GB/LC_MESSAGES/libplasmaclock.mo share/locale/en_GB/LC_MESSAGES/libplasmaweather.mo share/locale/en_GB/LC_MESSAGES/libtaskmanager.mo share/locale/en_GB/LC_MESSAGES/libtemplateparser.mo share/locale/en_GB/LC_MESSAGES/lokalize.mo share/locale/en_GB/LC_MESSAGES/lskat.mo share/locale/en_GB/LC_MESSAGES/mailreader.mo share/locale/en_GB/LC_MESSAGES/marble.mo share/locale/en_GB/LC_MESSAGES/marble_qt.mo share/locale/en_GB/LC_MESSAGES/messageviewer_text_calendar_plugin.mo share/locale/en_GB/LC_MESSAGES/messageviewer_text_vcard_plugin.mo share/locale/en_GB/LC_MESSAGES/messageviewer_text_xdiff_plugin.mo share/locale/en_GB/LC_MESSAGES/mf_konqplugin.mo share/locale/en_GB/LC_MESSAGES/minitoolsplugin.mo share/locale/en_GB/LC_MESSAGES/mplayerthumbs.mo share/locale/en_GB/LC_MESSAGES/mplayerthumbsconfig.mo share/locale/en_GB/LC_MESSAGES/nepomukbackup.mo share/locale/en_GB/LC_MESSAGES/nepomukfileindexer.mo share/locale/en_GB/LC_MESSAGES/nepomukqueryservice.mo share/locale/en_GB/LC_MESSAGES/nepomukserver.mo share/locale/en_GB/LC_MESSAGES/nepomukservicestub.mo share/locale/en_GB/LC_MESSAGES/nepomukstorage.mo share/locale/en_GB/LC_MESSAGES/newmailnotifieragent.mo share/locale/en_GB/LC_MESSAGES/notes-mobile.mo share/locale/en_GB/LC_MESSAGES/nsplugin.mo share/locale/en_GB/LC_MESSAGES/okteta-mobile.mo share/locale/en_GB/LC_MESSAGES/okteta.mo share/locale/en_GB/LC_MESSAGES/oktetapart.mo share/locale/en_GB/LC_MESSAGES/okular.mo share/locale/en_GB/LC_MESSAGES/okular_chm.mo share/locale/en_GB/LC_MESSAGES/okular_comicbook.mo share/locale/en_GB/LC_MESSAGES/okular_djvu.mo share/locale/en_GB/LC_MESSAGES/okular_dvi.mo share/locale/en_GB/LC_MESSAGES/okular_epub.mo share/locale/en_GB/LC_MESSAGES/okular_fax.mo share/locale/en_GB/LC_MESSAGES/okular_fictionbook.mo share/locale/en_GB/LC_MESSAGES/okular_ghostview.mo share/locale/en_GB/LC_MESSAGES/okular_kimgio.mo share/locale/en_GB/LC_MESSAGES/okular_mobi.mo share/locale/en_GB/LC_MESSAGES/okular_ooo.mo share/locale/en_GB/LC_MESSAGES/okular_plucker.mo share/locale/en_GB/LC_MESSAGES/okular_poppler.mo share/locale/en_GB/LC_MESSAGES/okular_tiff.mo share/locale/en_GB/LC_MESSAGES/okular_xps.mo share/locale/en_GB/LC_MESSAGES/palapeli.mo share/locale/en_GB/LC_MESSAGES/parley.mo share/locale/en_GB/LC_MESSAGES/phonon_gstreamer.mo share/locale/en_GB/LC_MESSAGES/phonon_kde.mo share/locale/en_GB/LC_MESSAGES/phononserver.mo share/locale/en_GB/LC_MESSAGES/plasma-desktop.mo share/locale/en_GB/LC_MESSAGES/plasma-netbook.mo share/locale/en_GB/LC_MESSAGES/plasma-overlay.mo share/locale/en_GB/LC_MESSAGES/plasma-windowed.mo share/locale/en_GB/LC_MESSAGES/plasma_applet_BbalL.mo share/locale/en_GB/LC_MESSAGES/plasma_applet_CharSelectApplet.mo share/locale/en_GB/LC_MESSAGES/plasma_applet_Molmasscalculator.mo share/locale/en_GB/LC_MESSAGES/plasma_applet_akonotes_note.mo share/locale/en_GB/LC_MESSAGES/plasma_applet_battery.mo share/locale/en_GB/LC_MESSAGES/plasma_applet_binaryclock.mo share/locale/en_GB/LC_MESSAGES/plasma_applet_bookmarks.mo share/locale/en_GB/LC_MESSAGES/plasma_applet_bubblemon.mo share/locale/en_GB/LC_MESSAGES/plasma_applet_calculator.mo share/locale/en_GB/LC_MESSAGES/plasma_applet_clock.mo share/locale/en_GB/LC_MESSAGES/plasma_applet_comic.mo share/locale/en_GB/LC_MESSAGES/plasma_applet_concentrationCalculator.mo share/locale/en_GB/LC_MESSAGES/plasma_applet_currentappcontrol.mo share/locale/en_GB/LC_MESSAGES/plasma_applet_dig_clock.mo share/locale/en_GB/LC_MESSAGES/plasma_applet_fifteenPuzzle.mo share/locale/en_GB/LC_MESSAGES/plasma_applet_fileWatcher.mo share/locale/en_GB/LC_MESSAGES/plasma_applet_folderview.mo share/locale/en_GB/LC_MESSAGES/plasma_applet_frame.mo share/locale/en_GB/LC_MESSAGES/plasma_applet_fuzzy_clock.mo share/locale/en_GB/LC_MESSAGES/plasma_applet_gasCalculator.mo share/locale/en_GB/LC_MESSAGES/plasma_applet_groupingpanel.mo share/locale/en_GB/LC_MESSAGES/plasma_applet_icon.mo share/locale/en_GB/LC_MESSAGES/plasma_applet_incomingmsg.mo share/locale/en_GB/LC_MESSAGES/plasma_applet_kalgebra.mo share/locale/en_GB/LC_MESSAGES/plasma_applet_kalzium.mo share/locale/en_GB/LC_MESSAGES/plasma_applet_katesession.mo share/locale/en_GB/LC_MESSAGES/plasma_applet_kdeobservatory.mo share/locale/en_GB/LC_MESSAGES/plasma_applet_kget.mo share/locale/en_GB/LC_MESSAGES/plasma_applet_kimpanel.mo share/locale/en_GB/LC_MESSAGES/plasma_applet_knowledgebase.mo share/locale/en_GB/LC_MESSAGES/plasma_applet_kolourpicker.mo share/locale/en_GB/LC_MESSAGES/plasma_applet_kpapplet.mo share/locale/en_GB/LC_MESSAGES/plasma_applet_launcher.mo share/locale/en_GB/LC_MESSAGES/plasma_applet_leavenote.mo share/locale/en_GB/LC_MESSAGES/plasma_applet_life.mo share/locale/en_GB/LC_MESSAGES/plasma_applet_lockout.mo share/locale/en_GB/LC_MESSAGES/plasma_applet_luna.mo share/locale/en_GB/LC_MESSAGES/plasma_applet_magnifique.mo share/locale/en_GB/LC_MESSAGES/plasma_applet_microblog.mo share/locale/en_GB/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/en_GB/LC_MESSAGES/plasma_applet_news.mo share/locale/en_GB/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/en_GB/LC_MESSAGES/plasma_applet_notes.mo share/locale/en_GB/LC_MESSAGES/plasma_applet_notifier.mo share/locale/en_GB/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/en_GB/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/en_GB/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/en_GB/LC_MESSAGES/plasma_applet_opendesktop_activities.mo share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.notifications.mo share/locale/en_GB/LC_MESSAGES/plasma_applet_pager.mo share/locale/en_GB/LC_MESSAGES/plasma_applet_panel.mo share/locale/en_GB/LC_MESSAGES/plasma_applet_panelspacer_internal.mo share/locale/en_GB/LC_MESSAGES/plasma_applet_paste.mo share/locale/en_GB/LC_MESSAGES/plasma_applet_pastebin.mo share/locale/en_GB/LC_MESSAGES/plasma_applet_plasmaboard.mo share/locale/en_GB/LC_MESSAGES/plasma_applet_previewer.mo share/locale/en_GB/LC_MESSAGES/plasma_applet_qalculate.mo share/locale/en_GB/LC_MESSAGES/plasma_applet_qstardict.mo share/locale/en_GB/LC_MESSAGES/plasma_applet_quicklaunch.mo share/locale/en_GB/LC_MESSAGES/plasma_applet_rssnow.mo share/locale/en_GB/LC_MESSAGES/plasma_applet_rtm.mo share/locale/en_GB/LC_MESSAGES/plasma_applet_sal.mo share/locale/en_GB/LC_MESSAGES/plasma_applet_saverdesktop.mo share/locale/en_GB/LC_MESSAGES/plasma_applet_searchbox.mo share/locale/en_GB/LC_MESSAGES/plasma_applet_showdashboard.mo share/locale/en_GB/LC_MESSAGES/plasma_applet_showdesktop.mo share/locale/en_GB/LC_MESSAGES/plasma_applet_skapplet.mo share/locale/en_GB/LC_MESSAGES/plasma_applet_spellcheck.mo share/locale/en_GB/LC_MESSAGES/plasma_applet_system-monitor.mo share/locale/en_GB/LC_MESSAGES/plasma_applet_systemloadviewer.mo share/locale/en_GB/LC_MESSAGES/plasma_applet_systemtray.mo share/locale/en_GB/LC_MESSAGES/plasma_applet_tasks.mo share/locale/en_GB/LC_MESSAGES/plasma_applet_timer.mo share/locale/en_GB/LC_MESSAGES/plasma_applet_trash.mo share/locale/en_GB/LC_MESSAGES/plasma_applet_unitconverter.mo share/locale/en_GB/LC_MESSAGES/plasma_applet_weather.mo share/locale/en_GB/LC_MESSAGES/plasma_applet_weatherstation.mo share/locale/en_GB/LC_MESSAGES/plasma_applet_webbrowser.mo share/locale/en_GB/LC_MESSAGES/plasma_applet_webslice.mo share/locale/en_GB/LC_MESSAGES/plasma_applet_windowlist.mo share/locale/en_GB/LC_MESSAGES/plasma_appletscriptengine_dashboard.mo share/locale/en_GB/LC_MESSAGES/plasma_containmentactions_contextmenu.mo share/locale/en_GB/LC_MESSAGES/plasma_containmentactions_switchactivity.mo share/locale/en_GB/LC_MESSAGES/plasma_containmentactions_switchdesktop.mo share/locale/en_GB/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/en_GB/LC_MESSAGES/plasma_engine_calendar.mo share/locale/en_GB/LC_MESSAGES/plasma_engine_kalzium.mo share/locale/en_GB/LC_MESSAGES/plasma_engine_kdeobservatory.mo share/locale/en_GB/LC_MESSAGES/plasma_engine_keystate.mo share/locale/en_GB/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/en_GB/LC_MESSAGES/plasma_engine_metadata.mo share/locale/en_GB/LC_MESSAGES/plasma_engine_network.mo share/locale/en_GB/LC_MESSAGES/plasma_engine_notifications.mo share/locale/en_GB/LC_MESSAGES/plasma_engine_nowplaying.mo share/locale/en_GB/LC_MESSAGES/plasma_engine_rss.mo share/locale/en_GB/LC_MESSAGES/plasma_engine_share.mo share/locale/en_GB/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/en_GB/LC_MESSAGES/plasma_engine_weather.mo share/locale/en_GB/LC_MESSAGES/plasma_packagestructure_comic.mo share/locale/en_GB/LC_MESSAGES/plasma_runner_CharacterRunner.mo share/locale/en_GB/LC_MESSAGES/plasma_runner_audioplayercontrol.mo share/locale/en_GB/LC_MESSAGES/plasma_runner_bookmarksrunner.mo share/locale/en_GB/LC_MESSAGES/plasma_runner_browserhistory.mo share/locale/en_GB/LC_MESSAGES/plasma_runner_calculatorrunner.mo share/locale/en_GB/LC_MESSAGES/plasma_runner_contacts.mo share/locale/en_GB/LC_MESSAGES/plasma_runner_converterrunner.mo share/locale/en_GB/LC_MESSAGES/plasma_runner_datetime.mo share/locale/en_GB/LC_MESSAGES/plasma_runner_events.mo share/locale/en_GB/LC_MESSAGES/plasma_runner_katesessions.mo share/locale/en_GB/LC_MESSAGES/plasma_runner_kget.mo share/locale/en_GB/LC_MESSAGES/plasma_runner_kill.mo share/locale/en_GB/LC_MESSAGES/plasma_runner_konquerorsessions.mo share/locale/en_GB/LC_MESSAGES/plasma_runner_konsolesessions.mo share/locale/en_GB/LC_MESSAGES/plasma_runner_kopete.mo share/locale/en_GB/LC_MESSAGES/plasma_runner_krunner_dictionary.mo share/locale/en_GB/LC_MESSAGES/plasma_runner_locations.mo share/locale/en_GB/LC_MESSAGES/plasma_runner_mediawiki.mo share/locale/en_GB/LC_MESSAGES/plasma_runner_nepomuksearchrunner.mo share/locale/en_GB/LC_MESSAGES/plasma_runner_placesrunner.mo share/locale/en_GB/LC_MESSAGES/plasma_runner_plasma-desktop.mo share/locale/en_GB/LC_MESSAGES/plasma_runner_powerdevil.mo share/locale/en_GB/LC_MESSAGES/plasma_runner_recentdocuments.mo share/locale/en_GB/LC_MESSAGES/plasma_runner_services.mo share/locale/en_GB/LC_MESSAGES/plasma_runner_sessions.mo share/locale/en_GB/LC_MESSAGES/plasma_runner_shell.mo share/locale/en_GB/LC_MESSAGES/plasma_runner_solid.mo share/locale/en_GB/LC_MESSAGES/plasma_runner_spellcheckrunner.mo share/locale/en_GB/LC_MESSAGES/plasma_runner_webshortcuts.mo share/locale/en_GB/LC_MESSAGES/plasma_runner_windowedwidgets.mo share/locale/en_GB/LC_MESSAGES/plasma_runner_windows.mo share/locale/en_GB/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/en_GB/LC_MESSAGES/plasma_toolbox_desktoptoolbox.mo share/locale/en_GB/LC_MESSAGES/plasma_toolbox_paneltoolbox.mo share/locale/en_GB/LC_MESSAGES/plasma_wallpaper_color.mo share/locale/en_GB/LC_MESSAGES/plasma_wallpaper_image.mo share/locale/en_GB/LC_MESSAGES/plasma_wallpaper_mandelbrot.mo share/locale/en_GB/LC_MESSAGES/plasma_wallpaper_marble.mo share/locale/en_GB/LC_MESSAGES/plasma_wallpaper_pattern.mo share/locale/en_GB/LC_MESSAGES/plasma_wallpaper_virus.mo share/locale/en_GB/LC_MESSAGES/plasma_wallpaper_weather.mo share/locale/en_GB/LC_MESSAGES/plasmagenericshell.mo share/locale/en_GB/LC_MESSAGES/plasmapkg.mo share/locale/en_GB/LC_MESSAGES/powerdevil.mo share/locale/en_GB/LC_MESSAGES/powerdevilglobalconfig.mo share/locale/en_GB/LC_MESSAGES/powerdevilprofilesconfig.mo share/locale/en_GB/LC_MESSAGES/processcore.mo share/locale/en_GB/LC_MESSAGES/processui.mo share/locale/en_GB/LC_MESSAGES/randrmonitor.mo share/locale/en_GB/LC_MESSAGES/rellinks.mo share/locale/en_GB/LC_MESSAGES/rocs.mo share/locale/en_GB/LC_MESSAGES/rocscore.mo share/locale/en_GB/LC_MESSAGES/rocsvisualeditor.mo share/locale/en_GB/LC_MESSAGES/searchbarplugin.mo share/locale/en_GB/LC_MESSAGES/solid-hardware.mo share/locale/en_GB/LC_MESSAGES/solid-network.mo share/locale/en_GB/LC_MESSAGES/solid_qt.mo share/locale/en_GB/LC_MESSAGES/solidcontrol.mo share/locale/en_GB/LC_MESSAGES/soliduiserver.mo share/locale/en_GB/LC_MESSAGES/step.mo share/locale/en_GB/LC_MESSAGES/step_qt.mo share/locale/en_GB/LC_MESSAGES/strigila_diff.mo share/locale/en_GB/LC_MESSAGES/superkaramba.mo share/locale/en_GB/LC_MESSAGES/svgpart.mo share/locale/en_GB/LC_MESSAGES/sweeper.mo share/locale/en_GB/LC_MESSAGES/systemsettings.mo share/locale/en_GB/LC_MESSAGES/tasks-mobile.mo share/locale/en_GB/LC_MESSAGES/timezones4.mo share/locale/en_GB/LC_MESSAGES/uachangerplugin.mo share/locale/en_GB/LC_MESSAGES/umbrello.mo share/locale/en_GB/LC_MESSAGES/useraccount.mo share/locale/en_GB/LC_MESSAGES/validatorsplugin.mo share/locale/en_GB/LC_MESSAGES/webarchiver.mo share/locale/en_GB/LC_MESSAGES/xml_mimetypes.mo share/locale/en_GB/entry.desktop @dirrm share/doc/HTML/en_GB/ksysguard @dirrm share/doc/HTML/en_GB/konqueror @dirrm share/doc/HTML/en_GB/kioslave/telnet @dirrm share/doc/HTML/en_GB/kioslave/tar @dirrm share/doc/HTML/en_GB/kioslave/smtp @dirrm share/doc/HTML/en_GB/kioslave/sftp @dirrm share/doc/HTML/en_GB/kioslave/rlogin @dirrm share/doc/HTML/en_GB/kioslave/nntp @dirrm share/doc/HTML/en_GB/kioslave/nfs @dirrm share/doc/HTML/en_GB/kioslave/news @dirrm share/doc/HTML/en_GB/kioslave/mailto @dirrm share/doc/HTML/en_GB/kioslave/ldap @dirrm share/doc/HTML/en_GB/kioslave/ftp @dirrm share/doc/HTML/en_GB/kioslave/floppy @dirrm share/doc/HTML/en_GB/kioslave/finger @dirrm share/doc/HTML/en_GB/kioslave/file @dirrm share/doc/HTML/en_GB/kioslave @dirrm share/doc/HTML/en_GB/khelpcenter/glossary @dirrm share/doc/HTML/en_GB/khelpcenter @dirrm share/doc/HTML/en_GB/kalarm @dirrm share/doc/HTML/en_GB/common @dirrm share/apps/kvtml/en_GB @dirrm share/apps/kvtml @dirrm share/apps/kturtle/examples/en_GB @dirrm share/apps/kturtle/examples @dirrm share/apps/kturtle/data @dirrm share/apps/kturtle @dirrm share/apps/klettres/en_GB/syllab @dirrm share/apps/klettres/en_GB/alpha @dirrm share/apps/klettres/en_GB @dirrm share/apps/klettres Index: head/misc/kde4-l10n-es/distinfo =================================================================== --- head/misc/kde4-l10n-es/distinfo (revision 318451) +++ head/misc/kde4-l10n-es/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/kde-l10n/kde-l10n-es-4.10.1.tar.xz) = 4c72a7e4e97d57d03c10b4e1b1ac009434a9ad8b5fbb23dad48ffc062fbbdf21 -SIZE (KDE/4.10.1/kde-l10n/kde-l10n-es-4.10.1.tar.xz) = 23510924 +SHA256 (KDE/4.10.3/kde-l10n/kde-l10n-es-4.10.3.tar.xz) = 6b2f86fbca03198a146328921a3a2d77f194db078673e9a17b0820d6c1a5eb34 +SIZE (KDE/4.10.3/kde-l10n/kde-l10n-es-4.10.3.tar.xz) = 23585056 Index: head/misc/kde4-l10n-es/pkg-plist =================================================================== --- head/misc/kde4-l10n-es/pkg-plist (revision 318451) +++ head/misc/kde4-l10n-es/pkg-plist (revision 318452) @@ -1,2426 +1,2441 @@ share/apps/autocorrect/es.xml share/apps/khangman/es.txt share/apps/klettres/es/alpha/a.ogg share/apps/klettres/es/alpha/b.ogg share/apps/klettres/es/alpha/c.ogg share/apps/klettres/es/alpha/d.ogg share/apps/klettres/es/alpha/e.ogg share/apps/klettres/es/alpha/f.ogg share/apps/klettres/es/alpha/g.ogg share/apps/klettres/es/alpha/h.ogg share/apps/klettres/es/alpha/i.ogg share/apps/klettres/es/alpha/j.ogg share/apps/klettres/es/alpha/k.ogg share/apps/klettres/es/alpha/l.ogg share/apps/klettres/es/alpha/m.ogg share/apps/klettres/es/alpha/n.ogg share/apps/klettres/es/alpha/nn.ogg share/apps/klettres/es/alpha/o.ogg share/apps/klettres/es/alpha/p.ogg share/apps/klettres/es/alpha/q.ogg share/apps/klettres/es/alpha/r.ogg share/apps/klettres/es/alpha/s.ogg share/apps/klettres/es/alpha/t.ogg share/apps/klettres/es/alpha/u.ogg share/apps/klettres/es/alpha/v.ogg share/apps/klettres/es/alpha/w.ogg share/apps/klettres/es/alpha/x.ogg share/apps/klettres/es/alpha/y.ogg share/apps/klettres/es/alpha/z.ogg share/apps/klettres/es/sounds.xml share/apps/klettres/es/syllab/ba.ogg share/apps/klettres/es/syllab/be.ogg share/apps/klettres/es/syllab/bi.ogg share/apps/klettres/es/syllab/bo.ogg share/apps/klettres/es/syllab/bu.ogg share/apps/klettres/es/syllab/ca.ogg share/apps/klettres/es/syllab/ce.ogg share/apps/klettres/es/syllab/ci.ogg share/apps/klettres/es/syllab/co.ogg share/apps/klettres/es/syllab/cu.ogg share/apps/klettres/es/syllab/da.ogg share/apps/klettres/es/syllab/de.ogg share/apps/klettres/es/syllab/di.ogg share/apps/klettres/es/syllab/do.ogg share/apps/klettres/es/syllab/du.ogg share/apps/klettres/es/syllab/fa.ogg share/apps/klettres/es/syllab/fe.ogg share/apps/klettres/es/syllab/fi.ogg share/apps/klettres/es/syllab/fo.ogg share/apps/klettres/es/syllab/fu.ogg share/apps/klettres/es/syllab/ga.ogg share/apps/klettres/es/syllab/ge.ogg share/apps/klettres/es/syllab/gi.ogg share/apps/klettres/es/syllab/go.ogg share/apps/klettres/es/syllab/gu.ogg share/apps/klettres/es/syllab/gue.ogg share/apps/klettres/es/syllab/gui.ogg share/apps/klettres/es/syllab/guue.ogg share/apps/klettres/es/syllab/guui.ogg share/apps/klettres/es/syllab/ha.ogg share/apps/klettres/es/syllab/he.ogg share/apps/klettres/es/syllab/hi.ogg share/apps/klettres/es/syllab/ho.ogg share/apps/klettres/es/syllab/hu.ogg share/apps/klettres/es/syllab/ja.ogg share/apps/klettres/es/syllab/je.ogg share/apps/klettres/es/syllab/ji.ogg share/apps/klettres/es/syllab/jo.ogg share/apps/klettres/es/syllab/ju.ogg share/apps/klettres/es/syllab/ka.ogg share/apps/klettres/es/syllab/ke.ogg share/apps/klettres/es/syllab/ki.ogg share/apps/klettres/es/syllab/ko.ogg share/apps/klettres/es/syllab/ku.ogg share/apps/klettres/es/syllab/la.ogg share/apps/klettres/es/syllab/le.ogg share/apps/klettres/es/syllab/li.ogg share/apps/klettres/es/syllab/ll.ogg share/apps/klettres/es/syllab/lla.ogg share/apps/klettres/es/syllab/lle.ogg share/apps/klettres/es/syllab/lli.ogg share/apps/klettres/es/syllab/llo.ogg share/apps/klettres/es/syllab/llu.ogg share/apps/klettres/es/syllab/lo.ogg share/apps/klettres/es/syllab/lu.ogg share/apps/klettres/es/syllab/ma.ogg share/apps/klettres/es/syllab/me.ogg share/apps/klettres/es/syllab/mi.ogg share/apps/klettres/es/syllab/mo.ogg share/apps/klettres/es/syllab/mu.ogg share/apps/klettres/es/syllab/na.ogg share/apps/klettres/es/syllab/ne.ogg share/apps/klettres/es/syllab/ni.ogg share/apps/klettres/es/syllab/nna.ogg share/apps/klettres/es/syllab/nne.ogg share/apps/klettres/es/syllab/nni.ogg share/apps/klettres/es/syllab/nno.ogg share/apps/klettres/es/syllab/nnu.ogg share/apps/klettres/es/syllab/no.ogg share/apps/klettres/es/syllab/nu.ogg share/apps/klettres/es/syllab/pa.ogg share/apps/klettres/es/syllab/pe.ogg share/apps/klettres/es/syllab/pi.ogg share/apps/klettres/es/syllab/po.ogg share/apps/klettres/es/syllab/pu.ogg share/apps/klettres/es/syllab/que.ogg share/apps/klettres/es/syllab/qui.ogg share/apps/klettres/es/syllab/ra.ogg share/apps/klettres/es/syllab/re.ogg share/apps/klettres/es/syllab/ri.ogg share/apps/klettres/es/syllab/ro.ogg share/apps/klettres/es/syllab/ru.ogg share/apps/klettres/es/syllab/sa.ogg share/apps/klettres/es/syllab/se.ogg share/apps/klettres/es/syllab/si.ogg share/apps/klettres/es/syllab/so.ogg share/apps/klettres/es/syllab/su.ogg share/apps/klettres/es/syllab/ta.ogg share/apps/klettres/es/syllab/te.ogg share/apps/klettres/es/syllab/ti.ogg share/apps/klettres/es/syllab/to.ogg share/apps/klettres/es/syllab/tu.ogg share/apps/klettres/es/syllab/va.ogg share/apps/klettres/es/syllab/ve.ogg share/apps/klettres/es/syllab/vi.ogg share/apps/klettres/es/syllab/vo.ogg share/apps/klettres/es/syllab/vu.ogg share/apps/klettres/es/syllab/wa.ogg share/apps/klettres/es/syllab/we.ogg share/apps/klettres/es/syllab/wi.ogg share/apps/klettres/es/syllab/wo.ogg share/apps/klettres/es/syllab/wu.ogg share/apps/klettres/es/syllab/xa.ogg share/apps/klettres/es/syllab/xe.ogg share/apps/klettres/es/syllab/xi.ogg share/apps/klettres/es/syllab/xo.ogg share/apps/klettres/es/syllab/xu.ogg share/apps/klettres/es/syllab/ya.ogg share/apps/klettres/es/syllab/ye.ogg share/apps/klettres/es/syllab/yi.ogg share/apps/klettres/es/syllab/yo.ogg share/apps/klettres/es/syllab/yu.ogg share/apps/klettres/es/syllab/za.ogg share/apps/klettres/es/syllab/ze.ogg share/apps/klettres/es/syllab/zi.ogg share/apps/klettres/es/syllab/zo.ogg share/apps/klettres/es/syllab/zu.ogg share/apps/ktuberling/sounds/es.soundtheme share/apps/ktuberling/sounds/es/anteojos.wav share/apps/ktuberling/sounds/es/bigote.wav share/apps/ktuberling/sounds/es/boca.wav share/apps/ktuberling/sounds/es/ceja.wav share/apps/ktuberling/sounds/es/gafasdesol.wav share/apps/ktuberling/sounds/es/lazo.wav share/apps/ktuberling/sounds/es/nariz.wav share/apps/ktuberling/sounds/es/ojo.wav share/apps/ktuberling/sounds/es/oreja.wav share/apps/ktuberling/sounds/es/pelo.wav share/apps/ktuberling/sounds/es/pendiente.wav share/apps/ktuberling/sounds/es/sombrero.wav share/apps/kvtml/es/animals.kvtml share/apps/kvtml/es/computadoras.kvtml share/apps/kvtml/es/deportes.kvtml share/apps/kvtml/es/easy.kvtml share/apps/kvtml/es/espacio.kvtml share/apps/kvtml/es/frutas.kvtml share/apps/kvtml/es/gente.kvtml share/apps/kvtml/es/hard.kvtml share/apps/kvtml/es/inventos.kvtml share/apps/kvtml/es/medium.kvtml share/apps/kvtml/es/monedas.kvtml share/apps/kvtml/es/numeros.kvtml share/apps/kvtml/es/objetos.kvtml share/apps/kvtml/es/prendas.kvtml share/apps/kvtml/es/professiones.kvtml share/apps/kvtml/es/transportes.kvtml share/apps/kvtml/es/vegetales.kvtml share/apps/kvtml/es/worldcapitals.kvtml share/doc/HTML/es/akregator/add-feed.png share/doc/HTML/es/akregator/add-feed2.png share/doc/HTML/es/akregator/add-folder.png share/doc/HTML/es/akregator/add-folder2.png share/doc/HTML/es/akregator/advanced-tab.png share/doc/HTML/es/akregator/appearance-tab.png share/doc/HTML/es/akregator/archive-tab.png share/doc/HTML/es/akregator/browser-tab.png share/doc/HTML/es/akregator/common share/doc/HTML/es/akregator/general-tab.png share/doc/HTML/es/akregator/index.cache.bz2 share/doc/HTML/es/akregator/index.docbook share/doc/HTML/es/akregator/konq.png share/doc/HTML/es/akregator/konq2.png share/doc/HTML/es/akregator/main-window.png share/doc/HTML/es/akregator/main-window2.png share/doc/HTML/es/akregator/main-window3.png share/doc/HTML/es/akregator/main-window4.png share/doc/HTML/es/akregator/quick-filter.png share/doc/HTML/es/akregator/rss.png share/doc/HTML/es/akregator/rss3.png share/doc/HTML/es/amor/common share/doc/HTML/es/amor/index.cache.bz2 share/doc/HTML/es/amor/index.docbook share/doc/HTML/es/amor/man-amor.6.docbook share/doc/HTML/es/ark/common share/doc/HTML/es/ark/index.cache.bz2 share/doc/HTML/es/ark/index.docbook share/doc/HTML/es/ark/man-ark.1.docbook share/doc/HTML/es/blinken/common share/doc/HTML/es/blinken/index.cache.bz2 share/doc/HTML/es/blinken/index.docbook share/doc/HTML/es/blogilo/common share/doc/HTML/es/blogilo/index.cache.bz2 share/doc/HTML/es/blogilo/index.docbook share/doc/HTML/es/bomber/common share/doc/HTML/es/bomber/index.cache.bz2 share/doc/HTML/es/bomber/index.docbook share/doc/HTML/es/bovo/common share/doc/HTML/es/bovo/index.cache.bz2 share/doc/HTML/es/bovo/index.docbook share/doc/HTML/es/cantor/common share/doc/HTML/es/cantor/index.cache.bz2 share/doc/HTML/es/cantor/index.docbook share/doc/HTML/es/cantor/screenshot.png share/doc/HTML/es/cervisia/common share/doc/HTML/es/cervisia/index.cache.bz2 share/doc/HTML/es/cervisia/index.docbook share/doc/HTML/es/common/fdl-translated.html share/doc/HTML/es/common/gpl-translated.html share/doc/HTML/es/common/kde-localised.css share/doc/HTML/es/common/lgpl-translated.html share/doc/HTML/es/dolphin/common share/doc/HTML/es/dolphin/index.cache.bz2 share/doc/HTML/es/dolphin/index.docbook share/doc/HTML/es/dragonplayer/common share/doc/HTML/es/dragonplayer/index.cache.bz2 share/doc/HTML/es/dragonplayer/index.docbook share/doc/HTML/es/dragonplayer/main.png share/doc/HTML/es/dragonplayer/man-dragon.1.docbook share/doc/HTML/es/filelight/common share/doc/HTML/es/filelight/index.cache.bz2 share/doc/HTML/es/filelight/index.docbook share/doc/HTML/es/granatier/common share/doc/HTML/es/granatier/index.cache.bz2 share/doc/HTML/es/granatier/index.docbook share/doc/HTML/es/gwenview/browse_mode.png share/doc/HTML/es/gwenview/common share/doc/HTML/es/gwenview/index.cache.bz2 share/doc/HTML/es/gwenview/index.docbook share/doc/HTML/es/gwenview/view_mode.png share/doc/HTML/es/juk/common share/doc/HTML/es/juk/history-playlist.png share/doc/HTML/es/juk/index.cache.bz2 share/doc/HTML/es/juk/index.docbook share/doc/HTML/es/juk/juk-adv-search.png share/doc/HTML/es/juk/juk-file-renamer.png share/doc/HTML/es/juk/juk-main.png share/doc/HTML/es/juk/juk-tag-guesser.png share/doc/HTML/es/juk/normal-playlist.png share/doc/HTML/es/juk/search-playlist.png share/doc/HTML/es/juk/toolbar.png share/doc/HTML/es/kabcclient/common share/doc/HTML/es/kabcclient/index.cache.bz2 share/doc/HTML/es/kabcclient/index.docbook share/doc/HTML/es/kabcclient/man-kabcclient.1.docbook share/doc/HTML/es/kajongg/common share/doc/HTML/es/kajongg/index.cache.bz2 share/doc/HTML/es/kajongg/index.docbook share/doc/HTML/es/kalarm/alarmmessage.png share/doc/HTML/es/kalarm/common share/doc/HTML/es/kalarm/editwindow-simple.png share/doc/HTML/es/kalarm/editwindow.png share/doc/HTML/es/kalarm/index.cache.bz2 share/doc/HTML/es/kalarm/index.docbook share/doc/HTML/es/kalarm/mainwindow-calendars.png share/doc/HTML/es/kalarm/mainwindow.png share/doc/HTML/es/kalarm/spinbox.png share/doc/HTML/es/kalgebra/commands.docbook share/doc/HTML/es/kalgebra/common share/doc/HTML/es/kalgebra/index.cache.bz2 share/doc/HTML/es/kalgebra/index.docbook share/doc/HTML/es/kalgebra/kalgebra-main-window.png share/doc/HTML/es/kalzium/common share/doc/HTML/es/kalzium/gradient.png share/doc/HTML/es/kalzium/index.cache.bz2 share/doc/HTML/es/kalzium/index.docbook share/doc/HTML/es/kalzium/infodialog_bohr.png share/doc/HTML/es/kalzium/infodialog_data_overview.png share/doc/HTML/es/kalzium/infodialog_extra.png share/doc/HTML/es/kalzium/infodialog_isotopes.png share/doc/HTML/es/kalzium/infodialog_misc.png share/doc/HTML/es/kalzium/infodialog_spectrum.png share/doc/HTML/es/kalzium/man-kalzium.1.docbook share/doc/HTML/es/kalzium/quick-1.png share/doc/HTML/es/kalzium/quick-2.png share/doc/HTML/es/kalzium/quick-3.png share/doc/HTML/es/kalzium/quick-4.png share/doc/HTML/es/kalzium/screenshot-calc-conc.png share/doc/HTML/es/kalzium/screenshot1.png share/doc/HTML/es/kalzium/screenshot2.png share/doc/HTML/es/kalzium/screenshot5.png share/doc/HTML/es/kalzium/screenshot6.png share/doc/HTML/es/kalzium/screenshot7.png share/doc/HTML/es/kalzium/screenshotnuclidboard.png share/doc/HTML/es/kalzium/settings1.png share/doc/HTML/es/kalzium/settings2.png share/doc/HTML/es/kalzium/settings3.png share/doc/HTML/es/kalzium/sidebar1.png share/doc/HTML/es/kalzium/sidebar2.png share/doc/HTML/es/kanagram/common share/doc/HTML/es/kanagram/index.cache.bz2 share/doc/HTML/es/kanagram/index.docbook share/doc/HTML/es/kapman/common share/doc/HTML/es/kapman/index.cache.bz2 share/doc/HTML/es/kapman/index.docbook share/doc/HTML/es/kapptemplate/common share/doc/HTML/es/kapptemplate/index.cache.bz2 share/doc/HTML/es/kapptemplate/index.docbook share/doc/HTML/es/katomic/common share/doc/HTML/es/katomic/index.cache.bz2 share/doc/HTML/es/katomic/index.docbook share/doc/HTML/es/kbattleship/common share/doc/HTML/es/kbattleship/index.cache.bz2 share/doc/HTML/es/kbattleship/index.docbook share/doc/HTML/es/kblackbox/common share/doc/HTML/es/kblackbox/index.cache.bz2 share/doc/HTML/es/kblackbox/index.docbook share/doc/HTML/es/kblocks/common share/doc/HTML/es/kblocks/index.cache.bz2 share/doc/HTML/es/kblocks/index.docbook share/doc/HTML/es/kbounce/common share/doc/HTML/es/kbounce/index.cache.bz2 share/doc/HTML/es/kbounce/index.docbook share/doc/HTML/es/kbreakout/common share/doc/HTML/es/kbreakout/index.cache.bz2 share/doc/HTML/es/kbreakout/index.docbook share/doc/HTML/es/kbruch/checked.png share/doc/HTML/es/kbruch/common share/doc/HTML/es/kbruch/compare.png share/doc/HTML/es/kbruch/convert.png share/doc/HTML/es/kbruch/factorize.png share/doc/HTML/es/kbruch/gui_main.png share/doc/HTML/es/kbruch/gui_mode.png share/doc/HTML/es/kbruch/index.cache.bz2 share/doc/HTML/es/kbruch/index.docbook share/doc/HTML/es/kbruch/learning.png share/doc/HTML/es/kbruch/man-kbruch.1.docbook share/doc/HTML/es/kbruch/percentage.png share/doc/HTML/es/kbruch/reduced.png share/doc/HTML/es/kbruch/settings.png share/doc/HTML/es/kbruch/statistics.png share/doc/HTML/es/kcachegrind/common share/doc/HTML/es/kcachegrind/index.cache.bz2 share/doc/HTML/es/kcachegrind/index.docbook share/doc/HTML/es/kcalc/commands.docbook share/doc/HTML/es/kcalc/common share/doc/HTML/es/kcalc/index.cache.bz2 share/doc/HTML/es/kcalc/index.docbook share/doc/HTML/es/kcharselect/common share/doc/HTML/es/kcharselect/index.cache.bz2 share/doc/HTML/es/kcharselect/index.docbook share/doc/HTML/es/kcontrol/attica/common share/doc/HTML/es/kcontrol/attica/index.cache.bz2 share/doc/HTML/es/kcontrol/attica/index.docbook share/doc/HTML/es/kcontrol/autostart/common share/doc/HTML/es/kcontrol/autostart/index.cache.bz2 share/doc/HTML/es/kcontrol/autostart/index.docbook share/doc/HTML/es/kcontrol/bell/common share/doc/HTML/es/kcontrol/bell/index.cache.bz2 share/doc/HTML/es/kcontrol/bell/index.docbook share/doc/HTML/es/kcontrol/blockdevices/common share/doc/HTML/es/kcontrol/blockdevices/index.cache.bz2 share/doc/HTML/es/kcontrol/blockdevices/index.docbook share/doc/HTML/es/kcontrol/bookmarks/common share/doc/HTML/es/kcontrol/bookmarks/index.cache.bz2 share/doc/HTML/es/kcontrol/bookmarks/index.docbook share/doc/HTML/es/kcontrol/cache/common share/doc/HTML/es/kcontrol/cache/index.cache.bz2 share/doc/HTML/es/kcontrol/cache/index.docbook share/doc/HTML/es/kcontrol/cddbretrieval/common share/doc/HTML/es/kcontrol/cddbretrieval/index.cache.bz2 share/doc/HTML/es/kcontrol/cddbretrieval/index.docbook share/doc/HTML/es/kcontrol/clock/common share/doc/HTML/es/kcontrol/clock/index.cache.bz2 share/doc/HTML/es/kcontrol/clock/index.docbook share/doc/HTML/es/kcontrol/colors/common share/doc/HTML/es/kcontrol/colors/index.cache.bz2 share/doc/HTML/es/kcontrol/colors/index.docbook share/doc/HTML/es/kcontrol/componentchooser/common share/doc/HTML/es/kcontrol/componentchooser/index.cache.bz2 share/doc/HTML/es/kcontrol/componentchooser/index.docbook share/doc/HTML/es/kcontrol/cookies/common share/doc/HTML/es/kcontrol/cookies/index.cache.bz2 share/doc/HTML/es/kcontrol/cookies/index.docbook +share/doc/HTML/es/kcontrol/cursortheme/common +share/doc/HTML/es/kcontrol/cursortheme/index.cache.bz2 +share/doc/HTML/es/kcontrol/cursortheme/index.docbook share/doc/HTML/es/kcontrol/desktop/common share/doc/HTML/es/kcontrol/desktop/index.cache.bz2 share/doc/HTML/es/kcontrol/desktop/index.docbook share/doc/HTML/es/kcontrol/ebrowsing/common share/doc/HTML/es/kcontrol/ebrowsing/index.cache.bz2 share/doc/HTML/es/kcontrol/ebrowsing/index.docbook share/doc/HTML/es/kcontrol/emoticons/common share/doc/HTML/es/kcontrol/emoticons/index.cache.bz2 share/doc/HTML/es/kcontrol/emoticons/index.docbook share/doc/HTML/es/kcontrol/filemanager/common share/doc/HTML/es/kcontrol/filemanager/index.cache.bz2 share/doc/HTML/es/kcontrol/filemanager/index.docbook share/doc/HTML/es/kcontrol/filetypes/common share/doc/HTML/es/kcontrol/filetypes/index.cache.bz2 share/doc/HTML/es/kcontrol/filetypes/index.docbook share/doc/HTML/es/kcontrol/fontinst/common share/doc/HTML/es/kcontrol/fontinst/index.cache.bz2 share/doc/HTML/es/kcontrol/fontinst/index.docbook share/doc/HTML/es/kcontrol/fonts/common share/doc/HTML/es/kcontrol/fonts/index.cache.bz2 share/doc/HTML/es/kcontrol/fonts/index.docbook share/doc/HTML/es/kcontrol/history/common share/doc/HTML/es/kcontrol/history/index.cache.bz2 share/doc/HTML/es/kcontrol/history/index.docbook share/doc/HTML/es/kcontrol/icons/common share/doc/HTML/es/kcontrol/icons/index.cache.bz2 share/doc/HTML/es/kcontrol/icons/index.docbook share/doc/HTML/es/kcontrol/joystick/common share/doc/HTML/es/kcontrol/joystick/index.cache.bz2 share/doc/HTML/es/kcontrol/joystick/index.docbook share/doc/HTML/es/kcontrol/kamera/common share/doc/HTML/es/kcontrol/kamera/index.cache.bz2 share/doc/HTML/es/kcontrol/kamera/index.docbook share/doc/HTML/es/kcontrol/kcm_ssl/common share/doc/HTML/es/kcontrol/kcm_ssl/index.cache.bz2 share/doc/HTML/es/kcontrol/kcm_ssl/index.docbook share/doc/HTML/es/kcontrol/kcmaccess/common share/doc/HTML/es/kcontrol/kcmaccess/index.cache.bz2 share/doc/HTML/es/kcontrol/kcmaccess/index.docbook share/doc/HTML/es/kcontrol/kcmcgi/common share/doc/HTML/es/kcontrol/kcmcgi/index.cache.bz2 share/doc/HTML/es/kcontrol/kcmcgi/index.docbook share/doc/HTML/es/kcontrol/kcmcss/common share/doc/HTML/es/kcontrol/kcmcss/index.cache.bz2 share/doc/HTML/es/kcontrol/kcmcss/index.docbook share/doc/HTML/es/kcontrol/kcmlaunch/common share/doc/HTML/es/kcontrol/kcmlaunch/index.cache.bz2 share/doc/HTML/es/kcontrol/kcmlaunch/index.docbook share/doc/HTML/es/kcontrol/kcmnotify/common share/doc/HTML/es/kcontrol/kcmnotify/index.cache.bz2 share/doc/HTML/es/kcontrol/kcmnotify/index.docbook share/doc/HTML/es/kcontrol/kcmsmserver/common share/doc/HTML/es/kcontrol/kcmsmserver/index.cache.bz2 share/doc/HTML/es/kcontrol/kcmsmserver/index.docbook share/doc/HTML/es/kcontrol/kcmstyle/common share/doc/HTML/es/kcontrol/kcmstyle/index.cache.bz2 share/doc/HTML/es/kcontrol/kcmstyle/index.docbook share/doc/HTML/es/kcontrol/kded/common share/doc/HTML/es/kcontrol/kded/index.cache.bz2 share/doc/HTML/es/kcontrol/kded/index.docbook share/doc/HTML/es/kcontrol/keyboard/common share/doc/HTML/es/kcontrol/keyboard/index.cache.bz2 share/doc/HTML/es/kcontrol/keyboard/index.docbook share/doc/HTML/es/kcontrol/keys/common share/doc/HTML/es/kcontrol/keys/index.cache.bz2 share/doc/HTML/es/kcontrol/keys/index.docbook share/doc/HTML/es/kcontrol/kgamma/common share/doc/HTML/es/kcontrol/kgamma/index.cache.bz2 share/doc/HTML/es/kcontrol/kgamma/index.docbook share/doc/HTML/es/kcontrol/khtml-adblock/common share/doc/HTML/es/kcontrol/khtml-adblock/index.cache.bz2 share/doc/HTML/es/kcontrol/khtml-adblock/index.docbook share/doc/HTML/es/kcontrol/khtml-behavior/common share/doc/HTML/es/kcontrol/khtml-behavior/index.cache.bz2 share/doc/HTML/es/kcontrol/khtml-behavior/index.docbook +share/doc/HTML/es/kcontrol/khtml-general/common +share/doc/HTML/es/kcontrol/khtml-general/index.cache.bz2 +share/doc/HTML/es/kcontrol/khtml-general/index.docbook share/doc/HTML/es/kcontrol/khtml-java-js/common share/doc/HTML/es/kcontrol/khtml-java-js/index.cache.bz2 share/doc/HTML/es/kcontrol/khtml-java-js/index.docbook share/doc/HTML/es/kcontrol/khtml-plugins/common share/doc/HTML/es/kcontrol/khtml-plugins/index.cache.bz2 share/doc/HTML/es/kcontrol/khtml-plugins/index.docbook share/doc/HTML/es/kcontrol/kremotecontrol/common share/doc/HTML/es/kcontrol/kremotecontrol/index.cache.bz2 share/doc/HTML/es/kcontrol/kremotecontrol/index.docbook share/doc/HTML/es/kcontrol/kresources/common share/doc/HTML/es/kcontrol/kresources/index.cache.bz2 share/doc/HTML/es/kcontrol/kresources/index.docbook share/doc/HTML/es/kcontrol/kwincompositing/common share/doc/HTML/es/kcontrol/kwincompositing/index.cache.bz2 share/doc/HTML/es/kcontrol/kwincompositing/index.docbook share/doc/HTML/es/kcontrol/kwindecoration/common share/doc/HTML/es/kcontrol/kwindecoration/index.cache.bz2 share/doc/HTML/es/kcontrol/kwindecoration/index.docbook +share/doc/HTML/es/kcontrol/kwinscreenedges/common +share/doc/HTML/es/kcontrol/kwinscreenedges/index.cache.bz2 +share/doc/HTML/es/kcontrol/kwinscreenedges/index.docbook share/doc/HTML/es/kcontrol/language/common share/doc/HTML/es/kcontrol/language/index.cache.bz2 share/doc/HTML/es/kcontrol/language/index.docbook +share/doc/HTML/es/kcontrol/mouse/common +share/doc/HTML/es/kcontrol/mouse/index.cache.bz2 +share/doc/HTML/es/kcontrol/mouse/index.docbook share/doc/HTML/es/kcontrol/nepomuk/common share/doc/HTML/es/kcontrol/nepomuk/index.cache.bz2 share/doc/HTML/es/kcontrol/nepomuk/index.docbook share/doc/HTML/es/kcontrol/netpref/common share/doc/HTML/es/kcontrol/netpref/index.cache.bz2 share/doc/HTML/es/kcontrol/netpref/index.docbook share/doc/HTML/es/kcontrol/paths/common share/doc/HTML/es/kcontrol/paths/index.cache.bz2 share/doc/HTML/es/kcontrol/paths/index.docbook share/doc/HTML/es/kcontrol/performance/common share/doc/HTML/es/kcontrol/performance/index.cache.bz2 share/doc/HTML/es/kcontrol/performance/index.docbook share/doc/HTML/es/kcontrol/phonon/common share/doc/HTML/es/kcontrol/phonon/index.cache.bz2 share/doc/HTML/es/kcontrol/phonon/index.docbook share/doc/HTML/es/kcontrol/proxy/common share/doc/HTML/es/kcontrol/proxy/index.cache.bz2 share/doc/HTML/es/kcontrol/proxy/index.docbook share/doc/HTML/es/kcontrol/screensaver/common share/doc/HTML/es/kcontrol/screensaver/index.cache.bz2 share/doc/HTML/es/kcontrol/screensaver/index.docbook share/doc/HTML/es/kcontrol/smb/common share/doc/HTML/es/kcontrol/smb/index.cache.bz2 share/doc/HTML/es/kcontrol/smb/index.docbook share/doc/HTML/es/kcontrol/solid-device-automounter/common share/doc/HTML/es/kcontrol/solid-device-automounter/index.cache.bz2 share/doc/HTML/es/kcontrol/solid-device-automounter/index.docbook share/doc/HTML/es/kcontrol/solid-hardware/common share/doc/HTML/es/kcontrol/solid-hardware/index.cache.bz2 share/doc/HTML/es/kcontrol/solid-hardware/index.docbook share/doc/HTML/es/kcontrol/spellchecking/common share/doc/HTML/es/kcontrol/spellchecking/index.cache.bz2 share/doc/HTML/es/kcontrol/spellchecking/index.docbook share/doc/HTML/es/kcontrol/splashscreen/common share/doc/HTML/es/kcontrol/splashscreen/index.cache.bz2 share/doc/HTML/es/kcontrol/splashscreen/index.docbook share/doc/HTML/es/kcontrol/trash/common share/doc/HTML/es/kcontrol/trash/index.cache.bz2 share/doc/HTML/es/kcontrol/trash/index.docbook share/doc/HTML/es/kcontrol/useragent/common share/doc/HTML/es/kcontrol/useragent/index.cache.bz2 share/doc/HTML/es/kcontrol/useragent/index.docbook share/doc/HTML/es/kcontrol/windowbehaviour/common share/doc/HTML/es/kcontrol/windowbehaviour/index.cache.bz2 share/doc/HTML/es/kcontrol/windowbehaviour/index.docbook share/doc/HTML/es/kcontrol/windowspecific/common share/doc/HTML/es/kcontrol/windowspecific/index.cache.bz2 share/doc/HTML/es/kcontrol/windowspecific/index.docbook share/doc/HTML/es/kcontrol/workspaceoptions/common share/doc/HTML/es/kcontrol/workspaceoptions/index.cache.bz2 share/doc/HTML/es/kcontrol/workspaceoptions/index.docbook share/doc/HTML/es/kcron/common share/doc/HTML/es/kcron/index.cache.bz2 share/doc/HTML/es/kcron/index.docbook share/doc/HTML/es/kcron/kcronstart.png share/doc/HTML/es/kcron/newtask.png share/doc/HTML/es/kcron/newvariable.png share/doc/HTML/es/kcron/print.png share/doc/HTML/es/kdebugdialog/common share/doc/HTML/es/kdebugdialog/index.cache.bz2 share/doc/HTML/es/kdebugdialog/index.docbook share/doc/HTML/es/kdepasswd/common share/doc/HTML/es/kdepasswd/index.cache.bz2 share/doc/HTML/es/kdepasswd/index.docbook share/doc/HTML/es/kdesu/common share/doc/HTML/es/kdesu/index.cache.bz2 share/doc/HTML/es/kdesu/index.docbook share/doc/HTML/es/kdesu/man-kdesu.1.docbook share/doc/HTML/es/kdf/common share/doc/HTML/es/kdf/index.cache.bz2 share/doc/HTML/es/kdf/index.docbook share/doc/HTML/es/kdf/kdf.png share/doc/HTML/es/kdf/kdf_config.png share/doc/HTML/es/kdiamond/common share/doc/HTML/es/kdiamond/index.cache.bz2 share/doc/HTML/es/kdiamond/index.docbook share/doc/HTML/es/kdm/common share/doc/HTML/es/kdm/index.cache.bz2 share/doc/HTML/es/kdm/index.docbook share/doc/HTML/es/kdm/kdmrc-ref.docbook share/doc/HTML/es/kdm/theme-ref.docbook share/doc/HTML/es/kfilereplace/common share/doc/HTML/es/kfilereplace/index.cache.bz2 share/doc/HTML/es/kfilereplace/index.docbook share/doc/HTML/es/kfind/common share/doc/HTML/es/kfind/index.cache.bz2 share/doc/HTML/es/kfind/index.docbook share/doc/HTML/es/kfind/man-kfind.1.docbook share/doc/HTML/es/kfloppy/common share/doc/HTML/es/kfloppy/index.cache.bz2 share/doc/HTML/es/kfloppy/index.docbook share/doc/HTML/es/kfourinline/common share/doc/HTML/es/kfourinline/index.cache.bz2 share/doc/HTML/es/kfourinline/index.docbook share/doc/HTML/es/kgeography/common share/doc/HTML/es/kgeography/index.cache.bz2 share/doc/HTML/es/kgeography/index.docbook share/doc/HTML/es/kget/common share/doc/HTML/es/kget/file.png share/doc/HTML/es/kget/import_link.png share/doc/HTML/es/kget/index.cache.bz2 share/doc/HTML/es/kget/index.docbook share/doc/HTML/es/kget/kget_Advanced.png share/doc/HTML/es/kget/kget_Appearance.png share/doc/HTML/es/kget/kget_Network.png share/doc/HTML/es/kget/kget_Web_Interface.png share/doc/HTML/es/kget/kget_drop_target.png share/doc/HTML/es/kget/kget_group.png share/doc/HTML/es/kget/kget_groups.png share/doc/HTML/es/kget/kget_plugins.png share/doc/HTML/es/kget/kget_transfer_hostory.png share/doc/HTML/es/kget/kget_verification.png share/doc/HTML/es/kget/metalink0.png share/doc/HTML/es/kget/metalink1.png share/doc/HTML/es/kget/metalink2.png share/doc/HTML/es/kget/metalink3.png share/doc/HTML/es/kgoldrunner/common share/doc/HTML/es/kgoldrunner/index.cache.bz2 share/doc/HTML/es/kgoldrunner/index.docbook share/doc/HTML/es/kgpg/common share/doc/HTML/es/kgpg/editor.png share/doc/HTML/es/kgpg/index.cache.bz2 share/doc/HTML/es/kgpg/index.docbook share/doc/HTML/es/kgpg/keygen.png share/doc/HTML/es/kgpg/keymanage.png share/doc/HTML/es/kgpg/keys.png share/doc/HTML/es/kgpg/options.png share/doc/HTML/es/khangman/common share/doc/HTML/es/khangman/getnewstuff.png share/doc/HTML/es/khangman/index.cache.bz2 share/doc/HTML/es/khangman/index.docbook share/doc/HTML/es/khangman/khangman-desert.png share/doc/HTML/es/khangman/khangman-main.png share/doc/HTML/es/khangman/man-khangman.6.docbook share/doc/HTML/es/khangman/settings-general.png share/doc/HTML/es/khangman/settings-languages.png share/doc/HTML/es/khangman/settings-timers.png share/doc/HTML/es/khelpcenter/common share/doc/HTML/es/khelpcenter/documentationnotfound/common share/doc/HTML/es/khelpcenter/documentationnotfound/index.cache.bz2 share/doc/HTML/es/khelpcenter/documentationnotfound/index.docbook share/doc/HTML/es/khelpcenter/glossary/common share/doc/HTML/es/khelpcenter/glossary/index.cache.bz2 share/doc/HTML/es/khelpcenter/glossary/index.docbook share/doc/HTML/es/khelpcenter/glossary/kdeprintingglossary.docbook share/doc/HTML/es/khelpcenter/index.cache.bz2 share/doc/HTML/es/khelpcenter/index.docbook share/doc/HTML/es/khelpcenter/khelpcenter.png share/doc/HTML/es/kig/common share/doc/HTML/es/kig/constructed_a_point.png share/doc/HTML/es/kig/constructed_script_object.png share/doc/HTML/es/kig/constructing_a_circle.png share/doc/HTML/es/kig/constructing_a_circle_2.png share/doc/HTML/es/kig/edit_types_dialog.png share/doc/HTML/es/kig/index.cache.bz2 share/doc/HTML/es/kig/index.docbook share/doc/HTML/es/kig/macro_wizard.png share/doc/HTML/es/kig/macros_at_work.png share/doc/HTML/es/kig/man-kig.1.docbook share/doc/HTML/es/kig/script_wizard.png share/doc/HTML/es/kig/script_wizard_entering_code.png share/doc/HTML/es/kig/selecting_objects.png share/doc/HTML/es/kig/simple_locus_construction.png share/doc/HTML/es/kig/test_run_macro.png share/doc/HTML/es/kig/text_label_attaching.png share/doc/HTML/es/kig/text_label_wizard.png share/doc/HTML/es/kig/text_label_wizard__select_property.png share/doc/HTML/es/kigo/common share/doc/HTML/es/kigo/index.cache.bz2 share/doc/HTML/es/kigo/index.docbook share/doc/HTML/es/killbots/common share/doc/HTML/es/killbots/index.cache.bz2 share/doc/HTML/es/killbots/index.docbook share/doc/HTML/es/kimagemapeditor/common share/doc/HTML/es/kimagemapeditor/index.cache.bz2 share/doc/HTML/es/kimagemapeditor/index.docbook share/doc/HTML/es/kinfocenter/common share/doc/HTML/es/kinfocenter/index.cache.bz2 share/doc/HTML/es/kinfocenter/index.docbook share/doc/HTML/es/kioslave/audiocd/common share/doc/HTML/es/kioslave/audiocd/index.cache.bz2 share/doc/HTML/es/kioslave/audiocd/index.docbook share/doc/HTML/es/kioslave/bookmarks/common share/doc/HTML/es/kioslave/bookmarks/index.cache.bz2 share/doc/HTML/es/kioslave/bookmarks/index.docbook share/doc/HTML/es/kioslave/bzip2/common share/doc/HTML/es/kioslave/bzip2/index.cache.bz2 share/doc/HTML/es/kioslave/bzip2/index.docbook share/doc/HTML/es/kioslave/cgi/common share/doc/HTML/es/kioslave/cgi/index.cache.bz2 share/doc/HTML/es/kioslave/cgi/index.docbook share/doc/HTML/es/kioslave/data/common share/doc/HTML/es/kioslave/data/index.cache.bz2 share/doc/HTML/es/kioslave/data/index.docbook share/doc/HTML/es/kioslave/file/common share/doc/HTML/es/kioslave/file/index.cache.bz2 share/doc/HTML/es/kioslave/file/index.docbook share/doc/HTML/es/kioslave/finger/common share/doc/HTML/es/kioslave/finger/index.cache.bz2 share/doc/HTML/es/kioslave/finger/index.docbook share/doc/HTML/es/kioslave/fish/common share/doc/HTML/es/kioslave/fish/index.cache.bz2 share/doc/HTML/es/kioslave/fish/index.docbook share/doc/HTML/es/kioslave/floppy/common share/doc/HTML/es/kioslave/floppy/index.cache.bz2 share/doc/HTML/es/kioslave/floppy/index.docbook share/doc/HTML/es/kioslave/ftp/common share/doc/HTML/es/kioslave/ftp/index.cache.bz2 share/doc/HTML/es/kioslave/ftp/index.docbook share/doc/HTML/es/kioslave/gzip/common share/doc/HTML/es/kioslave/gzip/index.cache.bz2 share/doc/HTML/es/kioslave/gzip/index.docbook share/doc/HTML/es/kioslave/help/common share/doc/HTML/es/kioslave/help/index.cache.bz2 share/doc/HTML/es/kioslave/help/index.docbook share/doc/HTML/es/kioslave/http/common share/doc/HTML/es/kioslave/http/index.cache.bz2 share/doc/HTML/es/kioslave/http/index.docbook share/doc/HTML/es/kioslave/imap/common share/doc/HTML/es/kioslave/imap/index.cache.bz2 share/doc/HTML/es/kioslave/imap/index.docbook share/doc/HTML/es/kioslave/info/common share/doc/HTML/es/kioslave/info/index.cache.bz2 share/doc/HTML/es/kioslave/info/index.docbook share/doc/HTML/es/kioslave/ldap/common share/doc/HTML/es/kioslave/ldap/index.cache.bz2 share/doc/HTML/es/kioslave/ldap/index.docbook share/doc/HTML/es/kioslave/mailto/common share/doc/HTML/es/kioslave/mailto/index.cache.bz2 share/doc/HTML/es/kioslave/mailto/index.docbook share/doc/HTML/es/kioslave/man/common share/doc/HTML/es/kioslave/man/index.cache.bz2 share/doc/HTML/es/kioslave/man/index.docbook share/doc/HTML/es/kioslave/mbox/common share/doc/HTML/es/kioslave/mbox/index.cache.bz2 share/doc/HTML/es/kioslave/mbox/index.docbook share/doc/HTML/es/kioslave/nepomuksearch/common share/doc/HTML/es/kioslave/nepomuksearch/index.cache.bz2 share/doc/HTML/es/kioslave/nepomuksearch/index.docbook share/doc/HTML/es/kioslave/network/common share/doc/HTML/es/kioslave/network/index.cache.bz2 share/doc/HTML/es/kioslave/network/index.docbook share/doc/HTML/es/kioslave/news/common share/doc/HTML/es/kioslave/news/index.cache.bz2 share/doc/HTML/es/kioslave/news/index.docbook share/doc/HTML/es/kioslave/nfs/common share/doc/HTML/es/kioslave/nfs/index.cache.bz2 share/doc/HTML/es/kioslave/nfs/index.docbook share/doc/HTML/es/kioslave/nntp/common share/doc/HTML/es/kioslave/nntp/index.cache.bz2 share/doc/HTML/es/kioslave/nntp/index.docbook share/doc/HTML/es/kioslave/pop3/common share/doc/HTML/es/kioslave/pop3/index.cache.bz2 share/doc/HTML/es/kioslave/pop3/index.docbook share/doc/HTML/es/kioslave/rlogin/common share/doc/HTML/es/kioslave/rlogin/index.cache.bz2 share/doc/HTML/es/kioslave/rlogin/index.docbook share/doc/HTML/es/kioslave/sftp/common share/doc/HTML/es/kioslave/sftp/index.cache.bz2 share/doc/HTML/es/kioslave/sftp/index.docbook share/doc/HTML/es/kioslave/sieve/common share/doc/HTML/es/kioslave/sieve/index.cache.bz2 share/doc/HTML/es/kioslave/sieve/index.docbook share/doc/HTML/es/kioslave/smb/common share/doc/HTML/es/kioslave/smb/index.cache.bz2 share/doc/HTML/es/kioslave/smb/index.docbook share/doc/HTML/es/kioslave/smtp/common share/doc/HTML/es/kioslave/smtp/index.cache.bz2 share/doc/HTML/es/kioslave/smtp/index.docbook share/doc/HTML/es/kioslave/tar/common share/doc/HTML/es/kioslave/tar/index.cache.bz2 share/doc/HTML/es/kioslave/tar/index.docbook share/doc/HTML/es/kioslave/telnet/common share/doc/HTML/es/kioslave/telnet/index.cache.bz2 share/doc/HTML/es/kioslave/telnet/index.docbook share/doc/HTML/es/kioslave/thumbnail/common share/doc/HTML/es/kioslave/thumbnail/index.cache.bz2 share/doc/HTML/es/kioslave/thumbnail/index.docbook share/doc/HTML/es/kioslave/webdav/common share/doc/HTML/es/kioslave/webdav/index.cache.bz2 share/doc/HTML/es/kioslave/webdav/index.docbook share/doc/HTML/es/kioslave/xz/common share/doc/HTML/es/kioslave/xz/index.cache.bz2 share/doc/HTML/es/kioslave/xz/index.docbook share/doc/HTML/es/kiriki/common share/doc/HTML/es/kiriki/index.cache.bz2 share/doc/HTML/es/kiriki/index.docbook share/doc/HTML/es/kiten/common share/doc/HTML/es/kiten/index.cache.bz2 share/doc/HTML/es/kiten/index.docbook share/doc/HTML/es/kjots/common share/doc/HTML/es/kjots/index.cache.bz2 share/doc/HTML/es/kjots/index.docbook share/doc/HTML/es/kjumpingcube/common share/doc/HTML/es/kjumpingcube/index.cache.bz2 share/doc/HTML/es/kjumpingcube/index.docbook share/doc/HTML/es/kleopatra/common share/doc/HTML/es/kleopatra/index.cache.bz2 share/doc/HTML/es/kleopatra/index.docbook share/doc/HTML/es/klettres/common share/doc/HTML/es/klettres/index.cache.bz2 share/doc/HTML/es/klettres/index.docbook share/doc/HTML/es/klettres/klettres-newstuff.png share/doc/HTML/es/klettres/klettres-newstuff1.png share/doc/HTML/es/klettres/klettres-newstuff2.png share/doc/HTML/es/klettres/klettres1.png share/doc/HTML/es/klettres/klettres2.png share/doc/HTML/es/klettres/klettres3.png share/doc/HTML/es/klettres/klettres4.png share/doc/HTML/es/klettres/klettres5.png share/doc/HTML/es/klettres/klettres6.png share/doc/HTML/es/klickety/common share/doc/HTML/es/klickety/index.cache.bz2 share/doc/HTML/es/klickety/index.docbook share/doc/HTML/es/klines/common share/doc/HTML/es/klines/index.cache.bz2 share/doc/HTML/es/klines/index.docbook share/doc/HTML/es/klinkstatus/common share/doc/HTML/es/klinkstatus/index.cache.bz2 share/doc/HTML/es/klinkstatus/index.docbook share/doc/HTML/es/klipper/common share/doc/HTML/es/klipper/index.cache.bz2 share/doc/HTML/es/klipper/index.docbook share/doc/HTML/es/klipper/screenshot.png share/doc/HTML/es/kmag/common share/doc/HTML/es/kmag/index.cache.bz2 share/doc/HTML/es/kmag/index.docbook share/doc/HTML/es/kmag/man-kmag.1.docbook share/doc/HTML/es/kmag/screenshot.png share/doc/HTML/es/kmahjongg/common share/doc/HTML/es/kmahjongg/index.cache.bz2 share/doc/HTML/es/kmahjongg/index.docbook share/doc/HTML/es/kmail/common share/doc/HTML/es/kmail/configure.docbook share/doc/HTML/es/kmail/credits-and-licenses.docbook share/doc/HTML/es/kmail/faq.docbook share/doc/HTML/es/kmail/getting-started.docbook share/doc/HTML/es/kmail/importing.docbook share/doc/HTML/es/kmail/index.cache.bz2 share/doc/HTML/es/kmail/index.docbook share/doc/HTML/es/kmail/intro.docbook share/doc/HTML/es/kmail/menus.docbook share/doc/HTML/es/kmail/troubleshooting.docbook share/doc/HTML/es/kmail/using-kmail.docbook share/doc/HTML/es/kmenuedit/common share/doc/HTML/es/kmenuedit/index.cache.bz2 share/doc/HTML/es/kmenuedit/index.docbook share/doc/HTML/es/kmines/common share/doc/HTML/es/kmines/index.cache.bz2 share/doc/HTML/es/kmines/index.docbook share/doc/HTML/es/kmines/kmines1.png share/doc/HTML/es/kmines/kmines2.png share/doc/HTML/es/kmix/common share/doc/HTML/es/kmix/index.cache.bz2 share/doc/HTML/es/kmix/index.docbook share/doc/HTML/es/kmix/kmix-channels.png share/doc/HTML/es/kmix/kmix-configure.png share/doc/HTML/es/kmix/kmix-file.png share/doc/HTML/es/kmix/kmix-master.png share/doc/HTML/es/kmix/kmix-options.png share/doc/HTML/es/kmix/kmix.png share/doc/HTML/es/kmousetool/common share/doc/HTML/es/kmousetool/index.cache.bz2 share/doc/HTML/es/kmousetool/index.docbook share/doc/HTML/es/kmousetool/man-kmousetool.1.docbook share/doc/HTML/es/kmouth/common share/doc/HTML/es/kmouth/index.cache.bz2 share/doc/HTML/es/kmouth/index.docbook share/doc/HTML/es/kmouth/kmouthcpref.png share/doc/HTML/es/kmouth/kmouthctts.png share/doc/HTML/es/kmouth/kmouthcwcp.png share/doc/HTML/es/kmouth/kmouthedit.png share/doc/HTML/es/kmouth/kmouthmain.png share/doc/HTML/es/kmouth/man-kmouth.1.docbook share/doc/HTML/es/kmplot/commands.docbook share/doc/HTML/es/kmplot/common share/doc/HTML/es/kmplot/configuration.docbook share/doc/HTML/es/kmplot/credits.docbook share/doc/HTML/es/kmplot/dcop.docbook share/doc/HTML/es/kmplot/developer.docbook share/doc/HTML/es/kmplot/edu-logo.png share/doc/HTML/es/kmplot/firststeps.docbook share/doc/HTML/es/kmplot/index.cache.bz2 share/doc/HTML/es/kmplot/index.docbook share/doc/HTML/es/kmplot/install.docbook share/doc/HTML/es/kmplot/introduction.docbook share/doc/HTML/es/kmplot/kfkt.png share/doc/HTML/es/kmplot/ksys1.png share/doc/HTML/es/kmplot/ksys2.png share/doc/HTML/es/kmplot/ksys3.png share/doc/HTML/es/kmplot/main.png share/doc/HTML/es/kmplot/man-kmplot.1.docbook share/doc/HTML/es/kmplot/reference.docbook share/doc/HTML/es/kmplot/threeplots.png share/doc/HTML/es/kmplot/using.docbook share/doc/HTML/es/knetattach/common share/doc/HTML/es/knetattach/index.cache.bz2 share/doc/HTML/es/knetattach/index.docbook share/doc/HTML/es/knetattach/screenshot.png share/doc/HTML/es/knetwalk/common share/doc/HTML/es/knetwalk/index.cache.bz2 share/doc/HTML/es/knetwalk/index.docbook share/doc/HTML/es/knode/commands.docbook share/doc/HTML/es/knode/common share/doc/HTML/es/knode/credits.docbook share/doc/HTML/es/knode/eyes.png share/doc/HTML/es/knode/faq.docbook share/doc/HTML/es/knode/gloss.docbook share/doc/HTML/es/knode/greyball.png share/doc/HTML/es/knode/greyballchk.png share/doc/HTML/es/knode/index.cache.bz2 share/doc/HTML/es/knode/index.docbook share/doc/HTML/es/knode/install.docbook share/doc/HTML/es/knode/introduction.docbook share/doc/HTML/es/knode/journey.docbook share/doc/HTML/es/knode/knode-cleanup.png share/doc/HTML/es/knode/knode-colors-fonts.png share/doc/HTML/es/knode/knode-composer-attachments.png share/doc/HTML/es/knode/knode-composer-settings.png share/doc/HTML/es/knode/knode-edit-filter.png share/doc/HTML/es/knode/knode-edit-header1.png share/doc/HTML/es/knode/knode-edit-header2.png share/doc/HTML/es/knode/knode-filters.png share/doc/HTML/es/knode/knode-followup.png share/doc/HTML/es/knode/knode-header-settings.png share/doc/HTML/es/knode/knode-identity.png share/doc/HTML/es/knode/knode-mail-account.png share/doc/HTML/es/knode/knode-new-article.png share/doc/HTML/es/knode/knode-news-account.png share/doc/HTML/es/knode/knode-post-settings.png share/doc/HTML/es/knode/knode-read-news-appearance-dialog.png share/doc/HTML/es/knode/knode-read-news-settings.png share/doc/HTML/es/knode/knode-reply.png share/doc/HTML/es/knode/knode-rule-editor.png share/doc/HTML/es/knode/knode-search.png share/doc/HTML/es/knode/knode-start.png share/doc/HTML/es/knode/knode-subscribe.png share/doc/HTML/es/knode/knode-views.png share/doc/HTML/es/knode/more.docbook share/doc/HTML/es/knode/newsubs.png share/doc/HTML/es/knode/redball.png share/doc/HTML/es/knode/redballchk.png share/doc/HTML/es/knode/using-firststart.docbook share/doc/HTML/es/knode/using-morefeatures.docbook share/doc/HTML/es/knode/using-subscribing.docbook share/doc/HTML/es/knotes/common share/doc/HTML/es/knotes/index.cache.bz2 share/doc/HTML/es/knotes/index.docbook share/doc/HTML/es/kolf/common share/doc/HTML/es/kolf/index.cache.bz2 share/doc/HTML/es/kolf/index.docbook share/doc/HTML/es/kollision/common share/doc/HTML/es/kollision/index.cache.bz2 share/doc/HTML/es/kollision/index.docbook share/doc/HTML/es/kolourpaint/brush_shapes.png share/doc/HTML/es/kolourpaint/color_box.png share/doc/HTML/es/kolourpaint/common share/doc/HTML/es/kolourpaint/eraser_shapes.png share/doc/HTML/es/kolourpaint/fcc_std_text.png share/doc/HTML/es/kolourpaint/fcc_trans_text.png share/doc/HTML/es/kolourpaint/fill_color_similarity.png share/doc/HTML/es/kolourpaint/fill_style.png share/doc/HTML/es/kolourpaint/image_balance.png share/doc/HTML/es/kolourpaint/image_emboss.png share/doc/HTML/es/kolourpaint/image_flatten.png share/doc/HTML/es/kolourpaint/image_invert.png share/doc/HTML/es/kolourpaint/image_reduce_colors.png share/doc/HTML/es/kolourpaint/image_resize_scale.png share/doc/HTML/es/kolourpaint/image_rotate.png share/doc/HTML/es/kolourpaint/image_skew.png share/doc/HTML/es/kolourpaint/image_soften_sharpen.png share/doc/HTML/es/kolourpaint/index.cache.bz2 share/doc/HTML/es/kolourpaint/index.docbook share/doc/HTML/es/kolourpaint/line_width.png share/doc/HTML/es/kolourpaint/lines_30_45_deg.png share/doc/HTML/es/kolourpaint/lines_30_deg.png share/doc/HTML/es/kolourpaint/lines_45_deg.png share/doc/HTML/es/kolourpaint/rotate_image_30.png share/doc/HTML/es/kolourpaint/rotate_selection_30.png share/doc/HTML/es/kolourpaint/selections_opaque_transparent.png share/doc/HTML/es/kolourpaint/spraycan_patterns.png share/doc/HTML/es/kolourpaint/text_zoom_grid.png share/doc/HTML/es/kolourpaint/tool_brush.png share/doc/HTML/es/kolourpaint/tool_color_picker.png share/doc/HTML/es/kolourpaint/tool_color_washer.png share/doc/HTML/es/kolourpaint/tool_curve.png share/doc/HTML/es/kolourpaint/tool_ellipse.png share/doc/HTML/es/kolourpaint/tool_elliptical_selection.png share/doc/HTML/es/kolourpaint/tool_eraser.png share/doc/HTML/es/kolourpaint/tool_flood_fill.png share/doc/HTML/es/kolourpaint/tool_free_form_selection.png share/doc/HTML/es/kolourpaint/tool_line.png share/doc/HTML/es/kolourpaint/tool_pen.png share/doc/HTML/es/kolourpaint/tool_polygon.png share/doc/HTML/es/kolourpaint/tool_polyline.png share/doc/HTML/es/kolourpaint/tool_polystar.png share/doc/HTML/es/kolourpaint/tool_rect_selection.png share/doc/HTML/es/kolourpaint/tool_rectangle.png share/doc/HTML/es/kolourpaint/tool_rectangles.png share/doc/HTML/es/kolourpaint/tool_rounded_rectangle.png share/doc/HTML/es/kolourpaint/tool_selections.png share/doc/HTML/es/kolourpaint/tool_spraycan.png share/doc/HTML/es/kolourpaint/tool_text.png share/doc/HTML/es/kolourpaint/view_thumbnails.png share/doc/HTML/es/kommander/basics.docbook share/doc/HTML/es/kommander/commands.docbook share/doc/HTML/es/kommander/common share/doc/HTML/es/kommander/credits.docbook share/doc/HTML/es/kommander/dcop.docbook share/doc/HTML/es/kommander/editor.docbook share/doc/HTML/es/kommander/extending.docbook share/doc/HTML/es/kommander/glossary.docbook share/doc/HTML/es/kommander/index.cache.bz2 share/doc/HTML/es/kommander/index.docbook share/doc/HTML/es/kommander/installation.docbook share/doc/HTML/es/kommander/introduction.docbook share/doc/HTML/es/kommander/q-and-a.docbook share/doc/HTML/es/kommander/specials.docbook share/doc/HTML/es/kommander/tutorials.docbook share/doc/HTML/es/kommander/widgets.docbook share/doc/HTML/es/kompare/common share/doc/HTML/es/kompare/index.cache.bz2 share/doc/HTML/es/kompare/index.docbook share/doc/HTML/es/konqueror/basics.docbook share/doc/HTML/es/konqueror/bookmarks.docbook share/doc/HTML/es/konqueror/browser.docbook share/doc/HTML/es/konqueror/cmndline.png share/doc/HTML/es/konqueror/commands.docbook share/doc/HTML/es/konqueror/common share/doc/HTML/es/konqueror/config.docbook share/doc/HTML/es/konqueror/credits.docbook share/doc/HTML/es/konqueror/dirtree.png share/doc/HTML/es/konqueror/dragdrop.png share/doc/HTML/es/konqueror/faq.docbook share/doc/HTML/es/konqueror/filemanager.docbook share/doc/HTML/es/konqueror/index.cache.bz2 share/doc/HTML/es/konqueror/index.docbook share/doc/HTML/es/konqueror/introduction.docbook share/doc/HTML/es/konqueror/konqorg.png share/doc/HTML/es/konqueror/man-kbookmarkmerger.1.docbook share/doc/HTML/es/konqueror/parts.png share/doc/HTML/es/konqueror/path-complete.docbook share/doc/HTML/es/konqueror/plugins.docbook share/doc/HTML/es/konqueror/save-settings.docbook share/doc/HTML/es/konqueror/shortcut1.png share/doc/HTML/es/konqueror/shortcut2.png share/doc/HTML/es/konqueror/sidebar.docbook share/doc/HTML/es/konqueror/view-extensions.docbook share/doc/HTML/es/konquest/common share/doc/HTML/es/konquest/index.cache.bz2 share/doc/HTML/es/konquest/index.docbook share/doc/HTML/es/konsole/common share/doc/HTML/es/konsole/index.cache.bz2 share/doc/HTML/es/konsole/index.docbook share/doc/HTML/es/konsole/konsole.png share/doc/HTML/es/konsole/tabbar.png share/doc/HTML/es/konsolekalendar/common share/doc/HTML/es/konsolekalendar/index.cache.bz2 share/doc/HTML/es/konsolekalendar/index.docbook share/doc/HTML/es/kontact-admin/common share/doc/HTML/es/kontact-admin/index.cache.bz2 share/doc/HTML/es/kontact-admin/index.docbook share/doc/HTML/es/kontact/calendar-sidebar-icon.png share/doc/HTML/es/kontact/common share/doc/HTML/es/kontact/configuration-main.png share/doc/HTML/es/kontact/configuration-starting-component.png share/doc/HTML/es/kontact/index.cache.bz2 share/doc/HTML/es/kontact/index.docbook share/doc/HTML/es/kontact/kaddressbook-sidebar-icon.png share/doc/HTML/es/kontact/main-view.png share/doc/HTML/es/kontact/menu-bar-kmail.png share/doc/HTML/es/kontact/menu-bar-korganizer.png share/doc/HTML/es/kontact/menu-bar-summary.png share/doc/HTML/es/kontact/new-menu.png share/doc/HTML/es/kontact/settings-menu-kmail.png share/doc/HTML/es/kontact/side-pane.png share/doc/HTML/es/kontact/summary-view-calendar.png share/doc/HTML/es/kontact/summary-view-mail.png share/doc/HTML/es/kontact/summary-view-notes.png share/doc/HTML/es/kontact/summary-view-repositioning.png share/doc/HTML/es/kontact/summary-view-todos.png share/doc/HTML/es/kontact/summary-view.png share/doc/HTML/es/kontact/todo-list-sidebar-icon.png share/doc/HTML/es/kopete/chatstyle.docbook share/doc/HTML/es/kopete/common share/doc/HTML/es/kopete/icq.docbook share/doc/HTML/es/kopete/index.cache.bz2 share/doc/HTML/es/kopete/index.docbook share/doc/HTML/es/kopete/jabber.docbook share/doc/HTML/es/kopete/menus.docbook share/doc/HTML/es/kopete/otr-auth-1.png share/doc/HTML/es/kopete/pipes.docbook share/doc/HTML/es/korganizer/common share/doc/HTML/es/korganizer/event-attachments.png share/doc/HTML/es/korganizer/event-attendees.png share/doc/HTML/es/korganizer/event-general.png share/doc/HTML/es/korganizer/event-recurrence.png share/doc/HTML/es/korganizer/groupevent.png share/doc/HTML/es/korganizer/index.cache.bz2 share/doc/HTML/es/korganizer/index.docbook share/doc/HTML/es/korganizer/korganizer-resource.png share/doc/HTML/es/korganizer/organizer.png share/doc/HTML/es/korganizer/remotefile-resource.png share/doc/HTML/es/korganizer/todo-general.png share/doc/HTML/es/kpat/common share/doc/HTML/es/kpat/index.cache.bz2 share/doc/HTML/es/kpat/index.docbook share/doc/HTML/es/kpat/man-kpat.6.docbook share/doc/HTML/es/kppp/accounting.docbook share/doc/HTML/es/kppp/callback.docbook share/doc/HTML/es/kppp/chap.docbook share/doc/HTML/es/kppp/common share/doc/HTML/es/kppp/dialog-setup.docbook share/doc/HTML/es/kppp/getting-online.docbook share/doc/HTML/es/kppp/global-settings.docbook share/doc/HTML/es/kppp/hayes.docbook share/doc/HTML/es/kppp/index.cache.bz2 share/doc/HTML/es/kppp/index.docbook share/doc/HTML/es/kppp/kppp-faq.docbook share/doc/HTML/es/kppp/security.docbook share/doc/HTML/es/kppp/tricks.docbook share/doc/HTML/es/kppp/wizard.docbook share/doc/HTML/es/krdc/common share/doc/HTML/es/krdc/index.cache.bz2 share/doc/HTML/es/krdc/index.docbook share/doc/HTML/es/kreversi/common share/doc/HTML/es/kreversi/index.cache.bz2 share/doc/HTML/es/kreversi/index.docbook share/doc/HTML/es/krfb/common share/doc/HTML/es/krfb/index.cache.bz2 share/doc/HTML/es/krfb/index.docbook share/doc/HTML/es/kruler/common share/doc/HTML/es/kruler/index.cache.bz2 share/doc/HTML/es/kruler/index.docbook share/doc/HTML/es/kruler/kruler.png share/doc/HTML/es/kshisen/common share/doc/HTML/es/kshisen/index.cache.bz2 share/doc/HTML/es/kshisen/index.docbook share/doc/HTML/es/ksirk/common share/doc/HTML/es/ksirk/index.cache.bz2 share/doc/HTML/es/ksirk/index.docbook share/doc/HTML/es/ksirkskineditor/common share/doc/HTML/es/ksirkskineditor/index.cache.bz2 share/doc/HTML/es/ksirkskineditor/index.docbook share/doc/HTML/es/ksnapshot/common share/doc/HTML/es/ksnapshot/index.cache.bz2 share/doc/HTML/es/ksnapshot/index.docbook share/doc/HTML/es/ksnapshot/preview.png share/doc/HTML/es/ksnapshot/window.png share/doc/HTML/es/kspaceduel/common share/doc/HTML/es/kspaceduel/index.cache.bz2 share/doc/HTML/es/kspaceduel/index.docbook share/doc/HTML/es/ksquares/common share/doc/HTML/es/ksquares/index.cache.bz2 share/doc/HTML/es/ksquares/index.docbook share/doc/HTML/es/kstars/aavso.png share/doc/HTML/es/kstars/ai-contents.docbook share/doc/HTML/es/kstars/altvstime.docbook share/doc/HTML/es/kstars/altvstime.png share/doc/HTML/es/kstars/astroinfo.docbook share/doc/HTML/es/kstars/blackbody.docbook share/doc/HTML/es/kstars/blackbody.png share/doc/HTML/es/kstars/calc-angdist.docbook share/doc/HTML/es/kstars/calc-angdist.png share/doc/HTML/es/kstars/calc-apcoords.docbook share/doc/HTML/es/kstars/calc-apcoords.png share/doc/HTML/es/kstars/calc-dayduration.docbook share/doc/HTML/es/kstars/calc-ecliptic.docbook share/doc/HTML/es/kstars/calc-ecliptic.png share/doc/HTML/es/kstars/calc-eqgal.docbook share/doc/HTML/es/kstars/calc-eqgal.png share/doc/HTML/es/kstars/calc-equinox.docbook share/doc/HTML/es/kstars/calc-equinox.png share/doc/HTML/es/kstars/calc-geodetic.docbook share/doc/HTML/es/kstars/calc-geodetic.png share/doc/HTML/es/kstars/calc-horizontal.docbook share/doc/HTML/es/kstars/calc-horizontal.png share/doc/HTML/es/kstars/calc-julian.png share/doc/HTML/es/kstars/calc-julianday.docbook share/doc/HTML/es/kstars/calc-planetcoords.docbook share/doc/HTML/es/kstars/calc-planetcoords.png share/doc/HTML/es/kstars/calc-sidereal.docbook share/doc/HTML/es/kstars/calc-sidereal.png share/doc/HTML/es/kstars/calculator.docbook share/doc/HTML/es/kstars/cequator.docbook share/doc/HTML/es/kstars/color_indices.png share/doc/HTML/es/kstars/colorandtemp.docbook share/doc/HTML/es/kstars/commands.docbook share/doc/HTML/es/kstars/common share/doc/HTML/es/kstars/config.docbook share/doc/HTML/es/kstars/cosmicdist.docbook share/doc/HTML/es/kstars/cpoles.docbook share/doc/HTML/es/kstars/credits.docbook share/doc/HTML/es/kstars/csphere.docbook share/doc/HTML/es/kstars/darkmatter.docbook share/doc/HTML/es/kstars/detaildialog.png share/doc/HTML/es/kstars/details.docbook share/doc/HTML/es/kstars/dumpmode.docbook share/doc/HTML/es/kstars/ecliptic.docbook share/doc/HTML/es/kstars/ellipticalgalaxies.docbook share/doc/HTML/es/kstars/epoch.docbook share/doc/HTML/es/kstars/equinox.docbook share/doc/HTML/es/kstars/faq.docbook share/doc/HTML/es/kstars/find.png share/doc/HTML/es/kstars/fitsviewer.docbook share/doc/HTML/es/kstars/flux.docbook share/doc/HTML/es/kstars/fovdialog.png share/doc/HTML/es/kstars/geocoords.docbook share/doc/HTML/es/kstars/geolocator.png share/doc/HTML/es/kstars/greatcircle.docbook share/doc/HTML/es/kstars/horizon.docbook share/doc/HTML/es/kstars/hourangle.docbook share/doc/HTML/es/kstars/index.cache.bz2 share/doc/HTML/es/kstars/index.docbook share/doc/HTML/es/kstars/indi.docbook share/doc/HTML/es/kstars/indiclient.png share/doc/HTML/es/kstars/install.docbook share/doc/HTML/es/kstars/jmoons.docbook share/doc/HTML/es/kstars/jmoons.png share/doc/HTML/es/kstars/julianday.docbook share/doc/HTML/es/kstars/kepler2nd.png share/doc/HTML/es/kstars/leapyear.docbook share/doc/HTML/es/kstars/lightcurves.docbook share/doc/HTML/es/kstars/luminosity.docbook share/doc/HTML/es/kstars/magnitude.docbook share/doc/HTML/es/kstars/meridian.docbook share/doc/HTML/es/kstars/newfov.png share/doc/HTML/es/kstars/observinglist.docbook share/doc/HTML/es/kstars/obsplanner.docbook share/doc/HTML/es/kstars/parallax.docbook share/doc/HTML/es/kstars/precession.docbook share/doc/HTML/es/kstars/quicktour.docbook share/doc/HTML/es/kstars/retrograde.docbook share/doc/HTML/es/kstars/scriptbuilder.docbook share/doc/HTML/es/kstars/sidereal.docbook share/doc/HTML/es/kstars/skycoords.docbook share/doc/HTML/es/kstars/solarsys.docbook share/doc/HTML/es/kstars/spiralgalaxies.docbook share/doc/HTML/es/kstars/stars.docbook share/doc/HTML/es/kstars/telescopes.docbook share/doc/HTML/es/kstars/timezones.docbook share/doc/HTML/es/kstars/tools.docbook share/doc/HTML/es/kstars/utime.docbook share/doc/HTML/es/kstars/wut.docbook share/doc/HTML/es/kstars/zenith.docbook share/doc/HTML/es/ksudoku/common share/doc/HTML/es/ksudoku/index.cache.bz2 share/doc/HTML/es/ksudoku/index.docbook share/doc/HTML/es/ksysguard/common share/doc/HTML/es/ksysguard/index.cache.bz2 share/doc/HTML/es/ksysguard/index.docbook share/doc/HTML/es/ksystemlog/common share/doc/HTML/es/ksystemlog/index.cache.bz2 share/doc/HTML/es/ksystemlog/index.docbook share/doc/HTML/es/kteatime/common share/doc/HTML/es/kteatime/config.png share/doc/HTML/es/kteatime/index.cache.bz2 share/doc/HTML/es/kteatime/index.docbook share/doc/HTML/es/ktimer/common share/doc/HTML/es/ktimer/index.cache.bz2 share/doc/HTML/es/ktimer/index.docbook share/doc/HTML/es/ktimetracker/common share/doc/HTML/es/ktimetracker/csvexport.png share/doc/HTML/es/ktimetracker/idle-detect.png share/doc/HTML/es/ktimetracker/index.cache.bz2 share/doc/HTML/es/ktimetracker/index.docbook share/doc/HTML/es/ktimetracker/ktimetracker.png share/doc/HTML/es/ktimetracker/systray.png share/doc/HTML/es/ktnef/common share/doc/HTML/es/ktnef/index.cache.bz2 share/doc/HTML/es/ktnef/index.docbook share/doc/HTML/es/ktouch/color_options.png share/doc/HTML/es/ktouch/common share/doc/HTML/es/ktouch/general_options.png share/doc/HTML/es/ktouch/index.cache.bz2 share/doc/HTML/es/ktouch/index.docbook share/doc/HTML/es/ktouch/keyboard_options.png share/doc/HTML/es/ktouch/main_screen_default_color.png share/doc/HTML/es/ktouch/main_window_german.png share/doc/HTML/es/ktouch/man-ktouch.1.docbook share/doc/HTML/es/ktouch/sound_options.png share/doc/HTML/es/ktouch/statistics_dialog.png share/doc/HTML/es/ktouch/statistics_dialog_chart.png share/doc/HTML/es/ktouch/training_options.png share/doc/HTML/es/ktron/common share/doc/HTML/es/ktron/index.cache.bz2 share/doc/HTML/es/ktron/index.docbook share/doc/HTML/es/ktuberling/common share/doc/HTML/es/ktuberling/index.cache.bz2 share/doc/HTML/es/ktuberling/index.docbook share/doc/HTML/es/ktuberling/technical-reference.docbook share/doc/HTML/es/kturtle/common share/doc/HTML/es/kturtle/getting-started.docbook share/doc/HTML/es/kturtle/glossary.docbook share/doc/HTML/es/kturtle/index.cache.bz2 share/doc/HTML/es/kturtle/index.docbook share/doc/HTML/es/kturtle/mainwindow.png share/doc/HTML/es/kturtle/mainwindow_flower_nrs.png share/doc/HTML/es/kturtle/print.png share/doc/HTML/es/kturtle/programming-reference.docbook share/doc/HTML/es/kturtle/translator-guide.docbook share/doc/HTML/es/kturtle/using-kturtle.docbook share/doc/HTML/es/kturtle/wrapping.png share/doc/HTML/es/kubrick/common share/doc/HTML/es/kubrick/index.cache.bz2 share/doc/HTML/es/kubrick/index.docbook share/doc/HTML/es/kuser/common share/doc/HTML/es/kuser/index.cache.bz2 share/doc/HTML/es/kuser/index.docbook share/doc/HTML/es/kuser/kuser.png share/doc/HTML/es/kwallet/common share/doc/HTML/es/kwallet/index.cache.bz2 share/doc/HTML/es/kwallet/index.docbook share/doc/HTML/es/kwatchgnupg/common share/doc/HTML/es/kwatchgnupg/index.cache.bz2 share/doc/HTML/es/kwatchgnupg/index.docbook share/doc/HTML/es/kwordquiz/common share/doc/HTML/es/kwordquiz/index.cache.bz2 share/doc/HTML/es/kwordquiz/index.docbook share/doc/HTML/es/kwordquiz/kwq-dlg-characters.png share/doc/HTML/es/kwordquiz/kwq-dlg-configure-appearance.png share/doc/HTML/es/kwordquiz/kwq-dlg-configure-characters.png share/doc/HTML/es/kwordquiz/kwq-dlg-configure-editor.png share/doc/HTML/es/kwordquiz/kwq-dlg-configure-general.png share/doc/HTML/es/kwordquiz/kwq-dlg-configure-quiz.png share/doc/HTML/es/kwordquiz/kwq-dlg-languages.png share/doc/HTML/es/kwordquiz/kwq-dlg-print-exam.png share/doc/HTML/es/kwordquiz/kwq-dlg-print-flashcard.png share/doc/HTML/es/kwordquiz/kwq-dlg-print-list.png share/doc/HTML/es/kwordquiz/kwq-dlg-print-type.png share/doc/HTML/es/kwordquiz/kwq-editor.png share/doc/HTML/es/kwordquiz/kwq-flashcard.png share/doc/HTML/es/kwordquiz/kwq-multiple.png share/doc/HTML/es/kwordquiz/kwq-qanda.png share/doc/HTML/es/kwrite/common share/doc/HTML/es/kwrite/configuring.docbook share/doc/HTML/es/kwrite/fundamentals.docbook share/doc/HTML/es/kwrite/index.cache.bz2 share/doc/HTML/es/kwrite/index.docbook +share/doc/HTML/es/kwrite/menus.docbook share/doc/HTML/es/lokalize/common share/doc/HTML/es/lokalize/index.cache.bz2 share/doc/HTML/es/lokalize/index.docbook share/doc/HTML/es/lskat/common share/doc/HTML/es/lskat/index.cache.bz2 share/doc/HTML/es/lskat/index.docbook share/doc/HTML/es/marble/common share/doc/HTML/es/marble/configure-cacheproxy.png share/doc/HTML/es/marble/configure-navigation.png share/doc/HTML/es/marble/configure-plugins.png share/doc/HTML/es/marble/configure-view.png share/doc/HTML/es/marble/index.cache.bz2 share/doc/HTML/es/marble/index.docbook share/doc/HTML/es/marble/logo-1.png share/doc/HTML/es/marble/mapview-1.png share/doc/HTML/es/marble/measure-1.png share/doc/HTML/es/marble/quick-1.png share/doc/HTML/es/marble/search-1.png share/doc/HTML/es/marble/search-2.png share/doc/HTML/es/okteta/common share/doc/HTML/es/okteta/index.cache.bz2 share/doc/HTML/es/okteta/index.docbook share/doc/HTML/es/okular/common share/doc/HTML/es/okular/configure.png share/doc/HTML/es/okular/embedded-files-bar.png share/doc/HTML/es/okular/index.cache.bz2 share/doc/HTML/es/okular/index.docbook share/doc/HTML/es/okular/man-okular.1.docbook share/doc/HTML/es/onlinehelp/common share/doc/HTML/es/onlinehelp/index.cache.bz2 share/doc/HTML/es/onlinehelp/index.docbook share/doc/HTML/es/palapeli/common share/doc/HTML/es/palapeli/index.cache.bz2 share/doc/HTML/es/palapeli/index.docbook share/doc/HTML/es/parley/common share/doc/HTML/es/parley/get-new-stuff.png share/doc/HTML/es/parley/index.cache.bz2 share/doc/HTML/es/parley/index.docbook share/doc/HTML/es/parley/parley-configure-practice.png share/doc/HTML/es/parley/parley-download-basic-file-survival-training-written-practice.png share/doc/HTML/es/parley/parley-download-basic-file.png share/doc/HTML/es/parley/parley-download-new.png share/doc/HTML/es/parley/parley-main-water.png share/doc/HTML/es/parley/parley-practice-multiple-choice.png share/doc/HTML/es/parley/parley-quick-start-first-start.png share/doc/HTML/es/parley/parley-search.png share/doc/HTML/es/picmi/common share/doc/HTML/es/picmi/index.cache.bz2 share/doc/HTML/es/picmi/index.docbook share/doc/HTML/es/plasma-desktop/common share/doc/HTML/es/plasma-desktop/index.cache.bz2 share/doc/HTML/es/plasma-desktop/index.docbook share/doc/HTML/es/rocs/common share/doc/HTML/es/rocs/index.cache.bz2 share/doc/HTML/es/rocs/index.docbook share/doc/HTML/es/sonnet/common share/doc/HTML/es/sonnet/index.cache.bz2 share/doc/HTML/es/sonnet/index.docbook share/doc/HTML/es/step/common share/doc/HTML/es/step/examples.docbook share/doc/HTML/es/step/index.cache.bz2 share/doc/HTML/es/step/index.docbook share/doc/HTML/es/step/tutorials.docbook share/doc/HTML/es/sweeper/common share/doc/HTML/es/sweeper/index.cache.bz2 share/doc/HTML/es/sweeper/index.docbook share/doc/HTML/es/systemsettings/common share/doc/HTML/es/systemsettings/index.cache.bz2 share/doc/HTML/es/systemsettings/index.docbook share/doc/HTML/es/umbrello/authors.docbook share/doc/HTML/es/umbrello/code_import_and_generation.docbook share/doc/HTML/es/umbrello/common share/doc/HTML/es/umbrello/credits.docbook share/doc/HTML/es/umbrello/index.cache.bz2 share/doc/HTML/es/umbrello/index.docbook share/doc/HTML/es/umbrello/introduction.docbook share/doc/HTML/es/umbrello/other_features.docbook share/doc/HTML/es/umbrello/uml_basics.docbook share/doc/HTML/es/umbrello/working_with_umbrello.docbook share/locale/es/LC_MESSAGES/accountwizard.mo share/locale/es/LC_MESSAGES/accountwizard_ical.mo share/locale/es/LC_MESSAGES/accountwizard_imap.mo share/locale/es/LC_MESSAGES/accountwizard_kolab.mo share/locale/es/LC_MESSAGES/accountwizard_mailbox.mo share/locale/es/LC_MESSAGES/accountwizard_maildir.mo share/locale/es/LC_MESSAGES/accountwizard_pop3.mo share/locale/es/LC_MESSAGES/accountwizard_tine20.mo share/locale/es/LC_MESSAGES/activitymanager_plugin_globalshortcuts.mo share/locale/es/LC_MESSAGES/activitymanager_uihandler_declarative.mo share/locale/es/LC_MESSAGES/adblock.mo share/locale/es/LC_MESSAGES/akonadi-filestore.mo share/locale/es/LC_MESSAGES/akonadi_archivemail_agent.mo share/locale/es/LC_MESSAGES/akonadi_birthdays_resource.mo share/locale/es/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/es/LC_MESSAGES/akonadi_davgroupware_resource.mo share/locale/es/LC_MESSAGES/akonadi_google_resource.mo share/locale/es/LC_MESSAGES/akonadi_ical_resource.mo share/locale/es/LC_MESSAGES/akonadi_icaldir_resource.mo share/locale/es/LC_MESSAGES/akonadi_imap_resource.mo share/locale/es/LC_MESSAGES/akonadi_invitations_agent.mo share/locale/es/LC_MESSAGES/akonadi_kabc_resource.mo share/locale/es/LC_MESSAGES/akonadi_kalarm_resource.mo share/locale/es/LC_MESSAGES/akonadi_kcal_resource.mo share/locale/es/LC_MESSAGES/akonadi_kdeaccounts_resource.mo share/locale/es/LC_MESSAGES/akonadi_knut_resource.mo share/locale/es/LC_MESSAGES/akonadi_kolabproxy_resource.mo share/locale/es/LC_MESSAGES/akonadi_kresourceassistant.mo share/locale/es/LC_MESSAGES/akonadi_localbookmarks_resource.mo share/locale/es/LC_MESSAGES/akonadi_maildir_resource.mo share/locale/es/LC_MESSAGES/akonadi_maildispatcher_agent.mo share/locale/es/LC_MESSAGES/akonadi_mailfilter_agent.mo share/locale/es/LC_MESSAGES/akonadi_mailtransport_resource.mo share/locale/es/LC_MESSAGES/akonadi_mbox_resource.mo share/locale/es/LC_MESSAGES/akonadi_microblog_resource.mo share/locale/es/LC_MESSAGES/akonadi_mixedmaildir_resource.mo share/locale/es/LC_MESSAGES/akonadi_nepomuk_feeder.mo share/locale/es/LC_MESSAGES/akonadi_nepomuktag_resource.mo share/locale/es/LC_MESSAGES/akonadi_next.mo share/locale/es/LC_MESSAGES/akonadi_nntp_resource.mo share/locale/es/LC_MESSAGES/akonadi_openxchange_resource.mo share/locale/es/LC_MESSAGES/akonadi_pop3_resource.mo share/locale/es/LC_MESSAGES/akonadi_serializer_plugins.mo share/locale/es/LC_MESSAGES/akonadi_singlefile_resource.mo share/locale/es/LC_MESSAGES/akonadi_strigi_feeder.mo share/locale/es/LC_MESSAGES/akonadi_vcard_resource.mo share/locale/es/LC_MESSAGES/akonadi_vcarddir_resource.mo share/locale/es/LC_MESSAGES/akonadicontact.mo share/locale/es/LC_MESSAGES/akonadinotes.mo share/locale/es/LC_MESSAGES/akonaditray.mo share/locale/es/LC_MESSAGES/akregator.mo share/locale/es/LC_MESSAGES/akregator_konqplugin.mo share/locale/es/LC_MESSAGES/amor.mo share/locale/es/LC_MESSAGES/analitza.mo share/locale/es/LC_MESSAGES/ark.mo share/locale/es/LC_MESSAGES/attica_kde.mo share/locale/es/LC_MESSAGES/audiocd_encoder_lame.mo share/locale/es/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/es/LC_MESSAGES/audiorename_plugin.mo share/locale/es/LC_MESSAGES/autorefresh.mo share/locale/es/LC_MESSAGES/babelfish.mo share/locale/es/LC_MESSAGES/blinken.mo share/locale/es/LC_MESSAGES/blogilo.mo share/locale/es/LC_MESSAGES/bomber.mo share/locale/es/LC_MESSAGES/bovo.mo share/locale/es/LC_MESSAGES/calendarsupport.mo share/locale/es/LC_MESSAGES/cantor.mo share/locale/es/LC_MESSAGES/cervisia.mo share/locale/es/LC_MESSAGES/cryptopageplugin.mo share/locale/es/LC_MESSAGES/cvsservice.mo share/locale/es/LC_MESSAGES/dirfilterplugin.mo share/locale/es/LC_MESSAGES/display.mo share/locale/es/LC_MESSAGES/dolphin.mo share/locale/es/LC_MESSAGES/domtreeviewer.mo share/locale/es/LC_MESSAGES/dragonplayer.mo share/locale/es/LC_MESSAGES/drkonqi.mo share/locale/es/LC_MESSAGES/filelight.mo share/locale/es/LC_MESSAGES/filetypes.mo share/locale/es/LC_MESSAGES/fileviewbazaarplugin.mo share/locale/es/LC_MESSAGES/fileviewgitplugin.mo share/locale/es/LC_MESSAGES/fileviewhgplugin.mo share/locale/es/LC_MESSAGES/fileviewsvnplugin.mo share/locale/es/LC_MESSAGES/freespacenotifier.mo share/locale/es/LC_MESSAGES/fsview.mo share/locale/es/LC_MESSAGES/granatier.mo share/locale/es/LC_MESSAGES/gwenview.mo share/locale/es/LC_MESSAGES/htmlsearch.mo share/locale/es/LC_MESSAGES/imagerename_plugin.mo share/locale/es/LC_MESSAGES/imgalleryplugin.mo share/locale/es/LC_MESSAGES/importwizard.mo share/locale/es/LC_MESSAGES/jovie.mo share/locale/es/LC_MESSAGES/joystick.mo share/locale/es/LC_MESSAGES/juk.mo share/locale/es/LC_MESSAGES/kabc.mo share/locale/es/LC_MESSAGES/kabc_akonadi.mo share/locale/es/LC_MESSAGES/kabc_dir.mo share/locale/es/LC_MESSAGES/kabc_file.mo share/locale/es/LC_MESSAGES/kabc_ldapkio.mo share/locale/es/LC_MESSAGES/kabc_net.mo share/locale/es/LC_MESSAGES/kabcclient.mo share/locale/es/LC_MESSAGES/kabcformat_binary.mo share/locale/es/LC_MESSAGES/kaccess.mo share/locale/es/LC_MESSAGES/kaccessibleapp.mo share/locale/es/LC_MESSAGES/kactivitymanagerd.mo share/locale/es/LC_MESSAGES/kactivitymanagerd_fileitem_linking_plugin.mo share/locale/es/LC_MESSAGES/kaddressbook-mobile.mo share/locale/es/LC_MESSAGES/kaddressbook.mo share/locale/es/LC_MESSAGES/kaddressbookmigrator.mo share/locale/es/LC_MESSAGES/kajongg.mo share/locale/es/LC_MESSAGES/kalarm.mo share/locale/es/LC_MESSAGES/kalgebra.mo share/locale/es/LC_MESSAGES/kalzium.mo share/locale/es/LC_MESSAGES/kanagram-harmattan.mo share/locale/es/LC_MESSAGES/kanagram.mo share/locale/es/LC_MESSAGES/kapman.mo share/locale/es/LC_MESSAGES/kapptemplate.mo share/locale/es/LC_MESSAGES/kate-ctags-plugin.mo share/locale/es/LC_MESSAGES/kate.mo share/locale/es/LC_MESSAGES/kate_kttsd.mo share/locale/es/LC_MESSAGES/katebacktracebrowserplugin.mo share/locale/es/LC_MESSAGES/katebuild-plugin.mo share/locale/es/LC_MESSAGES/katefilebrowserplugin.mo share/locale/es/LC_MESSAGES/katefiletemplates.mo share/locale/es/LC_MESSAGES/kategdbplugin.mo share/locale/es/LC_MESSAGES/katehelloworld.mo share/locale/es/LC_MESSAGES/katekonsoleplugin.mo share/locale/es/LC_MESSAGES/katemailfilesplugin.mo share/locale/es/LC_MESSAGES/kateopenheader.mo share/locale/es/LC_MESSAGES/katepart4.mo share/locale/es/LC_MESSAGES/kateproject.mo share/locale/es/LC_MESSAGES/katesearch.mo share/locale/es/LC_MESSAGES/katesnippets_tng.mo share/locale/es/LC_MESSAGES/katesnippetsplugin.mo share/locale/es/LC_MESSAGES/katesql.mo share/locale/es/LC_MESSAGES/katesymbolviewer.mo share/locale/es/LC_MESSAGES/katetabbarextension.mo share/locale/es/LC_MESSAGES/katetabifyplugin.mo share/locale/es/LC_MESSAGES/katetextfilter.mo share/locale/es/LC_MESSAGES/katexmlcheck.mo share/locale/es/LC_MESSAGES/katexmltools.mo share/locale/es/LC_MESSAGES/katomic.mo share/locale/es/LC_MESSAGES/kbattleship.mo share/locale/es/LC_MESSAGES/kblackbox.mo share/locale/es/LC_MESSAGES/kblankscrn.mo share/locale/es/LC_MESSAGES/kblocks.mo share/locale/es/LC_MESSAGES/kbounce.mo share/locale/es/LC_MESSAGES/kbreakout.mo share/locale/es/LC_MESSAGES/kbruch.mo share/locale/es/LC_MESSAGES/kcachegrind.mo share/locale/es/LC_MESSAGES/kcachegrind_qt.mo share/locale/es/LC_MESSAGES/kcal_akonadi.mo share/locale/es/LC_MESSAGES/kcalc.mo share/locale/es/LC_MESSAGES/kcertpart.mo share/locale/es/LC_MESSAGES/kcharselect.mo share/locale/es/LC_MESSAGES/kcm-kwin-scripts.mo share/locale/es/LC_MESSAGES/kcm_activities.mo share/locale/es/LC_MESSAGES/kcm_akonadi.mo share/locale/es/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/es/LC_MESSAGES/kcm_attica.mo share/locale/es/LC_MESSAGES/kcm_autostart.mo share/locale/es/LC_MESSAGES/kcm_desktoppaths.mo share/locale/es/LC_MESSAGES/kcm_desktopthemedetails.mo share/locale/es/LC_MESSAGES/kcm_device_automounter.mo share/locale/es/LC_MESSAGES/kcm_emoticons.mo share/locale/es/LC_MESSAGES/kcm_infobase.mo share/locale/es/LC_MESSAGES/kcm_infosummary.mo -share/locale/es/LC_MESSAGES/kcm_krfb.mo share/locale/es/LC_MESSAGES/kcm_kwindesktop.mo share/locale/es/LC_MESSAGES/kcm_kwintabbox.mo share/locale/es/LC_MESSAGES/kcm_memory.mo share/locale/es/LC_MESSAGES/kcm_nepomuk.mo share/locale/es/LC_MESSAGES/kcm_pci.mo share/locale/es/LC_MESSAGES/kcm_phonon.mo share/locale/es/LC_MESSAGES/kcm_platform.mo share/locale/es/LC_MESSAGES/kcm_remotecontrol.mo share/locale/es/LC_MESSAGES/kcm_solid.mo share/locale/es/LC_MESSAGES/kcm_solid_actions.mo share/locale/es/LC_MESSAGES/kcm_standard_actions.mo share/locale/es/LC_MESSAGES/kcmaccess.mo share/locale/es/LC_MESSAGES/kcmaudiocd.mo share/locale/es/LC_MESSAGES/kcmbackground.mo share/locale/es/LC_MESSAGES/kcmbell.mo share/locale/es/LC_MESSAGES/kcmcddb.mo share/locale/es/LC_MESSAGES/kcmcgi.mo share/locale/es/LC_MESSAGES/kcmcolors.mo share/locale/es/LC_MESSAGES/kcmcomponentchooser.mo share/locale/es/LC_MESSAGES/kcmcrypto.mo share/locale/es/LC_MESSAGES/kcmdevinfo.mo share/locale/es/LC_MESSAGES/kcmfonts.mo share/locale/es/LC_MESSAGES/kcmhtmlsearch.mo share/locale/es/LC_MESSAGES/kcmicons.mo share/locale/es/LC_MESSAGES/kcminfo.mo share/locale/es/LC_MESSAGES/kcminit.mo share/locale/es/LC_MESSAGES/kcminput.mo share/locale/es/LC_MESSAGES/kcmkamera.mo share/locale/es/LC_MESSAGES/kcmkclock.mo share/locale/es/LC_MESSAGES/kcmkded.mo share/locale/es/LC_MESSAGES/kcmkdnssd.mo share/locale/es/LC_MESSAGES/kcmkeyboard.mo share/locale/es/LC_MESSAGES/kcmkeys.mo share/locale/es/LC_MESSAGES/kcmkgamma.mo share/locale/es/LC_MESSAGES/kcmkio.mo share/locale/es/LC_MESSAGES/kcmkonq.mo share/locale/es/LC_MESSAGES/kcmkonqhtml.mo share/locale/es/LC_MESSAGES/kcmkurifilt.mo share/locale/es/LC_MESSAGES/kcmkwallet.mo share/locale/es/LC_MESSAGES/kcmkwincompositing.mo share/locale/es/LC_MESSAGES/kcmkwindecoration.mo share/locale/es/LC_MESSAGES/kcmkwinrules.mo share/locale/es/LC_MESSAGES/kcmkwinscreenedges.mo share/locale/es/LC_MESSAGES/kcmkwm.mo share/locale/es/LC_MESSAGES/kcmlaunch.mo share/locale/es/LC_MESSAGES/kcmlocale.mo share/locale/es/LC_MESSAGES/kcmnic.mo share/locale/es/LC_MESSAGES/kcmnotify.mo share/locale/es/LC_MESSAGES/kcmopengl.mo share/locale/es/LC_MESSAGES/kcmperformance.mo share/locale/es/LC_MESSAGES/kcmsamba.mo share/locale/es/LC_MESSAGES/kcmscreensaver.mo share/locale/es/LC_MESSAGES/kcmshell.mo share/locale/es/LC_MESSAGES/kcmsmartcard.mo share/locale/es/LC_MESSAGES/kcmsmserver.mo share/locale/es/LC_MESSAGES/kcmstyle.mo share/locale/es/LC_MESSAGES/kcmusb.mo share/locale/es/LC_MESSAGES/kcmview1394.mo share/locale/es/LC_MESSAGES/kcmworkspaceoptions.mo share/locale/es/LC_MESSAGES/kcolorchooser.mo share/locale/es/LC_MESSAGES/kcron.mo share/locale/es/LC_MESSAGES/kde-menu.mo share/locale/es/LC_MESSAGES/kdeasciiquarium.mo share/locale/es/LC_MESSAGES/kdebugdialog.mo share/locale/es/LC_MESSAGES/kdecalendarsystems.mo share/locale/es/LC_MESSAGES/kdelibs4.mo share/locale/es/LC_MESSAGES/kdelibs_colors4.mo share/locale/es/LC_MESSAGES/kdepasswd.mo share/locale/es/LC_MESSAGES/kdepim-runtime-qml.mo share/locale/es/LC_MESSAGES/kdeqt.mo share/locale/es/LC_MESSAGES/kdesu.mo share/locale/es/LC_MESSAGES/kdesud.mo share/locale/es/LC_MESSAGES/kdf.mo share/locale/es/LC_MESSAGES/kdgantt2.mo share/locale/es/LC_MESSAGES/kdialog.mo share/locale/es/LC_MESSAGES/kdiamond.mo share/locale/es/LC_MESSAGES/kdmconfig.mo share/locale/es/LC_MESSAGES/kdmgreet.mo share/locale/es/LC_MESSAGES/kdontchangethehostname.mo share/locale/es/LC_MESSAGES/keditbookmarks.mo share/locale/es/LC_MESSAGES/kfile.mo share/locale/es/LC_MESSAGES/kfile_dds.mo share/locale/es/LC_MESSAGES/kfile_drgeo.mo share/locale/es/LC_MESSAGES/kfile_exr.mo share/locale/es/LC_MESSAGES/kfile_kig.mo share/locale/es/LC_MESSAGES/kfile_mail.mo share/locale/es/LC_MESSAGES/kfile_pnm.mo share/locale/es/LC_MESSAGES/kfile_raw.mo share/locale/es/LC_MESSAGES/kfile_rgb.mo share/locale/es/LC_MESSAGES/kfile_rpm.mo share/locale/es/LC_MESSAGES/kfile_tiff.mo share/locale/es/LC_MESSAGES/kfile_xps.mo share/locale/es/LC_MESSAGES/kfileaudiopreview4.mo share/locale/es/LC_MESSAGES/kfilereplace.mo share/locale/es/LC_MESSAGES/kfileshare.mo share/locale/es/LC_MESSAGES/kfindpart.mo share/locale/es/LC_MESSAGES/kfloppy.mo share/locale/es/LC_MESSAGES/kfmclient.mo share/locale/es/LC_MESSAGES/kfontinst.mo share/locale/es/LC_MESSAGES/kfourinline.mo share/locale/es/LC_MESSAGES/kgeography.mo share/locale/es/LC_MESSAGES/kget.mo share/locale/es/LC_MESSAGES/kgetplugin.mo share/locale/es/LC_MESSAGES/kglobalaccel.mo share/locale/es/LC_MESSAGES/kgoldrunner.mo share/locale/es/LC_MESSAGES/kgpg.mo share/locale/es/LC_MESSAGES/kgreet_classic.mo share/locale/es/LC_MESSAGES/kgreet_generic.mo share/locale/es/LC_MESSAGES/kgreet_winbind.mo share/locale/es/LC_MESSAGES/khangman.mo share/locale/es/LC_MESSAGES/khelpcenter.mo share/locale/es/LC_MESSAGES/khotkeys.mo share/locale/es/LC_MESSAGES/khotnewstuff.mo share/locale/es/LC_MESSAGES/khtmlkttsd.mo share/locale/es/LC_MESSAGES/khtmlsettingsplugin.mo share/locale/es/LC_MESSAGES/kiconfinder.mo share/locale/es/LC_MESSAGES/kig.mo share/locale/es/LC_MESSAGES/kigo.mo share/locale/es/LC_MESSAGES/killbots.mo share/locale/es/LC_MESSAGES/kimagemapeditor.mo -share/locale/es/LC_MESSAGES/kinetd.mo share/locale/es/LC_MESSAGES/kinfocenter.mo share/locale/es/LC_MESSAGES/kio4.mo share/locale/es/LC_MESSAGES/kio_activities.mo share/locale/es/LC_MESSAGES/kio_akonadi.mo share/locale/es/LC_MESSAGES/kio_applications.mo share/locale/es/LC_MESSAGES/kio_archive.mo share/locale/es/LC_MESSAGES/kio_audiocd.mo share/locale/es/LC_MESSAGES/kio_bookmarks.mo share/locale/es/LC_MESSAGES/kio_finger.mo share/locale/es/LC_MESSAGES/kio_fish.mo share/locale/es/LC_MESSAGES/kio_floppy.mo share/locale/es/LC_MESSAGES/kio_help4.mo share/locale/es/LC_MESSAGES/kio_imap4.mo share/locale/es/LC_MESSAGES/kio_info.mo share/locale/es/LC_MESSAGES/kio_jabberdisco.mo share/locale/es/LC_MESSAGES/kio_ldap.mo share/locale/es/LC_MESSAGES/kio_man.mo share/locale/es/LC_MESSAGES/kio_mbox.mo share/locale/es/LC_MESSAGES/kio_nepomuk.mo share/locale/es/LC_MESSAGES/kio_nepomuksearch.mo share/locale/es/LC_MESSAGES/kio_nfs.mo share/locale/es/LC_MESSAGES/kio_nntp.mo share/locale/es/LC_MESSAGES/kio_perldoc.mo share/locale/es/LC_MESSAGES/kio_pop3.mo share/locale/es/LC_MESSAGES/kio_recentdocuments.mo share/locale/es/LC_MESSAGES/kio_remote.mo share/locale/es/LC_MESSAGES/kio_sftp.mo share/locale/es/LC_MESSAGES/kio_sieve.mo share/locale/es/LC_MESSAGES/kio_smb.mo share/locale/es/LC_MESSAGES/kio_smtp.mo share/locale/es/LC_MESSAGES/kio_svn.mo share/locale/es/LC_MESSAGES/kio_tags.mo share/locale/es/LC_MESSAGES/kio_thumbnail.mo share/locale/es/LC_MESSAGES/kio_timeline.mo share/locale/es/LC_MESSAGES/kio_trash.mo share/locale/es/LC_MESSAGES/kio_zeroconf.mo share/locale/es/LC_MESSAGES/kioclient.mo share/locale/es/LC_MESSAGES/kioexec.mo share/locale/es/LC_MESSAGES/kipiplugin_kxmlhelloworld.mo share/locale/es/LC_MESSAGES/kiriki.mo share/locale/es/LC_MESSAGES/kiten.mo share/locale/es/LC_MESSAGES/kjots.mo share/locale/es/LC_MESSAGES/kjotsmigrator.mo share/locale/es/LC_MESSAGES/kjumpingcube.mo share/locale/es/LC_MESSAGES/kleopatra.mo share/locale/es/LC_MESSAGES/klettres.mo share/locale/es/LC_MESSAGES/klickety.mo share/locale/es/LC_MESSAGES/klines.mo share/locale/es/LC_MESSAGES/klinkstatus.mo share/locale/es/LC_MESSAGES/klipper.mo share/locale/es/LC_MESSAGES/klock.mo share/locale/es/LC_MESSAGES/kmag.mo share/locale/es/LC_MESSAGES/kmahjongg.mo share/locale/es/LC_MESSAGES/kmail-migrator.mo share/locale/es/LC_MESSAGES/kmail-mobile.mo share/locale/es/LC_MESSAGES/kmail.mo share/locale/es/LC_MESSAGES/kmailcvt.mo share/locale/es/LC_MESSAGES/kmenuedit.mo share/locale/es/LC_MESSAGES/kmimetypefinder.mo share/locale/es/LC_MESSAGES/kmines.mo share/locale/es/LC_MESSAGES/kmix.mo share/locale/es/LC_MESSAGES/kmousetool.mo share/locale/es/LC_MESSAGES/kmouth.mo share/locale/es/LC_MESSAGES/kmplot.mo share/locale/es/LC_MESSAGES/knetattach.mo share/locale/es/LC_MESSAGES/knetwalk.mo share/locale/es/LC_MESSAGES/knode.mo share/locale/es/LC_MESSAGES/knotes.mo share/locale/es/LC_MESSAGES/knotify4.mo share/locale/es/LC_MESSAGES/kolf.mo share/locale/es/LC_MESSAGES/kollision.mo share/locale/es/LC_MESSAGES/kolourpaint.mo share/locale/es/LC_MESSAGES/kommander.mo share/locale/es/LC_MESSAGES/kompare.mo share/locale/es/LC_MESSAGES/konqprofiles.mo share/locale/es/LC_MESSAGES/konqueror.mo share/locale/es/LC_MESSAGES/konquest.mo share/locale/es/LC_MESSAGES/konsole.mo share/locale/es/LC_MESSAGES/konsolekalendar.mo share/locale/es/LC_MESSAGES/konsoleprofiles.mo share/locale/es/LC_MESSAGES/kontact.mo share/locale/es/LC_MESSAGES/kontactinterfaces.mo share/locale/es/LC_MESSAGES/kopete.mo share/locale/es/LC_MESSAGES/korganizer-mobile.mo share/locale/es/LC_MESSAGES/korganizer.mo share/locale/es/LC_MESSAGES/kpartloader.mo share/locale/es/LC_MESSAGES/kpartsaver.mo share/locale/es/LC_MESSAGES/kpasswdserver.mo share/locale/es/LC_MESSAGES/kpat.mo share/locale/es/LC_MESSAGES/kppp.mo share/locale/es/LC_MESSAGES/kppplogview.mo share/locale/es/LC_MESSAGES/kquitapp.mo share/locale/es/LC_MESSAGES/krandr.mo share/locale/es/LC_MESSAGES/krcdnotifieritem.mo share/locale/es/LC_MESSAGES/krdb.mo share/locale/es/LC_MESSAGES/krdc.mo share/locale/es/LC_MESSAGES/kreadconfig.mo share/locale/es/LC_MESSAGES/kremotecontroldaemon.mo share/locale/es/LC_MESSAGES/kres-migrator.mo share/locale/es/LC_MESSAGES/kres_blog.mo share/locale/es/LC_MESSAGES/kres_remote.mo share/locale/es/LC_MESSAGES/kresources_shared_akonadi.mo share/locale/es/LC_MESSAGES/kreversi.mo share/locale/es/LC_MESSAGES/krfb.mo share/locale/es/LC_MESSAGES/kruler.mo share/locale/es/LC_MESSAGES/krunner.mo share/locale/es/LC_MESSAGES/ksaneplugin.mo share/locale/es/LC_MESSAGES/kscd.mo share/locale/es/LC_MESSAGES/kscreenlocker.mo share/locale/es/LC_MESSAGES/kscreenlocker_greet.mo share/locale/es/LC_MESSAGES/kscreensaver.mo share/locale/es/LC_MESSAGES/ksendemail.mo share/locale/es/LC_MESSAGES/ksgrd.mo share/locale/es/LC_MESSAGES/kshellcmdplugin.mo share/locale/es/LC_MESSAGES/kshisen.mo share/locale/es/LC_MESSAGES/kshorturifilter.mo share/locale/es/LC_MESSAGES/ksirk.mo share/locale/es/LC_MESSAGES/ksirkskineditor.mo share/locale/es/LC_MESSAGES/ksmserver.mo share/locale/es/LC_MESSAGES/ksnapshot.mo share/locale/es/LC_MESSAGES/kspaceduel.mo share/locale/es/LC_MESSAGES/ksplashthemes.mo share/locale/es/LC_MESSAGES/ksquares.mo share/locale/es/LC_MESSAGES/kstars.mo share/locale/es/LC_MESSAGES/kstart.mo share/locale/es/LC_MESSAGES/kstartperf.mo share/locale/es/LC_MESSAGES/kstyle_config.mo share/locale/es/LC_MESSAGES/kstyle_phase_config.mo share/locale/es/LC_MESSAGES/ksudoku.mo share/locale/es/LC_MESSAGES/ksysguard.mo share/locale/es/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/es/LC_MESSAGES/ksystemlog.mo share/locale/es/LC_MESSAGES/ksystraycmd.mo share/locale/es/LC_MESSAGES/kteatime.mo share/locale/es/LC_MESSAGES/ktesnippets_editor.mo share/locale/es/LC_MESSAGES/ktexteditor_codesnippets_core.mo share/locale/es/LC_MESSAGES/ktexteditor_plugins.mo share/locale/es/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/es/LC_MESSAGES/ktimer.mo share/locale/es/LC_MESSAGES/ktimetracker.mo share/locale/es/LC_MESSAGES/ktnef.mo share/locale/es/LC_MESSAGES/ktouch.mo share/locale/es/LC_MESSAGES/ktouchpadenabler.mo share/locale/es/LC_MESSAGES/ktraderclient.mo share/locale/es/LC_MESSAGES/ktron.mo share/locale/es/LC_MESSAGES/ktuberling.mo share/locale/es/LC_MESSAGES/kturtle.mo share/locale/es/LC_MESSAGES/ktux.mo share/locale/es/LC_MESSAGES/kubrick.mo share/locale/es/LC_MESSAGES/kuiserver.mo share/locale/es/LC_MESSAGES/kuiviewer.mo share/locale/es/LC_MESSAGES/kurifilter.mo share/locale/es/LC_MESSAGES/kuser.mo share/locale/es/LC_MESSAGES/kwalletd.mo share/locale/es/LC_MESSAGES/kwalletmanager.mo share/locale/es/LC_MESSAGES/kwatchgnupg.mo share/locale/es/LC_MESSAGES/kwin.mo share/locale/es/LC_MESSAGES/kwin_art_clients.mo share/locale/es/LC_MESSAGES/kwin_clients.mo share/locale/es/LC_MESSAGES/kwin_effects.mo share/locale/es/LC_MESSAGES/kwinshutdown.mo share/locale/es/LC_MESSAGES/kwinstartmenu.mo share/locale/es/LC_MESSAGES/kwordquiz.mo share/locale/es/LC_MESSAGES/kwrite.mo share/locale/es/LC_MESSAGES/kwriteconfig.mo share/locale/es/LC_MESSAGES/kxkb.mo share/locale/es/LC_MESSAGES/kxsconfig.mo share/locale/es/LC_MESSAGES/lancelot.mo share/locale/es/LC_MESSAGES/libakonadi-calendar.mo share/locale/es/LC_MESSAGES/libakonadi-kmime.mo share/locale/es/LC_MESSAGES/libakonadi.mo share/locale/es/LC_MESSAGES/libeventviews.mo share/locale/es/LC_MESSAGES/libincidenceeditors.mo share/locale/es/LC_MESSAGES/libkalarmcal.mo share/locale/es/LC_MESSAGES/libkasten.mo share/locale/es/LC_MESSAGES/libkblog.mo share/locale/es/LC_MESSAGES/libkcal.mo share/locale/es/LC_MESSAGES/libkcalutils.mo share/locale/es/LC_MESSAGES/libkcddb.mo share/locale/es/LC_MESSAGES/libkcompactdisc.mo share/locale/es/LC_MESSAGES/libkdcraw.mo share/locale/es/LC_MESSAGES/libkdecorations.mo share/locale/es/LC_MESSAGES/libkdeedu.mo share/locale/es/LC_MESSAGES/libkdegames.mo share/locale/es/LC_MESSAGES/libkdepim.mo share/locale/es/LC_MESSAGES/libkdepimmobileui.mo share/locale/es/LC_MESSAGES/libkexiv2.mo share/locale/es/LC_MESSAGES/libkholidays.mo share/locale/es/LC_MESSAGES/libkimap.mo share/locale/es/LC_MESSAGES/libkipi.mo share/locale/es/LC_MESSAGES/libkldap.mo share/locale/es/LC_MESSAGES/libkleopatra.mo share/locale/es/LC_MESSAGES/libkmahjongg.mo share/locale/es/LC_MESSAGES/libkmime.mo share/locale/es/LC_MESSAGES/libkonq.mo share/locale/es/LC_MESSAGES/libkpgp.mo share/locale/es/LC_MESSAGES/libkpimidentities.mo share/locale/es/LC_MESSAGES/libkpimtextedit.mo share/locale/es/LC_MESSAGES/libkpimutils.mo share/locale/es/LC_MESSAGES/libkremotecontrol.mo share/locale/es/LC_MESSAGES/libkresources.mo share/locale/es/LC_MESSAGES/libksane.mo share/locale/es/LC_MESSAGES/libkscreensaver.mo share/locale/es/LC_MESSAGES/libksieve.mo share/locale/es/LC_MESSAGES/libktnef.mo share/locale/es/LC_MESSAGES/libkunitconversion.mo share/locale/es/LC_MESSAGES/libkworkspace.mo share/locale/es/LC_MESSAGES/libkxmlrpcclient.mo share/locale/es/LC_MESSAGES/liblancelot-datamodels.mo share/locale/es/LC_MESSAGES/libmailcommon.mo share/locale/es/LC_MESSAGES/libmailimporter.mo share/locale/es/LC_MESSAGES/libmailtransport.mo share/locale/es/LC_MESSAGES/libmessagecomposer.mo share/locale/es/LC_MESSAGES/libmessagecore.mo share/locale/es/LC_MESSAGES/libmessagelist.mo share/locale/es/LC_MESSAGES/libmessageviewer.mo share/locale/es/LC_MESSAGES/liboktetacore.mo share/locale/es/LC_MESSAGES/liboktetagui.mo share/locale/es/LC_MESSAGES/liboktetakasten.mo share/locale/es/LC_MESSAGES/liboxygenstyleconfig.mo share/locale/es/LC_MESSAGES/libphonon.mo share/locale/es/LC_MESSAGES/libpimcommon.mo share/locale/es/LC_MESSAGES/libplasma.mo share/locale/es/LC_MESSAGES/libplasma_groupingcontainment.mo share/locale/es/LC_MESSAGES/libplasmaclock.mo share/locale/es/LC_MESSAGES/libplasmaweather.mo share/locale/es/LC_MESSAGES/libtaskmanager.mo share/locale/es/LC_MESSAGES/libtemplateparser.mo share/locale/es/LC_MESSAGES/lokalize.mo share/locale/es/LC_MESSAGES/lskat.mo share/locale/es/LC_MESSAGES/mailreader.mo share/locale/es/LC_MESSAGES/marble.mo share/locale/es/LC_MESSAGES/marble_qt.mo share/locale/es/LC_MESSAGES/marble_xml_mimetypes.mo share/locale/es/LC_MESSAGES/messageviewer_application_mstnef_plugin.mo share/locale/es/LC_MESSAGES/messageviewer_text_calendar_plugin.mo share/locale/es/LC_MESSAGES/messageviewer_text_vcard_plugin.mo share/locale/es/LC_MESSAGES/messageviewer_text_xdiff_plugin.mo share/locale/es/LC_MESSAGES/mf_konqplugin.mo share/locale/es/LC_MESSAGES/minitoolsplugin.mo share/locale/es/LC_MESSAGES/mplayerthumbs.mo share/locale/es/LC_MESSAGES/mplayerthumbsconfig.mo share/locale/es/LC_MESSAGES/nepomukbackup.mo share/locale/es/LC_MESSAGES/nepomukcleaner.mo share/locale/es/LC_MESSAGES/nepomukcontroller.mo share/locale/es/LC_MESSAGES/nepomukfileindexer.mo share/locale/es/LC_MESSAGES/nepomukpimindexerutility.mo share/locale/es/LC_MESSAGES/nepomukqueryservice.mo share/locale/es/LC_MESSAGES/nepomukserver.mo share/locale/es/LC_MESSAGES/nepomukservicestub.mo share/locale/es/LC_MESSAGES/nepomukstorage.mo share/locale/es/LC_MESSAGES/nepomukwidgets.mo share/locale/es/LC_MESSAGES/newmailnotifieragent.mo share/locale/es/LC_MESSAGES/notes-mobile.mo share/locale/es/LC_MESSAGES/nsplugin.mo share/locale/es/LC_MESSAGES/okteta-mobile.mo share/locale/es/LC_MESSAGES/okteta.mo share/locale/es/LC_MESSAGES/oktetapart.mo share/locale/es/LC_MESSAGES/okular.mo share/locale/es/LC_MESSAGES/okular_chm.mo share/locale/es/LC_MESSAGES/okular_comicbook.mo share/locale/es/LC_MESSAGES/okular_djvu.mo share/locale/es/LC_MESSAGES/okular_dvi.mo share/locale/es/LC_MESSAGES/okular_epub.mo share/locale/es/LC_MESSAGES/okular_fax.mo share/locale/es/LC_MESSAGES/okular_fictionbook.mo share/locale/es/LC_MESSAGES/okular_ghostview.mo share/locale/es/LC_MESSAGES/okular_kimgio.mo share/locale/es/LC_MESSAGES/okular_mobi.mo share/locale/es/LC_MESSAGES/okular_ooo.mo share/locale/es/LC_MESSAGES/okular_plucker.mo share/locale/es/LC_MESSAGES/okular_poppler.mo share/locale/es/LC_MESSAGES/okular_tiff.mo share/locale/es/LC_MESSAGES/okular_xps.mo share/locale/es/LC_MESSAGES/org.kde.active.documentviewer.mo share/locale/es/LC_MESSAGES/pairs.mo share/locale/es/LC_MESSAGES/pairseditor.mo share/locale/es/LC_MESSAGES/palapeli.mo share/locale/es/LC_MESSAGES/parley.mo share/locale/es/LC_MESSAGES/phonon_gstreamer.mo share/locale/es/LC_MESSAGES/phonon_kde.mo share/locale/es/LC_MESSAGES/phonon_vlc.mo share/locale/es/LC_MESSAGES/phononserver.mo share/locale/es/LC_MESSAGES/picmi.mo share/locale/es/LC_MESSAGES/pimsettingexporter.mo share/locale/es/LC_MESSAGES/plasma-desktop.mo share/locale/es/LC_MESSAGES/plasma-netbook.mo share/locale/es/LC_MESSAGES/plasma-overlay.mo share/locale/es/LC_MESSAGES/plasma-remote-helper.mo share/locale/es/LC_MESSAGES/plasma-windowed.mo share/locale/es/LC_MESSAGES/plasma_applet_BbalL.mo share/locale/es/LC_MESSAGES/plasma_applet_CharSelectApplet.mo share/locale/es/LC_MESSAGES/plasma_applet_Molmasscalculator.mo share/locale/es/LC_MESSAGES/plasma_applet_akonotes_note.mo share/locale/es/LC_MESSAGES/plasma_applet_battery.mo share/locale/es/LC_MESSAGES/plasma_applet_binaryclock.mo share/locale/es/LC_MESSAGES/plasma_applet_bookmarks.mo share/locale/es/LC_MESSAGES/plasma_applet_bubblemon.mo share/locale/es/LC_MESSAGES/plasma_applet_calculator.mo share/locale/es/LC_MESSAGES/plasma_applet_clock.mo share/locale/es/LC_MESSAGES/plasma_applet_comic.mo share/locale/es/LC_MESSAGES/plasma_applet_concentrationCalculator.mo share/locale/es/LC_MESSAGES/plasma_applet_currentappcontrol.mo share/locale/es/LC_MESSAGES/plasma_applet_dig_clock.mo share/locale/es/LC_MESSAGES/plasma_applet_fifteenPuzzle.mo share/locale/es/LC_MESSAGES/plasma_applet_fileWatcher.mo share/locale/es/LC_MESSAGES/plasma_applet_folderview.mo share/locale/es/LC_MESSAGES/plasma_applet_frame.mo share/locale/es/LC_MESSAGES/plasma_applet_fuzzy_clock.mo share/locale/es/LC_MESSAGES/plasma_applet_gasCalculator.mo share/locale/es/LC_MESSAGES/plasma_applet_groupingpanel.mo share/locale/es/LC_MESSAGES/plasma_applet_icon.mo share/locale/es/LC_MESSAGES/plasma_applet_icontasks.mo share/locale/es/LC_MESSAGES/plasma_applet_incomingmsg.mo share/locale/es/LC_MESSAGES/plasma_applet_kalgebra.mo share/locale/es/LC_MESSAGES/plasma_applet_kalzium.mo share/locale/es/LC_MESSAGES/plasma_applet_katesession.mo share/locale/es/LC_MESSAGES/plasma_applet_kdeobservatory.mo share/locale/es/LC_MESSAGES/plasma_applet_kget.mo share/locale/es/LC_MESSAGES/plasma_applet_kimpanel.mo share/locale/es/LC_MESSAGES/plasma_applet_knowledgebase.mo share/locale/es/LC_MESSAGES/plasma_applet_kolourpicker.mo share/locale/es/LC_MESSAGES/plasma_applet_kpapplet.mo share/locale/es/LC_MESSAGES/plasma_applet_launcher.mo share/locale/es/LC_MESSAGES/plasma_applet_leavenote.mo share/locale/es/LC_MESSAGES/plasma_applet_life.mo share/locale/es/LC_MESSAGES/plasma_applet_lockout.mo share/locale/es/LC_MESSAGES/plasma_applet_luna.mo share/locale/es/LC_MESSAGES/plasma_applet_magnifique.mo share/locale/es/LC_MESSAGES/plasma_applet_microblog.mo share/locale/es/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/es/LC_MESSAGES/plasma_applet_news.mo share/locale/es/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/es/LC_MESSAGES/plasma_applet_notes.mo share/locale/es/LC_MESSAGES/plasma_applet_notifier.mo share/locale/es/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/es/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/es/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/es/LC_MESSAGES/plasma_applet_opendesktop_activities.mo share/locale/es/LC_MESSAGES/plasma_applet_org.kde.notifications.mo share/locale/es/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/es/LC_MESSAGES/plasma_applet_pager.mo share/locale/es/LC_MESSAGES/plasma_applet_panel.mo share/locale/es/LC_MESSAGES/plasma_applet_panelspacer_internal.mo share/locale/es/LC_MESSAGES/plasma_applet_paste.mo share/locale/es/LC_MESSAGES/plasma_applet_pastebin.mo share/locale/es/LC_MESSAGES/plasma_applet_plasmaboard.mo share/locale/es/LC_MESSAGES/plasma_applet_previewer.mo share/locale/es/LC_MESSAGES/plasma_applet_printmanager.mo share/locale/es/LC_MESSAGES/plasma_applet_qalculate.mo share/locale/es/LC_MESSAGES/plasma_applet_qstardict.mo share/locale/es/LC_MESSAGES/plasma_applet_quicklaunch.mo share/locale/es/LC_MESSAGES/plasma_applet_rssnow.mo share/locale/es/LC_MESSAGES/plasma_applet_rtm.mo share/locale/es/LC_MESSAGES/plasma_applet_sal.mo share/locale/es/LC_MESSAGES/plasma_applet_saverdesktop.mo share/locale/es/LC_MESSAGES/plasma_applet_searchbox.mo share/locale/es/LC_MESSAGES/plasma_applet_showdashboard.mo share/locale/es/LC_MESSAGES/plasma_applet_showdesktop.mo share/locale/es/LC_MESSAGES/plasma_applet_skapplet.mo share/locale/es/LC_MESSAGES/plasma_applet_spellcheck.mo share/locale/es/LC_MESSAGES/plasma_applet_system-monitor.mo share/locale/es/LC_MESSAGES/plasma_applet_systemloadviewer.mo share/locale/es/LC_MESSAGES/plasma_applet_systemtray.mo share/locale/es/LC_MESSAGES/plasma_applet_tasks.mo share/locale/es/LC_MESSAGES/plasma_applet_timer.mo share/locale/es/LC_MESSAGES/plasma_applet_trash.mo share/locale/es/LC_MESSAGES/plasma_applet_unitconverter.mo share/locale/es/LC_MESSAGES/plasma_applet_weather.mo share/locale/es/LC_MESSAGES/plasma_applet_weatherstation.mo share/locale/es/LC_MESSAGES/plasma_applet_webbrowser.mo share/locale/es/LC_MESSAGES/plasma_applet_webslice.mo share/locale/es/LC_MESSAGES/plasma_applet_windowlist.mo share/locale/es/LC_MESSAGES/plasma_appletscriptengine_dashboard.mo share/locale/es/LC_MESSAGES/plasma_containmentactions_contextmenu.mo share/locale/es/LC_MESSAGES/plasma_containmentactions_switchactivity.mo share/locale/es/LC_MESSAGES/plasma_containmentactions_switchdesktop.mo share/locale/es/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/es/LC_MESSAGES/plasma_engine_calendar.mo share/locale/es/LC_MESSAGES/plasma_engine_kalzium.mo share/locale/es/LC_MESSAGES/plasma_engine_kdeobservatory.mo share/locale/es/LC_MESSAGES/plasma_engine_keystate.mo share/locale/es/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/es/LC_MESSAGES/plasma_engine_metadata.mo share/locale/es/LC_MESSAGES/plasma_engine_mpris2.mo share/locale/es/LC_MESSAGES/plasma_engine_network.mo share/locale/es/LC_MESSAGES/plasma_engine_notifications.mo share/locale/es/LC_MESSAGES/plasma_engine_nowplaying.mo share/locale/es/LC_MESSAGES/plasma_engine_rss.mo share/locale/es/LC_MESSAGES/plasma_engine_share.mo share/locale/es/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/es/LC_MESSAGES/plasma_engine_weather.mo share/locale/es/LC_MESSAGES/plasma_package_org.kde.desktop.activitymanager.mo share/locale/es/LC_MESSAGES/plasma_package_org.kde.desktop.widgetexplorer.mo share/locale/es/LC_MESSAGES/plasma_packagestructure_comic.mo share/locale/es/LC_MESSAGES/plasma_runner_CharacterRunner.mo share/locale/es/LC_MESSAGES/plasma_runner_activities.mo share/locale/es/LC_MESSAGES/plasma_runner_audioplayercontrol.mo share/locale/es/LC_MESSAGES/plasma_runner_bookmarksrunner.mo share/locale/es/LC_MESSAGES/plasma_runner_browserhistory.mo share/locale/es/LC_MESSAGES/plasma_runner_calculatorrunner.mo share/locale/es/LC_MESSAGES/plasma_runner_contacts.mo share/locale/es/LC_MESSAGES/plasma_runner_converterrunner.mo share/locale/es/LC_MESSAGES/plasma_runner_datetime.mo share/locale/es/LC_MESSAGES/plasma_runner_events.mo share/locale/es/LC_MESSAGES/plasma_runner_katesessions.mo share/locale/es/LC_MESSAGES/plasma_runner_kget.mo share/locale/es/LC_MESSAGES/plasma_runner_kill.mo share/locale/es/LC_MESSAGES/plasma_runner_konquerorsessions.mo share/locale/es/LC_MESSAGES/plasma_runner_konsolesessions.mo share/locale/es/LC_MESSAGES/plasma_runner_kopete.mo share/locale/es/LC_MESSAGES/plasma_runner_krunner_dictionary.mo share/locale/es/LC_MESSAGES/plasma_runner_locations.mo share/locale/es/LC_MESSAGES/plasma_runner_marblerunner.mo share/locale/es/LC_MESSAGES/plasma_runner_mediawiki.mo share/locale/es/LC_MESSAGES/plasma_runner_nepomuksearchrunner.mo share/locale/es/LC_MESSAGES/plasma_runner_placesrunner.mo share/locale/es/LC_MESSAGES/plasma_runner_plasma-desktop.mo share/locale/es/LC_MESSAGES/plasma_runner_powerdevil.mo share/locale/es/LC_MESSAGES/plasma_runner_recentdocuments.mo share/locale/es/LC_MESSAGES/plasma_runner_services.mo share/locale/es/LC_MESSAGES/plasma_runner_sessions.mo share/locale/es/LC_MESSAGES/plasma_runner_shell.mo share/locale/es/LC_MESSAGES/plasma_runner_solid.mo share/locale/es/LC_MESSAGES/plasma_runner_spellcheckrunner.mo share/locale/es/LC_MESSAGES/plasma_runner_webshortcuts.mo share/locale/es/LC_MESSAGES/plasma_runner_windowedwidgets.mo share/locale/es/LC_MESSAGES/plasma_runner_windows.mo share/locale/es/LC_MESSAGES/plasma_runner_youtube.mo share/locale/es/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/es/LC_MESSAGES/plasma_toolbox_desktoptoolbox.mo share/locale/es/LC_MESSAGES/plasma_toolbox_paneltoolbox.mo share/locale/es/LC_MESSAGES/plasma_wallpaper_color.mo share/locale/es/LC_MESSAGES/plasma_wallpaper_image.mo share/locale/es/LC_MESSAGES/plasma_wallpaper_mandelbrot.mo share/locale/es/LC_MESSAGES/plasma_wallpaper_marble.mo share/locale/es/LC_MESSAGES/plasma_wallpaper_pattern.mo share/locale/es/LC_MESSAGES/plasma_wallpaper_potd.mo share/locale/es/LC_MESSAGES/plasma_wallpaper_virus.mo share/locale/es/LC_MESSAGES/plasma_wallpaper_wallpaper-qml.mo share/locale/es/LC_MESSAGES/plasma_wallpaper_weather.mo share/locale/es/LC_MESSAGES/plasmagenericshell.mo share/locale/es/LC_MESSAGES/plasmapkg.mo share/locale/es/LC_MESSAGES/pothumbnail.mo share/locale/es/LC_MESSAGES/powerdevil.mo share/locale/es/LC_MESSAGES/powerdevilactivitiesconfig.mo share/locale/es/LC_MESSAGES/powerdevilglobalconfig.mo share/locale/es/LC_MESSAGES/powerdevilprofilesconfig.mo share/locale/es/LC_MESSAGES/print-manager.mo share/locale/es/LC_MESSAGES/processcore.mo share/locale/es/LC_MESSAGES/processui.mo share/locale/es/LC_MESSAGES/randrmonitor.mo share/locale/es/LC_MESSAGES/rellinks.mo share/locale/es/LC_MESSAGES/rocs.mo share/locale/es/LC_MESSAGES/rocscore.mo share/locale/es/LC_MESSAGES/rocsvisualeditor.mo share/locale/es/LC_MESSAGES/searchbarplugin.mo share/locale/es/LC_MESSAGES/solid-hardware.mo share/locale/es/LC_MESSAGES/solid-network.mo share/locale/es/LC_MESSAGES/solid_qt.mo share/locale/es/LC_MESSAGES/solidcontrol.mo share/locale/es/LC_MESSAGES/soliduiserver.mo share/locale/es/LC_MESSAGES/step.mo share/locale/es/LC_MESSAGES/step_qt.mo share/locale/es/LC_MESSAGES/strigila_diff.mo share/locale/es/LC_MESSAGES/superkaramba.mo share/locale/es/LC_MESSAGES/svgpart.mo share/locale/es/LC_MESSAGES/sweeper.mo share/locale/es/LC_MESSAGES/systemsettings.mo share/locale/es/LC_MESSAGES/tasks-mobile.mo share/locale/es/LC_MESSAGES/timezones4.mo share/locale/es/LC_MESSAGES/uachangerplugin.mo share/locale/es/LC_MESSAGES/umbrello.mo share/locale/es/LC_MESSAGES/useraccount.mo share/locale/es/LC_MESSAGES/validatorsplugin.mo share/locale/es/LC_MESSAGES/webarchiver.mo share/locale/es/LC_MESSAGES/xml_mimetypes.mo share/locale/es/entry.desktop @dirrm share/doc/HTML/es/umbrello @dirrm share/doc/HTML/es/systemsettings @dirrm share/doc/HTML/es/sweeper @dirrm share/doc/HTML/es/step @dirrm share/doc/HTML/es/sonnet @dirrm share/doc/HTML/es/rocs @dirrm share/doc/HTML/es/plasma-desktop @dirrm share/doc/HTML/es/picmi @dirrm share/doc/HTML/es/parley @dirrm share/doc/HTML/es/palapeli @dirrm share/doc/HTML/es/onlinehelp @dirrm share/doc/HTML/es/okular @dirrm share/doc/HTML/es/okteta @dirrm share/doc/HTML/es/marble @dirrm share/doc/HTML/es/lskat @dirrm share/doc/HTML/es/lokalize @dirrm share/doc/HTML/es/kwrite @dirrm share/doc/HTML/es/kwordquiz @dirrm share/doc/HTML/es/kwatchgnupg @dirrm share/doc/HTML/es/kwallet @dirrm share/doc/HTML/es/kuser @dirrm share/doc/HTML/es/kubrick @dirrm share/doc/HTML/es/kturtle @dirrm share/doc/HTML/es/ktuberling @dirrm share/doc/HTML/es/ktron @dirrm share/doc/HTML/es/ktouch @dirrm share/doc/HTML/es/ktnef @dirrm share/doc/HTML/es/ktimetracker @dirrm share/doc/HTML/es/ktimer @dirrm share/doc/HTML/es/kteatime @dirrm share/doc/HTML/es/ksystemlog @dirrm share/doc/HTML/es/ksysguard @dirrm share/doc/HTML/es/ksudoku @dirrm share/doc/HTML/es/kstars @dirrm share/doc/HTML/es/ksquares @dirrm share/doc/HTML/es/kspaceduel @dirrm share/doc/HTML/es/ksnapshot @dirrm share/doc/HTML/es/ksirkskineditor @dirrm share/doc/HTML/es/ksirk @dirrm share/doc/HTML/es/kshisen @dirrm share/doc/HTML/es/kruler @dirrm share/doc/HTML/es/krfb @dirrm share/doc/HTML/es/kreversi @dirrm share/doc/HTML/es/krdc @dirrm share/doc/HTML/es/kppp @dirrm share/doc/HTML/es/kpat @dirrm share/doc/HTML/es/korganizer @dirrm share/doc/HTML/es/kopete @dirrm share/doc/HTML/es/kontact-admin @dirrm share/doc/HTML/es/kontact @dirrm share/doc/HTML/es/konsolekalendar @dirrm share/doc/HTML/es/konsole @dirrm share/doc/HTML/es/konquest @dirrm share/doc/HTML/es/konqueror @dirrm share/doc/HTML/es/kompare @dirrm share/doc/HTML/es/kommander @dirrm share/doc/HTML/es/kolourpaint @dirrm share/doc/HTML/es/kollision @dirrm share/doc/HTML/es/kolf @dirrm share/doc/HTML/es/knotes @dirrm share/doc/HTML/es/knode @dirrm share/doc/HTML/es/knetwalk @dirrm share/doc/HTML/es/knetattach @dirrm share/doc/HTML/es/kmplot @dirrm share/doc/HTML/es/kmouth @dirrm share/doc/HTML/es/kmousetool @dirrm share/doc/HTML/es/kmix @dirrm share/doc/HTML/es/kmines @dirrm share/doc/HTML/es/kmenuedit @dirrm share/doc/HTML/es/kmail @dirrm share/doc/HTML/es/kmahjongg @dirrm share/doc/HTML/es/kmag @dirrm share/doc/HTML/es/klipper @dirrm share/doc/HTML/es/klinkstatus @dirrm share/doc/HTML/es/klines @dirrm share/doc/HTML/es/klickety @dirrm share/doc/HTML/es/klettres @dirrm share/doc/HTML/es/kleopatra @dirrm share/doc/HTML/es/kjumpingcube @dirrm share/doc/HTML/es/kjots @dirrm share/doc/HTML/es/kiten @dirrm share/doc/HTML/es/kiriki @dirrm share/doc/HTML/es/kioslave/xz @dirrm share/doc/HTML/es/kioslave/webdav @dirrm share/doc/HTML/es/kioslave/thumbnail @dirrm share/doc/HTML/es/kioslave/telnet @dirrm share/doc/HTML/es/kioslave/tar @dirrm share/doc/HTML/es/kioslave/smtp @dirrm share/doc/HTML/es/kioslave/smb @dirrm share/doc/HTML/es/kioslave/sieve @dirrm share/doc/HTML/es/kioslave/sftp @dirrm share/doc/HTML/es/kioslave/rlogin @dirrm share/doc/HTML/es/kioslave/pop3 @dirrm share/doc/HTML/es/kioslave/nntp @dirrm share/doc/HTML/es/kioslave/nfs @dirrm share/doc/HTML/es/kioslave/news @dirrm share/doc/HTML/es/kioslave/network @dirrm share/doc/HTML/es/kioslave/nepomuksearch @dirrm share/doc/HTML/es/kioslave/mbox @dirrm share/doc/HTML/es/kioslave/man @dirrm share/doc/HTML/es/kioslave/mailto @dirrm share/doc/HTML/es/kioslave/ldap @dirrm share/doc/HTML/es/kioslave/info @dirrm share/doc/HTML/es/kioslave/imap @dirrm share/doc/HTML/es/kioslave/http @dirrm share/doc/HTML/es/kioslave/help @dirrm share/doc/HTML/es/kioslave/gzip @dirrm share/doc/HTML/es/kioslave/ftp @dirrm share/doc/HTML/es/kioslave/floppy @dirrm share/doc/HTML/es/kioslave/fish @dirrm share/doc/HTML/es/kioslave/finger @dirrm share/doc/HTML/es/kioslave/file @dirrm share/doc/HTML/es/kioslave/data @dirrm share/doc/HTML/es/kioslave/cgi @dirrm share/doc/HTML/es/kioslave/bzip2 @dirrm share/doc/HTML/es/kioslave/bookmarks @dirrm share/doc/HTML/es/kioslave/audiocd @dirrm share/doc/HTML/es/kioslave @dirrm share/doc/HTML/es/kinfocenter @dirrm share/doc/HTML/es/kimagemapeditor @dirrm share/doc/HTML/es/killbots @dirrm share/doc/HTML/es/kigo @dirrm share/doc/HTML/es/kig @dirrm share/doc/HTML/es/khelpcenter/glossary @dirrm share/doc/HTML/es/khelpcenter/documentationnotfound @dirrm share/doc/HTML/es/khelpcenter @dirrm share/doc/HTML/es/khangman @dirrm share/doc/HTML/es/kgpg @dirrm share/doc/HTML/es/kgoldrunner @dirrm share/doc/HTML/es/kget @dirrm share/doc/HTML/es/kgeography @dirrm share/doc/HTML/es/kfourinline @dirrm share/doc/HTML/es/kfloppy @dirrm share/doc/HTML/es/kfind @dirrm share/doc/HTML/es/kfilereplace @dirrm share/doc/HTML/es/kdm @dirrm share/doc/HTML/es/kdiamond @dirrm share/doc/HTML/es/kdf @dirrm share/doc/HTML/es/kdesu @dirrm share/doc/HTML/es/kdepasswd @dirrm share/doc/HTML/es/kdebugdialog @dirrm share/doc/HTML/es/kcron @dirrm share/doc/HTML/es/kcontrol/workspaceoptions @dirrm share/doc/HTML/es/kcontrol/windowspecific @dirrm share/doc/HTML/es/kcontrol/windowbehaviour @dirrm share/doc/HTML/es/kcontrol/useragent @dirrm share/doc/HTML/es/kcontrol/trash @dirrm share/doc/HTML/es/kcontrol/splashscreen @dirrm share/doc/HTML/es/kcontrol/spellchecking @dirrm share/doc/HTML/es/kcontrol/solid-hardware @dirrm share/doc/HTML/es/kcontrol/solid-device-automounter @dirrm share/doc/HTML/es/kcontrol/smb @dirrm share/doc/HTML/es/kcontrol/screensaver @dirrm share/doc/HTML/es/kcontrol/proxy @dirrm share/doc/HTML/es/kcontrol/phonon @dirrm share/doc/HTML/es/kcontrol/performance @dirrm share/doc/HTML/es/kcontrol/paths @dirrm share/doc/HTML/es/kcontrol/netpref @dirrm share/doc/HTML/es/kcontrol/nepomuk +@dirrm share/doc/HTML/es/kcontrol/mouse @dirrm share/doc/HTML/es/kcontrol/language +@dirrm share/doc/HTML/es/kcontrol/kwinscreenedges @dirrm share/doc/HTML/es/kcontrol/kwindecoration @dirrm share/doc/HTML/es/kcontrol/kwincompositing @dirrm share/doc/HTML/es/kcontrol/kresources @dirrm share/doc/HTML/es/kcontrol/kremotecontrol @dirrm share/doc/HTML/es/kcontrol/khtml-plugins @dirrm share/doc/HTML/es/kcontrol/khtml-java-js +@dirrm share/doc/HTML/es/kcontrol/khtml-general @dirrm share/doc/HTML/es/kcontrol/khtml-behavior @dirrm share/doc/HTML/es/kcontrol/khtml-adblock @dirrm share/doc/HTML/es/kcontrol/kgamma @dirrm share/doc/HTML/es/kcontrol/keys @dirrm share/doc/HTML/es/kcontrol/keyboard @dirrm share/doc/HTML/es/kcontrol/kded @dirrm share/doc/HTML/es/kcontrol/kcmstyle @dirrm share/doc/HTML/es/kcontrol/kcmsmserver @dirrm share/doc/HTML/es/kcontrol/kcmnotify @dirrm share/doc/HTML/es/kcontrol/kcmlaunch @dirrm share/doc/HTML/es/kcontrol/kcmcss @dirrm share/doc/HTML/es/kcontrol/kcmcgi @dirrm share/doc/HTML/es/kcontrol/kcmaccess @dirrm share/doc/HTML/es/kcontrol/kcm_ssl @dirrm share/doc/HTML/es/kcontrol/kamera @dirrm share/doc/HTML/es/kcontrol/joystick @dirrm share/doc/HTML/es/kcontrol/icons @dirrm share/doc/HTML/es/kcontrol/history @dirrm share/doc/HTML/es/kcontrol/fonts @dirrm share/doc/HTML/es/kcontrol/fontinst @dirrm share/doc/HTML/es/kcontrol/filetypes @dirrm share/doc/HTML/es/kcontrol/filemanager @dirrm share/doc/HTML/es/kcontrol/emoticons @dirrm share/doc/HTML/es/kcontrol/ebrowsing @dirrm share/doc/HTML/es/kcontrol/desktop +@dirrm share/doc/HTML/es/kcontrol/cursortheme @dirrm share/doc/HTML/es/kcontrol/cookies @dirrm share/doc/HTML/es/kcontrol/componentchooser @dirrm share/doc/HTML/es/kcontrol/colors @dirrm share/doc/HTML/es/kcontrol/clock @dirrm share/doc/HTML/es/kcontrol/cddbretrieval @dirrm share/doc/HTML/es/kcontrol/cache @dirrm share/doc/HTML/es/kcontrol/bookmarks @dirrm share/doc/HTML/es/kcontrol/blockdevices @dirrm share/doc/HTML/es/kcontrol/bell @dirrm share/doc/HTML/es/kcontrol/autostart @dirrm share/doc/HTML/es/kcontrol/attica @dirrm share/doc/HTML/es/kcontrol @dirrm share/doc/HTML/es/kcharselect @dirrm share/doc/HTML/es/kcalc @dirrm share/doc/HTML/es/kcachegrind @dirrm share/doc/HTML/es/kbruch @dirrm share/doc/HTML/es/kbreakout @dirrm share/doc/HTML/es/kbounce @dirrm share/doc/HTML/es/kblocks @dirrm share/doc/HTML/es/kblackbox @dirrm share/doc/HTML/es/kbattleship @dirrm share/doc/HTML/es/katomic @dirrm share/doc/HTML/es/kapptemplate @dirrm share/doc/HTML/es/kapman @dirrm share/doc/HTML/es/kanagram @dirrm share/doc/HTML/es/kalzium @dirrm share/doc/HTML/es/kalgebra @dirrm share/doc/HTML/es/kalarm @dirrm share/doc/HTML/es/kajongg @dirrm share/doc/HTML/es/kabcclient @dirrm share/doc/HTML/es/juk @dirrm share/doc/HTML/es/gwenview @dirrm share/doc/HTML/es/granatier @dirrm share/doc/HTML/es/filelight @dirrm share/doc/HTML/es/dragonplayer @dirrm share/doc/HTML/es/dolphin @dirrm share/doc/HTML/es/common @dirrm share/doc/HTML/es/cervisia @dirrm share/doc/HTML/es/cantor @dirrm share/doc/HTML/es/bovo @dirrm share/doc/HTML/es/bomber @dirrm share/doc/HTML/es/blogilo @dirrm share/doc/HTML/es/blinken @dirrm share/doc/HTML/es/ark @dirrm share/doc/HTML/es/amor @dirrm share/doc/HTML/es/akregator @dirrm share/apps/kvtml/es @dirrm share/apps/kvtml @dirrm share/apps/ktuberling/sounds/es @dirrm share/apps/ktuberling/sounds @dirrm share/apps/ktuberling @dirrm share/apps/klettres/es/syllab @dirrm share/apps/klettres/es/alpha @dirrm share/apps/klettres/es @dirrm share/apps/klettres @dirrm share/apps/khangman @dirrm share/apps/autocorrect @dirrmtry man/es/man8 @dirrmtry man/es/man7 @dirrmtry man/es/man6 @dirrmtry man/es/man1 @dirrmtry man/es Index: head/misc/kde4-l10n-et/distinfo =================================================================== --- head/misc/kde4-l10n-et/distinfo (revision 318451) +++ head/misc/kde4-l10n-et/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/kde-l10n/kde-l10n-et-4.10.1.tar.xz) = 8fcc07e8568397c9b896e4d21b9075416075d979ceadd6035153289b93032c5a -SIZE (KDE/4.10.1/kde-l10n/kde-l10n-et-4.10.1.tar.xz) = 7517420 +SHA256 (KDE/4.10.3/kde-l10n/kde-l10n-et-4.10.3.tar.xz) = be264d819414d8913df60a3fdb9df0d00175378a4177007499d477326be2891e +SIZE (KDE/4.10.3/kde-l10n/kde-l10n-et-4.10.3.tar.xz) = 7529848 Index: head/misc/kde4-l10n-et/pkg-plist =================================================================== --- head/misc/kde4-l10n-et/pkg-plist (revision 318451) +++ head/misc/kde4-l10n-et/pkg-plist (revision 318452) @@ -1,2006 +1,2004 @@ share/apps/khangman/et.txt share/apps/kvtml/et/animals.kvtml share/apps/kvtml/et/easy.kvtml share/apps/kvtml/et/hard.kvtml share/apps/kvtml/et/medium.kvtml share/doc/HTML/et/PolicyKit-kde/authorization.docbook share/doc/HTML/et/PolicyKit-kde/authorizationagent.docbook share/doc/HTML/et/PolicyKit-kde/common share/doc/HTML/et/PolicyKit-kde/howitworks.docbook share/doc/HTML/et/PolicyKit-kde/index.cache.bz2 share/doc/HTML/et/PolicyKit-kde/index.docbook share/doc/HTML/et/PolicyKit-kde/introduction.docbook share/doc/HTML/et/akregator/common share/doc/HTML/et/akregator/index.cache.bz2 share/doc/HTML/et/akregator/index.docbook share/doc/HTML/et/amor/common share/doc/HTML/et/amor/index.cache.bz2 share/doc/HTML/et/amor/index.docbook share/doc/HTML/et/amor/man-amor.6.docbook share/doc/HTML/et/ark/common share/doc/HTML/et/ark/index.cache.bz2 share/doc/HTML/et/ark/index.docbook share/doc/HTML/et/ark/man-ark.1.docbook share/doc/HTML/et/blinken/common share/doc/HTML/et/blinken/index.cache.bz2 share/doc/HTML/et/blinken/index.docbook share/doc/HTML/et/blogilo/common share/doc/HTML/et/blogilo/index.cache.bz2 share/doc/HTML/et/blogilo/index.docbook share/doc/HTML/et/bomber/common share/doc/HTML/et/bomber/index.cache.bz2 share/doc/HTML/et/bomber/index.docbook share/doc/HTML/et/bovo/common share/doc/HTML/et/bovo/index.cache.bz2 share/doc/HTML/et/bovo/index.docbook share/doc/HTML/et/cantor/common share/doc/HTML/et/cantor/index.cache.bz2 share/doc/HTML/et/cantor/index.docbook share/doc/HTML/et/cervisia/common share/doc/HTML/et/cervisia/index.cache.bz2 share/doc/HTML/et/cervisia/index.docbook share/doc/HTML/et/common/fdl-translated.html share/doc/HTML/et/common/gpl-translated.html share/doc/HTML/et/common/kde-localised.css share/doc/HTML/et/common/lgpl-translated.html share/doc/HTML/et/dolphin/common share/doc/HTML/et/dolphin/index.cache.bz2 share/doc/HTML/et/dolphin/index.docbook share/doc/HTML/et/dragonplayer/common share/doc/HTML/et/dragonplayer/index.cache.bz2 share/doc/HTML/et/dragonplayer/index.docbook share/doc/HTML/et/dragonplayer/man-dragon.1.docbook share/doc/HTML/et/filelight/common share/doc/HTML/et/filelight/index.cache.bz2 share/doc/HTML/et/filelight/index.docbook share/doc/HTML/et/fundamentals/common share/doc/HTML/et/fundamentals/config.docbook share/doc/HTML/et/fundamentals/index.cache.bz2 share/doc/HTML/et/fundamentals/index.docbook share/doc/HTML/et/fundamentals/install.docbook share/doc/HTML/et/fundamentals/tasks.docbook share/doc/HTML/et/fundamentals/ui.docbook share/doc/HTML/et/granatier/common share/doc/HTML/et/granatier/index.cache.bz2 share/doc/HTML/et/granatier/index.docbook share/doc/HTML/et/gwenview/common share/doc/HTML/et/gwenview/index.cache.bz2 share/doc/HTML/et/gwenview/index.docbook share/doc/HTML/et/jovie/common share/doc/HTML/et/jovie/index.cache.bz2 share/doc/HTML/et/jovie/index.docbook share/doc/HTML/et/juk/common share/doc/HTML/et/juk/index.cache.bz2 share/doc/HTML/et/juk/index.docbook share/doc/HTML/et/kabcclient/common share/doc/HTML/et/kabcclient/index.cache.bz2 share/doc/HTML/et/kabcclient/index.docbook share/doc/HTML/et/kabcclient/man-kabcclient.1.docbook share/doc/HTML/et/kajongg/common share/doc/HTML/et/kajongg/index.cache.bz2 share/doc/HTML/et/kajongg/index.docbook share/doc/HTML/et/kalarm/common share/doc/HTML/et/kalarm/index.cache.bz2 share/doc/HTML/et/kalarm/index.docbook share/doc/HTML/et/kalgebra/commands.docbook share/doc/HTML/et/kalgebra/common share/doc/HTML/et/kalgebra/index.cache.bz2 share/doc/HTML/et/kalgebra/index.docbook share/doc/HTML/et/kalzium/common share/doc/HTML/et/kalzium/index.cache.bz2 share/doc/HTML/et/kalzium/index.docbook share/doc/HTML/et/kalzium/man-kalzium.1.docbook share/doc/HTML/et/kanagram/common share/doc/HTML/et/kanagram/index.cache.bz2 share/doc/HTML/et/kanagram/index.docbook share/doc/HTML/et/kapman/common share/doc/HTML/et/kapman/index.cache.bz2 share/doc/HTML/et/kapman/index.docbook share/doc/HTML/et/kapptemplate/common share/doc/HTML/et/kapptemplate/index.cache.bz2 share/doc/HTML/et/kapptemplate/index.docbook share/doc/HTML/et/kate/advanced.docbook share/doc/HTML/et/kate/common share/doc/HTML/et/kate/configuring-part.docbook share/doc/HTML/et/kate/configuring.docbook share/doc/HTML/et/kate/fundamentals.docbook share/doc/HTML/et/kate/highlighting.docbook share/doc/HTML/et/kate/index.cache.bz2 share/doc/HTML/et/kate/index.docbook share/doc/HTML/et/kate/man-kate.1.docbook share/doc/HTML/et/kate/mdi.docbook share/doc/HTML/et/kate/menus.docbook share/doc/HTML/et/kate/part.docbook share/doc/HTML/et/kate/plugins.docbook share/doc/HTML/et/kate/regular-expressions.docbook share/doc/HTML/et/kate/vi.docbook share/doc/HTML/et/katomic/common share/doc/HTML/et/katomic/index.cache.bz2 share/doc/HTML/et/katomic/index.docbook share/doc/HTML/et/kbattleship/common share/doc/HTML/et/kbattleship/index.cache.bz2 share/doc/HTML/et/kbattleship/index.docbook share/doc/HTML/et/kblackbox/common share/doc/HTML/et/kblackbox/index.cache.bz2 share/doc/HTML/et/kblackbox/index.docbook share/doc/HTML/et/kblocks/common share/doc/HTML/et/kblocks/index.cache.bz2 share/doc/HTML/et/kblocks/index.docbook share/doc/HTML/et/kbounce/common share/doc/HTML/et/kbounce/index.cache.bz2 share/doc/HTML/et/kbounce/index.docbook share/doc/HTML/et/kbreakout/common share/doc/HTML/et/kbreakout/index.cache.bz2 share/doc/HTML/et/kbreakout/index.docbook share/doc/HTML/et/kbruch/common share/doc/HTML/et/kbruch/index.cache.bz2 share/doc/HTML/et/kbruch/index.docbook share/doc/HTML/et/kbruch/man-kbruch.1.docbook share/doc/HTML/et/kcachegrind/common share/doc/HTML/et/kcachegrind/index.cache.bz2 share/doc/HTML/et/kcachegrind/index.docbook share/doc/HTML/et/kcalc/commands.docbook share/doc/HTML/et/kcalc/common share/doc/HTML/et/kcalc/index.cache.bz2 share/doc/HTML/et/kcalc/index.docbook share/doc/HTML/et/kcharselect/common share/doc/HTML/et/kcharselect/index.cache.bz2 share/doc/HTML/et/kcharselect/index.docbook share/doc/HTML/et/kcontrol/attica/common share/doc/HTML/et/kcontrol/attica/index.cache.bz2 share/doc/HTML/et/kcontrol/attica/index.docbook share/doc/HTML/et/kcontrol/autostart/common share/doc/HTML/et/kcontrol/autostart/index.cache.bz2 share/doc/HTML/et/kcontrol/autostart/index.docbook share/doc/HTML/et/kcontrol/bell/common share/doc/HTML/et/kcontrol/bell/index.cache.bz2 share/doc/HTML/et/kcontrol/bell/index.docbook share/doc/HTML/et/kcontrol/blockdevices/common share/doc/HTML/et/kcontrol/blockdevices/index.cache.bz2 share/doc/HTML/et/kcontrol/blockdevices/index.docbook share/doc/HTML/et/kcontrol/bookmarks/common share/doc/HTML/et/kcontrol/bookmarks/index.cache.bz2 share/doc/HTML/et/kcontrol/bookmarks/index.docbook share/doc/HTML/et/kcontrol/cache/common share/doc/HTML/et/kcontrol/cache/index.cache.bz2 share/doc/HTML/et/kcontrol/cache/index.docbook share/doc/HTML/et/kcontrol/cddbretrieval/common share/doc/HTML/et/kcontrol/cddbretrieval/index.cache.bz2 share/doc/HTML/et/kcontrol/cddbretrieval/index.docbook share/doc/HTML/et/kcontrol/clock/common share/doc/HTML/et/kcontrol/clock/index.cache.bz2 share/doc/HTML/et/kcontrol/clock/index.docbook share/doc/HTML/et/kcontrol/colors/common share/doc/HTML/et/kcontrol/colors/index.cache.bz2 share/doc/HTML/et/kcontrol/colors/index.docbook share/doc/HTML/et/kcontrol/componentchooser/common share/doc/HTML/et/kcontrol/componentchooser/index.cache.bz2 share/doc/HTML/et/kcontrol/componentchooser/index.docbook share/doc/HTML/et/kcontrol/cookies/common share/doc/HTML/et/kcontrol/cookies/index.cache.bz2 share/doc/HTML/et/kcontrol/cookies/index.docbook share/doc/HTML/et/kcontrol/cursortheme/common share/doc/HTML/et/kcontrol/cursortheme/index.cache.bz2 share/doc/HTML/et/kcontrol/cursortheme/index.docbook share/doc/HTML/et/kcontrol/desktop/common share/doc/HTML/et/kcontrol/desktop/index.cache.bz2 share/doc/HTML/et/kcontrol/desktop/index.docbook share/doc/HTML/et/kcontrol/desktopthemedetails/common share/doc/HTML/et/kcontrol/desktopthemedetails/index.cache.bz2 share/doc/HTML/et/kcontrol/desktopthemedetails/index.docbook share/doc/HTML/et/kcontrol/ebrowsing/common share/doc/HTML/et/kcontrol/ebrowsing/index.cache.bz2 share/doc/HTML/et/kcontrol/ebrowsing/index.docbook share/doc/HTML/et/kcontrol/emoticons/common share/doc/HTML/et/kcontrol/emoticons/index.cache.bz2 share/doc/HTML/et/kcontrol/emoticons/index.docbook share/doc/HTML/et/kcontrol/filemanager/common share/doc/HTML/et/kcontrol/filemanager/index.cache.bz2 share/doc/HTML/et/kcontrol/filemanager/index.docbook share/doc/HTML/et/kcontrol/filetypes/common share/doc/HTML/et/kcontrol/filetypes/index.cache.bz2 share/doc/HTML/et/kcontrol/filetypes/index.docbook share/doc/HTML/et/kcontrol/fontinst/common share/doc/HTML/et/kcontrol/fontinst/index.cache.bz2 share/doc/HTML/et/kcontrol/fontinst/index.docbook share/doc/HTML/et/kcontrol/fonts/common share/doc/HTML/et/kcontrol/fonts/index.cache.bz2 share/doc/HTML/et/kcontrol/fonts/index.docbook share/doc/HTML/et/kcontrol/history/common share/doc/HTML/et/kcontrol/history/index.cache.bz2 share/doc/HTML/et/kcontrol/history/index.docbook share/doc/HTML/et/kcontrol/icons/common share/doc/HTML/et/kcontrol/icons/index.cache.bz2 share/doc/HTML/et/kcontrol/icons/index.docbook share/doc/HTML/et/kcontrol/joystick/common share/doc/HTML/et/kcontrol/joystick/index.cache.bz2 share/doc/HTML/et/kcontrol/joystick/index.docbook share/doc/HTML/et/kcontrol/kamera/common share/doc/HTML/et/kcontrol/kamera/index.cache.bz2 share/doc/HTML/et/kcontrol/kamera/index.docbook share/doc/HTML/et/kcontrol/kcm_ssl/common share/doc/HTML/et/kcontrol/kcm_ssl/index.cache.bz2 share/doc/HTML/et/kcontrol/kcm_ssl/index.docbook share/doc/HTML/et/kcontrol/kcmaccess/common share/doc/HTML/et/kcontrol/kcmaccess/index.cache.bz2 share/doc/HTML/et/kcontrol/kcmaccess/index.docbook share/doc/HTML/et/kcontrol/kcmcgi/common share/doc/HTML/et/kcontrol/kcmcgi/index.cache.bz2 share/doc/HTML/et/kcontrol/kcmcgi/index.docbook share/doc/HTML/et/kcontrol/kcmcss/common share/doc/HTML/et/kcontrol/kcmcss/index.cache.bz2 share/doc/HTML/et/kcontrol/kcmcss/index.docbook share/doc/HTML/et/kcontrol/kcmlaunch/common share/doc/HTML/et/kcontrol/kcmlaunch/index.cache.bz2 share/doc/HTML/et/kcontrol/kcmlaunch/index.docbook share/doc/HTML/et/kcontrol/kcmnotify/common share/doc/HTML/et/kcontrol/kcmnotify/index.cache.bz2 share/doc/HTML/et/kcontrol/kcmnotify/index.docbook share/doc/HTML/et/kcontrol/kcmsmserver/common share/doc/HTML/et/kcontrol/kcmsmserver/index.cache.bz2 share/doc/HTML/et/kcontrol/kcmsmserver/index.docbook share/doc/HTML/et/kcontrol/kcmstyle/common share/doc/HTML/et/kcontrol/kcmstyle/index.cache.bz2 share/doc/HTML/et/kcontrol/kcmstyle/index.docbook share/doc/HTML/et/kcontrol/kded/common share/doc/HTML/et/kcontrol/kded/index.cache.bz2 share/doc/HTML/et/kcontrol/kded/index.docbook share/doc/HTML/et/kcontrol/keyboard/common share/doc/HTML/et/kcontrol/keyboard/index.cache.bz2 share/doc/HTML/et/kcontrol/keyboard/index.docbook share/doc/HTML/et/kcontrol/keys/common share/doc/HTML/et/kcontrol/keys/index.cache.bz2 share/doc/HTML/et/kcontrol/keys/index.docbook share/doc/HTML/et/kcontrol/kgamma/common share/doc/HTML/et/kcontrol/kgamma/index.cache.bz2 share/doc/HTML/et/kcontrol/kgamma/index.docbook share/doc/HTML/et/kcontrol/khotkeys/common share/doc/HTML/et/kcontrol/khotkeys/index.cache.bz2 share/doc/HTML/et/kcontrol/khotkeys/index.docbook share/doc/HTML/et/kcontrol/khtml-adblock/common share/doc/HTML/et/kcontrol/khtml-adblock/index.cache.bz2 share/doc/HTML/et/kcontrol/khtml-adblock/index.docbook share/doc/HTML/et/kcontrol/khtml-behavior/common share/doc/HTML/et/kcontrol/khtml-behavior/index.cache.bz2 share/doc/HTML/et/kcontrol/khtml-behavior/index.docbook share/doc/HTML/et/kcontrol/khtml-general/common share/doc/HTML/et/kcontrol/khtml-general/index.cache.bz2 share/doc/HTML/et/kcontrol/khtml-general/index.docbook share/doc/HTML/et/kcontrol/khtml-java-js/common share/doc/HTML/et/kcontrol/khtml-java-js/index.cache.bz2 share/doc/HTML/et/kcontrol/khtml-java-js/index.docbook share/doc/HTML/et/kcontrol/khtml-plugins/common share/doc/HTML/et/kcontrol/khtml-plugins/index.cache.bz2 share/doc/HTML/et/kcontrol/khtml-plugins/index.docbook share/doc/HTML/et/kcontrol/kremotecontrol/common share/doc/HTML/et/kcontrol/kremotecontrol/index.cache.bz2 share/doc/HTML/et/kcontrol/kremotecontrol/index.docbook share/doc/HTML/et/kcontrol/kresources/common share/doc/HTML/et/kcontrol/kresources/index.cache.bz2 share/doc/HTML/et/kcontrol/kresources/index.docbook share/doc/HTML/et/kcontrol/kwincompositing/common share/doc/HTML/et/kcontrol/kwincompositing/index.cache.bz2 share/doc/HTML/et/kcontrol/kwincompositing/index.docbook share/doc/HTML/et/kcontrol/kwindecoration/common share/doc/HTML/et/kcontrol/kwindecoration/index.cache.bz2 share/doc/HTML/et/kcontrol/kwindecoration/index.docbook share/doc/HTML/et/kcontrol/kwinscreenedges/common share/doc/HTML/et/kcontrol/kwinscreenedges/index.cache.bz2 share/doc/HTML/et/kcontrol/kwinscreenedges/index.docbook share/doc/HTML/et/kcontrol/kwintabbox/common share/doc/HTML/et/kcontrol/kwintabbox/index.cache.bz2 share/doc/HTML/et/kcontrol/kwintabbox/index.docbook share/doc/HTML/et/kcontrol/language/common share/doc/HTML/et/kcontrol/language/index.cache.bz2 share/doc/HTML/et/kcontrol/language/index.docbook share/doc/HTML/et/kcontrol/mouse/common share/doc/HTML/et/kcontrol/mouse/index.cache.bz2 share/doc/HTML/et/kcontrol/mouse/index.docbook share/doc/HTML/et/kcontrol/nepomuk/common share/doc/HTML/et/kcontrol/nepomuk/index.cache.bz2 share/doc/HTML/et/kcontrol/nepomuk/index.docbook share/doc/HTML/et/kcontrol/netpref/common share/doc/HTML/et/kcontrol/netpref/index.cache.bz2 share/doc/HTML/et/kcontrol/netpref/index.docbook share/doc/HTML/et/kcontrol/paths/common share/doc/HTML/et/kcontrol/paths/index.cache.bz2 share/doc/HTML/et/kcontrol/paths/index.docbook share/doc/HTML/et/kcontrol/performance/common share/doc/HTML/et/kcontrol/performance/index.cache.bz2 share/doc/HTML/et/kcontrol/performance/index.docbook share/doc/HTML/et/kcontrol/phonon/common share/doc/HTML/et/kcontrol/phonon/index.cache.bz2 share/doc/HTML/et/kcontrol/phonon/index.docbook share/doc/HTML/et/kcontrol/powerdevil/common share/doc/HTML/et/kcontrol/powerdevil/index.cache.bz2 share/doc/HTML/et/kcontrol/powerdevil/index.docbook share/doc/HTML/et/kcontrol/proxy/common share/doc/HTML/et/kcontrol/proxy/index.cache.bz2 share/doc/HTML/et/kcontrol/proxy/index.docbook share/doc/HTML/et/kcontrol/screensaver/common share/doc/HTML/et/kcontrol/screensaver/index.cache.bz2 share/doc/HTML/et/kcontrol/screensaver/index.docbook share/doc/HTML/et/kcontrol/smb/common share/doc/HTML/et/kcontrol/smb/index.cache.bz2 share/doc/HTML/et/kcontrol/smb/index.docbook share/doc/HTML/et/kcontrol/solid-actions/common share/doc/HTML/et/kcontrol/solid-actions/index.cache.bz2 share/doc/HTML/et/kcontrol/solid-actions/index.docbook share/doc/HTML/et/kcontrol/solid-device-automounter/common share/doc/HTML/et/kcontrol/solid-device-automounter/index.cache.bz2 share/doc/HTML/et/kcontrol/solid-device-automounter/index.docbook share/doc/HTML/et/kcontrol/solid-hardware/common share/doc/HTML/et/kcontrol/solid-hardware/index.cache.bz2 share/doc/HTML/et/kcontrol/solid-hardware/index.docbook share/doc/HTML/et/kcontrol/spellchecking/common share/doc/HTML/et/kcontrol/spellchecking/index.cache.bz2 share/doc/HTML/et/kcontrol/spellchecking/index.docbook share/doc/HTML/et/kcontrol/splashscreen/common share/doc/HTML/et/kcontrol/splashscreen/index.cache.bz2 share/doc/HTML/et/kcontrol/splashscreen/index.docbook share/doc/HTML/et/kcontrol/trash/common share/doc/HTML/et/kcontrol/trash/index.cache.bz2 share/doc/HTML/et/kcontrol/trash/index.docbook share/doc/HTML/et/kcontrol/useragent/common share/doc/HTML/et/kcontrol/useragent/index.cache.bz2 share/doc/HTML/et/kcontrol/useragent/index.docbook share/doc/HTML/et/kcontrol/windowbehaviour/common share/doc/HTML/et/kcontrol/windowbehaviour/index.cache.bz2 share/doc/HTML/et/kcontrol/windowbehaviour/index.docbook share/doc/HTML/et/kcontrol/windowspecific/common share/doc/HTML/et/kcontrol/windowspecific/index.cache.bz2 share/doc/HTML/et/kcontrol/windowspecific/index.docbook share/doc/HTML/et/kcontrol/workspaceoptions/common share/doc/HTML/et/kcontrol/workspaceoptions/index.cache.bz2 share/doc/HTML/et/kcontrol/workspaceoptions/index.docbook share/doc/HTML/et/kcron/common share/doc/HTML/et/kcron/index.cache.bz2 share/doc/HTML/et/kcron/index.docbook share/doc/HTML/et/kdebugdialog/common share/doc/HTML/et/kdebugdialog/index.cache.bz2 share/doc/HTML/et/kdebugdialog/index.docbook share/doc/HTML/et/kdepasswd/common share/doc/HTML/et/kdepasswd/index.cache.bz2 share/doc/HTML/et/kdepasswd/index.docbook share/doc/HTML/et/kdesu/common share/doc/HTML/et/kdesu/index.cache.bz2 share/doc/HTML/et/kdesu/index.docbook share/doc/HTML/et/kdesu/man-kdesu.1.docbook share/doc/HTML/et/kdf/common share/doc/HTML/et/kdf/index.cache.bz2 share/doc/HTML/et/kdf/index.docbook share/doc/HTML/et/kdiamond/common share/doc/HTML/et/kdiamond/index.cache.bz2 share/doc/HTML/et/kdiamond/index.docbook share/doc/HTML/et/kdm/common share/doc/HTML/et/kdm/index.cache.bz2 share/doc/HTML/et/kdm/index.docbook share/doc/HTML/et/kdm/kdmrc-ref.docbook share/doc/HTML/et/kdm/theme-ref.docbook share/doc/HTML/et/kfilereplace/common share/doc/HTML/et/kfilereplace/index.cache.bz2 share/doc/HTML/et/kfilereplace/index.docbook share/doc/HTML/et/kfind/common share/doc/HTML/et/kfind/index.cache.bz2 share/doc/HTML/et/kfind/index.docbook share/doc/HTML/et/kfind/man-kfind.1.docbook share/doc/HTML/et/kfloppy/common share/doc/HTML/et/kfloppy/index.cache.bz2 share/doc/HTML/et/kfloppy/index.docbook share/doc/HTML/et/kfontview/common share/doc/HTML/et/kfontview/index.cache.bz2 share/doc/HTML/et/kfontview/index.docbook share/doc/HTML/et/kfourinline/common share/doc/HTML/et/kfourinline/index.cache.bz2 share/doc/HTML/et/kfourinline/index.docbook share/doc/HTML/et/kgeography/common share/doc/HTML/et/kgeography/index.cache.bz2 share/doc/HTML/et/kgeography/index.docbook share/doc/HTML/et/kget/common share/doc/HTML/et/kget/index.cache.bz2 share/doc/HTML/et/kget/index.docbook share/doc/HTML/et/kgoldrunner/common share/doc/HTML/et/kgoldrunner/index.cache.bz2 share/doc/HTML/et/kgoldrunner/index.docbook share/doc/HTML/et/kgpg/common share/doc/HTML/et/kgpg/index.cache.bz2 share/doc/HTML/et/kgpg/index.docbook share/doc/HTML/et/khangman/common share/doc/HTML/et/khangman/index.cache.bz2 share/doc/HTML/et/khangman/index.docbook share/doc/HTML/et/khangman/man-khangman.6.docbook share/doc/HTML/et/khelpcenter/common share/doc/HTML/et/khelpcenter/documentationnotfound/common share/doc/HTML/et/khelpcenter/documentationnotfound/index.cache.bz2 share/doc/HTML/et/khelpcenter/documentationnotfound/index.docbook share/doc/HTML/et/khelpcenter/glossary/common share/doc/HTML/et/khelpcenter/glossary/index.cache.bz2 share/doc/HTML/et/khelpcenter/glossary/index.docbook share/doc/HTML/et/khelpcenter/glossary/kdeprintingglossary.docbook share/doc/HTML/et/khelpcenter/index.cache.bz2 share/doc/HTML/et/khelpcenter/index.docbook share/doc/HTML/et/kig/common share/doc/HTML/et/kig/index.cache.bz2 share/doc/HTML/et/kig/index.docbook share/doc/HTML/et/kig/man-kig.1.docbook share/doc/HTML/et/kigo/common share/doc/HTML/et/kigo/index.cache.bz2 share/doc/HTML/et/kigo/index.docbook share/doc/HTML/et/killbots/common share/doc/HTML/et/killbots/index.cache.bz2 share/doc/HTML/et/killbots/index.docbook share/doc/HTML/et/kimagemapeditor/common share/doc/HTML/et/kimagemapeditor/index.cache.bz2 share/doc/HTML/et/kimagemapeditor/index.docbook share/doc/HTML/et/kinfocenter/common share/doc/HTML/et/kinfocenter/index.cache.bz2 share/doc/HTML/et/kinfocenter/index.docbook share/doc/HTML/et/kioslave/audiocd/common share/doc/HTML/et/kioslave/audiocd/index.cache.bz2 share/doc/HTML/et/kioslave/audiocd/index.docbook share/doc/HTML/et/kioslave/bookmarks/common share/doc/HTML/et/kioslave/bookmarks/index.cache.bz2 share/doc/HTML/et/kioslave/bookmarks/index.docbook share/doc/HTML/et/kioslave/bzip2/common share/doc/HTML/et/kioslave/bzip2/index.cache.bz2 share/doc/HTML/et/kioslave/bzip2/index.docbook share/doc/HTML/et/kioslave/cgi/common share/doc/HTML/et/kioslave/cgi/index.cache.bz2 share/doc/HTML/et/kioslave/cgi/index.docbook share/doc/HTML/et/kioslave/data/common share/doc/HTML/et/kioslave/data/index.cache.bz2 share/doc/HTML/et/kioslave/data/index.docbook share/doc/HTML/et/kioslave/file/common share/doc/HTML/et/kioslave/file/index.cache.bz2 share/doc/HTML/et/kioslave/file/index.docbook share/doc/HTML/et/kioslave/finger/common share/doc/HTML/et/kioslave/finger/index.cache.bz2 share/doc/HTML/et/kioslave/finger/index.docbook share/doc/HTML/et/kioslave/fish/common share/doc/HTML/et/kioslave/fish/index.cache.bz2 share/doc/HTML/et/kioslave/fish/index.docbook share/doc/HTML/et/kioslave/floppy/common share/doc/HTML/et/kioslave/floppy/index.cache.bz2 share/doc/HTML/et/kioslave/floppy/index.docbook share/doc/HTML/et/kioslave/ftp/common share/doc/HTML/et/kioslave/ftp/index.cache.bz2 share/doc/HTML/et/kioslave/ftp/index.docbook share/doc/HTML/et/kioslave/gzip/common share/doc/HTML/et/kioslave/gzip/index.cache.bz2 share/doc/HTML/et/kioslave/gzip/index.docbook share/doc/HTML/et/kioslave/help/common share/doc/HTML/et/kioslave/help/index.cache.bz2 share/doc/HTML/et/kioslave/help/index.docbook share/doc/HTML/et/kioslave/http/common share/doc/HTML/et/kioslave/http/index.cache.bz2 share/doc/HTML/et/kioslave/http/index.docbook share/doc/HTML/et/kioslave/imap/common share/doc/HTML/et/kioslave/imap/index.cache.bz2 share/doc/HTML/et/kioslave/imap/index.docbook share/doc/HTML/et/kioslave/info/common share/doc/HTML/et/kioslave/info/index.cache.bz2 share/doc/HTML/et/kioslave/info/index.docbook share/doc/HTML/et/kioslave/ldap/common share/doc/HTML/et/kioslave/ldap/index.cache.bz2 share/doc/HTML/et/kioslave/ldap/index.docbook share/doc/HTML/et/kioslave/mailto/common share/doc/HTML/et/kioslave/mailto/index.cache.bz2 share/doc/HTML/et/kioslave/mailto/index.docbook share/doc/HTML/et/kioslave/man/common share/doc/HTML/et/kioslave/man/index.cache.bz2 share/doc/HTML/et/kioslave/man/index.docbook share/doc/HTML/et/kioslave/mbox/common share/doc/HTML/et/kioslave/mbox/index.cache.bz2 share/doc/HTML/et/kioslave/mbox/index.docbook share/doc/HTML/et/kioslave/nepomuksearch/common share/doc/HTML/et/kioslave/nepomuksearch/index.cache.bz2 share/doc/HTML/et/kioslave/nepomuksearch/index.docbook share/doc/HTML/et/kioslave/network/common share/doc/HTML/et/kioslave/network/index.cache.bz2 share/doc/HTML/et/kioslave/network/index.docbook share/doc/HTML/et/kioslave/news/common share/doc/HTML/et/kioslave/news/index.cache.bz2 share/doc/HTML/et/kioslave/news/index.docbook share/doc/HTML/et/kioslave/nfs/common share/doc/HTML/et/kioslave/nfs/index.cache.bz2 share/doc/HTML/et/kioslave/nfs/index.docbook share/doc/HTML/et/kioslave/nntp/common share/doc/HTML/et/kioslave/nntp/index.cache.bz2 share/doc/HTML/et/kioslave/nntp/index.docbook share/doc/HTML/et/kioslave/pop3/common share/doc/HTML/et/kioslave/pop3/index.cache.bz2 share/doc/HTML/et/kioslave/pop3/index.docbook share/doc/HTML/et/kioslave/rlogin/common share/doc/HTML/et/kioslave/rlogin/index.cache.bz2 share/doc/HTML/et/kioslave/rlogin/index.docbook share/doc/HTML/et/kioslave/sftp/common share/doc/HTML/et/kioslave/sftp/index.cache.bz2 share/doc/HTML/et/kioslave/sftp/index.docbook share/doc/HTML/et/kioslave/sieve/common share/doc/HTML/et/kioslave/sieve/index.cache.bz2 share/doc/HTML/et/kioslave/sieve/index.docbook share/doc/HTML/et/kioslave/smb/common share/doc/HTML/et/kioslave/smb/index.cache.bz2 share/doc/HTML/et/kioslave/smb/index.docbook share/doc/HTML/et/kioslave/smtp/common share/doc/HTML/et/kioslave/smtp/index.cache.bz2 share/doc/HTML/et/kioslave/smtp/index.docbook share/doc/HTML/et/kioslave/tar/common share/doc/HTML/et/kioslave/tar/index.cache.bz2 share/doc/HTML/et/kioslave/tar/index.docbook share/doc/HTML/et/kioslave/telnet/common share/doc/HTML/et/kioslave/telnet/index.cache.bz2 share/doc/HTML/et/kioslave/telnet/index.docbook share/doc/HTML/et/kioslave/thumbnail/common share/doc/HTML/et/kioslave/thumbnail/index.cache.bz2 share/doc/HTML/et/kioslave/thumbnail/index.docbook share/doc/HTML/et/kioslave/webdav/common share/doc/HTML/et/kioslave/webdav/index.cache.bz2 share/doc/HTML/et/kioslave/webdav/index.docbook share/doc/HTML/et/kioslave/xz/common share/doc/HTML/et/kioslave/xz/index.cache.bz2 share/doc/HTML/et/kioslave/xz/index.docbook share/doc/HTML/et/kiriki/common share/doc/HTML/et/kiriki/index.cache.bz2 share/doc/HTML/et/kiriki/index.docbook share/doc/HTML/et/kiten/common share/doc/HTML/et/kiten/index.cache.bz2 share/doc/HTML/et/kiten/index.docbook share/doc/HTML/et/kjots/common share/doc/HTML/et/kjots/index.cache.bz2 share/doc/HTML/et/kjots/index.docbook share/doc/HTML/et/kjumpingcube/common share/doc/HTML/et/kjumpingcube/index.cache.bz2 share/doc/HTML/et/kjumpingcube/index.docbook share/doc/HTML/et/kleopatra/common share/doc/HTML/et/kleopatra/index.cache.bz2 share/doc/HTML/et/kleopatra/index.docbook share/doc/HTML/et/klettres/common share/doc/HTML/et/klettres/index.cache.bz2 share/doc/HTML/et/klettres/index.docbook share/doc/HTML/et/klickety/common share/doc/HTML/et/klickety/index.cache.bz2 share/doc/HTML/et/klickety/index.docbook share/doc/HTML/et/klines/common share/doc/HTML/et/klines/index.cache.bz2 share/doc/HTML/et/klines/index.docbook share/doc/HTML/et/klinkstatus/common share/doc/HTML/et/klinkstatus/index.cache.bz2 share/doc/HTML/et/klinkstatus/index.docbook share/doc/HTML/et/klipper/common share/doc/HTML/et/klipper/index.cache.bz2 share/doc/HTML/et/klipper/index.docbook share/doc/HTML/et/kmag/common share/doc/HTML/et/kmag/index.cache.bz2 share/doc/HTML/et/kmag/index.docbook share/doc/HTML/et/kmag/man-kmag.1.docbook share/doc/HTML/et/kmahjongg/common share/doc/HTML/et/kmahjongg/index.cache.bz2 share/doc/HTML/et/kmahjongg/index.docbook share/doc/HTML/et/kmail/common share/doc/HTML/et/kmail/configure.docbook share/doc/HTML/et/kmail/credits-and-licenses.docbook share/doc/HTML/et/kmail/faq.docbook share/doc/HTML/et/kmail/getting-started.docbook share/doc/HTML/et/kmail/importing.docbook share/doc/HTML/et/kmail/index.cache.bz2 share/doc/HTML/et/kmail/index.docbook share/doc/HTML/et/kmail/intro.docbook share/doc/HTML/et/kmail/menus.docbook share/doc/HTML/et/kmail/troubleshooting.docbook share/doc/HTML/et/kmail/using-kmail.docbook share/doc/HTML/et/kmenuedit/common share/doc/HTML/et/kmenuedit/index.cache.bz2 share/doc/HTML/et/kmenuedit/index.docbook share/doc/HTML/et/kmines/common share/doc/HTML/et/kmines/index.cache.bz2 share/doc/HTML/et/kmines/index.docbook share/doc/HTML/et/kmix/common share/doc/HTML/et/kmix/index.cache.bz2 share/doc/HTML/et/kmix/index.docbook share/doc/HTML/et/kmousetool/common share/doc/HTML/et/kmousetool/index.cache.bz2 share/doc/HTML/et/kmousetool/index.docbook share/doc/HTML/et/kmousetool/man-kmousetool.1.docbook share/doc/HTML/et/kmouth/common share/doc/HTML/et/kmouth/index.cache.bz2 share/doc/HTML/et/kmouth/index.docbook share/doc/HTML/et/kmouth/man-kmouth.1.docbook share/doc/HTML/et/kmplot/commands.docbook share/doc/HTML/et/kmplot/common share/doc/HTML/et/kmplot/configuration.docbook share/doc/HTML/et/kmplot/credits.docbook share/doc/HTML/et/kmplot/dcop.docbook share/doc/HTML/et/kmplot/developer.docbook share/doc/HTML/et/kmplot/firststeps.docbook share/doc/HTML/et/kmplot/index.cache.bz2 share/doc/HTML/et/kmplot/index.docbook share/doc/HTML/et/kmplot/install.docbook share/doc/HTML/et/kmplot/introduction.docbook share/doc/HTML/et/kmplot/man-kmplot.1.docbook share/doc/HTML/et/kmplot/reference.docbook share/doc/HTML/et/kmplot/using.docbook share/doc/HTML/et/knetattach/common share/doc/HTML/et/knetattach/index.cache.bz2 share/doc/HTML/et/knetattach/index.docbook share/doc/HTML/et/knetattach/screenshot.png share/doc/HTML/et/knetwalk/common share/doc/HTML/et/knetwalk/index.cache.bz2 share/doc/HTML/et/knetwalk/index.docbook share/doc/HTML/et/knode/commands.docbook share/doc/HTML/et/knode/common share/doc/HTML/et/knode/credits.docbook share/doc/HTML/et/knode/faq.docbook share/doc/HTML/et/knode/gloss.docbook share/doc/HTML/et/knode/index.cache.bz2 share/doc/HTML/et/knode/index.docbook share/doc/HTML/et/knode/install.docbook share/doc/HTML/et/knode/introduction.docbook share/doc/HTML/et/knode/journey.docbook share/doc/HTML/et/knode/knode-cleanup.png share/doc/HTML/et/knode/knode-colors-fonts.png share/doc/HTML/et/knode/knode-composer-attachments.png share/doc/HTML/et/knode/knode-composer-settings.png share/doc/HTML/et/knode/knode-edit-filter.png share/doc/HTML/et/knode/knode-edit-header1.png share/doc/HTML/et/knode/knode-edit-header2.png share/doc/HTML/et/knode/knode-filters.png share/doc/HTML/et/knode/knode-followup.png share/doc/HTML/et/knode/knode-header-settings.png share/doc/HTML/et/knode/knode-identity.png share/doc/HTML/et/knode/knode-mail-account.png share/doc/HTML/et/knode/knode-new-article.png share/doc/HTML/et/knode/knode-news-account.png share/doc/HTML/et/knode/knode-post-settings.png share/doc/HTML/et/knode/knode-read-news-settings.png share/doc/HTML/et/knode/knode-reply.png share/doc/HTML/et/knode/knode-search.png share/doc/HTML/et/knode/knode-start.png share/doc/HTML/et/knode/knode-subscribe.png share/doc/HTML/et/knode/knode-views.png share/doc/HTML/et/knode/more.docbook share/doc/HTML/et/knode/using-firststart.docbook share/doc/HTML/et/knode/using-morefeatures.docbook share/doc/HTML/et/knode/using-subscribing.docbook share/doc/HTML/et/knotes/common share/doc/HTML/et/knotes/index.cache.bz2 share/doc/HTML/et/knotes/index.docbook share/doc/HTML/et/kolf/common share/doc/HTML/et/kolf/index.cache.bz2 share/doc/HTML/et/kolf/index.docbook share/doc/HTML/et/kollision/common share/doc/HTML/et/kollision/index.cache.bz2 share/doc/HTML/et/kollision/index.docbook share/doc/HTML/et/kolourpaint/common share/doc/HTML/et/kolourpaint/index.cache.bz2 share/doc/HTML/et/kolourpaint/index.docbook share/doc/HTML/et/kommander/basics.docbook share/doc/HTML/et/kommander/commands.docbook share/doc/HTML/et/kommander/common share/doc/HTML/et/kommander/credits.docbook share/doc/HTML/et/kommander/dcop.docbook share/doc/HTML/et/kommander/editor.docbook share/doc/HTML/et/kommander/extending.docbook share/doc/HTML/et/kommander/glossary.docbook share/doc/HTML/et/kommander/index.cache.bz2 share/doc/HTML/et/kommander/index.docbook share/doc/HTML/et/kommander/installation.docbook share/doc/HTML/et/kommander/introduction.docbook share/doc/HTML/et/kommander/q-and-a.docbook share/doc/HTML/et/kommander/specials.docbook share/doc/HTML/et/kommander/tutorials.docbook share/doc/HTML/et/kommander/widgets.docbook share/doc/HTML/et/kompare/common share/doc/HTML/et/kompare/index.cache.bz2 share/doc/HTML/et/kompare/index.docbook share/doc/HTML/et/konqueror/basics.docbook share/doc/HTML/et/konqueror/bookmarks.docbook share/doc/HTML/et/konqueror/browser.docbook share/doc/HTML/et/konqueror/cmndline.png share/doc/HTML/et/konqueror/commands.docbook share/doc/HTML/et/konqueror/common share/doc/HTML/et/konqueror/config.docbook share/doc/HTML/et/konqueror/credits.docbook share/doc/HTML/et/konqueror/dirtree.png share/doc/HTML/et/konqueror/dragdrop.png share/doc/HTML/et/konqueror/faq.docbook share/doc/HTML/et/konqueror/filemanager.docbook share/doc/HTML/et/konqueror/index.cache.bz2 share/doc/HTML/et/konqueror/index.docbook share/doc/HTML/et/konqueror/introduction.docbook share/doc/HTML/et/konqueror/konqorg.png share/doc/HTML/et/konqueror/man-kbookmarkmerger.1.docbook share/doc/HTML/et/konqueror/parts.png share/doc/HTML/et/konqueror/path-complete.docbook share/doc/HTML/et/konqueror/plugins.docbook share/doc/HTML/et/konqueror/save-settings.docbook share/doc/HTML/et/konqueror/shortcut1.png share/doc/HTML/et/konqueror/shortcut2.png share/doc/HTML/et/konqueror/sidebar.docbook share/doc/HTML/et/konqueror/view-extensions.docbook share/doc/HTML/et/konquest/common share/doc/HTML/et/konquest/index.cache.bz2 share/doc/HTML/et/konquest/index.docbook share/doc/HTML/et/konsole/common share/doc/HTML/et/konsole/index.cache.bz2 share/doc/HTML/et/konsole/index.docbook share/doc/HTML/et/konsole/konsole.png share/doc/HTML/et/konsole/tabbar.png share/doc/HTML/et/konsolekalendar/common share/doc/HTML/et/konsolekalendar/index.cache.bz2 share/doc/HTML/et/konsolekalendar/index.docbook share/doc/HTML/et/kontact-admin/common share/doc/HTML/et/kontact-admin/index.cache.bz2 share/doc/HTML/et/kontact-admin/index.docbook share/doc/HTML/et/kontact/common share/doc/HTML/et/kontact/index.cache.bz2 share/doc/HTML/et/kontact/index.docbook share/doc/HTML/et/kopete/chatstyle.docbook share/doc/HTML/et/kopete/common share/doc/HTML/et/kopete/icq.docbook share/doc/HTML/et/kopete/index.cache.bz2 share/doc/HTML/et/kopete/index.docbook share/doc/HTML/et/kopete/jabber.docbook share/doc/HTML/et/kopete/menus.docbook share/doc/HTML/et/kopete/pipes.docbook share/doc/HTML/et/korganizer/common share/doc/HTML/et/korganizer/index.cache.bz2 share/doc/HTML/et/korganizer/index.docbook share/doc/HTML/et/kpat/common share/doc/HTML/et/kpat/index.cache.bz2 share/doc/HTML/et/kpat/index.docbook share/doc/HTML/et/kpat/man-kpat.6.docbook share/doc/HTML/et/kppp/accounting.docbook share/doc/HTML/et/kppp/callback.docbook share/doc/HTML/et/kppp/chap.docbook share/doc/HTML/et/kppp/common share/doc/HTML/et/kppp/dialog-setup.docbook share/doc/HTML/et/kppp/getting-online.docbook share/doc/HTML/et/kppp/global-settings.docbook share/doc/HTML/et/kppp/hayes.docbook share/doc/HTML/et/kppp/index.cache.bz2 share/doc/HTML/et/kppp/index.docbook share/doc/HTML/et/kppp/kppp-faq.docbook share/doc/HTML/et/kppp/security.docbook share/doc/HTML/et/kppp/tricks.docbook share/doc/HTML/et/kppp/wizard.docbook share/doc/HTML/et/krdc/common share/doc/HTML/et/krdc/index.cache.bz2 share/doc/HTML/et/krdc/index.docbook share/doc/HTML/et/kreversi/common share/doc/HTML/et/kreversi/index.cache.bz2 share/doc/HTML/et/kreversi/index.docbook share/doc/HTML/et/krfb/common share/doc/HTML/et/krfb/index.cache.bz2 share/doc/HTML/et/krfb/index.docbook share/doc/HTML/et/kruler/common share/doc/HTML/et/kruler/index.cache.bz2 share/doc/HTML/et/kruler/index.docbook share/doc/HTML/et/kshisen/common share/doc/HTML/et/kshisen/index.cache.bz2 share/doc/HTML/et/kshisen/index.docbook share/doc/HTML/et/ksirk/common share/doc/HTML/et/ksirk/index.cache.bz2 share/doc/HTML/et/ksirk/index.docbook share/doc/HTML/et/ksirkskineditor/common share/doc/HTML/et/ksirkskineditor/index.cache.bz2 share/doc/HTML/et/ksirkskineditor/index.docbook share/doc/HTML/et/ksnapshot/common share/doc/HTML/et/ksnapshot/index.cache.bz2 share/doc/HTML/et/ksnapshot/index.docbook share/doc/HTML/et/kspaceduel/common share/doc/HTML/et/kspaceduel/index.cache.bz2 share/doc/HTML/et/kspaceduel/index.docbook share/doc/HTML/et/ksquares/common share/doc/HTML/et/ksquares/index.cache.bz2 share/doc/HTML/et/ksquares/index.docbook share/doc/HTML/et/kstars/ai-contents.docbook share/doc/HTML/et/kstars/altvstime.docbook share/doc/HTML/et/kstars/astroinfo.docbook share/doc/HTML/et/kstars/blackbody.docbook share/doc/HTML/et/kstars/calc-angdist.docbook share/doc/HTML/et/kstars/calc-apcoords.docbook share/doc/HTML/et/kstars/calc-dayduration.docbook share/doc/HTML/et/kstars/calc-ecliptic.docbook share/doc/HTML/et/kstars/calc-eqgal.docbook share/doc/HTML/et/kstars/calc-equinox.docbook share/doc/HTML/et/kstars/calc-geodetic.docbook share/doc/HTML/et/kstars/calc-horizontal.docbook share/doc/HTML/et/kstars/calc-julianday.docbook share/doc/HTML/et/kstars/calc-planetcoords.docbook share/doc/HTML/et/kstars/calc-sidereal.docbook share/doc/HTML/et/kstars/calculator.docbook share/doc/HTML/et/kstars/cequator.docbook share/doc/HTML/et/kstars/colorandtemp.docbook share/doc/HTML/et/kstars/commands.docbook share/doc/HTML/et/kstars/common share/doc/HTML/et/kstars/config.docbook share/doc/HTML/et/kstars/cosmicdist.docbook share/doc/HTML/et/kstars/cpoles.docbook share/doc/HTML/et/kstars/credits.docbook share/doc/HTML/et/kstars/csphere.docbook share/doc/HTML/et/kstars/darkmatter.docbook share/doc/HTML/et/kstars/details.docbook share/doc/HTML/et/kstars/dumpmode.docbook share/doc/HTML/et/kstars/ecliptic.docbook share/doc/HTML/et/kstars/ellipticalgalaxies.docbook share/doc/HTML/et/kstars/epoch.docbook share/doc/HTML/et/kstars/equinox.docbook share/doc/HTML/et/kstars/faq.docbook share/doc/HTML/et/kstars/fitsviewer.docbook share/doc/HTML/et/kstars/flux.docbook share/doc/HTML/et/kstars/geocoords.docbook share/doc/HTML/et/kstars/greatcircle.docbook share/doc/HTML/et/kstars/horizon.docbook share/doc/HTML/et/kstars/hourangle.docbook share/doc/HTML/et/kstars/index.cache.bz2 share/doc/HTML/et/kstars/index.docbook share/doc/HTML/et/kstars/indi.docbook share/doc/HTML/et/kstars/install.docbook share/doc/HTML/et/kstars/jmoons.docbook share/doc/HTML/et/kstars/julianday.docbook share/doc/HTML/et/kstars/leapyear.docbook share/doc/HTML/et/kstars/lightcurves.docbook share/doc/HTML/et/kstars/luminosity.docbook share/doc/HTML/et/kstars/magnitude.docbook share/doc/HTML/et/kstars/meridian.docbook share/doc/HTML/et/kstars/observinglist.docbook share/doc/HTML/et/kstars/obsplanner.docbook share/doc/HTML/et/kstars/parallax.docbook share/doc/HTML/et/kstars/precession.docbook share/doc/HTML/et/kstars/quicktour.docbook share/doc/HTML/et/kstars/retrograde.docbook share/doc/HTML/et/kstars/scriptbuilder.docbook share/doc/HTML/et/kstars/sidereal.docbook share/doc/HTML/et/kstars/skycoords.docbook share/doc/HTML/et/kstars/solarsys.docbook share/doc/HTML/et/kstars/spiralgalaxies.docbook share/doc/HTML/et/kstars/stars.docbook share/doc/HTML/et/kstars/telescopes.docbook share/doc/HTML/et/kstars/timezones.docbook share/doc/HTML/et/kstars/tools.docbook share/doc/HTML/et/kstars/utime.docbook share/doc/HTML/et/kstars/wut.docbook share/doc/HTML/et/kstars/zenith.docbook share/doc/HTML/et/ksudoku/common share/doc/HTML/et/ksudoku/index.cache.bz2 share/doc/HTML/et/ksudoku/index.docbook share/doc/HTML/et/ksysguard/common share/doc/HTML/et/ksysguard/index.cache.bz2 share/doc/HTML/et/ksysguard/index.docbook share/doc/HTML/et/ksystemlog/common share/doc/HTML/et/ksystemlog/index.cache.bz2 share/doc/HTML/et/ksystemlog/index.docbook share/doc/HTML/et/kteatime/common share/doc/HTML/et/kteatime/index.cache.bz2 share/doc/HTML/et/kteatime/index.docbook share/doc/HTML/et/ktimer/common share/doc/HTML/et/ktimer/index.cache.bz2 share/doc/HTML/et/ktimer/index.docbook share/doc/HTML/et/ktimetracker/common share/doc/HTML/et/ktimetracker/index.cache.bz2 share/doc/HTML/et/ktimetracker/index.docbook share/doc/HTML/et/ktnef/common share/doc/HTML/et/ktnef/index.cache.bz2 share/doc/HTML/et/ktnef/index.docbook share/doc/HTML/et/ktouch/common share/doc/HTML/et/ktouch/index.cache.bz2 share/doc/HTML/et/ktouch/index.docbook share/doc/HTML/et/ktouch/man-ktouch.1.docbook share/doc/HTML/et/ktron/common share/doc/HTML/et/ktron/index.cache.bz2 share/doc/HTML/et/ktron/index.docbook share/doc/HTML/et/ktuberling/common share/doc/HTML/et/ktuberling/index.cache.bz2 share/doc/HTML/et/ktuberling/index.docbook share/doc/HTML/et/ktuberling/technical-reference.docbook share/doc/HTML/et/kturtle/common share/doc/HTML/et/kturtle/getting-started.docbook share/doc/HTML/et/kturtle/glossary.docbook share/doc/HTML/et/kturtle/index.cache.bz2 share/doc/HTML/et/kturtle/index.docbook share/doc/HTML/et/kturtle/programming-reference.docbook share/doc/HTML/et/kturtle/translator-guide.docbook share/doc/HTML/et/kturtle/using-kturtle.docbook share/doc/HTML/et/kubrick/common share/doc/HTML/et/kubrick/index.cache.bz2 share/doc/HTML/et/kubrick/index.docbook share/doc/HTML/et/kuser/common share/doc/HTML/et/kuser/index.cache.bz2 share/doc/HTML/et/kuser/index.docbook share/doc/HTML/et/kwallet/common share/doc/HTML/et/kwallet/index.cache.bz2 share/doc/HTML/et/kwallet/index.docbook share/doc/HTML/et/kwatchgnupg/common share/doc/HTML/et/kwatchgnupg/index.cache.bz2 share/doc/HTML/et/kwatchgnupg/index.docbook share/doc/HTML/et/kwordquiz/common share/doc/HTML/et/kwordquiz/index.cache.bz2 share/doc/HTML/et/kwordquiz/index.docbook share/doc/HTML/et/kwrite/common share/doc/HTML/et/kwrite/configuring.docbook share/doc/HTML/et/kwrite/fundamentals.docbook share/doc/HTML/et/kwrite/index.cache.bz2 share/doc/HTML/et/kwrite/index.docbook share/doc/HTML/et/kwrite/menus.docbook share/doc/HTML/et/lokalize/common share/doc/HTML/et/lokalize/index.cache.bz2 share/doc/HTML/et/lokalize/index.docbook share/doc/HTML/et/lskat/common share/doc/HTML/et/lskat/index.cache.bz2 share/doc/HTML/et/lskat/index.docbook share/doc/HTML/et/marble/common share/doc/HTML/et/marble/index.cache.bz2 share/doc/HTML/et/marble/index.docbook share/doc/HTML/et/okteta/common share/doc/HTML/et/okteta/index.cache.bz2 share/doc/HTML/et/okteta/index.docbook share/doc/HTML/et/okular/common share/doc/HTML/et/okular/index.cache.bz2 share/doc/HTML/et/okular/index.docbook share/doc/HTML/et/okular/man-okular.1.docbook share/doc/HTML/et/onlinehelp/common share/doc/HTML/et/onlinehelp/index.cache.bz2 share/doc/HTML/et/onlinehelp/index.docbook share/doc/HTML/et/palapeli/common share/doc/HTML/et/palapeli/index.cache.bz2 share/doc/HTML/et/palapeli/index.docbook share/doc/HTML/et/parley/common share/doc/HTML/et/parley/index.cache.bz2 share/doc/HTML/et/parley/index.docbook share/doc/HTML/et/picmi/common share/doc/HTML/et/picmi/index.cache.bz2 share/doc/HTML/et/picmi/index.docbook share/doc/HTML/et/plasma-desktop/common share/doc/HTML/et/plasma-desktop/index.cache.bz2 share/doc/HTML/et/plasma-desktop/index.docbook share/doc/HTML/et/rocs/common share/doc/HTML/et/rocs/index.cache.bz2 share/doc/HTML/et/rocs/index.docbook share/doc/HTML/et/sonnet/common share/doc/HTML/et/sonnet/index.cache.bz2 share/doc/HTML/et/sonnet/index.docbook share/doc/HTML/et/step/common share/doc/HTML/et/step/examples.docbook share/doc/HTML/et/step/index.cache.bz2 share/doc/HTML/et/step/index.docbook share/doc/HTML/et/step/tutorials.docbook share/doc/HTML/et/sweeper/common share/doc/HTML/et/sweeper/index.cache.bz2 share/doc/HTML/et/sweeper/index.docbook share/doc/HTML/et/systemsettings/common share/doc/HTML/et/systemsettings/index.cache.bz2 share/doc/HTML/et/systemsettings/index.docbook share/doc/HTML/et/umbrello/authors.docbook share/doc/HTML/et/umbrello/code_import_and_generation.docbook share/doc/HTML/et/umbrello/common share/doc/HTML/et/umbrello/credits.docbook share/doc/HTML/et/umbrello/index.cache.bz2 share/doc/HTML/et/umbrello/index.docbook share/doc/HTML/et/umbrello/introduction.docbook share/doc/HTML/et/umbrello/other_features.docbook share/doc/HTML/et/umbrello/uml_basics.docbook share/doc/HTML/et/umbrello/working_with_umbrello.docbook share/locale/et/LC_MESSAGES/accountwizard.mo share/locale/et/LC_MESSAGES/accountwizard_ical.mo share/locale/et/LC_MESSAGES/accountwizard_imap.mo share/locale/et/LC_MESSAGES/accountwizard_kolab.mo share/locale/et/LC_MESSAGES/accountwizard_mailbox.mo share/locale/et/LC_MESSAGES/accountwizard_maildir.mo share/locale/et/LC_MESSAGES/accountwizard_pop3.mo share/locale/et/LC_MESSAGES/accountwizard_tine20.mo share/locale/et/LC_MESSAGES/activitymanager_plugin_globalshortcuts.mo share/locale/et/LC_MESSAGES/activitymanager_uihandler_declarative.mo share/locale/et/LC_MESSAGES/adblock.mo share/locale/et/LC_MESSAGES/akonadi-filestore.mo share/locale/et/LC_MESSAGES/akonadi_archivemail_agent.mo share/locale/et/LC_MESSAGES/akonadi_birthdays_resource.mo share/locale/et/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/et/LC_MESSAGES/akonadi_davgroupware_resource.mo share/locale/et/LC_MESSAGES/akonadi_google_resource.mo share/locale/et/LC_MESSAGES/akonadi_ical_resource.mo share/locale/et/LC_MESSAGES/akonadi_icaldir_resource.mo share/locale/et/LC_MESSAGES/akonadi_imap_resource.mo share/locale/et/LC_MESSAGES/akonadi_invitations_agent.mo share/locale/et/LC_MESSAGES/akonadi_kabc_resource.mo share/locale/et/LC_MESSAGES/akonadi_kalarm_resource.mo share/locale/et/LC_MESSAGES/akonadi_kcal_resource.mo share/locale/et/LC_MESSAGES/akonadi_kdeaccounts_resource.mo share/locale/et/LC_MESSAGES/akonadi_knut_resource.mo share/locale/et/LC_MESSAGES/akonadi_kolabproxy_resource.mo share/locale/et/LC_MESSAGES/akonadi_kresourceassistant.mo share/locale/et/LC_MESSAGES/akonadi_localbookmarks_resource.mo share/locale/et/LC_MESSAGES/akonadi_maildir_resource.mo share/locale/et/LC_MESSAGES/akonadi_maildispatcher_agent.mo share/locale/et/LC_MESSAGES/akonadi_mailfilter_agent.mo share/locale/et/LC_MESSAGES/akonadi_mailtransport_resource.mo share/locale/et/LC_MESSAGES/akonadi_mbox_resource.mo share/locale/et/LC_MESSAGES/akonadi_microblog_resource.mo share/locale/et/LC_MESSAGES/akonadi_mixedmaildir_resource.mo share/locale/et/LC_MESSAGES/akonadi_nepomuk_feeder.mo share/locale/et/LC_MESSAGES/akonadi_nepomuktag_resource.mo share/locale/et/LC_MESSAGES/akonadi_next.mo share/locale/et/LC_MESSAGES/akonadi_nntp_resource.mo share/locale/et/LC_MESSAGES/akonadi_openxchange_resource.mo share/locale/et/LC_MESSAGES/akonadi_pop3_resource.mo share/locale/et/LC_MESSAGES/akonadi_serializer_plugins.mo share/locale/et/LC_MESSAGES/akonadi_singlefile_resource.mo share/locale/et/LC_MESSAGES/akonadi_strigi_feeder.mo share/locale/et/LC_MESSAGES/akonadi_vcard_resource.mo share/locale/et/LC_MESSAGES/akonadi_vcarddir_resource.mo share/locale/et/LC_MESSAGES/akonadicontact.mo share/locale/et/LC_MESSAGES/akonadinotes.mo share/locale/et/LC_MESSAGES/akonaditray.mo share/locale/et/LC_MESSAGES/akregator.mo share/locale/et/LC_MESSAGES/akregator_konqplugin.mo share/locale/et/LC_MESSAGES/amor.mo share/locale/et/LC_MESSAGES/analitza.mo share/locale/et/LC_MESSAGES/ark.mo share/locale/et/LC_MESSAGES/attica_kde.mo share/locale/et/LC_MESSAGES/audiocd_encoder_lame.mo share/locale/et/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/et/LC_MESSAGES/audiorename_plugin.mo share/locale/et/LC_MESSAGES/autorefresh.mo share/locale/et/LC_MESSAGES/babelfish.mo share/locale/et/LC_MESSAGES/blinken.mo share/locale/et/LC_MESSAGES/blogilo.mo share/locale/et/LC_MESSAGES/bomber.mo share/locale/et/LC_MESSAGES/bovo.mo share/locale/et/LC_MESSAGES/calendarsupport.mo share/locale/et/LC_MESSAGES/cantor.mo share/locale/et/LC_MESSAGES/cervisia.mo share/locale/et/LC_MESSAGES/cryptopageplugin.mo share/locale/et/LC_MESSAGES/cvsservice.mo share/locale/et/LC_MESSAGES/dirfilterplugin.mo share/locale/et/LC_MESSAGES/display.mo share/locale/et/LC_MESSAGES/dolphin.mo share/locale/et/LC_MESSAGES/domtreeviewer.mo share/locale/et/LC_MESSAGES/dragonplayer.mo share/locale/et/LC_MESSAGES/drkonqi.mo share/locale/et/LC_MESSAGES/filelight.mo share/locale/et/LC_MESSAGES/filetypes.mo share/locale/et/LC_MESSAGES/fileviewbazaarplugin.mo share/locale/et/LC_MESSAGES/fileviewgitplugin.mo share/locale/et/LC_MESSAGES/fileviewhgplugin.mo share/locale/et/LC_MESSAGES/fileviewsvnplugin.mo share/locale/et/LC_MESSAGES/freespacenotifier.mo share/locale/et/LC_MESSAGES/fsview.mo share/locale/et/LC_MESSAGES/granatier.mo share/locale/et/LC_MESSAGES/gwenview.mo share/locale/et/LC_MESSAGES/htmlsearch.mo share/locale/et/LC_MESSAGES/imagerename_plugin.mo share/locale/et/LC_MESSAGES/imgalleryplugin.mo share/locale/et/LC_MESSAGES/importwizard.mo share/locale/et/LC_MESSAGES/jovie.mo share/locale/et/LC_MESSAGES/joystick.mo share/locale/et/LC_MESSAGES/juk.mo share/locale/et/LC_MESSAGES/kabc.mo share/locale/et/LC_MESSAGES/kabc_akonadi.mo share/locale/et/LC_MESSAGES/kabc_dir.mo share/locale/et/LC_MESSAGES/kabc_file.mo share/locale/et/LC_MESSAGES/kabc_ldapkio.mo share/locale/et/LC_MESSAGES/kabc_net.mo share/locale/et/LC_MESSAGES/kabcclient.mo share/locale/et/LC_MESSAGES/kabcformat_binary.mo share/locale/et/LC_MESSAGES/kaccess.mo share/locale/et/LC_MESSAGES/kaccessibleapp.mo share/locale/et/LC_MESSAGES/kactivitymanagerd.mo share/locale/et/LC_MESSAGES/kactivitymanagerd_fileitem_linking_plugin.mo share/locale/et/LC_MESSAGES/kaddressbook-mobile.mo share/locale/et/LC_MESSAGES/kaddressbook.mo share/locale/et/LC_MESSAGES/kaddressbookmigrator.mo share/locale/et/LC_MESSAGES/kajongg.mo share/locale/et/LC_MESSAGES/kalarm.mo share/locale/et/LC_MESSAGES/kalgebra.mo share/locale/et/LC_MESSAGES/kalzium.mo share/locale/et/LC_MESSAGES/kanagram-harmattan.mo share/locale/et/LC_MESSAGES/kanagram.mo share/locale/et/LC_MESSAGES/kapman.mo share/locale/et/LC_MESSAGES/kapptemplate.mo share/locale/et/LC_MESSAGES/kate-ctags-plugin.mo share/locale/et/LC_MESSAGES/kate.mo share/locale/et/LC_MESSAGES/kate_kttsd.mo share/locale/et/LC_MESSAGES/katebacktracebrowserplugin.mo share/locale/et/LC_MESSAGES/katebuild-plugin.mo share/locale/et/LC_MESSAGES/katefilebrowserplugin.mo share/locale/et/LC_MESSAGES/katefiletemplates.mo share/locale/et/LC_MESSAGES/kategdbplugin.mo share/locale/et/LC_MESSAGES/katehelloworld.mo share/locale/et/LC_MESSAGES/katekonsoleplugin.mo share/locale/et/LC_MESSAGES/katemailfilesplugin.mo share/locale/et/LC_MESSAGES/kateopenheader.mo share/locale/et/LC_MESSAGES/katepart4.mo share/locale/et/LC_MESSAGES/kateproject.mo share/locale/et/LC_MESSAGES/katesearch.mo share/locale/et/LC_MESSAGES/katesnippets_tng.mo share/locale/et/LC_MESSAGES/katesnippetsplugin.mo share/locale/et/LC_MESSAGES/katesql.mo share/locale/et/LC_MESSAGES/katesymbolviewer.mo share/locale/et/LC_MESSAGES/katetabbarextension.mo share/locale/et/LC_MESSAGES/katetabifyplugin.mo share/locale/et/LC_MESSAGES/katetextfilter.mo share/locale/et/LC_MESSAGES/katexmlcheck.mo share/locale/et/LC_MESSAGES/katexmltools.mo share/locale/et/LC_MESSAGES/katomic.mo share/locale/et/LC_MESSAGES/kbattleship.mo share/locale/et/LC_MESSAGES/kblackbox.mo share/locale/et/LC_MESSAGES/kblankscrn.mo share/locale/et/LC_MESSAGES/kblocks.mo share/locale/et/LC_MESSAGES/kbounce.mo share/locale/et/LC_MESSAGES/kbreakout.mo share/locale/et/LC_MESSAGES/kbruch.mo share/locale/et/LC_MESSAGES/kcachegrind.mo share/locale/et/LC_MESSAGES/kcachegrind_qt.mo share/locale/et/LC_MESSAGES/kcal_akonadi.mo share/locale/et/LC_MESSAGES/kcalc.mo share/locale/et/LC_MESSAGES/kcertpart.mo share/locale/et/LC_MESSAGES/kcharselect.mo share/locale/et/LC_MESSAGES/kcm-kwin-scripts.mo share/locale/et/LC_MESSAGES/kcm_activities.mo share/locale/et/LC_MESSAGES/kcm_akonadi.mo share/locale/et/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/et/LC_MESSAGES/kcm_attica.mo share/locale/et/LC_MESSAGES/kcm_autostart.mo share/locale/et/LC_MESSAGES/kcm_desktoppaths.mo share/locale/et/LC_MESSAGES/kcm_desktopthemedetails.mo share/locale/et/LC_MESSAGES/kcm_device_automounter.mo share/locale/et/LC_MESSAGES/kcm_emoticons.mo share/locale/et/LC_MESSAGES/kcm_infobase.mo share/locale/et/LC_MESSAGES/kcm_infosummary.mo -share/locale/et/LC_MESSAGES/kcm_krfb.mo share/locale/et/LC_MESSAGES/kcm_kwindesktop.mo share/locale/et/LC_MESSAGES/kcm_kwintabbox.mo share/locale/et/LC_MESSAGES/kcm_memory.mo share/locale/et/LC_MESSAGES/kcm_nepomuk.mo share/locale/et/LC_MESSAGES/kcm_pci.mo share/locale/et/LC_MESSAGES/kcm_phonon.mo share/locale/et/LC_MESSAGES/kcm_platform.mo share/locale/et/LC_MESSAGES/kcm_remotecontrol.mo share/locale/et/LC_MESSAGES/kcm_solid.mo share/locale/et/LC_MESSAGES/kcm_solid_actions.mo share/locale/et/LC_MESSAGES/kcm_standard_actions.mo share/locale/et/LC_MESSAGES/kcmaccess.mo share/locale/et/LC_MESSAGES/kcmaudiocd.mo share/locale/et/LC_MESSAGES/kcmbackground.mo share/locale/et/LC_MESSAGES/kcmbell.mo share/locale/et/LC_MESSAGES/kcmcddb.mo share/locale/et/LC_MESSAGES/kcmcgi.mo share/locale/et/LC_MESSAGES/kcmcolors.mo share/locale/et/LC_MESSAGES/kcmcomponentchooser.mo share/locale/et/LC_MESSAGES/kcmcrypto.mo share/locale/et/LC_MESSAGES/kcmdevinfo.mo share/locale/et/LC_MESSAGES/kcmfonts.mo share/locale/et/LC_MESSAGES/kcmhtmlsearch.mo share/locale/et/LC_MESSAGES/kcmicons.mo share/locale/et/LC_MESSAGES/kcminfo.mo share/locale/et/LC_MESSAGES/kcminit.mo share/locale/et/LC_MESSAGES/kcminput.mo share/locale/et/LC_MESSAGES/kcmkamera.mo share/locale/et/LC_MESSAGES/kcmkclock.mo share/locale/et/LC_MESSAGES/kcmkded.mo share/locale/et/LC_MESSAGES/kcmkdnssd.mo share/locale/et/LC_MESSAGES/kcmkeyboard.mo share/locale/et/LC_MESSAGES/kcmkeys.mo share/locale/et/LC_MESSAGES/kcmkgamma.mo share/locale/et/LC_MESSAGES/kcmkio.mo share/locale/et/LC_MESSAGES/kcmkonq.mo share/locale/et/LC_MESSAGES/kcmkonqhtml.mo share/locale/et/LC_MESSAGES/kcmkurifilt.mo share/locale/et/LC_MESSAGES/kcmkwallet.mo share/locale/et/LC_MESSAGES/kcmkwincompositing.mo share/locale/et/LC_MESSAGES/kcmkwindecoration.mo share/locale/et/LC_MESSAGES/kcmkwinrules.mo share/locale/et/LC_MESSAGES/kcmkwinscreenedges.mo share/locale/et/LC_MESSAGES/kcmkwm.mo share/locale/et/LC_MESSAGES/kcmlaunch.mo share/locale/et/LC_MESSAGES/kcmlocale.mo share/locale/et/LC_MESSAGES/kcmnic.mo share/locale/et/LC_MESSAGES/kcmnotify.mo share/locale/et/LC_MESSAGES/kcmopengl.mo share/locale/et/LC_MESSAGES/kcmperformance.mo share/locale/et/LC_MESSAGES/kcmsamba.mo share/locale/et/LC_MESSAGES/kcmscreensaver.mo share/locale/et/LC_MESSAGES/kcmshell.mo share/locale/et/LC_MESSAGES/kcmsmartcard.mo share/locale/et/LC_MESSAGES/kcmsmserver.mo share/locale/et/LC_MESSAGES/kcmstyle.mo share/locale/et/LC_MESSAGES/kcmusb.mo share/locale/et/LC_MESSAGES/kcmview1394.mo share/locale/et/LC_MESSAGES/kcmworkspaceoptions.mo share/locale/et/LC_MESSAGES/kcolorchooser.mo share/locale/et/LC_MESSAGES/kcron.mo share/locale/et/LC_MESSAGES/kde-menu.mo share/locale/et/LC_MESSAGES/kdeasciiquarium.mo share/locale/et/LC_MESSAGES/kdebugdialog.mo share/locale/et/LC_MESSAGES/kdecalendarsystems.mo share/locale/et/LC_MESSAGES/kdelibs4.mo share/locale/et/LC_MESSAGES/kdelibs_colors4.mo share/locale/et/LC_MESSAGES/kdepasswd.mo share/locale/et/LC_MESSAGES/kdepim-runtime-qml.mo share/locale/et/LC_MESSAGES/kdeqt.mo share/locale/et/LC_MESSAGES/kdesu.mo share/locale/et/LC_MESSAGES/kdesud.mo share/locale/et/LC_MESSAGES/kdf.mo share/locale/et/LC_MESSAGES/kdgantt2.mo share/locale/et/LC_MESSAGES/kdialog.mo share/locale/et/LC_MESSAGES/kdiamond.mo share/locale/et/LC_MESSAGES/kdmconfig.mo share/locale/et/LC_MESSAGES/kdmgreet.mo share/locale/et/LC_MESSAGES/kdontchangethehostname.mo share/locale/et/LC_MESSAGES/keditbookmarks.mo share/locale/et/LC_MESSAGES/kfile.mo share/locale/et/LC_MESSAGES/kfile_dds.mo share/locale/et/LC_MESSAGES/kfile_drgeo.mo share/locale/et/LC_MESSAGES/kfile_exr.mo share/locale/et/LC_MESSAGES/kfile_kig.mo share/locale/et/LC_MESSAGES/kfile_mail.mo share/locale/et/LC_MESSAGES/kfile_pnm.mo share/locale/et/LC_MESSAGES/kfile_raw.mo share/locale/et/LC_MESSAGES/kfile_rgb.mo share/locale/et/LC_MESSAGES/kfile_rpm.mo share/locale/et/LC_MESSAGES/kfile_tiff.mo share/locale/et/LC_MESSAGES/kfile_xps.mo share/locale/et/LC_MESSAGES/kfileaudiopreview4.mo share/locale/et/LC_MESSAGES/kfilereplace.mo share/locale/et/LC_MESSAGES/kfileshare.mo share/locale/et/LC_MESSAGES/kfindpart.mo share/locale/et/LC_MESSAGES/kfloppy.mo share/locale/et/LC_MESSAGES/kfmclient.mo share/locale/et/LC_MESSAGES/kfontinst.mo share/locale/et/LC_MESSAGES/kfourinline.mo share/locale/et/LC_MESSAGES/kgeography.mo share/locale/et/LC_MESSAGES/kget.mo share/locale/et/LC_MESSAGES/kgetplugin.mo share/locale/et/LC_MESSAGES/kglobalaccel.mo share/locale/et/LC_MESSAGES/kgoldrunner.mo share/locale/et/LC_MESSAGES/kgpg.mo share/locale/et/LC_MESSAGES/kgreet_classic.mo share/locale/et/LC_MESSAGES/kgreet_generic.mo share/locale/et/LC_MESSAGES/kgreet_winbind.mo share/locale/et/LC_MESSAGES/khangman.mo share/locale/et/LC_MESSAGES/khelpcenter.mo share/locale/et/LC_MESSAGES/khotkeys.mo share/locale/et/LC_MESSAGES/khotnewstuff.mo share/locale/et/LC_MESSAGES/khtmlkttsd.mo share/locale/et/LC_MESSAGES/khtmlsettingsplugin.mo share/locale/et/LC_MESSAGES/kiconfinder.mo share/locale/et/LC_MESSAGES/kig.mo share/locale/et/LC_MESSAGES/kigo.mo share/locale/et/LC_MESSAGES/killbots.mo share/locale/et/LC_MESSAGES/kimagemapeditor.mo -share/locale/et/LC_MESSAGES/kinetd.mo share/locale/et/LC_MESSAGES/kinfocenter.mo share/locale/et/LC_MESSAGES/kio4.mo share/locale/et/LC_MESSAGES/kio_activities.mo share/locale/et/LC_MESSAGES/kio_akonadi.mo share/locale/et/LC_MESSAGES/kio_applications.mo share/locale/et/LC_MESSAGES/kio_archive.mo share/locale/et/LC_MESSAGES/kio_audiocd.mo share/locale/et/LC_MESSAGES/kio_bookmarks.mo share/locale/et/LC_MESSAGES/kio_finger.mo share/locale/et/LC_MESSAGES/kio_fish.mo share/locale/et/LC_MESSAGES/kio_floppy.mo share/locale/et/LC_MESSAGES/kio_help4.mo share/locale/et/LC_MESSAGES/kio_imap4.mo share/locale/et/LC_MESSAGES/kio_info.mo share/locale/et/LC_MESSAGES/kio_jabberdisco.mo share/locale/et/LC_MESSAGES/kio_ldap.mo share/locale/et/LC_MESSAGES/kio_man.mo share/locale/et/LC_MESSAGES/kio_mbox.mo share/locale/et/LC_MESSAGES/kio_nepomuk.mo share/locale/et/LC_MESSAGES/kio_nepomuksearch.mo share/locale/et/LC_MESSAGES/kio_nfs.mo share/locale/et/LC_MESSAGES/kio_nntp.mo share/locale/et/LC_MESSAGES/kio_perldoc.mo share/locale/et/LC_MESSAGES/kio_pop3.mo share/locale/et/LC_MESSAGES/kio_recentdocuments.mo share/locale/et/LC_MESSAGES/kio_remote.mo share/locale/et/LC_MESSAGES/kio_sftp.mo share/locale/et/LC_MESSAGES/kio_sieve.mo share/locale/et/LC_MESSAGES/kio_smb.mo share/locale/et/LC_MESSAGES/kio_smtp.mo share/locale/et/LC_MESSAGES/kio_svn.mo share/locale/et/LC_MESSAGES/kio_tags.mo share/locale/et/LC_MESSAGES/kio_thumbnail.mo share/locale/et/LC_MESSAGES/kio_timeline.mo share/locale/et/LC_MESSAGES/kio_trash.mo share/locale/et/LC_MESSAGES/kio_zeroconf.mo share/locale/et/LC_MESSAGES/kioclient.mo share/locale/et/LC_MESSAGES/kioexec.mo share/locale/et/LC_MESSAGES/kipiplugin_kxmlhelloworld.mo share/locale/et/LC_MESSAGES/kiriki.mo share/locale/et/LC_MESSAGES/kiten.mo share/locale/et/LC_MESSAGES/kjots.mo share/locale/et/LC_MESSAGES/kjotsmigrator.mo share/locale/et/LC_MESSAGES/kjumpingcube.mo share/locale/et/LC_MESSAGES/kleopatra.mo share/locale/et/LC_MESSAGES/klettres.mo share/locale/et/LC_MESSAGES/klickety.mo share/locale/et/LC_MESSAGES/klines.mo share/locale/et/LC_MESSAGES/klinkstatus.mo share/locale/et/LC_MESSAGES/klipper.mo share/locale/et/LC_MESSAGES/klock.mo share/locale/et/LC_MESSAGES/kmag.mo share/locale/et/LC_MESSAGES/kmahjongg.mo share/locale/et/LC_MESSAGES/kmail-migrator.mo share/locale/et/LC_MESSAGES/kmail-mobile.mo share/locale/et/LC_MESSAGES/kmail.mo share/locale/et/LC_MESSAGES/kmailcvt.mo share/locale/et/LC_MESSAGES/kmenuedit.mo share/locale/et/LC_MESSAGES/kmimetypefinder.mo share/locale/et/LC_MESSAGES/kmines.mo share/locale/et/LC_MESSAGES/kmix.mo share/locale/et/LC_MESSAGES/kmousetool.mo share/locale/et/LC_MESSAGES/kmouth.mo share/locale/et/LC_MESSAGES/kmplot.mo share/locale/et/LC_MESSAGES/knetattach.mo share/locale/et/LC_MESSAGES/knetwalk.mo share/locale/et/LC_MESSAGES/knode.mo share/locale/et/LC_MESSAGES/knotes.mo share/locale/et/LC_MESSAGES/knotify4.mo share/locale/et/LC_MESSAGES/kolf.mo share/locale/et/LC_MESSAGES/kollision.mo share/locale/et/LC_MESSAGES/kolourpaint.mo share/locale/et/LC_MESSAGES/kommander.mo share/locale/et/LC_MESSAGES/kompare.mo share/locale/et/LC_MESSAGES/konqprofiles.mo share/locale/et/LC_MESSAGES/konqueror.mo share/locale/et/LC_MESSAGES/konquest.mo share/locale/et/LC_MESSAGES/konsole.mo share/locale/et/LC_MESSAGES/konsolekalendar.mo share/locale/et/LC_MESSAGES/konsoleprofiles.mo share/locale/et/LC_MESSAGES/kontact.mo share/locale/et/LC_MESSAGES/kontactinterfaces.mo share/locale/et/LC_MESSAGES/kopete.mo share/locale/et/LC_MESSAGES/korganizer-mobile.mo share/locale/et/LC_MESSAGES/korganizer.mo share/locale/et/LC_MESSAGES/kpartloader.mo share/locale/et/LC_MESSAGES/kpartsaver.mo share/locale/et/LC_MESSAGES/kpasswdserver.mo share/locale/et/LC_MESSAGES/kpat.mo share/locale/et/LC_MESSAGES/kppp.mo share/locale/et/LC_MESSAGES/kppplogview.mo share/locale/et/LC_MESSAGES/kquitapp.mo share/locale/et/LC_MESSAGES/krandr.mo share/locale/et/LC_MESSAGES/krcdnotifieritem.mo share/locale/et/LC_MESSAGES/krdb.mo share/locale/et/LC_MESSAGES/krdc.mo share/locale/et/LC_MESSAGES/kreadconfig.mo share/locale/et/LC_MESSAGES/kremotecontroldaemon.mo share/locale/et/LC_MESSAGES/kres-migrator.mo share/locale/et/LC_MESSAGES/kres_blog.mo share/locale/et/LC_MESSAGES/kres_remote.mo share/locale/et/LC_MESSAGES/kresources_shared_akonadi.mo share/locale/et/LC_MESSAGES/kreversi.mo share/locale/et/LC_MESSAGES/krfb.mo share/locale/et/LC_MESSAGES/kruler.mo share/locale/et/LC_MESSAGES/krunner.mo share/locale/et/LC_MESSAGES/ksaneplugin.mo share/locale/et/LC_MESSAGES/kscd.mo share/locale/et/LC_MESSAGES/kscreenlocker.mo share/locale/et/LC_MESSAGES/kscreenlocker_greet.mo share/locale/et/LC_MESSAGES/kscreensaver.mo share/locale/et/LC_MESSAGES/ksendemail.mo share/locale/et/LC_MESSAGES/kshellcmdplugin.mo share/locale/et/LC_MESSAGES/kshisen.mo share/locale/et/LC_MESSAGES/kshorturifilter.mo share/locale/et/LC_MESSAGES/ksirk.mo share/locale/et/LC_MESSAGES/ksirkskineditor.mo share/locale/et/LC_MESSAGES/ksmserver.mo share/locale/et/LC_MESSAGES/ksnapshot.mo share/locale/et/LC_MESSAGES/kspaceduel.mo share/locale/et/LC_MESSAGES/ksplashthemes.mo share/locale/et/LC_MESSAGES/ksquares.mo share/locale/et/LC_MESSAGES/kstars.mo share/locale/et/LC_MESSAGES/kstart.mo share/locale/et/LC_MESSAGES/kstartperf.mo share/locale/et/LC_MESSAGES/kstyle_config.mo share/locale/et/LC_MESSAGES/kstyle_phase_config.mo share/locale/et/LC_MESSAGES/ksudoku.mo share/locale/et/LC_MESSAGES/ksysguard.mo share/locale/et/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/et/LC_MESSAGES/ksystemlog.mo share/locale/et/LC_MESSAGES/ksystraycmd.mo share/locale/et/LC_MESSAGES/kteatime.mo share/locale/et/LC_MESSAGES/ktesnippets_editor.mo share/locale/et/LC_MESSAGES/ktexteditor_codesnippets_core.mo share/locale/et/LC_MESSAGES/ktexteditor_plugins.mo share/locale/et/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/et/LC_MESSAGES/ktimer.mo share/locale/et/LC_MESSAGES/ktimetracker.mo share/locale/et/LC_MESSAGES/ktnef.mo share/locale/et/LC_MESSAGES/ktouch.mo share/locale/et/LC_MESSAGES/ktouchpadenabler.mo share/locale/et/LC_MESSAGES/ktraderclient.mo share/locale/et/LC_MESSAGES/ktron.mo share/locale/et/LC_MESSAGES/ktuberling.mo share/locale/et/LC_MESSAGES/kturtle.mo share/locale/et/LC_MESSAGES/ktux.mo share/locale/et/LC_MESSAGES/kubrick.mo share/locale/et/LC_MESSAGES/kuiserver.mo share/locale/et/LC_MESSAGES/kuiviewer.mo share/locale/et/LC_MESSAGES/kurifilter.mo share/locale/et/LC_MESSAGES/kuser.mo share/locale/et/LC_MESSAGES/kwalletd.mo share/locale/et/LC_MESSAGES/kwalletmanager.mo share/locale/et/LC_MESSAGES/kwatchgnupg.mo share/locale/et/LC_MESSAGES/kwin.mo share/locale/et/LC_MESSAGES/kwin_art_clients.mo share/locale/et/LC_MESSAGES/kwin_clients.mo share/locale/et/LC_MESSAGES/kwin_effects.mo share/locale/et/LC_MESSAGES/kwinshutdown.mo share/locale/et/LC_MESSAGES/kwinstartmenu.mo share/locale/et/LC_MESSAGES/kwordquiz.mo share/locale/et/LC_MESSAGES/kwrite.mo share/locale/et/LC_MESSAGES/kwriteconfig.mo share/locale/et/LC_MESSAGES/kxkb.mo share/locale/et/LC_MESSAGES/kxsconfig.mo share/locale/et/LC_MESSAGES/lancelot.mo share/locale/et/LC_MESSAGES/libakonadi-calendar.mo share/locale/et/LC_MESSAGES/libakonadi-kmime.mo share/locale/et/LC_MESSAGES/libakonadi.mo share/locale/et/LC_MESSAGES/libeventviews.mo share/locale/et/LC_MESSAGES/libincidenceeditors.mo share/locale/et/LC_MESSAGES/libkalarmcal.mo share/locale/et/LC_MESSAGES/libkasten.mo share/locale/et/LC_MESSAGES/libkblog.mo share/locale/et/LC_MESSAGES/libkcal.mo share/locale/et/LC_MESSAGES/libkcalutils.mo share/locale/et/LC_MESSAGES/libkcddb.mo share/locale/et/LC_MESSAGES/libkcompactdisc.mo share/locale/et/LC_MESSAGES/libkdcraw.mo share/locale/et/LC_MESSAGES/libkdecorations.mo share/locale/et/LC_MESSAGES/libkdeedu.mo share/locale/et/LC_MESSAGES/libkdegames.mo share/locale/et/LC_MESSAGES/libkdepim.mo share/locale/et/LC_MESSAGES/libkdepimmobileui.mo share/locale/et/LC_MESSAGES/libkexiv2.mo share/locale/et/LC_MESSAGES/libkholidays.mo share/locale/et/LC_MESSAGES/libkimap.mo share/locale/et/LC_MESSAGES/libkipi.mo share/locale/et/LC_MESSAGES/libkldap.mo share/locale/et/LC_MESSAGES/libkleopatra.mo share/locale/et/LC_MESSAGES/libkmahjongg.mo share/locale/et/LC_MESSAGES/libkmime.mo share/locale/et/LC_MESSAGES/libkonq.mo share/locale/et/LC_MESSAGES/libkpgp.mo share/locale/et/LC_MESSAGES/libkpimidentities.mo share/locale/et/LC_MESSAGES/libkpimtextedit.mo share/locale/et/LC_MESSAGES/libkpimutils.mo share/locale/et/LC_MESSAGES/libkremotecontrol.mo share/locale/et/LC_MESSAGES/libkresources.mo share/locale/et/LC_MESSAGES/libksane.mo share/locale/et/LC_MESSAGES/libkscreensaver.mo share/locale/et/LC_MESSAGES/libksieve.mo share/locale/et/LC_MESSAGES/libktnef.mo share/locale/et/LC_MESSAGES/libkunitconversion.mo share/locale/et/LC_MESSAGES/libkworkspace.mo share/locale/et/LC_MESSAGES/libkxmlrpcclient.mo share/locale/et/LC_MESSAGES/liblancelot-datamodels.mo share/locale/et/LC_MESSAGES/libmailcommon.mo share/locale/et/LC_MESSAGES/libmailimporter.mo share/locale/et/LC_MESSAGES/libmailtransport.mo share/locale/et/LC_MESSAGES/libmessagecomposer.mo share/locale/et/LC_MESSAGES/libmessagecore.mo share/locale/et/LC_MESSAGES/libmessagelist.mo share/locale/et/LC_MESSAGES/libmessageviewer.mo share/locale/et/LC_MESSAGES/liboktetacore.mo share/locale/et/LC_MESSAGES/liboktetagui.mo share/locale/et/LC_MESSAGES/liboktetakasten.mo share/locale/et/LC_MESSAGES/liboxygenstyleconfig.mo share/locale/et/LC_MESSAGES/libphonon.mo share/locale/et/LC_MESSAGES/libpimcommon.mo share/locale/et/LC_MESSAGES/libplasma.mo share/locale/et/LC_MESSAGES/libplasma_groupingcontainment.mo share/locale/et/LC_MESSAGES/libplasmaclock.mo share/locale/et/LC_MESSAGES/libplasmaweather.mo share/locale/et/LC_MESSAGES/libtaskmanager.mo share/locale/et/LC_MESSAGES/libtemplateparser.mo share/locale/et/LC_MESSAGES/lokalize.mo share/locale/et/LC_MESSAGES/lskat.mo share/locale/et/LC_MESSAGES/mailreader.mo share/locale/et/LC_MESSAGES/marble.mo share/locale/et/LC_MESSAGES/marble_qt.mo share/locale/et/LC_MESSAGES/marble_xml_mimetypes.mo share/locale/et/LC_MESSAGES/messageviewer_application_mstnef_plugin.mo share/locale/et/LC_MESSAGES/messageviewer_text_calendar_plugin.mo share/locale/et/LC_MESSAGES/messageviewer_text_vcard_plugin.mo share/locale/et/LC_MESSAGES/messageviewer_text_xdiff_plugin.mo share/locale/et/LC_MESSAGES/mf_konqplugin.mo share/locale/et/LC_MESSAGES/minitoolsplugin.mo share/locale/et/LC_MESSAGES/mplayerthumbs.mo share/locale/et/LC_MESSAGES/mplayerthumbsconfig.mo share/locale/et/LC_MESSAGES/nepomukbackup.mo share/locale/et/LC_MESSAGES/nepomukcleaner.mo share/locale/et/LC_MESSAGES/nepomukcontroller.mo share/locale/et/LC_MESSAGES/nepomukfileindexer.mo share/locale/et/LC_MESSAGES/nepomukqueryservice.mo share/locale/et/LC_MESSAGES/nepomukserver.mo share/locale/et/LC_MESSAGES/nepomukservicestub.mo share/locale/et/LC_MESSAGES/nepomukstorage.mo share/locale/et/LC_MESSAGES/nepomukwidgets.mo share/locale/et/LC_MESSAGES/newmailnotifieragent.mo share/locale/et/LC_MESSAGES/notes-mobile.mo share/locale/et/LC_MESSAGES/nsplugin.mo share/locale/et/LC_MESSAGES/okteta-mobile.mo share/locale/et/LC_MESSAGES/okteta.mo share/locale/et/LC_MESSAGES/oktetapart.mo share/locale/et/LC_MESSAGES/okular.mo share/locale/et/LC_MESSAGES/okular_chm.mo share/locale/et/LC_MESSAGES/okular_comicbook.mo share/locale/et/LC_MESSAGES/okular_djvu.mo share/locale/et/LC_MESSAGES/okular_dvi.mo share/locale/et/LC_MESSAGES/okular_epub.mo share/locale/et/LC_MESSAGES/okular_fax.mo share/locale/et/LC_MESSAGES/okular_fictionbook.mo share/locale/et/LC_MESSAGES/okular_ghostview.mo share/locale/et/LC_MESSAGES/okular_kimgio.mo share/locale/et/LC_MESSAGES/okular_mobi.mo share/locale/et/LC_MESSAGES/okular_ooo.mo share/locale/et/LC_MESSAGES/okular_plucker.mo share/locale/et/LC_MESSAGES/okular_poppler.mo share/locale/et/LC_MESSAGES/okular_tiff.mo share/locale/et/LC_MESSAGES/okular_xps.mo share/locale/et/LC_MESSAGES/org.kde.active.documentviewer.mo share/locale/et/LC_MESSAGES/pairs.mo share/locale/et/LC_MESSAGES/pairseditor.mo share/locale/et/LC_MESSAGES/palapeli.mo share/locale/et/LC_MESSAGES/parley.mo share/locale/et/LC_MESSAGES/phonon_gstreamer.mo share/locale/et/LC_MESSAGES/phonon_kde.mo share/locale/et/LC_MESSAGES/phonon_vlc.mo share/locale/et/LC_MESSAGES/phononserver.mo share/locale/et/LC_MESSAGES/picmi.mo share/locale/et/LC_MESSAGES/pimsettingexporter.mo share/locale/et/LC_MESSAGES/plasma-desktop.mo share/locale/et/LC_MESSAGES/plasma-netbook.mo share/locale/et/LC_MESSAGES/plasma-overlay.mo share/locale/et/LC_MESSAGES/plasma-remote-helper.mo share/locale/et/LC_MESSAGES/plasma-windowed.mo share/locale/et/LC_MESSAGES/plasma_applet_BbalL.mo share/locale/et/LC_MESSAGES/plasma_applet_CharSelectApplet.mo share/locale/et/LC_MESSAGES/plasma_applet_Molmasscalculator.mo share/locale/et/LC_MESSAGES/plasma_applet_akonotes_note.mo share/locale/et/LC_MESSAGES/plasma_applet_battery.mo share/locale/et/LC_MESSAGES/plasma_applet_binaryclock.mo share/locale/et/LC_MESSAGES/plasma_applet_bookmarks.mo share/locale/et/LC_MESSAGES/plasma_applet_bubblemon.mo share/locale/et/LC_MESSAGES/plasma_applet_calculator.mo share/locale/et/LC_MESSAGES/plasma_applet_clock.mo share/locale/et/LC_MESSAGES/plasma_applet_comic.mo share/locale/et/LC_MESSAGES/plasma_applet_concentrationCalculator.mo share/locale/et/LC_MESSAGES/plasma_applet_currentappcontrol.mo share/locale/et/LC_MESSAGES/plasma_applet_dig_clock.mo share/locale/et/LC_MESSAGES/plasma_applet_fifteenPuzzle.mo share/locale/et/LC_MESSAGES/plasma_applet_fileWatcher.mo share/locale/et/LC_MESSAGES/plasma_applet_folderview.mo share/locale/et/LC_MESSAGES/plasma_applet_frame.mo share/locale/et/LC_MESSAGES/plasma_applet_fuzzy_clock.mo share/locale/et/LC_MESSAGES/plasma_applet_gasCalculator.mo share/locale/et/LC_MESSAGES/plasma_applet_groupingpanel.mo share/locale/et/LC_MESSAGES/plasma_applet_icon.mo share/locale/et/LC_MESSAGES/plasma_applet_icontasks.mo share/locale/et/LC_MESSAGES/plasma_applet_incomingmsg.mo share/locale/et/LC_MESSAGES/plasma_applet_kalgebra.mo share/locale/et/LC_MESSAGES/plasma_applet_kalzium.mo share/locale/et/LC_MESSAGES/plasma_applet_katesession.mo share/locale/et/LC_MESSAGES/plasma_applet_kdeobservatory.mo share/locale/et/LC_MESSAGES/plasma_applet_kget.mo share/locale/et/LC_MESSAGES/plasma_applet_kimpanel.mo share/locale/et/LC_MESSAGES/plasma_applet_knowledgebase.mo share/locale/et/LC_MESSAGES/plasma_applet_kolourpicker.mo share/locale/et/LC_MESSAGES/plasma_applet_kpapplet.mo share/locale/et/LC_MESSAGES/plasma_applet_launcher.mo share/locale/et/LC_MESSAGES/plasma_applet_leavenote.mo share/locale/et/LC_MESSAGES/plasma_applet_life.mo share/locale/et/LC_MESSAGES/plasma_applet_lockout.mo share/locale/et/LC_MESSAGES/plasma_applet_luna.mo share/locale/et/LC_MESSAGES/plasma_applet_magnifique.mo share/locale/et/LC_MESSAGES/plasma_applet_microblog.mo share/locale/et/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/et/LC_MESSAGES/plasma_applet_news.mo share/locale/et/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/et/LC_MESSAGES/plasma_applet_notes.mo share/locale/et/LC_MESSAGES/plasma_applet_notifier.mo share/locale/et/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/et/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/et/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/et/LC_MESSAGES/plasma_applet_opendesktop_activities.mo share/locale/et/LC_MESSAGES/plasma_applet_org.kde.notifications.mo share/locale/et/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/et/LC_MESSAGES/plasma_applet_pager.mo share/locale/et/LC_MESSAGES/plasma_applet_panel.mo share/locale/et/LC_MESSAGES/plasma_applet_panelspacer_internal.mo share/locale/et/LC_MESSAGES/plasma_applet_paste.mo share/locale/et/LC_MESSAGES/plasma_applet_pastebin.mo share/locale/et/LC_MESSAGES/plasma_applet_plasmaboard.mo share/locale/et/LC_MESSAGES/plasma_applet_previewer.mo share/locale/et/LC_MESSAGES/plasma_applet_printmanager.mo share/locale/et/LC_MESSAGES/plasma_applet_qalculate.mo share/locale/et/LC_MESSAGES/plasma_applet_qstardict.mo share/locale/et/LC_MESSAGES/plasma_applet_quicklaunch.mo share/locale/et/LC_MESSAGES/plasma_applet_rssnow.mo share/locale/et/LC_MESSAGES/plasma_applet_rtm.mo share/locale/et/LC_MESSAGES/plasma_applet_sal.mo share/locale/et/LC_MESSAGES/plasma_applet_saverdesktop.mo share/locale/et/LC_MESSAGES/plasma_applet_searchbox.mo share/locale/et/LC_MESSAGES/plasma_applet_showdashboard.mo share/locale/et/LC_MESSAGES/plasma_applet_showdesktop.mo share/locale/et/LC_MESSAGES/plasma_applet_skapplet.mo share/locale/et/LC_MESSAGES/plasma_applet_spellcheck.mo share/locale/et/LC_MESSAGES/plasma_applet_system-monitor.mo share/locale/et/LC_MESSAGES/plasma_applet_systemloadviewer.mo share/locale/et/LC_MESSAGES/plasma_applet_systemtray.mo share/locale/et/LC_MESSAGES/plasma_applet_tasks.mo share/locale/et/LC_MESSAGES/plasma_applet_timer.mo share/locale/et/LC_MESSAGES/plasma_applet_trash.mo share/locale/et/LC_MESSAGES/plasma_applet_unitconverter.mo share/locale/et/LC_MESSAGES/plasma_applet_weather.mo share/locale/et/LC_MESSAGES/plasma_applet_weatherstation.mo share/locale/et/LC_MESSAGES/plasma_applet_webbrowser.mo share/locale/et/LC_MESSAGES/plasma_applet_webslice.mo share/locale/et/LC_MESSAGES/plasma_applet_windowlist.mo share/locale/et/LC_MESSAGES/plasma_appletscriptengine_dashboard.mo share/locale/et/LC_MESSAGES/plasma_containmentactions_contextmenu.mo share/locale/et/LC_MESSAGES/plasma_containmentactions_switchactivity.mo share/locale/et/LC_MESSAGES/plasma_containmentactions_switchdesktop.mo share/locale/et/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/et/LC_MESSAGES/plasma_engine_calendar.mo share/locale/et/LC_MESSAGES/plasma_engine_kalzium.mo share/locale/et/LC_MESSAGES/plasma_engine_kdeobservatory.mo share/locale/et/LC_MESSAGES/plasma_engine_keystate.mo share/locale/et/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/et/LC_MESSAGES/plasma_engine_metadata.mo share/locale/et/LC_MESSAGES/plasma_engine_mpris2.mo share/locale/et/LC_MESSAGES/plasma_engine_network.mo share/locale/et/LC_MESSAGES/plasma_engine_notifications.mo share/locale/et/LC_MESSAGES/plasma_engine_nowplaying.mo share/locale/et/LC_MESSAGES/plasma_engine_rss.mo share/locale/et/LC_MESSAGES/plasma_engine_share.mo share/locale/et/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/et/LC_MESSAGES/plasma_engine_weather.mo share/locale/et/LC_MESSAGES/plasma_package_org.kde.desktop.activitymanager.mo share/locale/et/LC_MESSAGES/plasma_package_org.kde.desktop.widgetexplorer.mo share/locale/et/LC_MESSAGES/plasma_packagestructure_comic.mo share/locale/et/LC_MESSAGES/plasma_runner_CharacterRunner.mo share/locale/et/LC_MESSAGES/plasma_runner_activities.mo share/locale/et/LC_MESSAGES/plasma_runner_audioplayercontrol.mo share/locale/et/LC_MESSAGES/plasma_runner_bookmarksrunner.mo share/locale/et/LC_MESSAGES/plasma_runner_browserhistory.mo share/locale/et/LC_MESSAGES/plasma_runner_calculatorrunner.mo share/locale/et/LC_MESSAGES/plasma_runner_contacts.mo share/locale/et/LC_MESSAGES/plasma_runner_converterrunner.mo share/locale/et/LC_MESSAGES/plasma_runner_datetime.mo share/locale/et/LC_MESSAGES/plasma_runner_events.mo share/locale/et/LC_MESSAGES/plasma_runner_katesessions.mo share/locale/et/LC_MESSAGES/plasma_runner_kget.mo share/locale/et/LC_MESSAGES/plasma_runner_kill.mo share/locale/et/LC_MESSAGES/plasma_runner_konquerorsessions.mo share/locale/et/LC_MESSAGES/plasma_runner_konsolesessions.mo share/locale/et/LC_MESSAGES/plasma_runner_kopete.mo share/locale/et/LC_MESSAGES/plasma_runner_krunner_dictionary.mo share/locale/et/LC_MESSAGES/plasma_runner_locations.mo share/locale/et/LC_MESSAGES/plasma_runner_marblerunner.mo share/locale/et/LC_MESSAGES/plasma_runner_mediawiki.mo share/locale/et/LC_MESSAGES/plasma_runner_nepomuksearchrunner.mo share/locale/et/LC_MESSAGES/plasma_runner_placesrunner.mo share/locale/et/LC_MESSAGES/plasma_runner_plasma-desktop.mo share/locale/et/LC_MESSAGES/plasma_runner_powerdevil.mo share/locale/et/LC_MESSAGES/plasma_runner_recentdocuments.mo share/locale/et/LC_MESSAGES/plasma_runner_services.mo share/locale/et/LC_MESSAGES/plasma_runner_sessions.mo share/locale/et/LC_MESSAGES/plasma_runner_shell.mo share/locale/et/LC_MESSAGES/plasma_runner_solid.mo share/locale/et/LC_MESSAGES/plasma_runner_spellcheckrunner.mo share/locale/et/LC_MESSAGES/plasma_runner_webshortcuts.mo share/locale/et/LC_MESSAGES/plasma_runner_windowedwidgets.mo share/locale/et/LC_MESSAGES/plasma_runner_windows.mo share/locale/et/LC_MESSAGES/plasma_runner_youtube.mo share/locale/et/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/et/LC_MESSAGES/plasma_toolbox_desktoptoolbox.mo share/locale/et/LC_MESSAGES/plasma_toolbox_paneltoolbox.mo share/locale/et/LC_MESSAGES/plasma_wallpaper_color.mo share/locale/et/LC_MESSAGES/plasma_wallpaper_image.mo share/locale/et/LC_MESSAGES/plasma_wallpaper_mandelbrot.mo share/locale/et/LC_MESSAGES/plasma_wallpaper_marble.mo share/locale/et/LC_MESSAGES/plasma_wallpaper_pattern.mo share/locale/et/LC_MESSAGES/plasma_wallpaper_potd.mo share/locale/et/LC_MESSAGES/plasma_wallpaper_virus.mo share/locale/et/LC_MESSAGES/plasma_wallpaper_wallpaper-qml.mo share/locale/et/LC_MESSAGES/plasma_wallpaper_weather.mo share/locale/et/LC_MESSAGES/plasmagenericshell.mo share/locale/et/LC_MESSAGES/plasmapkg.mo share/locale/et/LC_MESSAGES/pothumbnail.mo share/locale/et/LC_MESSAGES/powerdevil.mo share/locale/et/LC_MESSAGES/powerdevilactivitiesconfig.mo share/locale/et/LC_MESSAGES/powerdevilglobalconfig.mo share/locale/et/LC_MESSAGES/powerdevilprofilesconfig.mo share/locale/et/LC_MESSAGES/print-manager.mo share/locale/et/LC_MESSAGES/processcore.mo share/locale/et/LC_MESSAGES/processui.mo share/locale/et/LC_MESSAGES/randrmonitor.mo share/locale/et/LC_MESSAGES/rellinks.mo share/locale/et/LC_MESSAGES/rocs.mo share/locale/et/LC_MESSAGES/rocscore.mo share/locale/et/LC_MESSAGES/rocsvisualeditor.mo share/locale/et/LC_MESSAGES/searchbarplugin.mo share/locale/et/LC_MESSAGES/solid-hardware.mo share/locale/et/LC_MESSAGES/solid-network.mo share/locale/et/LC_MESSAGES/solid_qt.mo share/locale/et/LC_MESSAGES/solidcontrol.mo share/locale/et/LC_MESSAGES/soliduiserver.mo share/locale/et/LC_MESSAGES/step.mo share/locale/et/LC_MESSAGES/step_qt.mo share/locale/et/LC_MESSAGES/strigila_diff.mo share/locale/et/LC_MESSAGES/superkaramba.mo share/locale/et/LC_MESSAGES/svgpart.mo share/locale/et/LC_MESSAGES/sweeper.mo share/locale/et/LC_MESSAGES/systemsettings.mo share/locale/et/LC_MESSAGES/tasks-mobile.mo share/locale/et/LC_MESSAGES/timezones4.mo share/locale/et/LC_MESSAGES/uachangerplugin.mo share/locale/et/LC_MESSAGES/umbrello.mo share/locale/et/LC_MESSAGES/useraccount.mo share/locale/et/LC_MESSAGES/validatorsplugin.mo share/locale/et/LC_MESSAGES/webarchiver.mo share/locale/et/LC_MESSAGES/xml_mimetypes.mo share/locale/et/entry.desktop @dirrm share/doc/HTML/et/umbrello @dirrm share/doc/HTML/et/systemsettings @dirrm share/doc/HTML/et/sweeper @dirrm share/doc/HTML/et/step @dirrm share/doc/HTML/et/sonnet @dirrm share/doc/HTML/et/rocs @dirrm share/doc/HTML/et/plasma-desktop @dirrm share/doc/HTML/et/picmi @dirrm share/doc/HTML/et/parley @dirrm share/doc/HTML/et/palapeli @dirrm share/doc/HTML/et/onlinehelp @dirrm share/doc/HTML/et/okular @dirrm share/doc/HTML/et/okteta @dirrm share/doc/HTML/et/marble @dirrm share/doc/HTML/et/lskat @dirrm share/doc/HTML/et/lokalize @dirrm share/doc/HTML/et/kwrite @dirrm share/doc/HTML/et/kwordquiz @dirrm share/doc/HTML/et/kwatchgnupg @dirrm share/doc/HTML/et/kwallet @dirrm share/doc/HTML/et/kuser @dirrm share/doc/HTML/et/kubrick @dirrm share/doc/HTML/et/kturtle @dirrm share/doc/HTML/et/ktuberling @dirrm share/doc/HTML/et/ktron @dirrm share/doc/HTML/et/ktouch @dirrm share/doc/HTML/et/ktnef @dirrm share/doc/HTML/et/ktimetracker @dirrm share/doc/HTML/et/ktimer @dirrm share/doc/HTML/et/kteatime @dirrm share/doc/HTML/et/ksystemlog @dirrm share/doc/HTML/et/ksysguard @dirrm share/doc/HTML/et/ksudoku @dirrm share/doc/HTML/et/kstars @dirrm share/doc/HTML/et/ksquares @dirrm share/doc/HTML/et/kspaceduel @dirrm share/doc/HTML/et/ksnapshot @dirrm share/doc/HTML/et/ksirkskineditor @dirrm share/doc/HTML/et/ksirk @dirrm share/doc/HTML/et/kshisen @dirrm share/doc/HTML/et/kruler @dirrm share/doc/HTML/et/krfb @dirrm share/doc/HTML/et/kreversi @dirrm share/doc/HTML/et/krdc @dirrm share/doc/HTML/et/kppp @dirrm share/doc/HTML/et/kpat @dirrm share/doc/HTML/et/korganizer @dirrm share/doc/HTML/et/kopete @dirrm share/doc/HTML/et/kontact-admin @dirrm share/doc/HTML/et/kontact @dirrm share/doc/HTML/et/konsolekalendar @dirrm share/doc/HTML/et/konsole @dirrm share/doc/HTML/et/konquest @dirrm share/doc/HTML/et/konqueror @dirrm share/doc/HTML/et/kompare @dirrm share/doc/HTML/et/kommander @dirrm share/doc/HTML/et/kolourpaint @dirrm share/doc/HTML/et/kollision @dirrm share/doc/HTML/et/kolf @dirrm share/doc/HTML/et/knotes @dirrm share/doc/HTML/et/knode @dirrm share/doc/HTML/et/knetwalk @dirrm share/doc/HTML/et/knetattach @dirrm share/doc/HTML/et/kmplot @dirrm share/doc/HTML/et/kmouth @dirrm share/doc/HTML/et/kmousetool @dirrm share/doc/HTML/et/kmix @dirrm share/doc/HTML/et/kmines @dirrm share/doc/HTML/et/kmenuedit @dirrm share/doc/HTML/et/kmail @dirrm share/doc/HTML/et/kmahjongg @dirrm share/doc/HTML/et/kmag @dirrm share/doc/HTML/et/klipper @dirrm share/doc/HTML/et/klinkstatus @dirrm share/doc/HTML/et/klines @dirrm share/doc/HTML/et/klickety @dirrm share/doc/HTML/et/klettres @dirrm share/doc/HTML/et/kleopatra @dirrm share/doc/HTML/et/kjumpingcube @dirrm share/doc/HTML/et/kjots @dirrm share/doc/HTML/et/kiten @dirrm share/doc/HTML/et/kiriki @dirrm share/doc/HTML/et/kioslave/xz @dirrm share/doc/HTML/et/kioslave/webdav @dirrm share/doc/HTML/et/kioslave/thumbnail @dirrm share/doc/HTML/et/kioslave/telnet @dirrm share/doc/HTML/et/kioslave/tar @dirrm share/doc/HTML/et/kioslave/smtp @dirrm share/doc/HTML/et/kioslave/smb @dirrm share/doc/HTML/et/kioslave/sieve @dirrm share/doc/HTML/et/kioslave/sftp @dirrm share/doc/HTML/et/kioslave/rlogin @dirrm share/doc/HTML/et/kioslave/pop3 @dirrm share/doc/HTML/et/kioslave/nntp @dirrm share/doc/HTML/et/kioslave/nfs @dirrm share/doc/HTML/et/kioslave/news @dirrm share/doc/HTML/et/kioslave/network @dirrm share/doc/HTML/et/kioslave/nepomuksearch @dirrm share/doc/HTML/et/kioslave/mbox @dirrm share/doc/HTML/et/kioslave/man @dirrm share/doc/HTML/et/kioslave/mailto @dirrm share/doc/HTML/et/kioslave/ldap @dirrm share/doc/HTML/et/kioslave/info @dirrm share/doc/HTML/et/kioslave/imap @dirrm share/doc/HTML/et/kioslave/http @dirrm share/doc/HTML/et/kioslave/help @dirrm share/doc/HTML/et/kioslave/gzip @dirrm share/doc/HTML/et/kioslave/ftp @dirrm share/doc/HTML/et/kioslave/floppy @dirrm share/doc/HTML/et/kioslave/fish @dirrm share/doc/HTML/et/kioslave/finger @dirrm share/doc/HTML/et/kioslave/file @dirrm share/doc/HTML/et/kioslave/data @dirrm share/doc/HTML/et/kioslave/cgi @dirrm share/doc/HTML/et/kioslave/bzip2 @dirrm share/doc/HTML/et/kioslave/bookmarks @dirrm share/doc/HTML/et/kioslave/audiocd @dirrm share/doc/HTML/et/kioslave @dirrm share/doc/HTML/et/kinfocenter @dirrm share/doc/HTML/et/kimagemapeditor @dirrm share/doc/HTML/et/killbots @dirrm share/doc/HTML/et/kigo @dirrm share/doc/HTML/et/kig @dirrm share/doc/HTML/et/khelpcenter/glossary @dirrm share/doc/HTML/et/khelpcenter/documentationnotfound @dirrm share/doc/HTML/et/khelpcenter @dirrm share/doc/HTML/et/khangman @dirrm share/doc/HTML/et/kgpg @dirrm share/doc/HTML/et/kgoldrunner @dirrm share/doc/HTML/et/kget @dirrm share/doc/HTML/et/kgeography @dirrm share/doc/HTML/et/kfourinline @dirrm share/doc/HTML/et/kfontview @dirrm share/doc/HTML/et/kfloppy @dirrm share/doc/HTML/et/kfind @dirrm share/doc/HTML/et/kfilereplace @dirrm share/doc/HTML/et/kdm @dirrm share/doc/HTML/et/kdiamond @dirrm share/doc/HTML/et/kdf @dirrm share/doc/HTML/et/kdesu @dirrm share/doc/HTML/et/kdepasswd @dirrm share/doc/HTML/et/kdebugdialog @dirrm share/doc/HTML/et/kcron @dirrm share/doc/HTML/et/kcontrol/workspaceoptions @dirrm share/doc/HTML/et/kcontrol/windowspecific @dirrm share/doc/HTML/et/kcontrol/windowbehaviour @dirrm share/doc/HTML/et/kcontrol/useragent @dirrm share/doc/HTML/et/kcontrol/trash @dirrm share/doc/HTML/et/kcontrol/splashscreen @dirrm share/doc/HTML/et/kcontrol/spellchecking @dirrm share/doc/HTML/et/kcontrol/solid-hardware @dirrm share/doc/HTML/et/kcontrol/solid-device-automounter @dirrm share/doc/HTML/et/kcontrol/solid-actions @dirrm share/doc/HTML/et/kcontrol/smb @dirrm share/doc/HTML/et/kcontrol/screensaver @dirrm share/doc/HTML/et/kcontrol/proxy @dirrm share/doc/HTML/et/kcontrol/powerdevil @dirrm share/doc/HTML/et/kcontrol/phonon @dirrm share/doc/HTML/et/kcontrol/performance @dirrm share/doc/HTML/et/kcontrol/paths @dirrm share/doc/HTML/et/kcontrol/netpref @dirrm share/doc/HTML/et/kcontrol/nepomuk @dirrm share/doc/HTML/et/kcontrol/mouse @dirrm share/doc/HTML/et/kcontrol/language @dirrm share/doc/HTML/et/kcontrol/kwintabbox @dirrm share/doc/HTML/et/kcontrol/kwinscreenedges @dirrm share/doc/HTML/et/kcontrol/kwindecoration @dirrm share/doc/HTML/et/kcontrol/kwincompositing @dirrm share/doc/HTML/et/kcontrol/kresources @dirrm share/doc/HTML/et/kcontrol/kremotecontrol @dirrm share/doc/HTML/et/kcontrol/khtml-plugins @dirrm share/doc/HTML/et/kcontrol/khtml-java-js @dirrm share/doc/HTML/et/kcontrol/khtml-general @dirrm share/doc/HTML/et/kcontrol/khtml-behavior @dirrm share/doc/HTML/et/kcontrol/khtml-adblock @dirrm share/doc/HTML/et/kcontrol/khotkeys @dirrm share/doc/HTML/et/kcontrol/kgamma @dirrm share/doc/HTML/et/kcontrol/keys @dirrm share/doc/HTML/et/kcontrol/keyboard @dirrm share/doc/HTML/et/kcontrol/kded @dirrm share/doc/HTML/et/kcontrol/kcmstyle @dirrm share/doc/HTML/et/kcontrol/kcmsmserver @dirrm share/doc/HTML/et/kcontrol/kcmnotify @dirrm share/doc/HTML/et/kcontrol/kcmlaunch @dirrm share/doc/HTML/et/kcontrol/kcmcss @dirrm share/doc/HTML/et/kcontrol/kcmcgi @dirrm share/doc/HTML/et/kcontrol/kcmaccess @dirrm share/doc/HTML/et/kcontrol/kcm_ssl @dirrm share/doc/HTML/et/kcontrol/kamera @dirrm share/doc/HTML/et/kcontrol/joystick @dirrm share/doc/HTML/et/kcontrol/icons @dirrm share/doc/HTML/et/kcontrol/history @dirrm share/doc/HTML/et/kcontrol/fonts @dirrm share/doc/HTML/et/kcontrol/fontinst @dirrm share/doc/HTML/et/kcontrol/filetypes @dirrm share/doc/HTML/et/kcontrol/filemanager @dirrm share/doc/HTML/et/kcontrol/emoticons @dirrm share/doc/HTML/et/kcontrol/ebrowsing @dirrm share/doc/HTML/et/kcontrol/desktopthemedetails @dirrm share/doc/HTML/et/kcontrol/desktop @dirrm share/doc/HTML/et/kcontrol/cursortheme @dirrm share/doc/HTML/et/kcontrol/cookies @dirrm share/doc/HTML/et/kcontrol/componentchooser @dirrm share/doc/HTML/et/kcontrol/colors @dirrm share/doc/HTML/et/kcontrol/clock @dirrm share/doc/HTML/et/kcontrol/cddbretrieval @dirrm share/doc/HTML/et/kcontrol/cache @dirrm share/doc/HTML/et/kcontrol/bookmarks @dirrm share/doc/HTML/et/kcontrol/blockdevices @dirrm share/doc/HTML/et/kcontrol/bell @dirrm share/doc/HTML/et/kcontrol/autostart @dirrm share/doc/HTML/et/kcontrol/attica @dirrm share/doc/HTML/et/kcontrol @dirrm share/doc/HTML/et/kcharselect @dirrm share/doc/HTML/et/kcalc @dirrm share/doc/HTML/et/kcachegrind @dirrm share/doc/HTML/et/kbruch @dirrm share/doc/HTML/et/kbreakout @dirrm share/doc/HTML/et/kbounce @dirrm share/doc/HTML/et/kblocks @dirrm share/doc/HTML/et/kblackbox @dirrm share/doc/HTML/et/kbattleship @dirrm share/doc/HTML/et/katomic @dirrm share/doc/HTML/et/kate @dirrm share/doc/HTML/et/kapptemplate @dirrm share/doc/HTML/et/kapman @dirrm share/doc/HTML/et/kanagram @dirrm share/doc/HTML/et/kalzium @dirrm share/doc/HTML/et/kalgebra @dirrm share/doc/HTML/et/kalarm @dirrm share/doc/HTML/et/kajongg @dirrm share/doc/HTML/et/kabcclient @dirrm share/doc/HTML/et/juk @dirrm share/doc/HTML/et/jovie @dirrm share/doc/HTML/et/gwenview @dirrm share/doc/HTML/et/granatier @dirrm share/doc/HTML/et/fundamentals @dirrm share/doc/HTML/et/filelight @dirrm share/doc/HTML/et/dragonplayer @dirrm share/doc/HTML/et/dolphin @dirrm share/doc/HTML/et/common @dirrm share/doc/HTML/et/cervisia @dirrm share/doc/HTML/et/cantor @dirrm share/doc/HTML/et/bovo @dirrm share/doc/HTML/et/bomber @dirrm share/doc/HTML/et/blogilo @dirrm share/doc/HTML/et/blinken @dirrm share/doc/HTML/et/ark @dirrm share/doc/HTML/et/amor @dirrm share/doc/HTML/et/akregator @dirrm share/doc/HTML/et/PolicyKit-kde @dirrm share/apps/kvtml/et @dirrm share/apps/kvtml @dirrm share/apps/khangman @dirrmtry man/et/man8 @dirrmtry man/et/man7 @dirrmtry man/et/man6 @dirrmtry man/et/man1 @dirrmtry man/et Index: head/misc/kde4-l10n-eu/distinfo =================================================================== --- head/misc/kde4-l10n-eu/distinfo (revision 318451) +++ head/misc/kde4-l10n-eu/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/kde-l10n/kde-l10n-eu-4.10.1.tar.xz) = 17f62b46fa7864ab0cb5847bb26633e89832637fa2325240aba766eeacc20289 -SIZE (KDE/4.10.1/kde-l10n/kde-l10n-eu-4.10.1.tar.xz) = 2092976 +SHA256 (KDE/4.10.3/kde-l10n/kde-l10n-eu-4.10.3.tar.xz) = 9259aa5b97a927b4b49c91e241933106cb953be119c65584dc367d29d0551ebd +SIZE (KDE/4.10.3/kde-l10n/kde-l10n-eu-4.10.3.tar.xz) = 2095748 Index: head/misc/kde4-l10n-eu/pkg-plist =================================================================== --- head/misc/kde4-l10n-eu/pkg-plist (revision 318451) +++ head/misc/kde4-l10n-eu/pkg-plist (revision 318452) @@ -1,538 +1,536 @@ share/doc/HTML/eu/common/fdl-translated.html share/doc/HTML/eu/common/gpl-translated.html share/doc/HTML/eu/common/kde-localised.css share/doc/HTML/eu/common/lgpl-translated.html share/locale/eu/LC_MESSAGES/adblock.mo share/locale/eu/LC_MESSAGES/akonadi_next.mo share/locale/eu/LC_MESSAGES/akregator.mo share/locale/eu/LC_MESSAGES/akregator_konqplugin.mo share/locale/eu/LC_MESSAGES/amor.mo share/locale/eu/LC_MESSAGES/ark.mo share/locale/eu/LC_MESSAGES/attica_kde.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/bomber.mo share/locale/eu/LC_MESSAGES/bovo.mo share/locale/eu/LC_MESSAGES/cantor.mo share/locale/eu/LC_MESSAGES/cervisia.mo share/locale/eu/LC_MESSAGES/cvsservice.mo share/locale/eu/LC_MESSAGES/dirfilterplugin.mo share/locale/eu/LC_MESSAGES/display.mo share/locale/eu/LC_MESSAGES/dolphin.mo share/locale/eu/LC_MESSAGES/domtreeviewer.mo share/locale/eu/LC_MESSAGES/dragonplayer.mo share/locale/eu/LC_MESSAGES/drkonqi.mo share/locale/eu/LC_MESSAGES/filelight.mo share/locale/eu/LC_MESSAGES/filetypes.mo share/locale/eu/LC_MESSAGES/freespacenotifier.mo share/locale/eu/LC_MESSAGES/fsview.mo share/locale/eu/LC_MESSAGES/granatier.mo share/locale/eu/LC_MESSAGES/gwenview.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/jovie.mo share/locale/eu/LC_MESSAGES/joystick.mo share/locale/eu/LC_MESSAGES/juk.mo share/locale/eu/LC_MESSAGES/kabc_dir.mo share/locale/eu/LC_MESSAGES/kabc_file.mo share/locale/eu/LC_MESSAGES/kabc_ldapkio.mo share/locale/eu/LC_MESSAGES/kabc_net.mo share/locale/eu/LC_MESSAGES/kabcformat_binary.mo share/locale/eu/LC_MESSAGES/kaccess.mo share/locale/eu/LC_MESSAGES/kaccessibleapp.mo share/locale/eu/LC_MESSAGES/kactivitymanagerd.mo share/locale/eu/LC_MESSAGES/kaddressbook.mo share/locale/eu/LC_MESSAGES/kajongg.mo share/locale/eu/LC_MESSAGES/kalarm.mo share/locale/eu/LC_MESSAGES/kalgebra.mo share/locale/eu/LC_MESSAGES/kalzium.mo share/locale/eu/LC_MESSAGES/kanagram.mo share/locale/eu/LC_MESSAGES/kapman.mo share/locale/eu/LC_MESSAGES/kate-ctags-plugin.mo share/locale/eu/LC_MESSAGES/kate.mo share/locale/eu/LC_MESSAGES/kate_kttsd.mo share/locale/eu/LC_MESSAGES/katebacktracebrowserplugin.mo share/locale/eu/LC_MESSAGES/katebuild-plugin.mo share/locale/eu/LC_MESSAGES/katefilebrowserplugin.mo share/locale/eu/LC_MESSAGES/katefiletemplates.mo share/locale/eu/LC_MESSAGES/kategdbplugin.mo share/locale/eu/LC_MESSAGES/katehelloworld.mo share/locale/eu/LC_MESSAGES/katekonsoleplugin.mo share/locale/eu/LC_MESSAGES/katemailfilesplugin.mo share/locale/eu/LC_MESSAGES/kateopenheader.mo share/locale/eu/LC_MESSAGES/katepart4.mo share/locale/eu/LC_MESSAGES/katesearch.mo share/locale/eu/LC_MESSAGES/katesnippets_tng.mo share/locale/eu/LC_MESSAGES/katesql.mo share/locale/eu/LC_MESSAGES/katesymbolviewer.mo share/locale/eu/LC_MESSAGES/katetabbarextension.mo share/locale/eu/LC_MESSAGES/katetabifyplugin.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/kbattleship.mo share/locale/eu/LC_MESSAGES/kblackbox.mo share/locale/eu/LC_MESSAGES/kblankscrn.mo share/locale/eu/LC_MESSAGES/kblocks.mo share/locale/eu/LC_MESSAGES/kbounce.mo share/locale/eu/LC_MESSAGES/kbreakout.mo share/locale/eu/LC_MESSAGES/kbruch.mo share/locale/eu/LC_MESSAGES/kcachegrind.mo share/locale/eu/LC_MESSAGES/kcalc.mo share/locale/eu/LC_MESSAGES/kcertpart.mo share/locale/eu/LC_MESSAGES/kcharselect.mo share/locale/eu/LC_MESSAGES/kcm_attica.mo share/locale/eu/LC_MESSAGES/kcm_autostart.mo share/locale/eu/LC_MESSAGES/kcm_desktoppaths.mo share/locale/eu/LC_MESSAGES/kcm_desktopthemedetails.mo share/locale/eu/LC_MESSAGES/kcm_device_automounter.mo share/locale/eu/LC_MESSAGES/kcm_emoticons.mo share/locale/eu/LC_MESSAGES/kcm_infobase.mo share/locale/eu/LC_MESSAGES/kcm_infosummary.mo -share/locale/eu/LC_MESSAGES/kcm_krfb.mo share/locale/eu/LC_MESSAGES/kcm_kwindesktop.mo share/locale/eu/LC_MESSAGES/kcm_kwintabbox.mo share/locale/eu/LC_MESSAGES/kcm_memory.mo share/locale/eu/LC_MESSAGES/kcm_nepomuk.mo share/locale/eu/LC_MESSAGES/kcm_pci.mo share/locale/eu/LC_MESSAGES/kcm_phonon.mo share/locale/eu/LC_MESSAGES/kcm_platform.mo share/locale/eu/LC_MESSAGES/kcm_remotecontrol.mo share/locale/eu/LC_MESSAGES/kcm_solid.mo share/locale/eu/LC_MESSAGES/kcm_solid_actions.mo share/locale/eu/LC_MESSAGES/kcm_standard_actions.mo share/locale/eu/LC_MESSAGES/kcmaccess.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/kcmdevinfo.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/kcminit.mo share/locale/eu/LC_MESSAGES/kcminput.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/kcmkdnssd.mo share/locale/eu/LC_MESSAGES/kcmkeyboard.mo share/locale/eu/LC_MESSAGES/kcmkeys.mo share/locale/eu/LC_MESSAGES/kcmkgamma.mo share/locale/eu/LC_MESSAGES/kcmkio.mo share/locale/eu/LC_MESSAGES/kcmkonq.mo share/locale/eu/LC_MESSAGES/kcmkonqhtml.mo share/locale/eu/LC_MESSAGES/kcmkurifilt.mo share/locale/eu/LC_MESSAGES/kcmkwallet.mo share/locale/eu/LC_MESSAGES/kcmkwincompositing.mo share/locale/eu/LC_MESSAGES/kcmkwindecoration.mo share/locale/eu/LC_MESSAGES/kcmkwinrules.mo share/locale/eu/LC_MESSAGES/kcmkwinscreenedges.mo share/locale/eu/LC_MESSAGES/kcmkwm.mo share/locale/eu/LC_MESSAGES/kcmlaunch.mo share/locale/eu/LC_MESSAGES/kcmlocale.mo share/locale/eu/LC_MESSAGES/kcmnic.mo share/locale/eu/LC_MESSAGES/kcmnotify.mo share/locale/eu/LC_MESSAGES/kcmopengl.mo share/locale/eu/LC_MESSAGES/kcmperformance.mo share/locale/eu/LC_MESSAGES/kcmsamba.mo share/locale/eu/LC_MESSAGES/kcmscreensaver.mo share/locale/eu/LC_MESSAGES/kcmshell.mo share/locale/eu/LC_MESSAGES/kcmsmartcard.mo share/locale/eu/LC_MESSAGES/kcmsmserver.mo share/locale/eu/LC_MESSAGES/kcmstyle.mo share/locale/eu/LC_MESSAGES/kcmusb.mo share/locale/eu/LC_MESSAGES/kcmview1394.mo share/locale/eu/LC_MESSAGES/kcmworkspaceoptions.mo share/locale/eu/LC_MESSAGES/kcolorchooser.mo share/locale/eu/LC_MESSAGES/kcron.mo share/locale/eu/LC_MESSAGES/kde-menu.mo share/locale/eu/LC_MESSAGES/kdeasciiquarium.mo share/locale/eu/LC_MESSAGES/kdebugdialog.mo share/locale/eu/LC_MESSAGES/kdecalendarsystems.mo share/locale/eu/LC_MESSAGES/kdelibs4.mo share/locale/eu/LC_MESSAGES/kdelibs_colors4.mo share/locale/eu/LC_MESSAGES/kdepasswd.mo share/locale/eu/LC_MESSAGES/kdeqt.mo share/locale/eu/LC_MESSAGES/kdesu.mo share/locale/eu/LC_MESSAGES/kdesud.mo share/locale/eu/LC_MESSAGES/kdf.mo share/locale/eu/LC_MESSAGES/kdialog.mo share/locale/eu/LC_MESSAGES/kdiamond.mo share/locale/eu/LC_MESSAGES/kdmconfig.mo share/locale/eu/LC_MESSAGES/kdmgreet.mo share/locale/eu/LC_MESSAGES/kdontchangethehostname.mo share/locale/eu/LC_MESSAGES/keditbookmarks.mo share/locale/eu/LC_MESSAGES/kfile.mo share/locale/eu/LC_MESSAGES/kfile_dds.mo share/locale/eu/LC_MESSAGES/kfile_drgeo.mo share/locale/eu/LC_MESSAGES/kfile_exr.mo share/locale/eu/LC_MESSAGES/kfile_kig.mo share/locale/eu/LC_MESSAGES/kfile_pnm.mo share/locale/eu/LC_MESSAGES/kfile_raw.mo share/locale/eu/LC_MESSAGES/kfile_rgb.mo share/locale/eu/LC_MESSAGES/kfile_rpm.mo share/locale/eu/LC_MESSAGES/kfile_tiff.mo share/locale/eu/LC_MESSAGES/kfile_xps.mo share/locale/eu/LC_MESSAGES/kfileaudiopreview4.mo share/locale/eu/LC_MESSAGES/kfilereplace.mo share/locale/eu/LC_MESSAGES/kfileshare.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/kfontinst.mo share/locale/eu/LC_MESSAGES/kfourinline.mo share/locale/eu/LC_MESSAGES/kgeography.mo share/locale/eu/LC_MESSAGES/kget.mo share/locale/eu/LC_MESSAGES/kgetplugin.mo share/locale/eu/LC_MESSAGES/kglobalaccel.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_generic.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/khotkeys.mo share/locale/eu/LC_MESSAGES/khotnewstuff.mo share/locale/eu/LC_MESSAGES/khtmlkttsd.mo share/locale/eu/LC_MESSAGES/khtmlsettingsplugin.mo share/locale/eu/LC_MESSAGES/kiconfinder.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/kinfocenter.mo share/locale/eu/LC_MESSAGES/kio4.mo share/locale/eu/LC_MESSAGES/kio_activities.mo share/locale/eu/LC_MESSAGES/kio_applications.mo share/locale/eu/LC_MESSAGES/kio_archive.mo share/locale/eu/LC_MESSAGES/kio_audiocd.mo share/locale/eu/LC_MESSAGES/kio_bookmarks.mo share/locale/eu/LC_MESSAGES/kio_finger.mo share/locale/eu/LC_MESSAGES/kio_fish.mo share/locale/eu/LC_MESSAGES/kio_floppy.mo share/locale/eu/LC_MESSAGES/kio_help4.mo share/locale/eu/LC_MESSAGES/kio_imap4.mo share/locale/eu/LC_MESSAGES/kio_info.mo share/locale/eu/LC_MESSAGES/kio_jabberdisco.mo share/locale/eu/LC_MESSAGES/kio_ldap.mo share/locale/eu/LC_MESSAGES/kio_man.mo share/locale/eu/LC_MESSAGES/kio_nepomuk.mo share/locale/eu/LC_MESSAGES/kio_nepomuksearch.mo share/locale/eu/LC_MESSAGES/kio_nfs.mo share/locale/eu/LC_MESSAGES/kio_nntp.mo share/locale/eu/LC_MESSAGES/kio_pop3.mo share/locale/eu/LC_MESSAGES/kio_remote.mo share/locale/eu/LC_MESSAGES/kio_sftp.mo share/locale/eu/LC_MESSAGES/kio_sieve.mo share/locale/eu/LC_MESSAGES/kio_smb.mo share/locale/eu/LC_MESSAGES/kio_smtp.mo share/locale/eu/LC_MESSAGES/kio_svn.mo share/locale/eu/LC_MESSAGES/kio_thumbnail.mo share/locale/eu/LC_MESSAGES/kio_timeline.mo share/locale/eu/LC_MESSAGES/kio_trash.mo share/locale/eu/LC_MESSAGES/kio_zeroconf.mo share/locale/eu/LC_MESSAGES/kioclient.mo share/locale/eu/LC_MESSAGES/kioexec.mo share/locale/eu/LC_MESSAGES/kiten.mo share/locale/eu/LC_MESSAGES/kjots.mo share/locale/eu/LC_MESSAGES/kjumpingcube.mo share/locale/eu/LC_MESSAGES/kleopatra.mo share/locale/eu/LC_MESSAGES/klettres.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/kmailcvt.mo share/locale/eu/LC_MESSAGES/kmenuedit.mo share/locale/eu/LC_MESSAGES/kmimetypefinder.mo share/locale/eu/LC_MESSAGES/kmines.mo share/locale/eu/LC_MESSAGES/kmix.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/knetattach.mo share/locale/eu/LC_MESSAGES/knetwalk.mo share/locale/eu/LC_MESSAGES/knode.mo share/locale/eu/LC_MESSAGES/knotes.mo share/locale/eu/LC_MESSAGES/knotify4.mo share/locale/eu/LC_MESSAGES/kolf.mo share/locale/eu/LC_MESSAGES/kolourpaint.mo share/locale/eu/LC_MESSAGES/kompare.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/kopete.mo share/locale/eu/LC_MESSAGES/korganizer.mo share/locale/eu/LC_MESSAGES/kpartsaver.mo share/locale/eu/LC_MESSAGES/kpasswdserver.mo share/locale/eu/LC_MESSAGES/kpat.mo share/locale/eu/LC_MESSAGES/kppp.mo share/locale/eu/LC_MESSAGES/kppplogview.mo share/locale/eu/LC_MESSAGES/kquitapp.mo share/locale/eu/LC_MESSAGES/krandr.mo share/locale/eu/LC_MESSAGES/krcdnotifieritem.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/kremotecontroldaemon.mo share/locale/eu/LC_MESSAGES/kres_remote.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/krunner.mo share/locale/eu/LC_MESSAGES/ksaneplugin.mo share/locale/eu/LC_MESSAGES/kscd.mo share/locale/eu/LC_MESSAGES/kscreensaver.mo share/locale/eu/LC_MESSAGES/kshellcmdplugin.mo share/locale/eu/LC_MESSAGES/kshisen.mo share/locale/eu/LC_MESSAGES/kshorturifilter.mo share/locale/eu/LC_MESSAGES/ksmserver.mo share/locale/eu/LC_MESSAGES/ksnapshot.mo share/locale/eu/LC_MESSAGES/kspaceduel.mo share/locale/eu/LC_MESSAGES/ksplashthemes.mo share/locale/eu/LC_MESSAGES/ksquares.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/kstyle_config.mo share/locale/eu/LC_MESSAGES/kstyle_phase_config.mo share/locale/eu/LC_MESSAGES/ksudoku.mo share/locale/eu/LC_MESSAGES/ksysguard.mo share/locale/eu/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/eu/LC_MESSAGES/ksystemlog.mo share/locale/eu/LC_MESSAGES/ksystraycmd.mo share/locale/eu/LC_MESSAGES/kteatime.mo share/locale/eu/LC_MESSAGES/ktesnippets_editor.mo share/locale/eu/LC_MESSAGES/ktexteditor_codesnippets_core.mo share/locale/eu/LC_MESSAGES/ktexteditor_plugins.mo share/locale/eu/LC_MESSAGES/ktimer.mo share/locale/eu/LC_MESSAGES/ktimetracker.mo share/locale/eu/LC_MESSAGES/ktouch.mo share/locale/eu/LC_MESSAGES/ktraderclient.mo share/locale/eu/LC_MESSAGES/ktron.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/kubrick.mo share/locale/eu/LC_MESSAGES/kuiserver.mo share/locale/eu/LC_MESSAGES/kuiviewer.mo share/locale/eu/LC_MESSAGES/kurifilter.mo share/locale/eu/LC_MESSAGES/kuser.mo share/locale/eu/LC_MESSAGES/kwalletd.mo share/locale/eu/LC_MESSAGES/kwalletmanager.mo share/locale/eu/LC_MESSAGES/kwatchgnupg.mo share/locale/eu/LC_MESSAGES/kwin.mo share/locale/eu/LC_MESSAGES/kwin_art_clients.mo share/locale/eu/LC_MESSAGES/kwin_clients.mo share/locale/eu/LC_MESSAGES/kwin_effects.mo share/locale/eu/LC_MESSAGES/kwinshutdown.mo share/locale/eu/LC_MESSAGES/kwinstartmenu.mo share/locale/eu/LC_MESSAGES/kwordquiz.mo share/locale/eu/LC_MESSAGES/kwrite.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/lancelot.mo share/locale/eu/LC_MESSAGES/libkalarmcal.mo share/locale/eu/LC_MESSAGES/libkasten.mo share/locale/eu/LC_MESSAGES/libkcal.mo share/locale/eu/LC_MESSAGES/libkcddb.mo share/locale/eu/LC_MESSAGES/libkdcraw.mo share/locale/eu/LC_MESSAGES/libkdecorations.mo share/locale/eu/LC_MESSAGES/libkdeedu.mo share/locale/eu/LC_MESSAGES/libkdegames.mo share/locale/eu/LC_MESSAGES/libkdepim.mo share/locale/eu/LC_MESSAGES/libkexiv2.mo share/locale/eu/LC_MESSAGES/libkholidays.mo share/locale/eu/LC_MESSAGES/libkleopatra.mo share/locale/eu/LC_MESSAGES/libkmahjongg.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/libkremotecontrol.mo share/locale/eu/LC_MESSAGES/libksane.mo share/locale/eu/LC_MESSAGES/libkscreensaver.mo share/locale/eu/LC_MESSAGES/libksieve.mo share/locale/eu/LC_MESSAGES/libkunitconversion.mo share/locale/eu/LC_MESSAGES/libkworkspace.mo share/locale/eu/LC_MESSAGES/libmailimporter.mo share/locale/eu/LC_MESSAGES/libmessagelist.mo share/locale/eu/LC_MESSAGES/libmessageviewer.mo share/locale/eu/LC_MESSAGES/liboktetacore.mo share/locale/eu/LC_MESSAGES/liboktetagui.mo share/locale/eu/LC_MESSAGES/liboktetakasten.mo share/locale/eu/LC_MESSAGES/libphonon.mo share/locale/eu/LC_MESSAGES/libplasma.mo share/locale/eu/LC_MESSAGES/libplasma_groupingcontainment.mo share/locale/eu/LC_MESSAGES/libplasmaclock.mo share/locale/eu/LC_MESSAGES/libtaskmanager.mo share/locale/eu/LC_MESSAGES/lokalize.mo share/locale/eu/LC_MESSAGES/lskat.mo share/locale/eu/LC_MESSAGES/messageviewer_text_calendar_plugin.mo share/locale/eu/LC_MESSAGES/messageviewer_text_vcard_plugin.mo share/locale/eu/LC_MESSAGES/mf_konqplugin.mo share/locale/eu/LC_MESSAGES/minitoolsplugin.mo share/locale/eu/LC_MESSAGES/nepomukbackup.mo share/locale/eu/LC_MESSAGES/nepomukcontroller.mo share/locale/eu/LC_MESSAGES/nepomukfileindexer.mo share/locale/eu/LC_MESSAGES/nepomukqueryservice.mo share/locale/eu/LC_MESSAGES/nepomukserver.mo share/locale/eu/LC_MESSAGES/nepomukservicestub.mo share/locale/eu/LC_MESSAGES/nepomukstorage.mo share/locale/eu/LC_MESSAGES/nsplugin.mo share/locale/eu/LC_MESSAGES/okteta-mobile.mo share/locale/eu/LC_MESSAGES/okteta.mo share/locale/eu/LC_MESSAGES/oktetapart.mo share/locale/eu/LC_MESSAGES/okular.mo share/locale/eu/LC_MESSAGES/okular_chm.mo share/locale/eu/LC_MESSAGES/okular_comicbook.mo share/locale/eu/LC_MESSAGES/okular_djvu.mo share/locale/eu/LC_MESSAGES/okular_dvi.mo share/locale/eu/LC_MESSAGES/okular_epub.mo share/locale/eu/LC_MESSAGES/okular_fax.mo share/locale/eu/LC_MESSAGES/okular_fictionbook.mo share/locale/eu/LC_MESSAGES/okular_ghostview.mo share/locale/eu/LC_MESSAGES/okular_kimgio.mo share/locale/eu/LC_MESSAGES/okular_mobi.mo share/locale/eu/LC_MESSAGES/okular_ooo.mo share/locale/eu/LC_MESSAGES/okular_plucker.mo share/locale/eu/LC_MESSAGES/okular_poppler.mo share/locale/eu/LC_MESSAGES/okular_tiff.mo share/locale/eu/LC_MESSAGES/okular_xps.mo share/locale/eu/LC_MESSAGES/palapeli.mo share/locale/eu/LC_MESSAGES/parley.mo share/locale/eu/LC_MESSAGES/phonon_gstreamer.mo share/locale/eu/LC_MESSAGES/phonon_kde.mo share/locale/eu/LC_MESSAGES/phononserver.mo share/locale/eu/LC_MESSAGES/plasma-desktop.mo share/locale/eu/LC_MESSAGES/plasma-netbook.mo share/locale/eu/LC_MESSAGES/plasma-overlay.mo share/locale/eu/LC_MESSAGES/plasma-remote-helper.mo share/locale/eu/LC_MESSAGES/plasma-windowed.mo share/locale/eu/LC_MESSAGES/plasma_applet_BbalL.mo share/locale/eu/LC_MESSAGES/plasma_applet_battery.mo share/locale/eu/LC_MESSAGES/plasma_applet_calculator.mo share/locale/eu/LC_MESSAGES/plasma_applet_clock.mo share/locale/eu/LC_MESSAGES/plasma_applet_comic.mo share/locale/eu/LC_MESSAGES/plasma_applet_currentappcontrol.mo share/locale/eu/LC_MESSAGES/plasma_applet_dig_clock.mo share/locale/eu/LC_MESSAGES/plasma_applet_fifteenPuzzle.mo share/locale/eu/LC_MESSAGES/plasma_applet_folderview.mo share/locale/eu/LC_MESSAGES/plasma_applet_icon.mo share/locale/eu/LC_MESSAGES/plasma_applet_katesession.mo share/locale/eu/LC_MESSAGES/plasma_applet_kget.mo share/locale/eu/LC_MESSAGES/plasma_applet_launcher.mo share/locale/eu/LC_MESSAGES/plasma_applet_lockout.mo share/locale/eu/LC_MESSAGES/plasma_applet_luna.mo share/locale/eu/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/eu/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/eu/LC_MESSAGES/plasma_applet_notifier.mo share/locale/eu/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/eu/LC_MESSAGES/plasma_applet_org.kde.notifications.mo share/locale/eu/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/eu/LC_MESSAGES/plasma_applet_pager.mo share/locale/eu/LC_MESSAGES/plasma_applet_panel.mo share/locale/eu/LC_MESSAGES/plasma_applet_panelspacer_internal.mo share/locale/eu/LC_MESSAGES/plasma_applet_qstardict.mo share/locale/eu/LC_MESSAGES/plasma_applet_quicklaunch.mo share/locale/eu/LC_MESSAGES/plasma_applet_sal.mo share/locale/eu/LC_MESSAGES/plasma_applet_saverdesktop.mo share/locale/eu/LC_MESSAGES/plasma_applet_searchbox.mo share/locale/eu/LC_MESSAGES/plasma_applet_skapplet.mo share/locale/eu/LC_MESSAGES/plasma_applet_system-monitor.mo share/locale/eu/LC_MESSAGES/plasma_applet_systemloadviewer.mo share/locale/eu/LC_MESSAGES/plasma_applet_systemtray.mo share/locale/eu/LC_MESSAGES/plasma_applet_tasks.mo share/locale/eu/LC_MESSAGES/plasma_applet_timer.mo share/locale/eu/LC_MESSAGES/plasma_applet_trash.mo share/locale/eu/LC_MESSAGES/plasma_applet_weather.mo share/locale/eu/LC_MESSAGES/plasma_applet_weatherstation.mo share/locale/eu/LC_MESSAGES/plasma_applet_webbrowser.mo share/locale/eu/LC_MESSAGES/plasma_applet_windowlist.mo share/locale/eu/LC_MESSAGES/plasma_appletscriptengine_dashboard.mo share/locale/eu/LC_MESSAGES/plasma_containmentactions_contextmenu.mo share/locale/eu/LC_MESSAGES/plasma_containmentactions_switchactivity.mo share/locale/eu/LC_MESSAGES/plasma_containmentactions_switchdesktop.mo share/locale/eu/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/eu/LC_MESSAGES/plasma_engine_calendar.mo share/locale/eu/LC_MESSAGES/plasma_engine_keystate.mo share/locale/eu/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/eu/LC_MESSAGES/plasma_engine_metadata.mo share/locale/eu/LC_MESSAGES/plasma_engine_network.mo share/locale/eu/LC_MESSAGES/plasma_engine_notifications.mo share/locale/eu/LC_MESSAGES/plasma_engine_nowplaying.mo share/locale/eu/LC_MESSAGES/plasma_engine_rss.mo share/locale/eu/LC_MESSAGES/plasma_engine_share.mo share/locale/eu/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/eu/LC_MESSAGES/plasma_engine_weather.mo share/locale/eu/LC_MESSAGES/plasma_runner_activities.mo share/locale/eu/LC_MESSAGES/plasma_runner_bookmarksrunner.mo share/locale/eu/LC_MESSAGES/plasma_runner_calculatorrunner.mo share/locale/eu/LC_MESSAGES/plasma_runner_contacts.mo share/locale/eu/LC_MESSAGES/plasma_runner_kill.mo share/locale/eu/LC_MESSAGES/plasma_runner_krunner_dictionary.mo share/locale/eu/LC_MESSAGES/plasma_runner_locations.mo share/locale/eu/LC_MESSAGES/plasma_runner_nepomuksearchrunner.mo share/locale/eu/LC_MESSAGES/plasma_runner_placesrunner.mo share/locale/eu/LC_MESSAGES/plasma_runner_plasma-desktop.mo share/locale/eu/LC_MESSAGES/plasma_runner_powerdevil.mo share/locale/eu/LC_MESSAGES/plasma_runner_recentdocuments.mo share/locale/eu/LC_MESSAGES/plasma_runner_services.mo share/locale/eu/LC_MESSAGES/plasma_runner_sessions.mo share/locale/eu/LC_MESSAGES/plasma_runner_shell.mo share/locale/eu/LC_MESSAGES/plasma_runner_solid.mo share/locale/eu/LC_MESSAGES/plasma_runner_webshortcuts.mo share/locale/eu/LC_MESSAGES/plasma_runner_windowedwidgets.mo share/locale/eu/LC_MESSAGES/plasma_runner_windows.mo share/locale/eu/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/eu/LC_MESSAGES/plasma_toolbox_desktoptoolbox.mo share/locale/eu/LC_MESSAGES/plasma_toolbox_paneltoolbox.mo share/locale/eu/LC_MESSAGES/plasma_wallpaper_color.mo share/locale/eu/LC_MESSAGES/plasma_wallpaper_image.mo share/locale/eu/LC_MESSAGES/plasmagenericshell.mo share/locale/eu/LC_MESSAGES/plasmapkg.mo share/locale/eu/LC_MESSAGES/powerdevil.mo share/locale/eu/LC_MESSAGES/powerdevilactivitiesconfig.mo share/locale/eu/LC_MESSAGES/powerdevilglobalconfig.mo share/locale/eu/LC_MESSAGES/powerdevilprofilesconfig.mo share/locale/eu/LC_MESSAGES/processcore.mo share/locale/eu/LC_MESSAGES/processui.mo share/locale/eu/LC_MESSAGES/randrmonitor.mo share/locale/eu/LC_MESSAGES/rellinks.mo share/locale/eu/LC_MESSAGES/searchbarplugin.mo share/locale/eu/LC_MESSAGES/solid-hardware.mo share/locale/eu/LC_MESSAGES/solid-network.mo share/locale/eu/LC_MESSAGES/solid_qt.mo share/locale/eu/LC_MESSAGES/solidcontrol.mo share/locale/eu/LC_MESSAGES/soliduiserver.mo share/locale/eu/LC_MESSAGES/strigila_diff.mo share/locale/eu/LC_MESSAGES/superkaramba.mo share/locale/eu/LC_MESSAGES/svgpart.mo share/locale/eu/LC_MESSAGES/sweeper.mo share/locale/eu/LC_MESSAGES/systemsettings.mo share/locale/eu/LC_MESSAGES/timezones4.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/webarchiver.mo share/locale/eu/LC_MESSAGES/xml_mimetypes.mo share/locale/eu/entry.desktop @dirrm share/doc/HTML/eu/common Index: head/misc/kde4-l10n-fa/distinfo =================================================================== --- head/misc/kde4-l10n-fa/distinfo (revision 318451) +++ head/misc/kde4-l10n-fa/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/kde-l10n/kde-l10n-fa-4.10.1.tar.xz) = 7ad64dba9771e7ee9a4767c3c135118aaa8d16e9a11c3f632d767bb7c96f4937 -SIZE (KDE/4.10.1/kde-l10n/kde-l10n-fa-4.10.1.tar.xz) = 1956920 +SHA256 (KDE/4.10.3/kde-l10n/kde-l10n-fa-4.10.3.tar.xz) = ca39793b75e1a5de3ba4835d35349826d5acdce919c082599e88ef0ef4552211 +SIZE (KDE/4.10.3/kde-l10n/kde-l10n-fa-4.10.3.tar.xz) = 1960048 Index: head/misc/kde4-l10n-fa/pkg-plist =================================================================== --- head/misc/kde4-l10n-fa/pkg-plist (revision 318451) +++ head/misc/kde4-l10n-fa/pkg-plist (revision 318452) @@ -1,380 +1,378 @@ share/locale/fa/LC_MESSAGES/akregator.mo share/locale/fa/LC_MESSAGES/akregator_konqplugin.mo share/locale/fa/LC_MESSAGES/amor.mo share/locale/fa/LC_MESSAGES/ark.mo share/locale/fa/LC_MESSAGES/attica_kde.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/cvsservice.mo share/locale/fa/LC_MESSAGES/dirfilterplugin.mo share/locale/fa/LC_MESSAGES/display.mo share/locale/fa/LC_MESSAGES/dolphin.mo share/locale/fa/LC_MESSAGES/domtreeviewer.mo share/locale/fa/LC_MESSAGES/drkonqi.mo share/locale/fa/LC_MESSAGES/filetypes.mo share/locale/fa/LC_MESSAGES/freespacenotifier.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/jovie.mo share/locale/fa/LC_MESSAGES/joystick.mo share/locale/fa/LC_MESSAGES/juk.mo share/locale/fa/LC_MESSAGES/kabc_dir.mo share/locale/fa/LC_MESSAGES/kabc_file.mo share/locale/fa/LC_MESSAGES/kabc_ldapkio.mo share/locale/fa/LC_MESSAGES/kabc_net.mo share/locale/fa/LC_MESSAGES/kabcformat_binary.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/kate.mo share/locale/fa/LC_MESSAGES/katefiletemplates.mo share/locale/fa/LC_MESSAGES/katehelloworld.mo share/locale/fa/LC_MESSAGES/kateopenheader.mo share/locale/fa/LC_MESSAGES/katepart4.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/kbattleship.mo share/locale/fa/LC_MESSAGES/kblackbox.mo share/locale/fa/LC_MESSAGES/kblankscrn.mo share/locale/fa/LC_MESSAGES/kbounce.mo share/locale/fa/LC_MESSAGES/kbruch.mo share/locale/fa/LC_MESSAGES/kcachegrind.mo share/locale/fa/LC_MESSAGES/kcalc.mo share/locale/fa/LC_MESSAGES/kcharselect.mo share/locale/fa/LC_MESSAGES/kcm_attica.mo share/locale/fa/LC_MESSAGES/kcm_autostart.mo share/locale/fa/LC_MESSAGES/kcm_desktoppaths.mo share/locale/fa/LC_MESSAGES/kcm_desktopthemedetails.mo share/locale/fa/LC_MESSAGES/kcm_device_automounter.mo share/locale/fa/LC_MESSAGES/kcm_emoticons.mo share/locale/fa/LC_MESSAGES/kcm_infobase.mo share/locale/fa/LC_MESSAGES/kcm_infosummary.mo -share/locale/fa/LC_MESSAGES/kcm_krfb.mo share/locale/fa/LC_MESSAGES/kcm_kwindesktop.mo share/locale/fa/LC_MESSAGES/kcm_kwintabbox.mo share/locale/fa/LC_MESSAGES/kcm_memory.mo share/locale/fa/LC_MESSAGES/kcm_nepomuk.mo share/locale/fa/LC_MESSAGES/kcm_pci.mo share/locale/fa/LC_MESSAGES/kcm_phonon.mo share/locale/fa/LC_MESSAGES/kcm_platform.mo share/locale/fa/LC_MESSAGES/kcm_solid.mo share/locale/fa/LC_MESSAGES/kcm_solid_actions.mo share/locale/fa/LC_MESSAGES/kcm_standard_actions.mo share/locale/fa/LC_MESSAGES/kcmaccess.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/kcmdevinfo.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/kcminit.mo share/locale/fa/LC_MESSAGES/kcminput.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/kcmkdnssd.mo share/locale/fa/LC_MESSAGES/kcmkeyboard.mo share/locale/fa/LC_MESSAGES/kcmkeys.mo share/locale/fa/LC_MESSAGES/kcmkgamma.mo share/locale/fa/LC_MESSAGES/kcmkio.mo share/locale/fa/LC_MESSAGES/kcmkonq.mo share/locale/fa/LC_MESSAGES/kcmkonqhtml.mo share/locale/fa/LC_MESSAGES/kcmkurifilt.mo share/locale/fa/LC_MESSAGES/kcmkwallet.mo share/locale/fa/LC_MESSAGES/kcmkwincompositing.mo share/locale/fa/LC_MESSAGES/kcmkwindecoration.mo share/locale/fa/LC_MESSAGES/kcmkwinrules.mo share/locale/fa/LC_MESSAGES/kcmkwinscreenedges.mo share/locale/fa/LC_MESSAGES/kcmkwm.mo share/locale/fa/LC_MESSAGES/kcmlaunch.mo share/locale/fa/LC_MESSAGES/kcmlocale.mo share/locale/fa/LC_MESSAGES/kcmnotify.mo share/locale/fa/LC_MESSAGES/kcmopengl.mo share/locale/fa/LC_MESSAGES/kcmperformance.mo share/locale/fa/LC_MESSAGES/kcmsamba.mo share/locale/fa/LC_MESSAGES/kcmscreensaver.mo share/locale/fa/LC_MESSAGES/kcmshell.mo share/locale/fa/LC_MESSAGES/kcmsmartcard.mo share/locale/fa/LC_MESSAGES/kcmsmserver.mo share/locale/fa/LC_MESSAGES/kcmstyle.mo share/locale/fa/LC_MESSAGES/kcmusb.mo share/locale/fa/LC_MESSAGES/kcmview1394.mo share/locale/fa/LC_MESSAGES/kcmworkspaceoptions.mo share/locale/fa/LC_MESSAGES/kcron.mo share/locale/fa/LC_MESSAGES/kde-menu.mo share/locale/fa/LC_MESSAGES/kdebugdialog.mo share/locale/fa/LC_MESSAGES/kdecalendarsystems.mo share/locale/fa/LC_MESSAGES/kdelibs4.mo share/locale/fa/LC_MESSAGES/kdelibs_colors4.mo share/locale/fa/LC_MESSAGES/kdepasswd.mo share/locale/fa/LC_MESSAGES/kdeqt.mo share/locale/fa/LC_MESSAGES/kdesu.mo share/locale/fa/LC_MESSAGES/kdesud.mo share/locale/fa/LC_MESSAGES/kdf.mo share/locale/fa/LC_MESSAGES/kdialog.mo share/locale/fa/LC_MESSAGES/kdmconfig.mo share/locale/fa/LC_MESSAGES/kdmgreet.mo share/locale/fa/LC_MESSAGES/kdontchangethehostname.mo share/locale/fa/LC_MESSAGES/keditbookmarks.mo share/locale/fa/LC_MESSAGES/kfile.mo share/locale/fa/LC_MESSAGES/kfile_dds.mo share/locale/fa/LC_MESSAGES/kfile_drgeo.mo share/locale/fa/LC_MESSAGES/kfile_exr.mo share/locale/fa/LC_MESSAGES/kfile_kig.mo share/locale/fa/LC_MESSAGES/kfile_pnm.mo share/locale/fa/LC_MESSAGES/kfile_rgb.mo share/locale/fa/LC_MESSAGES/kfile_rpm.mo share/locale/fa/LC_MESSAGES/kfile_tiff.mo share/locale/fa/LC_MESSAGES/kfileaudiopreview4.mo share/locale/fa/LC_MESSAGES/kfilereplace.mo share/locale/fa/LC_MESSAGES/kfileshare.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/kfontinst.mo share/locale/fa/LC_MESSAGES/kfourinline.mo share/locale/fa/LC_MESSAGES/kgeography.mo share/locale/fa/LC_MESSAGES/kget.mo share/locale/fa/LC_MESSAGES/kgetplugin.mo share/locale/fa/LC_MESSAGES/kglobalaccel.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_generic.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/khotkeys.mo share/locale/fa/LC_MESSAGES/khotnewstuff.mo share/locale/fa/LC_MESSAGES/khtmlkttsd.mo share/locale/fa/LC_MESSAGES/khtmlsettingsplugin.mo share/locale/fa/LC_MESSAGES/kiconfinder.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/kinfocenter.mo share/locale/fa/LC_MESSAGES/kio4.mo share/locale/fa/LC_MESSAGES/kio_applications.mo share/locale/fa/LC_MESSAGES/kio_archive.mo share/locale/fa/LC_MESSAGES/kio_audiocd.mo share/locale/fa/LC_MESSAGES/kio_bookmarks.mo share/locale/fa/LC_MESSAGES/kio_finger.mo share/locale/fa/LC_MESSAGES/kio_fish.mo share/locale/fa/LC_MESSAGES/kio_floppy.mo share/locale/fa/LC_MESSAGES/kio_help4.mo share/locale/fa/LC_MESSAGES/kio_imap4.mo share/locale/fa/LC_MESSAGES/kio_info.mo share/locale/fa/LC_MESSAGES/kio_jabberdisco.mo share/locale/fa/LC_MESSAGES/kio_ldap.mo share/locale/fa/LC_MESSAGES/kio_man.mo share/locale/fa/LC_MESSAGES/kio_nepomuk.mo share/locale/fa/LC_MESSAGES/kio_nepomuksearch.mo share/locale/fa/LC_MESSAGES/kio_nfs.mo share/locale/fa/LC_MESSAGES/kio_nntp.mo share/locale/fa/LC_MESSAGES/kio_pop3.mo share/locale/fa/LC_MESSAGES/kio_recentdocuments.mo share/locale/fa/LC_MESSAGES/kio_remote.mo share/locale/fa/LC_MESSAGES/kio_sftp.mo share/locale/fa/LC_MESSAGES/kio_sieve.mo share/locale/fa/LC_MESSAGES/kio_smb.mo share/locale/fa/LC_MESSAGES/kio_smtp.mo share/locale/fa/LC_MESSAGES/kio_svn.mo share/locale/fa/LC_MESSAGES/kio_tags.mo share/locale/fa/LC_MESSAGES/kio_thumbnail.mo share/locale/fa/LC_MESSAGES/kio_timeline.mo share/locale/fa/LC_MESSAGES/kio_trash.mo share/locale/fa/LC_MESSAGES/kio_zeroconf.mo share/locale/fa/LC_MESSAGES/kioclient.mo share/locale/fa/LC_MESSAGES/kioexec.mo share/locale/fa/LC_MESSAGES/kiten.mo share/locale/fa/LC_MESSAGES/kjots.mo share/locale/fa/LC_MESSAGES/kjumpingcube.mo share/locale/fa/LC_MESSAGES/kleopatra.mo share/locale/fa/LC_MESSAGES/klettres.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/kmailcvt.mo share/locale/fa/LC_MESSAGES/kmenuedit.mo share/locale/fa/LC_MESSAGES/kmimetypefinder.mo share/locale/fa/LC_MESSAGES/kmines.mo share/locale/fa/LC_MESSAGES/kmix.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/knetattach.mo share/locale/fa/LC_MESSAGES/knetwalk.mo share/locale/fa/LC_MESSAGES/knode.mo share/locale/fa/LC_MESSAGES/knotes.mo share/locale/fa/LC_MESSAGES/knotify4.mo share/locale/fa/LC_MESSAGES/kolf.mo share/locale/fa/LC_MESSAGES/kolourpaint.mo share/locale/fa/LC_MESSAGES/kompare.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/kopete.mo share/locale/fa/LC_MESSAGES/korganizer.mo share/locale/fa/LC_MESSAGES/kpartsaver.mo share/locale/fa/LC_MESSAGES/kpasswdserver.mo share/locale/fa/LC_MESSAGES/kpat.mo share/locale/fa/LC_MESSAGES/kppp.mo share/locale/fa/LC_MESSAGES/kppplogview.mo share/locale/fa/LC_MESSAGES/kquitapp.mo share/locale/fa/LC_MESSAGES/krandr.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/kres_remote.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/krunner.mo share/locale/fa/LC_MESSAGES/kscd.mo share/locale/fa/LC_MESSAGES/kscreensaver.mo share/locale/fa/LC_MESSAGES/kshellcmdplugin.mo share/locale/fa/LC_MESSAGES/kshisen.mo share/locale/fa/LC_MESSAGES/kshorturifilter.mo share/locale/fa/LC_MESSAGES/ksmserver.mo share/locale/fa/LC_MESSAGES/ksnapshot.mo share/locale/fa/LC_MESSAGES/kspaceduel.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/kstyle_config.mo share/locale/fa/LC_MESSAGES/kstyle_phase_config.mo share/locale/fa/LC_MESSAGES/ksudoku.mo share/locale/fa/LC_MESSAGES/ksysguard.mo share/locale/fa/LC_MESSAGES/ksystraycmd.mo share/locale/fa/LC_MESSAGES/kteatime.mo share/locale/fa/LC_MESSAGES/ktexteditor_plugins.mo share/locale/fa/LC_MESSAGES/ktimer.mo share/locale/fa/LC_MESSAGES/ktimetracker.mo share/locale/fa/LC_MESSAGES/ktouch.mo share/locale/fa/LC_MESSAGES/ktraderclient.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/kuiserver.mo share/locale/fa/LC_MESSAGES/kuiviewer.mo share/locale/fa/LC_MESSAGES/kurifilter.mo share/locale/fa/LC_MESSAGES/kuser.mo share/locale/fa/LC_MESSAGES/kwalletd.mo share/locale/fa/LC_MESSAGES/kwalletmanager.mo share/locale/fa/LC_MESSAGES/kwatchgnupg.mo share/locale/fa/LC_MESSAGES/kwin.mo share/locale/fa/LC_MESSAGES/kwin_art_clients.mo share/locale/fa/LC_MESSAGES/kwin_clients.mo share/locale/fa/LC_MESSAGES/kwin_effects.mo share/locale/fa/LC_MESSAGES/kwinshutdown.mo share/locale/fa/LC_MESSAGES/kwinstartmenu.mo share/locale/fa/LC_MESSAGES/kwordquiz.mo share/locale/fa/LC_MESSAGES/kwrite.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/libkalarmcal.mo share/locale/fa/LC_MESSAGES/libkcal.mo share/locale/fa/LC_MESSAGES/libkcddb.mo share/locale/fa/LC_MESSAGES/libkdecorations.mo share/locale/fa/LC_MESSAGES/libkdeedu.mo share/locale/fa/LC_MESSAGES/libkdegames.mo share/locale/fa/LC_MESSAGES/libkdepim.mo share/locale/fa/LC_MESSAGES/libkexiv2.mo share/locale/fa/LC_MESSAGES/libkholidays.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/libkscreensaver.mo share/locale/fa/LC_MESSAGES/libksieve.mo share/locale/fa/LC_MESSAGES/libkworkspace.mo share/locale/fa/LC_MESSAGES/libmailimporter.mo share/locale/fa/LC_MESSAGES/libmessagelist.mo share/locale/fa/LC_MESSAGES/libmessageviewer.mo share/locale/fa/LC_MESSAGES/libphonon.mo share/locale/fa/LC_MESSAGES/libplasma.mo share/locale/fa/LC_MESSAGES/libplasmaclock.mo share/locale/fa/LC_MESSAGES/libtaskmanager.mo share/locale/fa/LC_MESSAGES/lskat.mo share/locale/fa/LC_MESSAGES/messageviewer_text_calendar_plugin.mo share/locale/fa/LC_MESSAGES/messageviewer_text_vcard_plugin.mo share/locale/fa/LC_MESSAGES/mf_konqplugin.mo share/locale/fa/LC_MESSAGES/minitoolsplugin.mo share/locale/fa/LC_MESSAGES/nepomukbackup.mo share/locale/fa/LC_MESSAGES/nepomukcontroller.mo share/locale/fa/LC_MESSAGES/nepomukfileindexer.mo share/locale/fa/LC_MESSAGES/nepomukqueryservice.mo share/locale/fa/LC_MESSAGES/nepomukserver.mo share/locale/fa/LC_MESSAGES/nepomukservicestub.mo share/locale/fa/LC_MESSAGES/nepomukstorage.mo share/locale/fa/LC_MESSAGES/nsplugin.mo share/locale/fa/LC_MESSAGES/oktetapart.mo share/locale/fa/LC_MESSAGES/okular.mo share/locale/fa/LC_MESSAGES/parley.mo share/locale/fa/LC_MESSAGES/phonon_kde.mo share/locale/fa/LC_MESSAGES/phononserver.mo share/locale/fa/LC_MESSAGES/plasma-desktop.mo share/locale/fa/LC_MESSAGES/plasma-netbook.mo share/locale/fa/LC_MESSAGES/plasma-overlay.mo share/locale/fa/LC_MESSAGES/plasma-remote-helper.mo share/locale/fa/LC_MESSAGES/plasma-windowed.mo share/locale/fa/LC_MESSAGES/plasma_applet_battery.mo share/locale/fa/LC_MESSAGES/plasma_applet_clock.mo share/locale/fa/LC_MESSAGES/plasma_applet_dig_clock.mo share/locale/fa/LC_MESSAGES/plasma_applet_launcher.mo share/locale/fa/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/fa/LC_MESSAGES/plasma_applet_notifier.mo share/locale/fa/LC_MESSAGES/plasma_applet_pager.mo share/locale/fa/LC_MESSAGES/plasma_applet_tasks.mo share/locale/fa/LC_MESSAGES/plasma_applet_trash.mo share/locale/fa/LC_MESSAGES/plasma_runner_locations.mo share/locale/fa/LC_MESSAGES/plasma_runner_webshortcuts.mo share/locale/fa/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/fa/LC_MESSAGES/plasmagenericshell.mo share/locale/fa/LC_MESSAGES/plasmapkg.mo share/locale/fa/LC_MESSAGES/processcore.mo share/locale/fa/LC_MESSAGES/processui.mo share/locale/fa/LC_MESSAGES/rellinks.mo share/locale/fa/LC_MESSAGES/searchbarplugin.mo share/locale/fa/LC_MESSAGES/solid-hardware.mo share/locale/fa/LC_MESSAGES/solid-network.mo share/locale/fa/LC_MESSAGES/solidcontrol.mo share/locale/fa/LC_MESSAGES/soliduiserver.mo share/locale/fa/LC_MESSAGES/strigila_diff.mo share/locale/fa/LC_MESSAGES/superkaramba.mo share/locale/fa/LC_MESSAGES/sweeper.mo share/locale/fa/LC_MESSAGES/systemsettings.mo share/locale/fa/LC_MESSAGES/timezones4.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/webarchiver.mo share/locale/fa/entry.desktop Index: head/misc/kde4-l10n-fi/distinfo =================================================================== --- head/misc/kde4-l10n-fi/distinfo (revision 318451) +++ head/misc/kde4-l10n-fi/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/kde-l10n/kde-l10n-fi-4.10.1.tar.xz) = b986cafb90b491efabd60cd95d21d86875b4c21309ab3950dd257cc3bafde684 -SIZE (KDE/4.10.1/kde-l10n/kde-l10n-fi-4.10.1.tar.xz) = 2665568 +SHA256 (KDE/4.10.3/kde-l10n/kde-l10n-fi-4.10.3.tar.xz) = 5ccdd0a6b207447af570b12e7839f0aeceec9f8e77da28ae81e700bb6694d55e +SIZE (KDE/4.10.3/kde-l10n/kde-l10n-fi-4.10.3.tar.xz) = 2678444 Index: head/misc/kde4-l10n-fi/pkg-plist =================================================================== --- head/misc/kde4-l10n-fi/pkg-plist (revision 318451) +++ head/misc/kde4-l10n-fi/pkg-plist (revision 318452) @@ -1,798 +1,797 @@ share/apps/khangman/fi.txt share/apps/ktuberling/sounds/fi.soundtheme share/apps/ktuberling/sounds/fi/aurinkolasit.wav share/apps/ktuberling/sounds/fi/hattu.wav share/apps/ktuberling/sounds/fi/korva.wav share/apps/ktuberling/sounds/fi/korvakoru.wav share/apps/ktuberling/sounds/fi/kulmakarva.wav share/apps/ktuberling/sounds/fi/nena.wav share/apps/ktuberling/sounds/fi/rusetti.wav share/apps/ktuberling/sounds/fi/silma.wav share/apps/ktuberling/sounds/fi/silmalasit.wav share/apps/ktuberling/sounds/fi/suu.wav share/apps/ktuberling/sounds/fi/viikset.wav share/apps/kvtml/fi/animals.kvtml share/apps/kvtml/fi/easy.kvtml share/apps/kvtml/fi/hard.kvtml share/apps/kvtml/fi/medium.kvtml share/locale/fi/LC_MESSAGES/accountwizard.mo share/locale/fi/LC_MESSAGES/accountwizard_ical.mo share/locale/fi/LC_MESSAGES/accountwizard_imap.mo share/locale/fi/LC_MESSAGES/accountwizard_kolab.mo share/locale/fi/LC_MESSAGES/accountwizard_mailbox.mo share/locale/fi/LC_MESSAGES/accountwizard_maildir.mo share/locale/fi/LC_MESSAGES/accountwizard_pop3.mo share/locale/fi/LC_MESSAGES/accountwizard_tine20.mo share/locale/fi/LC_MESSAGES/activitymanager_plugin_globalshortcuts.mo share/locale/fi/LC_MESSAGES/activitymanager_uihandler_declarative.mo share/locale/fi/LC_MESSAGES/adblock.mo share/locale/fi/LC_MESSAGES/akonadi-filestore.mo share/locale/fi/LC_MESSAGES/akonadi_archivemail_agent.mo share/locale/fi/LC_MESSAGES/akonadi_birthdays_resource.mo share/locale/fi/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/fi/LC_MESSAGES/akonadi_davgroupware_resource.mo share/locale/fi/LC_MESSAGES/akonadi_google_resource.mo share/locale/fi/LC_MESSAGES/akonadi_ical_resource.mo share/locale/fi/LC_MESSAGES/akonadi_icaldir_resource.mo share/locale/fi/LC_MESSAGES/akonadi_imap_resource.mo share/locale/fi/LC_MESSAGES/akonadi_invitations_agent.mo share/locale/fi/LC_MESSAGES/akonadi_kabc_resource.mo share/locale/fi/LC_MESSAGES/akonadi_kalarm_resource.mo share/locale/fi/LC_MESSAGES/akonadi_kcal_resource.mo share/locale/fi/LC_MESSAGES/akonadi_kdeaccounts_resource.mo share/locale/fi/LC_MESSAGES/akonadi_knut_resource.mo share/locale/fi/LC_MESSAGES/akonadi_kolabproxy_resource.mo share/locale/fi/LC_MESSAGES/akonadi_kresourceassistant.mo share/locale/fi/LC_MESSAGES/akonadi_localbookmarks_resource.mo share/locale/fi/LC_MESSAGES/akonadi_maildir_resource.mo share/locale/fi/LC_MESSAGES/akonadi_maildispatcher_agent.mo share/locale/fi/LC_MESSAGES/akonadi_mailfilter_agent.mo share/locale/fi/LC_MESSAGES/akonadi_mailtransport_resource.mo share/locale/fi/LC_MESSAGES/akonadi_mbox_resource.mo share/locale/fi/LC_MESSAGES/akonadi_microblog_resource.mo share/locale/fi/LC_MESSAGES/akonadi_mixedmaildir_resource.mo share/locale/fi/LC_MESSAGES/akonadi_nepomuk_feeder.mo share/locale/fi/LC_MESSAGES/akonadi_nepomuktag_resource.mo share/locale/fi/LC_MESSAGES/akonadi_next.mo share/locale/fi/LC_MESSAGES/akonadi_nntp_resource.mo share/locale/fi/LC_MESSAGES/akonadi_openxchange_resource.mo share/locale/fi/LC_MESSAGES/akonadi_pop3_resource.mo share/locale/fi/LC_MESSAGES/akonadi_serializer_plugins.mo share/locale/fi/LC_MESSAGES/akonadi_singlefile_resource.mo share/locale/fi/LC_MESSAGES/akonadi_strigi_feeder.mo share/locale/fi/LC_MESSAGES/akonadi_vcard_resource.mo share/locale/fi/LC_MESSAGES/akonadi_vcarddir_resource.mo share/locale/fi/LC_MESSAGES/akonadicontact.mo share/locale/fi/LC_MESSAGES/akonadinotes.mo share/locale/fi/LC_MESSAGES/akonaditray.mo share/locale/fi/LC_MESSAGES/akregator.mo share/locale/fi/LC_MESSAGES/akregator_konqplugin.mo share/locale/fi/LC_MESSAGES/amor.mo share/locale/fi/LC_MESSAGES/analitza.mo share/locale/fi/LC_MESSAGES/ark.mo share/locale/fi/LC_MESSAGES/attica_kde.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/blogilo.mo share/locale/fi/LC_MESSAGES/bomber.mo share/locale/fi/LC_MESSAGES/bovo.mo share/locale/fi/LC_MESSAGES/calendarsupport.mo share/locale/fi/LC_MESSAGES/cantor.mo share/locale/fi/LC_MESSAGES/cervisia.mo share/locale/fi/LC_MESSAGES/cryptopageplugin.mo share/locale/fi/LC_MESSAGES/cvsservice.mo share/locale/fi/LC_MESSAGES/dirfilterplugin.mo share/locale/fi/LC_MESSAGES/display.mo share/locale/fi/LC_MESSAGES/dolphin.mo share/locale/fi/LC_MESSAGES/domtreeviewer.mo share/locale/fi/LC_MESSAGES/dragonplayer.mo share/locale/fi/LC_MESSAGES/drkonqi.mo share/locale/fi/LC_MESSAGES/filelight.mo share/locale/fi/LC_MESSAGES/filetypes.mo share/locale/fi/LC_MESSAGES/fileviewbazaarplugin.mo share/locale/fi/LC_MESSAGES/fileviewgitplugin.mo share/locale/fi/LC_MESSAGES/fileviewhgplugin.mo share/locale/fi/LC_MESSAGES/fileviewsvnplugin.mo share/locale/fi/LC_MESSAGES/freespacenotifier.mo share/locale/fi/LC_MESSAGES/fsview.mo share/locale/fi/LC_MESSAGES/granatier.mo share/locale/fi/LC_MESSAGES/gwenview.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/importwizard.mo share/locale/fi/LC_MESSAGES/jovie.mo share/locale/fi/LC_MESSAGES/joystick.mo share/locale/fi/LC_MESSAGES/juk.mo share/locale/fi/LC_MESSAGES/kabc.mo share/locale/fi/LC_MESSAGES/kabc_akonadi.mo share/locale/fi/LC_MESSAGES/kabc_dir.mo share/locale/fi/LC_MESSAGES/kabc_file.mo share/locale/fi/LC_MESSAGES/kabc_ldapkio.mo share/locale/fi/LC_MESSAGES/kabc_net.mo share/locale/fi/LC_MESSAGES/kabcclient.mo share/locale/fi/LC_MESSAGES/kabcformat_binary.mo share/locale/fi/LC_MESSAGES/kaccess.mo share/locale/fi/LC_MESSAGES/kaccessibleapp.mo share/locale/fi/LC_MESSAGES/kactivitymanagerd.mo share/locale/fi/LC_MESSAGES/kactivitymanagerd_fileitem_linking_plugin.mo share/locale/fi/LC_MESSAGES/kaddressbook-mobile.mo share/locale/fi/LC_MESSAGES/kaddressbook.mo share/locale/fi/LC_MESSAGES/kaddressbookmigrator.mo share/locale/fi/LC_MESSAGES/kajongg.mo share/locale/fi/LC_MESSAGES/kalarm.mo share/locale/fi/LC_MESSAGES/kalgebra.mo share/locale/fi/LC_MESSAGES/kalzium.mo share/locale/fi/LC_MESSAGES/kanagram-harmattan.mo share/locale/fi/LC_MESSAGES/kanagram.mo share/locale/fi/LC_MESSAGES/kapman.mo share/locale/fi/LC_MESSAGES/kapptemplate.mo share/locale/fi/LC_MESSAGES/kate-ctags-plugin.mo share/locale/fi/LC_MESSAGES/kate.mo share/locale/fi/LC_MESSAGES/kate_kttsd.mo share/locale/fi/LC_MESSAGES/katebacktracebrowserplugin.mo share/locale/fi/LC_MESSAGES/katebuild-plugin.mo share/locale/fi/LC_MESSAGES/katefilebrowserplugin.mo share/locale/fi/LC_MESSAGES/katefiletemplates.mo share/locale/fi/LC_MESSAGES/kategdbplugin.mo share/locale/fi/LC_MESSAGES/katehelloworld.mo share/locale/fi/LC_MESSAGES/katekonsoleplugin.mo share/locale/fi/LC_MESSAGES/katemailfilesplugin.mo share/locale/fi/LC_MESSAGES/kateopenheader.mo share/locale/fi/LC_MESSAGES/katepart4.mo share/locale/fi/LC_MESSAGES/kateproject.mo share/locale/fi/LC_MESSAGES/katesearch.mo share/locale/fi/LC_MESSAGES/katesnippets_tng.mo share/locale/fi/LC_MESSAGES/katesnippetsplugin.mo share/locale/fi/LC_MESSAGES/katesql.mo share/locale/fi/LC_MESSAGES/katesymbolviewer.mo share/locale/fi/LC_MESSAGES/katetabbarextension.mo share/locale/fi/LC_MESSAGES/katetabifyplugin.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/kbattleship.mo share/locale/fi/LC_MESSAGES/kblackbox.mo share/locale/fi/LC_MESSAGES/kblankscrn.mo share/locale/fi/LC_MESSAGES/kblocks.mo share/locale/fi/LC_MESSAGES/kbounce.mo share/locale/fi/LC_MESSAGES/kbreakout.mo share/locale/fi/LC_MESSAGES/kbruch.mo share/locale/fi/LC_MESSAGES/kcachegrind.mo share/locale/fi/LC_MESSAGES/kcachegrind_qt.mo share/locale/fi/LC_MESSAGES/kcal_akonadi.mo share/locale/fi/LC_MESSAGES/kcalc.mo share/locale/fi/LC_MESSAGES/kcertpart.mo share/locale/fi/LC_MESSAGES/kcharselect.mo share/locale/fi/LC_MESSAGES/kcm-kwin-scripts.mo share/locale/fi/LC_MESSAGES/kcm_activities.mo share/locale/fi/LC_MESSAGES/kcm_akonadi.mo share/locale/fi/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/fi/LC_MESSAGES/kcm_attica.mo share/locale/fi/LC_MESSAGES/kcm_autostart.mo share/locale/fi/LC_MESSAGES/kcm_desktoppaths.mo share/locale/fi/LC_MESSAGES/kcm_desktopthemedetails.mo share/locale/fi/LC_MESSAGES/kcm_device_automounter.mo share/locale/fi/LC_MESSAGES/kcm_emoticons.mo share/locale/fi/LC_MESSAGES/kcm_infobase.mo share/locale/fi/LC_MESSAGES/kcm_infosummary.mo -share/locale/fi/LC_MESSAGES/kcm_krfb.mo share/locale/fi/LC_MESSAGES/kcm_kwindesktop.mo share/locale/fi/LC_MESSAGES/kcm_kwintabbox.mo share/locale/fi/LC_MESSAGES/kcm_memory.mo share/locale/fi/LC_MESSAGES/kcm_nepomuk.mo share/locale/fi/LC_MESSAGES/kcm_pci.mo share/locale/fi/LC_MESSAGES/kcm_phonon.mo share/locale/fi/LC_MESSAGES/kcm_platform.mo share/locale/fi/LC_MESSAGES/kcm_remotecontrol.mo share/locale/fi/LC_MESSAGES/kcm_solid.mo share/locale/fi/LC_MESSAGES/kcm_solid_actions.mo share/locale/fi/LC_MESSAGES/kcm_standard_actions.mo share/locale/fi/LC_MESSAGES/kcmaccess.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/kcmdevinfo.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/kcminit.mo share/locale/fi/LC_MESSAGES/kcminput.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/kcmkdnssd.mo share/locale/fi/LC_MESSAGES/kcmkeyboard.mo share/locale/fi/LC_MESSAGES/kcmkeys.mo share/locale/fi/LC_MESSAGES/kcmkgamma.mo share/locale/fi/LC_MESSAGES/kcmkio.mo share/locale/fi/LC_MESSAGES/kcmkonq.mo share/locale/fi/LC_MESSAGES/kcmkonqhtml.mo share/locale/fi/LC_MESSAGES/kcmkurifilt.mo share/locale/fi/LC_MESSAGES/kcmkwallet.mo share/locale/fi/LC_MESSAGES/kcmkwincompositing.mo share/locale/fi/LC_MESSAGES/kcmkwindecoration.mo share/locale/fi/LC_MESSAGES/kcmkwinrules.mo share/locale/fi/LC_MESSAGES/kcmkwinscreenedges.mo share/locale/fi/LC_MESSAGES/kcmkwm.mo share/locale/fi/LC_MESSAGES/kcmlaunch.mo share/locale/fi/LC_MESSAGES/kcmlocale.mo share/locale/fi/LC_MESSAGES/kcmnic.mo share/locale/fi/LC_MESSAGES/kcmnotify.mo share/locale/fi/LC_MESSAGES/kcmopengl.mo share/locale/fi/LC_MESSAGES/kcmperformance.mo share/locale/fi/LC_MESSAGES/kcmsamba.mo share/locale/fi/LC_MESSAGES/kcmscreensaver.mo share/locale/fi/LC_MESSAGES/kcmshell.mo share/locale/fi/LC_MESSAGES/kcmsmartcard.mo share/locale/fi/LC_MESSAGES/kcmsmserver.mo share/locale/fi/LC_MESSAGES/kcmstyle.mo share/locale/fi/LC_MESSAGES/kcmusb.mo share/locale/fi/LC_MESSAGES/kcmview1394.mo share/locale/fi/LC_MESSAGES/kcmworkspaceoptions.mo share/locale/fi/LC_MESSAGES/kcolorchooser.mo share/locale/fi/LC_MESSAGES/kcron.mo share/locale/fi/LC_MESSAGES/kde-menu.mo share/locale/fi/LC_MESSAGES/kdeasciiquarium.mo share/locale/fi/LC_MESSAGES/kdebugdialog.mo share/locale/fi/LC_MESSAGES/kdecalendarsystems.mo share/locale/fi/LC_MESSAGES/kdelibs4.mo share/locale/fi/LC_MESSAGES/kdelibs_colors4.mo share/locale/fi/LC_MESSAGES/kdepasswd.mo share/locale/fi/LC_MESSAGES/kdepim-runtime-qml.mo share/locale/fi/LC_MESSAGES/kdeqt.mo share/locale/fi/LC_MESSAGES/kdesu.mo share/locale/fi/LC_MESSAGES/kdesud.mo share/locale/fi/LC_MESSAGES/kdf.mo share/locale/fi/LC_MESSAGES/kdgantt2.mo share/locale/fi/LC_MESSAGES/kdialog.mo share/locale/fi/LC_MESSAGES/kdiamond.mo share/locale/fi/LC_MESSAGES/kdmconfig.mo share/locale/fi/LC_MESSAGES/kdmgreet.mo share/locale/fi/LC_MESSAGES/kdontchangethehostname.mo share/locale/fi/LC_MESSAGES/keditbookmarks.mo share/locale/fi/LC_MESSAGES/kfile.mo share/locale/fi/LC_MESSAGES/kfile_dds.mo share/locale/fi/LC_MESSAGES/kfile_drgeo.mo share/locale/fi/LC_MESSAGES/kfile_exr.mo share/locale/fi/LC_MESSAGES/kfile_kig.mo share/locale/fi/LC_MESSAGES/kfile_mail.mo share/locale/fi/LC_MESSAGES/kfile_pnm.mo share/locale/fi/LC_MESSAGES/kfile_raw.mo share/locale/fi/LC_MESSAGES/kfile_rgb.mo share/locale/fi/LC_MESSAGES/kfile_rpm.mo share/locale/fi/LC_MESSAGES/kfile_tiff.mo share/locale/fi/LC_MESSAGES/kfile_xps.mo share/locale/fi/LC_MESSAGES/kfileaudiopreview4.mo share/locale/fi/LC_MESSAGES/kfilereplace.mo share/locale/fi/LC_MESSAGES/kfileshare.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/kfontinst.mo share/locale/fi/LC_MESSAGES/kfourinline.mo share/locale/fi/LC_MESSAGES/kgeography.mo share/locale/fi/LC_MESSAGES/kget.mo share/locale/fi/LC_MESSAGES/kgetplugin.mo share/locale/fi/LC_MESSAGES/kglobalaccel.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_generic.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/khotkeys.mo share/locale/fi/LC_MESSAGES/khotnewstuff.mo share/locale/fi/LC_MESSAGES/khtmlkttsd.mo share/locale/fi/LC_MESSAGES/khtmlsettingsplugin.mo share/locale/fi/LC_MESSAGES/kiconfinder.mo share/locale/fi/LC_MESSAGES/kig.mo share/locale/fi/LC_MESSAGES/kigo.mo share/locale/fi/LC_MESSAGES/killbots.mo share/locale/fi/LC_MESSAGES/kimagemapeditor.mo -share/locale/fi/LC_MESSAGES/kinetd.mo share/locale/fi/LC_MESSAGES/kinfocenter.mo share/locale/fi/LC_MESSAGES/kio4.mo share/locale/fi/LC_MESSAGES/kio_activities.mo share/locale/fi/LC_MESSAGES/kio_akonadi.mo share/locale/fi/LC_MESSAGES/kio_applications.mo share/locale/fi/LC_MESSAGES/kio_archive.mo share/locale/fi/LC_MESSAGES/kio_audiocd.mo share/locale/fi/LC_MESSAGES/kio_bookmarks.mo share/locale/fi/LC_MESSAGES/kio_finger.mo share/locale/fi/LC_MESSAGES/kio_fish.mo share/locale/fi/LC_MESSAGES/kio_floppy.mo share/locale/fi/LC_MESSAGES/kio_help4.mo share/locale/fi/LC_MESSAGES/kio_imap4.mo share/locale/fi/LC_MESSAGES/kio_info.mo share/locale/fi/LC_MESSAGES/kio_jabberdisco.mo share/locale/fi/LC_MESSAGES/kio_ldap.mo share/locale/fi/LC_MESSAGES/kio_man.mo share/locale/fi/LC_MESSAGES/kio_mbox.mo share/locale/fi/LC_MESSAGES/kio_nepomuk.mo share/locale/fi/LC_MESSAGES/kio_nepomuksearch.mo share/locale/fi/LC_MESSAGES/kio_nfs.mo share/locale/fi/LC_MESSAGES/kio_nntp.mo share/locale/fi/LC_MESSAGES/kio_perldoc.mo share/locale/fi/LC_MESSAGES/kio_pop3.mo share/locale/fi/LC_MESSAGES/kio_recentdocuments.mo share/locale/fi/LC_MESSAGES/kio_remote.mo share/locale/fi/LC_MESSAGES/kio_sftp.mo share/locale/fi/LC_MESSAGES/kio_sieve.mo share/locale/fi/LC_MESSAGES/kio_smb.mo share/locale/fi/LC_MESSAGES/kio_smtp.mo share/locale/fi/LC_MESSAGES/kio_svn.mo share/locale/fi/LC_MESSAGES/kio_tags.mo share/locale/fi/LC_MESSAGES/kio_thumbnail.mo share/locale/fi/LC_MESSAGES/kio_timeline.mo share/locale/fi/LC_MESSAGES/kio_trash.mo share/locale/fi/LC_MESSAGES/kio_zeroconf.mo share/locale/fi/LC_MESSAGES/kioclient.mo share/locale/fi/LC_MESSAGES/kioexec.mo share/locale/fi/LC_MESSAGES/kipiplugin_kxmlhelloworld.mo share/locale/fi/LC_MESSAGES/kiriki.mo share/locale/fi/LC_MESSAGES/kiten.mo share/locale/fi/LC_MESSAGES/kjots.mo share/locale/fi/LC_MESSAGES/kjotsmigrator.mo share/locale/fi/LC_MESSAGES/kjumpingcube.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-migrator.mo share/locale/fi/LC_MESSAGES/kmail-mobile.mo share/locale/fi/LC_MESSAGES/kmail.mo share/locale/fi/LC_MESSAGES/kmailcvt.mo share/locale/fi/LC_MESSAGES/kmenuedit.mo share/locale/fi/LC_MESSAGES/kmimetypefinder.mo share/locale/fi/LC_MESSAGES/kmines.mo share/locale/fi/LC_MESSAGES/kmix.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/knetattach.mo share/locale/fi/LC_MESSAGES/knetwalk.mo share/locale/fi/LC_MESSAGES/knode.mo share/locale/fi/LC_MESSAGES/knotes.mo share/locale/fi/LC_MESSAGES/knotify4.mo share/locale/fi/LC_MESSAGES/kolf.mo share/locale/fi/LC_MESSAGES/kollision.mo share/locale/fi/LC_MESSAGES/kolourpaint.mo share/locale/fi/LC_MESSAGES/kommander.mo share/locale/fi/LC_MESSAGES/kompare.mo share/locale/fi/LC_MESSAGES/konqprofiles.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/konsoleprofiles.mo share/locale/fi/LC_MESSAGES/kontact.mo share/locale/fi/LC_MESSAGES/kontactinterfaces.mo share/locale/fi/LC_MESSAGES/kopete.mo share/locale/fi/LC_MESSAGES/korganizer-mobile.mo share/locale/fi/LC_MESSAGES/korganizer.mo share/locale/fi/LC_MESSAGES/kpartloader.mo share/locale/fi/LC_MESSAGES/kpartsaver.mo share/locale/fi/LC_MESSAGES/kpasswdserver.mo share/locale/fi/LC_MESSAGES/kpat.mo share/locale/fi/LC_MESSAGES/kppp.mo share/locale/fi/LC_MESSAGES/kppplogview.mo share/locale/fi/LC_MESSAGES/kquitapp.mo share/locale/fi/LC_MESSAGES/krandr.mo share/locale/fi/LC_MESSAGES/krcdnotifieritem.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/kremotecontroldaemon.mo share/locale/fi/LC_MESSAGES/kres-migrator.mo share/locale/fi/LC_MESSAGES/kres_blog.mo share/locale/fi/LC_MESSAGES/kres_remote.mo share/locale/fi/LC_MESSAGES/kresources_shared_akonadi.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/krunner.mo share/locale/fi/LC_MESSAGES/ksaneplugin.mo share/locale/fi/LC_MESSAGES/kscd.mo share/locale/fi/LC_MESSAGES/kscreenlocker.mo share/locale/fi/LC_MESSAGES/kscreenlocker_greet.mo share/locale/fi/LC_MESSAGES/kscreensaver.mo share/locale/fi/LC_MESSAGES/ksendemail.mo share/locale/fi/LC_MESSAGES/ksgrd.mo share/locale/fi/LC_MESSAGES/kshellcmdplugin.mo share/locale/fi/LC_MESSAGES/kshisen.mo share/locale/fi/LC_MESSAGES/kshorturifilter.mo share/locale/fi/LC_MESSAGES/ksirk.mo share/locale/fi/LC_MESSAGES/ksirkskineditor.mo share/locale/fi/LC_MESSAGES/ksmserver.mo share/locale/fi/LC_MESSAGES/ksnapshot.mo share/locale/fi/LC_MESSAGES/kspaceduel.mo share/locale/fi/LC_MESSAGES/ksplashthemes.mo share/locale/fi/LC_MESSAGES/ksquares.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/kstyle_config.mo share/locale/fi/LC_MESSAGES/kstyle_phase_config.mo share/locale/fi/LC_MESSAGES/ksudoku.mo share/locale/fi/LC_MESSAGES/ksysguard.mo share/locale/fi/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/fi/LC_MESSAGES/ksystemlog.mo share/locale/fi/LC_MESSAGES/ksystraycmd.mo share/locale/fi/LC_MESSAGES/kteatime.mo share/locale/fi/LC_MESSAGES/ktesnippets_editor.mo share/locale/fi/LC_MESSAGES/ktexteditor_codesnippets_core.mo share/locale/fi/LC_MESSAGES/ktexteditor_plugins.mo share/locale/fi/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/fi/LC_MESSAGES/ktimer.mo share/locale/fi/LC_MESSAGES/ktimetracker.mo share/locale/fi/LC_MESSAGES/ktnef.mo share/locale/fi/LC_MESSAGES/ktouch.mo share/locale/fi/LC_MESSAGES/ktouchpadenabler.mo share/locale/fi/LC_MESSAGES/ktraderclient.mo share/locale/fi/LC_MESSAGES/ktron.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/kubrick.mo share/locale/fi/LC_MESSAGES/kuiserver.mo share/locale/fi/LC_MESSAGES/kuiviewer.mo share/locale/fi/LC_MESSAGES/kurifilter.mo share/locale/fi/LC_MESSAGES/kuser.mo share/locale/fi/LC_MESSAGES/kwalletd.mo share/locale/fi/LC_MESSAGES/kwalletmanager.mo share/locale/fi/LC_MESSAGES/kwatchgnupg.mo share/locale/fi/LC_MESSAGES/kwin.mo share/locale/fi/LC_MESSAGES/kwin_art_clients.mo share/locale/fi/LC_MESSAGES/kwin_clients.mo share/locale/fi/LC_MESSAGES/kwin_effects.mo share/locale/fi/LC_MESSAGES/kwinshutdown.mo share/locale/fi/LC_MESSAGES/kwinstartmenu.mo share/locale/fi/LC_MESSAGES/kwordquiz.mo share/locale/fi/LC_MESSAGES/kwrite.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/lancelot.mo share/locale/fi/LC_MESSAGES/libakonadi-calendar.mo share/locale/fi/LC_MESSAGES/libakonadi-kmime.mo share/locale/fi/LC_MESSAGES/libakonadi.mo share/locale/fi/LC_MESSAGES/libeventviews.mo share/locale/fi/LC_MESSAGES/libincidenceeditors.mo share/locale/fi/LC_MESSAGES/libkalarmcal.mo share/locale/fi/LC_MESSAGES/libkasten.mo share/locale/fi/LC_MESSAGES/libkblog.mo share/locale/fi/LC_MESSAGES/libkcal.mo share/locale/fi/LC_MESSAGES/libkcalutils.mo share/locale/fi/LC_MESSAGES/libkcddb.mo share/locale/fi/LC_MESSAGES/libkcompactdisc.mo share/locale/fi/LC_MESSAGES/libkdcraw.mo share/locale/fi/LC_MESSAGES/libkdecorations.mo share/locale/fi/LC_MESSAGES/libkdeedu.mo share/locale/fi/LC_MESSAGES/libkdegames.mo share/locale/fi/LC_MESSAGES/libkdepim.mo share/locale/fi/LC_MESSAGES/libkdepimmobileui.mo share/locale/fi/LC_MESSAGES/libkexiv2.mo share/locale/fi/LC_MESSAGES/libkholidays.mo share/locale/fi/LC_MESSAGES/libkimap.mo share/locale/fi/LC_MESSAGES/libkipi.mo share/locale/fi/LC_MESSAGES/libkldap.mo share/locale/fi/LC_MESSAGES/libkleopatra.mo share/locale/fi/LC_MESSAGES/libkmahjongg.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/libkpimidentities.mo share/locale/fi/LC_MESSAGES/libkpimtextedit.mo share/locale/fi/LC_MESSAGES/libkpimutils.mo share/locale/fi/LC_MESSAGES/libkremotecontrol.mo share/locale/fi/LC_MESSAGES/libkresources.mo share/locale/fi/LC_MESSAGES/libksane.mo share/locale/fi/LC_MESSAGES/libkscreensaver.mo share/locale/fi/LC_MESSAGES/libksieve.mo share/locale/fi/LC_MESSAGES/libktnef.mo share/locale/fi/LC_MESSAGES/libkunitconversion.mo share/locale/fi/LC_MESSAGES/libkworkspace.mo share/locale/fi/LC_MESSAGES/libkxmlrpcclient.mo share/locale/fi/LC_MESSAGES/liblancelot-datamodels.mo share/locale/fi/LC_MESSAGES/libmailcommon.mo share/locale/fi/LC_MESSAGES/libmailimporter.mo share/locale/fi/LC_MESSAGES/libmailtransport.mo share/locale/fi/LC_MESSAGES/libmessagecomposer.mo share/locale/fi/LC_MESSAGES/libmessagecore.mo share/locale/fi/LC_MESSAGES/libmessagelist.mo share/locale/fi/LC_MESSAGES/libmessageviewer.mo share/locale/fi/LC_MESSAGES/liboktetacore.mo share/locale/fi/LC_MESSAGES/liboktetagui.mo share/locale/fi/LC_MESSAGES/liboktetakasten.mo share/locale/fi/LC_MESSAGES/liboxygenstyleconfig.mo share/locale/fi/LC_MESSAGES/libphonon.mo share/locale/fi/LC_MESSAGES/libpimcommon.mo share/locale/fi/LC_MESSAGES/libplasma.mo share/locale/fi/LC_MESSAGES/libplasma_groupingcontainment.mo share/locale/fi/LC_MESSAGES/libplasmaclock.mo share/locale/fi/LC_MESSAGES/libplasmaweather.mo share/locale/fi/LC_MESSAGES/libtaskmanager.mo share/locale/fi/LC_MESSAGES/libtemplateparser.mo share/locale/fi/LC_MESSAGES/lokalize.mo share/locale/fi/LC_MESSAGES/lskat.mo share/locale/fi/LC_MESSAGES/mailreader.mo share/locale/fi/LC_MESSAGES/marble.mo share/locale/fi/LC_MESSAGES/marble_qt.mo share/locale/fi/LC_MESSAGES/marble_xml_mimetypes.mo share/locale/fi/LC_MESSAGES/messageviewer_application_mstnef_plugin.mo share/locale/fi/LC_MESSAGES/messageviewer_text_calendar_plugin.mo share/locale/fi/LC_MESSAGES/messageviewer_text_vcard_plugin.mo share/locale/fi/LC_MESSAGES/messageviewer_text_xdiff_plugin.mo share/locale/fi/LC_MESSAGES/mf_konqplugin.mo share/locale/fi/LC_MESSAGES/minitoolsplugin.mo share/locale/fi/LC_MESSAGES/mplayerthumbs.mo share/locale/fi/LC_MESSAGES/mplayerthumbsconfig.mo share/locale/fi/LC_MESSAGES/nepomukbackup.mo share/locale/fi/LC_MESSAGES/nepomukcleaner.mo share/locale/fi/LC_MESSAGES/nepomukcontroller.mo share/locale/fi/LC_MESSAGES/nepomukfileindexer.mo +share/locale/fi/LC_MESSAGES/nepomukpimindexerutility.mo share/locale/fi/LC_MESSAGES/nepomukqueryservice.mo share/locale/fi/LC_MESSAGES/nepomukserver.mo share/locale/fi/LC_MESSAGES/nepomukservicestub.mo share/locale/fi/LC_MESSAGES/nepomukstorage.mo share/locale/fi/LC_MESSAGES/nepomukwidgets.mo share/locale/fi/LC_MESSAGES/newmailnotifieragent.mo share/locale/fi/LC_MESSAGES/notes-mobile.mo share/locale/fi/LC_MESSAGES/nsplugin.mo share/locale/fi/LC_MESSAGES/okteta-mobile.mo share/locale/fi/LC_MESSAGES/okteta.mo share/locale/fi/LC_MESSAGES/oktetapart.mo share/locale/fi/LC_MESSAGES/okular.mo share/locale/fi/LC_MESSAGES/okular_chm.mo share/locale/fi/LC_MESSAGES/okular_comicbook.mo share/locale/fi/LC_MESSAGES/okular_djvu.mo share/locale/fi/LC_MESSAGES/okular_dvi.mo share/locale/fi/LC_MESSAGES/okular_epub.mo share/locale/fi/LC_MESSAGES/okular_fax.mo share/locale/fi/LC_MESSAGES/okular_fictionbook.mo share/locale/fi/LC_MESSAGES/okular_ghostview.mo share/locale/fi/LC_MESSAGES/okular_kimgio.mo share/locale/fi/LC_MESSAGES/okular_mobi.mo share/locale/fi/LC_MESSAGES/okular_ooo.mo share/locale/fi/LC_MESSAGES/okular_plucker.mo share/locale/fi/LC_MESSAGES/okular_poppler.mo share/locale/fi/LC_MESSAGES/okular_tiff.mo share/locale/fi/LC_MESSAGES/okular_xps.mo share/locale/fi/LC_MESSAGES/org.kde.active.documentviewer.mo share/locale/fi/LC_MESSAGES/pairs.mo share/locale/fi/LC_MESSAGES/pairseditor.mo share/locale/fi/LC_MESSAGES/palapeli.mo share/locale/fi/LC_MESSAGES/parley.mo share/locale/fi/LC_MESSAGES/phonon_gstreamer.mo share/locale/fi/LC_MESSAGES/phonon_kde.mo share/locale/fi/LC_MESSAGES/phonon_vlc.mo share/locale/fi/LC_MESSAGES/phononserver.mo share/locale/fi/LC_MESSAGES/picmi.mo share/locale/fi/LC_MESSAGES/pimsettingexporter.mo share/locale/fi/LC_MESSAGES/plasma-desktop.mo share/locale/fi/LC_MESSAGES/plasma-netbook.mo share/locale/fi/LC_MESSAGES/plasma-overlay.mo share/locale/fi/LC_MESSAGES/plasma-remote-helper.mo share/locale/fi/LC_MESSAGES/plasma-windowed.mo share/locale/fi/LC_MESSAGES/plasma_applet_BbalL.mo share/locale/fi/LC_MESSAGES/plasma_applet_CharSelectApplet.mo share/locale/fi/LC_MESSAGES/plasma_applet_Molmasscalculator.mo share/locale/fi/LC_MESSAGES/plasma_applet_akonotes_note.mo share/locale/fi/LC_MESSAGES/plasma_applet_battery.mo share/locale/fi/LC_MESSAGES/plasma_applet_binaryclock.mo share/locale/fi/LC_MESSAGES/plasma_applet_bookmarks.mo share/locale/fi/LC_MESSAGES/plasma_applet_bubblemon.mo share/locale/fi/LC_MESSAGES/plasma_applet_calculator.mo share/locale/fi/LC_MESSAGES/plasma_applet_clock.mo share/locale/fi/LC_MESSAGES/plasma_applet_comic.mo share/locale/fi/LC_MESSAGES/plasma_applet_concentrationCalculator.mo share/locale/fi/LC_MESSAGES/plasma_applet_currentappcontrol.mo share/locale/fi/LC_MESSAGES/plasma_applet_dig_clock.mo share/locale/fi/LC_MESSAGES/plasma_applet_fifteenPuzzle.mo share/locale/fi/LC_MESSAGES/plasma_applet_fileWatcher.mo share/locale/fi/LC_MESSAGES/plasma_applet_folderview.mo share/locale/fi/LC_MESSAGES/plasma_applet_frame.mo share/locale/fi/LC_MESSAGES/plasma_applet_fuzzy_clock.mo share/locale/fi/LC_MESSAGES/plasma_applet_gasCalculator.mo share/locale/fi/LC_MESSAGES/plasma_applet_groupingpanel.mo share/locale/fi/LC_MESSAGES/plasma_applet_icon.mo share/locale/fi/LC_MESSAGES/plasma_applet_icontasks.mo share/locale/fi/LC_MESSAGES/plasma_applet_incomingmsg.mo share/locale/fi/LC_MESSAGES/plasma_applet_kalgebra.mo share/locale/fi/LC_MESSAGES/plasma_applet_kalzium.mo share/locale/fi/LC_MESSAGES/plasma_applet_katesession.mo share/locale/fi/LC_MESSAGES/plasma_applet_kdeobservatory.mo share/locale/fi/LC_MESSAGES/plasma_applet_kget.mo share/locale/fi/LC_MESSAGES/plasma_applet_kimpanel.mo share/locale/fi/LC_MESSAGES/plasma_applet_knowledgebase.mo share/locale/fi/LC_MESSAGES/plasma_applet_kolourpicker.mo share/locale/fi/LC_MESSAGES/plasma_applet_kpapplet.mo share/locale/fi/LC_MESSAGES/plasma_applet_launcher.mo share/locale/fi/LC_MESSAGES/plasma_applet_leavenote.mo share/locale/fi/LC_MESSAGES/plasma_applet_life.mo share/locale/fi/LC_MESSAGES/plasma_applet_lockout.mo share/locale/fi/LC_MESSAGES/plasma_applet_luna.mo share/locale/fi/LC_MESSAGES/plasma_applet_magnifique.mo share/locale/fi/LC_MESSAGES/plasma_applet_microblog.mo share/locale/fi/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/fi/LC_MESSAGES/plasma_applet_news.mo share/locale/fi/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/fi/LC_MESSAGES/plasma_applet_notes.mo share/locale/fi/LC_MESSAGES/plasma_applet_notifier.mo share/locale/fi/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/fi/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/fi/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/fi/LC_MESSAGES/plasma_applet_opendesktop_activities.mo share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.notifications.mo share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/fi/LC_MESSAGES/plasma_applet_pager.mo share/locale/fi/LC_MESSAGES/plasma_applet_panel.mo share/locale/fi/LC_MESSAGES/plasma_applet_panelspacer_internal.mo share/locale/fi/LC_MESSAGES/plasma_applet_paste.mo share/locale/fi/LC_MESSAGES/plasma_applet_pastebin.mo share/locale/fi/LC_MESSAGES/plasma_applet_plasmaboard.mo share/locale/fi/LC_MESSAGES/plasma_applet_previewer.mo share/locale/fi/LC_MESSAGES/plasma_applet_printmanager.mo share/locale/fi/LC_MESSAGES/plasma_applet_qalculate.mo share/locale/fi/LC_MESSAGES/plasma_applet_qstardict.mo share/locale/fi/LC_MESSAGES/plasma_applet_quicklaunch.mo share/locale/fi/LC_MESSAGES/plasma_applet_rssnow.mo share/locale/fi/LC_MESSAGES/plasma_applet_rtm.mo share/locale/fi/LC_MESSAGES/plasma_applet_sal.mo share/locale/fi/LC_MESSAGES/plasma_applet_saverdesktop.mo share/locale/fi/LC_MESSAGES/plasma_applet_searchbox.mo share/locale/fi/LC_MESSAGES/plasma_applet_showdashboard.mo share/locale/fi/LC_MESSAGES/plasma_applet_showdesktop.mo share/locale/fi/LC_MESSAGES/plasma_applet_skapplet.mo share/locale/fi/LC_MESSAGES/plasma_applet_spellcheck.mo share/locale/fi/LC_MESSAGES/plasma_applet_system-monitor.mo share/locale/fi/LC_MESSAGES/plasma_applet_systemloadviewer.mo share/locale/fi/LC_MESSAGES/plasma_applet_systemtray.mo share/locale/fi/LC_MESSAGES/plasma_applet_tasks.mo share/locale/fi/LC_MESSAGES/plasma_applet_timer.mo share/locale/fi/LC_MESSAGES/plasma_applet_trash.mo share/locale/fi/LC_MESSAGES/plasma_applet_unitconverter.mo share/locale/fi/LC_MESSAGES/plasma_applet_weather.mo share/locale/fi/LC_MESSAGES/plasma_applet_weatherstation.mo share/locale/fi/LC_MESSAGES/plasma_applet_webbrowser.mo share/locale/fi/LC_MESSAGES/plasma_applet_webslice.mo share/locale/fi/LC_MESSAGES/plasma_applet_windowlist.mo share/locale/fi/LC_MESSAGES/plasma_appletscriptengine_dashboard.mo share/locale/fi/LC_MESSAGES/plasma_containmentactions_contextmenu.mo share/locale/fi/LC_MESSAGES/plasma_containmentactions_switchactivity.mo share/locale/fi/LC_MESSAGES/plasma_containmentactions_switchdesktop.mo share/locale/fi/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/fi/LC_MESSAGES/plasma_engine_calendar.mo share/locale/fi/LC_MESSAGES/plasma_engine_kalzium.mo share/locale/fi/LC_MESSAGES/plasma_engine_kdeobservatory.mo share/locale/fi/LC_MESSAGES/plasma_engine_keystate.mo share/locale/fi/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/fi/LC_MESSAGES/plasma_engine_metadata.mo share/locale/fi/LC_MESSAGES/plasma_engine_mpris2.mo share/locale/fi/LC_MESSAGES/plasma_engine_network.mo share/locale/fi/LC_MESSAGES/plasma_engine_notifications.mo share/locale/fi/LC_MESSAGES/plasma_engine_nowplaying.mo share/locale/fi/LC_MESSAGES/plasma_engine_rss.mo share/locale/fi/LC_MESSAGES/plasma_engine_share.mo share/locale/fi/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/fi/LC_MESSAGES/plasma_engine_weather.mo share/locale/fi/LC_MESSAGES/plasma_package_org.kde.desktop.activitymanager.mo share/locale/fi/LC_MESSAGES/plasma_package_org.kde.desktop.widgetexplorer.mo share/locale/fi/LC_MESSAGES/plasma_packagestructure_comic.mo share/locale/fi/LC_MESSAGES/plasma_runner_CharacterRunner.mo share/locale/fi/LC_MESSAGES/plasma_runner_activities.mo share/locale/fi/LC_MESSAGES/plasma_runner_audioplayercontrol.mo share/locale/fi/LC_MESSAGES/plasma_runner_bookmarksrunner.mo share/locale/fi/LC_MESSAGES/plasma_runner_browserhistory.mo share/locale/fi/LC_MESSAGES/plasma_runner_calculatorrunner.mo share/locale/fi/LC_MESSAGES/plasma_runner_contacts.mo share/locale/fi/LC_MESSAGES/plasma_runner_converterrunner.mo share/locale/fi/LC_MESSAGES/plasma_runner_datetime.mo share/locale/fi/LC_MESSAGES/plasma_runner_events.mo share/locale/fi/LC_MESSAGES/plasma_runner_katesessions.mo share/locale/fi/LC_MESSAGES/plasma_runner_kget.mo share/locale/fi/LC_MESSAGES/plasma_runner_kill.mo share/locale/fi/LC_MESSAGES/plasma_runner_konquerorsessions.mo share/locale/fi/LC_MESSAGES/plasma_runner_konsolesessions.mo share/locale/fi/LC_MESSAGES/plasma_runner_kopete.mo share/locale/fi/LC_MESSAGES/plasma_runner_krunner_dictionary.mo share/locale/fi/LC_MESSAGES/plasma_runner_locations.mo share/locale/fi/LC_MESSAGES/plasma_runner_marblerunner.mo share/locale/fi/LC_MESSAGES/plasma_runner_mediawiki.mo share/locale/fi/LC_MESSAGES/plasma_runner_nepomuksearchrunner.mo share/locale/fi/LC_MESSAGES/plasma_runner_placesrunner.mo share/locale/fi/LC_MESSAGES/plasma_runner_plasma-desktop.mo share/locale/fi/LC_MESSAGES/plasma_runner_powerdevil.mo share/locale/fi/LC_MESSAGES/plasma_runner_recentdocuments.mo share/locale/fi/LC_MESSAGES/plasma_runner_services.mo share/locale/fi/LC_MESSAGES/plasma_runner_sessions.mo share/locale/fi/LC_MESSAGES/plasma_runner_shell.mo share/locale/fi/LC_MESSAGES/plasma_runner_solid.mo share/locale/fi/LC_MESSAGES/plasma_runner_spellcheckrunner.mo share/locale/fi/LC_MESSAGES/plasma_runner_webshortcuts.mo share/locale/fi/LC_MESSAGES/plasma_runner_windowedwidgets.mo share/locale/fi/LC_MESSAGES/plasma_runner_windows.mo share/locale/fi/LC_MESSAGES/plasma_runner_youtube.mo share/locale/fi/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/fi/LC_MESSAGES/plasma_toolbox_desktoptoolbox.mo share/locale/fi/LC_MESSAGES/plasma_toolbox_paneltoolbox.mo share/locale/fi/LC_MESSAGES/plasma_wallpaper_color.mo share/locale/fi/LC_MESSAGES/plasma_wallpaper_image.mo share/locale/fi/LC_MESSAGES/plasma_wallpaper_mandelbrot.mo share/locale/fi/LC_MESSAGES/plasma_wallpaper_marble.mo share/locale/fi/LC_MESSAGES/plasma_wallpaper_pattern.mo share/locale/fi/LC_MESSAGES/plasma_wallpaper_potd.mo share/locale/fi/LC_MESSAGES/plasma_wallpaper_virus.mo share/locale/fi/LC_MESSAGES/plasma_wallpaper_wallpaper-qml.mo share/locale/fi/LC_MESSAGES/plasma_wallpaper_weather.mo share/locale/fi/LC_MESSAGES/plasmagenericshell.mo share/locale/fi/LC_MESSAGES/plasmapkg.mo share/locale/fi/LC_MESSAGES/pothumbnail.mo share/locale/fi/LC_MESSAGES/powerdevil.mo share/locale/fi/LC_MESSAGES/powerdevilactivitiesconfig.mo share/locale/fi/LC_MESSAGES/powerdevilglobalconfig.mo share/locale/fi/LC_MESSAGES/powerdevilprofilesconfig.mo share/locale/fi/LC_MESSAGES/print-manager.mo share/locale/fi/LC_MESSAGES/processcore.mo share/locale/fi/LC_MESSAGES/processui.mo share/locale/fi/LC_MESSAGES/randrmonitor.mo share/locale/fi/LC_MESSAGES/rellinks.mo share/locale/fi/LC_MESSAGES/rocs.mo share/locale/fi/LC_MESSAGES/rocscore.mo share/locale/fi/LC_MESSAGES/rocsvisualeditor.mo share/locale/fi/LC_MESSAGES/searchbarplugin.mo share/locale/fi/LC_MESSAGES/solid-hardware.mo share/locale/fi/LC_MESSAGES/solid-network.mo share/locale/fi/LC_MESSAGES/solid_qt.mo share/locale/fi/LC_MESSAGES/solidcontrol.mo share/locale/fi/LC_MESSAGES/soliduiserver.mo share/locale/fi/LC_MESSAGES/step.mo share/locale/fi/LC_MESSAGES/step_qt.mo share/locale/fi/LC_MESSAGES/strigila_diff.mo share/locale/fi/LC_MESSAGES/superkaramba.mo share/locale/fi/LC_MESSAGES/svgpart.mo share/locale/fi/LC_MESSAGES/sweeper.mo share/locale/fi/LC_MESSAGES/systemsettings.mo share/locale/fi/LC_MESSAGES/tasks-mobile.mo share/locale/fi/LC_MESSAGES/timezones4.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/webarchiver.mo share/locale/fi/LC_MESSAGES/xml_mimetypes.mo share/locale/fi/LC_SCRIPTS/kdelibs4/general.pmap share/locale/fi/LC_SCRIPTS/kdelibs4/kdelibs4.js share/locale/fi/LC_SCRIPTS/kgeography/kgeography.js share/locale/fi/LC_SCRIPTS/kgeography/kgeography.pmap share/locale/fi/LC_SCRIPTS/step_qt/step_qt.js share/locale/fi/LC_SCRIPTS/step_qt/step_qt.pmap share/locale/fi/entry.desktop @dirrm share/locale/fi/LC_SCRIPTS/step_qt @dirrm share/locale/fi/LC_SCRIPTS/kgeography @dirrm share/locale/fi/LC_SCRIPTS/kdelibs4 @dirrm share/locale/fi/LC_SCRIPTS @dirrm share/apps/kvtml/fi @dirrm share/apps/kvtml @dirrm share/apps/ktuberling/sounds/fi @dirrm share/apps/ktuberling/sounds @dirrm share/apps/ktuberling @dirrm share/apps/khangman Index: head/misc/kde4-l10n-ga/distinfo =================================================================== --- head/misc/kde4-l10n-ga/distinfo (revision 318451) +++ head/misc/kde4-l10n-ga/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/kde-l10n/kde-l10n-ga-4.10.1.tar.xz) = 7312b308b90e49b9ba41eecc9bb18522cf912bba1ea30fccbb0b314d1a13b841 -SIZE (KDE/4.10.1/kde-l10n/kde-l10n-ga-4.10.1.tar.xz) = 2879584 +SHA256 (KDE/4.10.3/kde-l10n/kde-l10n-ga-4.10.3.tar.xz) = 4fc44a036370d212b7e1624ceb519eeccd6743cdb73c3cf965761f36a181ccb4 +SIZE (KDE/4.10.3/kde-l10n/kde-l10n-ga-4.10.3.tar.xz) = 2884772 Index: head/misc/kde4-l10n-ga/pkg-plist =================================================================== --- head/misc/kde4-l10n-ga/pkg-plist (revision 318451) +++ head/misc/kde4-l10n-ga/pkg-plist (revision 318452) @@ -1,806 +1,804 @@ share/apps/khangman/ga.txt share/apps/ktuberling/sounds/ga.soundtheme share/apps/ktuberling/sounds/ga/beal.wav share/apps/ktuberling/sounds/ga/carbhat.wav share/apps/ktuberling/sounds/ga/cluas.wav share/apps/ktuberling/sounds/ga/croimeal.wav share/apps/ktuberling/sounds/ga/cuachog.wav share/apps/ktuberling/sounds/ga/fainne-cluaise.wav share/apps/ktuberling/sounds/ga/gruaig.wav share/apps/ktuberling/sounds/ga/hata.wav share/apps/ktuberling/sounds/ga/mala.wav share/apps/ktuberling/sounds/ga/speaclai-greine.wav share/apps/ktuberling/sounds/ga/speaclai.wav share/apps/ktuberling/sounds/ga/sron.wav share/apps/ktuberling/sounds/ga/suil.wav share/apps/kvtml/ga/animals.kvtml share/apps/kvtml/ga/clothing.kvtml share/apps/kvtml/ga/computers.kvtml share/apps/kvtml/ga/currencies.kvtml share/apps/kvtml/ga/easy.kvtml share/apps/kvtml/ga/fruits.kvtml share/apps/kvtml/ga/hard.kvtml share/apps/kvtml/ga/inventions.kvtml share/apps/kvtml/ga/medium.kvtml share/apps/kvtml/ga/numbers.kvtml share/apps/kvtml/ga/objects.kvtml share/apps/kvtml/ga/people.kvtml share/apps/kvtml/ga/professions.kvtml share/apps/kvtml/ga/space.kvtml share/apps/kvtml/ga/sports.kvtml share/apps/kvtml/ga/transportation.kvtml share/apps/kvtml/ga/vegetables.kvtml share/apps/kvtml/ga/worldcapitals.kvtml share/locale/ga/LC_MESSAGES/accountwizard.mo share/locale/ga/LC_MESSAGES/accountwizard_ical.mo share/locale/ga/LC_MESSAGES/accountwizard_imap.mo share/locale/ga/LC_MESSAGES/accountwizard_kolab.mo share/locale/ga/LC_MESSAGES/accountwizard_mailbox.mo share/locale/ga/LC_MESSAGES/accountwizard_maildir.mo share/locale/ga/LC_MESSAGES/accountwizard_pop3.mo share/locale/ga/LC_MESSAGES/accountwizard_tine20.mo share/locale/ga/LC_MESSAGES/activitymanager_plugin_globalshortcuts.mo share/locale/ga/LC_MESSAGES/activitymanager_uihandler_declarative.mo share/locale/ga/LC_MESSAGES/adblock.mo share/locale/ga/LC_MESSAGES/akonadi-filestore.mo share/locale/ga/LC_MESSAGES/akonadi_archivemail_agent.mo share/locale/ga/LC_MESSAGES/akonadi_birthdays_resource.mo share/locale/ga/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/ga/LC_MESSAGES/akonadi_davgroupware_resource.mo share/locale/ga/LC_MESSAGES/akonadi_google_resource.mo share/locale/ga/LC_MESSAGES/akonadi_ical_resource.mo share/locale/ga/LC_MESSAGES/akonadi_icaldir_resource.mo share/locale/ga/LC_MESSAGES/akonadi_imap_resource.mo share/locale/ga/LC_MESSAGES/akonadi_invitations_agent.mo share/locale/ga/LC_MESSAGES/akonadi_kabc_resource.mo share/locale/ga/LC_MESSAGES/akonadi_kalarm_resource.mo share/locale/ga/LC_MESSAGES/akonadi_kcal_resource.mo share/locale/ga/LC_MESSAGES/akonadi_kdeaccounts_resource.mo share/locale/ga/LC_MESSAGES/akonadi_knut_resource.mo share/locale/ga/LC_MESSAGES/akonadi_kolabproxy_resource.mo share/locale/ga/LC_MESSAGES/akonadi_kresourceassistant.mo share/locale/ga/LC_MESSAGES/akonadi_localbookmarks_resource.mo share/locale/ga/LC_MESSAGES/akonadi_maildir_resource.mo share/locale/ga/LC_MESSAGES/akonadi_maildispatcher_agent.mo share/locale/ga/LC_MESSAGES/akonadi_mailfilter_agent.mo share/locale/ga/LC_MESSAGES/akonadi_mailtransport_resource.mo share/locale/ga/LC_MESSAGES/akonadi_mbox_resource.mo share/locale/ga/LC_MESSAGES/akonadi_microblog_resource.mo share/locale/ga/LC_MESSAGES/akonadi_mixedmaildir_resource.mo share/locale/ga/LC_MESSAGES/akonadi_nepomuk_feeder.mo share/locale/ga/LC_MESSAGES/akonadi_nepomuktag_resource.mo share/locale/ga/LC_MESSAGES/akonadi_next.mo share/locale/ga/LC_MESSAGES/akonadi_nntp_resource.mo share/locale/ga/LC_MESSAGES/akonadi_openxchange_resource.mo share/locale/ga/LC_MESSAGES/akonadi_pop3_resource.mo share/locale/ga/LC_MESSAGES/akonadi_serializer_plugins.mo share/locale/ga/LC_MESSAGES/akonadi_singlefile_resource.mo share/locale/ga/LC_MESSAGES/akonadi_strigi_feeder.mo share/locale/ga/LC_MESSAGES/akonadi_vcard_resource.mo share/locale/ga/LC_MESSAGES/akonadi_vcarddir_resource.mo share/locale/ga/LC_MESSAGES/akonadicontact.mo share/locale/ga/LC_MESSAGES/akonadinotes.mo share/locale/ga/LC_MESSAGES/akonaditray.mo share/locale/ga/LC_MESSAGES/akregator.mo share/locale/ga/LC_MESSAGES/akregator_konqplugin.mo share/locale/ga/LC_MESSAGES/amor.mo share/locale/ga/LC_MESSAGES/analitza.mo share/locale/ga/LC_MESSAGES/ark.mo share/locale/ga/LC_MESSAGES/attica_kde.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/blogilo.mo share/locale/ga/LC_MESSAGES/bomber.mo share/locale/ga/LC_MESSAGES/bovo.mo share/locale/ga/LC_MESSAGES/calendarsupport.mo share/locale/ga/LC_MESSAGES/cantor.mo share/locale/ga/LC_MESSAGES/cervisia.mo share/locale/ga/LC_MESSAGES/cryptopageplugin.mo share/locale/ga/LC_MESSAGES/cvsservice.mo share/locale/ga/LC_MESSAGES/dirfilterplugin.mo share/locale/ga/LC_MESSAGES/display.mo share/locale/ga/LC_MESSAGES/dolphin.mo share/locale/ga/LC_MESSAGES/domtreeviewer.mo share/locale/ga/LC_MESSAGES/dragonplayer.mo share/locale/ga/LC_MESSAGES/drkonqi.mo share/locale/ga/LC_MESSAGES/filelight.mo share/locale/ga/LC_MESSAGES/filetypes.mo share/locale/ga/LC_MESSAGES/fileviewbazaarplugin.mo share/locale/ga/LC_MESSAGES/fileviewgitplugin.mo share/locale/ga/LC_MESSAGES/fileviewhgplugin.mo share/locale/ga/LC_MESSAGES/fileviewsvnplugin.mo share/locale/ga/LC_MESSAGES/freespacenotifier.mo share/locale/ga/LC_MESSAGES/fsview.mo share/locale/ga/LC_MESSAGES/granatier.mo share/locale/ga/LC_MESSAGES/gwenview.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/importwizard.mo share/locale/ga/LC_MESSAGES/jovie.mo share/locale/ga/LC_MESSAGES/joystick.mo share/locale/ga/LC_MESSAGES/juk.mo share/locale/ga/LC_MESSAGES/kabc.mo share/locale/ga/LC_MESSAGES/kabc_akonadi.mo share/locale/ga/LC_MESSAGES/kabc_dir.mo share/locale/ga/LC_MESSAGES/kabc_file.mo share/locale/ga/LC_MESSAGES/kabc_ldapkio.mo share/locale/ga/LC_MESSAGES/kabc_net.mo share/locale/ga/LC_MESSAGES/kabcclient.mo share/locale/ga/LC_MESSAGES/kabcformat_binary.mo share/locale/ga/LC_MESSAGES/kaccess.mo share/locale/ga/LC_MESSAGES/kaccessibleapp.mo share/locale/ga/LC_MESSAGES/kactivitymanagerd.mo share/locale/ga/LC_MESSAGES/kactivitymanagerd_fileitem_linking_plugin.mo share/locale/ga/LC_MESSAGES/kaddressbook-mobile.mo share/locale/ga/LC_MESSAGES/kaddressbook.mo share/locale/ga/LC_MESSAGES/kaddressbookmigrator.mo share/locale/ga/LC_MESSAGES/kajongg.mo share/locale/ga/LC_MESSAGES/kalarm.mo share/locale/ga/LC_MESSAGES/kalgebra.mo share/locale/ga/LC_MESSAGES/kalzium.mo share/locale/ga/LC_MESSAGES/kanagram-harmattan.mo share/locale/ga/LC_MESSAGES/kanagram.mo share/locale/ga/LC_MESSAGES/kapman.mo share/locale/ga/LC_MESSAGES/kapptemplate.mo share/locale/ga/LC_MESSAGES/kate-ctags-plugin.mo share/locale/ga/LC_MESSAGES/kate.mo share/locale/ga/LC_MESSAGES/kate_kttsd.mo share/locale/ga/LC_MESSAGES/katebacktracebrowserplugin.mo share/locale/ga/LC_MESSAGES/katebuild-plugin.mo share/locale/ga/LC_MESSAGES/katefilebrowserplugin.mo share/locale/ga/LC_MESSAGES/katefiletemplates.mo share/locale/ga/LC_MESSAGES/kategdbplugin.mo share/locale/ga/LC_MESSAGES/katehelloworld.mo share/locale/ga/LC_MESSAGES/katekonsoleplugin.mo share/locale/ga/LC_MESSAGES/katemailfilesplugin.mo share/locale/ga/LC_MESSAGES/kateopenheader.mo share/locale/ga/LC_MESSAGES/katepart4.mo share/locale/ga/LC_MESSAGES/kateproject.mo share/locale/ga/LC_MESSAGES/katesearch.mo share/locale/ga/LC_MESSAGES/katesnippets_tng.mo share/locale/ga/LC_MESSAGES/katesnippetsplugin.mo share/locale/ga/LC_MESSAGES/katesql.mo share/locale/ga/LC_MESSAGES/katesymbolviewer.mo share/locale/ga/LC_MESSAGES/katetabbarextension.mo share/locale/ga/LC_MESSAGES/katetabifyplugin.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/kbattleship.mo share/locale/ga/LC_MESSAGES/kblackbox.mo share/locale/ga/LC_MESSAGES/kblankscrn.mo share/locale/ga/LC_MESSAGES/kblocks.mo share/locale/ga/LC_MESSAGES/kbounce.mo share/locale/ga/LC_MESSAGES/kbreakout.mo share/locale/ga/LC_MESSAGES/kbruch.mo share/locale/ga/LC_MESSAGES/kcachegrind.mo share/locale/ga/LC_MESSAGES/kcachegrind_qt.mo share/locale/ga/LC_MESSAGES/kcal_akonadi.mo share/locale/ga/LC_MESSAGES/kcalc.mo share/locale/ga/LC_MESSAGES/kcertpart.mo share/locale/ga/LC_MESSAGES/kcharselect.mo share/locale/ga/LC_MESSAGES/kcm-kwin-scripts.mo share/locale/ga/LC_MESSAGES/kcm_activities.mo share/locale/ga/LC_MESSAGES/kcm_akonadi.mo share/locale/ga/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/ga/LC_MESSAGES/kcm_attica.mo share/locale/ga/LC_MESSAGES/kcm_autostart.mo share/locale/ga/LC_MESSAGES/kcm_desktoppaths.mo share/locale/ga/LC_MESSAGES/kcm_desktopthemedetails.mo share/locale/ga/LC_MESSAGES/kcm_device_automounter.mo share/locale/ga/LC_MESSAGES/kcm_emoticons.mo share/locale/ga/LC_MESSAGES/kcm_infobase.mo share/locale/ga/LC_MESSAGES/kcm_infosummary.mo -share/locale/ga/LC_MESSAGES/kcm_krfb.mo share/locale/ga/LC_MESSAGES/kcm_kwindesktop.mo share/locale/ga/LC_MESSAGES/kcm_kwintabbox.mo share/locale/ga/LC_MESSAGES/kcm_memory.mo share/locale/ga/LC_MESSAGES/kcm_nepomuk.mo share/locale/ga/LC_MESSAGES/kcm_pci.mo share/locale/ga/LC_MESSAGES/kcm_phonon.mo share/locale/ga/LC_MESSAGES/kcm_platform.mo share/locale/ga/LC_MESSAGES/kcm_remotecontrol.mo share/locale/ga/LC_MESSAGES/kcm_solid.mo share/locale/ga/LC_MESSAGES/kcm_solid_actions.mo share/locale/ga/LC_MESSAGES/kcm_standard_actions.mo share/locale/ga/LC_MESSAGES/kcmaccess.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/kcmdevinfo.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/kcminit.mo share/locale/ga/LC_MESSAGES/kcminput.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/kcmkdnssd.mo share/locale/ga/LC_MESSAGES/kcmkeyboard.mo share/locale/ga/LC_MESSAGES/kcmkeys.mo share/locale/ga/LC_MESSAGES/kcmkgamma.mo share/locale/ga/LC_MESSAGES/kcmkio.mo share/locale/ga/LC_MESSAGES/kcmkonq.mo share/locale/ga/LC_MESSAGES/kcmkonqhtml.mo share/locale/ga/LC_MESSAGES/kcmkurifilt.mo share/locale/ga/LC_MESSAGES/kcmkwallet.mo share/locale/ga/LC_MESSAGES/kcmkwincompositing.mo share/locale/ga/LC_MESSAGES/kcmkwindecoration.mo share/locale/ga/LC_MESSAGES/kcmkwinrules.mo share/locale/ga/LC_MESSAGES/kcmkwinscreenedges.mo share/locale/ga/LC_MESSAGES/kcmkwm.mo share/locale/ga/LC_MESSAGES/kcmlaunch.mo share/locale/ga/LC_MESSAGES/kcmlocale.mo share/locale/ga/LC_MESSAGES/kcmnic.mo share/locale/ga/LC_MESSAGES/kcmnotify.mo share/locale/ga/LC_MESSAGES/kcmopengl.mo share/locale/ga/LC_MESSAGES/kcmperformance.mo share/locale/ga/LC_MESSAGES/kcmsamba.mo share/locale/ga/LC_MESSAGES/kcmscreensaver.mo share/locale/ga/LC_MESSAGES/kcmshell.mo share/locale/ga/LC_MESSAGES/kcmsmartcard.mo share/locale/ga/LC_MESSAGES/kcmsmserver.mo share/locale/ga/LC_MESSAGES/kcmstyle.mo share/locale/ga/LC_MESSAGES/kcmusb.mo share/locale/ga/LC_MESSAGES/kcmview1394.mo share/locale/ga/LC_MESSAGES/kcmworkspaceoptions.mo share/locale/ga/LC_MESSAGES/kcolorchooser.mo share/locale/ga/LC_MESSAGES/kcron.mo share/locale/ga/LC_MESSAGES/kde-menu.mo share/locale/ga/LC_MESSAGES/kdeasciiquarium.mo share/locale/ga/LC_MESSAGES/kdebugdialog.mo share/locale/ga/LC_MESSAGES/kdecalendarsystems.mo share/locale/ga/LC_MESSAGES/kdelibs4.mo share/locale/ga/LC_MESSAGES/kdelibs_colors4.mo share/locale/ga/LC_MESSAGES/kdepasswd.mo share/locale/ga/LC_MESSAGES/kdepim-runtime-qml.mo share/locale/ga/LC_MESSAGES/kdeqt.mo share/locale/ga/LC_MESSAGES/kdesu.mo share/locale/ga/LC_MESSAGES/kdesud.mo share/locale/ga/LC_MESSAGES/kdf.mo share/locale/ga/LC_MESSAGES/kdgantt2.mo share/locale/ga/LC_MESSAGES/kdialog.mo share/locale/ga/LC_MESSAGES/kdiamond.mo share/locale/ga/LC_MESSAGES/kdmconfig.mo share/locale/ga/LC_MESSAGES/kdmgreet.mo share/locale/ga/LC_MESSAGES/kdontchangethehostname.mo share/locale/ga/LC_MESSAGES/keditbookmarks.mo share/locale/ga/LC_MESSAGES/kfile.mo share/locale/ga/LC_MESSAGES/kfile_dds.mo share/locale/ga/LC_MESSAGES/kfile_drgeo.mo share/locale/ga/LC_MESSAGES/kfile_exr.mo share/locale/ga/LC_MESSAGES/kfile_kig.mo share/locale/ga/LC_MESSAGES/kfile_mail.mo share/locale/ga/LC_MESSAGES/kfile_pnm.mo share/locale/ga/LC_MESSAGES/kfile_raw.mo share/locale/ga/LC_MESSAGES/kfile_rgb.mo share/locale/ga/LC_MESSAGES/kfile_rpm.mo share/locale/ga/LC_MESSAGES/kfile_tiff.mo share/locale/ga/LC_MESSAGES/kfile_xps.mo share/locale/ga/LC_MESSAGES/kfileaudiopreview4.mo share/locale/ga/LC_MESSAGES/kfilereplace.mo share/locale/ga/LC_MESSAGES/kfileshare.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/kfontinst.mo share/locale/ga/LC_MESSAGES/kfourinline.mo share/locale/ga/LC_MESSAGES/kgeography.mo share/locale/ga/LC_MESSAGES/kget.mo share/locale/ga/LC_MESSAGES/kgetplugin.mo share/locale/ga/LC_MESSAGES/kglobalaccel.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_generic.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/khotkeys.mo share/locale/ga/LC_MESSAGES/khotnewstuff.mo share/locale/ga/LC_MESSAGES/khtmlkttsd.mo share/locale/ga/LC_MESSAGES/khtmlsettingsplugin.mo share/locale/ga/LC_MESSAGES/kiconfinder.mo share/locale/ga/LC_MESSAGES/kig.mo share/locale/ga/LC_MESSAGES/kigo.mo share/locale/ga/LC_MESSAGES/killbots.mo share/locale/ga/LC_MESSAGES/kimagemapeditor.mo -share/locale/ga/LC_MESSAGES/kinetd.mo share/locale/ga/LC_MESSAGES/kinfocenter.mo share/locale/ga/LC_MESSAGES/kio4.mo share/locale/ga/LC_MESSAGES/kio_activities.mo share/locale/ga/LC_MESSAGES/kio_akonadi.mo share/locale/ga/LC_MESSAGES/kio_applications.mo share/locale/ga/LC_MESSAGES/kio_archive.mo share/locale/ga/LC_MESSAGES/kio_audiocd.mo share/locale/ga/LC_MESSAGES/kio_bookmarks.mo share/locale/ga/LC_MESSAGES/kio_finger.mo share/locale/ga/LC_MESSAGES/kio_fish.mo share/locale/ga/LC_MESSAGES/kio_floppy.mo share/locale/ga/LC_MESSAGES/kio_help4.mo share/locale/ga/LC_MESSAGES/kio_imap4.mo share/locale/ga/LC_MESSAGES/kio_info.mo share/locale/ga/LC_MESSAGES/kio_jabberdisco.mo share/locale/ga/LC_MESSAGES/kio_ldap.mo share/locale/ga/LC_MESSAGES/kio_man.mo share/locale/ga/LC_MESSAGES/kio_mbox.mo share/locale/ga/LC_MESSAGES/kio_nepomuk.mo share/locale/ga/LC_MESSAGES/kio_nepomuksearch.mo share/locale/ga/LC_MESSAGES/kio_nfs.mo share/locale/ga/LC_MESSAGES/kio_nntp.mo share/locale/ga/LC_MESSAGES/kio_perldoc.mo share/locale/ga/LC_MESSAGES/kio_pop3.mo share/locale/ga/LC_MESSAGES/kio_recentdocuments.mo share/locale/ga/LC_MESSAGES/kio_remote.mo share/locale/ga/LC_MESSAGES/kio_sftp.mo share/locale/ga/LC_MESSAGES/kio_sieve.mo share/locale/ga/LC_MESSAGES/kio_smb.mo share/locale/ga/LC_MESSAGES/kio_smtp.mo share/locale/ga/LC_MESSAGES/kio_svn.mo share/locale/ga/LC_MESSAGES/kio_tags.mo share/locale/ga/LC_MESSAGES/kio_thumbnail.mo share/locale/ga/LC_MESSAGES/kio_timeline.mo share/locale/ga/LC_MESSAGES/kio_trash.mo share/locale/ga/LC_MESSAGES/kio_zeroconf.mo share/locale/ga/LC_MESSAGES/kioclient.mo share/locale/ga/LC_MESSAGES/kioexec.mo share/locale/ga/LC_MESSAGES/kipiplugin_kxmlhelloworld.mo share/locale/ga/LC_MESSAGES/kiriki.mo share/locale/ga/LC_MESSAGES/kiten.mo share/locale/ga/LC_MESSAGES/kjots.mo share/locale/ga/LC_MESSAGES/kjotsmigrator.mo share/locale/ga/LC_MESSAGES/kjumpingcube.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-migrator.mo share/locale/ga/LC_MESSAGES/kmail-mobile.mo share/locale/ga/LC_MESSAGES/kmail.mo share/locale/ga/LC_MESSAGES/kmailcvt.mo share/locale/ga/LC_MESSAGES/kmenuedit.mo share/locale/ga/LC_MESSAGES/kmimetypefinder.mo share/locale/ga/LC_MESSAGES/kmines.mo share/locale/ga/LC_MESSAGES/kmix.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/knetattach.mo share/locale/ga/LC_MESSAGES/knetwalk.mo share/locale/ga/LC_MESSAGES/knode.mo share/locale/ga/LC_MESSAGES/knotes.mo share/locale/ga/LC_MESSAGES/knotify4.mo share/locale/ga/LC_MESSAGES/kolf.mo share/locale/ga/LC_MESSAGES/kollision.mo share/locale/ga/LC_MESSAGES/kolourpaint.mo share/locale/ga/LC_MESSAGES/kommander.mo share/locale/ga/LC_MESSAGES/kompare.mo share/locale/ga/LC_MESSAGES/konqprofiles.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/konsoleprofiles.mo share/locale/ga/LC_MESSAGES/kontact.mo share/locale/ga/LC_MESSAGES/kontactinterfaces.mo share/locale/ga/LC_MESSAGES/kopete.mo share/locale/ga/LC_MESSAGES/korganizer-mobile.mo share/locale/ga/LC_MESSAGES/korganizer.mo share/locale/ga/LC_MESSAGES/kpartloader.mo share/locale/ga/LC_MESSAGES/kpartsaver.mo share/locale/ga/LC_MESSAGES/kpasswdserver.mo share/locale/ga/LC_MESSAGES/kpat.mo share/locale/ga/LC_MESSAGES/kppp.mo share/locale/ga/LC_MESSAGES/kppplogview.mo share/locale/ga/LC_MESSAGES/kquitapp.mo share/locale/ga/LC_MESSAGES/krandr.mo share/locale/ga/LC_MESSAGES/krcdnotifieritem.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/kremotecontroldaemon.mo share/locale/ga/LC_MESSAGES/kres-migrator.mo share/locale/ga/LC_MESSAGES/kres_blog.mo share/locale/ga/LC_MESSAGES/kres_remote.mo share/locale/ga/LC_MESSAGES/kresources_shared_akonadi.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/krunner.mo share/locale/ga/LC_MESSAGES/ksaneplugin.mo share/locale/ga/LC_MESSAGES/kscd.mo share/locale/ga/LC_MESSAGES/kscreenlocker.mo share/locale/ga/LC_MESSAGES/kscreenlocker_greet.mo share/locale/ga/LC_MESSAGES/kscreensaver.mo share/locale/ga/LC_MESSAGES/ksendemail.mo share/locale/ga/LC_MESSAGES/kshellcmdplugin.mo share/locale/ga/LC_MESSAGES/kshisen.mo share/locale/ga/LC_MESSAGES/kshorturifilter.mo share/locale/ga/LC_MESSAGES/ksirk.mo share/locale/ga/LC_MESSAGES/ksirkskineditor.mo share/locale/ga/LC_MESSAGES/ksmserver.mo share/locale/ga/LC_MESSAGES/ksnapshot.mo share/locale/ga/LC_MESSAGES/kspaceduel.mo share/locale/ga/LC_MESSAGES/ksplashthemes.mo share/locale/ga/LC_MESSAGES/ksquares.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/kstyle_config.mo share/locale/ga/LC_MESSAGES/kstyle_phase_config.mo share/locale/ga/LC_MESSAGES/ksudoku.mo share/locale/ga/LC_MESSAGES/ksysguard.mo share/locale/ga/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/ga/LC_MESSAGES/ksystemlog.mo share/locale/ga/LC_MESSAGES/ksystraycmd.mo share/locale/ga/LC_MESSAGES/kteatime.mo share/locale/ga/LC_MESSAGES/ktesnippets_editor.mo share/locale/ga/LC_MESSAGES/ktexteditor_codesnippets_core.mo share/locale/ga/LC_MESSAGES/ktexteditor_plugins.mo share/locale/ga/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/ga/LC_MESSAGES/ktimer.mo share/locale/ga/LC_MESSAGES/ktimetracker.mo share/locale/ga/LC_MESSAGES/ktnef.mo share/locale/ga/LC_MESSAGES/ktouch.mo share/locale/ga/LC_MESSAGES/ktouchpadenabler.mo share/locale/ga/LC_MESSAGES/ktraderclient.mo share/locale/ga/LC_MESSAGES/ktron.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/kubrick.mo share/locale/ga/LC_MESSAGES/kuiserver.mo share/locale/ga/LC_MESSAGES/kuiviewer.mo share/locale/ga/LC_MESSAGES/kurifilter.mo share/locale/ga/LC_MESSAGES/kuser.mo share/locale/ga/LC_MESSAGES/kwalletd.mo share/locale/ga/LC_MESSAGES/kwalletmanager.mo share/locale/ga/LC_MESSAGES/kwatchgnupg.mo share/locale/ga/LC_MESSAGES/kwin.mo share/locale/ga/LC_MESSAGES/kwin_art_clients.mo share/locale/ga/LC_MESSAGES/kwin_clients.mo share/locale/ga/LC_MESSAGES/kwin_effects.mo share/locale/ga/LC_MESSAGES/kwinshutdown.mo share/locale/ga/LC_MESSAGES/kwinstartmenu.mo share/locale/ga/LC_MESSAGES/kwordquiz.mo share/locale/ga/LC_MESSAGES/kwrite.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/lancelot.mo share/locale/ga/LC_MESSAGES/libakonadi-calendar.mo share/locale/ga/LC_MESSAGES/libakonadi-kmime.mo share/locale/ga/LC_MESSAGES/libakonadi.mo share/locale/ga/LC_MESSAGES/libeventviews.mo share/locale/ga/LC_MESSAGES/libincidenceeditors.mo share/locale/ga/LC_MESSAGES/libkalarmcal.mo share/locale/ga/LC_MESSAGES/libkasten.mo share/locale/ga/LC_MESSAGES/libkblog.mo share/locale/ga/LC_MESSAGES/libkcal.mo share/locale/ga/LC_MESSAGES/libkcalutils.mo share/locale/ga/LC_MESSAGES/libkcddb.mo share/locale/ga/LC_MESSAGES/libkcompactdisc.mo share/locale/ga/LC_MESSAGES/libkdcraw.mo share/locale/ga/LC_MESSAGES/libkdecorations.mo share/locale/ga/LC_MESSAGES/libkdeedu.mo share/locale/ga/LC_MESSAGES/libkdegames.mo share/locale/ga/LC_MESSAGES/libkdepim.mo share/locale/ga/LC_MESSAGES/libkdepimmobileui.mo share/locale/ga/LC_MESSAGES/libkexiv2.mo share/locale/ga/LC_MESSAGES/libkholidays.mo share/locale/ga/LC_MESSAGES/libkimap.mo share/locale/ga/LC_MESSAGES/libkipi.mo share/locale/ga/LC_MESSAGES/libkldap.mo share/locale/ga/LC_MESSAGES/libkleopatra.mo share/locale/ga/LC_MESSAGES/libkmahjongg.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/libkpimidentities.mo share/locale/ga/LC_MESSAGES/libkpimtextedit.mo share/locale/ga/LC_MESSAGES/libkpimutils.mo share/locale/ga/LC_MESSAGES/libkremotecontrol.mo share/locale/ga/LC_MESSAGES/libkresources.mo share/locale/ga/LC_MESSAGES/libksane.mo share/locale/ga/LC_MESSAGES/libkscreensaver.mo share/locale/ga/LC_MESSAGES/libksieve.mo share/locale/ga/LC_MESSAGES/libktnef.mo share/locale/ga/LC_MESSAGES/libkunitconversion.mo share/locale/ga/LC_MESSAGES/libkworkspace.mo share/locale/ga/LC_MESSAGES/libkxmlrpcclient.mo share/locale/ga/LC_MESSAGES/liblancelot-datamodels.mo share/locale/ga/LC_MESSAGES/libmailcommon.mo share/locale/ga/LC_MESSAGES/libmailimporter.mo share/locale/ga/LC_MESSAGES/libmailtransport.mo share/locale/ga/LC_MESSAGES/libmessagecomposer.mo share/locale/ga/LC_MESSAGES/libmessagecore.mo share/locale/ga/LC_MESSAGES/libmessagelist.mo share/locale/ga/LC_MESSAGES/libmessageviewer.mo share/locale/ga/LC_MESSAGES/liboktetacore.mo share/locale/ga/LC_MESSAGES/liboktetagui.mo share/locale/ga/LC_MESSAGES/liboktetakasten.mo share/locale/ga/LC_MESSAGES/liboxygenstyleconfig.mo share/locale/ga/LC_MESSAGES/libphonon.mo share/locale/ga/LC_MESSAGES/libpimcommon.mo share/locale/ga/LC_MESSAGES/libplasma.mo share/locale/ga/LC_MESSAGES/libplasma_groupingcontainment.mo share/locale/ga/LC_MESSAGES/libplasmaclock.mo share/locale/ga/LC_MESSAGES/libplasmaweather.mo share/locale/ga/LC_MESSAGES/libtaskmanager.mo share/locale/ga/LC_MESSAGES/libtemplateparser.mo share/locale/ga/LC_MESSAGES/lokalize.mo share/locale/ga/LC_MESSAGES/lskat.mo share/locale/ga/LC_MESSAGES/mailreader.mo share/locale/ga/LC_MESSAGES/marble.mo share/locale/ga/LC_MESSAGES/marble_qt.mo share/locale/ga/LC_MESSAGES/marble_xml_mimetypes.mo share/locale/ga/LC_MESSAGES/messageviewer_application_mstnef_plugin.mo share/locale/ga/LC_MESSAGES/messageviewer_text_calendar_plugin.mo share/locale/ga/LC_MESSAGES/messageviewer_text_vcard_plugin.mo share/locale/ga/LC_MESSAGES/messageviewer_text_xdiff_plugin.mo share/locale/ga/LC_MESSAGES/mf_konqplugin.mo share/locale/ga/LC_MESSAGES/minitoolsplugin.mo share/locale/ga/LC_MESSAGES/mplayerthumbs.mo share/locale/ga/LC_MESSAGES/mplayerthumbsconfig.mo share/locale/ga/LC_MESSAGES/nepomukbackup.mo share/locale/ga/LC_MESSAGES/nepomukcleaner.mo share/locale/ga/LC_MESSAGES/nepomukcontroller.mo share/locale/ga/LC_MESSAGES/nepomukfileindexer.mo share/locale/ga/LC_MESSAGES/nepomukqueryservice.mo share/locale/ga/LC_MESSAGES/nepomukserver.mo share/locale/ga/LC_MESSAGES/nepomukservicestub.mo share/locale/ga/LC_MESSAGES/nepomukstorage.mo share/locale/ga/LC_MESSAGES/nepomukwidgets.mo share/locale/ga/LC_MESSAGES/newmailnotifieragent.mo share/locale/ga/LC_MESSAGES/notes-mobile.mo share/locale/ga/LC_MESSAGES/nsplugin.mo share/locale/ga/LC_MESSAGES/okteta-mobile.mo share/locale/ga/LC_MESSAGES/okteta.mo share/locale/ga/LC_MESSAGES/oktetapart.mo share/locale/ga/LC_MESSAGES/okular.mo share/locale/ga/LC_MESSAGES/okular_chm.mo share/locale/ga/LC_MESSAGES/okular_comicbook.mo share/locale/ga/LC_MESSAGES/okular_djvu.mo share/locale/ga/LC_MESSAGES/okular_dvi.mo share/locale/ga/LC_MESSAGES/okular_epub.mo share/locale/ga/LC_MESSAGES/okular_fax.mo share/locale/ga/LC_MESSAGES/okular_fictionbook.mo share/locale/ga/LC_MESSAGES/okular_ghostview.mo share/locale/ga/LC_MESSAGES/okular_kimgio.mo share/locale/ga/LC_MESSAGES/okular_mobi.mo share/locale/ga/LC_MESSAGES/okular_ooo.mo share/locale/ga/LC_MESSAGES/okular_plucker.mo share/locale/ga/LC_MESSAGES/okular_poppler.mo share/locale/ga/LC_MESSAGES/okular_tiff.mo share/locale/ga/LC_MESSAGES/okular_xps.mo share/locale/ga/LC_MESSAGES/org.kde.active.documentviewer.mo share/locale/ga/LC_MESSAGES/pairs.mo share/locale/ga/LC_MESSAGES/pairseditor.mo share/locale/ga/LC_MESSAGES/palapeli.mo share/locale/ga/LC_MESSAGES/parley.mo share/locale/ga/LC_MESSAGES/phonon_gstreamer.mo share/locale/ga/LC_MESSAGES/phonon_kde.mo share/locale/ga/LC_MESSAGES/phonon_vlc.mo share/locale/ga/LC_MESSAGES/phononserver.mo share/locale/ga/LC_MESSAGES/picmi.mo share/locale/ga/LC_MESSAGES/pimsettingexporter.mo share/locale/ga/LC_MESSAGES/plasma-desktop.mo share/locale/ga/LC_MESSAGES/plasma-netbook.mo share/locale/ga/LC_MESSAGES/plasma-overlay.mo share/locale/ga/LC_MESSAGES/plasma-remote-helper.mo share/locale/ga/LC_MESSAGES/plasma-windowed.mo share/locale/ga/LC_MESSAGES/plasma_applet_BbalL.mo share/locale/ga/LC_MESSAGES/plasma_applet_CharSelectApplet.mo share/locale/ga/LC_MESSAGES/plasma_applet_Molmasscalculator.mo share/locale/ga/LC_MESSAGES/plasma_applet_akonotes_note.mo share/locale/ga/LC_MESSAGES/plasma_applet_battery.mo share/locale/ga/LC_MESSAGES/plasma_applet_binaryclock.mo share/locale/ga/LC_MESSAGES/plasma_applet_bookmarks.mo share/locale/ga/LC_MESSAGES/plasma_applet_bubblemon.mo share/locale/ga/LC_MESSAGES/plasma_applet_calculator.mo share/locale/ga/LC_MESSAGES/plasma_applet_clock.mo share/locale/ga/LC_MESSAGES/plasma_applet_comic.mo share/locale/ga/LC_MESSAGES/plasma_applet_concentrationCalculator.mo share/locale/ga/LC_MESSAGES/plasma_applet_currentappcontrol.mo share/locale/ga/LC_MESSAGES/plasma_applet_dig_clock.mo share/locale/ga/LC_MESSAGES/plasma_applet_fifteenPuzzle.mo share/locale/ga/LC_MESSAGES/plasma_applet_fileWatcher.mo share/locale/ga/LC_MESSAGES/plasma_applet_folderview.mo share/locale/ga/LC_MESSAGES/plasma_applet_frame.mo share/locale/ga/LC_MESSAGES/plasma_applet_fuzzy_clock.mo share/locale/ga/LC_MESSAGES/plasma_applet_gasCalculator.mo share/locale/ga/LC_MESSAGES/plasma_applet_groupingpanel.mo share/locale/ga/LC_MESSAGES/plasma_applet_icon.mo share/locale/ga/LC_MESSAGES/plasma_applet_icontasks.mo share/locale/ga/LC_MESSAGES/plasma_applet_incomingmsg.mo share/locale/ga/LC_MESSAGES/plasma_applet_kalgebra.mo share/locale/ga/LC_MESSAGES/plasma_applet_kalzium.mo share/locale/ga/LC_MESSAGES/plasma_applet_katesession.mo share/locale/ga/LC_MESSAGES/plasma_applet_kdeobservatory.mo share/locale/ga/LC_MESSAGES/plasma_applet_kget.mo share/locale/ga/LC_MESSAGES/plasma_applet_kimpanel.mo share/locale/ga/LC_MESSAGES/plasma_applet_knowledgebase.mo share/locale/ga/LC_MESSAGES/plasma_applet_kolourpicker.mo share/locale/ga/LC_MESSAGES/plasma_applet_kpapplet.mo share/locale/ga/LC_MESSAGES/plasma_applet_launcher.mo share/locale/ga/LC_MESSAGES/plasma_applet_leavenote.mo share/locale/ga/LC_MESSAGES/plasma_applet_life.mo share/locale/ga/LC_MESSAGES/plasma_applet_lockout.mo share/locale/ga/LC_MESSAGES/plasma_applet_luna.mo share/locale/ga/LC_MESSAGES/plasma_applet_magnifique.mo share/locale/ga/LC_MESSAGES/plasma_applet_microblog.mo share/locale/ga/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/ga/LC_MESSAGES/plasma_applet_news.mo share/locale/ga/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/ga/LC_MESSAGES/plasma_applet_notes.mo share/locale/ga/LC_MESSAGES/plasma_applet_notifier.mo share/locale/ga/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/ga/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/ga/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/ga/LC_MESSAGES/plasma_applet_opendesktop_activities.mo share/locale/ga/LC_MESSAGES/plasma_applet_org.kde.notifications.mo share/locale/ga/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/ga/LC_MESSAGES/plasma_applet_pager.mo share/locale/ga/LC_MESSAGES/plasma_applet_panel.mo share/locale/ga/LC_MESSAGES/plasma_applet_panelspacer_internal.mo share/locale/ga/LC_MESSAGES/plasma_applet_paste.mo share/locale/ga/LC_MESSAGES/plasma_applet_pastebin.mo share/locale/ga/LC_MESSAGES/plasma_applet_plasmaboard.mo share/locale/ga/LC_MESSAGES/plasma_applet_previewer.mo share/locale/ga/LC_MESSAGES/plasma_applet_printmanager.mo share/locale/ga/LC_MESSAGES/plasma_applet_qalculate.mo share/locale/ga/LC_MESSAGES/plasma_applet_qstardict.mo share/locale/ga/LC_MESSAGES/plasma_applet_quicklaunch.mo share/locale/ga/LC_MESSAGES/plasma_applet_rssnow.mo share/locale/ga/LC_MESSAGES/plasma_applet_rtm.mo share/locale/ga/LC_MESSAGES/plasma_applet_sal.mo share/locale/ga/LC_MESSAGES/plasma_applet_saverdesktop.mo share/locale/ga/LC_MESSAGES/plasma_applet_searchbox.mo share/locale/ga/LC_MESSAGES/plasma_applet_showdashboard.mo share/locale/ga/LC_MESSAGES/plasma_applet_showdesktop.mo share/locale/ga/LC_MESSAGES/plasma_applet_skapplet.mo share/locale/ga/LC_MESSAGES/plasma_applet_spellcheck.mo share/locale/ga/LC_MESSAGES/plasma_applet_system-monitor.mo share/locale/ga/LC_MESSAGES/plasma_applet_systemloadviewer.mo share/locale/ga/LC_MESSAGES/plasma_applet_systemtray.mo share/locale/ga/LC_MESSAGES/plasma_applet_tasks.mo share/locale/ga/LC_MESSAGES/plasma_applet_timer.mo share/locale/ga/LC_MESSAGES/plasma_applet_trash.mo share/locale/ga/LC_MESSAGES/plasma_applet_unitconverter.mo share/locale/ga/LC_MESSAGES/plasma_applet_weather.mo share/locale/ga/LC_MESSAGES/plasma_applet_weatherstation.mo share/locale/ga/LC_MESSAGES/plasma_applet_webbrowser.mo share/locale/ga/LC_MESSAGES/plasma_applet_webslice.mo share/locale/ga/LC_MESSAGES/plasma_applet_windowlist.mo share/locale/ga/LC_MESSAGES/plasma_appletscriptengine_dashboard.mo share/locale/ga/LC_MESSAGES/plasma_containmentactions_contextmenu.mo share/locale/ga/LC_MESSAGES/plasma_containmentactions_switchactivity.mo share/locale/ga/LC_MESSAGES/plasma_containmentactions_switchdesktop.mo share/locale/ga/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/ga/LC_MESSAGES/plasma_engine_calendar.mo share/locale/ga/LC_MESSAGES/plasma_engine_kalzium.mo share/locale/ga/LC_MESSAGES/plasma_engine_kdeobservatory.mo share/locale/ga/LC_MESSAGES/plasma_engine_keystate.mo share/locale/ga/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/ga/LC_MESSAGES/plasma_engine_metadata.mo share/locale/ga/LC_MESSAGES/plasma_engine_mpris2.mo share/locale/ga/LC_MESSAGES/plasma_engine_network.mo share/locale/ga/LC_MESSAGES/plasma_engine_notifications.mo share/locale/ga/LC_MESSAGES/plasma_engine_nowplaying.mo share/locale/ga/LC_MESSAGES/plasma_engine_rss.mo share/locale/ga/LC_MESSAGES/plasma_engine_share.mo share/locale/ga/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/ga/LC_MESSAGES/plasma_engine_weather.mo share/locale/ga/LC_MESSAGES/plasma_package_org.kde.desktop.activitymanager.mo share/locale/ga/LC_MESSAGES/plasma_package_org.kde.desktop.widgetexplorer.mo share/locale/ga/LC_MESSAGES/plasma_packagestructure_comic.mo share/locale/ga/LC_MESSAGES/plasma_runner_CharacterRunner.mo share/locale/ga/LC_MESSAGES/plasma_runner_activities.mo share/locale/ga/LC_MESSAGES/plasma_runner_audioplayercontrol.mo share/locale/ga/LC_MESSAGES/plasma_runner_bookmarksrunner.mo share/locale/ga/LC_MESSAGES/plasma_runner_browserhistory.mo share/locale/ga/LC_MESSAGES/plasma_runner_calculatorrunner.mo share/locale/ga/LC_MESSAGES/plasma_runner_contacts.mo share/locale/ga/LC_MESSAGES/plasma_runner_converterrunner.mo share/locale/ga/LC_MESSAGES/plasma_runner_datetime.mo share/locale/ga/LC_MESSAGES/plasma_runner_events.mo share/locale/ga/LC_MESSAGES/plasma_runner_katesessions.mo share/locale/ga/LC_MESSAGES/plasma_runner_kget.mo share/locale/ga/LC_MESSAGES/plasma_runner_kill.mo share/locale/ga/LC_MESSAGES/plasma_runner_konquerorsessions.mo share/locale/ga/LC_MESSAGES/plasma_runner_konsolesessions.mo share/locale/ga/LC_MESSAGES/plasma_runner_kopete.mo share/locale/ga/LC_MESSAGES/plasma_runner_krunner_dictionary.mo share/locale/ga/LC_MESSAGES/plasma_runner_locations.mo share/locale/ga/LC_MESSAGES/plasma_runner_marblerunner.mo share/locale/ga/LC_MESSAGES/plasma_runner_mediawiki.mo share/locale/ga/LC_MESSAGES/plasma_runner_nepomuksearchrunner.mo share/locale/ga/LC_MESSAGES/plasma_runner_placesrunner.mo share/locale/ga/LC_MESSAGES/plasma_runner_plasma-desktop.mo share/locale/ga/LC_MESSAGES/plasma_runner_powerdevil.mo share/locale/ga/LC_MESSAGES/plasma_runner_recentdocuments.mo share/locale/ga/LC_MESSAGES/plasma_runner_services.mo share/locale/ga/LC_MESSAGES/plasma_runner_sessions.mo share/locale/ga/LC_MESSAGES/plasma_runner_shell.mo share/locale/ga/LC_MESSAGES/plasma_runner_solid.mo share/locale/ga/LC_MESSAGES/plasma_runner_spellcheckrunner.mo share/locale/ga/LC_MESSAGES/plasma_runner_webshortcuts.mo share/locale/ga/LC_MESSAGES/plasma_runner_windowedwidgets.mo share/locale/ga/LC_MESSAGES/plasma_runner_windows.mo share/locale/ga/LC_MESSAGES/plasma_runner_youtube.mo share/locale/ga/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/ga/LC_MESSAGES/plasma_toolbox_desktoptoolbox.mo share/locale/ga/LC_MESSAGES/plasma_toolbox_paneltoolbox.mo share/locale/ga/LC_MESSAGES/plasma_wallpaper_color.mo share/locale/ga/LC_MESSAGES/plasma_wallpaper_image.mo share/locale/ga/LC_MESSAGES/plasma_wallpaper_mandelbrot.mo share/locale/ga/LC_MESSAGES/plasma_wallpaper_marble.mo share/locale/ga/LC_MESSAGES/plasma_wallpaper_pattern.mo share/locale/ga/LC_MESSAGES/plasma_wallpaper_potd.mo share/locale/ga/LC_MESSAGES/plasma_wallpaper_virus.mo share/locale/ga/LC_MESSAGES/plasma_wallpaper_wallpaper-qml.mo share/locale/ga/LC_MESSAGES/plasma_wallpaper_weather.mo share/locale/ga/LC_MESSAGES/plasmagenericshell.mo share/locale/ga/LC_MESSAGES/plasmapkg.mo share/locale/ga/LC_MESSAGES/pothumbnail.mo share/locale/ga/LC_MESSAGES/powerdevil.mo share/locale/ga/LC_MESSAGES/powerdevilactivitiesconfig.mo share/locale/ga/LC_MESSAGES/powerdevilglobalconfig.mo share/locale/ga/LC_MESSAGES/powerdevilprofilesconfig.mo share/locale/ga/LC_MESSAGES/print-manager.mo share/locale/ga/LC_MESSAGES/processcore.mo share/locale/ga/LC_MESSAGES/processui.mo share/locale/ga/LC_MESSAGES/randrmonitor.mo share/locale/ga/LC_MESSAGES/rellinks.mo share/locale/ga/LC_MESSAGES/rocs.mo share/locale/ga/LC_MESSAGES/rocscore.mo share/locale/ga/LC_MESSAGES/rocsvisualeditor.mo share/locale/ga/LC_MESSAGES/searchbarplugin.mo share/locale/ga/LC_MESSAGES/solid-hardware.mo share/locale/ga/LC_MESSAGES/solid-network.mo share/locale/ga/LC_MESSAGES/solid_qt.mo share/locale/ga/LC_MESSAGES/solidcontrol.mo share/locale/ga/LC_MESSAGES/soliduiserver.mo share/locale/ga/LC_MESSAGES/step.mo share/locale/ga/LC_MESSAGES/step_qt.mo share/locale/ga/LC_MESSAGES/strigila_diff.mo share/locale/ga/LC_MESSAGES/superkaramba.mo share/locale/ga/LC_MESSAGES/svgpart.mo share/locale/ga/LC_MESSAGES/sweeper.mo share/locale/ga/LC_MESSAGES/systemsettings.mo share/locale/ga/LC_MESSAGES/tasks-mobile.mo share/locale/ga/LC_MESSAGES/timezones4.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/webarchiver.mo share/locale/ga/LC_MESSAGES/xml_mimetypes.mo share/locale/ga/LC_SCRIPTS/kdelibs4/kdelibs4.js share/locale/ga/entry.desktop @dirrm share/locale/ga/LC_SCRIPTS/kdelibs4 @dirrm share/locale/ga/LC_SCRIPTS @dirrm share/apps/kvtml/ga @dirrm share/apps/kvtml @dirrm share/apps/ktuberling/sounds/ga @dirrm share/apps/ktuberling/sounds @dirrm share/apps/ktuberling @dirrm share/apps/khangman Index: head/misc/kde4-l10n-gl/distinfo =================================================================== --- head/misc/kde4-l10n-gl/distinfo (revision 318451) +++ head/misc/kde4-l10n-gl/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/kde-l10n/kde-l10n-gl-4.10.1.tar.xz) = 0c88f501e305d79a145d98f6e4a63953f08c0ec6c00b7a987ca3a7d6cdf0a242 -SIZE (KDE/4.10.1/kde-l10n/kde-l10n-gl-4.10.1.tar.xz) = 4276484 +SHA256 (KDE/4.10.3/kde-l10n/kde-l10n-gl-4.10.3.tar.xz) = f044013a8ade3fe84d6144fff5df7846d1711e0cf6604ae18b9a3eb2be71599a +SIZE (KDE/4.10.3/kde-l10n/kde-l10n-gl-4.10.3.tar.xz) = 4284752 Index: head/misc/kde4-l10n-gl/pkg-plist =================================================================== --- head/misc/kde4-l10n-gl/pkg-plist (revision 318451) +++ head/misc/kde4-l10n-gl/pkg-plist (revision 318452) @@ -1,1288 +1,1287 @@ share/apps/khangman/gl.txt share/apps/ktuberling/sounds/gl.soundtheme share/apps/ktuberling/sounds/gl/ball.ogg share/apps/ktuberling/sounds/gl/bow.ogg share/apps/ktuberling/sounds/gl/coat.ogg share/apps/ktuberling/sounds/gl/ear.ogg share/apps/ktuberling/sounds/gl/earring.ogg share/apps/ktuberling/sounds/gl/egypt_arch.ogg share/apps/ktuberling/sounds/gl/egypt_birds.ogg share/apps/ktuberling/sounds/gl/egypt_boy.ogg share/apps/ktuberling/sounds/gl/egypt_bridge.ogg share/apps/ktuberling/sounds/gl/egypt_camel.ogg share/apps/ktuberling/sounds/gl/egypt_cart.ogg share/apps/ktuberling/sounds/gl/egypt_column.ogg share/apps/ktuberling/sounds/gl/egypt_donkey.ogg share/apps/ktuberling/sounds/gl/egypt_girl.ogg share/apps/ktuberling/sounds/gl/egypt_grass.ogg share/apps/ktuberling/sounds/gl/egypt_man.ogg share/apps/ktuberling/sounds/gl/egypt_oasis.ogg share/apps/ktuberling/sounds/gl/egypt_palmtree.ogg share/apps/ktuberling/sounds/gl/egypt_pyramid.ogg share/apps/ktuberling/sounds/gl/egypt_road.ogg share/apps/ktuberling/sounds/gl/egypt_sphynx.ogg share/apps/ktuberling/sounds/gl/egypt_well.ogg share/apps/ktuberling/sounds/gl/egypt_woman.ogg share/apps/ktuberling/sounds/gl/eye.ogg share/apps/ktuberling/sounds/gl/eyebrow.ogg share/apps/ktuberling/sounds/gl/flower.ogg share/apps/ktuberling/sounds/gl/hair.ogg share/apps/ktuberling/sounds/gl/hat.ogg share/apps/ktuberling/sounds/gl/moon_alien.ogg share/apps/ktuberling/sounds/gl/moon_astronaut.ogg share/apps/ktuberling/sounds/gl/moon_earth.ogg share/apps/ktuberling/sounds/gl/moon_fallingstar.ogg share/apps/ktuberling/sounds/gl/moon_hotel.ogg share/apps/ktuberling/sounds/gl/moon_monster.ogg share/apps/ktuberling/sounds/gl/moon_moonwalker.ogg share/apps/ktuberling/sounds/gl/moon_planet.ogg share/apps/ktuberling/sounds/gl/moon_radar.ogg share/apps/ktuberling/sounds/gl/moon_rocket.ogg share/apps/ktuberling/sounds/gl/moon_satellite.ogg share/apps/ktuberling/sounds/gl/moon_sign.ogg share/apps/ktuberling/sounds/gl/moon_star.ogg share/apps/ktuberling/sounds/gl/moon_ufo.ogg share/apps/ktuberling/sounds/gl/moustache.ogg share/apps/ktuberling/sounds/gl/mouth.ogg share/apps/ktuberling/sounds/gl/nose.ogg share/apps/ktuberling/sounds/gl/pizzeria_anchovy.ogg share/apps/ktuberling/sounds/gl/pizzeria_bacon.ogg share/apps/ktuberling/sounds/gl/pizzeria_broccolli.ogg share/apps/ktuberling/sounds/gl/pizzeria_cheese.ogg share/apps/ktuberling/sounds/gl/pizzeria_cucumber.ogg share/apps/ktuberling/sounds/gl/pizzeria_mushroom.ogg share/apps/ktuberling/sounds/gl/pizzeria_olive.ogg share/apps/ktuberling/sounds/gl/pizzeria_onion.ogg share/apps/ktuberling/sounds/gl/pizzeria_oregano.ogg share/apps/ktuberling/sounds/gl/pizzeria_pepper.ogg share/apps/ktuberling/sounds/gl/pizzeria_pepperoni.ogg share/apps/ktuberling/sounds/gl/pizzeria_pineapple.ogg share/apps/ktuberling/sounds/gl/pizzeria_salami.ogg share/apps/ktuberling/sounds/gl/pizzeria_tomato.ogg share/apps/ktuberling/sounds/gl/shoe.ogg share/apps/ktuberling/sounds/gl/shorts.ogg share/apps/ktuberling/sounds/gl/skirt.ogg share/apps/ktuberling/sounds/gl/spectacles.ogg share/apps/ktuberling/sounds/gl/stick.ogg share/apps/ktuberling/sounds/gl/sunglasses.ogg share/apps/ktuberling/sounds/gl/tie.ogg share/apps/ktuberling/sounds/gl/tv_bicycle.ogg share/apps/ktuberling/sounds/gl/tv_car.ogg share/apps/ktuberling/sounds/gl/tv_cyclist.ogg share/apps/ktuberling/sounds/gl/tv_train.ogg share/apps/ktuberling/sounds/gl/umbrella.ogg share/apps/kvtml/gl/animals.kvtml share/apps/kvtml/gl/capitaisdomundo.kvtml share/apps/kvtml/gl/deportes.kvtml share/apps/kvtml/gl/easy.kvtml share/apps/kvtml/gl/espazo.kvtml share/apps/kvtml/gl/froita.kvtml share/apps/kvtml/gl/hard.kvtml share/apps/kvtml/gl/informatica.kvtml share/apps/kvtml/gl/invencions.kvtml share/apps/kvtml/gl/medium.kvtml share/apps/kvtml/gl/moedas.kvtml share/apps/kvtml/gl/obxectos.kvtml share/apps/kvtml/gl/profesions.kvtml share/apps/kvtml/gl/roupa.kvtml share/apps/kvtml/gl/transporte.kvtml share/apps/kvtml/gl/verduras.kvtml share/apps/kvtml/gl/xente.kvtml share/doc/HTML/gl/akregator/common share/doc/HTML/gl/akregator/index.cache.bz2 share/doc/HTML/gl/akregator/index.docbook share/doc/HTML/gl/ark/common share/doc/HTML/gl/ark/index.cache.bz2 share/doc/HTML/gl/ark/index.docbook share/doc/HTML/gl/ark/man-ark.1.docbook share/doc/HTML/gl/blinken/common share/doc/HTML/gl/blinken/index.cache.bz2 share/doc/HTML/gl/blinken/index.docbook share/doc/HTML/gl/bomber/common share/doc/HTML/gl/bomber/index.cache.bz2 share/doc/HTML/gl/bomber/index.docbook share/doc/HTML/gl/bovo/common share/doc/HTML/gl/bovo/index.cache.bz2 share/doc/HTML/gl/bovo/index.docbook share/doc/HTML/gl/cantor/common share/doc/HTML/gl/cantor/index.cache.bz2 share/doc/HTML/gl/cantor/index.docbook share/doc/HTML/gl/cervisia/common share/doc/HTML/gl/cervisia/index.cache.bz2 share/doc/HTML/gl/cervisia/index.docbook share/doc/HTML/gl/common/fdl-translated.html share/doc/HTML/gl/common/gpl-translated.html share/doc/HTML/gl/common/kde-localised.css share/doc/HTML/gl/common/lgpl-translated.html share/doc/HTML/gl/gwenview/common share/doc/HTML/gl/gwenview/index.cache.bz2 share/doc/HTML/gl/gwenview/index.docbook share/doc/HTML/gl/gwenview/interface.docbook share/doc/HTML/gl/gwenview/introduction.docbook share/doc/HTML/gl/gwenview/keybindings.docbook share/doc/HTML/gl/gwenview/mouse.docbook share/doc/HTML/gl/kajongg/common share/doc/HTML/gl/kajongg/index.cache.bz2 share/doc/HTML/gl/kajongg/index.docbook share/doc/HTML/gl/kalarm/common share/doc/HTML/gl/kalarm/index.cache.bz2 share/doc/HTML/gl/kalarm/index.docbook share/doc/HTML/gl/kalgebra/common share/doc/HTML/gl/kalgebra/index.cache.bz2 share/doc/HTML/gl/kalgebra/index.docbook share/doc/HTML/gl/kalzium/common share/doc/HTML/gl/kalzium/index.cache.bz2 share/doc/HTML/gl/kalzium/index.docbook share/doc/HTML/gl/kalzium/man-kalzium.1.docbook share/doc/HTML/gl/kanagram/common share/doc/HTML/gl/kanagram/index.cache.bz2 share/doc/HTML/gl/kanagram/index.docbook share/doc/HTML/gl/kbattleship/common share/doc/HTML/gl/kbattleship/index.cache.bz2 share/doc/HTML/gl/kbattleship/index.docbook share/doc/HTML/gl/kblocks/common share/doc/HTML/gl/kblocks/index.cache.bz2 share/doc/HTML/gl/kblocks/index.docbook share/doc/HTML/gl/kbruch/common share/doc/HTML/gl/kbruch/index.cache.bz2 share/doc/HTML/gl/kbruch/index.docbook share/doc/HTML/gl/kbruch/man-kbruch.1.docbook share/doc/HTML/gl/kcachegrind/common share/doc/HTML/gl/kcachegrind/index.cache.bz2 share/doc/HTML/gl/kcachegrind/index.docbook share/doc/HTML/gl/kcalc/commands.docbook share/doc/HTML/gl/kcalc/common share/doc/HTML/gl/kcalc/index.cache.bz2 share/doc/HTML/gl/kcalc/index.docbook share/doc/HTML/gl/kcharselect/common share/doc/HTML/gl/kcharselect/index.cache.bz2 share/doc/HTML/gl/kcharselect/index.docbook share/doc/HTML/gl/kcontrol/kamera/common share/doc/HTML/gl/kcontrol/kamera/index.cache.bz2 share/doc/HTML/gl/kcontrol/kamera/index.docbook share/doc/HTML/gl/kcontrol/keyboard/common share/doc/HTML/gl/kcontrol/keyboard/index.cache.bz2 share/doc/HTML/gl/kcontrol/keyboard/index.docbook share/doc/HTML/gl/kdf/common share/doc/HTML/gl/kdf/index.cache.bz2 share/doc/HTML/gl/kdf/index.docbook share/doc/HTML/gl/kfloppy/common share/doc/HTML/gl/kfloppy/index.cache.bz2 share/doc/HTML/gl/kfloppy/index.docbook share/doc/HTML/gl/kgeography/common share/doc/HTML/gl/kgeography/index.cache.bz2 share/doc/HTML/gl/kgeography/index.docbook share/doc/HTML/gl/kgoldrunner/common share/doc/HTML/gl/kgoldrunner/index.cache.bz2 share/doc/HTML/gl/kgoldrunner/index.docbook share/doc/HTML/gl/kgpg/common share/doc/HTML/gl/kgpg/index.cache.bz2 share/doc/HTML/gl/kgpg/index.docbook share/doc/HTML/gl/khangman/common share/doc/HTML/gl/khangman/index.cache.bz2 share/doc/HTML/gl/khangman/index.docbook share/doc/HTML/gl/khangman/man-khangman.6.docbook share/doc/HTML/gl/kioslave/cgi/common share/doc/HTML/gl/kioslave/cgi/index.cache.bz2 share/doc/HTML/gl/kioslave/cgi/index.docbook share/doc/HTML/gl/kioslave/data/common share/doc/HTML/gl/kioslave/data/index.cache.bz2 share/doc/HTML/gl/kioslave/data/index.docbook share/doc/HTML/gl/kioslave/file/common share/doc/HTML/gl/kioslave/file/index.cache.bz2 share/doc/HTML/gl/kioslave/file/index.docbook share/doc/HTML/gl/kioslave/finger/common share/doc/HTML/gl/kioslave/finger/index.cache.bz2 share/doc/HTML/gl/kioslave/finger/index.docbook share/doc/HTML/gl/kioslave/fish/common share/doc/HTML/gl/kioslave/fish/index.cache.bz2 share/doc/HTML/gl/kioslave/fish/index.docbook share/doc/HTML/gl/kioslave/floppy/common share/doc/HTML/gl/kioslave/floppy/index.cache.bz2 share/doc/HTML/gl/kioslave/floppy/index.docbook share/doc/HTML/gl/kioslave/ftp/common share/doc/HTML/gl/kioslave/ftp/index.cache.bz2 share/doc/HTML/gl/kioslave/ftp/index.docbook share/doc/HTML/gl/kioslave/info/common share/doc/HTML/gl/kioslave/info/index.cache.bz2 share/doc/HTML/gl/kioslave/info/index.docbook share/doc/HTML/gl/kioslave/ldap/common share/doc/HTML/gl/kioslave/ldap/index.cache.bz2 share/doc/HTML/gl/kioslave/ldap/index.docbook share/doc/HTML/gl/kioslave/mailto/common share/doc/HTML/gl/kioslave/mailto/index.cache.bz2 share/doc/HTML/gl/kioslave/mailto/index.docbook share/doc/HTML/gl/kioslave/man/common share/doc/HTML/gl/kioslave/man/index.cache.bz2 share/doc/HTML/gl/kioslave/man/index.docbook share/doc/HTML/gl/kioslave/news/common share/doc/HTML/gl/kioslave/news/index.cache.bz2 share/doc/HTML/gl/kioslave/news/index.docbook share/doc/HTML/gl/kioslave/nfs/common share/doc/HTML/gl/kioslave/nfs/index.cache.bz2 share/doc/HTML/gl/kioslave/nfs/index.docbook share/doc/HTML/gl/kioslave/nntp/common share/doc/HTML/gl/kioslave/nntp/index.cache.bz2 share/doc/HTML/gl/kioslave/nntp/index.docbook share/doc/HTML/gl/kioslave/rlogin/common share/doc/HTML/gl/kioslave/rlogin/index.cache.bz2 share/doc/HTML/gl/kioslave/rlogin/index.docbook share/doc/HTML/gl/kioslave/sftp/common share/doc/HTML/gl/kioslave/sftp/index.cache.bz2 share/doc/HTML/gl/kioslave/sftp/index.docbook share/doc/HTML/gl/kioslave/smb/common share/doc/HTML/gl/kioslave/smb/index.cache.bz2 share/doc/HTML/gl/kioslave/smb/index.docbook share/doc/HTML/gl/kioslave/smtp/common share/doc/HTML/gl/kioslave/smtp/index.cache.bz2 share/doc/HTML/gl/kioslave/smtp/index.docbook share/doc/HTML/gl/kioslave/tar/common share/doc/HTML/gl/kioslave/tar/index.cache.bz2 share/doc/HTML/gl/kioslave/tar/index.docbook share/doc/HTML/gl/kioslave/telnet/common share/doc/HTML/gl/kioslave/telnet/index.cache.bz2 share/doc/HTML/gl/kioslave/telnet/index.docbook share/doc/HTML/gl/kioslave/thumbnail/common share/doc/HTML/gl/kioslave/thumbnail/index.cache.bz2 share/doc/HTML/gl/kioslave/thumbnail/index.docbook share/doc/HTML/gl/kiten/common share/doc/HTML/gl/kiten/index.cache.bz2 share/doc/HTML/gl/kiten/index.docbook share/doc/HTML/gl/kjots/common share/doc/HTML/gl/kjots/index.cache.bz2 share/doc/HTML/gl/kjots/index.docbook share/doc/HTML/gl/kleopatra/common share/doc/HTML/gl/kleopatra/index.cache.bz2 share/doc/HTML/gl/kleopatra/index.docbook share/doc/HTML/gl/klettres/common share/doc/HTML/gl/klettres/index.cache.bz2 share/doc/HTML/gl/klettres/index.docbook share/doc/HTML/gl/kmail/common share/doc/HTML/gl/kmail/configure.docbook share/doc/HTML/gl/kmail/credits-and-licenses.docbook share/doc/HTML/gl/kmail/faq.docbook share/doc/HTML/gl/kmail/getting-started.docbook share/doc/HTML/gl/kmail/importing.docbook share/doc/HTML/gl/kmail/index.cache.bz2 share/doc/HTML/gl/kmail/index.docbook share/doc/HTML/gl/kmail/intro.docbook share/doc/HTML/gl/kmail/menus.docbook share/doc/HTML/gl/kmail/using-kmail.docbook share/doc/HTML/gl/kmines/common share/doc/HTML/gl/kmines/index.cache.bz2 share/doc/HTML/gl/kmines/index.docbook share/doc/HTML/gl/kmplot/commands.docbook share/doc/HTML/gl/kmplot/common share/doc/HTML/gl/kmplot/configuration.docbook share/doc/HTML/gl/kmplot/credits.docbook share/doc/HTML/gl/kmplot/dcop.docbook share/doc/HTML/gl/kmplot/developer.docbook share/doc/HTML/gl/kmplot/firststeps.docbook share/doc/HTML/gl/kmplot/index.cache.bz2 share/doc/HTML/gl/kmplot/index.docbook share/doc/HTML/gl/kmplot/install.docbook share/doc/HTML/gl/kmplot/introduction.docbook share/doc/HTML/gl/kmplot/man-kmplot.1.docbook share/doc/HTML/gl/kmplot/reference.docbook share/doc/HTML/gl/kmplot/using.docbook share/doc/HTML/gl/knode/commands.docbook share/doc/HTML/gl/knode/common share/doc/HTML/gl/knode/credits.docbook share/doc/HTML/gl/knode/faq.docbook share/doc/HTML/gl/knode/gloss.docbook share/doc/HTML/gl/knode/index.cache.bz2 share/doc/HTML/gl/knode/index.docbook share/doc/HTML/gl/knode/install.docbook share/doc/HTML/gl/knode/introduction.docbook share/doc/HTML/gl/knode/journey.docbook share/doc/HTML/gl/knode/more.docbook share/doc/HTML/gl/knode/using-firststart.docbook share/doc/HTML/gl/knode/using-morefeatures.docbook share/doc/HTML/gl/knode/using-subscribing.docbook share/doc/HTML/gl/knotes/common share/doc/HTML/gl/knotes/index.cache.bz2 share/doc/HTML/gl/knotes/index.docbook share/doc/HTML/gl/kolourpaint/common share/doc/HTML/gl/kolourpaint/index.cache.bz2 share/doc/HTML/gl/kolourpaint/index.docbook share/doc/HTML/gl/konquest/common share/doc/HTML/gl/konquest/index.cache.bz2 share/doc/HTML/gl/konquest/index.docbook share/doc/HTML/gl/konsolekalendar/common share/doc/HTML/gl/konsolekalendar/index.cache.bz2 share/doc/HTML/gl/konsolekalendar/index.docbook share/doc/HTML/gl/kruler/common share/doc/HTML/gl/kruler/index.cache.bz2 share/doc/HTML/gl/kruler/index.docbook share/doc/HTML/gl/ksnapshot/common share/doc/HTML/gl/ksnapshot/index.cache.bz2 share/doc/HTML/gl/ksnapshot/index.docbook share/doc/HTML/gl/kstars/ai-contents.docbook share/doc/HTML/gl/kstars/altvstime.docbook share/doc/HTML/gl/kstars/astroinfo.docbook share/doc/HTML/gl/kstars/blackbody.docbook share/doc/HTML/gl/kstars/calc-angdist.docbook share/doc/HTML/gl/kstars/calc-apcoords.docbook share/doc/HTML/gl/kstars/calc-dayduration.docbook share/doc/HTML/gl/kstars/calc-ecliptic.docbook share/doc/HTML/gl/kstars/calc-eqgal.docbook share/doc/HTML/gl/kstars/calc-equinox.docbook share/doc/HTML/gl/kstars/calc-geodetic.docbook share/doc/HTML/gl/kstars/calc-horizontal.docbook share/doc/HTML/gl/kstars/calc-julianday.docbook share/doc/HTML/gl/kstars/calc-planetcoords.docbook share/doc/HTML/gl/kstars/calc-precess.docbook share/doc/HTML/gl/kstars/calc-sidereal.docbook share/doc/HTML/gl/kstars/calculator.docbook share/doc/HTML/gl/kstars/cequator.docbook share/doc/HTML/gl/kstars/colorandtemp.docbook share/doc/HTML/gl/kstars/commands.docbook share/doc/HTML/gl/kstars/common share/doc/HTML/gl/kstars/config.docbook share/doc/HTML/gl/kstars/cpoles.docbook share/doc/HTML/gl/kstars/credits.docbook share/doc/HTML/gl/kstars/csphere.docbook share/doc/HTML/gl/kstars/darkmatter.docbook share/doc/HTML/gl/kstars/details.docbook share/doc/HTML/gl/kstars/dumpmode.docbook share/doc/HTML/gl/kstars/ecliptic.docbook share/doc/HTML/gl/kstars/ellipticalgalaxies.docbook share/doc/HTML/gl/kstars/equinox.docbook share/doc/HTML/gl/kstars/faq.docbook share/doc/HTML/gl/kstars/fitsviewer.docbook share/doc/HTML/gl/kstars/flux.docbook share/doc/HTML/gl/kstars/geocoords.docbook share/doc/HTML/gl/kstars/greatcircle.docbook share/doc/HTML/gl/kstars/horizon.docbook share/doc/HTML/gl/kstars/hourangle.docbook share/doc/HTML/gl/kstars/index.cache.bz2 share/doc/HTML/gl/kstars/index.docbook share/doc/HTML/gl/kstars/indi.docbook share/doc/HTML/gl/kstars/install.docbook share/doc/HTML/gl/kstars/jmoons.docbook share/doc/HTML/gl/kstars/julianday.docbook share/doc/HTML/gl/kstars/leapyear.docbook share/doc/HTML/gl/kstars/lightcurves.docbook share/doc/HTML/gl/kstars/luminosity.docbook share/doc/HTML/gl/kstars/magnitude.docbook share/doc/HTML/gl/kstars/meridian.docbook share/doc/HTML/gl/kstars/observinglist.docbook share/doc/HTML/gl/kstars/parallax.docbook share/doc/HTML/gl/kstars/precession.docbook share/doc/HTML/gl/kstars/quicktour.docbook share/doc/HTML/gl/kstars/retrograde.docbook share/doc/HTML/gl/kstars/scriptbuilder.docbook share/doc/HTML/gl/kstars/sidereal.docbook share/doc/HTML/gl/kstars/skycoords.docbook share/doc/HTML/gl/kstars/solarsys.docbook share/doc/HTML/gl/kstars/spiralgalaxies.docbook share/doc/HTML/gl/kstars/stars.docbook share/doc/HTML/gl/kstars/timezones.docbook share/doc/HTML/gl/kstars/tools.docbook share/doc/HTML/gl/kstars/utime.docbook share/doc/HTML/gl/kstars/wut.docbook share/doc/HTML/gl/kstars/zenith.docbook share/doc/HTML/gl/ksudoku/common share/doc/HTML/gl/ksudoku/index.cache.bz2 share/doc/HTML/gl/ksudoku/index.docbook share/doc/HTML/gl/ktimer/common share/doc/HTML/gl/ktimer/index.cache.bz2 share/doc/HTML/gl/ktimer/index.docbook share/doc/HTML/gl/ktouch/common share/doc/HTML/gl/ktouch/index.cache.bz2 share/doc/HTML/gl/ktouch/index.docbook share/doc/HTML/gl/ktouch/man-ktouch.1.docbook share/doc/HTML/gl/kwallet/common share/doc/HTML/gl/kwallet/index.cache.bz2 share/doc/HTML/gl/kwallet/index.docbook share/doc/HTML/gl/kwordquiz/common share/doc/HTML/gl/kwordquiz/index.cache.bz2 share/doc/HTML/gl/kwordquiz/index.docbook share/doc/HTML/gl/lokalize/common share/doc/HTML/gl/lokalize/index.cache.bz2 share/doc/HTML/gl/lokalize/index.docbook share/doc/HTML/gl/marble/common share/doc/HTML/gl/marble/index.cache.bz2 share/doc/HTML/gl/marble/index.docbook share/doc/HTML/gl/okular/common share/doc/HTML/gl/okular/index.cache.bz2 share/doc/HTML/gl/okular/index.docbook share/doc/HTML/gl/parley/common share/doc/HTML/gl/parley/index.cache.bz2 share/doc/HTML/gl/parley/index.docbook share/doc/HTML/gl/plasma-desktop/common share/doc/HTML/gl/plasma-desktop/index.cache.bz2 share/doc/HTML/gl/plasma-desktop/index.docbook share/doc/HTML/gl/sonnet/common share/doc/HTML/gl/sonnet/index.cache.bz2 share/doc/HTML/gl/sonnet/index.docbook share/doc/HTML/gl/step/common share/doc/HTML/gl/step/examples.docbook share/doc/HTML/gl/step/index.cache.bz2 share/doc/HTML/gl/step/index.docbook share/doc/HTML/gl/step/tutorials.docbook share/doc/HTML/gl/umbrello/authors.docbook share/doc/HTML/gl/umbrello/code_import_and_generation.docbook share/doc/HTML/gl/umbrello/common share/doc/HTML/gl/umbrello/credits.docbook share/doc/HTML/gl/umbrello/index.cache.bz2 share/doc/HTML/gl/umbrello/index.docbook share/doc/HTML/gl/umbrello/introduction.docbook share/doc/HTML/gl/umbrello/other_features.docbook share/doc/HTML/gl/umbrello/uml_basics.docbook share/doc/HTML/gl/umbrello/working_with_umbrello.docbook share/locale/gl/LC_MESSAGES/accountwizard.mo share/locale/gl/LC_MESSAGES/accountwizard_ical.mo share/locale/gl/LC_MESSAGES/accountwizard_imap.mo share/locale/gl/LC_MESSAGES/accountwizard_kolab.mo share/locale/gl/LC_MESSAGES/accountwizard_mailbox.mo share/locale/gl/LC_MESSAGES/accountwizard_maildir.mo share/locale/gl/LC_MESSAGES/accountwizard_pop3.mo share/locale/gl/LC_MESSAGES/accountwizard_tine20.mo share/locale/gl/LC_MESSAGES/activitymanager_plugin_globalshortcuts.mo share/locale/gl/LC_MESSAGES/activitymanager_uihandler_declarative.mo share/locale/gl/LC_MESSAGES/adblock.mo share/locale/gl/LC_MESSAGES/akonadi-filestore.mo share/locale/gl/LC_MESSAGES/akonadi_archivemail_agent.mo share/locale/gl/LC_MESSAGES/akonadi_birthdays_resource.mo share/locale/gl/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/gl/LC_MESSAGES/akonadi_davgroupware_resource.mo share/locale/gl/LC_MESSAGES/akonadi_google_resource.mo share/locale/gl/LC_MESSAGES/akonadi_ical_resource.mo share/locale/gl/LC_MESSAGES/akonadi_icaldir_resource.mo share/locale/gl/LC_MESSAGES/akonadi_imap_resource.mo share/locale/gl/LC_MESSAGES/akonadi_invitations_agent.mo share/locale/gl/LC_MESSAGES/akonadi_kabc_resource.mo share/locale/gl/LC_MESSAGES/akonadi_kalarm_resource.mo share/locale/gl/LC_MESSAGES/akonadi_kcal_resource.mo share/locale/gl/LC_MESSAGES/akonadi_kdeaccounts_resource.mo share/locale/gl/LC_MESSAGES/akonadi_knut_resource.mo share/locale/gl/LC_MESSAGES/akonadi_kolabproxy_resource.mo share/locale/gl/LC_MESSAGES/akonadi_kresourceassistant.mo share/locale/gl/LC_MESSAGES/akonadi_localbookmarks_resource.mo share/locale/gl/LC_MESSAGES/akonadi_maildir_resource.mo share/locale/gl/LC_MESSAGES/akonadi_maildispatcher_agent.mo share/locale/gl/LC_MESSAGES/akonadi_mailfilter_agent.mo share/locale/gl/LC_MESSAGES/akonadi_mailtransport_resource.mo share/locale/gl/LC_MESSAGES/akonadi_mbox_resource.mo share/locale/gl/LC_MESSAGES/akonadi_microblog_resource.mo share/locale/gl/LC_MESSAGES/akonadi_mixedmaildir_resource.mo share/locale/gl/LC_MESSAGES/akonadi_nepomuk_feeder.mo share/locale/gl/LC_MESSAGES/akonadi_nepomuktag_resource.mo share/locale/gl/LC_MESSAGES/akonadi_next.mo share/locale/gl/LC_MESSAGES/akonadi_nntp_resource.mo share/locale/gl/LC_MESSAGES/akonadi_openxchange_resource.mo share/locale/gl/LC_MESSAGES/akonadi_pop3_resource.mo share/locale/gl/LC_MESSAGES/akonadi_serializer_plugins.mo share/locale/gl/LC_MESSAGES/akonadi_singlefile_resource.mo share/locale/gl/LC_MESSAGES/akonadi_strigi_feeder.mo share/locale/gl/LC_MESSAGES/akonadi_vcard_resource.mo share/locale/gl/LC_MESSAGES/akonadi_vcarddir_resource.mo share/locale/gl/LC_MESSAGES/akonadicontact.mo share/locale/gl/LC_MESSAGES/akonadinotes.mo share/locale/gl/LC_MESSAGES/akonaditray.mo share/locale/gl/LC_MESSAGES/akregator.mo share/locale/gl/LC_MESSAGES/akregator_konqplugin.mo share/locale/gl/LC_MESSAGES/amor.mo share/locale/gl/LC_MESSAGES/analitza.mo share/locale/gl/LC_MESSAGES/ark.mo share/locale/gl/LC_MESSAGES/attica_kde.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/blogilo.mo share/locale/gl/LC_MESSAGES/bomber.mo share/locale/gl/LC_MESSAGES/bovo.mo share/locale/gl/LC_MESSAGES/calendarsupport.mo share/locale/gl/LC_MESSAGES/cantor.mo share/locale/gl/LC_MESSAGES/cervisia.mo share/locale/gl/LC_MESSAGES/cryptopageplugin.mo share/locale/gl/LC_MESSAGES/cvsservice.mo share/locale/gl/LC_MESSAGES/dirfilterplugin.mo share/locale/gl/LC_MESSAGES/display.mo share/locale/gl/LC_MESSAGES/dolphin.mo share/locale/gl/LC_MESSAGES/domtreeviewer.mo share/locale/gl/LC_MESSAGES/dragonplayer.mo share/locale/gl/LC_MESSAGES/drkonqi.mo share/locale/gl/LC_MESSAGES/filelight.mo share/locale/gl/LC_MESSAGES/filetypes.mo share/locale/gl/LC_MESSAGES/fileviewbazaarplugin.mo share/locale/gl/LC_MESSAGES/fileviewgitplugin.mo share/locale/gl/LC_MESSAGES/fileviewhgplugin.mo share/locale/gl/LC_MESSAGES/fileviewsvnplugin.mo share/locale/gl/LC_MESSAGES/freespacenotifier.mo share/locale/gl/LC_MESSAGES/fsview.mo share/locale/gl/LC_MESSAGES/granatier.mo share/locale/gl/LC_MESSAGES/gwenview.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/importwizard.mo share/locale/gl/LC_MESSAGES/jovie.mo share/locale/gl/LC_MESSAGES/joystick.mo share/locale/gl/LC_MESSAGES/juk.mo share/locale/gl/LC_MESSAGES/kabc.mo share/locale/gl/LC_MESSAGES/kabc_akonadi.mo share/locale/gl/LC_MESSAGES/kabc_dir.mo share/locale/gl/LC_MESSAGES/kabc_file.mo share/locale/gl/LC_MESSAGES/kabc_ldapkio.mo share/locale/gl/LC_MESSAGES/kabc_net.mo share/locale/gl/LC_MESSAGES/kabcclient.mo share/locale/gl/LC_MESSAGES/kabcformat_binary.mo share/locale/gl/LC_MESSAGES/kaccess.mo share/locale/gl/LC_MESSAGES/kaccessibleapp.mo share/locale/gl/LC_MESSAGES/kactivitymanagerd.mo share/locale/gl/LC_MESSAGES/kactivitymanagerd_fileitem_linking_plugin.mo share/locale/gl/LC_MESSAGES/kaddressbook-mobile.mo share/locale/gl/LC_MESSAGES/kaddressbook.mo share/locale/gl/LC_MESSAGES/kaddressbookmigrator.mo share/locale/gl/LC_MESSAGES/kajongg.mo share/locale/gl/LC_MESSAGES/kalarm.mo share/locale/gl/LC_MESSAGES/kalgebra.mo share/locale/gl/LC_MESSAGES/kalzium.mo share/locale/gl/LC_MESSAGES/kanagram-harmattan.mo share/locale/gl/LC_MESSAGES/kanagram.mo share/locale/gl/LC_MESSAGES/kapman.mo share/locale/gl/LC_MESSAGES/kapptemplate.mo share/locale/gl/LC_MESSAGES/kate-ctags-plugin.mo share/locale/gl/LC_MESSAGES/kate.mo share/locale/gl/LC_MESSAGES/kate_kttsd.mo share/locale/gl/LC_MESSAGES/katebacktracebrowserplugin.mo share/locale/gl/LC_MESSAGES/katebuild-plugin.mo share/locale/gl/LC_MESSAGES/katefilebrowserplugin.mo share/locale/gl/LC_MESSAGES/katefiletemplates.mo share/locale/gl/LC_MESSAGES/kategdbplugin.mo share/locale/gl/LC_MESSAGES/katehelloworld.mo share/locale/gl/LC_MESSAGES/katekonsoleplugin.mo share/locale/gl/LC_MESSAGES/katemailfilesplugin.mo share/locale/gl/LC_MESSAGES/kateopenheader.mo share/locale/gl/LC_MESSAGES/katepart4.mo share/locale/gl/LC_MESSAGES/kateproject.mo share/locale/gl/LC_MESSAGES/katesearch.mo share/locale/gl/LC_MESSAGES/katesnippets_tng.mo share/locale/gl/LC_MESSAGES/katesnippetsplugin.mo share/locale/gl/LC_MESSAGES/katesql.mo share/locale/gl/LC_MESSAGES/katesymbolviewer.mo share/locale/gl/LC_MESSAGES/katetabbarextension.mo share/locale/gl/LC_MESSAGES/katetabifyplugin.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/kbattleship.mo share/locale/gl/LC_MESSAGES/kblackbox.mo share/locale/gl/LC_MESSAGES/kblankscrn.mo share/locale/gl/LC_MESSAGES/kblocks.mo share/locale/gl/LC_MESSAGES/kbounce.mo share/locale/gl/LC_MESSAGES/kbreakout.mo share/locale/gl/LC_MESSAGES/kbruch.mo share/locale/gl/LC_MESSAGES/kcachegrind.mo share/locale/gl/LC_MESSAGES/kcachegrind_qt.mo share/locale/gl/LC_MESSAGES/kcal_akonadi.mo share/locale/gl/LC_MESSAGES/kcalc.mo share/locale/gl/LC_MESSAGES/kcertpart.mo share/locale/gl/LC_MESSAGES/kcharselect.mo share/locale/gl/LC_MESSAGES/kcm-kwin-scripts.mo share/locale/gl/LC_MESSAGES/kcm_activities.mo share/locale/gl/LC_MESSAGES/kcm_akonadi.mo share/locale/gl/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/gl/LC_MESSAGES/kcm_attica.mo share/locale/gl/LC_MESSAGES/kcm_autostart.mo share/locale/gl/LC_MESSAGES/kcm_desktoppaths.mo share/locale/gl/LC_MESSAGES/kcm_desktopthemedetails.mo share/locale/gl/LC_MESSAGES/kcm_device_automounter.mo share/locale/gl/LC_MESSAGES/kcm_emoticons.mo share/locale/gl/LC_MESSAGES/kcm_infobase.mo share/locale/gl/LC_MESSAGES/kcm_infosummary.mo -share/locale/gl/LC_MESSAGES/kcm_krfb.mo share/locale/gl/LC_MESSAGES/kcm_kwindesktop.mo share/locale/gl/LC_MESSAGES/kcm_kwintabbox.mo share/locale/gl/LC_MESSAGES/kcm_memory.mo share/locale/gl/LC_MESSAGES/kcm_nepomuk.mo share/locale/gl/LC_MESSAGES/kcm_pci.mo share/locale/gl/LC_MESSAGES/kcm_phonon.mo share/locale/gl/LC_MESSAGES/kcm_platform.mo share/locale/gl/LC_MESSAGES/kcm_remotecontrol.mo share/locale/gl/LC_MESSAGES/kcm_solid.mo share/locale/gl/LC_MESSAGES/kcm_solid_actions.mo share/locale/gl/LC_MESSAGES/kcm_standard_actions.mo share/locale/gl/LC_MESSAGES/kcmaccess.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/kcmdevinfo.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/kcminit.mo share/locale/gl/LC_MESSAGES/kcminput.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/kcmkdnssd.mo share/locale/gl/LC_MESSAGES/kcmkeyboard.mo share/locale/gl/LC_MESSAGES/kcmkeys.mo share/locale/gl/LC_MESSAGES/kcmkgamma.mo share/locale/gl/LC_MESSAGES/kcmkio.mo share/locale/gl/LC_MESSAGES/kcmkonq.mo share/locale/gl/LC_MESSAGES/kcmkonqhtml.mo share/locale/gl/LC_MESSAGES/kcmkurifilt.mo share/locale/gl/LC_MESSAGES/kcmkwallet.mo share/locale/gl/LC_MESSAGES/kcmkwincompositing.mo share/locale/gl/LC_MESSAGES/kcmkwindecoration.mo share/locale/gl/LC_MESSAGES/kcmkwinrules.mo share/locale/gl/LC_MESSAGES/kcmkwinscreenedges.mo share/locale/gl/LC_MESSAGES/kcmkwm.mo share/locale/gl/LC_MESSAGES/kcmlaunch.mo share/locale/gl/LC_MESSAGES/kcmlocale.mo share/locale/gl/LC_MESSAGES/kcmnic.mo share/locale/gl/LC_MESSAGES/kcmnotify.mo share/locale/gl/LC_MESSAGES/kcmopengl.mo share/locale/gl/LC_MESSAGES/kcmperformance.mo share/locale/gl/LC_MESSAGES/kcmsamba.mo share/locale/gl/LC_MESSAGES/kcmscreensaver.mo share/locale/gl/LC_MESSAGES/kcmshell.mo share/locale/gl/LC_MESSAGES/kcmsmartcard.mo share/locale/gl/LC_MESSAGES/kcmsmserver.mo share/locale/gl/LC_MESSAGES/kcmstyle.mo share/locale/gl/LC_MESSAGES/kcmusb.mo share/locale/gl/LC_MESSAGES/kcmview1394.mo share/locale/gl/LC_MESSAGES/kcmworkspaceoptions.mo share/locale/gl/LC_MESSAGES/kcolorchooser.mo share/locale/gl/LC_MESSAGES/kcron.mo share/locale/gl/LC_MESSAGES/kde-menu.mo share/locale/gl/LC_MESSAGES/kdeasciiquarium.mo share/locale/gl/LC_MESSAGES/kdebugdialog.mo share/locale/gl/LC_MESSAGES/kdecalendarsystems.mo share/locale/gl/LC_MESSAGES/kdelibs4.mo share/locale/gl/LC_MESSAGES/kdelibs_colors4.mo share/locale/gl/LC_MESSAGES/kdepasswd.mo share/locale/gl/LC_MESSAGES/kdepim-runtime-qml.mo share/locale/gl/LC_MESSAGES/kdeqt.mo share/locale/gl/LC_MESSAGES/kdesu.mo share/locale/gl/LC_MESSAGES/kdesud.mo share/locale/gl/LC_MESSAGES/kdf.mo share/locale/gl/LC_MESSAGES/kdgantt2.mo share/locale/gl/LC_MESSAGES/kdialog.mo share/locale/gl/LC_MESSAGES/kdiamond.mo share/locale/gl/LC_MESSAGES/kdmconfig.mo share/locale/gl/LC_MESSAGES/kdmgreet.mo share/locale/gl/LC_MESSAGES/kdontchangethehostname.mo share/locale/gl/LC_MESSAGES/keditbookmarks.mo share/locale/gl/LC_MESSAGES/kfile.mo share/locale/gl/LC_MESSAGES/kfile_dds.mo share/locale/gl/LC_MESSAGES/kfile_drgeo.mo share/locale/gl/LC_MESSAGES/kfile_exr.mo share/locale/gl/LC_MESSAGES/kfile_kig.mo share/locale/gl/LC_MESSAGES/kfile_mail.mo share/locale/gl/LC_MESSAGES/kfile_pnm.mo share/locale/gl/LC_MESSAGES/kfile_raw.mo share/locale/gl/LC_MESSAGES/kfile_rgb.mo share/locale/gl/LC_MESSAGES/kfile_rpm.mo share/locale/gl/LC_MESSAGES/kfile_tiff.mo share/locale/gl/LC_MESSAGES/kfile_xps.mo share/locale/gl/LC_MESSAGES/kfileaudiopreview4.mo share/locale/gl/LC_MESSAGES/kfilereplace.mo share/locale/gl/LC_MESSAGES/kfileshare.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/kfontinst.mo share/locale/gl/LC_MESSAGES/kfourinline.mo share/locale/gl/LC_MESSAGES/kgeography.mo share/locale/gl/LC_MESSAGES/kget.mo share/locale/gl/LC_MESSAGES/kgetplugin.mo share/locale/gl/LC_MESSAGES/kglobalaccel.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_generic.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/khotkeys.mo share/locale/gl/LC_MESSAGES/khotnewstuff.mo share/locale/gl/LC_MESSAGES/khtmlkttsd.mo share/locale/gl/LC_MESSAGES/khtmlsettingsplugin.mo share/locale/gl/LC_MESSAGES/kiconfinder.mo share/locale/gl/LC_MESSAGES/kig.mo share/locale/gl/LC_MESSAGES/kigo.mo share/locale/gl/LC_MESSAGES/killbots.mo share/locale/gl/LC_MESSAGES/kimagemapeditor.mo -share/locale/gl/LC_MESSAGES/kinetd.mo share/locale/gl/LC_MESSAGES/kinfocenter.mo share/locale/gl/LC_MESSAGES/kio4.mo share/locale/gl/LC_MESSAGES/kio_activities.mo share/locale/gl/LC_MESSAGES/kio_akonadi.mo share/locale/gl/LC_MESSAGES/kio_applications.mo share/locale/gl/LC_MESSAGES/kio_archive.mo share/locale/gl/LC_MESSAGES/kio_audiocd.mo share/locale/gl/LC_MESSAGES/kio_bookmarks.mo share/locale/gl/LC_MESSAGES/kio_finger.mo share/locale/gl/LC_MESSAGES/kio_fish.mo share/locale/gl/LC_MESSAGES/kio_floppy.mo share/locale/gl/LC_MESSAGES/kio_help4.mo share/locale/gl/LC_MESSAGES/kio_imap4.mo share/locale/gl/LC_MESSAGES/kio_info.mo share/locale/gl/LC_MESSAGES/kio_jabberdisco.mo share/locale/gl/LC_MESSAGES/kio_ldap.mo share/locale/gl/LC_MESSAGES/kio_man.mo share/locale/gl/LC_MESSAGES/kio_mbox.mo share/locale/gl/LC_MESSAGES/kio_nepomuk.mo share/locale/gl/LC_MESSAGES/kio_nepomuksearch.mo share/locale/gl/LC_MESSAGES/kio_nfs.mo share/locale/gl/LC_MESSAGES/kio_nntp.mo share/locale/gl/LC_MESSAGES/kio_perldoc.mo share/locale/gl/LC_MESSAGES/kio_pop3.mo share/locale/gl/LC_MESSAGES/kio_recentdocuments.mo share/locale/gl/LC_MESSAGES/kio_remote.mo share/locale/gl/LC_MESSAGES/kio_sftp.mo share/locale/gl/LC_MESSAGES/kio_sieve.mo share/locale/gl/LC_MESSAGES/kio_smb.mo share/locale/gl/LC_MESSAGES/kio_smtp.mo share/locale/gl/LC_MESSAGES/kio_svn.mo share/locale/gl/LC_MESSAGES/kio_tags.mo share/locale/gl/LC_MESSAGES/kio_thumbnail.mo share/locale/gl/LC_MESSAGES/kio_timeline.mo share/locale/gl/LC_MESSAGES/kio_trash.mo share/locale/gl/LC_MESSAGES/kio_zeroconf.mo share/locale/gl/LC_MESSAGES/kioclient.mo share/locale/gl/LC_MESSAGES/kioexec.mo share/locale/gl/LC_MESSAGES/kipiplugin_kxmlhelloworld.mo share/locale/gl/LC_MESSAGES/kiriki.mo share/locale/gl/LC_MESSAGES/kiten.mo share/locale/gl/LC_MESSAGES/kjots.mo share/locale/gl/LC_MESSAGES/kjotsmigrator.mo share/locale/gl/LC_MESSAGES/kjumpingcube.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/kmahjongg.mo share/locale/gl/LC_MESSAGES/kmail-migrator.mo share/locale/gl/LC_MESSAGES/kmail-mobile.mo share/locale/gl/LC_MESSAGES/kmail.mo share/locale/gl/LC_MESSAGES/kmailcvt.mo share/locale/gl/LC_MESSAGES/kmenuedit.mo share/locale/gl/LC_MESSAGES/kmimetypefinder.mo share/locale/gl/LC_MESSAGES/kmines.mo share/locale/gl/LC_MESSAGES/kmix.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/knetattach.mo share/locale/gl/LC_MESSAGES/knetwalk.mo share/locale/gl/LC_MESSAGES/knode.mo share/locale/gl/LC_MESSAGES/knotes.mo share/locale/gl/LC_MESSAGES/knotify4.mo share/locale/gl/LC_MESSAGES/kolf.mo share/locale/gl/LC_MESSAGES/kollision.mo share/locale/gl/LC_MESSAGES/kolourpaint.mo share/locale/gl/LC_MESSAGES/kommander.mo share/locale/gl/LC_MESSAGES/kompare.mo share/locale/gl/LC_MESSAGES/konqprofiles.mo share/locale/gl/LC_MESSAGES/konqueror.mo share/locale/gl/LC_MESSAGES/konquest.mo share/locale/gl/LC_MESSAGES/konsole.mo share/locale/gl/LC_MESSAGES/konsolekalendar.mo share/locale/gl/LC_MESSAGES/konsoleprofiles.mo share/locale/gl/LC_MESSAGES/kontact.mo share/locale/gl/LC_MESSAGES/kontactinterfaces.mo share/locale/gl/LC_MESSAGES/kopete.mo share/locale/gl/LC_MESSAGES/korganizer-mobile.mo share/locale/gl/LC_MESSAGES/korganizer.mo share/locale/gl/LC_MESSAGES/kpartloader.mo share/locale/gl/LC_MESSAGES/kpartsaver.mo share/locale/gl/LC_MESSAGES/kpasswdserver.mo share/locale/gl/LC_MESSAGES/kpat.mo share/locale/gl/LC_MESSAGES/kppp.mo share/locale/gl/LC_MESSAGES/kppplogview.mo share/locale/gl/LC_MESSAGES/kquitapp.mo share/locale/gl/LC_MESSAGES/krandr.mo share/locale/gl/LC_MESSAGES/krcdnotifieritem.mo share/locale/gl/LC_MESSAGES/krdb.mo share/locale/gl/LC_MESSAGES/krdc.mo share/locale/gl/LC_MESSAGES/kreadconfig.mo share/locale/gl/LC_MESSAGES/kremotecontroldaemon.mo share/locale/gl/LC_MESSAGES/kres-migrator.mo share/locale/gl/LC_MESSAGES/kres_blog.mo share/locale/gl/LC_MESSAGES/kres_remote.mo share/locale/gl/LC_MESSAGES/kresources_shared_akonadi.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/krunner.mo share/locale/gl/LC_MESSAGES/ksaneplugin.mo share/locale/gl/LC_MESSAGES/kscd.mo share/locale/gl/LC_MESSAGES/kscreenlocker.mo share/locale/gl/LC_MESSAGES/kscreenlocker_greet.mo share/locale/gl/LC_MESSAGES/kscreensaver.mo share/locale/gl/LC_MESSAGES/ksendemail.mo share/locale/gl/LC_MESSAGES/ksgrd.mo share/locale/gl/LC_MESSAGES/kshellcmdplugin.mo share/locale/gl/LC_MESSAGES/kshisen.mo share/locale/gl/LC_MESSAGES/kshorturifilter.mo share/locale/gl/LC_MESSAGES/ksirk.mo share/locale/gl/LC_MESSAGES/ksirkskineditor.mo share/locale/gl/LC_MESSAGES/ksmserver.mo share/locale/gl/LC_MESSAGES/ksnapshot.mo share/locale/gl/LC_MESSAGES/kspaceduel.mo share/locale/gl/LC_MESSAGES/ksplashthemes.mo share/locale/gl/LC_MESSAGES/ksquares.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/kstyle_config.mo share/locale/gl/LC_MESSAGES/kstyle_phase_config.mo share/locale/gl/LC_MESSAGES/ksudoku.mo share/locale/gl/LC_MESSAGES/ksysguard.mo share/locale/gl/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/gl/LC_MESSAGES/ksystemlog.mo share/locale/gl/LC_MESSAGES/ksystraycmd.mo share/locale/gl/LC_MESSAGES/kteatime.mo share/locale/gl/LC_MESSAGES/ktesnippets_editor.mo share/locale/gl/LC_MESSAGES/ktexteditor_codesnippets_core.mo share/locale/gl/LC_MESSAGES/ktexteditor_plugins.mo share/locale/gl/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/gl/LC_MESSAGES/ktimer.mo share/locale/gl/LC_MESSAGES/ktimetracker.mo share/locale/gl/LC_MESSAGES/ktnef.mo share/locale/gl/LC_MESSAGES/ktouch.mo share/locale/gl/LC_MESSAGES/ktouchpadenabler.mo share/locale/gl/LC_MESSAGES/ktraderclient.mo share/locale/gl/LC_MESSAGES/ktron.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/kubrick.mo share/locale/gl/LC_MESSAGES/kuiserver.mo share/locale/gl/LC_MESSAGES/kuiviewer.mo share/locale/gl/LC_MESSAGES/kurifilter.mo share/locale/gl/LC_MESSAGES/kuser.mo share/locale/gl/LC_MESSAGES/kwalletd.mo share/locale/gl/LC_MESSAGES/kwalletmanager.mo share/locale/gl/LC_MESSAGES/kwatchgnupg.mo share/locale/gl/LC_MESSAGES/kwin.mo share/locale/gl/LC_MESSAGES/kwin_art_clients.mo share/locale/gl/LC_MESSAGES/kwin_clients.mo share/locale/gl/LC_MESSAGES/kwin_effects.mo share/locale/gl/LC_MESSAGES/kwinshutdown.mo share/locale/gl/LC_MESSAGES/kwinstartmenu.mo share/locale/gl/LC_MESSAGES/kwordquiz.mo share/locale/gl/LC_MESSAGES/kwrite.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/lancelot.mo share/locale/gl/LC_MESSAGES/libakonadi-calendar.mo share/locale/gl/LC_MESSAGES/libakonadi-kmime.mo share/locale/gl/LC_MESSAGES/libakonadi.mo share/locale/gl/LC_MESSAGES/libeventviews.mo share/locale/gl/LC_MESSAGES/libincidenceeditors.mo share/locale/gl/LC_MESSAGES/libkalarmcal.mo share/locale/gl/LC_MESSAGES/libkasten.mo share/locale/gl/LC_MESSAGES/libkblog.mo share/locale/gl/LC_MESSAGES/libkcal.mo share/locale/gl/LC_MESSAGES/libkcalutils.mo share/locale/gl/LC_MESSAGES/libkcddb.mo share/locale/gl/LC_MESSAGES/libkcompactdisc.mo share/locale/gl/LC_MESSAGES/libkdcraw.mo share/locale/gl/LC_MESSAGES/libkdecorations.mo share/locale/gl/LC_MESSAGES/libkdeedu.mo share/locale/gl/LC_MESSAGES/libkdegames.mo share/locale/gl/LC_MESSAGES/libkdepim.mo share/locale/gl/LC_MESSAGES/libkdepimmobileui.mo share/locale/gl/LC_MESSAGES/libkexiv2.mo share/locale/gl/LC_MESSAGES/libkholidays.mo share/locale/gl/LC_MESSAGES/libkimap.mo share/locale/gl/LC_MESSAGES/libkipi.mo share/locale/gl/LC_MESSAGES/libkldap.mo share/locale/gl/LC_MESSAGES/libkleopatra.mo share/locale/gl/LC_MESSAGES/libkmahjongg.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/libkpimidentities.mo share/locale/gl/LC_MESSAGES/libkpimtextedit.mo share/locale/gl/LC_MESSAGES/libkpimutils.mo share/locale/gl/LC_MESSAGES/libkremotecontrol.mo share/locale/gl/LC_MESSAGES/libkresources.mo share/locale/gl/LC_MESSAGES/libksane.mo share/locale/gl/LC_MESSAGES/libkscreensaver.mo share/locale/gl/LC_MESSAGES/libksieve.mo share/locale/gl/LC_MESSAGES/libktnef.mo share/locale/gl/LC_MESSAGES/libkunitconversion.mo share/locale/gl/LC_MESSAGES/libkworkspace.mo share/locale/gl/LC_MESSAGES/libkxmlrpcclient.mo share/locale/gl/LC_MESSAGES/liblancelot-datamodels.mo share/locale/gl/LC_MESSAGES/libmailcommon.mo share/locale/gl/LC_MESSAGES/libmailimporter.mo share/locale/gl/LC_MESSAGES/libmailtransport.mo share/locale/gl/LC_MESSAGES/libmessagecomposer.mo share/locale/gl/LC_MESSAGES/libmessagecore.mo share/locale/gl/LC_MESSAGES/libmessagelist.mo share/locale/gl/LC_MESSAGES/libmessageviewer.mo share/locale/gl/LC_MESSAGES/liboktetacore.mo share/locale/gl/LC_MESSAGES/liboktetagui.mo share/locale/gl/LC_MESSAGES/liboktetakasten.mo share/locale/gl/LC_MESSAGES/liboxygenstyleconfig.mo share/locale/gl/LC_MESSAGES/libphonon.mo share/locale/gl/LC_MESSAGES/libpimcommon.mo share/locale/gl/LC_MESSAGES/libplasma.mo share/locale/gl/LC_MESSAGES/libplasma_groupingcontainment.mo share/locale/gl/LC_MESSAGES/libplasmaclock.mo share/locale/gl/LC_MESSAGES/libplasmaweather.mo share/locale/gl/LC_MESSAGES/libtaskmanager.mo share/locale/gl/LC_MESSAGES/libtemplateparser.mo share/locale/gl/LC_MESSAGES/lokalize.mo share/locale/gl/LC_MESSAGES/lskat.mo share/locale/gl/LC_MESSAGES/mailreader.mo share/locale/gl/LC_MESSAGES/marble.mo share/locale/gl/LC_MESSAGES/marble_qt.mo share/locale/gl/LC_MESSAGES/marble_xml_mimetypes.mo share/locale/gl/LC_MESSAGES/messageviewer_application_mstnef_plugin.mo share/locale/gl/LC_MESSAGES/messageviewer_text_calendar_plugin.mo share/locale/gl/LC_MESSAGES/messageviewer_text_vcard_plugin.mo share/locale/gl/LC_MESSAGES/messageviewer_text_xdiff_plugin.mo share/locale/gl/LC_MESSAGES/mf_konqplugin.mo share/locale/gl/LC_MESSAGES/minitoolsplugin.mo share/locale/gl/LC_MESSAGES/mplayerthumbs.mo share/locale/gl/LC_MESSAGES/mplayerthumbsconfig.mo share/locale/gl/LC_MESSAGES/nepomukbackup.mo share/locale/gl/LC_MESSAGES/nepomukcleaner.mo share/locale/gl/LC_MESSAGES/nepomukcontroller.mo share/locale/gl/LC_MESSAGES/nepomukfileindexer.mo +share/locale/gl/LC_MESSAGES/nepomukpimindexerutility.mo share/locale/gl/LC_MESSAGES/nepomukqueryservice.mo share/locale/gl/LC_MESSAGES/nepomukserver.mo share/locale/gl/LC_MESSAGES/nepomukservicestub.mo share/locale/gl/LC_MESSAGES/nepomukstorage.mo share/locale/gl/LC_MESSAGES/nepomukwidgets.mo share/locale/gl/LC_MESSAGES/newmailnotifieragent.mo share/locale/gl/LC_MESSAGES/notes-mobile.mo share/locale/gl/LC_MESSAGES/nsplugin.mo share/locale/gl/LC_MESSAGES/okteta-mobile.mo share/locale/gl/LC_MESSAGES/okteta.mo share/locale/gl/LC_MESSAGES/oktetapart.mo share/locale/gl/LC_MESSAGES/okular.mo share/locale/gl/LC_MESSAGES/okular_chm.mo share/locale/gl/LC_MESSAGES/okular_comicbook.mo share/locale/gl/LC_MESSAGES/okular_djvu.mo share/locale/gl/LC_MESSAGES/okular_dvi.mo share/locale/gl/LC_MESSAGES/okular_epub.mo share/locale/gl/LC_MESSAGES/okular_fax.mo share/locale/gl/LC_MESSAGES/okular_fictionbook.mo share/locale/gl/LC_MESSAGES/okular_ghostview.mo share/locale/gl/LC_MESSAGES/okular_kimgio.mo share/locale/gl/LC_MESSAGES/okular_mobi.mo share/locale/gl/LC_MESSAGES/okular_ooo.mo share/locale/gl/LC_MESSAGES/okular_plucker.mo share/locale/gl/LC_MESSAGES/okular_poppler.mo share/locale/gl/LC_MESSAGES/okular_tiff.mo share/locale/gl/LC_MESSAGES/okular_xps.mo share/locale/gl/LC_MESSAGES/org.kde.active.documentviewer.mo share/locale/gl/LC_MESSAGES/pairs.mo share/locale/gl/LC_MESSAGES/pairseditor.mo share/locale/gl/LC_MESSAGES/palapeli.mo share/locale/gl/LC_MESSAGES/parley.mo share/locale/gl/LC_MESSAGES/phonon_gstreamer.mo share/locale/gl/LC_MESSAGES/phonon_kde.mo share/locale/gl/LC_MESSAGES/phonon_vlc.mo share/locale/gl/LC_MESSAGES/phononserver.mo share/locale/gl/LC_MESSAGES/picmi.mo share/locale/gl/LC_MESSAGES/pimsettingexporter.mo share/locale/gl/LC_MESSAGES/plasma-desktop.mo share/locale/gl/LC_MESSAGES/plasma-netbook.mo share/locale/gl/LC_MESSAGES/plasma-overlay.mo share/locale/gl/LC_MESSAGES/plasma-remote-helper.mo share/locale/gl/LC_MESSAGES/plasma-windowed.mo share/locale/gl/LC_MESSAGES/plasma_applet_BbalL.mo share/locale/gl/LC_MESSAGES/plasma_applet_CharSelectApplet.mo share/locale/gl/LC_MESSAGES/plasma_applet_Molmasscalculator.mo share/locale/gl/LC_MESSAGES/plasma_applet_akonotes_note.mo share/locale/gl/LC_MESSAGES/plasma_applet_battery.mo share/locale/gl/LC_MESSAGES/plasma_applet_binaryclock.mo share/locale/gl/LC_MESSAGES/plasma_applet_bookmarks.mo share/locale/gl/LC_MESSAGES/plasma_applet_bubblemon.mo share/locale/gl/LC_MESSAGES/plasma_applet_calculator.mo share/locale/gl/LC_MESSAGES/plasma_applet_clock.mo share/locale/gl/LC_MESSAGES/plasma_applet_comic.mo share/locale/gl/LC_MESSAGES/plasma_applet_concentrationCalculator.mo share/locale/gl/LC_MESSAGES/plasma_applet_currentappcontrol.mo share/locale/gl/LC_MESSAGES/plasma_applet_dig_clock.mo share/locale/gl/LC_MESSAGES/plasma_applet_fifteenPuzzle.mo share/locale/gl/LC_MESSAGES/plasma_applet_fileWatcher.mo share/locale/gl/LC_MESSAGES/plasma_applet_folderview.mo share/locale/gl/LC_MESSAGES/plasma_applet_frame.mo share/locale/gl/LC_MESSAGES/plasma_applet_fuzzy_clock.mo share/locale/gl/LC_MESSAGES/plasma_applet_gasCalculator.mo share/locale/gl/LC_MESSAGES/plasma_applet_groupingpanel.mo share/locale/gl/LC_MESSAGES/plasma_applet_icon.mo share/locale/gl/LC_MESSAGES/plasma_applet_icontasks.mo share/locale/gl/LC_MESSAGES/plasma_applet_incomingmsg.mo share/locale/gl/LC_MESSAGES/plasma_applet_kalgebra.mo share/locale/gl/LC_MESSAGES/plasma_applet_kalzium.mo share/locale/gl/LC_MESSAGES/plasma_applet_katesession.mo share/locale/gl/LC_MESSAGES/plasma_applet_kdeobservatory.mo share/locale/gl/LC_MESSAGES/plasma_applet_kget.mo share/locale/gl/LC_MESSAGES/plasma_applet_kimpanel.mo share/locale/gl/LC_MESSAGES/plasma_applet_knowledgebase.mo share/locale/gl/LC_MESSAGES/plasma_applet_kolourpicker.mo share/locale/gl/LC_MESSAGES/plasma_applet_kpapplet.mo share/locale/gl/LC_MESSAGES/plasma_applet_launcher.mo share/locale/gl/LC_MESSAGES/plasma_applet_leavenote.mo share/locale/gl/LC_MESSAGES/plasma_applet_life.mo share/locale/gl/LC_MESSAGES/plasma_applet_lockout.mo share/locale/gl/LC_MESSAGES/plasma_applet_luna.mo share/locale/gl/LC_MESSAGES/plasma_applet_magnifique.mo share/locale/gl/LC_MESSAGES/plasma_applet_microblog.mo share/locale/gl/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/gl/LC_MESSAGES/plasma_applet_news.mo share/locale/gl/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/gl/LC_MESSAGES/plasma_applet_notes.mo share/locale/gl/LC_MESSAGES/plasma_applet_notifier.mo share/locale/gl/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/gl/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/gl/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/gl/LC_MESSAGES/plasma_applet_opendesktop_activities.mo share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.notifications.mo share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/gl/LC_MESSAGES/plasma_applet_pager.mo share/locale/gl/LC_MESSAGES/plasma_applet_panel.mo share/locale/gl/LC_MESSAGES/plasma_applet_panelspacer_internal.mo share/locale/gl/LC_MESSAGES/plasma_applet_paste.mo share/locale/gl/LC_MESSAGES/plasma_applet_pastebin.mo share/locale/gl/LC_MESSAGES/plasma_applet_plasmaboard.mo share/locale/gl/LC_MESSAGES/plasma_applet_previewer.mo share/locale/gl/LC_MESSAGES/plasma_applet_printmanager.mo share/locale/gl/LC_MESSAGES/plasma_applet_qalculate.mo share/locale/gl/LC_MESSAGES/plasma_applet_qstardict.mo share/locale/gl/LC_MESSAGES/plasma_applet_quicklaunch.mo share/locale/gl/LC_MESSAGES/plasma_applet_rssnow.mo share/locale/gl/LC_MESSAGES/plasma_applet_rtm.mo share/locale/gl/LC_MESSAGES/plasma_applet_sal.mo share/locale/gl/LC_MESSAGES/plasma_applet_saverdesktop.mo share/locale/gl/LC_MESSAGES/plasma_applet_searchbox.mo share/locale/gl/LC_MESSAGES/plasma_applet_showdashboard.mo share/locale/gl/LC_MESSAGES/plasma_applet_showdesktop.mo share/locale/gl/LC_MESSAGES/plasma_applet_skapplet.mo share/locale/gl/LC_MESSAGES/plasma_applet_spellcheck.mo share/locale/gl/LC_MESSAGES/plasma_applet_system-monitor.mo share/locale/gl/LC_MESSAGES/plasma_applet_systemloadviewer.mo share/locale/gl/LC_MESSAGES/plasma_applet_systemtray.mo share/locale/gl/LC_MESSAGES/plasma_applet_tasks.mo share/locale/gl/LC_MESSAGES/plasma_applet_timer.mo share/locale/gl/LC_MESSAGES/plasma_applet_trash.mo share/locale/gl/LC_MESSAGES/plasma_applet_unitconverter.mo share/locale/gl/LC_MESSAGES/plasma_applet_weather.mo share/locale/gl/LC_MESSAGES/plasma_applet_weatherstation.mo share/locale/gl/LC_MESSAGES/plasma_applet_webbrowser.mo share/locale/gl/LC_MESSAGES/plasma_applet_webslice.mo share/locale/gl/LC_MESSAGES/plasma_applet_windowlist.mo share/locale/gl/LC_MESSAGES/plasma_appletscriptengine_dashboard.mo share/locale/gl/LC_MESSAGES/plasma_containmentactions_contextmenu.mo share/locale/gl/LC_MESSAGES/plasma_containmentactions_switchactivity.mo share/locale/gl/LC_MESSAGES/plasma_containmentactions_switchdesktop.mo share/locale/gl/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/gl/LC_MESSAGES/plasma_engine_calendar.mo share/locale/gl/LC_MESSAGES/plasma_engine_kalzium.mo share/locale/gl/LC_MESSAGES/plasma_engine_kdeobservatory.mo share/locale/gl/LC_MESSAGES/plasma_engine_keystate.mo share/locale/gl/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/gl/LC_MESSAGES/plasma_engine_metadata.mo share/locale/gl/LC_MESSAGES/plasma_engine_mpris2.mo share/locale/gl/LC_MESSAGES/plasma_engine_network.mo share/locale/gl/LC_MESSAGES/plasma_engine_notifications.mo share/locale/gl/LC_MESSAGES/plasma_engine_nowplaying.mo share/locale/gl/LC_MESSAGES/plasma_engine_rss.mo share/locale/gl/LC_MESSAGES/plasma_engine_share.mo share/locale/gl/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/gl/LC_MESSAGES/plasma_engine_weather.mo share/locale/gl/LC_MESSAGES/plasma_package_org.kde.desktop.activitymanager.mo share/locale/gl/LC_MESSAGES/plasma_package_org.kde.desktop.widgetexplorer.mo share/locale/gl/LC_MESSAGES/plasma_packagestructure_comic.mo share/locale/gl/LC_MESSAGES/plasma_runner_CharacterRunner.mo share/locale/gl/LC_MESSAGES/plasma_runner_activities.mo share/locale/gl/LC_MESSAGES/plasma_runner_audioplayercontrol.mo share/locale/gl/LC_MESSAGES/plasma_runner_bookmarksrunner.mo share/locale/gl/LC_MESSAGES/plasma_runner_browserhistory.mo share/locale/gl/LC_MESSAGES/plasma_runner_calculatorrunner.mo share/locale/gl/LC_MESSAGES/plasma_runner_contacts.mo share/locale/gl/LC_MESSAGES/plasma_runner_converterrunner.mo share/locale/gl/LC_MESSAGES/plasma_runner_datetime.mo share/locale/gl/LC_MESSAGES/plasma_runner_events.mo share/locale/gl/LC_MESSAGES/plasma_runner_katesessions.mo share/locale/gl/LC_MESSAGES/plasma_runner_kget.mo share/locale/gl/LC_MESSAGES/plasma_runner_kill.mo share/locale/gl/LC_MESSAGES/plasma_runner_konquerorsessions.mo share/locale/gl/LC_MESSAGES/plasma_runner_konsolesessions.mo share/locale/gl/LC_MESSAGES/plasma_runner_kopete.mo share/locale/gl/LC_MESSAGES/plasma_runner_krunner_dictionary.mo share/locale/gl/LC_MESSAGES/plasma_runner_locations.mo share/locale/gl/LC_MESSAGES/plasma_runner_marblerunner.mo share/locale/gl/LC_MESSAGES/plasma_runner_mediawiki.mo share/locale/gl/LC_MESSAGES/plasma_runner_nepomuksearchrunner.mo share/locale/gl/LC_MESSAGES/plasma_runner_placesrunner.mo share/locale/gl/LC_MESSAGES/plasma_runner_plasma-desktop.mo share/locale/gl/LC_MESSAGES/plasma_runner_powerdevil.mo share/locale/gl/LC_MESSAGES/plasma_runner_recentdocuments.mo share/locale/gl/LC_MESSAGES/plasma_runner_services.mo share/locale/gl/LC_MESSAGES/plasma_runner_sessions.mo share/locale/gl/LC_MESSAGES/plasma_runner_shell.mo share/locale/gl/LC_MESSAGES/plasma_runner_solid.mo share/locale/gl/LC_MESSAGES/plasma_runner_spellcheckrunner.mo share/locale/gl/LC_MESSAGES/plasma_runner_webshortcuts.mo share/locale/gl/LC_MESSAGES/plasma_runner_windowedwidgets.mo share/locale/gl/LC_MESSAGES/plasma_runner_windows.mo share/locale/gl/LC_MESSAGES/plasma_runner_youtube.mo share/locale/gl/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/gl/LC_MESSAGES/plasma_toolbox_desktoptoolbox.mo share/locale/gl/LC_MESSAGES/plasma_toolbox_paneltoolbox.mo share/locale/gl/LC_MESSAGES/plasma_wallpaper_color.mo share/locale/gl/LC_MESSAGES/plasma_wallpaper_image.mo share/locale/gl/LC_MESSAGES/plasma_wallpaper_mandelbrot.mo share/locale/gl/LC_MESSAGES/plasma_wallpaper_marble.mo share/locale/gl/LC_MESSAGES/plasma_wallpaper_pattern.mo share/locale/gl/LC_MESSAGES/plasma_wallpaper_potd.mo share/locale/gl/LC_MESSAGES/plasma_wallpaper_virus.mo share/locale/gl/LC_MESSAGES/plasma_wallpaper_wallpaper-qml.mo share/locale/gl/LC_MESSAGES/plasma_wallpaper_weather.mo share/locale/gl/LC_MESSAGES/plasmagenericshell.mo share/locale/gl/LC_MESSAGES/plasmapkg.mo share/locale/gl/LC_MESSAGES/pothumbnail.mo share/locale/gl/LC_MESSAGES/powerdevil.mo share/locale/gl/LC_MESSAGES/powerdevilactivitiesconfig.mo share/locale/gl/LC_MESSAGES/powerdevilglobalconfig.mo share/locale/gl/LC_MESSAGES/powerdevilprofilesconfig.mo share/locale/gl/LC_MESSAGES/print-manager.mo share/locale/gl/LC_MESSAGES/processcore.mo share/locale/gl/LC_MESSAGES/processui.mo share/locale/gl/LC_MESSAGES/randrmonitor.mo share/locale/gl/LC_MESSAGES/rellinks.mo share/locale/gl/LC_MESSAGES/rocs.mo share/locale/gl/LC_MESSAGES/rocscore.mo share/locale/gl/LC_MESSAGES/rocsvisualeditor.mo share/locale/gl/LC_MESSAGES/searchbarplugin.mo share/locale/gl/LC_MESSAGES/solid-hardware.mo share/locale/gl/LC_MESSAGES/solid-network.mo share/locale/gl/LC_MESSAGES/solid_qt.mo share/locale/gl/LC_MESSAGES/solidcontrol.mo share/locale/gl/LC_MESSAGES/soliduiserver.mo share/locale/gl/LC_MESSAGES/step.mo share/locale/gl/LC_MESSAGES/step_qt.mo share/locale/gl/LC_MESSAGES/strigila_diff.mo share/locale/gl/LC_MESSAGES/superkaramba.mo share/locale/gl/LC_MESSAGES/svgpart.mo share/locale/gl/LC_MESSAGES/sweeper.mo share/locale/gl/LC_MESSAGES/systemsettings.mo share/locale/gl/LC_MESSAGES/tasks-mobile.mo share/locale/gl/LC_MESSAGES/timezones4.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/webarchiver.mo share/locale/gl/LC_MESSAGES/xml_mimetypes.mo share/locale/gl/entry.desktop @dirrm share/doc/HTML/gl/umbrello @dirrm share/doc/HTML/gl/step @dirrm share/doc/HTML/gl/sonnet @dirrm share/doc/HTML/gl/plasma-desktop @dirrm share/doc/HTML/gl/parley @dirrm share/doc/HTML/gl/okular @dirrm share/doc/HTML/gl/marble @dirrm share/doc/HTML/gl/lokalize @dirrm share/doc/HTML/gl/kwordquiz @dirrm share/doc/HTML/gl/kwallet @dirrm share/doc/HTML/gl/ktouch @dirrm share/doc/HTML/gl/ktimer @dirrm share/doc/HTML/gl/ksudoku @dirrm share/doc/HTML/gl/kstars @dirrm share/doc/HTML/gl/ksnapshot @dirrm share/doc/HTML/gl/kruler @dirrm share/doc/HTML/gl/konsolekalendar @dirrm share/doc/HTML/gl/konquest @dirrm share/doc/HTML/gl/kolourpaint @dirrm share/doc/HTML/gl/knotes @dirrm share/doc/HTML/gl/knode @dirrm share/doc/HTML/gl/kmplot @dirrm share/doc/HTML/gl/kmines @dirrm share/doc/HTML/gl/kmail @dirrm share/doc/HTML/gl/klettres @dirrm share/doc/HTML/gl/kleopatra @dirrm share/doc/HTML/gl/kjots @dirrm share/doc/HTML/gl/kiten @dirrm share/doc/HTML/gl/kioslave/thumbnail @dirrm share/doc/HTML/gl/kioslave/telnet @dirrm share/doc/HTML/gl/kioslave/tar @dirrm share/doc/HTML/gl/kioslave/smtp @dirrm share/doc/HTML/gl/kioslave/smb @dirrm share/doc/HTML/gl/kioslave/sftp @dirrm share/doc/HTML/gl/kioslave/rlogin @dirrm share/doc/HTML/gl/kioslave/nntp @dirrm share/doc/HTML/gl/kioslave/nfs @dirrm share/doc/HTML/gl/kioslave/news @dirrm share/doc/HTML/gl/kioslave/man @dirrm share/doc/HTML/gl/kioslave/mailto @dirrm share/doc/HTML/gl/kioslave/ldap @dirrm share/doc/HTML/gl/kioslave/info @dirrm share/doc/HTML/gl/kioslave/ftp @dirrm share/doc/HTML/gl/kioslave/floppy @dirrm share/doc/HTML/gl/kioslave/fish @dirrm share/doc/HTML/gl/kioslave/finger @dirrm share/doc/HTML/gl/kioslave/file @dirrm share/doc/HTML/gl/kioslave/data @dirrm share/doc/HTML/gl/kioslave/cgi @dirrm share/doc/HTML/gl/kioslave @dirrm share/doc/HTML/gl/khangman @dirrm share/doc/HTML/gl/kgpg @dirrm share/doc/HTML/gl/kgoldrunner @dirrm share/doc/HTML/gl/kgeography @dirrm share/doc/HTML/gl/kfloppy @dirrm share/doc/HTML/gl/kdf @dirrm share/doc/HTML/gl/kcontrol/keyboard @dirrm share/doc/HTML/gl/kcontrol/kamera @dirrm share/doc/HTML/gl/kcontrol @dirrm share/doc/HTML/gl/kcharselect @dirrm share/doc/HTML/gl/kcalc @dirrm share/doc/HTML/gl/kcachegrind @dirrm share/doc/HTML/gl/kbruch @dirrm share/doc/HTML/gl/kblocks @dirrm share/doc/HTML/gl/kbattleship @dirrm share/doc/HTML/gl/kanagram @dirrm share/doc/HTML/gl/kalzium @dirrm share/doc/HTML/gl/kalgebra @dirrm share/doc/HTML/gl/kalarm @dirrm share/doc/HTML/gl/kajongg @dirrm share/doc/HTML/gl/gwenview @dirrm share/doc/HTML/gl/common @dirrm share/doc/HTML/gl/cervisia @dirrm share/doc/HTML/gl/cantor @dirrm share/doc/HTML/gl/bovo @dirrm share/doc/HTML/gl/bomber @dirrm share/doc/HTML/gl/blinken @dirrm share/doc/HTML/gl/ark @dirrm share/doc/HTML/gl/akregator @dirrm share/apps/kvtml/gl @dirrm share/apps/kvtml @dirrm share/apps/ktuberling/sounds/gl @dirrm share/apps/ktuberling/sounds @dirrm share/apps/ktuberling @dirrm share/apps/khangman @dirrmtry man/gl/man8 @dirrmtry man/gl/man7 @dirrmtry man/gl/man6 @dirrmtry man/gl/man1 @dirrmtry man/gl Index: head/misc/kde4-l10n-hi/distinfo =================================================================== --- head/misc/kde4-l10n-hi/distinfo (revision 318451) +++ head/misc/kde4-l10n-hi/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/kde-l10n/kde-l10n-hi-4.10.1.tar.xz) = e1af468c2d4e7cda036069612d1ea9a52de5c96c4c75824abc6713a7d46c65a7 -SIZE (KDE/4.10.1/kde-l10n/kde-l10n-hi-4.10.1.tar.xz) = 1863948 +SHA256 (KDE/4.10.3/kde-l10n/kde-l10n-hi-4.10.3.tar.xz) = 9233eb0036e8f4076780f72019780bcf5aeda21381724fa37bcc2a0942e3f45e +SIZE (KDE/4.10.3/kde-l10n/kde-l10n-hi-4.10.3.tar.xz) = 1866304 Index: head/misc/kde4-l10n-hi/pkg-plist =================================================================== --- head/misc/kde4-l10n-hi/pkg-plist (revision 318451) +++ head/misc/kde4-l10n-hi/pkg-plist (revision 318452) @@ -1,468 +1,466 @@ share/locale/hi/LC_MESSAGES/akregator.mo share/locale/hi/LC_MESSAGES/akregator_konqplugin.mo share/locale/hi/LC_MESSAGES/amor.mo share/locale/hi/LC_MESSAGES/ark.mo share/locale/hi/LC_MESSAGES/attica_kde.mo share/locale/hi/LC_MESSAGES/audiocd_encoder_lame.mo share/locale/hi/LC_MESSAGES/audiocd_encoder_vorbis.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/blinken.mo share/locale/hi/LC_MESSAGES/bovo.mo share/locale/hi/LC_MESSAGES/cervisia.mo share/locale/hi/LC_MESSAGES/cvsservice.mo share/locale/hi/LC_MESSAGES/dirfilterplugin.mo share/locale/hi/LC_MESSAGES/display.mo share/locale/hi/LC_MESSAGES/dolphin.mo share/locale/hi/LC_MESSAGES/domtreeviewer.mo share/locale/hi/LC_MESSAGES/drkonqi.mo share/locale/hi/LC_MESSAGES/filetypes.mo share/locale/hi/LC_MESSAGES/freespacenotifier.mo share/locale/hi/LC_MESSAGES/fsview.mo share/locale/hi/LC_MESSAGES/gwenview.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/jovie.mo share/locale/hi/LC_MESSAGES/joystick.mo share/locale/hi/LC_MESSAGES/juk.mo share/locale/hi/LC_MESSAGES/kabc.mo share/locale/hi/LC_MESSAGES/kabc_dir.mo share/locale/hi/LC_MESSAGES/kabc_file.mo share/locale/hi/LC_MESSAGES/kabc_ldapkio.mo share/locale/hi/LC_MESSAGES/kabc_net.mo share/locale/hi/LC_MESSAGES/kabcclient.mo share/locale/hi/LC_MESSAGES/kabcformat_binary.mo share/locale/hi/LC_MESSAGES/kaccess.mo share/locale/hi/LC_MESSAGES/kactivitymanagerd.mo share/locale/hi/LC_MESSAGES/kalarm.mo share/locale/hi/LC_MESSAGES/kalgebra.mo share/locale/hi/LC_MESSAGES/kalzium.mo share/locale/hi/LC_MESSAGES/kanagram.mo share/locale/hi/LC_MESSAGES/kate.mo share/locale/hi/LC_MESSAGES/katefilebrowserplugin.mo share/locale/hi/LC_MESSAGES/katefiletemplates.mo share/locale/hi/LC_MESSAGES/katehelloworld.mo share/locale/hi/LC_MESSAGES/katekonsoleplugin.mo share/locale/hi/LC_MESSAGES/katemailfilesplugin.mo share/locale/hi/LC_MESSAGES/kateopenheader.mo share/locale/hi/LC_MESSAGES/katepart4.mo share/locale/hi/LC_MESSAGES/katesymbolviewer.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/kbattleship.mo share/locale/hi/LC_MESSAGES/kblackbox.mo share/locale/hi/LC_MESSAGES/kblankscrn.mo share/locale/hi/LC_MESSAGES/kbounce.mo share/locale/hi/LC_MESSAGES/kbruch.mo share/locale/hi/LC_MESSAGES/kcachegrind.mo share/locale/hi/LC_MESSAGES/kcalc.mo share/locale/hi/LC_MESSAGES/kcertpart.mo share/locale/hi/LC_MESSAGES/kcharselect.mo share/locale/hi/LC_MESSAGES/kcm_attica.mo share/locale/hi/LC_MESSAGES/kcm_autostart.mo share/locale/hi/LC_MESSAGES/kcm_desktoppaths.mo share/locale/hi/LC_MESSAGES/kcm_desktopthemedetails.mo share/locale/hi/LC_MESSAGES/kcm_device_automounter.mo share/locale/hi/LC_MESSAGES/kcm_emoticons.mo share/locale/hi/LC_MESSAGES/kcm_infobase.mo share/locale/hi/LC_MESSAGES/kcm_infosummary.mo -share/locale/hi/LC_MESSAGES/kcm_krfb.mo share/locale/hi/LC_MESSAGES/kcm_kwindesktop.mo share/locale/hi/LC_MESSAGES/kcm_kwintabbox.mo share/locale/hi/LC_MESSAGES/kcm_memory.mo share/locale/hi/LC_MESSAGES/kcm_nepomuk.mo share/locale/hi/LC_MESSAGES/kcm_pci.mo share/locale/hi/LC_MESSAGES/kcm_phonon.mo share/locale/hi/LC_MESSAGES/kcm_platform.mo share/locale/hi/LC_MESSAGES/kcm_solid.mo share/locale/hi/LC_MESSAGES/kcm_solid_actions.mo share/locale/hi/LC_MESSAGES/kcmaccess.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/kcmdevinfo.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/kcminit.mo share/locale/hi/LC_MESSAGES/kcminput.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/kcmkdnssd.mo share/locale/hi/LC_MESSAGES/kcmkeyboard.mo share/locale/hi/LC_MESSAGES/kcmkeys.mo share/locale/hi/LC_MESSAGES/kcmkgamma.mo share/locale/hi/LC_MESSAGES/kcmkio.mo share/locale/hi/LC_MESSAGES/kcmkonq.mo share/locale/hi/LC_MESSAGES/kcmkonqhtml.mo share/locale/hi/LC_MESSAGES/kcmkurifilt.mo share/locale/hi/LC_MESSAGES/kcmkwallet.mo share/locale/hi/LC_MESSAGES/kcmkwincompositing.mo share/locale/hi/LC_MESSAGES/kcmkwindecoration.mo share/locale/hi/LC_MESSAGES/kcmkwinrules.mo share/locale/hi/LC_MESSAGES/kcmkwinscreenedges.mo share/locale/hi/LC_MESSAGES/kcmkwm.mo share/locale/hi/LC_MESSAGES/kcmlaunch.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/kcmopengl.mo share/locale/hi/LC_MESSAGES/kcmperformance.mo share/locale/hi/LC_MESSAGES/kcmsamba.mo share/locale/hi/LC_MESSAGES/kcmscreensaver.mo share/locale/hi/LC_MESSAGES/kcmshell.mo share/locale/hi/LC_MESSAGES/kcmsmartcard.mo share/locale/hi/LC_MESSAGES/kcmsmserver.mo share/locale/hi/LC_MESSAGES/kcmstyle.mo share/locale/hi/LC_MESSAGES/kcmusb.mo share/locale/hi/LC_MESSAGES/kcmview1394.mo share/locale/hi/LC_MESSAGES/kcolorchooser.mo share/locale/hi/LC_MESSAGES/kcron.mo share/locale/hi/LC_MESSAGES/kde-menu.mo share/locale/hi/LC_MESSAGES/kdebugdialog.mo share/locale/hi/LC_MESSAGES/kdecalendarsystems.mo share/locale/hi/LC_MESSAGES/kdelibs4.mo share/locale/hi/LC_MESSAGES/kdelibs_colors4.mo share/locale/hi/LC_MESSAGES/kdepasswd.mo share/locale/hi/LC_MESSAGES/kdeqt.mo share/locale/hi/LC_MESSAGES/kdesu.mo share/locale/hi/LC_MESSAGES/kdesud.mo share/locale/hi/LC_MESSAGES/kdf.mo share/locale/hi/LC_MESSAGES/kdialog.mo share/locale/hi/LC_MESSAGES/kdiamond.mo share/locale/hi/LC_MESSAGES/kdmconfig.mo share/locale/hi/LC_MESSAGES/kdmgreet.mo share/locale/hi/LC_MESSAGES/kdontchangethehostname.mo share/locale/hi/LC_MESSAGES/keditbookmarks.mo share/locale/hi/LC_MESSAGES/kfile.mo share/locale/hi/LC_MESSAGES/kfile_dds.mo share/locale/hi/LC_MESSAGES/kfile_drgeo.mo share/locale/hi/LC_MESSAGES/kfile_exr.mo share/locale/hi/LC_MESSAGES/kfile_kig.mo share/locale/hi/LC_MESSAGES/kfile_pnm.mo share/locale/hi/LC_MESSAGES/kfile_raw.mo share/locale/hi/LC_MESSAGES/kfile_rgb.mo share/locale/hi/LC_MESSAGES/kfile_rpm.mo share/locale/hi/LC_MESSAGES/kfile_tiff.mo share/locale/hi/LC_MESSAGES/kfile_xps.mo share/locale/hi/LC_MESSAGES/kfileaudiopreview4.mo share/locale/hi/LC_MESSAGES/kfilereplace.mo share/locale/hi/LC_MESSAGES/kfileshare.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/kfontinst.mo share/locale/hi/LC_MESSAGES/kgeography.mo share/locale/hi/LC_MESSAGES/kget.mo share/locale/hi/LC_MESSAGES/kgetplugin.mo share/locale/hi/LC_MESSAGES/kglobalaccel.mo share/locale/hi/LC_MESSAGES/kgoldrunner.mo share/locale/hi/LC_MESSAGES/kgreet_classic.mo share/locale/hi/LC_MESSAGES/kgreet_generic.mo share/locale/hi/LC_MESSAGES/kgreet_winbind.mo share/locale/hi/LC_MESSAGES/khangman.mo share/locale/hi/LC_MESSAGES/khelpcenter.mo share/locale/hi/LC_MESSAGES/khotkeys.mo share/locale/hi/LC_MESSAGES/khotnewstuff.mo share/locale/hi/LC_MESSAGES/khtmlkttsd.mo share/locale/hi/LC_MESSAGES/khtmlsettingsplugin.mo share/locale/hi/LC_MESSAGES/kiconfinder.mo share/locale/hi/LC_MESSAGES/kig.mo share/locale/hi/LC_MESSAGES/kimagemapeditor.mo -share/locale/hi/LC_MESSAGES/kinetd.mo share/locale/hi/LC_MESSAGES/kinfocenter.mo share/locale/hi/LC_MESSAGES/kio4.mo share/locale/hi/LC_MESSAGES/kio_applications.mo share/locale/hi/LC_MESSAGES/kio_archive.mo share/locale/hi/LC_MESSAGES/kio_audiocd.mo share/locale/hi/LC_MESSAGES/kio_bookmarks.mo share/locale/hi/LC_MESSAGES/kio_finger.mo share/locale/hi/LC_MESSAGES/kio_fish.mo share/locale/hi/LC_MESSAGES/kio_floppy.mo share/locale/hi/LC_MESSAGES/kio_help4.mo share/locale/hi/LC_MESSAGES/kio_imap4.mo share/locale/hi/LC_MESSAGES/kio_info.mo share/locale/hi/LC_MESSAGES/kio_jabberdisco.mo share/locale/hi/LC_MESSAGES/kio_ldap.mo share/locale/hi/LC_MESSAGES/kio_man.mo share/locale/hi/LC_MESSAGES/kio_mbox.mo share/locale/hi/LC_MESSAGES/kio_nepomuk.mo share/locale/hi/LC_MESSAGES/kio_nepomuksearch.mo share/locale/hi/LC_MESSAGES/kio_nfs.mo share/locale/hi/LC_MESSAGES/kio_nntp.mo share/locale/hi/LC_MESSAGES/kio_pop3.mo share/locale/hi/LC_MESSAGES/kio_recentdocuments.mo share/locale/hi/LC_MESSAGES/kio_remote.mo share/locale/hi/LC_MESSAGES/kio_sftp.mo share/locale/hi/LC_MESSAGES/kio_sieve.mo share/locale/hi/LC_MESSAGES/kio_smb.mo share/locale/hi/LC_MESSAGES/kio_smtp.mo share/locale/hi/LC_MESSAGES/kio_svn.mo share/locale/hi/LC_MESSAGES/kio_thumbnail.mo share/locale/hi/LC_MESSAGES/kio_timeline.mo share/locale/hi/LC_MESSAGES/kio_trash.mo share/locale/hi/LC_MESSAGES/kio_zeroconf.mo share/locale/hi/LC_MESSAGES/kioclient.mo share/locale/hi/LC_MESSAGES/kioexec.mo share/locale/hi/LC_MESSAGES/kiriki.mo share/locale/hi/LC_MESSAGES/kiten.mo share/locale/hi/LC_MESSAGES/kjots.mo share/locale/hi/LC_MESSAGES/kjumpingcube.mo share/locale/hi/LC_MESSAGES/kleopatra.mo share/locale/hi/LC_MESSAGES/klettres.mo share/locale/hi/LC_MESSAGES/klines.mo share/locale/hi/LC_MESSAGES/klinkstatus.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/kmenuedit.mo share/locale/hi/LC_MESSAGES/kmimetypefinder.mo share/locale/hi/LC_MESSAGES/kmines.mo share/locale/hi/LC_MESSAGES/kmix.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/knetattach.mo share/locale/hi/LC_MESSAGES/knetwalk.mo share/locale/hi/LC_MESSAGES/knotes.mo share/locale/hi/LC_MESSAGES/knotify4.mo share/locale/hi/LC_MESSAGES/kolf.mo share/locale/hi/LC_MESSAGES/kolourpaint.mo share/locale/hi/LC_MESSAGES/kompare.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/kopete.mo share/locale/hi/LC_MESSAGES/korganizer.mo share/locale/hi/LC_MESSAGES/kpartsaver.mo share/locale/hi/LC_MESSAGES/kpasswdserver.mo share/locale/hi/LC_MESSAGES/kpat.mo share/locale/hi/LC_MESSAGES/kppp.mo share/locale/hi/LC_MESSAGES/kppplogview.mo share/locale/hi/LC_MESSAGES/kquitapp.mo share/locale/hi/LC_MESSAGES/krandr.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/kres_blog.mo share/locale/hi/LC_MESSAGES/kres_remote.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/krunner.mo share/locale/hi/LC_MESSAGES/kscd.mo share/locale/hi/LC_MESSAGES/kscreensaver.mo share/locale/hi/LC_MESSAGES/kshellcmdplugin.mo share/locale/hi/LC_MESSAGES/kshisen.mo share/locale/hi/LC_MESSAGES/kshorturifilter.mo share/locale/hi/LC_MESSAGES/ksirk.mo share/locale/hi/LC_MESSAGES/ksmserver.mo share/locale/hi/LC_MESSAGES/ksnapshot.mo share/locale/hi/LC_MESSAGES/kspaceduel.mo share/locale/hi/LC_MESSAGES/ksplashthemes.mo share/locale/hi/LC_MESSAGES/ksquares.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/kstyle_config.mo share/locale/hi/LC_MESSAGES/kstyle_phase_config.mo share/locale/hi/LC_MESSAGES/ksudoku.mo share/locale/hi/LC_MESSAGES/ksysguard.mo share/locale/hi/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/hi/LC_MESSAGES/ksystraycmd.mo share/locale/hi/LC_MESSAGES/kteatime.mo share/locale/hi/LC_MESSAGES/ktexteditor_plugins.mo share/locale/hi/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/hi/LC_MESSAGES/ktimer.mo share/locale/hi/LC_MESSAGES/ktouch.mo share/locale/hi/LC_MESSAGES/ktraderclient.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/kuiserver.mo share/locale/hi/LC_MESSAGES/kuiviewer.mo share/locale/hi/LC_MESSAGES/kurifilter.mo share/locale/hi/LC_MESSAGES/kuser.mo share/locale/hi/LC_MESSAGES/kwalletd.mo share/locale/hi/LC_MESSAGES/kwalletmanager.mo share/locale/hi/LC_MESSAGES/kwatchgnupg.mo share/locale/hi/LC_MESSAGES/kwin.mo share/locale/hi/LC_MESSAGES/kwin_art_clients.mo share/locale/hi/LC_MESSAGES/kwin_clients.mo share/locale/hi/LC_MESSAGES/kwin_effects.mo share/locale/hi/LC_MESSAGES/kwinshutdown.mo share/locale/hi/LC_MESSAGES/kwinstartmenu.mo share/locale/hi/LC_MESSAGES/kwordquiz.mo share/locale/hi/LC_MESSAGES/kwrite.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/libkalarmcal.mo share/locale/hi/LC_MESSAGES/libkblog.mo share/locale/hi/LC_MESSAGES/libkcal.mo share/locale/hi/LC_MESSAGES/libkcddb.mo share/locale/hi/LC_MESSAGES/libkcompactdisc.mo share/locale/hi/LC_MESSAGES/libkdcraw.mo share/locale/hi/LC_MESSAGES/libkdecorations.mo share/locale/hi/LC_MESSAGES/libkdeedu.mo share/locale/hi/LC_MESSAGES/libkdegames.mo share/locale/hi/LC_MESSAGES/libkdepim.mo share/locale/hi/LC_MESSAGES/libkexiv2.mo share/locale/hi/LC_MESSAGES/libkholidays.mo share/locale/hi/LC_MESSAGES/libkldap.mo share/locale/hi/LC_MESSAGES/libkleopatra.mo share/locale/hi/LC_MESSAGES/libkmahjongg.mo share/locale/hi/LC_MESSAGES/libkmime.mo share/locale/hi/LC_MESSAGES/libkonq.mo share/locale/hi/LC_MESSAGES/libkpgp.mo share/locale/hi/LC_MESSAGES/libkpimidentities.mo share/locale/hi/LC_MESSAGES/libkpimutils.mo share/locale/hi/LC_MESSAGES/libkresources.mo share/locale/hi/LC_MESSAGES/libksane.mo share/locale/hi/LC_MESSAGES/libkscreensaver.mo share/locale/hi/LC_MESSAGES/libksieve.mo share/locale/hi/LC_MESSAGES/libktnef.mo share/locale/hi/LC_MESSAGES/libkworkspace.mo share/locale/hi/LC_MESSAGES/libkxmlrpcclient.mo share/locale/hi/LC_MESSAGES/libmailimporter.mo share/locale/hi/LC_MESSAGES/libmailtransport.mo share/locale/hi/LC_MESSAGES/libmessagelist.mo share/locale/hi/LC_MESSAGES/libmessageviewer.mo share/locale/hi/LC_MESSAGES/libphonon.mo share/locale/hi/LC_MESSAGES/libplasma.mo share/locale/hi/LC_MESSAGES/libplasmaclock.mo share/locale/hi/LC_MESSAGES/libtaskmanager.mo share/locale/hi/LC_MESSAGES/lskat.mo share/locale/hi/LC_MESSAGES/marble.mo share/locale/hi/LC_MESSAGES/marble_qt.mo share/locale/hi/LC_MESSAGES/messageviewer_text_calendar_plugin.mo share/locale/hi/LC_MESSAGES/messageviewer_text_vcard_plugin.mo share/locale/hi/LC_MESSAGES/messageviewer_text_xdiff_plugin.mo share/locale/hi/LC_MESSAGES/mf_konqplugin.mo share/locale/hi/LC_MESSAGES/minitoolsplugin.mo share/locale/hi/LC_MESSAGES/nepomukcontroller.mo share/locale/hi/LC_MESSAGES/nepomukfileindexer.mo share/locale/hi/LC_MESSAGES/nepomukqueryservice.mo share/locale/hi/LC_MESSAGES/nepomukserver.mo share/locale/hi/LC_MESSAGES/nepomukservicestub.mo share/locale/hi/LC_MESSAGES/nepomukstorage.mo share/locale/hi/LC_MESSAGES/nsplugin.mo share/locale/hi/LC_MESSAGES/oktetapart.mo share/locale/hi/LC_MESSAGES/okular.mo share/locale/hi/LC_MESSAGES/okular_chm.mo share/locale/hi/LC_MESSAGES/okular_djvu.mo share/locale/hi/LC_MESSAGES/okular_dvi.mo share/locale/hi/LC_MESSAGES/okular_fictionbook.mo share/locale/hi/LC_MESSAGES/okular_ghostview.mo share/locale/hi/LC_MESSAGES/okular_kimgio.mo share/locale/hi/LC_MESSAGES/okular_ooo.mo share/locale/hi/LC_MESSAGES/okular_plucker.mo share/locale/hi/LC_MESSAGES/okular_poppler.mo share/locale/hi/LC_MESSAGES/okular_tiff.mo share/locale/hi/LC_MESSAGES/okular_xps.mo share/locale/hi/LC_MESSAGES/parley.mo share/locale/hi/LC_MESSAGES/phonon_kde.mo share/locale/hi/LC_MESSAGES/phononserver.mo share/locale/hi/LC_MESSAGES/plasma-desktop.mo share/locale/hi/LC_MESSAGES/plasma-netbook.mo share/locale/hi/LC_MESSAGES/plasma-overlay.mo share/locale/hi/LC_MESSAGES/plasma-remote-helper.mo share/locale/hi/LC_MESSAGES/plasma_applet_battery.mo share/locale/hi/LC_MESSAGES/plasma_applet_clock.mo share/locale/hi/LC_MESSAGES/plasma_applet_dig_clock.mo share/locale/hi/LC_MESSAGES/plasma_applet_folderview.mo share/locale/hi/LC_MESSAGES/plasma_applet_frame.mo share/locale/hi/LC_MESSAGES/plasma_applet_icon.mo share/locale/hi/LC_MESSAGES/plasma_applet_kget.mo share/locale/hi/LC_MESSAGES/plasma_applet_launcher.mo share/locale/hi/LC_MESSAGES/plasma_applet_lockout.mo share/locale/hi/LC_MESSAGES/plasma_applet_luna.mo share/locale/hi/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/hi/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/hi/LC_MESSAGES/plasma_applet_notifier.mo share/locale/hi/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/hi/LC_MESSAGES/plasma_applet_org.kde.notifications.mo share/locale/hi/LC_MESSAGES/plasma_applet_pager.mo share/locale/hi/LC_MESSAGES/plasma_applet_panel.mo share/locale/hi/LC_MESSAGES/plasma_applet_panelspacer_internal.mo share/locale/hi/LC_MESSAGES/plasma_applet_quicklaunch.mo share/locale/hi/LC_MESSAGES/plasma_applet_sal.mo share/locale/hi/LC_MESSAGES/plasma_applet_saverdesktop.mo share/locale/hi/LC_MESSAGES/plasma_applet_searchbox.mo share/locale/hi/LC_MESSAGES/plasma_applet_skapplet.mo share/locale/hi/LC_MESSAGES/plasma_applet_system-monitor.mo share/locale/hi/LC_MESSAGES/plasma_applet_systemtray.mo share/locale/hi/LC_MESSAGES/plasma_applet_tasks.mo share/locale/hi/LC_MESSAGES/plasma_applet_trash.mo share/locale/hi/LC_MESSAGES/plasma_applet_webbrowser.mo share/locale/hi/LC_MESSAGES/plasma_appletscriptengine_dashboard.mo share/locale/hi/LC_MESSAGES/plasma_containmentactions_contextmenu.mo share/locale/hi/LC_MESSAGES/plasma_containmentactions_switchactivity.mo share/locale/hi/LC_MESSAGES/plasma_containmentactions_switchdesktop.mo share/locale/hi/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/hi/LC_MESSAGES/plasma_engine_keystate.mo share/locale/hi/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/hi/LC_MESSAGES/plasma_engine_metadata.mo share/locale/hi/LC_MESSAGES/plasma_engine_network.mo share/locale/hi/LC_MESSAGES/plasma_engine_notifications.mo share/locale/hi/LC_MESSAGES/plasma_engine_nowplaying.mo share/locale/hi/LC_MESSAGES/plasma_engine_rss.mo share/locale/hi/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/hi/LC_MESSAGES/plasma_engine_weather.mo share/locale/hi/LC_MESSAGES/plasma_runner_bookmarksrunner.mo share/locale/hi/LC_MESSAGES/plasma_runner_calculatorrunner.mo share/locale/hi/LC_MESSAGES/plasma_runner_kill.mo share/locale/hi/LC_MESSAGES/plasma_runner_locations.mo share/locale/hi/LC_MESSAGES/plasma_runner_nepomuksearchrunner.mo share/locale/hi/LC_MESSAGES/plasma_runner_placesrunner.mo share/locale/hi/LC_MESSAGES/plasma_runner_plasma-desktop.mo share/locale/hi/LC_MESSAGES/plasma_runner_powerdevil.mo share/locale/hi/LC_MESSAGES/plasma_runner_recentdocuments.mo share/locale/hi/LC_MESSAGES/plasma_runner_services.mo share/locale/hi/LC_MESSAGES/plasma_runner_sessions.mo share/locale/hi/LC_MESSAGES/plasma_runner_shell.mo share/locale/hi/LC_MESSAGES/plasma_runner_solid.mo share/locale/hi/LC_MESSAGES/plasma_runner_webshortcuts.mo share/locale/hi/LC_MESSAGES/plasma_runner_windows.mo share/locale/hi/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/hi/LC_MESSAGES/plasma_wallpaper_color.mo share/locale/hi/LC_MESSAGES/plasma_wallpaper_image.mo share/locale/hi/LC_MESSAGES/plasmagenericshell.mo share/locale/hi/LC_MESSAGES/plasmapkg.mo share/locale/hi/LC_MESSAGES/powerdevil.mo share/locale/hi/LC_MESSAGES/processcore.mo share/locale/hi/LC_MESSAGES/processui.mo share/locale/hi/LC_MESSAGES/rellinks.mo share/locale/hi/LC_MESSAGES/searchbarplugin.mo share/locale/hi/LC_MESSAGES/solid-hardware.mo share/locale/hi/LC_MESSAGES/solid-network.mo share/locale/hi/LC_MESSAGES/solidcontrol.mo share/locale/hi/LC_MESSAGES/soliduiserver.mo share/locale/hi/LC_MESSAGES/strigila_diff.mo share/locale/hi/LC_MESSAGES/superkaramba.mo share/locale/hi/LC_MESSAGES/sweeper.mo share/locale/hi/LC_MESSAGES/systemsettings.mo share/locale/hi/LC_MESSAGES/timezones4.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/webarchiver.mo share/locale/hi/entry.desktop Index: head/misc/kde4-l10n-hr/distinfo =================================================================== --- head/misc/kde4-l10n-hr/distinfo (revision 318451) +++ head/misc/kde4-l10n-hr/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/kde-l10n/kde-l10n-hr-4.10.1.tar.xz) = cd235705aa48e9774b1c6c28ccf9a4767d5b03420fcd78140118856543eba4d2 -SIZE (KDE/4.10.1/kde-l10n/kde-l10n-hr-4.10.1.tar.xz) = 2052756 +SHA256 (KDE/4.10.3/kde-l10n/kde-l10n-hr-4.10.3.tar.xz) = 5c971b9ad77da8b279b4631fce42fa9a0ad75bf0d9c6d0a563e921166fb863a8 +SIZE (KDE/4.10.3/kde-l10n/kde-l10n-hr-4.10.3.tar.xz) = 2054540 Index: head/misc/kde4-l10n-hr/pkg-plist =================================================================== --- head/misc/kde4-l10n-hr/pkg-plist (revision 318451) +++ head/misc/kde4-l10n-hr/pkg-plist (revision 318452) @@ -1,581 +1,579 @@ share/locale/hr/LC_MESSAGES/adblock.mo share/locale/hr/LC_MESSAGES/akonadi_birthdays_resource.mo share/locale/hr/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/hr/LC_MESSAGES/akonadi_pop3_resource.mo share/locale/hr/LC_MESSAGES/akonadicontact.mo share/locale/hr/LC_MESSAGES/akregator.mo share/locale/hr/LC_MESSAGES/akregator_konqplugin.mo share/locale/hr/LC_MESSAGES/amor.mo share/locale/hr/LC_MESSAGES/ark.mo share/locale/hr/LC_MESSAGES/attica_kde.mo share/locale/hr/LC_MESSAGES/audiocd_encoder_lame.mo share/locale/hr/LC_MESSAGES/audiocd_encoder_vorbis.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/blogilo.mo share/locale/hr/LC_MESSAGES/bomber.mo share/locale/hr/LC_MESSAGES/bovo.mo share/locale/hr/LC_MESSAGES/cantor.mo share/locale/hr/LC_MESSAGES/cervisia.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/dolphin.mo share/locale/hr/LC_MESSAGES/domtreeviewer.mo share/locale/hr/LC_MESSAGES/dragonplayer.mo share/locale/hr/LC_MESSAGES/drkonqi.mo share/locale/hr/LC_MESSAGES/filetypes.mo share/locale/hr/LC_MESSAGES/freespacenotifier.mo share/locale/hr/LC_MESSAGES/fsview.mo share/locale/hr/LC_MESSAGES/granatier.mo share/locale/hr/LC_MESSAGES/gwenview.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/jovie.mo share/locale/hr/LC_MESSAGES/joystick.mo share/locale/hr/LC_MESSAGES/juk.mo share/locale/hr/LC_MESSAGES/kabc_dir.mo share/locale/hr/LC_MESSAGES/kabc_file.mo share/locale/hr/LC_MESSAGES/kabc_ldapkio.mo share/locale/hr/LC_MESSAGES/kabc_net.mo share/locale/hr/LC_MESSAGES/kabcformat_binary.mo share/locale/hr/LC_MESSAGES/kaccess.mo share/locale/hr/LC_MESSAGES/kaccessibleapp.mo share/locale/hr/LC_MESSAGES/kactivitymanagerd.mo share/locale/hr/LC_MESSAGES/kaddressbook.mo share/locale/hr/LC_MESSAGES/kalarm.mo share/locale/hr/LC_MESSAGES/kalgebra.mo share/locale/hr/LC_MESSAGES/kalzium.mo share/locale/hr/LC_MESSAGES/kanagram.mo share/locale/hr/LC_MESSAGES/kapman.mo share/locale/hr/LC_MESSAGES/kate.mo share/locale/hr/LC_MESSAGES/katefiletemplates.mo share/locale/hr/LC_MESSAGES/katehelloworld.mo share/locale/hr/LC_MESSAGES/kateopenheader.mo share/locale/hr/LC_MESSAGES/katepart4.mo share/locale/hr/LC_MESSAGES/katesymbolviewer.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/kbattleship.mo share/locale/hr/LC_MESSAGES/kblackbox.mo share/locale/hr/LC_MESSAGES/kblankscrn.mo share/locale/hr/LC_MESSAGES/kblocks.mo share/locale/hr/LC_MESSAGES/kbounce.mo share/locale/hr/LC_MESSAGES/kbreakout.mo share/locale/hr/LC_MESSAGES/kbruch.mo share/locale/hr/LC_MESSAGES/kcachegrind.mo share/locale/hr/LC_MESSAGES/kcachegrind_qt.mo share/locale/hr/LC_MESSAGES/kcalc.mo share/locale/hr/LC_MESSAGES/kcertpart.mo share/locale/hr/LC_MESSAGES/kcharselect.mo share/locale/hr/LC_MESSAGES/kcm_attica.mo share/locale/hr/LC_MESSAGES/kcm_autostart.mo share/locale/hr/LC_MESSAGES/kcm_desktoppaths.mo share/locale/hr/LC_MESSAGES/kcm_desktopthemedetails.mo share/locale/hr/LC_MESSAGES/kcm_device_automounter.mo share/locale/hr/LC_MESSAGES/kcm_emoticons.mo share/locale/hr/LC_MESSAGES/kcm_infobase.mo share/locale/hr/LC_MESSAGES/kcm_infosummary.mo -share/locale/hr/LC_MESSAGES/kcm_krfb.mo share/locale/hr/LC_MESSAGES/kcm_kwindesktop.mo share/locale/hr/LC_MESSAGES/kcm_kwintabbox.mo share/locale/hr/LC_MESSAGES/kcm_memory.mo share/locale/hr/LC_MESSAGES/kcm_nepomuk.mo share/locale/hr/LC_MESSAGES/kcm_pci.mo share/locale/hr/LC_MESSAGES/kcm_phonon.mo share/locale/hr/LC_MESSAGES/kcm_platform.mo share/locale/hr/LC_MESSAGES/kcm_solid.mo share/locale/hr/LC_MESSAGES/kcm_solid_actions.mo share/locale/hr/LC_MESSAGES/kcm_standard_actions.mo share/locale/hr/LC_MESSAGES/kcmaccess.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/kcmdevinfo.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/kcminit.mo share/locale/hr/LC_MESSAGES/kcminput.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/kcmkdnssd.mo share/locale/hr/LC_MESSAGES/kcmkeyboard.mo share/locale/hr/LC_MESSAGES/kcmkeys.mo share/locale/hr/LC_MESSAGES/kcmkgamma.mo share/locale/hr/LC_MESSAGES/kcmkio.mo share/locale/hr/LC_MESSAGES/kcmkonq.mo share/locale/hr/LC_MESSAGES/kcmkonqhtml.mo share/locale/hr/LC_MESSAGES/kcmkurifilt.mo share/locale/hr/LC_MESSAGES/kcmkwallet.mo share/locale/hr/LC_MESSAGES/kcmkwincompositing.mo share/locale/hr/LC_MESSAGES/kcmkwindecoration.mo share/locale/hr/LC_MESSAGES/kcmkwinrules.mo share/locale/hr/LC_MESSAGES/kcmkwinscreenedges.mo share/locale/hr/LC_MESSAGES/kcmkwm.mo share/locale/hr/LC_MESSAGES/kcmlaunch.mo share/locale/hr/LC_MESSAGES/kcmlocale.mo share/locale/hr/LC_MESSAGES/kcmnic.mo share/locale/hr/LC_MESSAGES/kcmnotify.mo share/locale/hr/LC_MESSAGES/kcmopengl.mo share/locale/hr/LC_MESSAGES/kcmperformance.mo share/locale/hr/LC_MESSAGES/kcmsamba.mo share/locale/hr/LC_MESSAGES/kcmscreensaver.mo share/locale/hr/LC_MESSAGES/kcmshell.mo share/locale/hr/LC_MESSAGES/kcmsmartcard.mo share/locale/hr/LC_MESSAGES/kcmsmserver.mo share/locale/hr/LC_MESSAGES/kcmstyle.mo share/locale/hr/LC_MESSAGES/kcmusb.mo share/locale/hr/LC_MESSAGES/kcmview1394.mo share/locale/hr/LC_MESSAGES/kcmworkspaceoptions.mo share/locale/hr/LC_MESSAGES/kcolorchooser.mo share/locale/hr/LC_MESSAGES/kcron.mo share/locale/hr/LC_MESSAGES/kde-menu.mo share/locale/hr/LC_MESSAGES/kdeasciiquarium.mo share/locale/hr/LC_MESSAGES/kdebugdialog.mo share/locale/hr/LC_MESSAGES/kdecalendarsystems.mo share/locale/hr/LC_MESSAGES/kdelibs4.mo share/locale/hr/LC_MESSAGES/kdelibs_colors4.mo share/locale/hr/LC_MESSAGES/kdepasswd.mo share/locale/hr/LC_MESSAGES/kdeqt.mo share/locale/hr/LC_MESSAGES/kdesu.mo share/locale/hr/LC_MESSAGES/kdesud.mo share/locale/hr/LC_MESSAGES/kdf.mo share/locale/hr/LC_MESSAGES/kdialog.mo share/locale/hr/LC_MESSAGES/kdiamond.mo share/locale/hr/LC_MESSAGES/kdmconfig.mo share/locale/hr/LC_MESSAGES/kdmgreet.mo share/locale/hr/LC_MESSAGES/kdontchangethehostname.mo share/locale/hr/LC_MESSAGES/keditbookmarks.mo share/locale/hr/LC_MESSAGES/kfile.mo share/locale/hr/LC_MESSAGES/kfile_dds.mo share/locale/hr/LC_MESSAGES/kfile_drgeo.mo share/locale/hr/LC_MESSAGES/kfile_exr.mo share/locale/hr/LC_MESSAGES/kfile_kig.mo share/locale/hr/LC_MESSAGES/kfile_pnm.mo share/locale/hr/LC_MESSAGES/kfile_raw.mo share/locale/hr/LC_MESSAGES/kfile_rgb.mo share/locale/hr/LC_MESSAGES/kfile_rpm.mo share/locale/hr/LC_MESSAGES/kfile_tiff.mo share/locale/hr/LC_MESSAGES/kfile_xps.mo share/locale/hr/LC_MESSAGES/kfileaudiopreview4.mo share/locale/hr/LC_MESSAGES/kfilereplace.mo share/locale/hr/LC_MESSAGES/kfileshare.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/kfontinst.mo share/locale/hr/LC_MESSAGES/kfourinline.mo share/locale/hr/LC_MESSAGES/kgeography.mo share/locale/hr/LC_MESSAGES/kget.mo share/locale/hr/LC_MESSAGES/kgetplugin.mo share/locale/hr/LC_MESSAGES/kglobalaccel.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_generic.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/khotkeys.mo share/locale/hr/LC_MESSAGES/khotnewstuff.mo share/locale/hr/LC_MESSAGES/khtmlkttsd.mo share/locale/hr/LC_MESSAGES/khtmlsettingsplugin.mo share/locale/hr/LC_MESSAGES/kiconfinder.mo share/locale/hr/LC_MESSAGES/kig.mo share/locale/hr/LC_MESSAGES/kigo.mo share/locale/hr/LC_MESSAGES/killbots.mo share/locale/hr/LC_MESSAGES/kimagemapeditor.mo -share/locale/hr/LC_MESSAGES/kinetd.mo share/locale/hr/LC_MESSAGES/kinfocenter.mo share/locale/hr/LC_MESSAGES/kio4.mo share/locale/hr/LC_MESSAGES/kio_applications.mo share/locale/hr/LC_MESSAGES/kio_archive.mo share/locale/hr/LC_MESSAGES/kio_audiocd.mo share/locale/hr/LC_MESSAGES/kio_bookmarks.mo share/locale/hr/LC_MESSAGES/kio_finger.mo share/locale/hr/LC_MESSAGES/kio_fish.mo share/locale/hr/LC_MESSAGES/kio_floppy.mo share/locale/hr/LC_MESSAGES/kio_help4.mo share/locale/hr/LC_MESSAGES/kio_imap4.mo share/locale/hr/LC_MESSAGES/kio_info.mo share/locale/hr/LC_MESSAGES/kio_jabberdisco.mo share/locale/hr/LC_MESSAGES/kio_man.mo share/locale/hr/LC_MESSAGES/kio_nepomuk.mo share/locale/hr/LC_MESSAGES/kio_nepomuksearch.mo share/locale/hr/LC_MESSAGES/kio_nfs.mo share/locale/hr/LC_MESSAGES/kio_nntp.mo share/locale/hr/LC_MESSAGES/kio_pop3.mo share/locale/hr/LC_MESSAGES/kio_remote.mo share/locale/hr/LC_MESSAGES/kio_sftp.mo share/locale/hr/LC_MESSAGES/kio_sieve.mo share/locale/hr/LC_MESSAGES/kio_smb.mo share/locale/hr/LC_MESSAGES/kio_smtp.mo share/locale/hr/LC_MESSAGES/kio_thumbnail.mo share/locale/hr/LC_MESSAGES/kio_timeline.mo share/locale/hr/LC_MESSAGES/kio_trash.mo share/locale/hr/LC_MESSAGES/kio_zeroconf.mo share/locale/hr/LC_MESSAGES/kioclient.mo share/locale/hr/LC_MESSAGES/kioexec.mo share/locale/hr/LC_MESSAGES/kiriki.mo share/locale/hr/LC_MESSAGES/kiten.mo share/locale/hr/LC_MESSAGES/kjots.mo share/locale/hr/LC_MESSAGES/kjumpingcube.mo share/locale/hr/LC_MESSAGES/kleopatra.mo share/locale/hr/LC_MESSAGES/klettres.mo share/locale/hr/LC_MESSAGES/klines.mo share/locale/hr/LC_MESSAGES/klinkstatus.mo share/locale/hr/LC_MESSAGES/klipper.mo share/locale/hr/LC_MESSAGES/klock.mo share/locale/hr/LC_MESSAGES/kmag.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/kmenuedit.mo share/locale/hr/LC_MESSAGES/kmimetypefinder.mo share/locale/hr/LC_MESSAGES/kmines.mo share/locale/hr/LC_MESSAGES/kmix.mo share/locale/hr/LC_MESSAGES/kmousetool.mo share/locale/hr/LC_MESSAGES/kmouth.mo share/locale/hr/LC_MESSAGES/kmplot.mo share/locale/hr/LC_MESSAGES/knetattach.mo share/locale/hr/LC_MESSAGES/knetwalk.mo share/locale/hr/LC_MESSAGES/knode.mo share/locale/hr/LC_MESSAGES/knotes.mo share/locale/hr/LC_MESSAGES/knotify4.mo share/locale/hr/LC_MESSAGES/kolf.mo share/locale/hr/LC_MESSAGES/kollision.mo share/locale/hr/LC_MESSAGES/kolourpaint.mo share/locale/hr/LC_MESSAGES/kompare.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/kopete.mo share/locale/hr/LC_MESSAGES/korganizer.mo share/locale/hr/LC_MESSAGES/kpartloader.mo share/locale/hr/LC_MESSAGES/kpartsaver.mo share/locale/hr/LC_MESSAGES/kpasswdserver.mo share/locale/hr/LC_MESSAGES/kpat.mo share/locale/hr/LC_MESSAGES/kppp.mo share/locale/hr/LC_MESSAGES/kppplogview.mo share/locale/hr/LC_MESSAGES/kquitapp.mo share/locale/hr/LC_MESSAGES/krandr.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/kres_blog.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/krunner.mo share/locale/hr/LC_MESSAGES/ksaneplugin.mo share/locale/hr/LC_MESSAGES/kscd.mo share/locale/hr/LC_MESSAGES/kscreensaver.mo share/locale/hr/LC_MESSAGES/kshellcmdplugin.mo share/locale/hr/LC_MESSAGES/kshisen.mo share/locale/hr/LC_MESSAGES/kshorturifilter.mo share/locale/hr/LC_MESSAGES/ksirk.mo share/locale/hr/LC_MESSAGES/ksirkskineditor.mo share/locale/hr/LC_MESSAGES/ksmserver.mo share/locale/hr/LC_MESSAGES/ksnapshot.mo share/locale/hr/LC_MESSAGES/kspaceduel.mo share/locale/hr/LC_MESSAGES/ksplashthemes.mo share/locale/hr/LC_MESSAGES/ksquares.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/kstyle_config.mo share/locale/hr/LC_MESSAGES/kstyle_phase_config.mo share/locale/hr/LC_MESSAGES/ksudoku.mo share/locale/hr/LC_MESSAGES/ksysguard.mo share/locale/hr/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/hr/LC_MESSAGES/ksystemlog.mo share/locale/hr/LC_MESSAGES/ksystraycmd.mo share/locale/hr/LC_MESSAGES/kteatime.mo share/locale/hr/LC_MESSAGES/ktexteditor_plugins.mo share/locale/hr/LC_MESSAGES/ktimer.mo share/locale/hr/LC_MESSAGES/ktimetracker.mo share/locale/hr/LC_MESSAGES/ktouch.mo share/locale/hr/LC_MESSAGES/ktraderclient.mo share/locale/hr/LC_MESSAGES/ktron.mo share/locale/hr/LC_MESSAGES/ktuberling.mo share/locale/hr/LC_MESSAGES/kturtle.mo share/locale/hr/LC_MESSAGES/ktux.mo share/locale/hr/LC_MESSAGES/kubrick.mo share/locale/hr/LC_MESSAGES/kuiserver.mo share/locale/hr/LC_MESSAGES/kurifilter.mo share/locale/hr/LC_MESSAGES/kuser.mo share/locale/hr/LC_MESSAGES/kwalletd.mo share/locale/hr/LC_MESSAGES/kwalletmanager.mo share/locale/hr/LC_MESSAGES/kwin.mo share/locale/hr/LC_MESSAGES/kwin_art_clients.mo share/locale/hr/LC_MESSAGES/kwin_clients.mo share/locale/hr/LC_MESSAGES/kwin_effects.mo share/locale/hr/LC_MESSAGES/kwinstartmenu.mo share/locale/hr/LC_MESSAGES/kwordquiz.mo share/locale/hr/LC_MESSAGES/kwrite.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/lancelot.mo share/locale/hr/LC_MESSAGES/libkalarmcal.mo share/locale/hr/LC_MESSAGES/libkasten.mo share/locale/hr/LC_MESSAGES/libkcal.mo share/locale/hr/LC_MESSAGES/libkcalutils.mo share/locale/hr/LC_MESSAGES/libkcddb.mo share/locale/hr/LC_MESSAGES/libkcompactdisc.mo share/locale/hr/LC_MESSAGES/libkdcraw.mo share/locale/hr/LC_MESSAGES/libkdecorations.mo share/locale/hr/LC_MESSAGES/libkdeedu.mo share/locale/hr/LC_MESSAGES/libkdegames.mo share/locale/hr/LC_MESSAGES/libkdepim.mo share/locale/hr/LC_MESSAGES/libkexiv2.mo share/locale/hr/LC_MESSAGES/libkleopatra.mo share/locale/hr/LC_MESSAGES/libkmahjongg.mo share/locale/hr/LC_MESSAGES/libkonq.mo share/locale/hr/LC_MESSAGES/libkpgp.mo share/locale/hr/LC_MESSAGES/libksane.mo share/locale/hr/LC_MESSAGES/libkscreensaver.mo share/locale/hr/LC_MESSAGES/libkunitconversion.mo share/locale/hr/LC_MESSAGES/libkworkspace.mo share/locale/hr/LC_MESSAGES/liblancelot-datamodels.mo share/locale/hr/LC_MESSAGES/libmailcommon.mo share/locale/hr/LC_MESSAGES/libmailimporter.mo share/locale/hr/LC_MESSAGES/libmessagelist.mo share/locale/hr/LC_MESSAGES/libmessageviewer.mo share/locale/hr/LC_MESSAGES/liboktetacore.mo share/locale/hr/LC_MESSAGES/liboktetakasten.mo share/locale/hr/LC_MESSAGES/libphonon.mo share/locale/hr/LC_MESSAGES/libplasma.mo share/locale/hr/LC_MESSAGES/libplasma_groupingcontainment.mo share/locale/hr/LC_MESSAGES/libplasmaclock.mo share/locale/hr/LC_MESSAGES/libplasmaweather.mo share/locale/hr/LC_MESSAGES/libtaskmanager.mo share/locale/hr/LC_MESSAGES/lokalize.mo share/locale/hr/LC_MESSAGES/lskat.mo share/locale/hr/LC_MESSAGES/marble.mo share/locale/hr/LC_MESSAGES/marble_qt.mo share/locale/hr/LC_MESSAGES/mf_konqplugin.mo share/locale/hr/LC_MESSAGES/minitoolsplugin.mo share/locale/hr/LC_MESSAGES/mplayerthumbs.mo share/locale/hr/LC_MESSAGES/mplayerthumbsconfig.mo share/locale/hr/LC_MESSAGES/nepomukbackup.mo share/locale/hr/LC_MESSAGES/nepomukfileindexer.mo share/locale/hr/LC_MESSAGES/nepomukqueryservice.mo share/locale/hr/LC_MESSAGES/nepomukserver.mo share/locale/hr/LC_MESSAGES/nepomukservicestub.mo share/locale/hr/LC_MESSAGES/nepomukstorage.mo share/locale/hr/LC_MESSAGES/nsplugin.mo share/locale/hr/LC_MESSAGES/okteta.mo share/locale/hr/LC_MESSAGES/oktetapart.mo share/locale/hr/LC_MESSAGES/okular.mo share/locale/hr/LC_MESSAGES/okular_chm.mo share/locale/hr/LC_MESSAGES/okular_comicbook.mo share/locale/hr/LC_MESSAGES/okular_djvu.mo share/locale/hr/LC_MESSAGES/okular_dvi.mo share/locale/hr/LC_MESSAGES/okular_epub.mo share/locale/hr/LC_MESSAGES/okular_fax.mo share/locale/hr/LC_MESSAGES/okular_fictionbook.mo share/locale/hr/LC_MESSAGES/okular_ghostview.mo share/locale/hr/LC_MESSAGES/okular_kimgio.mo share/locale/hr/LC_MESSAGES/okular_mobi.mo share/locale/hr/LC_MESSAGES/okular_ooo.mo share/locale/hr/LC_MESSAGES/okular_plucker.mo share/locale/hr/LC_MESSAGES/okular_poppler.mo share/locale/hr/LC_MESSAGES/okular_tiff.mo share/locale/hr/LC_MESSAGES/okular_xps.mo share/locale/hr/LC_MESSAGES/palapeli.mo share/locale/hr/LC_MESSAGES/parley.mo share/locale/hr/LC_MESSAGES/phonon_gstreamer.mo share/locale/hr/LC_MESSAGES/phonon_kde.mo share/locale/hr/LC_MESSAGES/phononserver.mo share/locale/hr/LC_MESSAGES/plasma-desktop.mo share/locale/hr/LC_MESSAGES/plasma-netbook.mo share/locale/hr/LC_MESSAGES/plasma-overlay.mo share/locale/hr/LC_MESSAGES/plasma-windowed.mo share/locale/hr/LC_MESSAGES/plasma_applet_BbalL.mo share/locale/hr/LC_MESSAGES/plasma_applet_CharSelectApplet.mo share/locale/hr/LC_MESSAGES/plasma_applet_battery.mo share/locale/hr/LC_MESSAGES/plasma_applet_binaryclock.mo share/locale/hr/LC_MESSAGES/plasma_applet_bookmarks.mo share/locale/hr/LC_MESSAGES/plasma_applet_bubblemon.mo share/locale/hr/LC_MESSAGES/plasma_applet_calculator.mo share/locale/hr/LC_MESSAGES/plasma_applet_clock.mo share/locale/hr/LC_MESSAGES/plasma_applet_comic.mo share/locale/hr/LC_MESSAGES/plasma_applet_concentrationCalculator.mo share/locale/hr/LC_MESSAGES/plasma_applet_currentappcontrol.mo share/locale/hr/LC_MESSAGES/plasma_applet_dig_clock.mo share/locale/hr/LC_MESSAGES/plasma_applet_fifteenPuzzle.mo share/locale/hr/LC_MESSAGES/plasma_applet_fileWatcher.mo share/locale/hr/LC_MESSAGES/plasma_applet_folderview.mo share/locale/hr/LC_MESSAGES/plasma_applet_frame.mo share/locale/hr/LC_MESSAGES/plasma_applet_fuzzy_clock.mo share/locale/hr/LC_MESSAGES/plasma_applet_gasCalculator.mo share/locale/hr/LC_MESSAGES/plasma_applet_groupingpanel.mo share/locale/hr/LC_MESSAGES/plasma_applet_icon.mo share/locale/hr/LC_MESSAGES/plasma_applet_incomingmsg.mo share/locale/hr/LC_MESSAGES/plasma_applet_kalzium.mo share/locale/hr/LC_MESSAGES/plasma_applet_kdeobservatory.mo share/locale/hr/LC_MESSAGES/plasma_applet_kget.mo share/locale/hr/LC_MESSAGES/plasma_applet_kimpanel.mo share/locale/hr/LC_MESSAGES/plasma_applet_knowledgebase.mo share/locale/hr/LC_MESSAGES/plasma_applet_kolourpicker.mo share/locale/hr/LC_MESSAGES/plasma_applet_launcher.mo share/locale/hr/LC_MESSAGES/plasma_applet_leavenote.mo share/locale/hr/LC_MESSAGES/plasma_applet_life.mo share/locale/hr/LC_MESSAGES/plasma_applet_lockout.mo share/locale/hr/LC_MESSAGES/plasma_applet_luna.mo share/locale/hr/LC_MESSAGES/plasma_applet_magnifique.mo share/locale/hr/LC_MESSAGES/plasma_applet_microblog.mo share/locale/hr/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/hr/LC_MESSAGES/plasma_applet_news.mo share/locale/hr/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/hr/LC_MESSAGES/plasma_applet_notes.mo share/locale/hr/LC_MESSAGES/plasma_applet_notifier.mo share/locale/hr/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/hr/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/hr/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/hr/LC_MESSAGES/plasma_applet_opendesktop_activities.mo share/locale/hr/LC_MESSAGES/plasma_applet_org.kde.notifications.mo share/locale/hr/LC_MESSAGES/plasma_applet_pager.mo share/locale/hr/LC_MESSAGES/plasma_applet_panel.mo share/locale/hr/LC_MESSAGES/plasma_applet_panelspacer_internal.mo share/locale/hr/LC_MESSAGES/plasma_applet_paste.mo share/locale/hr/LC_MESSAGES/plasma_applet_pastebin.mo share/locale/hr/LC_MESSAGES/plasma_applet_plasmaboard.mo share/locale/hr/LC_MESSAGES/plasma_applet_previewer.mo share/locale/hr/LC_MESSAGES/plasma_applet_qalculate.mo share/locale/hr/LC_MESSAGES/plasma_applet_qstardict.mo share/locale/hr/LC_MESSAGES/plasma_applet_quicklaunch.mo share/locale/hr/LC_MESSAGES/plasma_applet_rssnow.mo share/locale/hr/LC_MESSAGES/plasma_applet_rtm.mo share/locale/hr/LC_MESSAGES/plasma_applet_sal.mo share/locale/hr/LC_MESSAGES/plasma_applet_saverdesktop.mo share/locale/hr/LC_MESSAGES/plasma_applet_searchbox.mo share/locale/hr/LC_MESSAGES/plasma_applet_showdashboard.mo share/locale/hr/LC_MESSAGES/plasma_applet_showdesktop.mo share/locale/hr/LC_MESSAGES/plasma_applet_skapplet.mo share/locale/hr/LC_MESSAGES/plasma_applet_spellcheck.mo share/locale/hr/LC_MESSAGES/plasma_applet_system-monitor.mo share/locale/hr/LC_MESSAGES/plasma_applet_systemloadviewer.mo share/locale/hr/LC_MESSAGES/plasma_applet_systemtray.mo share/locale/hr/LC_MESSAGES/plasma_applet_tasks.mo share/locale/hr/LC_MESSAGES/plasma_applet_timer.mo share/locale/hr/LC_MESSAGES/plasma_applet_trash.mo share/locale/hr/LC_MESSAGES/plasma_applet_unitconverter.mo share/locale/hr/LC_MESSAGES/plasma_applet_weather.mo share/locale/hr/LC_MESSAGES/plasma_applet_weatherstation.mo share/locale/hr/LC_MESSAGES/plasma_applet_webbrowser.mo share/locale/hr/LC_MESSAGES/plasma_applet_webslice.mo share/locale/hr/LC_MESSAGES/plasma_applet_windowlist.mo share/locale/hr/LC_MESSAGES/plasma_appletscriptengine_dashboard.mo share/locale/hr/LC_MESSAGES/plasma_containmentactions_contextmenu.mo share/locale/hr/LC_MESSAGES/plasma_containmentactions_switchactivity.mo share/locale/hr/LC_MESSAGES/plasma_containmentactions_switchdesktop.mo share/locale/hr/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/hr/LC_MESSAGES/plasma_engine_calendar.mo share/locale/hr/LC_MESSAGES/plasma_engine_kalzium.mo share/locale/hr/LC_MESSAGES/plasma_engine_kdeobservatory.mo share/locale/hr/LC_MESSAGES/plasma_engine_keystate.mo share/locale/hr/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/hr/LC_MESSAGES/plasma_engine_metadata.mo share/locale/hr/LC_MESSAGES/plasma_engine_network.mo share/locale/hr/LC_MESSAGES/plasma_engine_notifications.mo share/locale/hr/LC_MESSAGES/plasma_engine_nowplaying.mo share/locale/hr/LC_MESSAGES/plasma_engine_rss.mo share/locale/hr/LC_MESSAGES/plasma_engine_share.mo share/locale/hr/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/hr/LC_MESSAGES/plasma_engine_weather.mo share/locale/hr/LC_MESSAGES/plasma_packagestructure_comic.mo share/locale/hr/LC_MESSAGES/plasma_runner_CharacterRunner.mo share/locale/hr/LC_MESSAGES/plasma_runner_audioplayercontrol.mo share/locale/hr/LC_MESSAGES/plasma_runner_bookmarksrunner.mo share/locale/hr/LC_MESSAGES/plasma_runner_browserhistory.mo share/locale/hr/LC_MESSAGES/plasma_runner_calculatorrunner.mo share/locale/hr/LC_MESSAGES/plasma_runner_contacts.mo share/locale/hr/LC_MESSAGES/plasma_runner_converterrunner.mo share/locale/hr/LC_MESSAGES/plasma_runner_datetime.mo share/locale/hr/LC_MESSAGES/plasma_runner_katesessions.mo share/locale/hr/LC_MESSAGES/plasma_runner_kget.mo share/locale/hr/LC_MESSAGES/plasma_runner_kill.mo share/locale/hr/LC_MESSAGES/plasma_runner_konquerorsessions.mo share/locale/hr/LC_MESSAGES/plasma_runner_konsolesessions.mo share/locale/hr/LC_MESSAGES/plasma_runner_kopete.mo share/locale/hr/LC_MESSAGES/plasma_runner_locations.mo share/locale/hr/LC_MESSAGES/plasma_runner_mediawiki.mo share/locale/hr/LC_MESSAGES/plasma_runner_nepomuksearchrunner.mo share/locale/hr/LC_MESSAGES/plasma_runner_placesrunner.mo share/locale/hr/LC_MESSAGES/plasma_runner_plasma-desktop.mo share/locale/hr/LC_MESSAGES/plasma_runner_powerdevil.mo share/locale/hr/LC_MESSAGES/plasma_runner_recentdocuments.mo share/locale/hr/LC_MESSAGES/plasma_runner_services.mo share/locale/hr/LC_MESSAGES/plasma_runner_sessions.mo share/locale/hr/LC_MESSAGES/plasma_runner_shell.mo share/locale/hr/LC_MESSAGES/plasma_runner_solid.mo share/locale/hr/LC_MESSAGES/plasma_runner_spellcheckrunner.mo share/locale/hr/LC_MESSAGES/plasma_runner_webshortcuts.mo share/locale/hr/LC_MESSAGES/plasma_runner_windowedwidgets.mo share/locale/hr/LC_MESSAGES/plasma_runner_windows.mo share/locale/hr/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/hr/LC_MESSAGES/plasma_toolbox_desktoptoolbox.mo share/locale/hr/LC_MESSAGES/plasma_toolbox_paneltoolbox.mo share/locale/hr/LC_MESSAGES/plasma_wallpaper_color.mo share/locale/hr/LC_MESSAGES/plasma_wallpaper_image.mo share/locale/hr/LC_MESSAGES/plasma_wallpaper_mandelbrot.mo share/locale/hr/LC_MESSAGES/plasma_wallpaper_marble.mo share/locale/hr/LC_MESSAGES/plasma_wallpaper_pattern.mo share/locale/hr/LC_MESSAGES/plasma_wallpaper_virus.mo share/locale/hr/LC_MESSAGES/plasma_wallpaper_weather.mo share/locale/hr/LC_MESSAGES/plasmagenericshell.mo share/locale/hr/LC_MESSAGES/plasmapkg.mo share/locale/hr/LC_MESSAGES/powerdevil.mo share/locale/hr/LC_MESSAGES/powerdevilglobalconfig.mo share/locale/hr/LC_MESSAGES/powerdevilprofilesconfig.mo share/locale/hr/LC_MESSAGES/processcore.mo share/locale/hr/LC_MESSAGES/processui.mo share/locale/hr/LC_MESSAGES/randrmonitor.mo share/locale/hr/LC_MESSAGES/rellinks.mo share/locale/hr/LC_MESSAGES/rocs.mo share/locale/hr/LC_MESSAGES/rocscore.mo share/locale/hr/LC_MESSAGES/rocsvisualeditor.mo share/locale/hr/LC_MESSAGES/searchbarplugin.mo share/locale/hr/LC_MESSAGES/solid-hardware.mo share/locale/hr/LC_MESSAGES/solid-network.mo share/locale/hr/LC_MESSAGES/solid_qt.mo share/locale/hr/LC_MESSAGES/solidcontrol.mo share/locale/hr/LC_MESSAGES/soliduiserver.mo share/locale/hr/LC_MESSAGES/step.mo share/locale/hr/LC_MESSAGES/step_qt.mo share/locale/hr/LC_MESSAGES/strigila_diff.mo share/locale/hr/LC_MESSAGES/superkaramba.mo share/locale/hr/LC_MESSAGES/svgpart.mo share/locale/hr/LC_MESSAGES/sweeper.mo share/locale/hr/LC_MESSAGES/systemsettings.mo share/locale/hr/LC_MESSAGES/timezones4.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/webarchiver.mo share/locale/hr/LC_MESSAGES/xml_mimetypes.mo share/locale/hr/LC_SCRIPTS/kdelibs4/general.pmap share/locale/hr/LC_SCRIPTS/kdelibs4/kdelibs4.js share/locale/hr/LC_SCRIPTS/kdelibs4/popmap.pcon share/locale/hr/entry.desktop @dirrm share/locale/hr/LC_SCRIPTS/kdelibs4 @dirrm share/locale/hr/LC_SCRIPTS Index: head/misc/kde4-l10n-ia/distinfo =================================================================== --- head/misc/kde4-l10n-ia/distinfo (revision 318451) +++ head/misc/kde4-l10n-ia/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/kde-l10n/kde-l10n-ia-4.10.1.tar.xz) = 80856689df0ac15fbdd5033c32a4eb069d86b9686bce7463e3e86e6e7e2c749f -SIZE (KDE/4.10.1/kde-l10n/kde-l10n-ia-4.10.1.tar.xz) = 1391776 +SHA256 (KDE/4.10.3/kde-l10n/kde-l10n-ia-4.10.3.tar.xz) = c89c0f3989f5ee6d4285393c776f1996712cfa0d657108a15b590d3fef940f04 +SIZE (KDE/4.10.3/kde-l10n/kde-l10n-ia-4.10.3.tar.xz) = 1394240 Index: head/misc/kde4-l10n-ia/pkg-plist =================================================================== --- head/misc/kde4-l10n-ia/pkg-plist (revision 318451) +++ head/misc/kde4-l10n-ia/pkg-plist (revision 318452) @@ -1,564 +1,562 @@ share/locale/ia/LC_MESSAGES/accountwizard.mo share/locale/ia/LC_MESSAGES/accountwizard_ical.mo share/locale/ia/LC_MESSAGES/accountwizard_imap.mo share/locale/ia/LC_MESSAGES/accountwizard_kolab.mo share/locale/ia/LC_MESSAGES/accountwizard_mailbox.mo share/locale/ia/LC_MESSAGES/accountwizard_maildir.mo share/locale/ia/LC_MESSAGES/accountwizard_pop3.mo share/locale/ia/LC_MESSAGES/accountwizard_tine20.mo share/locale/ia/LC_MESSAGES/activitymanager_plugin_globalshortcuts.mo share/locale/ia/LC_MESSAGES/activitymanager_uihandler_declarative.mo share/locale/ia/LC_MESSAGES/adblock.mo share/locale/ia/LC_MESSAGES/akonadi-filestore.mo share/locale/ia/LC_MESSAGES/akonadi_archivemail_agent.mo share/locale/ia/LC_MESSAGES/akonadi_birthdays_resource.mo share/locale/ia/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/ia/LC_MESSAGES/akonadi_davgroupware_resource.mo share/locale/ia/LC_MESSAGES/akonadi_google_resource.mo share/locale/ia/LC_MESSAGES/akonadi_ical_resource.mo share/locale/ia/LC_MESSAGES/akonadi_icaldir_resource.mo share/locale/ia/LC_MESSAGES/akonadi_imap_resource.mo share/locale/ia/LC_MESSAGES/akonadi_invitations_agent.mo share/locale/ia/LC_MESSAGES/akonadi_kabc_resource.mo share/locale/ia/LC_MESSAGES/akonadi_kalarm_resource.mo share/locale/ia/LC_MESSAGES/akonadi_kcal_resource.mo share/locale/ia/LC_MESSAGES/akonadi_kdeaccounts_resource.mo share/locale/ia/LC_MESSAGES/akonadi_knut_resource.mo share/locale/ia/LC_MESSAGES/akonadi_kolabproxy_resource.mo share/locale/ia/LC_MESSAGES/akonadi_kresourceassistant.mo share/locale/ia/LC_MESSAGES/akonadi_localbookmarks_resource.mo share/locale/ia/LC_MESSAGES/akonadi_maildir_resource.mo share/locale/ia/LC_MESSAGES/akonadi_maildispatcher_agent.mo share/locale/ia/LC_MESSAGES/akonadi_mailfilter_agent.mo share/locale/ia/LC_MESSAGES/akonadi_mailtransport_resource.mo share/locale/ia/LC_MESSAGES/akonadi_mbox_resource.mo share/locale/ia/LC_MESSAGES/akonadi_microblog_resource.mo share/locale/ia/LC_MESSAGES/akonadi_mixedmaildir_resource.mo share/locale/ia/LC_MESSAGES/akonadi_nepomuk_feeder.mo share/locale/ia/LC_MESSAGES/akonadi_nepomuktag_resource.mo share/locale/ia/LC_MESSAGES/akonadi_next.mo share/locale/ia/LC_MESSAGES/akonadi_nntp_resource.mo share/locale/ia/LC_MESSAGES/akonadi_openxchange_resource.mo share/locale/ia/LC_MESSAGES/akonadi_pop3_resource.mo share/locale/ia/LC_MESSAGES/akonadi_serializer_plugins.mo share/locale/ia/LC_MESSAGES/akonadi_singlefile_resource.mo share/locale/ia/LC_MESSAGES/akonadi_strigi_feeder.mo share/locale/ia/LC_MESSAGES/akonadi_vcard_resource.mo share/locale/ia/LC_MESSAGES/akonadi_vcarddir_resource.mo share/locale/ia/LC_MESSAGES/akonadicontact.mo share/locale/ia/LC_MESSAGES/akonadinotes.mo share/locale/ia/LC_MESSAGES/akonaditray.mo share/locale/ia/LC_MESSAGES/akregator.mo share/locale/ia/LC_MESSAGES/akregator_konqplugin.mo share/locale/ia/LC_MESSAGES/ark.mo share/locale/ia/LC_MESSAGES/attica_kde.mo share/locale/ia/LC_MESSAGES/audiocd_encoder_lame.mo share/locale/ia/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/ia/LC_MESSAGES/audiorename_plugin.mo share/locale/ia/LC_MESSAGES/autorefresh.mo share/locale/ia/LC_MESSAGES/babelfish.mo share/locale/ia/LC_MESSAGES/blogilo.mo share/locale/ia/LC_MESSAGES/calendarsupport.mo share/locale/ia/LC_MESSAGES/cryptopageplugin.mo share/locale/ia/LC_MESSAGES/dirfilterplugin.mo share/locale/ia/LC_MESSAGES/display.mo share/locale/ia/LC_MESSAGES/dolphin.mo share/locale/ia/LC_MESSAGES/domtreeviewer.mo share/locale/ia/LC_MESSAGES/dragonplayer.mo share/locale/ia/LC_MESSAGES/drkonqi.mo share/locale/ia/LC_MESSAGES/filelight.mo share/locale/ia/LC_MESSAGES/filetypes.mo share/locale/ia/LC_MESSAGES/freespacenotifier.mo share/locale/ia/LC_MESSAGES/fsview.mo share/locale/ia/LC_MESSAGES/gwenview.mo share/locale/ia/LC_MESSAGES/htmlsearch.mo share/locale/ia/LC_MESSAGES/imagerename_plugin.mo share/locale/ia/LC_MESSAGES/imgalleryplugin.mo share/locale/ia/LC_MESSAGES/importwizard.mo share/locale/ia/LC_MESSAGES/joystick.mo share/locale/ia/LC_MESSAGES/juk.mo share/locale/ia/LC_MESSAGES/kabc.mo share/locale/ia/LC_MESSAGES/kabc_akonadi.mo share/locale/ia/LC_MESSAGES/kabc_dir.mo share/locale/ia/LC_MESSAGES/kabc_file.mo share/locale/ia/LC_MESSAGES/kabc_ldapkio.mo share/locale/ia/LC_MESSAGES/kabc_net.mo share/locale/ia/LC_MESSAGES/kabcclient.mo share/locale/ia/LC_MESSAGES/kabcformat_binary.mo share/locale/ia/LC_MESSAGES/kaccess.mo share/locale/ia/LC_MESSAGES/kactivitymanagerd.mo share/locale/ia/LC_MESSAGES/kactivitymanagerd_fileitem_linking_plugin.mo share/locale/ia/LC_MESSAGES/kaddressbook-mobile.mo share/locale/ia/LC_MESSAGES/kaddressbook.mo share/locale/ia/LC_MESSAGES/kaddressbookmigrator.mo share/locale/ia/LC_MESSAGES/kalarm.mo share/locale/ia/LC_MESSAGES/kate-ctags-plugin.mo share/locale/ia/LC_MESSAGES/kate.mo share/locale/ia/LC_MESSAGES/kate_kttsd.mo share/locale/ia/LC_MESSAGES/katebacktracebrowserplugin.mo share/locale/ia/LC_MESSAGES/katebuild-plugin.mo share/locale/ia/LC_MESSAGES/katefilebrowserplugin.mo share/locale/ia/LC_MESSAGES/katefiletemplates.mo share/locale/ia/LC_MESSAGES/kategdbplugin.mo share/locale/ia/LC_MESSAGES/katehelloworld.mo share/locale/ia/LC_MESSAGES/katekonsoleplugin.mo share/locale/ia/LC_MESSAGES/katemailfilesplugin.mo share/locale/ia/LC_MESSAGES/kateopenheader.mo share/locale/ia/LC_MESSAGES/katepart4.mo share/locale/ia/LC_MESSAGES/kateproject.mo share/locale/ia/LC_MESSAGES/katesearch.mo share/locale/ia/LC_MESSAGES/katesnippets_tng.mo share/locale/ia/LC_MESSAGES/katesnippetsplugin.mo share/locale/ia/LC_MESSAGES/katesql.mo share/locale/ia/LC_MESSAGES/katesymbolviewer.mo share/locale/ia/LC_MESSAGES/katetabbarextension.mo share/locale/ia/LC_MESSAGES/katetabifyplugin.mo share/locale/ia/LC_MESSAGES/katetextfilter.mo share/locale/ia/LC_MESSAGES/katexmlcheck.mo share/locale/ia/LC_MESSAGES/katexmltools.mo share/locale/ia/LC_MESSAGES/kblankscrn.mo share/locale/ia/LC_MESSAGES/kcal_akonadi.mo share/locale/ia/LC_MESSAGES/kcalc.mo share/locale/ia/LC_MESSAGES/kcertpart.mo share/locale/ia/LC_MESSAGES/kcharselect.mo share/locale/ia/LC_MESSAGES/kcm-kwin-scripts.mo share/locale/ia/LC_MESSAGES/kcm_activities.mo share/locale/ia/LC_MESSAGES/kcm_akonadi.mo share/locale/ia/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/ia/LC_MESSAGES/kcm_attica.mo share/locale/ia/LC_MESSAGES/kcm_autostart.mo share/locale/ia/LC_MESSAGES/kcm_desktoppaths.mo share/locale/ia/LC_MESSAGES/kcm_desktopthemedetails.mo share/locale/ia/LC_MESSAGES/kcm_device_automounter.mo share/locale/ia/LC_MESSAGES/kcm_emoticons.mo share/locale/ia/LC_MESSAGES/kcm_infobase.mo share/locale/ia/LC_MESSAGES/kcm_infosummary.mo -share/locale/ia/LC_MESSAGES/kcm_krfb.mo share/locale/ia/LC_MESSAGES/kcm_kwindesktop.mo share/locale/ia/LC_MESSAGES/kcm_kwintabbox.mo share/locale/ia/LC_MESSAGES/kcm_memory.mo share/locale/ia/LC_MESSAGES/kcm_nepomuk.mo share/locale/ia/LC_MESSAGES/kcm_pci.mo share/locale/ia/LC_MESSAGES/kcm_phonon.mo share/locale/ia/LC_MESSAGES/kcm_platform.mo share/locale/ia/LC_MESSAGES/kcm_remotecontrol.mo share/locale/ia/LC_MESSAGES/kcm_solid.mo share/locale/ia/LC_MESSAGES/kcm_solid_actions.mo share/locale/ia/LC_MESSAGES/kcm_standard_actions.mo share/locale/ia/LC_MESSAGES/kcmaccess.mo share/locale/ia/LC_MESSAGES/kcmaudiocd.mo share/locale/ia/LC_MESSAGES/kcmbackground.mo share/locale/ia/LC_MESSAGES/kcmbell.mo share/locale/ia/LC_MESSAGES/kcmcddb.mo share/locale/ia/LC_MESSAGES/kcmcgi.mo share/locale/ia/LC_MESSAGES/kcmcolors.mo share/locale/ia/LC_MESSAGES/kcmcomponentchooser.mo share/locale/ia/LC_MESSAGES/kcmcrypto.mo share/locale/ia/LC_MESSAGES/kcmdevinfo.mo share/locale/ia/LC_MESSAGES/kcmfonts.mo share/locale/ia/LC_MESSAGES/kcmhtmlsearch.mo share/locale/ia/LC_MESSAGES/kcmicons.mo share/locale/ia/LC_MESSAGES/kcminfo.mo share/locale/ia/LC_MESSAGES/kcminit.mo share/locale/ia/LC_MESSAGES/kcminput.mo share/locale/ia/LC_MESSAGES/kcmkamera.mo share/locale/ia/LC_MESSAGES/kcmkclock.mo share/locale/ia/LC_MESSAGES/kcmkded.mo share/locale/ia/LC_MESSAGES/kcmkdnssd.mo share/locale/ia/LC_MESSAGES/kcmkeyboard.mo share/locale/ia/LC_MESSAGES/kcmkeys.mo share/locale/ia/LC_MESSAGES/kcmkgamma.mo share/locale/ia/LC_MESSAGES/kcmkio.mo share/locale/ia/LC_MESSAGES/kcmkonq.mo share/locale/ia/LC_MESSAGES/kcmkonqhtml.mo share/locale/ia/LC_MESSAGES/kcmkurifilt.mo share/locale/ia/LC_MESSAGES/kcmkwallet.mo share/locale/ia/LC_MESSAGES/kcmkwincompositing.mo share/locale/ia/LC_MESSAGES/kcmkwindecoration.mo share/locale/ia/LC_MESSAGES/kcmkwinrules.mo share/locale/ia/LC_MESSAGES/kcmkwinscreenedges.mo share/locale/ia/LC_MESSAGES/kcmkwm.mo share/locale/ia/LC_MESSAGES/kcmlaunch.mo share/locale/ia/LC_MESSAGES/kcmlocale.mo share/locale/ia/LC_MESSAGES/kcmnic.mo share/locale/ia/LC_MESSAGES/kcmnotify.mo share/locale/ia/LC_MESSAGES/kcmopengl.mo share/locale/ia/LC_MESSAGES/kcmperformance.mo share/locale/ia/LC_MESSAGES/kcmsamba.mo share/locale/ia/LC_MESSAGES/kcmscreensaver.mo share/locale/ia/LC_MESSAGES/kcmshell.mo share/locale/ia/LC_MESSAGES/kcmsmartcard.mo share/locale/ia/LC_MESSAGES/kcmsmserver.mo share/locale/ia/LC_MESSAGES/kcmstyle.mo share/locale/ia/LC_MESSAGES/kcmusb.mo share/locale/ia/LC_MESSAGES/kcmview1394.mo share/locale/ia/LC_MESSAGES/kcmworkspaceoptions.mo share/locale/ia/LC_MESSAGES/kcolorchooser.mo share/locale/ia/LC_MESSAGES/kcron.mo share/locale/ia/LC_MESSAGES/kde-menu.mo share/locale/ia/LC_MESSAGES/kdebugdialog.mo share/locale/ia/LC_MESSAGES/kdecalendarsystems.mo share/locale/ia/LC_MESSAGES/kdelibs4.mo share/locale/ia/LC_MESSAGES/kdelibs_colors4.mo share/locale/ia/LC_MESSAGES/kdepasswd.mo share/locale/ia/LC_MESSAGES/kdepim-runtime-qml.mo share/locale/ia/LC_MESSAGES/kdesu.mo share/locale/ia/LC_MESSAGES/kdesud.mo share/locale/ia/LC_MESSAGES/kdf.mo share/locale/ia/LC_MESSAGES/kdgantt2.mo share/locale/ia/LC_MESSAGES/kdialog.mo share/locale/ia/LC_MESSAGES/kdmconfig.mo share/locale/ia/LC_MESSAGES/kdmgreet.mo share/locale/ia/LC_MESSAGES/kdontchangethehostname.mo share/locale/ia/LC_MESSAGES/keditbookmarks.mo share/locale/ia/LC_MESSAGES/kfile.mo share/locale/ia/LC_MESSAGES/kfile_dds.mo share/locale/ia/LC_MESSAGES/kfile_exr.mo share/locale/ia/LC_MESSAGES/kfile_mail.mo share/locale/ia/LC_MESSAGES/kfile_pnm.mo share/locale/ia/LC_MESSAGES/kfile_raw.mo share/locale/ia/LC_MESSAGES/kfile_rgb.mo share/locale/ia/LC_MESSAGES/kfile_rpm.mo share/locale/ia/LC_MESSAGES/kfile_tiff.mo share/locale/ia/LC_MESSAGES/kfile_xps.mo share/locale/ia/LC_MESSAGES/kfileaudiopreview4.mo share/locale/ia/LC_MESSAGES/kfileshare.mo share/locale/ia/LC_MESSAGES/kfindpart.mo share/locale/ia/LC_MESSAGES/kfloppy.mo share/locale/ia/LC_MESSAGES/kfmclient.mo share/locale/ia/LC_MESSAGES/kfontinst.mo share/locale/ia/LC_MESSAGES/kget.mo share/locale/ia/LC_MESSAGES/kgetplugin.mo share/locale/ia/LC_MESSAGES/kglobalaccel.mo share/locale/ia/LC_MESSAGES/kgpg.mo share/locale/ia/LC_MESSAGES/kgreet_classic.mo share/locale/ia/LC_MESSAGES/kgreet_generic.mo share/locale/ia/LC_MESSAGES/kgreet_winbind.mo share/locale/ia/LC_MESSAGES/khelpcenter.mo share/locale/ia/LC_MESSAGES/khotkeys.mo share/locale/ia/LC_MESSAGES/khotnewstuff.mo share/locale/ia/LC_MESSAGES/khtmlkttsd.mo share/locale/ia/LC_MESSAGES/khtmlsettingsplugin.mo share/locale/ia/LC_MESSAGES/kiconfinder.mo -share/locale/ia/LC_MESSAGES/kinetd.mo share/locale/ia/LC_MESSAGES/kinfocenter.mo share/locale/ia/LC_MESSAGES/kio4.mo share/locale/ia/LC_MESSAGES/kio_activities.mo share/locale/ia/LC_MESSAGES/kio_akonadi.mo share/locale/ia/LC_MESSAGES/kio_applications.mo share/locale/ia/LC_MESSAGES/kio_archive.mo share/locale/ia/LC_MESSAGES/kio_audiocd.mo share/locale/ia/LC_MESSAGES/kio_bookmarks.mo share/locale/ia/LC_MESSAGES/kio_finger.mo share/locale/ia/LC_MESSAGES/kio_fish.mo share/locale/ia/LC_MESSAGES/kio_floppy.mo share/locale/ia/LC_MESSAGES/kio_help4.mo share/locale/ia/LC_MESSAGES/kio_imap4.mo share/locale/ia/LC_MESSAGES/kio_info.mo share/locale/ia/LC_MESSAGES/kio_jabberdisco.mo share/locale/ia/LC_MESSAGES/kio_ldap.mo share/locale/ia/LC_MESSAGES/kio_man.mo share/locale/ia/LC_MESSAGES/kio_mbox.mo share/locale/ia/LC_MESSAGES/kio_nepomuk.mo share/locale/ia/LC_MESSAGES/kio_nepomuksearch.mo share/locale/ia/LC_MESSAGES/kio_nfs.mo share/locale/ia/LC_MESSAGES/kio_nntp.mo share/locale/ia/LC_MESSAGES/kio_pop3.mo share/locale/ia/LC_MESSAGES/kio_recentdocuments.mo share/locale/ia/LC_MESSAGES/kio_remote.mo share/locale/ia/LC_MESSAGES/kio_sftp.mo share/locale/ia/LC_MESSAGES/kio_sieve.mo share/locale/ia/LC_MESSAGES/kio_smb.mo share/locale/ia/LC_MESSAGES/kio_smtp.mo share/locale/ia/LC_MESSAGES/kio_tags.mo share/locale/ia/LC_MESSAGES/kio_thumbnail.mo share/locale/ia/LC_MESSAGES/kio_timeline.mo share/locale/ia/LC_MESSAGES/kio_trash.mo share/locale/ia/LC_MESSAGES/kio_zeroconf.mo share/locale/ia/LC_MESSAGES/kioclient.mo share/locale/ia/LC_MESSAGES/kioexec.mo share/locale/ia/LC_MESSAGES/kipiplugin_kxmlhelloworld.mo share/locale/ia/LC_MESSAGES/kjots.mo share/locale/ia/LC_MESSAGES/kjotsmigrator.mo share/locale/ia/LC_MESSAGES/kleopatra.mo share/locale/ia/LC_MESSAGES/klipper.mo share/locale/ia/LC_MESSAGES/kmail-migrator.mo share/locale/ia/LC_MESSAGES/kmail-mobile.mo share/locale/ia/LC_MESSAGES/kmail.mo share/locale/ia/LC_MESSAGES/kmailcvt.mo share/locale/ia/LC_MESSAGES/kmenuedit.mo share/locale/ia/LC_MESSAGES/kmimetypefinder.mo share/locale/ia/LC_MESSAGES/kmix.mo share/locale/ia/LC_MESSAGES/knetattach.mo share/locale/ia/LC_MESSAGES/knode.mo share/locale/ia/LC_MESSAGES/knotes.mo share/locale/ia/LC_MESSAGES/knotify4.mo share/locale/ia/LC_MESSAGES/kolourpaint.mo share/locale/ia/LC_MESSAGES/konqueror.mo share/locale/ia/LC_MESSAGES/konsole.mo share/locale/ia/LC_MESSAGES/konsolekalendar.mo share/locale/ia/LC_MESSAGES/kontact.mo share/locale/ia/LC_MESSAGES/kontactinterfaces.mo share/locale/ia/LC_MESSAGES/kopete.mo share/locale/ia/LC_MESSAGES/korganizer-mobile.mo share/locale/ia/LC_MESSAGES/korganizer.mo share/locale/ia/LC_MESSAGES/kpasswdserver.mo share/locale/ia/LC_MESSAGES/kppp.mo share/locale/ia/LC_MESSAGES/kppplogview.mo share/locale/ia/LC_MESSAGES/kquitapp.mo share/locale/ia/LC_MESSAGES/krandr.mo share/locale/ia/LC_MESSAGES/krcdnotifieritem.mo share/locale/ia/LC_MESSAGES/krdb.mo share/locale/ia/LC_MESSAGES/krdc.mo share/locale/ia/LC_MESSAGES/kreadconfig.mo share/locale/ia/LC_MESSAGES/kremotecontroldaemon.mo share/locale/ia/LC_MESSAGES/kres-migrator.mo share/locale/ia/LC_MESSAGES/kres_blog.mo share/locale/ia/LC_MESSAGES/kres_remote.mo share/locale/ia/LC_MESSAGES/kresources_shared_akonadi.mo share/locale/ia/LC_MESSAGES/krfb.mo share/locale/ia/LC_MESSAGES/kruler.mo share/locale/ia/LC_MESSAGES/krunner.mo share/locale/ia/LC_MESSAGES/ksaneplugin.mo share/locale/ia/LC_MESSAGES/kscd.mo share/locale/ia/LC_MESSAGES/kscreenlocker.mo share/locale/ia/LC_MESSAGES/kscreenlocker_greet.mo share/locale/ia/LC_MESSAGES/kscreensaver.mo share/locale/ia/LC_MESSAGES/ksendemail.mo share/locale/ia/LC_MESSAGES/ksgrd.mo share/locale/ia/LC_MESSAGES/kshellcmdplugin.mo share/locale/ia/LC_MESSAGES/kshorturifilter.mo share/locale/ia/LC_MESSAGES/ksmserver.mo share/locale/ia/LC_MESSAGES/ksnapshot.mo share/locale/ia/LC_MESSAGES/ksplashthemes.mo share/locale/ia/LC_MESSAGES/kstart.mo share/locale/ia/LC_MESSAGES/kstyle_config.mo share/locale/ia/LC_MESSAGES/ksysguard.mo share/locale/ia/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/ia/LC_MESSAGES/ksystemlog.mo share/locale/ia/LC_MESSAGES/ksystraycmd.mo share/locale/ia/LC_MESSAGES/ktesnippets_editor.mo share/locale/ia/LC_MESSAGES/ktexteditor_codesnippets_core.mo share/locale/ia/LC_MESSAGES/ktexteditor_plugins.mo share/locale/ia/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/ia/LC_MESSAGES/ktimer.mo share/locale/ia/LC_MESSAGES/ktimetracker.mo share/locale/ia/LC_MESSAGES/ktnef.mo share/locale/ia/LC_MESSAGES/ktouchpadenabler.mo share/locale/ia/LC_MESSAGES/ktraderclient.mo share/locale/ia/LC_MESSAGES/kuiserver.mo share/locale/ia/LC_MESSAGES/kurifilter.mo share/locale/ia/LC_MESSAGES/kuser.mo share/locale/ia/LC_MESSAGES/kwalletd.mo share/locale/ia/LC_MESSAGES/kwalletmanager.mo share/locale/ia/LC_MESSAGES/kwatchgnupg.mo share/locale/ia/LC_MESSAGES/kwin.mo share/locale/ia/LC_MESSAGES/kwin_clients.mo share/locale/ia/LC_MESSAGES/kwin_effects.mo share/locale/ia/LC_MESSAGES/kwinshutdown.mo share/locale/ia/LC_MESSAGES/kwinstartmenu.mo share/locale/ia/LC_MESSAGES/kwrite.mo share/locale/ia/LC_MESSAGES/kwriteconfig.mo share/locale/ia/LC_MESSAGES/kxkb.mo share/locale/ia/LC_MESSAGES/libakonadi-calendar.mo share/locale/ia/LC_MESSAGES/libakonadi-kmime.mo share/locale/ia/LC_MESSAGES/libakonadi.mo share/locale/ia/LC_MESSAGES/libeventviews.mo share/locale/ia/LC_MESSAGES/libincidenceeditors.mo share/locale/ia/LC_MESSAGES/libkalarmcal.mo share/locale/ia/LC_MESSAGES/libkblog.mo share/locale/ia/LC_MESSAGES/libkcal.mo share/locale/ia/LC_MESSAGES/libkcalutils.mo share/locale/ia/LC_MESSAGES/libkcddb.mo share/locale/ia/LC_MESSAGES/libkcompactdisc.mo share/locale/ia/LC_MESSAGES/libkdcraw.mo share/locale/ia/LC_MESSAGES/libkdecorations.mo share/locale/ia/LC_MESSAGES/libkdepim.mo share/locale/ia/LC_MESSAGES/libkdepimmobileui.mo share/locale/ia/LC_MESSAGES/libkexiv2.mo share/locale/ia/LC_MESSAGES/libkholidays.mo share/locale/ia/LC_MESSAGES/libkimap.mo share/locale/ia/LC_MESSAGES/libkipi.mo share/locale/ia/LC_MESSAGES/libkldap.mo share/locale/ia/LC_MESSAGES/libkleopatra.mo share/locale/ia/LC_MESSAGES/libkmime.mo share/locale/ia/LC_MESSAGES/libkonq.mo share/locale/ia/LC_MESSAGES/libkpgp.mo share/locale/ia/LC_MESSAGES/libkpimidentities.mo share/locale/ia/LC_MESSAGES/libkpimtextedit.mo share/locale/ia/LC_MESSAGES/libkpimutils.mo share/locale/ia/LC_MESSAGES/libkremotecontrol.mo share/locale/ia/LC_MESSAGES/libkresources.mo share/locale/ia/LC_MESSAGES/libksane.mo share/locale/ia/LC_MESSAGES/libkscreensaver.mo share/locale/ia/LC_MESSAGES/libksieve.mo share/locale/ia/LC_MESSAGES/libktnef.mo share/locale/ia/LC_MESSAGES/libkunitconversion.mo share/locale/ia/LC_MESSAGES/libkworkspace.mo share/locale/ia/LC_MESSAGES/libkxmlrpcclient.mo share/locale/ia/LC_MESSAGES/libmailcommon.mo share/locale/ia/LC_MESSAGES/libmailimporter.mo share/locale/ia/LC_MESSAGES/libmailtransport.mo share/locale/ia/LC_MESSAGES/libmessagecomposer.mo share/locale/ia/LC_MESSAGES/libmessagecore.mo share/locale/ia/LC_MESSAGES/libmessagelist.mo share/locale/ia/LC_MESSAGES/libmessageviewer.mo share/locale/ia/LC_MESSAGES/liboxygenstyleconfig.mo share/locale/ia/LC_MESSAGES/libpimcommon.mo share/locale/ia/LC_MESSAGES/libplasma.mo share/locale/ia/LC_MESSAGES/libplasmaclock.mo share/locale/ia/LC_MESSAGES/libtaskmanager.mo share/locale/ia/LC_MESSAGES/libtemplateparser.mo share/locale/ia/LC_MESSAGES/lokalize.mo share/locale/ia/LC_MESSAGES/mailreader.mo share/locale/ia/LC_MESSAGES/messageviewer_application_mstnef_plugin.mo share/locale/ia/LC_MESSAGES/messageviewer_text_calendar_plugin.mo share/locale/ia/LC_MESSAGES/messageviewer_text_vcard_plugin.mo share/locale/ia/LC_MESSAGES/messageviewer_text_xdiff_plugin.mo share/locale/ia/LC_MESSAGES/mf_konqplugin.mo share/locale/ia/LC_MESSAGES/minitoolsplugin.mo share/locale/ia/LC_MESSAGES/mplayerthumbs.mo share/locale/ia/LC_MESSAGES/mplayerthumbsconfig.mo share/locale/ia/LC_MESSAGES/nepomukbackup.mo share/locale/ia/LC_MESSAGES/nepomukcleaner.mo share/locale/ia/LC_MESSAGES/nepomukcontroller.mo share/locale/ia/LC_MESSAGES/nepomukfileindexer.mo share/locale/ia/LC_MESSAGES/nepomukpimindexerutility.mo share/locale/ia/LC_MESSAGES/nepomukqueryservice.mo share/locale/ia/LC_MESSAGES/nepomukserver.mo share/locale/ia/LC_MESSAGES/nepomukservicestub.mo share/locale/ia/LC_MESSAGES/nepomukstorage.mo share/locale/ia/LC_MESSAGES/nepomukwidgets.mo share/locale/ia/LC_MESSAGES/newmailnotifieragent.mo share/locale/ia/LC_MESSAGES/notes-mobile.mo share/locale/ia/LC_MESSAGES/nsplugin.mo share/locale/ia/LC_MESSAGES/okular.mo share/locale/ia/LC_MESSAGES/okular_chm.mo share/locale/ia/LC_MESSAGES/okular_comicbook.mo share/locale/ia/LC_MESSAGES/okular_djvu.mo share/locale/ia/LC_MESSAGES/okular_dvi.mo share/locale/ia/LC_MESSAGES/okular_epub.mo share/locale/ia/LC_MESSAGES/okular_fax.mo share/locale/ia/LC_MESSAGES/okular_fictionbook.mo share/locale/ia/LC_MESSAGES/okular_ghostview.mo share/locale/ia/LC_MESSAGES/okular_kimgio.mo share/locale/ia/LC_MESSAGES/okular_mobi.mo share/locale/ia/LC_MESSAGES/okular_ooo.mo share/locale/ia/LC_MESSAGES/okular_plucker.mo share/locale/ia/LC_MESSAGES/okular_poppler.mo share/locale/ia/LC_MESSAGES/okular_tiff.mo share/locale/ia/LC_MESSAGES/okular_xps.mo share/locale/ia/LC_MESSAGES/org.kde.active.documentviewer.mo share/locale/ia/LC_MESSAGES/phonon_kde.mo share/locale/ia/LC_MESSAGES/phononserver.mo share/locale/ia/LC_MESSAGES/pimsettingexporter.mo share/locale/ia/LC_MESSAGES/plasma-desktop.mo share/locale/ia/LC_MESSAGES/plasma-netbook.mo share/locale/ia/LC_MESSAGES/plasma-overlay.mo share/locale/ia/LC_MESSAGES/plasma-remote-helper.mo share/locale/ia/LC_MESSAGES/plasma-windowed.mo share/locale/ia/LC_MESSAGES/plasma_applet_akonotes_note.mo share/locale/ia/LC_MESSAGES/plasma_applet_battery.mo share/locale/ia/LC_MESSAGES/plasma_applet_clock.mo share/locale/ia/LC_MESSAGES/plasma_applet_currentappcontrol.mo share/locale/ia/LC_MESSAGES/plasma_applet_dig_clock.mo share/locale/ia/LC_MESSAGES/plasma_applet_folderview.mo share/locale/ia/LC_MESSAGES/plasma_applet_icon.mo share/locale/ia/LC_MESSAGES/plasma_applet_katesession.mo share/locale/ia/LC_MESSAGES/plasma_applet_kget.mo share/locale/ia/LC_MESSAGES/plasma_applet_kpapplet.mo share/locale/ia/LC_MESSAGES/plasma_applet_launcher.mo share/locale/ia/LC_MESSAGES/plasma_applet_lockout.mo share/locale/ia/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/ia/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/ia/LC_MESSAGES/plasma_applet_notifier.mo share/locale/ia/LC_MESSAGES/plasma_applet_org.kde.notifications.mo share/locale/ia/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/ia/LC_MESSAGES/plasma_applet_pager.mo share/locale/ia/LC_MESSAGES/plasma_applet_panel.mo share/locale/ia/LC_MESSAGES/plasma_applet_panelspacer_internal.mo share/locale/ia/LC_MESSAGES/plasma_applet_printmanager.mo share/locale/ia/LC_MESSAGES/plasma_applet_quicklaunch.mo share/locale/ia/LC_MESSAGES/plasma_applet_sal.mo share/locale/ia/LC_MESSAGES/plasma_applet_saverdesktop.mo share/locale/ia/LC_MESSAGES/plasma_applet_searchbox.mo share/locale/ia/LC_MESSAGES/plasma_applet_skapplet.mo share/locale/ia/LC_MESSAGES/plasma_applet_system-monitor.mo share/locale/ia/LC_MESSAGES/plasma_applet_systemtray.mo share/locale/ia/LC_MESSAGES/plasma_applet_tasks.mo share/locale/ia/LC_MESSAGES/plasma_applet_trash.mo share/locale/ia/LC_MESSAGES/plasma_applet_webbrowser.mo share/locale/ia/LC_MESSAGES/plasma_applet_windowlist.mo share/locale/ia/LC_MESSAGES/plasma_appletscriptengine_dashboard.mo share/locale/ia/LC_MESSAGES/plasma_containmentactions_contextmenu.mo share/locale/ia/LC_MESSAGES/plasma_containmentactions_switchactivity.mo share/locale/ia/LC_MESSAGES/plasma_containmentactions_switchdesktop.mo share/locale/ia/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/ia/LC_MESSAGES/plasma_engine_calendar.mo share/locale/ia/LC_MESSAGES/plasma_engine_keystate.mo share/locale/ia/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/ia/LC_MESSAGES/plasma_engine_metadata.mo share/locale/ia/LC_MESSAGES/plasma_engine_mpris2.mo share/locale/ia/LC_MESSAGES/plasma_engine_network.mo share/locale/ia/LC_MESSAGES/plasma_engine_notifications.mo share/locale/ia/LC_MESSAGES/plasma_engine_nowplaying.mo share/locale/ia/LC_MESSAGES/plasma_engine_rss.mo share/locale/ia/LC_MESSAGES/plasma_engine_share.mo share/locale/ia/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/ia/LC_MESSAGES/plasma_engine_weather.mo share/locale/ia/LC_MESSAGES/plasma_package_org.kde.desktop.activitymanager.mo share/locale/ia/LC_MESSAGES/plasma_package_org.kde.desktop.widgetexplorer.mo share/locale/ia/LC_MESSAGES/plasma_runner_activities.mo share/locale/ia/LC_MESSAGES/plasma_runner_bookmarksrunner.mo share/locale/ia/LC_MESSAGES/plasma_runner_calculatorrunner.mo share/locale/ia/LC_MESSAGES/plasma_runner_kget.mo share/locale/ia/LC_MESSAGES/plasma_runner_kill.mo share/locale/ia/LC_MESSAGES/plasma_runner_locations.mo share/locale/ia/LC_MESSAGES/plasma_runner_nepomuksearchrunner.mo share/locale/ia/LC_MESSAGES/plasma_runner_placesrunner.mo share/locale/ia/LC_MESSAGES/plasma_runner_plasma-desktop.mo share/locale/ia/LC_MESSAGES/plasma_runner_powerdevil.mo share/locale/ia/LC_MESSAGES/plasma_runner_recentdocuments.mo share/locale/ia/LC_MESSAGES/plasma_runner_services.mo share/locale/ia/LC_MESSAGES/plasma_runner_sessions.mo share/locale/ia/LC_MESSAGES/plasma_runner_shell.mo share/locale/ia/LC_MESSAGES/plasma_runner_solid.mo share/locale/ia/LC_MESSAGES/plasma_runner_webshortcuts.mo share/locale/ia/LC_MESSAGES/plasma_runner_windowedwidgets.mo share/locale/ia/LC_MESSAGES/plasma_runner_windows.mo share/locale/ia/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/ia/LC_MESSAGES/plasma_toolbox_desktoptoolbox.mo share/locale/ia/LC_MESSAGES/plasma_toolbox_paneltoolbox.mo share/locale/ia/LC_MESSAGES/plasma_wallpaper_color.mo share/locale/ia/LC_MESSAGES/plasma_wallpaper_image.mo share/locale/ia/LC_MESSAGES/plasmagenericshell.mo share/locale/ia/LC_MESSAGES/plasmapkg.mo share/locale/ia/LC_MESSAGES/powerdevil.mo share/locale/ia/LC_MESSAGES/powerdevilactivitiesconfig.mo share/locale/ia/LC_MESSAGES/powerdevilglobalconfig.mo share/locale/ia/LC_MESSAGES/powerdevilprofilesconfig.mo share/locale/ia/LC_MESSAGES/print-manager.mo share/locale/ia/LC_MESSAGES/processcore.mo share/locale/ia/LC_MESSAGES/processui.mo share/locale/ia/LC_MESSAGES/randrmonitor.mo share/locale/ia/LC_MESSAGES/rellinks.mo share/locale/ia/LC_MESSAGES/searchbarplugin.mo share/locale/ia/LC_MESSAGES/solid-hardware.mo share/locale/ia/LC_MESSAGES/solid-network.mo share/locale/ia/LC_MESSAGES/solid_qt.mo share/locale/ia/LC_MESSAGES/solidcontrol.mo share/locale/ia/LC_MESSAGES/soliduiserver.mo share/locale/ia/LC_MESSAGES/superkaramba.mo share/locale/ia/LC_MESSAGES/svgpart.mo share/locale/ia/LC_MESSAGES/sweeper.mo share/locale/ia/LC_MESSAGES/systemsettings.mo share/locale/ia/LC_MESSAGES/tasks-mobile.mo share/locale/ia/LC_MESSAGES/timezones4.mo share/locale/ia/LC_MESSAGES/uachangerplugin.mo share/locale/ia/LC_MESSAGES/useraccount.mo share/locale/ia/LC_MESSAGES/validatorsplugin.mo share/locale/ia/LC_MESSAGES/webarchiver.mo share/locale/ia/LC_MESSAGES/xml_mimetypes.mo share/locale/ia/entry.desktop @dirrm share/locale/ia/LC_MESSAGES @dirrm share/locale/ia Index: head/misc/kde4-l10n-is/distinfo =================================================================== --- head/misc/kde4-l10n-is/distinfo (revision 318451) +++ head/misc/kde4-l10n-is/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/kde-l10n/kde-l10n-is-4.10.1.tar.xz) = 166b01be148889bb9b75e87e628024d427900235a12ce15c761deac249134bda -SIZE (KDE/4.10.1/kde-l10n/kde-l10n-is-4.10.1.tar.xz) = 1879412 +SHA256 (KDE/4.10.3/kde-l10n/kde-l10n-is-4.10.3.tar.xz) = b768e1090b851329724dffd36314513c8d47a97ccca2ff17d05882be7b51b4dd +SIZE (KDE/4.10.3/kde-l10n/kde-l10n-is-4.10.3.tar.xz) = 1881492 Index: head/misc/kde4-l10n-is/pkg-plist =================================================================== --- head/misc/kde4-l10n-is/pkg-plist (revision 318451) +++ head/misc/kde4-l10n-is/pkg-plist (revision 318452) @@ -1,547 +1,545 @@ share/locale/is/LC_MESSAGES/adblock.mo share/locale/is/LC_MESSAGES/akregator.mo share/locale/is/LC_MESSAGES/akregator_konqplugin.mo share/locale/is/LC_MESSAGES/amor.mo share/locale/is/LC_MESSAGES/ark.mo share/locale/is/LC_MESSAGES/attica_kde.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/bomber.mo share/locale/is/LC_MESSAGES/bovo.mo share/locale/is/LC_MESSAGES/cvsservice.mo share/locale/is/LC_MESSAGES/dirfilterplugin.mo share/locale/is/LC_MESSAGES/display.mo share/locale/is/LC_MESSAGES/dolphin.mo share/locale/is/LC_MESSAGES/domtreeviewer.mo share/locale/is/LC_MESSAGES/dragonplayer.mo share/locale/is/LC_MESSAGES/drkonqi.mo share/locale/is/LC_MESSAGES/filetypes.mo share/locale/is/LC_MESSAGES/freespacenotifier.mo share/locale/is/LC_MESSAGES/fsview.mo share/locale/is/LC_MESSAGES/granatier.mo share/locale/is/LC_MESSAGES/gwenview.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/jovie.mo share/locale/is/LC_MESSAGES/joystick.mo share/locale/is/LC_MESSAGES/juk.mo share/locale/is/LC_MESSAGES/kabc_dir.mo share/locale/is/LC_MESSAGES/kabc_file.mo share/locale/is/LC_MESSAGES/kabc_ldapkio.mo share/locale/is/LC_MESSAGES/kabc_net.mo share/locale/is/LC_MESSAGES/kabcformat_binary.mo share/locale/is/LC_MESSAGES/kaccess.mo share/locale/is/LC_MESSAGES/kaccessibleapp.mo share/locale/is/LC_MESSAGES/kactivitymanagerd.mo share/locale/is/LC_MESSAGES/kaddressbook.mo share/locale/is/LC_MESSAGES/kajongg.mo share/locale/is/LC_MESSAGES/kalarm.mo share/locale/is/LC_MESSAGES/kalzium.mo share/locale/is/LC_MESSAGES/kapman.mo share/locale/is/LC_MESSAGES/kate.mo share/locale/is/LC_MESSAGES/kate_kttsd.mo share/locale/is/LC_MESSAGES/katefilebrowserplugin.mo share/locale/is/LC_MESSAGES/katefiletemplates.mo share/locale/is/LC_MESSAGES/katehelloworld.mo share/locale/is/LC_MESSAGES/katekonsoleplugin.mo share/locale/is/LC_MESSAGES/katemailfilesplugin.mo share/locale/is/LC_MESSAGES/kateopenheader.mo share/locale/is/LC_MESSAGES/katepart4.mo share/locale/is/LC_MESSAGES/katesearch.mo share/locale/is/LC_MESSAGES/katesymbolviewer.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/kbattleship.mo share/locale/is/LC_MESSAGES/kblackbox.mo share/locale/is/LC_MESSAGES/kblankscrn.mo share/locale/is/LC_MESSAGES/kblocks.mo share/locale/is/LC_MESSAGES/kbounce.mo share/locale/is/LC_MESSAGES/kbreakout.mo share/locale/is/LC_MESSAGES/kbruch.mo share/locale/is/LC_MESSAGES/kcalc.mo share/locale/is/LC_MESSAGES/kcertpart.mo share/locale/is/LC_MESSAGES/kcharselect.mo share/locale/is/LC_MESSAGES/kcm_attica.mo share/locale/is/LC_MESSAGES/kcm_autostart.mo share/locale/is/LC_MESSAGES/kcm_desktoppaths.mo share/locale/is/LC_MESSAGES/kcm_desktopthemedetails.mo share/locale/is/LC_MESSAGES/kcm_device_automounter.mo share/locale/is/LC_MESSAGES/kcm_emoticons.mo share/locale/is/LC_MESSAGES/kcm_infobase.mo share/locale/is/LC_MESSAGES/kcm_infosummary.mo -share/locale/is/LC_MESSAGES/kcm_krfb.mo share/locale/is/LC_MESSAGES/kcm_kwindesktop.mo share/locale/is/LC_MESSAGES/kcm_kwintabbox.mo share/locale/is/LC_MESSAGES/kcm_memory.mo share/locale/is/LC_MESSAGES/kcm_nepomuk.mo share/locale/is/LC_MESSAGES/kcm_pci.mo share/locale/is/LC_MESSAGES/kcm_phonon.mo share/locale/is/LC_MESSAGES/kcm_platform.mo share/locale/is/LC_MESSAGES/kcm_solid.mo share/locale/is/LC_MESSAGES/kcm_solid_actions.mo share/locale/is/LC_MESSAGES/kcm_standard_actions.mo share/locale/is/LC_MESSAGES/kcmaccess.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/kcmdevinfo.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/kcminit.mo share/locale/is/LC_MESSAGES/kcminput.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/kcmkdnssd.mo share/locale/is/LC_MESSAGES/kcmkeyboard.mo share/locale/is/LC_MESSAGES/kcmkeys.mo share/locale/is/LC_MESSAGES/kcmkgamma.mo share/locale/is/LC_MESSAGES/kcmkio.mo share/locale/is/LC_MESSAGES/kcmkonq.mo share/locale/is/LC_MESSAGES/kcmkonqhtml.mo share/locale/is/LC_MESSAGES/kcmkurifilt.mo share/locale/is/LC_MESSAGES/kcmkwallet.mo share/locale/is/LC_MESSAGES/kcmkwincompositing.mo share/locale/is/LC_MESSAGES/kcmkwindecoration.mo share/locale/is/LC_MESSAGES/kcmkwinrules.mo share/locale/is/LC_MESSAGES/kcmkwinscreenedges.mo share/locale/is/LC_MESSAGES/kcmkwm.mo share/locale/is/LC_MESSAGES/kcmlaunch.mo share/locale/is/LC_MESSAGES/kcmlocale.mo share/locale/is/LC_MESSAGES/kcmnic.mo share/locale/is/LC_MESSAGES/kcmnotify.mo share/locale/is/LC_MESSAGES/kcmopengl.mo share/locale/is/LC_MESSAGES/kcmperformance.mo share/locale/is/LC_MESSAGES/kcmsamba.mo share/locale/is/LC_MESSAGES/kcmscreensaver.mo share/locale/is/LC_MESSAGES/kcmshell.mo share/locale/is/LC_MESSAGES/kcmsmartcard.mo share/locale/is/LC_MESSAGES/kcmsmserver.mo share/locale/is/LC_MESSAGES/kcmstyle.mo share/locale/is/LC_MESSAGES/kcmusb.mo share/locale/is/LC_MESSAGES/kcmview1394.mo share/locale/is/LC_MESSAGES/kcmworkspaceoptions.mo share/locale/is/LC_MESSAGES/kcolorchooser.mo share/locale/is/LC_MESSAGES/kcron.mo share/locale/is/LC_MESSAGES/kde-menu.mo share/locale/is/LC_MESSAGES/kdeasciiquarium.mo share/locale/is/LC_MESSAGES/kdebugdialog.mo share/locale/is/LC_MESSAGES/kdecalendarsystems.mo share/locale/is/LC_MESSAGES/kdelibs4.mo share/locale/is/LC_MESSAGES/kdelibs_colors4.mo share/locale/is/LC_MESSAGES/kdepasswd.mo share/locale/is/LC_MESSAGES/kdeqt.mo share/locale/is/LC_MESSAGES/kdesu.mo share/locale/is/LC_MESSAGES/kdesud.mo share/locale/is/LC_MESSAGES/kdf.mo share/locale/is/LC_MESSAGES/kdialog.mo share/locale/is/LC_MESSAGES/kdiamond.mo share/locale/is/LC_MESSAGES/kdmconfig.mo share/locale/is/LC_MESSAGES/kdmgreet.mo share/locale/is/LC_MESSAGES/kdontchangethehostname.mo share/locale/is/LC_MESSAGES/keditbookmarks.mo share/locale/is/LC_MESSAGES/kfile.mo share/locale/is/LC_MESSAGES/kfile_dds.mo share/locale/is/LC_MESSAGES/kfile_drgeo.mo share/locale/is/LC_MESSAGES/kfile_exr.mo share/locale/is/LC_MESSAGES/kfile_kig.mo share/locale/is/LC_MESSAGES/kfile_pnm.mo share/locale/is/LC_MESSAGES/kfile_raw.mo share/locale/is/LC_MESSAGES/kfile_rgb.mo share/locale/is/LC_MESSAGES/kfile_rpm.mo share/locale/is/LC_MESSAGES/kfile_tiff.mo share/locale/is/LC_MESSAGES/kfile_xps.mo share/locale/is/LC_MESSAGES/kfileaudiopreview4.mo share/locale/is/LC_MESSAGES/kfileshare.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/kfontinst.mo share/locale/is/LC_MESSAGES/kfourinline.mo share/locale/is/LC_MESSAGES/kgeography.mo share/locale/is/LC_MESSAGES/kget.mo share/locale/is/LC_MESSAGES/kgetplugin.mo share/locale/is/LC_MESSAGES/kglobalaccel.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_generic.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/khotkeys.mo share/locale/is/LC_MESSAGES/khotnewstuff.mo share/locale/is/LC_MESSAGES/khtmlkttsd.mo share/locale/is/LC_MESSAGES/khtmlsettingsplugin.mo share/locale/is/LC_MESSAGES/kiconfinder.mo share/locale/is/LC_MESSAGES/kig.mo share/locale/is/LC_MESSAGES/kigo.mo share/locale/is/LC_MESSAGES/killbots.mo -share/locale/is/LC_MESSAGES/kinetd.mo share/locale/is/LC_MESSAGES/kinfocenter.mo share/locale/is/LC_MESSAGES/kio4.mo share/locale/is/LC_MESSAGES/kio_applications.mo share/locale/is/LC_MESSAGES/kio_archive.mo share/locale/is/LC_MESSAGES/kio_audiocd.mo share/locale/is/LC_MESSAGES/kio_bookmarks.mo share/locale/is/LC_MESSAGES/kio_finger.mo share/locale/is/LC_MESSAGES/kio_fish.mo share/locale/is/LC_MESSAGES/kio_floppy.mo share/locale/is/LC_MESSAGES/kio_help4.mo share/locale/is/LC_MESSAGES/kio_imap4.mo share/locale/is/LC_MESSAGES/kio_info.mo share/locale/is/LC_MESSAGES/kio_jabberdisco.mo share/locale/is/LC_MESSAGES/kio_ldap.mo share/locale/is/LC_MESSAGES/kio_man.mo share/locale/is/LC_MESSAGES/kio_nepomuk.mo share/locale/is/LC_MESSAGES/kio_nepomuksearch.mo share/locale/is/LC_MESSAGES/kio_nfs.mo share/locale/is/LC_MESSAGES/kio_nntp.mo share/locale/is/LC_MESSAGES/kio_pop3.mo share/locale/is/LC_MESSAGES/kio_recentdocuments.mo share/locale/is/LC_MESSAGES/kio_remote.mo share/locale/is/LC_MESSAGES/kio_sftp.mo share/locale/is/LC_MESSAGES/kio_sieve.mo share/locale/is/LC_MESSAGES/kio_smb.mo share/locale/is/LC_MESSAGES/kio_smtp.mo share/locale/is/LC_MESSAGES/kio_svn.mo share/locale/is/LC_MESSAGES/kio_thumbnail.mo share/locale/is/LC_MESSAGES/kio_timeline.mo share/locale/is/LC_MESSAGES/kio_trash.mo share/locale/is/LC_MESSAGES/kio_zeroconf.mo share/locale/is/LC_MESSAGES/kioclient.mo share/locale/is/LC_MESSAGES/kioexec.mo share/locale/is/LC_MESSAGES/kiriki.mo share/locale/is/LC_MESSAGES/kiten.mo share/locale/is/LC_MESSAGES/kjots.mo share/locale/is/LC_MESSAGES/kjumpingcube.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/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/kmailcvt.mo share/locale/is/LC_MESSAGES/kmenuedit.mo share/locale/is/LC_MESSAGES/kmimetypefinder.mo share/locale/is/LC_MESSAGES/kmines.mo share/locale/is/LC_MESSAGES/kmix.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/knetattach.mo share/locale/is/LC_MESSAGES/knetwalk.mo share/locale/is/LC_MESSAGES/knode.mo share/locale/is/LC_MESSAGES/knotes.mo share/locale/is/LC_MESSAGES/knotify4.mo share/locale/is/LC_MESSAGES/kolf.mo share/locale/is/LC_MESSAGES/kollision.mo share/locale/is/LC_MESSAGES/kolourpaint.mo share/locale/is/LC_MESSAGES/kompare.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/kopete.mo share/locale/is/LC_MESSAGES/korganizer.mo share/locale/is/LC_MESSAGES/kpartsaver.mo share/locale/is/LC_MESSAGES/kpasswdserver.mo share/locale/is/LC_MESSAGES/kpat.mo share/locale/is/LC_MESSAGES/kppp.mo share/locale/is/LC_MESSAGES/kppplogview.mo share/locale/is/LC_MESSAGES/kquitapp.mo share/locale/is/LC_MESSAGES/krandr.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/kres_remote.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/krunner.mo share/locale/is/LC_MESSAGES/ksaneplugin.mo share/locale/is/LC_MESSAGES/kscd.mo share/locale/is/LC_MESSAGES/kscreensaver.mo share/locale/is/LC_MESSAGES/kshellcmdplugin.mo share/locale/is/LC_MESSAGES/kshisen.mo share/locale/is/LC_MESSAGES/kshorturifilter.mo share/locale/is/LC_MESSAGES/ksirk.mo share/locale/is/LC_MESSAGES/ksirkskineditor.mo share/locale/is/LC_MESSAGES/ksmserver.mo share/locale/is/LC_MESSAGES/ksnapshot.mo share/locale/is/LC_MESSAGES/kspaceduel.mo share/locale/is/LC_MESSAGES/ksplashthemes.mo share/locale/is/LC_MESSAGES/ksquares.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/kstyle_config.mo share/locale/is/LC_MESSAGES/kstyle_phase_config.mo share/locale/is/LC_MESSAGES/ksudoku.mo share/locale/is/LC_MESSAGES/ksysguard.mo share/locale/is/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/is/LC_MESSAGES/ksystemlog.mo share/locale/is/LC_MESSAGES/ksystraycmd.mo share/locale/is/LC_MESSAGES/kteatime.mo share/locale/is/LC_MESSAGES/ktexteditor_plugins.mo share/locale/is/LC_MESSAGES/ktimer.mo share/locale/is/LC_MESSAGES/ktimetracker.mo share/locale/is/LC_MESSAGES/ktouch.mo share/locale/is/LC_MESSAGES/ktraderclient.mo share/locale/is/LC_MESSAGES/ktron.mo share/locale/is/LC_MESSAGES/ktuberling.mo share/locale/is/LC_MESSAGES/ktux.mo share/locale/is/LC_MESSAGES/kubrick.mo share/locale/is/LC_MESSAGES/kuiserver.mo share/locale/is/LC_MESSAGES/kuiviewer.mo share/locale/is/LC_MESSAGES/kurifilter.mo share/locale/is/LC_MESSAGES/kuser.mo share/locale/is/LC_MESSAGES/kwalletd.mo share/locale/is/LC_MESSAGES/kwalletmanager.mo share/locale/is/LC_MESSAGES/kwatchgnupg.mo share/locale/is/LC_MESSAGES/kwin.mo share/locale/is/LC_MESSAGES/kwin_art_clients.mo share/locale/is/LC_MESSAGES/kwin_clients.mo share/locale/is/LC_MESSAGES/kwin_effects.mo share/locale/is/LC_MESSAGES/kwinshutdown.mo share/locale/is/LC_MESSAGES/kwinstartmenu.mo share/locale/is/LC_MESSAGES/kwrite.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/lancelot.mo share/locale/is/LC_MESSAGES/libkalarmcal.mo share/locale/is/LC_MESSAGES/libkasten.mo share/locale/is/LC_MESSAGES/libkcal.mo share/locale/is/LC_MESSAGES/libkcddb.mo share/locale/is/LC_MESSAGES/libkcompactdisc.mo share/locale/is/LC_MESSAGES/libkdcraw.mo share/locale/is/LC_MESSAGES/libkdecorations.mo share/locale/is/LC_MESSAGES/libkdeedu.mo share/locale/is/LC_MESSAGES/libkdegames.mo share/locale/is/LC_MESSAGES/libkdepim.mo share/locale/is/LC_MESSAGES/libkexiv2.mo share/locale/is/LC_MESSAGES/libkholidays.mo share/locale/is/LC_MESSAGES/libkipi.mo share/locale/is/LC_MESSAGES/libkleopatra.mo share/locale/is/LC_MESSAGES/libkmahjongg.mo share/locale/is/LC_MESSAGES/libkonq.mo share/locale/is/LC_MESSAGES/libksane.mo share/locale/is/LC_MESSAGES/libkscreensaver.mo share/locale/is/LC_MESSAGES/libksieve.mo share/locale/is/LC_MESSAGES/libkunitconversion.mo share/locale/is/LC_MESSAGES/libkworkspace.mo share/locale/is/LC_MESSAGES/libmailimporter.mo share/locale/is/LC_MESSAGES/libmessagelist.mo share/locale/is/LC_MESSAGES/libmessageviewer.mo share/locale/is/LC_MESSAGES/liboktetacore.mo share/locale/is/LC_MESSAGES/liboktetakasten.mo share/locale/is/LC_MESSAGES/libphonon.mo share/locale/is/LC_MESSAGES/libplasma.mo share/locale/is/LC_MESSAGES/libplasmaclock.mo share/locale/is/LC_MESSAGES/libplasmaweather.mo share/locale/is/LC_MESSAGES/libtaskmanager.mo share/locale/is/LC_MESSAGES/lokalize.mo share/locale/is/LC_MESSAGES/lskat.mo share/locale/is/LC_MESSAGES/marble.mo share/locale/is/LC_MESSAGES/marble_qt.mo share/locale/is/LC_MESSAGES/messageviewer_text_calendar_plugin.mo share/locale/is/LC_MESSAGES/messageviewer_text_vcard_plugin.mo share/locale/is/LC_MESSAGES/mf_konqplugin.mo share/locale/is/LC_MESSAGES/minitoolsplugin.mo share/locale/is/LC_MESSAGES/mplayerthumbs.mo share/locale/is/LC_MESSAGES/mplayerthumbsconfig.mo share/locale/is/LC_MESSAGES/nepomukbackup.mo share/locale/is/LC_MESSAGES/nepomukcontroller.mo share/locale/is/LC_MESSAGES/nepomukfileindexer.mo share/locale/is/LC_MESSAGES/nepomukqueryservice.mo share/locale/is/LC_MESSAGES/nepomukserver.mo share/locale/is/LC_MESSAGES/nepomukservicestub.mo share/locale/is/LC_MESSAGES/nepomukstorage.mo share/locale/is/LC_MESSAGES/nsplugin.mo share/locale/is/LC_MESSAGES/okteta.mo share/locale/is/LC_MESSAGES/oktetapart.mo share/locale/is/LC_MESSAGES/okular.mo share/locale/is/LC_MESSAGES/okular_chm.mo share/locale/is/LC_MESSAGES/okular_comicbook.mo share/locale/is/LC_MESSAGES/okular_djvu.mo share/locale/is/LC_MESSAGES/okular_dvi.mo share/locale/is/LC_MESSAGES/okular_epub.mo share/locale/is/LC_MESSAGES/okular_fax.mo share/locale/is/LC_MESSAGES/okular_fictionbook.mo share/locale/is/LC_MESSAGES/okular_ghostview.mo share/locale/is/LC_MESSAGES/okular_kimgio.mo share/locale/is/LC_MESSAGES/okular_mobi.mo share/locale/is/LC_MESSAGES/okular_ooo.mo share/locale/is/LC_MESSAGES/okular_plucker.mo share/locale/is/LC_MESSAGES/okular_poppler.mo share/locale/is/LC_MESSAGES/okular_tiff.mo share/locale/is/LC_MESSAGES/okular_xps.mo share/locale/is/LC_MESSAGES/org.kde.active.documentviewer.mo share/locale/is/LC_MESSAGES/palapeli.mo share/locale/is/LC_MESSAGES/parley.mo share/locale/is/LC_MESSAGES/phonon_gstreamer.mo share/locale/is/LC_MESSAGES/phonon_kde.mo share/locale/is/LC_MESSAGES/phononserver.mo share/locale/is/LC_MESSAGES/plasma-desktop.mo share/locale/is/LC_MESSAGES/plasma-netbook.mo share/locale/is/LC_MESSAGES/plasma-overlay.mo share/locale/is/LC_MESSAGES/plasma-remote-helper.mo share/locale/is/LC_MESSAGES/plasma-windowed.mo share/locale/is/LC_MESSAGES/plasma_applet_BbalL.mo share/locale/is/LC_MESSAGES/plasma_applet_CharSelectApplet.mo share/locale/is/LC_MESSAGES/plasma_applet_battery.mo share/locale/is/LC_MESSAGES/plasma_applet_binaryclock.mo share/locale/is/LC_MESSAGES/plasma_applet_bubblemon.mo share/locale/is/LC_MESSAGES/plasma_applet_calculator.mo share/locale/is/LC_MESSAGES/plasma_applet_clock.mo share/locale/is/LC_MESSAGES/plasma_applet_comic.mo share/locale/is/LC_MESSAGES/plasma_applet_currentappcontrol.mo share/locale/is/LC_MESSAGES/plasma_applet_dig_clock.mo share/locale/is/LC_MESSAGES/plasma_applet_fifteenPuzzle.mo share/locale/is/LC_MESSAGES/plasma_applet_fileWatcher.mo share/locale/is/LC_MESSAGES/plasma_applet_folderview.mo share/locale/is/LC_MESSAGES/plasma_applet_frame.mo share/locale/is/LC_MESSAGES/plasma_applet_fuzzy_clock.mo share/locale/is/LC_MESSAGES/plasma_applet_icon.mo share/locale/is/LC_MESSAGES/plasma_applet_incomingmsg.mo share/locale/is/LC_MESSAGES/plasma_applet_kget.mo share/locale/is/LC_MESSAGES/plasma_applet_knowledgebase.mo share/locale/is/LC_MESSAGES/plasma_applet_kolourpicker.mo share/locale/is/LC_MESSAGES/plasma_applet_launcher.mo share/locale/is/LC_MESSAGES/plasma_applet_leavenote.mo share/locale/is/LC_MESSAGES/plasma_applet_life.mo share/locale/is/LC_MESSAGES/plasma_applet_lockout.mo share/locale/is/LC_MESSAGES/plasma_applet_luna.mo share/locale/is/LC_MESSAGES/plasma_applet_magnifique.mo share/locale/is/LC_MESSAGES/plasma_applet_microblog.mo share/locale/is/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/is/LC_MESSAGES/plasma_applet_news.mo share/locale/is/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/is/LC_MESSAGES/plasma_applet_notes.mo share/locale/is/LC_MESSAGES/plasma_applet_notifier.mo share/locale/is/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/is/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/is/LC_MESSAGES/plasma_applet_org.kde.notifications.mo share/locale/is/LC_MESSAGES/plasma_applet_pager.mo share/locale/is/LC_MESSAGES/plasma_applet_panel.mo share/locale/is/LC_MESSAGES/plasma_applet_panelspacer_internal.mo share/locale/is/LC_MESSAGES/plasma_applet_paste.mo share/locale/is/LC_MESSAGES/plasma_applet_pastebin.mo share/locale/is/LC_MESSAGES/plasma_applet_plasmaboard.mo share/locale/is/LC_MESSAGES/plasma_applet_previewer.mo share/locale/is/LC_MESSAGES/plasma_applet_qalculate.mo share/locale/is/LC_MESSAGES/plasma_applet_qstardict.mo share/locale/is/LC_MESSAGES/plasma_applet_quicklaunch.mo share/locale/is/LC_MESSAGES/plasma_applet_rssnow.mo share/locale/is/LC_MESSAGES/plasma_applet_rtm.mo share/locale/is/LC_MESSAGES/plasma_applet_sal.mo share/locale/is/LC_MESSAGES/plasma_applet_saverdesktop.mo share/locale/is/LC_MESSAGES/plasma_applet_searchbox.mo share/locale/is/LC_MESSAGES/plasma_applet_showdashboard.mo share/locale/is/LC_MESSAGES/plasma_applet_showdesktop.mo share/locale/is/LC_MESSAGES/plasma_applet_skapplet.mo share/locale/is/LC_MESSAGES/plasma_applet_system-monitor.mo share/locale/is/LC_MESSAGES/plasma_applet_systemloadviewer.mo share/locale/is/LC_MESSAGES/plasma_applet_systemtray.mo share/locale/is/LC_MESSAGES/plasma_applet_tasks.mo share/locale/is/LC_MESSAGES/plasma_applet_timer.mo share/locale/is/LC_MESSAGES/plasma_applet_trash.mo share/locale/is/LC_MESSAGES/plasma_applet_unitconverter.mo share/locale/is/LC_MESSAGES/plasma_applet_weather.mo share/locale/is/LC_MESSAGES/plasma_applet_weatherstation.mo share/locale/is/LC_MESSAGES/plasma_applet_webbrowser.mo share/locale/is/LC_MESSAGES/plasma_applet_windowlist.mo share/locale/is/LC_MESSAGES/plasma_appletscriptengine_dashboard.mo share/locale/is/LC_MESSAGES/plasma_containmentactions_contextmenu.mo share/locale/is/LC_MESSAGES/plasma_containmentactions_switchactivity.mo share/locale/is/LC_MESSAGES/plasma_containmentactions_switchdesktop.mo share/locale/is/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/is/LC_MESSAGES/plasma_engine_calendar.mo share/locale/is/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/is/LC_MESSAGES/plasma_engine_metadata.mo share/locale/is/LC_MESSAGES/plasma_engine_network.mo share/locale/is/LC_MESSAGES/plasma_engine_notifications.mo share/locale/is/LC_MESSAGES/plasma_engine_nowplaying.mo share/locale/is/LC_MESSAGES/plasma_engine_rss.mo share/locale/is/LC_MESSAGES/plasma_engine_share.mo share/locale/is/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/is/LC_MESSAGES/plasma_engine_weather.mo share/locale/is/LC_MESSAGES/plasma_packagestructure_comic.mo share/locale/is/LC_MESSAGES/plasma_runner_bookmarksrunner.mo share/locale/is/LC_MESSAGES/plasma_runner_browserhistory.mo share/locale/is/LC_MESSAGES/plasma_runner_calculatorrunner.mo share/locale/is/LC_MESSAGES/plasma_runner_contacts.mo share/locale/is/LC_MESSAGES/plasma_runner_converterrunner.mo share/locale/is/LC_MESSAGES/plasma_runner_katesessions.mo share/locale/is/LC_MESSAGES/plasma_runner_kill.mo share/locale/is/LC_MESSAGES/plasma_runner_konquerorsessions.mo share/locale/is/LC_MESSAGES/plasma_runner_konsolesessions.mo share/locale/is/LC_MESSAGES/plasma_runner_locations.mo share/locale/is/LC_MESSAGES/plasma_runner_mediawiki.mo share/locale/is/LC_MESSAGES/plasma_runner_nepomuksearchrunner.mo share/locale/is/LC_MESSAGES/plasma_runner_placesrunner.mo share/locale/is/LC_MESSAGES/plasma_runner_plasma-desktop.mo share/locale/is/LC_MESSAGES/plasma_runner_powerdevil.mo share/locale/is/LC_MESSAGES/plasma_runner_recentdocuments.mo share/locale/is/LC_MESSAGES/plasma_runner_services.mo share/locale/is/LC_MESSAGES/plasma_runner_sessions.mo share/locale/is/LC_MESSAGES/plasma_runner_shell.mo share/locale/is/LC_MESSAGES/plasma_runner_solid.mo share/locale/is/LC_MESSAGES/plasma_runner_spellcheckrunner.mo share/locale/is/LC_MESSAGES/plasma_runner_webshortcuts.mo share/locale/is/LC_MESSAGES/plasma_runner_windows.mo share/locale/is/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/is/LC_MESSAGES/plasma_toolbox_desktoptoolbox.mo share/locale/is/LC_MESSAGES/plasma_toolbox_paneltoolbox.mo share/locale/is/LC_MESSAGES/plasma_wallpaper_color.mo share/locale/is/LC_MESSAGES/plasma_wallpaper_image.mo share/locale/is/LC_MESSAGES/plasma_wallpaper_mandelbrot.mo share/locale/is/LC_MESSAGES/plasma_wallpaper_marble.mo share/locale/is/LC_MESSAGES/plasma_wallpaper_pattern.mo share/locale/is/LC_MESSAGES/plasma_wallpaper_virus.mo share/locale/is/LC_MESSAGES/plasma_wallpaper_weather.mo share/locale/is/LC_MESSAGES/plasmagenericshell.mo share/locale/is/LC_MESSAGES/plasmapkg.mo share/locale/is/LC_MESSAGES/powerdevil.mo share/locale/is/LC_MESSAGES/processcore.mo share/locale/is/LC_MESSAGES/processui.mo share/locale/is/LC_MESSAGES/randrmonitor.mo share/locale/is/LC_MESSAGES/rellinks.mo share/locale/is/LC_MESSAGES/searchbarplugin.mo share/locale/is/LC_MESSAGES/solid-hardware.mo share/locale/is/LC_MESSAGES/solid-network.mo share/locale/is/LC_MESSAGES/solid_qt.mo share/locale/is/LC_MESSAGES/solidcontrol.mo share/locale/is/LC_MESSAGES/soliduiserver.mo share/locale/is/LC_MESSAGES/strigila_diff.mo share/locale/is/LC_MESSAGES/superkaramba.mo share/locale/is/LC_MESSAGES/svgpart.mo share/locale/is/LC_MESSAGES/sweeper.mo share/locale/is/LC_MESSAGES/systemsettings.mo share/locale/is/LC_MESSAGES/timezones4.mo share/locale/is/LC_MESSAGES/uachangerplugin.mo share/locale/is/LC_MESSAGES/useraccount.mo share/locale/is/LC_MESSAGES/validatorsplugin.mo share/locale/is/LC_MESSAGES/webarchiver.mo share/locale/is/LC_MESSAGES/xml_mimetypes.mo share/locale/is/entry.desktop Index: head/misc/kde4-l10n-it/distinfo =================================================================== --- head/misc/kde4-l10n-it/distinfo (revision 318451) +++ head/misc/kde4-l10n-it/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/kde-l10n/kde-l10n-it-4.10.1.tar.xz) = 4cf6fb1df7b2f042f92b4883a497eb24e40356c3143df8e5fe801bd2e2a89c3b -SIZE (KDE/4.10.1/kde-l10n/kde-l10n-it-4.10.1.tar.xz) = 10555548 +SHA256 (KDE/4.10.3/kde-l10n/kde-l10n-it-4.10.3.tar.xz) = 758dce6c657651ee67995b4cc8090235246dda88c1a91c9eb2bf4a3bfdde4cc4 +SIZE (KDE/4.10.3/kde-l10n/kde-l10n-it-4.10.3.tar.xz) = 10683288 Index: head/misc/kde4-l10n-it/pkg-plist =================================================================== --- head/misc/kde4-l10n-it/pkg-plist (revision 318451) +++ head/misc/kde4-l10n-it/pkg-plist (revision 318452) @@ -1,2152 +1,2175 @@ share/apps/autocorrect/it_IT.xml share/apps/klettres/it/alpha/a.ogg share/apps/klettres/it/alpha/b.ogg share/apps/klettres/it/alpha/c.ogg share/apps/klettres/it/alpha/d.ogg share/apps/klettres/it/alpha/e.ogg share/apps/klettres/it/alpha/f.ogg share/apps/klettres/it/alpha/g.ogg share/apps/klettres/it/alpha/h.ogg share/apps/klettres/it/alpha/i.ogg share/apps/klettres/it/alpha/j.ogg share/apps/klettres/it/alpha/k.ogg share/apps/klettres/it/alpha/l.ogg share/apps/klettres/it/alpha/m.ogg share/apps/klettres/it/alpha/n.ogg share/apps/klettres/it/alpha/o.ogg share/apps/klettres/it/alpha/p.ogg share/apps/klettres/it/alpha/q.ogg share/apps/klettres/it/alpha/r.ogg share/apps/klettres/it/alpha/s.ogg share/apps/klettres/it/alpha/t.ogg share/apps/klettres/it/alpha/u.ogg share/apps/klettres/it/alpha/w.ogg share/apps/klettres/it/alpha/x.ogg share/apps/klettres/it/alpha/y.ogg share/apps/klettres/it/alpha/z.ogg share/apps/klettres/it/sounds.xml share/apps/klettres/it/syllab/ba.ogg share/apps/klettres/it/syllab/be.ogg share/apps/klettres/it/syllab/bi.ogg share/apps/klettres/it/syllab/bo.ogg share/apps/klettres/it/syllab/bu.ogg share/apps/klettres/it/syllab/ca.ogg share/apps/klettres/it/syllab/ce.ogg share/apps/klettres/it/syllab/ci.ogg share/apps/klettres/it/syllab/co.ogg share/apps/klettres/it/syllab/cu.ogg share/apps/klettres/it/syllab/da.ogg share/apps/klettres/it/syllab/de.ogg share/apps/klettres/it/syllab/di.ogg share/apps/klettres/it/syllab/do.ogg share/apps/klettres/it/syllab/du.ogg share/apps/klettres/it/syllab/fa.ogg share/apps/klettres/it/syllab/fe.ogg share/apps/klettres/it/syllab/fi.ogg share/apps/klettres/it/syllab/fo.ogg share/apps/klettres/it/syllab/ga.ogg share/apps/klettres/it/syllab/ge.ogg share/apps/klettres/it/syllab/gi.ogg share/apps/klettres/it/syllab/gli.ogg share/apps/klettres/it/syllab/gna.ogg share/apps/klettres/it/syllab/gne.ogg share/apps/klettres/it/syllab/gni.ogg share/apps/klettres/it/syllab/gno.ogg share/apps/klettres/it/syllab/gnu.ogg share/apps/klettres/it/syllab/go.ogg share/apps/klettres/it/syllab/gu.ogg share/apps/klettres/it/syllab/la.ogg share/apps/klettres/it/syllab/le.ogg share/apps/klettres/it/syllab/li.ogg share/apps/klettres/it/syllab/lo.ogg share/apps/klettres/it/syllab/lu.ogg share/apps/klettres/it/syllab/ma.ogg share/apps/klettres/it/syllab/me.ogg share/apps/klettres/it/syllab/mi.ogg share/apps/klettres/it/syllab/mo.ogg share/apps/klettres/it/syllab/mu.ogg share/apps/klettres/it/syllab/na.ogg share/apps/klettres/it/syllab/ne.ogg share/apps/klettres/it/syllab/ni.ogg share/apps/klettres/it/syllab/no.ogg share/apps/klettres/it/syllab/nu.ogg share/apps/klettres/it/syllab/pa.ogg share/apps/klettres/it/syllab/pe.ogg share/apps/klettres/it/syllab/pi.ogg share/apps/klettres/it/syllab/po.ogg share/apps/klettres/it/syllab/pu.ogg share/apps/klettres/it/syllab/ra.ogg share/apps/klettres/it/syllab/re.ogg share/apps/klettres/it/syllab/ri.ogg share/apps/klettres/it/syllab/ro.ogg share/apps/klettres/it/syllab/ru.ogg share/apps/klettres/it/syllab/sa.ogg share/apps/klettres/it/syllab/se.ogg share/apps/klettres/it/syllab/si.ogg share/apps/klettres/it/syllab/so.ogg share/apps/klettres/it/syllab/su.ogg share/apps/klettres/it/syllab/ta.ogg share/apps/klettres/it/syllab/te.ogg share/apps/klettres/it/syllab/ti.ogg share/apps/klettres/it/syllab/to.ogg share/apps/klettres/it/syllab/tu.ogg share/apps/klettres/it/syllab/va.ogg share/apps/klettres/it/syllab/ve.ogg share/apps/klettres/it/syllab/vi.ogg share/apps/klettres/it/syllab/vo.ogg share/apps/klettres/it/syllab/vu.ogg share/apps/klettres/it/syllab/za.ogg share/apps/klettres/it/syllab/ze.ogg share/apps/klettres/it/syllab/zi.ogg share/apps/klettres/it/syllab/zo.ogg share/apps/klettres/it/syllab/zu.ogg share/apps/ktuberling/sounds/it.soundtheme share/apps/ktuberling/sounds/it/baffi.wav share/apps/ktuberling/sounds/it/bocca.wav share/apps/ktuberling/sounds/it/capelli.wav share/apps/ktuberling/sounds/it/cappello.wav share/apps/ktuberling/sounds/it/cravatta.wav share/apps/ktuberling/sounds/it/cravattino.wav share/apps/ktuberling/sounds/it/naso.wav share/apps/ktuberling/sounds/it/occhiali.wav share/apps/ktuberling/sounds/it/occhialidasole.wav share/apps/ktuberling/sounds/it/occhio.wav share/apps/ktuberling/sounds/it/orecchino.wav share/apps/ktuberling/sounds/it/orecchio.wav share/apps/ktuberling/sounds/it/sopracciglio.wav share/apps/kvtml/it/animali.kvtml share/apps/kvtml/it/animals.kvtml share/apps/kvtml/it/capitalidelmondo.kvtml share/apps/kvtml/it/computer.kvtml share/apps/kvtml/it/easy.kvtml share/apps/kvtml/it/hard.kvtml share/apps/kvtml/it/invenzioni.kvtml share/apps/kvtml/it/medium.kvtml share/apps/kvtml/it/numeri.kvtml share/apps/kvtml/it/oggetti.kvtml share/apps/kvtml/it/persone.kvtml share/apps/kvtml/it/spazio.kvtml share/apps/kvtml/it/trasporti.kvtml share/apps/kvtml/it/valute.kvtml share/apps/step/objinfo/l10n/it/Box.html share/apps/step/objinfo/l10n/it/ChargedParticle.html share/apps/step/objinfo/l10n/it/Disk.html share/apps/step/objinfo/l10n/it/Gas.html share/apps/step/objinfo/l10n/it/GasParticle.html share/apps/step/objinfo/l10n/it/Meter.html share/apps/step/objinfo/l10n/it/Note.html share/apps/step/objinfo/l10n/it/Particle.html share/apps/step/objinfo/l10n/it/Polygon.html share/apps/step/objinfo/l10n/it/Spring.html share/apps/step/objinfo/l10n/it/World.html share/doc/HTML/it/PolicyKit-kde/authorization.docbook share/doc/HTML/it/PolicyKit-kde/authorizationagent.docbook share/doc/HTML/it/PolicyKit-kde/common share/doc/HTML/it/PolicyKit-kde/howitworks.docbook share/doc/HTML/it/PolicyKit-kde/index.cache.bz2 share/doc/HTML/it/PolicyKit-kde/index.docbook share/doc/HTML/it/PolicyKit-kde/introduction.docbook share/doc/HTML/it/akregator/common share/doc/HTML/it/akregator/index.cache.bz2 share/doc/HTML/it/akregator/index.docbook share/doc/HTML/it/amor/common share/doc/HTML/it/amor/index.cache.bz2 share/doc/HTML/it/amor/index.docbook share/doc/HTML/it/amor/man-amor.6.docbook share/doc/HTML/it/ark/common share/doc/HTML/it/ark/index.cache.bz2 share/doc/HTML/it/ark/index.docbook share/doc/HTML/it/ark/man-ark.1.docbook share/doc/HTML/it/blinken/common share/doc/HTML/it/blinken/index.cache.bz2 share/doc/HTML/it/blinken/index.docbook share/doc/HTML/it/blogilo/common share/doc/HTML/it/blogilo/index.cache.bz2 share/doc/HTML/it/blogilo/index.docbook share/doc/HTML/it/bomber/common share/doc/HTML/it/bomber/index.cache.bz2 share/doc/HTML/it/bomber/index.docbook share/doc/HTML/it/bovo/common share/doc/HTML/it/bovo/index.cache.bz2 share/doc/HTML/it/bovo/index.docbook share/doc/HTML/it/cantor/common share/doc/HTML/it/cantor/index.cache.bz2 share/doc/HTML/it/cantor/index.docbook share/doc/HTML/it/cervisia/common share/doc/HTML/it/cervisia/index.cache.bz2 share/doc/HTML/it/cervisia/index.docbook share/doc/HTML/it/common/fdl-translated.html share/doc/HTML/it/common/gpl-translated.html share/doc/HTML/it/common/kde-localised.css share/doc/HTML/it/common/lgpl-translated.html share/doc/HTML/it/dolphin/common share/doc/HTML/it/dolphin/index.cache.bz2 share/doc/HTML/it/dolphin/index.docbook share/doc/HTML/it/dragonplayer/common share/doc/HTML/it/dragonplayer/index.cache.bz2 share/doc/HTML/it/dragonplayer/index.docbook share/doc/HTML/it/dragonplayer/man-dragon.1.docbook share/doc/HTML/it/filelight/common share/doc/HTML/it/filelight/index.cache.bz2 share/doc/HTML/it/filelight/index.docbook +share/doc/HTML/it/fundamentals/common +share/doc/HTML/it/fundamentals/config.docbook +share/doc/HTML/it/fundamentals/index.cache.bz2 +share/doc/HTML/it/fundamentals/index.docbook +share/doc/HTML/it/fundamentals/install.docbook +share/doc/HTML/it/fundamentals/tasks.docbook +share/doc/HTML/it/fundamentals/ui.docbook share/doc/HTML/it/granatier/common share/doc/HTML/it/granatier/index.cache.bz2 share/doc/HTML/it/granatier/index.docbook share/doc/HTML/it/gwenview/browse_mode.png share/doc/HTML/it/gwenview/common share/doc/HTML/it/gwenview/external_tools_dialog.png share/doc/HTML/it/gwenview/index.cache.bz2 share/doc/HTML/it/gwenview/index.docbook share/doc/HTML/it/gwenview/view_mode.png share/doc/HTML/it/jovie/common share/doc/HTML/it/jovie/index.cache.bz2 share/doc/HTML/it/jovie/index.docbook share/doc/HTML/it/juk/common share/doc/HTML/it/juk/index.cache.bz2 share/doc/HTML/it/juk/index.docbook share/doc/HTML/it/kabcclient/common share/doc/HTML/it/kabcclient/index.cache.bz2 share/doc/HTML/it/kabcclient/index.docbook share/doc/HTML/it/kabcclient/man-kabcclient.1.docbook share/doc/HTML/it/kajongg/common share/doc/HTML/it/kajongg/index.cache.bz2 share/doc/HTML/it/kajongg/index.docbook share/doc/HTML/it/kalarm/common share/doc/HTML/it/kalarm/index.cache.bz2 share/doc/HTML/it/kalarm/index.docbook share/doc/HTML/it/kalgebra/commands.docbook share/doc/HTML/it/kalgebra/common share/doc/HTML/it/kalgebra/index.cache.bz2 share/doc/HTML/it/kalgebra/index.docbook share/doc/HTML/it/kalzium/common share/doc/HTML/it/kalzium/gradient.png share/doc/HTML/it/kalzium/index.cache.bz2 share/doc/HTML/it/kalzium/index.docbook share/doc/HTML/it/kalzium/infodialog_bohr.png share/doc/HTML/it/kalzium/infodialog_chemicaldata.png share/doc/HTML/it/kalzium/infodialog_energies.png share/doc/HTML/it/kalzium/infodialog_misc.png share/doc/HTML/it/kalzium/infodialog_overview.png share/doc/HTML/it/kalzium/infodialog_picture.png share/doc/HTML/it/kalzium/infodialog_spectrum.png share/doc/HTML/it/kalzium/man-kalzium.1.docbook share/doc/HTML/it/kalzium/plottingdialog.png share/doc/HTML/it/kalzium/quick-1.png share/doc/HTML/it/kalzium/screenshot1.png share/doc/HTML/it/kalzium/screenshot2.png share/doc/HTML/it/kalzium/screenshot7.png share/doc/HTML/it/kalzium/screenshoteqsolver.png share/doc/HTML/it/kalzium/settings1.png share/doc/HTML/it/kalzium/settings2.png share/doc/HTML/it/kalzium/settings3.png share/doc/HTML/it/kalzium/sidebar1.png share/doc/HTML/it/kalzium/sidebar2.png share/doc/HTML/it/kalzium/sidebar3.png share/doc/HTML/it/kalzium/timeline.png share/doc/HTML/it/kanagram/common share/doc/HTML/it/kanagram/index.cache.bz2 share/doc/HTML/it/kanagram/index.docbook share/doc/HTML/it/kapman/common share/doc/HTML/it/kapman/index.cache.bz2 share/doc/HTML/it/kapman/index.docbook share/doc/HTML/it/kapptemplate/common share/doc/HTML/it/kapptemplate/index.cache.bz2 share/doc/HTML/it/kapptemplate/index.docbook +share/doc/HTML/it/kate/advanced.docbook +share/doc/HTML/it/kate/common +share/doc/HTML/it/kate/configuring-part.docbook +share/doc/HTML/it/kate/configuring.docbook +share/doc/HTML/it/kate/fundamentals.docbook +share/doc/HTML/it/kate/highlighting.docbook +share/doc/HTML/it/kate/index.cache.bz2 +share/doc/HTML/it/kate/index.docbook +share/doc/HTML/it/kate/man-kate.1.docbook +share/doc/HTML/it/kate/mdi.docbook +share/doc/HTML/it/kate/menus.docbook +share/doc/HTML/it/kate/part.docbook +share/doc/HTML/it/kate/plugins-part.docbook +share/doc/HTML/it/kate/plugins.docbook +share/doc/HTML/it/kate/regular-expressions.docbook +share/doc/HTML/it/kate/vi.docbook share/doc/HTML/it/katomic/common share/doc/HTML/it/katomic/index.cache.bz2 share/doc/HTML/it/katomic/index.docbook share/doc/HTML/it/kbattleship/common share/doc/HTML/it/kbattleship/index.cache.bz2 share/doc/HTML/it/kbattleship/index.docbook share/doc/HTML/it/kblackbox/common share/doc/HTML/it/kblackbox/index.cache.bz2 share/doc/HTML/it/kblackbox/index.docbook share/doc/HTML/it/kblocks/common share/doc/HTML/it/kblocks/index.cache.bz2 share/doc/HTML/it/kblocks/index.docbook share/doc/HTML/it/kbounce/common share/doc/HTML/it/kbounce/index.cache.bz2 share/doc/HTML/it/kbounce/index.docbook share/doc/HTML/it/kbreakout/common share/doc/HTML/it/kbreakout/index.cache.bz2 share/doc/HTML/it/kbreakout/index.docbook share/doc/HTML/it/kbruch/common share/doc/HTML/it/kbruch/index.cache.bz2 share/doc/HTML/it/kbruch/index.docbook share/doc/HTML/it/kbruch/man-kbruch.1.docbook share/doc/HTML/it/kcachegrind/common share/doc/HTML/it/kcachegrind/index.cache.bz2 share/doc/HTML/it/kcachegrind/index.docbook share/doc/HTML/it/kcalc/commands.docbook share/doc/HTML/it/kcalc/common share/doc/HTML/it/kcalc/index.cache.bz2 share/doc/HTML/it/kcalc/index.docbook share/doc/HTML/it/kcharselect/common share/doc/HTML/it/kcharselect/index.cache.bz2 share/doc/HTML/it/kcharselect/index.docbook share/doc/HTML/it/kcontrol/attica/common share/doc/HTML/it/kcontrol/attica/index.cache.bz2 share/doc/HTML/it/kcontrol/attica/index.docbook share/doc/HTML/it/kcontrol/autostart/common share/doc/HTML/it/kcontrol/autostart/index.cache.bz2 share/doc/HTML/it/kcontrol/autostart/index.docbook share/doc/HTML/it/kcontrol/bell/common share/doc/HTML/it/kcontrol/bell/index.cache.bz2 share/doc/HTML/it/kcontrol/bell/index.docbook share/doc/HTML/it/kcontrol/blockdevices/common share/doc/HTML/it/kcontrol/blockdevices/index.cache.bz2 share/doc/HTML/it/kcontrol/blockdevices/index.docbook share/doc/HTML/it/kcontrol/bookmarks/common share/doc/HTML/it/kcontrol/bookmarks/index.cache.bz2 share/doc/HTML/it/kcontrol/bookmarks/index.docbook share/doc/HTML/it/kcontrol/cache/common share/doc/HTML/it/kcontrol/cache/index.cache.bz2 share/doc/HTML/it/kcontrol/cache/index.docbook share/doc/HTML/it/kcontrol/cddbretrieval/common share/doc/HTML/it/kcontrol/cddbretrieval/index.cache.bz2 share/doc/HTML/it/kcontrol/cddbretrieval/index.docbook share/doc/HTML/it/kcontrol/clock/common share/doc/HTML/it/kcontrol/clock/index.cache.bz2 share/doc/HTML/it/kcontrol/clock/index.docbook share/doc/HTML/it/kcontrol/colors/common share/doc/HTML/it/kcontrol/colors/index.cache.bz2 share/doc/HTML/it/kcontrol/colors/index.docbook share/doc/HTML/it/kcontrol/componentchooser/common share/doc/HTML/it/kcontrol/componentchooser/index.cache.bz2 share/doc/HTML/it/kcontrol/componentchooser/index.docbook share/doc/HTML/it/kcontrol/cookies/common share/doc/HTML/it/kcontrol/cookies/index.cache.bz2 share/doc/HTML/it/kcontrol/cookies/index.docbook share/doc/HTML/it/kcontrol/cursortheme/common share/doc/HTML/it/kcontrol/cursortheme/index.cache.bz2 share/doc/HTML/it/kcontrol/cursortheme/index.docbook share/doc/HTML/it/kcontrol/desktop/common share/doc/HTML/it/kcontrol/desktop/index.cache.bz2 share/doc/HTML/it/kcontrol/desktop/index.docbook share/doc/HTML/it/kcontrol/desktopthemedetails/common share/doc/HTML/it/kcontrol/desktopthemedetails/index.cache.bz2 share/doc/HTML/it/kcontrol/desktopthemedetails/index.docbook share/doc/HTML/it/kcontrol/ebrowsing/common share/doc/HTML/it/kcontrol/ebrowsing/index.cache.bz2 share/doc/HTML/it/kcontrol/ebrowsing/index.docbook share/doc/HTML/it/kcontrol/emoticons/common share/doc/HTML/it/kcontrol/emoticons/index.cache.bz2 share/doc/HTML/it/kcontrol/emoticons/index.docbook share/doc/HTML/it/kcontrol/filemanager/common share/doc/HTML/it/kcontrol/filemanager/index.cache.bz2 share/doc/HTML/it/kcontrol/filemanager/index.docbook share/doc/HTML/it/kcontrol/filetypes/common share/doc/HTML/it/kcontrol/filetypes/index.cache.bz2 share/doc/HTML/it/kcontrol/filetypes/index.docbook share/doc/HTML/it/kcontrol/fontinst/common share/doc/HTML/it/kcontrol/fontinst/index.cache.bz2 share/doc/HTML/it/kcontrol/fontinst/index.docbook share/doc/HTML/it/kcontrol/fonts/common share/doc/HTML/it/kcontrol/fonts/index.cache.bz2 share/doc/HTML/it/kcontrol/fonts/index.docbook share/doc/HTML/it/kcontrol/history/common share/doc/HTML/it/kcontrol/history/index.cache.bz2 share/doc/HTML/it/kcontrol/history/index.docbook share/doc/HTML/it/kcontrol/icons/common share/doc/HTML/it/kcontrol/icons/index.cache.bz2 share/doc/HTML/it/kcontrol/icons/index.docbook share/doc/HTML/it/kcontrol/joystick/common share/doc/HTML/it/kcontrol/joystick/index.cache.bz2 share/doc/HTML/it/kcontrol/joystick/index.docbook share/doc/HTML/it/kcontrol/kamera/common share/doc/HTML/it/kcontrol/kamera/index.cache.bz2 share/doc/HTML/it/kcontrol/kamera/index.docbook share/doc/HTML/it/kcontrol/kcmaccess/common share/doc/HTML/it/kcontrol/kcmaccess/index.cache.bz2 share/doc/HTML/it/kcontrol/kcmaccess/index.docbook share/doc/HTML/it/kcontrol/kcmcgi/common share/doc/HTML/it/kcontrol/kcmcgi/index.cache.bz2 share/doc/HTML/it/kcontrol/kcmcgi/index.docbook share/doc/HTML/it/kcontrol/kcmcss/common share/doc/HTML/it/kcontrol/kcmcss/index.cache.bz2 share/doc/HTML/it/kcontrol/kcmcss/index.docbook share/doc/HTML/it/kcontrol/kcmlaunch/common share/doc/HTML/it/kcontrol/kcmlaunch/index.cache.bz2 share/doc/HTML/it/kcontrol/kcmlaunch/index.docbook share/doc/HTML/it/kcontrol/kcmnotify/common share/doc/HTML/it/kcontrol/kcmnotify/index.cache.bz2 share/doc/HTML/it/kcontrol/kcmnotify/index.docbook share/doc/HTML/it/kcontrol/kcmsmserver/common share/doc/HTML/it/kcontrol/kcmsmserver/index.cache.bz2 share/doc/HTML/it/kcontrol/kcmsmserver/index.docbook share/doc/HTML/it/kcontrol/kcmstyle/common share/doc/HTML/it/kcontrol/kcmstyle/index.cache.bz2 share/doc/HTML/it/kcontrol/kcmstyle/index.docbook share/doc/HTML/it/kcontrol/kded/common share/doc/HTML/it/kcontrol/kded/index.cache.bz2 share/doc/HTML/it/kcontrol/kded/index.docbook share/doc/HTML/it/kcontrol/keyboard/common share/doc/HTML/it/kcontrol/keyboard/index.cache.bz2 share/doc/HTML/it/kcontrol/keyboard/index.docbook share/doc/HTML/it/kcontrol/keys/common share/doc/HTML/it/kcontrol/keys/index.cache.bz2 share/doc/HTML/it/kcontrol/keys/index.docbook share/doc/HTML/it/kcontrol/kgamma/common share/doc/HTML/it/kcontrol/kgamma/index.cache.bz2 share/doc/HTML/it/kcontrol/kgamma/index.docbook share/doc/HTML/it/kcontrol/khtml-adblock/common share/doc/HTML/it/kcontrol/khtml-adblock/index.cache.bz2 share/doc/HTML/it/kcontrol/khtml-adblock/index.docbook share/doc/HTML/it/kcontrol/khtml-behavior/common share/doc/HTML/it/kcontrol/khtml-behavior/index.cache.bz2 share/doc/HTML/it/kcontrol/khtml-behavior/index.docbook share/doc/HTML/it/kcontrol/khtml-general/common share/doc/HTML/it/kcontrol/khtml-general/index.cache.bz2 share/doc/HTML/it/kcontrol/khtml-general/index.docbook share/doc/HTML/it/kcontrol/khtml-java-js/common share/doc/HTML/it/kcontrol/khtml-java-js/index.cache.bz2 share/doc/HTML/it/kcontrol/khtml-java-js/index.docbook share/doc/HTML/it/kcontrol/khtml-plugins/common share/doc/HTML/it/kcontrol/khtml-plugins/index.cache.bz2 share/doc/HTML/it/kcontrol/khtml-plugins/index.docbook share/doc/HTML/it/kcontrol/kremotecontrol/common share/doc/HTML/it/kcontrol/kremotecontrol/index.cache.bz2 share/doc/HTML/it/kcontrol/kremotecontrol/index.docbook share/doc/HTML/it/kcontrol/kresources/common share/doc/HTML/it/kcontrol/kresources/index.cache.bz2 share/doc/HTML/it/kcontrol/kresources/index.docbook share/doc/HTML/it/kcontrol/kwincompositing/common share/doc/HTML/it/kcontrol/kwincompositing/index.cache.bz2 share/doc/HTML/it/kcontrol/kwincompositing/index.docbook share/doc/HTML/it/kcontrol/kwindecoration/common share/doc/HTML/it/kcontrol/kwindecoration/index.cache.bz2 share/doc/HTML/it/kcontrol/kwindecoration/index.docbook share/doc/HTML/it/kcontrol/kwinscreenedges/common share/doc/HTML/it/kcontrol/kwinscreenedges/index.cache.bz2 share/doc/HTML/it/kcontrol/kwinscreenedges/index.docbook share/doc/HTML/it/kcontrol/kwintabbox/common share/doc/HTML/it/kcontrol/kwintabbox/index.cache.bz2 share/doc/HTML/it/kcontrol/kwintabbox/index.docbook share/doc/HTML/it/kcontrol/language/common share/doc/HTML/it/kcontrol/language/index.cache.bz2 share/doc/HTML/it/kcontrol/language/index.docbook share/doc/HTML/it/kcontrol/mouse/common share/doc/HTML/it/kcontrol/mouse/index.cache.bz2 share/doc/HTML/it/kcontrol/mouse/index.docbook share/doc/HTML/it/kcontrol/nepomuk/common share/doc/HTML/it/kcontrol/nepomuk/index.cache.bz2 share/doc/HTML/it/kcontrol/nepomuk/index.docbook share/doc/HTML/it/kcontrol/netpref/common share/doc/HTML/it/kcontrol/netpref/index.cache.bz2 share/doc/HTML/it/kcontrol/netpref/index.docbook share/doc/HTML/it/kcontrol/paths/common share/doc/HTML/it/kcontrol/paths/index.cache.bz2 share/doc/HTML/it/kcontrol/paths/index.docbook share/doc/HTML/it/kcontrol/performance/common share/doc/HTML/it/kcontrol/performance/index.cache.bz2 share/doc/HTML/it/kcontrol/performance/index.docbook share/doc/HTML/it/kcontrol/phonon/common share/doc/HTML/it/kcontrol/phonon/index.cache.bz2 share/doc/HTML/it/kcontrol/phonon/index.docbook share/doc/HTML/it/kcontrol/powerdevil/common share/doc/HTML/it/kcontrol/powerdevil/index.cache.bz2 share/doc/HTML/it/kcontrol/powerdevil/index.docbook share/doc/HTML/it/kcontrol/proxy/common share/doc/HTML/it/kcontrol/proxy/index.cache.bz2 share/doc/HTML/it/kcontrol/proxy/index.docbook share/doc/HTML/it/kcontrol/screensaver/common share/doc/HTML/it/kcontrol/screensaver/index.cache.bz2 share/doc/HTML/it/kcontrol/screensaver/index.docbook share/doc/HTML/it/kcontrol/smb/common share/doc/HTML/it/kcontrol/smb/index.cache.bz2 share/doc/HTML/it/kcontrol/smb/index.docbook share/doc/HTML/it/kcontrol/solid-actions/common share/doc/HTML/it/kcontrol/solid-actions/index.cache.bz2 share/doc/HTML/it/kcontrol/solid-actions/index.docbook share/doc/HTML/it/kcontrol/solid-device-automounter/common share/doc/HTML/it/kcontrol/solid-device-automounter/index.cache.bz2 share/doc/HTML/it/kcontrol/solid-device-automounter/index.docbook share/doc/HTML/it/kcontrol/solid-hardware/common share/doc/HTML/it/kcontrol/solid-hardware/index.cache.bz2 share/doc/HTML/it/kcontrol/solid-hardware/index.docbook share/doc/HTML/it/kcontrol/spellchecking/common share/doc/HTML/it/kcontrol/spellchecking/index.cache.bz2 share/doc/HTML/it/kcontrol/spellchecking/index.docbook share/doc/HTML/it/kcontrol/splashscreen/common share/doc/HTML/it/kcontrol/splashscreen/index.cache.bz2 share/doc/HTML/it/kcontrol/splashscreen/index.docbook share/doc/HTML/it/kcontrol/trash/common share/doc/HTML/it/kcontrol/trash/index.cache.bz2 share/doc/HTML/it/kcontrol/trash/index.docbook share/doc/HTML/it/kcontrol/useragent/common share/doc/HTML/it/kcontrol/useragent/index.cache.bz2 share/doc/HTML/it/kcontrol/useragent/index.docbook share/doc/HTML/it/kcontrol/windowbehaviour/common share/doc/HTML/it/kcontrol/windowbehaviour/index.cache.bz2 share/doc/HTML/it/kcontrol/windowbehaviour/index.docbook share/doc/HTML/it/kcontrol/windowspecific/common share/doc/HTML/it/kcontrol/windowspecific/index.cache.bz2 share/doc/HTML/it/kcontrol/windowspecific/index.docbook share/doc/HTML/it/kcontrol/workspaceoptions/common share/doc/HTML/it/kcontrol/workspaceoptions/index.cache.bz2 share/doc/HTML/it/kcontrol/workspaceoptions/index.docbook share/doc/HTML/it/kcron/common share/doc/HTML/it/kcron/index.cache.bz2 share/doc/HTML/it/kcron/index.docbook share/doc/HTML/it/kdebugdialog/common share/doc/HTML/it/kdebugdialog/index.cache.bz2 share/doc/HTML/it/kdebugdialog/index.docbook share/doc/HTML/it/kdepasswd/common share/doc/HTML/it/kdepasswd/index.cache.bz2 share/doc/HTML/it/kdepasswd/index.docbook share/doc/HTML/it/kdesu/common share/doc/HTML/it/kdesu/index.cache.bz2 share/doc/HTML/it/kdesu/index.docbook share/doc/HTML/it/kdesu/man-kdesu.1.docbook share/doc/HTML/it/kdf/common share/doc/HTML/it/kdf/index.cache.bz2 share/doc/HTML/it/kdf/index.docbook share/doc/HTML/it/kdiamond/common share/doc/HTML/it/kdiamond/index.cache.bz2 share/doc/HTML/it/kdiamond/index.docbook share/doc/HTML/it/kdm/common share/doc/HTML/it/kdm/index.cache.bz2 share/doc/HTML/it/kdm/index.docbook share/doc/HTML/it/kdm/kdmrc-ref.docbook share/doc/HTML/it/kdm/theme-ref.docbook share/doc/HTML/it/kfilereplace/common share/doc/HTML/it/kfilereplace/index.cache.bz2 share/doc/HTML/it/kfilereplace/index.docbook share/doc/HTML/it/kfind/common share/doc/HTML/it/kfind/index.cache.bz2 share/doc/HTML/it/kfind/index.docbook share/doc/HTML/it/kfind/man-kfind.1.docbook share/doc/HTML/it/kfloppy/common share/doc/HTML/it/kfloppy/index.cache.bz2 share/doc/HTML/it/kfloppy/index.docbook share/doc/HTML/it/kfontview/common share/doc/HTML/it/kfontview/index.cache.bz2 share/doc/HTML/it/kfontview/index.docbook share/doc/HTML/it/kfourinline/common share/doc/HTML/it/kfourinline/index.cache.bz2 share/doc/HTML/it/kfourinline/index.docbook share/doc/HTML/it/kgeography/common share/doc/HTML/it/kgeography/index.cache.bz2 share/doc/HTML/it/kgeography/index.docbook share/doc/HTML/it/kget/common share/doc/HTML/it/kget/index.cache.bz2 share/doc/HTML/it/kget/index.docbook share/doc/HTML/it/kgoldrunner/common share/doc/HTML/it/kgoldrunner/index.cache.bz2 share/doc/HTML/it/kgoldrunner/index.docbook share/doc/HTML/it/kgpg/common share/doc/HTML/it/kgpg/editor.png share/doc/HTML/it/kgpg/index.cache.bz2 share/doc/HTML/it/kgpg/index.docbook share/doc/HTML/it/kgpg/keygen.png share/doc/HTML/it/kgpg/keymanage.png share/doc/HTML/it/kgpg/keys.png share/doc/HTML/it/kgpg/kicker.png share/doc/HTML/it/kgpg/options.png share/doc/HTML/it/khangman/common share/doc/HTML/it/khangman/index.cache.bz2 share/doc/HTML/it/khangman/index.docbook share/doc/HTML/it/khangman/man-khangman.6.docbook share/doc/HTML/it/khelpcenter/common share/doc/HTML/it/khelpcenter/documentationnotfound/common share/doc/HTML/it/khelpcenter/documentationnotfound/index.cache.bz2 share/doc/HTML/it/khelpcenter/documentationnotfound/index.docbook share/doc/HTML/it/khelpcenter/glossary/common share/doc/HTML/it/khelpcenter/glossary/index.cache.bz2 share/doc/HTML/it/khelpcenter/glossary/index.docbook share/doc/HTML/it/khelpcenter/glossary/kdeprintingglossary.docbook share/doc/HTML/it/khelpcenter/index.cache.bz2 share/doc/HTML/it/khelpcenter/index.docbook share/doc/HTML/it/kig/common share/doc/HTML/it/kig/index.cache.bz2 share/doc/HTML/it/kig/index.docbook share/doc/HTML/it/kig/man-kig.1.docbook share/doc/HTML/it/kigo/common share/doc/HTML/it/kigo/index.cache.bz2 share/doc/HTML/it/kigo/index.docbook share/doc/HTML/it/killbots/common share/doc/HTML/it/killbots/index.cache.bz2 share/doc/HTML/it/killbots/index.docbook share/doc/HTML/it/kimagemapeditor/common share/doc/HTML/it/kimagemapeditor/index.cache.bz2 share/doc/HTML/it/kimagemapeditor/index.docbook share/doc/HTML/it/kinfocenter/common share/doc/HTML/it/kinfocenter/index.cache.bz2 share/doc/HTML/it/kinfocenter/index.docbook share/doc/HTML/it/kioslave/audiocd/common share/doc/HTML/it/kioslave/audiocd/index.cache.bz2 share/doc/HTML/it/kioslave/audiocd/index.docbook share/doc/HTML/it/kioslave/bookmarks/common share/doc/HTML/it/kioslave/bookmarks/index.cache.bz2 share/doc/HTML/it/kioslave/bookmarks/index.docbook share/doc/HTML/it/kioslave/bzip2/common share/doc/HTML/it/kioslave/bzip2/index.cache.bz2 share/doc/HTML/it/kioslave/bzip2/index.docbook share/doc/HTML/it/kioslave/cgi/common share/doc/HTML/it/kioslave/cgi/index.cache.bz2 share/doc/HTML/it/kioslave/cgi/index.docbook share/doc/HTML/it/kioslave/data/common share/doc/HTML/it/kioslave/data/index.cache.bz2 share/doc/HTML/it/kioslave/data/index.docbook share/doc/HTML/it/kioslave/file/common share/doc/HTML/it/kioslave/file/index.cache.bz2 share/doc/HTML/it/kioslave/file/index.docbook share/doc/HTML/it/kioslave/finger/common share/doc/HTML/it/kioslave/finger/index.cache.bz2 share/doc/HTML/it/kioslave/finger/index.docbook share/doc/HTML/it/kioslave/fish/common share/doc/HTML/it/kioslave/fish/index.cache.bz2 share/doc/HTML/it/kioslave/fish/index.docbook share/doc/HTML/it/kioslave/floppy/common share/doc/HTML/it/kioslave/floppy/index.cache.bz2 share/doc/HTML/it/kioslave/floppy/index.docbook share/doc/HTML/it/kioslave/ftp/common share/doc/HTML/it/kioslave/ftp/index.cache.bz2 share/doc/HTML/it/kioslave/ftp/index.docbook share/doc/HTML/it/kioslave/gzip/common share/doc/HTML/it/kioslave/gzip/index.cache.bz2 share/doc/HTML/it/kioslave/gzip/index.docbook share/doc/HTML/it/kioslave/help/common share/doc/HTML/it/kioslave/help/index.cache.bz2 share/doc/HTML/it/kioslave/help/index.docbook share/doc/HTML/it/kioslave/http/common share/doc/HTML/it/kioslave/http/index.cache.bz2 share/doc/HTML/it/kioslave/http/index.docbook share/doc/HTML/it/kioslave/imap/common share/doc/HTML/it/kioslave/imap/index.cache.bz2 share/doc/HTML/it/kioslave/imap/index.docbook share/doc/HTML/it/kioslave/info/common share/doc/HTML/it/kioslave/info/index.cache.bz2 share/doc/HTML/it/kioslave/info/index.docbook share/doc/HTML/it/kioslave/ldap/common share/doc/HTML/it/kioslave/ldap/index.cache.bz2 share/doc/HTML/it/kioslave/ldap/index.docbook share/doc/HTML/it/kioslave/mailto/common share/doc/HTML/it/kioslave/mailto/index.cache.bz2 share/doc/HTML/it/kioslave/mailto/index.docbook share/doc/HTML/it/kioslave/man/common share/doc/HTML/it/kioslave/man/index.cache.bz2 share/doc/HTML/it/kioslave/man/index.docbook share/doc/HTML/it/kioslave/mbox/common share/doc/HTML/it/kioslave/mbox/index.cache.bz2 share/doc/HTML/it/kioslave/mbox/index.docbook share/doc/HTML/it/kioslave/nepomuksearch/common share/doc/HTML/it/kioslave/nepomuksearch/index.cache.bz2 share/doc/HTML/it/kioslave/nepomuksearch/index.docbook share/doc/HTML/it/kioslave/network/common share/doc/HTML/it/kioslave/network/index.cache.bz2 share/doc/HTML/it/kioslave/network/index.docbook share/doc/HTML/it/kioslave/news/common share/doc/HTML/it/kioslave/news/index.cache.bz2 share/doc/HTML/it/kioslave/news/index.docbook share/doc/HTML/it/kioslave/nfs/common share/doc/HTML/it/kioslave/nfs/index.cache.bz2 share/doc/HTML/it/kioslave/nfs/index.docbook share/doc/HTML/it/kioslave/nntp/common share/doc/HTML/it/kioslave/nntp/index.cache.bz2 share/doc/HTML/it/kioslave/nntp/index.docbook share/doc/HTML/it/kioslave/pop3/common share/doc/HTML/it/kioslave/pop3/index.cache.bz2 share/doc/HTML/it/kioslave/pop3/index.docbook share/doc/HTML/it/kioslave/rlogin/common share/doc/HTML/it/kioslave/rlogin/index.cache.bz2 share/doc/HTML/it/kioslave/rlogin/index.docbook share/doc/HTML/it/kioslave/sftp/common share/doc/HTML/it/kioslave/sftp/index.cache.bz2 share/doc/HTML/it/kioslave/sftp/index.docbook share/doc/HTML/it/kioslave/sieve/common share/doc/HTML/it/kioslave/sieve/index.cache.bz2 share/doc/HTML/it/kioslave/sieve/index.docbook share/doc/HTML/it/kioslave/smb/common share/doc/HTML/it/kioslave/smb/index.cache.bz2 share/doc/HTML/it/kioslave/smb/index.docbook share/doc/HTML/it/kioslave/smtp/common share/doc/HTML/it/kioslave/smtp/index.cache.bz2 share/doc/HTML/it/kioslave/smtp/index.docbook share/doc/HTML/it/kioslave/tar/common share/doc/HTML/it/kioslave/tar/index.cache.bz2 share/doc/HTML/it/kioslave/tar/index.docbook share/doc/HTML/it/kioslave/telnet/common share/doc/HTML/it/kioslave/telnet/index.cache.bz2 share/doc/HTML/it/kioslave/telnet/index.docbook share/doc/HTML/it/kioslave/thumbnail/common share/doc/HTML/it/kioslave/thumbnail/index.cache.bz2 share/doc/HTML/it/kioslave/thumbnail/index.docbook share/doc/HTML/it/kioslave/webdav/common share/doc/HTML/it/kioslave/webdav/index.cache.bz2 share/doc/HTML/it/kioslave/webdav/index.docbook share/doc/HTML/it/kioslave/xz/common share/doc/HTML/it/kioslave/xz/index.cache.bz2 share/doc/HTML/it/kioslave/xz/index.docbook share/doc/HTML/it/kiriki/common share/doc/HTML/it/kiriki/index.cache.bz2 share/doc/HTML/it/kiriki/index.docbook share/doc/HTML/it/kiten/common share/doc/HTML/it/kiten/index.cache.bz2 share/doc/HTML/it/kiten/index.docbook share/doc/HTML/it/kjots/common share/doc/HTML/it/kjots/index.cache.bz2 share/doc/HTML/it/kjots/index.docbook share/doc/HTML/it/kjumpingcube/common share/doc/HTML/it/kjumpingcube/index.cache.bz2 share/doc/HTML/it/kjumpingcube/index.docbook share/doc/HTML/it/kleopatra/common share/doc/HTML/it/kleopatra/index.cache.bz2 share/doc/HTML/it/kleopatra/index.docbook share/doc/HTML/it/klettres/common share/doc/HTML/it/klettres/index.cache.bz2 share/doc/HTML/it/klettres/index.docbook share/doc/HTML/it/klettres/klettres1.png share/doc/HTML/it/klettres/klettres3.png share/doc/HTML/it/klickety/common share/doc/HTML/it/klickety/index.cache.bz2 share/doc/HTML/it/klickety/index.docbook share/doc/HTML/it/klines/common share/doc/HTML/it/klines/index.cache.bz2 share/doc/HTML/it/klines/index.docbook share/doc/HTML/it/klinkstatus/common share/doc/HTML/it/klinkstatus/index.cache.bz2 share/doc/HTML/it/klinkstatus/index.docbook share/doc/HTML/it/klipper/common share/doc/HTML/it/klipper/index.cache.bz2 share/doc/HTML/it/klipper/index.docbook share/doc/HTML/it/kmag/common share/doc/HTML/it/kmag/index.cache.bz2 share/doc/HTML/it/kmag/index.docbook share/doc/HTML/it/kmag/man-kmag.1.docbook share/doc/HTML/it/kmahjongg/common share/doc/HTML/it/kmahjongg/index.cache.bz2 share/doc/HTML/it/kmahjongg/index.docbook share/doc/HTML/it/kmenuedit/common share/doc/HTML/it/kmenuedit/index.cache.bz2 share/doc/HTML/it/kmenuedit/index.docbook share/doc/HTML/it/kmines/common share/doc/HTML/it/kmines/index.cache.bz2 share/doc/HTML/it/kmines/index.docbook share/doc/HTML/it/kmix/common share/doc/HTML/it/kmix/index.cache.bz2 share/doc/HTML/it/kmix/index.docbook share/doc/HTML/it/kmix/kmix-channel-playback.png share/doc/HTML/it/kmix/kmix-channel-record.png share/doc/HTML/it/kmix/kmix-window.png share/doc/HTML/it/kmousetool/common share/doc/HTML/it/kmousetool/index.cache.bz2 share/doc/HTML/it/kmousetool/index.docbook share/doc/HTML/it/kmousetool/man-kmousetool.1.docbook share/doc/HTML/it/kmouth/common share/doc/HTML/it/kmouth/index.cache.bz2 share/doc/HTML/it/kmouth/index.docbook share/doc/HTML/it/kmouth/man-kmouth.1.docbook share/doc/HTML/it/kmplot/commands.docbook share/doc/HTML/it/kmplot/common share/doc/HTML/it/kmplot/configuration.docbook share/doc/HTML/it/kmplot/credits.docbook share/doc/HTML/it/kmplot/dcop.docbook share/doc/HTML/it/kmplot/developer.docbook share/doc/HTML/it/kmplot/firststeps.docbook share/doc/HTML/it/kmplot/index.cache.bz2 share/doc/HTML/it/kmplot/index.docbook share/doc/HTML/it/kmplot/install.docbook share/doc/HTML/it/kmplot/introduction.docbook share/doc/HTML/it/kmplot/man-kmplot.1.docbook share/doc/HTML/it/kmplot/reference.docbook share/doc/HTML/it/kmplot/using.docbook share/doc/HTML/it/knetattach/common share/doc/HTML/it/knetattach/index.cache.bz2 share/doc/HTML/it/knetattach/index.docbook share/doc/HTML/it/knetwalk/common share/doc/HTML/it/knetwalk/index.cache.bz2 share/doc/HTML/it/knetwalk/index.docbook share/doc/HTML/it/knode/commands.docbook share/doc/HTML/it/knode/common share/doc/HTML/it/knode/credits.docbook share/doc/HTML/it/knode/faq.docbook share/doc/HTML/it/knode/gloss.docbook share/doc/HTML/it/knode/index.cache.bz2 share/doc/HTML/it/knode/index.docbook share/doc/HTML/it/knode/install.docbook share/doc/HTML/it/knode/introduction.docbook share/doc/HTML/it/knode/journey.docbook share/doc/HTML/it/knode/more.docbook share/doc/HTML/it/knode/using-firststart.docbook share/doc/HTML/it/knode/using-morefeatures.docbook share/doc/HTML/it/knode/using-subscribing.docbook share/doc/HTML/it/knotes/common share/doc/HTML/it/knotes/index.cache.bz2 share/doc/HTML/it/knotes/index.docbook share/doc/HTML/it/kolf/common share/doc/HTML/it/kolf/index.cache.bz2 share/doc/HTML/it/kolf/index.docbook share/doc/HTML/it/kollision/common share/doc/HTML/it/kollision/index.cache.bz2 share/doc/HTML/it/kollision/index.docbook share/doc/HTML/it/kolourpaint/common share/doc/HTML/it/kolourpaint/index.cache.bz2 share/doc/HTML/it/kolourpaint/index.docbook share/doc/HTML/it/kommander/basics.docbook share/doc/HTML/it/kommander/commands.docbook share/doc/HTML/it/kommander/common share/doc/HTML/it/kommander/credits.docbook share/doc/HTML/it/kommander/dcop.docbook share/doc/HTML/it/kommander/editor.docbook share/doc/HTML/it/kommander/extending.docbook share/doc/HTML/it/kommander/glossary.docbook share/doc/HTML/it/kommander/index.cache.bz2 share/doc/HTML/it/kommander/index.docbook share/doc/HTML/it/kommander/installation.docbook share/doc/HTML/it/kommander/introduction.docbook share/doc/HTML/it/kommander/q-and-a.docbook share/doc/HTML/it/kommander/specials.docbook share/doc/HTML/it/kommander/tutorials.docbook share/doc/HTML/it/kommander/widgets.docbook share/doc/HTML/it/kompare/common share/doc/HTML/it/kompare/index.cache.bz2 share/doc/HTML/it/kompare/index.docbook share/doc/HTML/it/konqueror/basics.docbook share/doc/HTML/it/konqueror/bookmarks.docbook share/doc/HTML/it/konqueror/browser.docbook share/doc/HTML/it/konqueror/commands.docbook share/doc/HTML/it/konqueror/common share/doc/HTML/it/konqueror/config.docbook share/doc/HTML/it/konqueror/credits.docbook share/doc/HTML/it/konqueror/faq.docbook share/doc/HTML/it/konqueror/filemanager.docbook share/doc/HTML/it/konqueror/index.cache.bz2 share/doc/HTML/it/konqueror/index.docbook share/doc/HTML/it/konqueror/introduction.docbook share/doc/HTML/it/konqueror/man-kbookmarkmerger.1.docbook share/doc/HTML/it/konqueror/path-complete.docbook share/doc/HTML/it/konqueror/plugins.docbook share/doc/HTML/it/konqueror/save-settings.docbook share/doc/HTML/it/konqueror/sidebar.docbook share/doc/HTML/it/konqueror/view-extensions.docbook share/doc/HTML/it/konquest/common share/doc/HTML/it/konquest/index.cache.bz2 share/doc/HTML/it/konquest/index.docbook share/doc/HTML/it/konsole/common share/doc/HTML/it/konsole/index.cache.bz2 share/doc/HTML/it/konsole/index.docbook share/doc/HTML/it/konsole/konsole.png share/doc/HTML/it/konsole/tabbar.png share/doc/HTML/it/konsolekalendar/common share/doc/HTML/it/konsolekalendar/index.cache.bz2 share/doc/HTML/it/konsolekalendar/index.docbook share/doc/HTML/it/kontact-admin/common share/doc/HTML/it/kontact-admin/index.cache.bz2 share/doc/HTML/it/kontact-admin/index.docbook share/doc/HTML/it/kontact/common share/doc/HTML/it/kontact/index.cache.bz2 share/doc/HTML/it/kontact/index.docbook share/doc/HTML/it/kopete/chatstyle.docbook share/doc/HTML/it/kopete/common share/doc/HTML/it/kopete/index.cache.bz2 share/doc/HTML/it/kopete/index.docbook share/doc/HTML/it/kopete/menus.docbook share/doc/HTML/it/kopete/pipes.docbook share/doc/HTML/it/korganizer/common share/doc/HTML/it/korganizer/index.cache.bz2 share/doc/HTML/it/korganizer/index.docbook share/doc/HTML/it/kpat/common share/doc/HTML/it/kpat/index.cache.bz2 share/doc/HTML/it/kpat/index.docbook share/doc/HTML/it/kpat/man-kpat.6.docbook share/doc/HTML/it/kppp/accounting.docbook share/doc/HTML/it/kppp/callback.docbook share/doc/HTML/it/kppp/chap.docbook share/doc/HTML/it/kppp/common share/doc/HTML/it/kppp/dialog-setup.docbook share/doc/HTML/it/kppp/getting-online.docbook share/doc/HTML/it/kppp/global-settings.docbook share/doc/HTML/it/kppp/hayes.docbook share/doc/HTML/it/kppp/index.cache.bz2 share/doc/HTML/it/kppp/index.docbook share/doc/HTML/it/kppp/kppp-faq.docbook share/doc/HTML/it/kppp/security.docbook share/doc/HTML/it/kppp/tricks.docbook share/doc/HTML/it/kppp/wizard.docbook share/doc/HTML/it/krdc/common share/doc/HTML/it/krdc/index.cache.bz2 share/doc/HTML/it/krdc/index.docbook share/doc/HTML/it/kreversi/common share/doc/HTML/it/kreversi/index.cache.bz2 share/doc/HTML/it/kreversi/index.docbook share/doc/HTML/it/krfb/common share/doc/HTML/it/krfb/index.cache.bz2 share/doc/HTML/it/krfb/index.docbook share/doc/HTML/it/kruler/common share/doc/HTML/it/kruler/index.cache.bz2 share/doc/HTML/it/kruler/index.docbook share/doc/HTML/it/kshisen/common share/doc/HTML/it/kshisen/index.cache.bz2 share/doc/HTML/it/kshisen/index.docbook share/doc/HTML/it/ksirk/common share/doc/HTML/it/ksirk/index.cache.bz2 share/doc/HTML/it/ksirk/index.docbook share/doc/HTML/it/ksirkskineditor/common share/doc/HTML/it/ksirkskineditor/index.cache.bz2 share/doc/HTML/it/ksirkskineditor/index.docbook share/doc/HTML/it/ksnapshot/common share/doc/HTML/it/ksnapshot/index.cache.bz2 share/doc/HTML/it/ksnapshot/index.docbook share/doc/HTML/it/kspaceduel/common share/doc/HTML/it/kspaceduel/index.cache.bz2 share/doc/HTML/it/kspaceduel/index.docbook share/doc/HTML/it/ksquares/common share/doc/HTML/it/ksquares/index.cache.bz2 share/doc/HTML/it/ksquares/index.docbook share/doc/HTML/it/kstars/aavso.png share/doc/HTML/it/kstars/ai-contents.docbook share/doc/HTML/it/kstars/altvstime.docbook share/doc/HTML/it/kstars/altvstime.png share/doc/HTML/it/kstars/astroinfo.docbook share/doc/HTML/it/kstars/blackbody.docbook share/doc/HTML/it/kstars/calc-angdist.docbook share/doc/HTML/it/kstars/calc-apcoords.docbook share/doc/HTML/it/kstars/calc-apcoords.png share/doc/HTML/it/kstars/calc-dayduration.docbook share/doc/HTML/it/kstars/calc-daylength.png share/doc/HTML/it/kstars/calc-ecliptic.docbook share/doc/HTML/it/kstars/calc-eqgal.docbook share/doc/HTML/it/kstars/calc-eqgal.png share/doc/HTML/it/kstars/calc-equinox.docbook share/doc/HTML/it/kstars/calc-geodetic.docbook share/doc/HTML/it/kstars/calc-geodetic.png share/doc/HTML/it/kstars/calc-horizontal.docbook share/doc/HTML/it/kstars/calc-horizontal.png share/doc/HTML/it/kstars/calc-julian.png share/doc/HTML/it/kstars/calc-julianday.docbook share/doc/HTML/it/kstars/calc-planetcoords.docbook share/doc/HTML/it/kstars/calc-precess.png share/doc/HTML/it/kstars/calc-sidereal.docbook share/doc/HTML/it/kstars/calc-sidereal.png share/doc/HTML/it/kstars/calculator.docbook share/doc/HTML/it/kstars/cequator.docbook share/doc/HTML/it/kstars/colorandtemp.docbook share/doc/HTML/it/kstars/commands.docbook share/doc/HTML/it/kstars/common share/doc/HTML/it/kstars/config.docbook share/doc/HTML/it/kstars/cosmicdist.docbook share/doc/HTML/it/kstars/cpoles.docbook share/doc/HTML/it/kstars/credits.docbook share/doc/HTML/it/kstars/csphere.docbook share/doc/HTML/it/kstars/darkmatter.docbook share/doc/HTML/it/kstars/detaildialog.png share/doc/HTML/it/kstars/details.docbook share/doc/HTML/it/kstars/devicemanager.png share/doc/HTML/it/kstars/dumpmode.docbook share/doc/HTML/it/kstars/ecliptic.docbook share/doc/HTML/it/kstars/ellipticalgalaxies.docbook share/doc/HTML/it/kstars/epoch.docbook share/doc/HTML/it/kstars/equinox.docbook share/doc/HTML/it/kstars/faq.docbook share/doc/HTML/it/kstars/find.png share/doc/HTML/it/kstars/fitsviewer.docbook share/doc/HTML/it/kstars/flux.docbook share/doc/HTML/it/kstars/geocoords.docbook share/doc/HTML/it/kstars/graph1.png share/doc/HTML/it/kstars/graph2.png share/doc/HTML/it/kstars/graph3.png share/doc/HTML/it/kstars/greatcircle.docbook share/doc/HTML/it/kstars/horizon.docbook share/doc/HTML/it/kstars/hourangle.docbook share/doc/HTML/it/kstars/index.cache.bz2 share/doc/HTML/it/kstars/index.docbook share/doc/HTML/it/kstars/indi.docbook share/doc/HTML/it/kstars/install.docbook share/doc/HTML/it/kstars/jmoons.docbook share/doc/HTML/it/kstars/julianday.docbook share/doc/HTML/it/kstars/leapyear.docbook share/doc/HTML/it/kstars/lightcurves.docbook share/doc/HTML/it/kstars/luminosity.docbook share/doc/HTML/it/kstars/magnitude.docbook share/doc/HTML/it/kstars/meridian.docbook share/doc/HTML/it/kstars/obsplanner.docbook share/doc/HTML/it/kstars/parallax.docbook share/doc/HTML/it/kstars/precession.docbook share/doc/HTML/it/kstars/quicktour.docbook share/doc/HTML/it/kstars/retrograde.docbook share/doc/HTML/it/kstars/screen1.png share/doc/HTML/it/kstars/screen2.png share/doc/HTML/it/kstars/screen3.png share/doc/HTML/it/kstars/screen4.png share/doc/HTML/it/kstars/scriptbuilder.docbook share/doc/HTML/it/kstars/sidereal.docbook share/doc/HTML/it/kstars/skycoords.docbook share/doc/HTML/it/kstars/solarsys.docbook share/doc/HTML/it/kstars/spiralgalaxies.docbook share/doc/HTML/it/kstars/stars.docbook share/doc/HTML/it/kstars/telescopes.docbook share/doc/HTML/it/kstars/timezones.docbook share/doc/HTML/it/kstars/tools.docbook share/doc/HTML/it/kstars/utime.docbook share/doc/HTML/it/kstars/wut.docbook share/doc/HTML/it/kstars/zenith.docbook share/doc/HTML/it/ksudoku/common share/doc/HTML/it/ksudoku/index.cache.bz2 share/doc/HTML/it/ksudoku/index.docbook share/doc/HTML/it/ksysguard/common share/doc/HTML/it/ksysguard/index.cache.bz2 share/doc/HTML/it/ksysguard/index.docbook share/doc/HTML/it/ksystemlog/common share/doc/HTML/it/ksystemlog/index.cache.bz2 share/doc/HTML/it/ksystemlog/index.docbook share/doc/HTML/it/kteatime/common share/doc/HTML/it/kteatime/index.cache.bz2 share/doc/HTML/it/kteatime/index.docbook share/doc/HTML/it/ktimer/common share/doc/HTML/it/ktimer/index.cache.bz2 share/doc/HTML/it/ktimer/index.docbook share/doc/HTML/it/ktimetracker/common share/doc/HTML/it/ktimetracker/index.cache.bz2 share/doc/HTML/it/ktimetracker/index.docbook share/doc/HTML/it/ktnef/common share/doc/HTML/it/ktnef/index.cache.bz2 share/doc/HTML/it/ktnef/index.docbook share/doc/HTML/it/ktron/common share/doc/HTML/it/ktron/index.cache.bz2 share/doc/HTML/it/ktron/index.docbook share/doc/HTML/it/ktuberling/common share/doc/HTML/it/ktuberling/index.cache.bz2 share/doc/HTML/it/ktuberling/index.docbook share/doc/HTML/it/ktuberling/technical-reference.docbook share/doc/HTML/it/kturtle/common share/doc/HTML/it/kturtle/getting-started.docbook share/doc/HTML/it/kturtle/glossary.docbook share/doc/HTML/it/kturtle/index.cache.bz2 share/doc/HTML/it/kturtle/index.docbook share/doc/HTML/it/kturtle/programming-reference.docbook share/doc/HTML/it/kturtle/translator-guide.docbook share/doc/HTML/it/kturtle/using-kturtle.docbook share/doc/HTML/it/kubrick/common share/doc/HTML/it/kubrick/index.cache.bz2 share/doc/HTML/it/kubrick/index.docbook share/doc/HTML/it/kuser/common share/doc/HTML/it/kuser/index.cache.bz2 share/doc/HTML/it/kuser/index.docbook share/doc/HTML/it/kwallet/common share/doc/HTML/it/kwallet/index.cache.bz2 share/doc/HTML/it/kwallet/index.docbook share/doc/HTML/it/kwatchgnupg/common share/doc/HTML/it/kwatchgnupg/index.cache.bz2 share/doc/HTML/it/kwatchgnupg/index.docbook share/doc/HTML/it/kwordquiz/common share/doc/HTML/it/kwordquiz/index.cache.bz2 share/doc/HTML/it/kwordquiz/index.docbook share/doc/HTML/it/kwrite/common share/doc/HTML/it/kwrite/configuring.docbook share/doc/HTML/it/kwrite/fundamentals.docbook share/doc/HTML/it/kwrite/index.cache.bz2 share/doc/HTML/it/kwrite/index.docbook share/doc/HTML/it/kwrite/menus.docbook share/doc/HTML/it/lokalize/common share/doc/HTML/it/lokalize/index.cache.bz2 share/doc/HTML/it/lokalize/index.docbook share/doc/HTML/it/lskat/common share/doc/HTML/it/lskat/index.cache.bz2 share/doc/HTML/it/lskat/index.docbook share/doc/HTML/it/marble/common share/doc/HTML/it/marble/index.cache.bz2 share/doc/HTML/it/marble/index.docbook share/doc/HTML/it/okteta/common share/doc/HTML/it/okteta/index.cache.bz2 share/doc/HTML/it/okteta/index.docbook share/doc/HTML/it/okular/common share/doc/HTML/it/okular/index.cache.bz2 share/doc/HTML/it/okular/index.docbook share/doc/HTML/it/okular/man-okular.1.docbook share/doc/HTML/it/onlinehelp/common share/doc/HTML/it/onlinehelp/index.cache.bz2 share/doc/HTML/it/onlinehelp/index.docbook share/doc/HTML/it/palapeli/common share/doc/HTML/it/palapeli/index.cache.bz2 share/doc/HTML/it/palapeli/index.docbook share/doc/HTML/it/parley/art-query-dlg.png share/doc/HTML/it/parley/common share/doc/HTML/it/parley/comp-query-dlg.png share/doc/HTML/it/parley/docprop1-dlg.png share/doc/HTML/it/parley/docprop2-dlg.png share/doc/HTML/it/parley/docprop6-dlg.png share/doc/HTML/it/parley/entry1-dlg.png share/doc/HTML/it/parley/entry2-dlg.png share/doc/HTML/it/parley/entry3-dlg.png share/doc/HTML/it/parley/entry4-dlg.png share/doc/HTML/it/parley/entry5-dlg.png share/doc/HTML/it/parley/entry6-dlg.png share/doc/HTML/it/parley/index.cache.bz2 share/doc/HTML/it/parley/index.docbook share/doc/HTML/it/parley/lang1-dlg.png share/doc/HTML/it/parley/mainview.png share/doc/HTML/it/parley/mu-query-dlg.png share/doc/HTML/it/parley/options1-dlg.png share/doc/HTML/it/parley/options2-dlg.png share/doc/HTML/it/parley/options3-dlg.png share/doc/HTML/it/parley/options4-dlg.png share/doc/HTML/it/parley/pron-dlg.png share/doc/HTML/it/parley/q-opt1-dlg.png share/doc/HTML/it/parley/q-opt2-dlg.png share/doc/HTML/it/parley/q-opt3-dlg.png share/doc/HTML/it/parley/q-opt4-dlg.png share/doc/HTML/it/parley/query-dlg.png share/doc/HTML/it/parley/stat1-dlg.png share/doc/HTML/it/parley/stat2-dlg.png share/doc/HTML/it/parley/syn-query-dlg.png share/doc/HTML/it/parley/verb-query-dlg.png share/doc/HTML/it/plasma-desktop/common share/doc/HTML/it/plasma-desktop/index.cache.bz2 share/doc/HTML/it/plasma-desktop/index.docbook share/doc/HTML/it/rocs/common share/doc/HTML/it/rocs/index.cache.bz2 share/doc/HTML/it/rocs/index.docbook share/doc/HTML/it/sonnet/common share/doc/HTML/it/sonnet/index.cache.bz2 share/doc/HTML/it/sonnet/index.docbook share/doc/HTML/it/step/common share/doc/HTML/it/step/examples.docbook share/doc/HTML/it/step/index.cache.bz2 share/doc/HTML/it/step/index.docbook share/doc/HTML/it/step/tutorials.docbook share/doc/HTML/it/sweeper/common share/doc/HTML/it/sweeper/index.cache.bz2 share/doc/HTML/it/sweeper/index.docbook share/doc/HTML/it/systemsettings/common share/doc/HTML/it/systemsettings/index.cache.bz2 share/doc/HTML/it/systemsettings/index.docbook share/doc/HTML/it/umbrello/authors.docbook share/doc/HTML/it/umbrello/code_import_and_generation.docbook share/doc/HTML/it/umbrello/common share/doc/HTML/it/umbrello/credits.docbook share/doc/HTML/it/umbrello/index.cache.bz2 share/doc/HTML/it/umbrello/index.docbook share/doc/HTML/it/umbrello/introduction.docbook share/doc/HTML/it/umbrello/other_features.docbook share/doc/HTML/it/umbrello/uml_basics.docbook share/doc/HTML/it/umbrello/working_with_umbrello.docbook share/locale/it/LC_MESSAGES/accountwizard.mo share/locale/it/LC_MESSAGES/accountwizard_ical.mo share/locale/it/LC_MESSAGES/accountwizard_imap.mo share/locale/it/LC_MESSAGES/accountwizard_kolab.mo share/locale/it/LC_MESSAGES/accountwizard_mailbox.mo share/locale/it/LC_MESSAGES/accountwizard_maildir.mo share/locale/it/LC_MESSAGES/accountwizard_pop3.mo share/locale/it/LC_MESSAGES/accountwizard_tine20.mo share/locale/it/LC_MESSAGES/activitymanager_plugin_globalshortcuts.mo share/locale/it/LC_MESSAGES/activitymanager_uihandler_declarative.mo share/locale/it/LC_MESSAGES/adblock.mo share/locale/it/LC_MESSAGES/akonadi-filestore.mo share/locale/it/LC_MESSAGES/akonadi_archivemail_agent.mo share/locale/it/LC_MESSAGES/akonadi_birthdays_resource.mo share/locale/it/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/it/LC_MESSAGES/akonadi_davgroupware_resource.mo share/locale/it/LC_MESSAGES/akonadi_google_resource.mo share/locale/it/LC_MESSAGES/akonadi_ical_resource.mo share/locale/it/LC_MESSAGES/akonadi_icaldir_resource.mo share/locale/it/LC_MESSAGES/akonadi_imap_resource.mo share/locale/it/LC_MESSAGES/akonadi_invitations_agent.mo share/locale/it/LC_MESSAGES/akonadi_kabc_resource.mo share/locale/it/LC_MESSAGES/akonadi_kalarm_resource.mo share/locale/it/LC_MESSAGES/akonadi_kcal_resource.mo share/locale/it/LC_MESSAGES/akonadi_kdeaccounts_resource.mo share/locale/it/LC_MESSAGES/akonadi_knut_resource.mo share/locale/it/LC_MESSAGES/akonadi_kolabproxy_resource.mo share/locale/it/LC_MESSAGES/akonadi_kresourceassistant.mo share/locale/it/LC_MESSAGES/akonadi_localbookmarks_resource.mo share/locale/it/LC_MESSAGES/akonadi_maildir_resource.mo share/locale/it/LC_MESSAGES/akonadi_maildispatcher_agent.mo share/locale/it/LC_MESSAGES/akonadi_mailfilter_agent.mo share/locale/it/LC_MESSAGES/akonadi_mailtransport_resource.mo share/locale/it/LC_MESSAGES/akonadi_mbox_resource.mo share/locale/it/LC_MESSAGES/akonadi_microblog_resource.mo share/locale/it/LC_MESSAGES/akonadi_mixedmaildir_resource.mo share/locale/it/LC_MESSAGES/akonadi_nepomuk_feeder.mo share/locale/it/LC_MESSAGES/akonadi_nepomuktag_resource.mo share/locale/it/LC_MESSAGES/akonadi_next.mo share/locale/it/LC_MESSAGES/akonadi_nntp_resource.mo share/locale/it/LC_MESSAGES/akonadi_openxchange_resource.mo share/locale/it/LC_MESSAGES/akonadi_pop3_resource.mo share/locale/it/LC_MESSAGES/akonadi_serializer_plugins.mo share/locale/it/LC_MESSAGES/akonadi_singlefile_resource.mo share/locale/it/LC_MESSAGES/akonadi_strigi_feeder.mo share/locale/it/LC_MESSAGES/akonadi_vcard_resource.mo share/locale/it/LC_MESSAGES/akonadi_vcarddir_resource.mo share/locale/it/LC_MESSAGES/akonadicontact.mo share/locale/it/LC_MESSAGES/akonadinotes.mo share/locale/it/LC_MESSAGES/akonaditray.mo share/locale/it/LC_MESSAGES/akregator.mo share/locale/it/LC_MESSAGES/akregator_konqplugin.mo share/locale/it/LC_MESSAGES/amor.mo share/locale/it/LC_MESSAGES/analitza.mo share/locale/it/LC_MESSAGES/ark.mo share/locale/it/LC_MESSAGES/attica_kde.mo share/locale/it/LC_MESSAGES/audiocd_encoder_lame.mo share/locale/it/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/it/LC_MESSAGES/audiorename_plugin.mo share/locale/it/LC_MESSAGES/autorefresh.mo share/locale/it/LC_MESSAGES/babelfish.mo share/locale/it/LC_MESSAGES/blinken.mo share/locale/it/LC_MESSAGES/blogilo.mo share/locale/it/LC_MESSAGES/bomber.mo share/locale/it/LC_MESSAGES/bovo.mo share/locale/it/LC_MESSAGES/calendarsupport.mo share/locale/it/LC_MESSAGES/cantor.mo share/locale/it/LC_MESSAGES/cervisia.mo share/locale/it/LC_MESSAGES/cryptopageplugin.mo share/locale/it/LC_MESSAGES/cvsservice.mo share/locale/it/LC_MESSAGES/dirfilterplugin.mo share/locale/it/LC_MESSAGES/display.mo share/locale/it/LC_MESSAGES/dolphin.mo share/locale/it/LC_MESSAGES/domtreeviewer.mo share/locale/it/LC_MESSAGES/dragonplayer.mo share/locale/it/LC_MESSAGES/drkonqi.mo share/locale/it/LC_MESSAGES/filelight.mo share/locale/it/LC_MESSAGES/filetypes.mo share/locale/it/LC_MESSAGES/fileviewbazaarplugin.mo share/locale/it/LC_MESSAGES/fileviewgitplugin.mo share/locale/it/LC_MESSAGES/fileviewhgplugin.mo share/locale/it/LC_MESSAGES/fileviewsvnplugin.mo share/locale/it/LC_MESSAGES/freespacenotifier.mo share/locale/it/LC_MESSAGES/fsview.mo share/locale/it/LC_MESSAGES/granatier.mo share/locale/it/LC_MESSAGES/gwenview.mo share/locale/it/LC_MESSAGES/htmlsearch.mo share/locale/it/LC_MESSAGES/imagerename_plugin.mo share/locale/it/LC_MESSAGES/imgalleryplugin.mo share/locale/it/LC_MESSAGES/importwizard.mo share/locale/it/LC_MESSAGES/jovie.mo share/locale/it/LC_MESSAGES/joystick.mo share/locale/it/LC_MESSAGES/juk.mo share/locale/it/LC_MESSAGES/kabc.mo share/locale/it/LC_MESSAGES/kabc_akonadi.mo share/locale/it/LC_MESSAGES/kabc_dir.mo share/locale/it/LC_MESSAGES/kabc_file.mo share/locale/it/LC_MESSAGES/kabc_ldapkio.mo share/locale/it/LC_MESSAGES/kabc_net.mo share/locale/it/LC_MESSAGES/kabcclient.mo share/locale/it/LC_MESSAGES/kabcformat_binary.mo share/locale/it/LC_MESSAGES/kaccess.mo share/locale/it/LC_MESSAGES/kaccessibleapp.mo share/locale/it/LC_MESSAGES/kactivitymanagerd.mo share/locale/it/LC_MESSAGES/kactivitymanagerd_fileitem_linking_plugin.mo share/locale/it/LC_MESSAGES/kaddressbook-mobile.mo share/locale/it/LC_MESSAGES/kaddressbook.mo share/locale/it/LC_MESSAGES/kaddressbookmigrator.mo share/locale/it/LC_MESSAGES/kajongg.mo share/locale/it/LC_MESSAGES/kalarm.mo share/locale/it/LC_MESSAGES/kalgebra.mo share/locale/it/LC_MESSAGES/kalzium.mo share/locale/it/LC_MESSAGES/kanagram-harmattan.mo share/locale/it/LC_MESSAGES/kanagram.mo share/locale/it/LC_MESSAGES/kapman.mo share/locale/it/LC_MESSAGES/kapptemplate.mo share/locale/it/LC_MESSAGES/kate-ctags-plugin.mo share/locale/it/LC_MESSAGES/kate.mo share/locale/it/LC_MESSAGES/kate_kttsd.mo share/locale/it/LC_MESSAGES/katebacktracebrowserplugin.mo share/locale/it/LC_MESSAGES/katebuild-plugin.mo share/locale/it/LC_MESSAGES/katefilebrowserplugin.mo share/locale/it/LC_MESSAGES/katefiletemplates.mo share/locale/it/LC_MESSAGES/kategdbplugin.mo share/locale/it/LC_MESSAGES/katehelloworld.mo share/locale/it/LC_MESSAGES/katekonsoleplugin.mo share/locale/it/LC_MESSAGES/katemailfilesplugin.mo share/locale/it/LC_MESSAGES/kateopenheader.mo share/locale/it/LC_MESSAGES/katepart4.mo share/locale/it/LC_MESSAGES/kateproject.mo share/locale/it/LC_MESSAGES/katesearch.mo share/locale/it/LC_MESSAGES/katesnippets_tng.mo share/locale/it/LC_MESSAGES/katesnippetsplugin.mo share/locale/it/LC_MESSAGES/katesql.mo share/locale/it/LC_MESSAGES/katesymbolviewer.mo share/locale/it/LC_MESSAGES/katetabbarextension.mo share/locale/it/LC_MESSAGES/katetabifyplugin.mo share/locale/it/LC_MESSAGES/katetextfilter.mo share/locale/it/LC_MESSAGES/katexmlcheck.mo share/locale/it/LC_MESSAGES/katexmltools.mo share/locale/it/LC_MESSAGES/katomic.mo share/locale/it/LC_MESSAGES/kbattleship.mo share/locale/it/LC_MESSAGES/kblackbox.mo share/locale/it/LC_MESSAGES/kblankscrn.mo share/locale/it/LC_MESSAGES/kblocks.mo share/locale/it/LC_MESSAGES/kbounce.mo share/locale/it/LC_MESSAGES/kbreakout.mo share/locale/it/LC_MESSAGES/kbruch.mo share/locale/it/LC_MESSAGES/kcachegrind.mo share/locale/it/LC_MESSAGES/kcachegrind_qt.mo share/locale/it/LC_MESSAGES/kcal_akonadi.mo share/locale/it/LC_MESSAGES/kcalc.mo share/locale/it/LC_MESSAGES/kcertpart.mo share/locale/it/LC_MESSAGES/kcharselect.mo share/locale/it/LC_MESSAGES/kcm-kwin-scripts.mo share/locale/it/LC_MESSAGES/kcm_activities.mo share/locale/it/LC_MESSAGES/kcm_akonadi.mo share/locale/it/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/it/LC_MESSAGES/kcm_attica.mo share/locale/it/LC_MESSAGES/kcm_autostart.mo share/locale/it/LC_MESSAGES/kcm_desktoppaths.mo share/locale/it/LC_MESSAGES/kcm_desktopthemedetails.mo share/locale/it/LC_MESSAGES/kcm_device_automounter.mo share/locale/it/LC_MESSAGES/kcm_emoticons.mo share/locale/it/LC_MESSAGES/kcm_infobase.mo share/locale/it/LC_MESSAGES/kcm_infosummary.mo -share/locale/it/LC_MESSAGES/kcm_krfb.mo share/locale/it/LC_MESSAGES/kcm_kwindesktop.mo share/locale/it/LC_MESSAGES/kcm_kwintabbox.mo share/locale/it/LC_MESSAGES/kcm_memory.mo share/locale/it/LC_MESSAGES/kcm_nepomuk.mo share/locale/it/LC_MESSAGES/kcm_pci.mo share/locale/it/LC_MESSAGES/kcm_phonon.mo share/locale/it/LC_MESSAGES/kcm_platform.mo share/locale/it/LC_MESSAGES/kcm_remotecontrol.mo share/locale/it/LC_MESSAGES/kcm_solid.mo share/locale/it/LC_MESSAGES/kcm_solid_actions.mo share/locale/it/LC_MESSAGES/kcm_standard_actions.mo share/locale/it/LC_MESSAGES/kcmaccess.mo share/locale/it/LC_MESSAGES/kcmaudiocd.mo share/locale/it/LC_MESSAGES/kcmbackground.mo share/locale/it/LC_MESSAGES/kcmbell.mo share/locale/it/LC_MESSAGES/kcmcddb.mo share/locale/it/LC_MESSAGES/kcmcgi.mo share/locale/it/LC_MESSAGES/kcmcolors.mo share/locale/it/LC_MESSAGES/kcmcomponentchooser.mo share/locale/it/LC_MESSAGES/kcmcrypto.mo share/locale/it/LC_MESSAGES/kcmdevinfo.mo share/locale/it/LC_MESSAGES/kcmfonts.mo share/locale/it/LC_MESSAGES/kcmhtmlsearch.mo share/locale/it/LC_MESSAGES/kcmicons.mo share/locale/it/LC_MESSAGES/kcminfo.mo share/locale/it/LC_MESSAGES/kcminit.mo share/locale/it/LC_MESSAGES/kcminput.mo share/locale/it/LC_MESSAGES/kcmkamera.mo share/locale/it/LC_MESSAGES/kcmkclock.mo share/locale/it/LC_MESSAGES/kcmkded.mo share/locale/it/LC_MESSAGES/kcmkdnssd.mo share/locale/it/LC_MESSAGES/kcmkeyboard.mo share/locale/it/LC_MESSAGES/kcmkeys.mo share/locale/it/LC_MESSAGES/kcmkgamma.mo share/locale/it/LC_MESSAGES/kcmkio.mo share/locale/it/LC_MESSAGES/kcmkonq.mo share/locale/it/LC_MESSAGES/kcmkonqhtml.mo share/locale/it/LC_MESSAGES/kcmkurifilt.mo share/locale/it/LC_MESSAGES/kcmkwallet.mo share/locale/it/LC_MESSAGES/kcmkwincompositing.mo share/locale/it/LC_MESSAGES/kcmkwindecoration.mo share/locale/it/LC_MESSAGES/kcmkwinrules.mo share/locale/it/LC_MESSAGES/kcmkwinscreenedges.mo share/locale/it/LC_MESSAGES/kcmkwm.mo share/locale/it/LC_MESSAGES/kcmlaunch.mo share/locale/it/LC_MESSAGES/kcmlocale.mo share/locale/it/LC_MESSAGES/kcmnic.mo share/locale/it/LC_MESSAGES/kcmnotify.mo share/locale/it/LC_MESSAGES/kcmopengl.mo share/locale/it/LC_MESSAGES/kcmperformance.mo share/locale/it/LC_MESSAGES/kcmsamba.mo share/locale/it/LC_MESSAGES/kcmscreensaver.mo share/locale/it/LC_MESSAGES/kcmshell.mo share/locale/it/LC_MESSAGES/kcmsmartcard.mo share/locale/it/LC_MESSAGES/kcmsmserver.mo share/locale/it/LC_MESSAGES/kcmstyle.mo share/locale/it/LC_MESSAGES/kcmusb.mo share/locale/it/LC_MESSAGES/kcmview1394.mo share/locale/it/LC_MESSAGES/kcmworkspaceoptions.mo share/locale/it/LC_MESSAGES/kcolorchooser.mo share/locale/it/LC_MESSAGES/kcron.mo share/locale/it/LC_MESSAGES/kde-menu.mo share/locale/it/LC_MESSAGES/kdeasciiquarium.mo share/locale/it/LC_MESSAGES/kdebugdialog.mo share/locale/it/LC_MESSAGES/kdecalendarsystems.mo share/locale/it/LC_MESSAGES/kdelibs4.mo share/locale/it/LC_MESSAGES/kdelibs_colors4.mo share/locale/it/LC_MESSAGES/kdepasswd.mo share/locale/it/LC_MESSAGES/kdepim-runtime-qml.mo share/locale/it/LC_MESSAGES/kdeqt.mo share/locale/it/LC_MESSAGES/kdesu.mo share/locale/it/LC_MESSAGES/kdesud.mo share/locale/it/LC_MESSAGES/kdf.mo share/locale/it/LC_MESSAGES/kdgantt2.mo share/locale/it/LC_MESSAGES/kdialog.mo share/locale/it/LC_MESSAGES/kdiamond.mo share/locale/it/LC_MESSAGES/kdmconfig.mo share/locale/it/LC_MESSAGES/kdmgreet.mo share/locale/it/LC_MESSAGES/kdontchangethehostname.mo share/locale/it/LC_MESSAGES/keditbookmarks.mo share/locale/it/LC_MESSAGES/kfile.mo share/locale/it/LC_MESSAGES/kfile_dds.mo share/locale/it/LC_MESSAGES/kfile_drgeo.mo share/locale/it/LC_MESSAGES/kfile_exr.mo share/locale/it/LC_MESSAGES/kfile_kig.mo share/locale/it/LC_MESSAGES/kfile_mail.mo share/locale/it/LC_MESSAGES/kfile_pnm.mo share/locale/it/LC_MESSAGES/kfile_raw.mo share/locale/it/LC_MESSAGES/kfile_rgb.mo share/locale/it/LC_MESSAGES/kfile_rpm.mo share/locale/it/LC_MESSAGES/kfile_tiff.mo share/locale/it/LC_MESSAGES/kfile_xps.mo share/locale/it/LC_MESSAGES/kfileaudiopreview4.mo share/locale/it/LC_MESSAGES/kfilereplace.mo share/locale/it/LC_MESSAGES/kfileshare.mo share/locale/it/LC_MESSAGES/kfindpart.mo share/locale/it/LC_MESSAGES/kfloppy.mo share/locale/it/LC_MESSAGES/kfmclient.mo share/locale/it/LC_MESSAGES/kfontinst.mo share/locale/it/LC_MESSAGES/kfourinline.mo share/locale/it/LC_MESSAGES/kgeography.mo share/locale/it/LC_MESSAGES/kget.mo share/locale/it/LC_MESSAGES/kgetplugin.mo share/locale/it/LC_MESSAGES/kglobalaccel.mo share/locale/it/LC_MESSAGES/kgoldrunner.mo share/locale/it/LC_MESSAGES/kgpg.mo share/locale/it/LC_MESSAGES/kgreet_classic.mo share/locale/it/LC_MESSAGES/kgreet_generic.mo share/locale/it/LC_MESSAGES/kgreet_winbind.mo share/locale/it/LC_MESSAGES/khangman.mo share/locale/it/LC_MESSAGES/khelpcenter.mo share/locale/it/LC_MESSAGES/khotkeys.mo share/locale/it/LC_MESSAGES/khotnewstuff.mo share/locale/it/LC_MESSAGES/khtmlkttsd.mo share/locale/it/LC_MESSAGES/khtmlsettingsplugin.mo share/locale/it/LC_MESSAGES/kiconfinder.mo share/locale/it/LC_MESSAGES/kig.mo share/locale/it/LC_MESSAGES/kigo.mo share/locale/it/LC_MESSAGES/killbots.mo share/locale/it/LC_MESSAGES/kimagemapeditor.mo -share/locale/it/LC_MESSAGES/kinetd.mo share/locale/it/LC_MESSAGES/kinfocenter.mo share/locale/it/LC_MESSAGES/kio4.mo share/locale/it/LC_MESSAGES/kio_activities.mo share/locale/it/LC_MESSAGES/kio_akonadi.mo share/locale/it/LC_MESSAGES/kio_applications.mo share/locale/it/LC_MESSAGES/kio_archive.mo share/locale/it/LC_MESSAGES/kio_audiocd.mo share/locale/it/LC_MESSAGES/kio_bookmarks.mo share/locale/it/LC_MESSAGES/kio_finger.mo share/locale/it/LC_MESSAGES/kio_fish.mo share/locale/it/LC_MESSAGES/kio_floppy.mo share/locale/it/LC_MESSAGES/kio_help4.mo share/locale/it/LC_MESSAGES/kio_imap4.mo share/locale/it/LC_MESSAGES/kio_info.mo share/locale/it/LC_MESSAGES/kio_jabberdisco.mo share/locale/it/LC_MESSAGES/kio_ldap.mo share/locale/it/LC_MESSAGES/kio_man.mo share/locale/it/LC_MESSAGES/kio_mbox.mo share/locale/it/LC_MESSAGES/kio_nepomuk.mo share/locale/it/LC_MESSAGES/kio_nepomuksearch.mo share/locale/it/LC_MESSAGES/kio_nfs.mo share/locale/it/LC_MESSAGES/kio_nntp.mo share/locale/it/LC_MESSAGES/kio_perldoc.mo share/locale/it/LC_MESSAGES/kio_pop3.mo share/locale/it/LC_MESSAGES/kio_recentdocuments.mo share/locale/it/LC_MESSAGES/kio_remote.mo share/locale/it/LC_MESSAGES/kio_sftp.mo share/locale/it/LC_MESSAGES/kio_sieve.mo share/locale/it/LC_MESSAGES/kio_smb.mo share/locale/it/LC_MESSAGES/kio_smtp.mo share/locale/it/LC_MESSAGES/kio_svn.mo share/locale/it/LC_MESSAGES/kio_tags.mo share/locale/it/LC_MESSAGES/kio_thumbnail.mo share/locale/it/LC_MESSAGES/kio_timeline.mo share/locale/it/LC_MESSAGES/kio_trash.mo share/locale/it/LC_MESSAGES/kio_zeroconf.mo share/locale/it/LC_MESSAGES/kioclient.mo share/locale/it/LC_MESSAGES/kioexec.mo share/locale/it/LC_MESSAGES/kipiplugin_kxmlhelloworld.mo share/locale/it/LC_MESSAGES/kiriki.mo share/locale/it/LC_MESSAGES/kiten.mo share/locale/it/LC_MESSAGES/kjots.mo share/locale/it/LC_MESSAGES/kjotsmigrator.mo share/locale/it/LC_MESSAGES/kjumpingcube.mo share/locale/it/LC_MESSAGES/kleopatra.mo share/locale/it/LC_MESSAGES/klettres.mo share/locale/it/LC_MESSAGES/klickety.mo share/locale/it/LC_MESSAGES/klines.mo share/locale/it/LC_MESSAGES/klinkstatus.mo share/locale/it/LC_MESSAGES/klipper.mo share/locale/it/LC_MESSAGES/klock.mo share/locale/it/LC_MESSAGES/kmag.mo share/locale/it/LC_MESSAGES/kmahjongg.mo share/locale/it/LC_MESSAGES/kmail-migrator.mo share/locale/it/LC_MESSAGES/kmail-mobile.mo share/locale/it/LC_MESSAGES/kmail.mo share/locale/it/LC_MESSAGES/kmailcvt.mo share/locale/it/LC_MESSAGES/kmenuedit.mo share/locale/it/LC_MESSAGES/kmimetypefinder.mo share/locale/it/LC_MESSAGES/kmines.mo share/locale/it/LC_MESSAGES/kmix.mo share/locale/it/LC_MESSAGES/kmousetool.mo share/locale/it/LC_MESSAGES/kmouth.mo share/locale/it/LC_MESSAGES/kmplot.mo share/locale/it/LC_MESSAGES/knetattach.mo share/locale/it/LC_MESSAGES/knetwalk.mo share/locale/it/LC_MESSAGES/knode.mo share/locale/it/LC_MESSAGES/knotes.mo share/locale/it/LC_MESSAGES/knotify4.mo share/locale/it/LC_MESSAGES/kolf.mo share/locale/it/LC_MESSAGES/kollision.mo share/locale/it/LC_MESSAGES/kolourpaint.mo share/locale/it/LC_MESSAGES/kommander.mo share/locale/it/LC_MESSAGES/kompare.mo share/locale/it/LC_MESSAGES/konqprofiles.mo share/locale/it/LC_MESSAGES/konqueror.mo share/locale/it/LC_MESSAGES/konquest.mo share/locale/it/LC_MESSAGES/konsole.mo share/locale/it/LC_MESSAGES/konsolekalendar.mo share/locale/it/LC_MESSAGES/konsoleprofiles.mo share/locale/it/LC_MESSAGES/kontact.mo share/locale/it/LC_MESSAGES/kontactinterfaces.mo share/locale/it/LC_MESSAGES/kopete.mo share/locale/it/LC_MESSAGES/korganizer-mobile.mo share/locale/it/LC_MESSAGES/korganizer.mo share/locale/it/LC_MESSAGES/kpartloader.mo share/locale/it/LC_MESSAGES/kpartsaver.mo share/locale/it/LC_MESSAGES/kpasswdserver.mo share/locale/it/LC_MESSAGES/kpat.mo share/locale/it/LC_MESSAGES/kppp.mo share/locale/it/LC_MESSAGES/kppplogview.mo share/locale/it/LC_MESSAGES/kquitapp.mo share/locale/it/LC_MESSAGES/krandr.mo share/locale/it/LC_MESSAGES/krcdnotifieritem.mo share/locale/it/LC_MESSAGES/krdb.mo share/locale/it/LC_MESSAGES/krdc.mo share/locale/it/LC_MESSAGES/kreadconfig.mo share/locale/it/LC_MESSAGES/kremotecontroldaemon.mo share/locale/it/LC_MESSAGES/kres-migrator.mo share/locale/it/LC_MESSAGES/kres_blog.mo share/locale/it/LC_MESSAGES/kres_remote.mo share/locale/it/LC_MESSAGES/kresources_shared_akonadi.mo share/locale/it/LC_MESSAGES/kreversi.mo share/locale/it/LC_MESSAGES/krfb.mo share/locale/it/LC_MESSAGES/kruler.mo share/locale/it/LC_MESSAGES/krunner.mo share/locale/it/LC_MESSAGES/ksaneplugin.mo share/locale/it/LC_MESSAGES/kscd.mo share/locale/it/LC_MESSAGES/kscreenlocker.mo share/locale/it/LC_MESSAGES/kscreenlocker_greet.mo share/locale/it/LC_MESSAGES/kscreensaver.mo share/locale/it/LC_MESSAGES/ksendemail.mo share/locale/it/LC_MESSAGES/ksgrd.mo share/locale/it/LC_MESSAGES/kshellcmdplugin.mo share/locale/it/LC_MESSAGES/kshisen.mo share/locale/it/LC_MESSAGES/kshorturifilter.mo share/locale/it/LC_MESSAGES/ksirk.mo share/locale/it/LC_MESSAGES/ksirkskineditor.mo share/locale/it/LC_MESSAGES/ksmserver.mo share/locale/it/LC_MESSAGES/ksnapshot.mo share/locale/it/LC_MESSAGES/kspaceduel.mo share/locale/it/LC_MESSAGES/ksplashthemes.mo share/locale/it/LC_MESSAGES/ksquares.mo share/locale/it/LC_MESSAGES/kstars.mo share/locale/it/LC_MESSAGES/kstart.mo share/locale/it/LC_MESSAGES/kstartperf.mo share/locale/it/LC_MESSAGES/kstyle_config.mo share/locale/it/LC_MESSAGES/kstyle_phase_config.mo share/locale/it/LC_MESSAGES/ksudoku.mo share/locale/it/LC_MESSAGES/ksysguard.mo share/locale/it/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/it/LC_MESSAGES/ksystemlog.mo share/locale/it/LC_MESSAGES/ksystraycmd.mo share/locale/it/LC_MESSAGES/kteatime.mo share/locale/it/LC_MESSAGES/ktesnippets_editor.mo share/locale/it/LC_MESSAGES/ktexteditor_codesnippets_core.mo share/locale/it/LC_MESSAGES/ktexteditor_plugins.mo share/locale/it/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/it/LC_MESSAGES/ktimer.mo share/locale/it/LC_MESSAGES/ktimetracker.mo share/locale/it/LC_MESSAGES/ktnef.mo share/locale/it/LC_MESSAGES/ktouch.mo share/locale/it/LC_MESSAGES/ktouchpadenabler.mo share/locale/it/LC_MESSAGES/ktraderclient.mo share/locale/it/LC_MESSAGES/ktron.mo share/locale/it/LC_MESSAGES/ktuberling.mo share/locale/it/LC_MESSAGES/kturtle.mo share/locale/it/LC_MESSAGES/ktux.mo share/locale/it/LC_MESSAGES/kubrick.mo share/locale/it/LC_MESSAGES/kuiserver.mo share/locale/it/LC_MESSAGES/kuiviewer.mo share/locale/it/LC_MESSAGES/kurifilter.mo share/locale/it/LC_MESSAGES/kuser.mo share/locale/it/LC_MESSAGES/kwalletd.mo share/locale/it/LC_MESSAGES/kwalletmanager.mo share/locale/it/LC_MESSAGES/kwatchgnupg.mo share/locale/it/LC_MESSAGES/kwin.mo share/locale/it/LC_MESSAGES/kwin_art_clients.mo share/locale/it/LC_MESSAGES/kwin_clients.mo share/locale/it/LC_MESSAGES/kwin_effects.mo share/locale/it/LC_MESSAGES/kwinshutdown.mo share/locale/it/LC_MESSAGES/kwinstartmenu.mo share/locale/it/LC_MESSAGES/kwordquiz.mo share/locale/it/LC_MESSAGES/kwrite.mo share/locale/it/LC_MESSAGES/kwriteconfig.mo share/locale/it/LC_MESSAGES/kxkb.mo share/locale/it/LC_MESSAGES/kxsconfig.mo share/locale/it/LC_MESSAGES/lancelot.mo share/locale/it/LC_MESSAGES/libakonadi-calendar.mo share/locale/it/LC_MESSAGES/libakonadi-kmime.mo share/locale/it/LC_MESSAGES/libakonadi.mo share/locale/it/LC_MESSAGES/libeventviews.mo share/locale/it/LC_MESSAGES/libincidenceeditors.mo share/locale/it/LC_MESSAGES/libkalarmcal.mo share/locale/it/LC_MESSAGES/libkasten.mo share/locale/it/LC_MESSAGES/libkblog.mo share/locale/it/LC_MESSAGES/libkcal.mo share/locale/it/LC_MESSAGES/libkcalutils.mo share/locale/it/LC_MESSAGES/libkcddb.mo share/locale/it/LC_MESSAGES/libkcompactdisc.mo share/locale/it/LC_MESSAGES/libkdcraw.mo share/locale/it/LC_MESSAGES/libkdecorations.mo share/locale/it/LC_MESSAGES/libkdeedu.mo share/locale/it/LC_MESSAGES/libkdegames.mo share/locale/it/LC_MESSAGES/libkdepim.mo share/locale/it/LC_MESSAGES/libkdepimmobileui.mo share/locale/it/LC_MESSAGES/libkexiv2.mo share/locale/it/LC_MESSAGES/libkholidays.mo share/locale/it/LC_MESSAGES/libkimap.mo share/locale/it/LC_MESSAGES/libkipi.mo share/locale/it/LC_MESSAGES/libkldap.mo share/locale/it/LC_MESSAGES/libkleopatra.mo share/locale/it/LC_MESSAGES/libkmahjongg.mo share/locale/it/LC_MESSAGES/libkmime.mo share/locale/it/LC_MESSAGES/libkonq.mo share/locale/it/LC_MESSAGES/libkpgp.mo share/locale/it/LC_MESSAGES/libkpimidentities.mo share/locale/it/LC_MESSAGES/libkpimtextedit.mo share/locale/it/LC_MESSAGES/libkpimutils.mo share/locale/it/LC_MESSAGES/libkremotecontrol.mo share/locale/it/LC_MESSAGES/libkresources.mo share/locale/it/LC_MESSAGES/libksane.mo share/locale/it/LC_MESSAGES/libkscreensaver.mo share/locale/it/LC_MESSAGES/libksieve.mo share/locale/it/LC_MESSAGES/libktnef.mo share/locale/it/LC_MESSAGES/libkunitconversion.mo share/locale/it/LC_MESSAGES/libkworkspace.mo share/locale/it/LC_MESSAGES/libkxmlrpcclient.mo share/locale/it/LC_MESSAGES/liblancelot-datamodels.mo share/locale/it/LC_MESSAGES/libmailcommon.mo share/locale/it/LC_MESSAGES/libmailimporter.mo share/locale/it/LC_MESSAGES/libmailtransport.mo share/locale/it/LC_MESSAGES/libmessagecomposer.mo share/locale/it/LC_MESSAGES/libmessagecore.mo share/locale/it/LC_MESSAGES/libmessagelist.mo share/locale/it/LC_MESSAGES/libmessageviewer.mo share/locale/it/LC_MESSAGES/liboktetacore.mo share/locale/it/LC_MESSAGES/liboktetagui.mo share/locale/it/LC_MESSAGES/liboktetakasten.mo share/locale/it/LC_MESSAGES/liboxygenstyleconfig.mo share/locale/it/LC_MESSAGES/libphonon.mo share/locale/it/LC_MESSAGES/libpimcommon.mo share/locale/it/LC_MESSAGES/libplasma.mo share/locale/it/LC_MESSAGES/libplasma_groupingcontainment.mo share/locale/it/LC_MESSAGES/libplasmaclock.mo share/locale/it/LC_MESSAGES/libplasmaweather.mo share/locale/it/LC_MESSAGES/libtaskmanager.mo share/locale/it/LC_MESSAGES/libtemplateparser.mo share/locale/it/LC_MESSAGES/lokalize.mo share/locale/it/LC_MESSAGES/lskat.mo share/locale/it/LC_MESSAGES/mailreader.mo share/locale/it/LC_MESSAGES/marble.mo share/locale/it/LC_MESSAGES/marble_qt.mo share/locale/it/LC_MESSAGES/marble_xml_mimetypes.mo share/locale/it/LC_MESSAGES/messageviewer_application_mstnef_plugin.mo share/locale/it/LC_MESSAGES/messageviewer_text_calendar_plugin.mo share/locale/it/LC_MESSAGES/messageviewer_text_vcard_plugin.mo share/locale/it/LC_MESSAGES/messageviewer_text_xdiff_plugin.mo share/locale/it/LC_MESSAGES/mf_konqplugin.mo share/locale/it/LC_MESSAGES/minitoolsplugin.mo share/locale/it/LC_MESSAGES/mplayerthumbs.mo share/locale/it/LC_MESSAGES/mplayerthumbsconfig.mo share/locale/it/LC_MESSAGES/nepomukbackup.mo share/locale/it/LC_MESSAGES/nepomukcleaner.mo share/locale/it/LC_MESSAGES/nepomukcontroller.mo share/locale/it/LC_MESSAGES/nepomukfileindexer.mo share/locale/it/LC_MESSAGES/nepomukpimindexerutility.mo share/locale/it/LC_MESSAGES/nepomukqueryservice.mo share/locale/it/LC_MESSAGES/nepomukserver.mo share/locale/it/LC_MESSAGES/nepomukservicestub.mo share/locale/it/LC_MESSAGES/nepomukstorage.mo share/locale/it/LC_MESSAGES/nepomukwidgets.mo share/locale/it/LC_MESSAGES/newmailnotifieragent.mo share/locale/it/LC_MESSAGES/notes-mobile.mo share/locale/it/LC_MESSAGES/nsplugin.mo share/locale/it/LC_MESSAGES/okteta-mobile.mo share/locale/it/LC_MESSAGES/okteta.mo share/locale/it/LC_MESSAGES/oktetapart.mo share/locale/it/LC_MESSAGES/okular.mo share/locale/it/LC_MESSAGES/okular_chm.mo share/locale/it/LC_MESSAGES/okular_comicbook.mo share/locale/it/LC_MESSAGES/okular_djvu.mo share/locale/it/LC_MESSAGES/okular_dvi.mo share/locale/it/LC_MESSAGES/okular_epub.mo share/locale/it/LC_MESSAGES/okular_fax.mo share/locale/it/LC_MESSAGES/okular_fictionbook.mo share/locale/it/LC_MESSAGES/okular_ghostview.mo share/locale/it/LC_MESSAGES/okular_kimgio.mo share/locale/it/LC_MESSAGES/okular_mobi.mo share/locale/it/LC_MESSAGES/okular_ooo.mo share/locale/it/LC_MESSAGES/okular_plucker.mo share/locale/it/LC_MESSAGES/okular_poppler.mo share/locale/it/LC_MESSAGES/okular_tiff.mo share/locale/it/LC_MESSAGES/okular_xps.mo share/locale/it/LC_MESSAGES/org.kde.active.documentviewer.mo share/locale/it/LC_MESSAGES/pairs.mo share/locale/it/LC_MESSAGES/pairseditor.mo share/locale/it/LC_MESSAGES/palapeli.mo share/locale/it/LC_MESSAGES/parley.mo share/locale/it/LC_MESSAGES/phonon_gstreamer.mo share/locale/it/LC_MESSAGES/phonon_kde.mo share/locale/it/LC_MESSAGES/phonon_vlc.mo share/locale/it/LC_MESSAGES/phononserver.mo share/locale/it/LC_MESSAGES/picmi.mo share/locale/it/LC_MESSAGES/pimsettingexporter.mo share/locale/it/LC_MESSAGES/plasma-desktop.mo share/locale/it/LC_MESSAGES/plasma-netbook.mo share/locale/it/LC_MESSAGES/plasma-overlay.mo share/locale/it/LC_MESSAGES/plasma-remote-helper.mo share/locale/it/LC_MESSAGES/plasma-windowed.mo share/locale/it/LC_MESSAGES/plasma_applet_BbalL.mo share/locale/it/LC_MESSAGES/plasma_applet_CharSelectApplet.mo share/locale/it/LC_MESSAGES/plasma_applet_Molmasscalculator.mo share/locale/it/LC_MESSAGES/plasma_applet_akonotes_note.mo share/locale/it/LC_MESSAGES/plasma_applet_battery.mo share/locale/it/LC_MESSAGES/plasma_applet_binaryclock.mo share/locale/it/LC_MESSAGES/plasma_applet_bookmarks.mo share/locale/it/LC_MESSAGES/plasma_applet_bubblemon.mo share/locale/it/LC_MESSAGES/plasma_applet_calculator.mo share/locale/it/LC_MESSAGES/plasma_applet_clock.mo share/locale/it/LC_MESSAGES/plasma_applet_comic.mo share/locale/it/LC_MESSAGES/plasma_applet_concentrationCalculator.mo share/locale/it/LC_MESSAGES/plasma_applet_currentappcontrol.mo share/locale/it/LC_MESSAGES/plasma_applet_dig_clock.mo share/locale/it/LC_MESSAGES/plasma_applet_fifteenPuzzle.mo share/locale/it/LC_MESSAGES/plasma_applet_fileWatcher.mo share/locale/it/LC_MESSAGES/plasma_applet_folderview.mo share/locale/it/LC_MESSAGES/plasma_applet_frame.mo share/locale/it/LC_MESSAGES/plasma_applet_fuzzy_clock.mo share/locale/it/LC_MESSAGES/plasma_applet_gasCalculator.mo share/locale/it/LC_MESSAGES/plasma_applet_groupingpanel.mo share/locale/it/LC_MESSAGES/plasma_applet_icon.mo share/locale/it/LC_MESSAGES/plasma_applet_icontasks.mo share/locale/it/LC_MESSAGES/plasma_applet_incomingmsg.mo share/locale/it/LC_MESSAGES/plasma_applet_kalgebra.mo share/locale/it/LC_MESSAGES/plasma_applet_kalzium.mo share/locale/it/LC_MESSAGES/plasma_applet_katesession.mo share/locale/it/LC_MESSAGES/plasma_applet_kdeobservatory.mo share/locale/it/LC_MESSAGES/plasma_applet_kget.mo share/locale/it/LC_MESSAGES/plasma_applet_kimpanel.mo share/locale/it/LC_MESSAGES/plasma_applet_knowledgebase.mo share/locale/it/LC_MESSAGES/plasma_applet_kolourpicker.mo share/locale/it/LC_MESSAGES/plasma_applet_kpapplet.mo share/locale/it/LC_MESSAGES/plasma_applet_launcher.mo share/locale/it/LC_MESSAGES/plasma_applet_leavenote.mo share/locale/it/LC_MESSAGES/plasma_applet_life.mo share/locale/it/LC_MESSAGES/plasma_applet_lockout.mo share/locale/it/LC_MESSAGES/plasma_applet_luna.mo share/locale/it/LC_MESSAGES/plasma_applet_magnifique.mo share/locale/it/LC_MESSAGES/plasma_applet_microblog.mo share/locale/it/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/it/LC_MESSAGES/plasma_applet_news.mo share/locale/it/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/it/LC_MESSAGES/plasma_applet_notes.mo share/locale/it/LC_MESSAGES/plasma_applet_notifier.mo share/locale/it/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/it/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/it/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/it/LC_MESSAGES/plasma_applet_opendesktop_activities.mo share/locale/it/LC_MESSAGES/plasma_applet_org.kde.notifications.mo share/locale/it/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/it/LC_MESSAGES/plasma_applet_pager.mo share/locale/it/LC_MESSAGES/plasma_applet_panel.mo share/locale/it/LC_MESSAGES/plasma_applet_panelspacer_internal.mo share/locale/it/LC_MESSAGES/plasma_applet_paste.mo share/locale/it/LC_MESSAGES/plasma_applet_pastebin.mo share/locale/it/LC_MESSAGES/plasma_applet_plasmaboard.mo share/locale/it/LC_MESSAGES/plasma_applet_previewer.mo share/locale/it/LC_MESSAGES/plasma_applet_printmanager.mo share/locale/it/LC_MESSAGES/plasma_applet_qalculate.mo share/locale/it/LC_MESSAGES/plasma_applet_qstardict.mo share/locale/it/LC_MESSAGES/plasma_applet_quicklaunch.mo share/locale/it/LC_MESSAGES/plasma_applet_rssnow.mo share/locale/it/LC_MESSAGES/plasma_applet_rtm.mo share/locale/it/LC_MESSAGES/plasma_applet_sal.mo share/locale/it/LC_MESSAGES/plasma_applet_saverdesktop.mo share/locale/it/LC_MESSAGES/plasma_applet_searchbox.mo share/locale/it/LC_MESSAGES/plasma_applet_showdashboard.mo share/locale/it/LC_MESSAGES/plasma_applet_showdesktop.mo share/locale/it/LC_MESSAGES/plasma_applet_skapplet.mo share/locale/it/LC_MESSAGES/plasma_applet_spellcheck.mo share/locale/it/LC_MESSAGES/plasma_applet_system-monitor.mo share/locale/it/LC_MESSAGES/plasma_applet_systemloadviewer.mo share/locale/it/LC_MESSAGES/plasma_applet_systemtray.mo share/locale/it/LC_MESSAGES/plasma_applet_tasks.mo share/locale/it/LC_MESSAGES/plasma_applet_timer.mo share/locale/it/LC_MESSAGES/plasma_applet_trash.mo share/locale/it/LC_MESSAGES/plasma_applet_unitconverter.mo share/locale/it/LC_MESSAGES/plasma_applet_weather.mo share/locale/it/LC_MESSAGES/plasma_applet_weatherstation.mo share/locale/it/LC_MESSAGES/plasma_applet_webbrowser.mo share/locale/it/LC_MESSAGES/plasma_applet_webslice.mo share/locale/it/LC_MESSAGES/plasma_applet_windowlist.mo share/locale/it/LC_MESSAGES/plasma_appletscriptengine_dashboard.mo share/locale/it/LC_MESSAGES/plasma_containmentactions_contextmenu.mo share/locale/it/LC_MESSAGES/plasma_containmentactions_switchactivity.mo share/locale/it/LC_MESSAGES/plasma_containmentactions_switchdesktop.mo share/locale/it/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/it/LC_MESSAGES/plasma_engine_calendar.mo share/locale/it/LC_MESSAGES/plasma_engine_kalzium.mo share/locale/it/LC_MESSAGES/plasma_engine_kdeobservatory.mo share/locale/it/LC_MESSAGES/plasma_engine_keystate.mo share/locale/it/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/it/LC_MESSAGES/plasma_engine_metadata.mo share/locale/it/LC_MESSAGES/plasma_engine_mpris2.mo share/locale/it/LC_MESSAGES/plasma_engine_network.mo share/locale/it/LC_MESSAGES/plasma_engine_notifications.mo share/locale/it/LC_MESSAGES/plasma_engine_nowplaying.mo share/locale/it/LC_MESSAGES/plasma_engine_rss.mo share/locale/it/LC_MESSAGES/plasma_engine_share.mo share/locale/it/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/it/LC_MESSAGES/plasma_engine_weather.mo share/locale/it/LC_MESSAGES/plasma_package_org.kde.desktop.activitymanager.mo share/locale/it/LC_MESSAGES/plasma_package_org.kde.desktop.widgetexplorer.mo share/locale/it/LC_MESSAGES/plasma_packagestructure_comic.mo share/locale/it/LC_MESSAGES/plasma_runner_CharacterRunner.mo share/locale/it/LC_MESSAGES/plasma_runner_activities.mo share/locale/it/LC_MESSAGES/plasma_runner_audioplayercontrol.mo share/locale/it/LC_MESSAGES/plasma_runner_bookmarksrunner.mo share/locale/it/LC_MESSAGES/plasma_runner_browserhistory.mo share/locale/it/LC_MESSAGES/plasma_runner_calculatorrunner.mo share/locale/it/LC_MESSAGES/plasma_runner_contacts.mo share/locale/it/LC_MESSAGES/plasma_runner_converterrunner.mo share/locale/it/LC_MESSAGES/plasma_runner_datetime.mo share/locale/it/LC_MESSAGES/plasma_runner_events.mo share/locale/it/LC_MESSAGES/plasma_runner_katesessions.mo share/locale/it/LC_MESSAGES/plasma_runner_kget.mo share/locale/it/LC_MESSAGES/plasma_runner_kill.mo share/locale/it/LC_MESSAGES/plasma_runner_konquerorsessions.mo share/locale/it/LC_MESSAGES/plasma_runner_konsolesessions.mo share/locale/it/LC_MESSAGES/plasma_runner_kopete.mo share/locale/it/LC_MESSAGES/plasma_runner_krunner_dictionary.mo share/locale/it/LC_MESSAGES/plasma_runner_locations.mo share/locale/it/LC_MESSAGES/plasma_runner_marblerunner.mo share/locale/it/LC_MESSAGES/plasma_runner_mediawiki.mo share/locale/it/LC_MESSAGES/plasma_runner_nepomuksearchrunner.mo share/locale/it/LC_MESSAGES/plasma_runner_placesrunner.mo share/locale/it/LC_MESSAGES/plasma_runner_plasma-desktop.mo share/locale/it/LC_MESSAGES/plasma_runner_powerdevil.mo share/locale/it/LC_MESSAGES/plasma_runner_recentdocuments.mo share/locale/it/LC_MESSAGES/plasma_runner_services.mo share/locale/it/LC_MESSAGES/plasma_runner_sessions.mo share/locale/it/LC_MESSAGES/plasma_runner_shell.mo share/locale/it/LC_MESSAGES/plasma_runner_solid.mo share/locale/it/LC_MESSAGES/plasma_runner_spellcheckrunner.mo share/locale/it/LC_MESSAGES/plasma_runner_webshortcuts.mo share/locale/it/LC_MESSAGES/plasma_runner_windowedwidgets.mo share/locale/it/LC_MESSAGES/plasma_runner_windows.mo share/locale/it/LC_MESSAGES/plasma_runner_youtube.mo share/locale/it/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/it/LC_MESSAGES/plasma_toolbox_desktoptoolbox.mo share/locale/it/LC_MESSAGES/plasma_toolbox_paneltoolbox.mo share/locale/it/LC_MESSAGES/plasma_wallpaper_color.mo share/locale/it/LC_MESSAGES/plasma_wallpaper_image.mo share/locale/it/LC_MESSAGES/plasma_wallpaper_mandelbrot.mo share/locale/it/LC_MESSAGES/plasma_wallpaper_marble.mo share/locale/it/LC_MESSAGES/plasma_wallpaper_pattern.mo share/locale/it/LC_MESSAGES/plasma_wallpaper_potd.mo share/locale/it/LC_MESSAGES/plasma_wallpaper_virus.mo share/locale/it/LC_MESSAGES/plasma_wallpaper_wallpaper-qml.mo share/locale/it/LC_MESSAGES/plasma_wallpaper_weather.mo share/locale/it/LC_MESSAGES/plasmagenericshell.mo share/locale/it/LC_MESSAGES/plasmapkg.mo share/locale/it/LC_MESSAGES/pothumbnail.mo share/locale/it/LC_MESSAGES/powerdevil.mo share/locale/it/LC_MESSAGES/powerdevilactivitiesconfig.mo share/locale/it/LC_MESSAGES/powerdevilglobalconfig.mo share/locale/it/LC_MESSAGES/powerdevilprofilesconfig.mo share/locale/it/LC_MESSAGES/print-manager.mo share/locale/it/LC_MESSAGES/processcore.mo share/locale/it/LC_MESSAGES/processui.mo share/locale/it/LC_MESSAGES/randrmonitor.mo share/locale/it/LC_MESSAGES/rellinks.mo share/locale/it/LC_MESSAGES/rocs.mo share/locale/it/LC_MESSAGES/rocscore.mo share/locale/it/LC_MESSAGES/rocsvisualeditor.mo share/locale/it/LC_MESSAGES/searchbarplugin.mo share/locale/it/LC_MESSAGES/solid-hardware.mo share/locale/it/LC_MESSAGES/solid-network.mo share/locale/it/LC_MESSAGES/solid_qt.mo share/locale/it/LC_MESSAGES/solidcontrol.mo share/locale/it/LC_MESSAGES/soliduiserver.mo share/locale/it/LC_MESSAGES/step.mo share/locale/it/LC_MESSAGES/step_qt.mo share/locale/it/LC_MESSAGES/strigila_diff.mo share/locale/it/LC_MESSAGES/superkaramba.mo share/locale/it/LC_MESSAGES/svgpart.mo share/locale/it/LC_MESSAGES/sweeper.mo share/locale/it/LC_MESSAGES/systemsettings.mo share/locale/it/LC_MESSAGES/tasks-mobile.mo share/locale/it/LC_MESSAGES/timezones4.mo share/locale/it/LC_MESSAGES/uachangerplugin.mo share/locale/it/LC_MESSAGES/umbrello.mo share/locale/it/LC_MESSAGES/useraccount.mo share/locale/it/LC_MESSAGES/validatorsplugin.mo share/locale/it/LC_MESSAGES/webarchiver.mo share/locale/it/LC_MESSAGES/xml_mimetypes.mo share/locale/it/entry.desktop @dirrm share/doc/HTML/it/umbrello @dirrm share/doc/HTML/it/systemsettings @dirrm share/doc/HTML/it/sweeper @dirrm share/doc/HTML/it/step @dirrm share/doc/HTML/it/sonnet @dirrm share/doc/HTML/it/rocs @dirrm share/doc/HTML/it/plasma-desktop @dirrm share/doc/HTML/it/parley @dirrm share/doc/HTML/it/palapeli @dirrm share/doc/HTML/it/onlinehelp @dirrm share/doc/HTML/it/okular @dirrm share/doc/HTML/it/okteta @dirrm share/doc/HTML/it/marble @dirrm share/doc/HTML/it/lskat @dirrm share/doc/HTML/it/lokalize @dirrm share/doc/HTML/it/kwrite @dirrm share/doc/HTML/it/kwordquiz @dirrm share/doc/HTML/it/kwatchgnupg @dirrm share/doc/HTML/it/kwallet @dirrm share/doc/HTML/it/kuser @dirrm share/doc/HTML/it/kubrick @dirrm share/doc/HTML/it/kturtle @dirrm share/doc/HTML/it/ktuberling @dirrm share/doc/HTML/it/ktron @dirrm share/doc/HTML/it/ktnef @dirrm share/doc/HTML/it/ktimetracker @dirrm share/doc/HTML/it/ktimer @dirrm share/doc/HTML/it/kteatime @dirrm share/doc/HTML/it/ksystemlog @dirrm share/doc/HTML/it/ksysguard @dirrm share/doc/HTML/it/ksudoku @dirrm share/doc/HTML/it/kstars @dirrm share/doc/HTML/it/ksquares @dirrm share/doc/HTML/it/kspaceduel @dirrm share/doc/HTML/it/ksnapshot @dirrm share/doc/HTML/it/ksirkskineditor @dirrm share/doc/HTML/it/ksirk @dirrm share/doc/HTML/it/kshisen @dirrm share/doc/HTML/it/kruler @dirrm share/doc/HTML/it/krfb @dirrm share/doc/HTML/it/kreversi @dirrm share/doc/HTML/it/krdc @dirrm share/doc/HTML/it/kppp @dirrm share/doc/HTML/it/kpat @dirrm share/doc/HTML/it/korganizer @dirrm share/doc/HTML/it/kopete @dirrm share/doc/HTML/it/kontact-admin @dirrm share/doc/HTML/it/kontact @dirrm share/doc/HTML/it/konsolekalendar @dirrm share/doc/HTML/it/konsole @dirrm share/doc/HTML/it/konquest @dirrm share/doc/HTML/it/konqueror @dirrm share/doc/HTML/it/kompare @dirrm share/doc/HTML/it/kommander @dirrm share/doc/HTML/it/kolourpaint @dirrm share/doc/HTML/it/kollision @dirrm share/doc/HTML/it/kolf @dirrm share/doc/HTML/it/knotes @dirrm share/doc/HTML/it/knode @dirrm share/doc/HTML/it/knetwalk @dirrm share/doc/HTML/it/knetattach @dirrm share/doc/HTML/it/kmplot @dirrm share/doc/HTML/it/kmouth @dirrm share/doc/HTML/it/kmousetool @dirrm share/doc/HTML/it/kmix @dirrm share/doc/HTML/it/kmines @dirrm share/doc/HTML/it/kmenuedit @dirrm share/doc/HTML/it/kmahjongg @dirrm share/doc/HTML/it/kmag @dirrm share/doc/HTML/it/klipper @dirrm share/doc/HTML/it/klinkstatus @dirrm share/doc/HTML/it/klines @dirrm share/doc/HTML/it/klickety @dirrm share/doc/HTML/it/klettres @dirrm share/doc/HTML/it/kleopatra @dirrm share/doc/HTML/it/kjumpingcube @dirrm share/doc/HTML/it/kjots @dirrm share/doc/HTML/it/kiten @dirrm share/doc/HTML/it/kiriki @dirrm share/doc/HTML/it/kioslave/xz @dirrm share/doc/HTML/it/kioslave/webdav @dirrm share/doc/HTML/it/kioslave/thumbnail @dirrm share/doc/HTML/it/kioslave/telnet @dirrm share/doc/HTML/it/kioslave/tar @dirrm share/doc/HTML/it/kioslave/smtp @dirrm share/doc/HTML/it/kioslave/smb @dirrm share/doc/HTML/it/kioslave/sieve @dirrm share/doc/HTML/it/kioslave/sftp @dirrm share/doc/HTML/it/kioslave/rlogin @dirrm share/doc/HTML/it/kioslave/pop3 @dirrm share/doc/HTML/it/kioslave/nntp @dirrm share/doc/HTML/it/kioslave/nfs @dirrm share/doc/HTML/it/kioslave/news @dirrm share/doc/HTML/it/kioslave/network @dirrm share/doc/HTML/it/kioslave/nepomuksearch @dirrm share/doc/HTML/it/kioslave/mbox @dirrm share/doc/HTML/it/kioslave/man @dirrm share/doc/HTML/it/kioslave/mailto @dirrm share/doc/HTML/it/kioslave/ldap @dirrm share/doc/HTML/it/kioslave/info @dirrm share/doc/HTML/it/kioslave/imap @dirrm share/doc/HTML/it/kioslave/http @dirrm share/doc/HTML/it/kioslave/help @dirrm share/doc/HTML/it/kioslave/gzip @dirrm share/doc/HTML/it/kioslave/ftp @dirrm share/doc/HTML/it/kioslave/floppy @dirrm share/doc/HTML/it/kioslave/fish @dirrm share/doc/HTML/it/kioslave/finger @dirrm share/doc/HTML/it/kioslave/file @dirrm share/doc/HTML/it/kioslave/data @dirrm share/doc/HTML/it/kioslave/cgi @dirrm share/doc/HTML/it/kioslave/bzip2 @dirrm share/doc/HTML/it/kioslave/bookmarks @dirrm share/doc/HTML/it/kioslave/audiocd @dirrm share/doc/HTML/it/kioslave @dirrm share/doc/HTML/it/kinfocenter @dirrm share/doc/HTML/it/kimagemapeditor @dirrm share/doc/HTML/it/killbots @dirrm share/doc/HTML/it/kigo @dirrm share/doc/HTML/it/kig @dirrm share/doc/HTML/it/khelpcenter/glossary @dirrm share/doc/HTML/it/khelpcenter/documentationnotfound @dirrm share/doc/HTML/it/khelpcenter @dirrm share/doc/HTML/it/khangman @dirrm share/doc/HTML/it/kgpg @dirrm share/doc/HTML/it/kgoldrunner @dirrm share/doc/HTML/it/kget @dirrm share/doc/HTML/it/kgeography @dirrm share/doc/HTML/it/kfourinline @dirrm share/doc/HTML/it/kfontview @dirrm share/doc/HTML/it/kfloppy @dirrm share/doc/HTML/it/kfind @dirrm share/doc/HTML/it/kfilereplace @dirrm share/doc/HTML/it/kdm @dirrm share/doc/HTML/it/kdiamond @dirrm share/doc/HTML/it/kdf @dirrm share/doc/HTML/it/kdesu @dirrm share/doc/HTML/it/kdepasswd @dirrm share/doc/HTML/it/kdebugdialog @dirrm share/doc/HTML/it/kcron @dirrm share/doc/HTML/it/kcontrol/workspaceoptions @dirrm share/doc/HTML/it/kcontrol/windowspecific @dirrm share/doc/HTML/it/kcontrol/windowbehaviour @dirrm share/doc/HTML/it/kcontrol/useragent @dirrm share/doc/HTML/it/kcontrol/trash @dirrm share/doc/HTML/it/kcontrol/splashscreen @dirrm share/doc/HTML/it/kcontrol/spellchecking @dirrm share/doc/HTML/it/kcontrol/solid-hardware @dirrm share/doc/HTML/it/kcontrol/solid-device-automounter @dirrm share/doc/HTML/it/kcontrol/solid-actions @dirrm share/doc/HTML/it/kcontrol/smb @dirrm share/doc/HTML/it/kcontrol/screensaver @dirrm share/doc/HTML/it/kcontrol/proxy @dirrm share/doc/HTML/it/kcontrol/powerdevil @dirrm share/doc/HTML/it/kcontrol/phonon @dirrm share/doc/HTML/it/kcontrol/performance @dirrm share/doc/HTML/it/kcontrol/paths @dirrm share/doc/HTML/it/kcontrol/netpref @dirrm share/doc/HTML/it/kcontrol/nepomuk @dirrm share/doc/HTML/it/kcontrol/mouse @dirrm share/doc/HTML/it/kcontrol/language @dirrm share/doc/HTML/it/kcontrol/kwintabbox @dirrm share/doc/HTML/it/kcontrol/kwinscreenedges @dirrm share/doc/HTML/it/kcontrol/kwindecoration @dirrm share/doc/HTML/it/kcontrol/kwincompositing @dirrm share/doc/HTML/it/kcontrol/kresources @dirrm share/doc/HTML/it/kcontrol/kremotecontrol @dirrm share/doc/HTML/it/kcontrol/khtml-plugins @dirrm share/doc/HTML/it/kcontrol/khtml-java-js @dirrm share/doc/HTML/it/kcontrol/khtml-general @dirrm share/doc/HTML/it/kcontrol/khtml-behavior @dirrm share/doc/HTML/it/kcontrol/khtml-adblock @dirrm share/doc/HTML/it/kcontrol/kgamma @dirrm share/doc/HTML/it/kcontrol/keys @dirrm share/doc/HTML/it/kcontrol/keyboard @dirrm share/doc/HTML/it/kcontrol/kded @dirrm share/doc/HTML/it/kcontrol/kcmstyle @dirrm share/doc/HTML/it/kcontrol/kcmsmserver @dirrm share/doc/HTML/it/kcontrol/kcmnotify @dirrm share/doc/HTML/it/kcontrol/kcmlaunch @dirrm share/doc/HTML/it/kcontrol/kcmcss @dirrm share/doc/HTML/it/kcontrol/kcmcgi @dirrm share/doc/HTML/it/kcontrol/kcmaccess @dirrm share/doc/HTML/it/kcontrol/kamera @dirrm share/doc/HTML/it/kcontrol/joystick @dirrm share/doc/HTML/it/kcontrol/icons @dirrm share/doc/HTML/it/kcontrol/history @dirrm share/doc/HTML/it/kcontrol/fonts @dirrm share/doc/HTML/it/kcontrol/fontinst @dirrm share/doc/HTML/it/kcontrol/filetypes @dirrm share/doc/HTML/it/kcontrol/filemanager @dirrm share/doc/HTML/it/kcontrol/emoticons @dirrm share/doc/HTML/it/kcontrol/ebrowsing @dirrm share/doc/HTML/it/kcontrol/desktopthemedetails @dirrm share/doc/HTML/it/kcontrol/desktop @dirrm share/doc/HTML/it/kcontrol/cursortheme @dirrm share/doc/HTML/it/kcontrol/cookies @dirrm share/doc/HTML/it/kcontrol/componentchooser @dirrm share/doc/HTML/it/kcontrol/colors @dirrm share/doc/HTML/it/kcontrol/clock @dirrm share/doc/HTML/it/kcontrol/cddbretrieval @dirrm share/doc/HTML/it/kcontrol/cache @dirrm share/doc/HTML/it/kcontrol/bookmarks @dirrm share/doc/HTML/it/kcontrol/blockdevices @dirrm share/doc/HTML/it/kcontrol/bell @dirrm share/doc/HTML/it/kcontrol/autostart @dirrm share/doc/HTML/it/kcontrol/attica @dirrm share/doc/HTML/it/kcontrol @dirrm share/doc/HTML/it/kcharselect @dirrm share/doc/HTML/it/kcalc @dirrm share/doc/HTML/it/kcachegrind @dirrm share/doc/HTML/it/kbruch @dirrm share/doc/HTML/it/kbreakout @dirrm share/doc/HTML/it/kbounce @dirrm share/doc/HTML/it/kblocks @dirrm share/doc/HTML/it/kblackbox @dirrm share/doc/HTML/it/kbattleship @dirrm share/doc/HTML/it/katomic +@dirrm share/doc/HTML/it/kate @dirrm share/doc/HTML/it/kapptemplate @dirrm share/doc/HTML/it/kapman @dirrm share/doc/HTML/it/kanagram @dirrm share/doc/HTML/it/kalzium @dirrm share/doc/HTML/it/kalgebra @dirrm share/doc/HTML/it/kalarm @dirrm share/doc/HTML/it/kajongg @dirrm share/doc/HTML/it/kabcclient @dirrm share/doc/HTML/it/juk @dirrm share/doc/HTML/it/jovie @dirrm share/doc/HTML/it/gwenview @dirrm share/doc/HTML/it/granatier +@dirrm share/doc/HTML/it/fundamentals @dirrm share/doc/HTML/it/filelight @dirrm share/doc/HTML/it/dragonplayer @dirrm share/doc/HTML/it/dolphin @dirrm share/doc/HTML/it/common @dirrm share/doc/HTML/it/cervisia @dirrm share/doc/HTML/it/cantor @dirrm share/doc/HTML/it/bovo @dirrm share/doc/HTML/it/bomber @dirrm share/doc/HTML/it/blogilo @dirrm share/doc/HTML/it/blinken @dirrm share/doc/HTML/it/ark @dirrm share/doc/HTML/it/amor @dirrm share/doc/HTML/it/akregator @dirrm share/doc/HTML/it/PolicyKit-kde @dirrm share/apps/step/objinfo/l10n/it @dirrm share/apps/step/objinfo/l10n @dirrm share/apps/step/objinfo @dirrm share/apps/step @dirrm share/apps/kvtml/it @dirrm share/apps/kvtml @dirrm share/apps/ktuberling/sounds/it @dirrm share/apps/ktuberling/sounds @dirrm share/apps/ktuberling @dirrm share/apps/klettres/it/syllab @dirrm share/apps/klettres/it/alpha @dirrm share/apps/klettres/it @dirrm share/apps/klettres @dirrm share/apps/autocorrect @dirrmtry man/it/man8 @dirrmtry man/it/man7 @dirrmtry man/it/man6 @dirrmtry man/it/man1 @dirrmtry man/it Index: head/misc/kde4-l10n-kk/distinfo =================================================================== --- head/misc/kde4-l10n-kk/distinfo (revision 318451) +++ head/misc/kde4-l10n-kk/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/kde-l10n/kde-l10n-kk-4.10.1.tar.xz) = 35ef183c80928771a7c0a12f22a27e4f390753cae9252402d571d2dcb416a94b -SIZE (KDE/4.10.1/kde-l10n/kde-l10n-kk-4.10.1.tar.xz) = 2579200 +SHA256 (KDE/4.10.3/kde-l10n/kde-l10n-kk-4.10.3.tar.xz) = 892f88fe644b3ef7497e371d1f1251fe5ee6dca642bf4f7aec7b5de439f2c892 +SIZE (KDE/4.10.3/kde-l10n/kde-l10n-kk-4.10.3.tar.xz) = 2584812 Index: head/misc/kde4-l10n-kk/pkg-plist =================================================================== --- head/misc/kde4-l10n-kk/pkg-plist (revision 318451) +++ head/misc/kde4-l10n-kk/pkg-plist (revision 318452) @@ -1,765 +1,764 @@ share/locale/kk/LC_MESSAGES/accountwizard.mo share/locale/kk/LC_MESSAGES/accountwizard_ical.mo share/locale/kk/LC_MESSAGES/accountwizard_imap.mo share/locale/kk/LC_MESSAGES/accountwizard_kolab.mo share/locale/kk/LC_MESSAGES/accountwizard_mailbox.mo share/locale/kk/LC_MESSAGES/accountwizard_maildir.mo share/locale/kk/LC_MESSAGES/accountwizard_pop3.mo share/locale/kk/LC_MESSAGES/accountwizard_tine20.mo share/locale/kk/LC_MESSAGES/activitymanager_plugin_globalshortcuts.mo share/locale/kk/LC_MESSAGES/activitymanager_uihandler_declarative.mo share/locale/kk/LC_MESSAGES/adblock.mo share/locale/kk/LC_MESSAGES/akonadi-filestore.mo share/locale/kk/LC_MESSAGES/akonadi_archivemail_agent.mo share/locale/kk/LC_MESSAGES/akonadi_birthdays_resource.mo share/locale/kk/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/kk/LC_MESSAGES/akonadi_davgroupware_resource.mo share/locale/kk/LC_MESSAGES/akonadi_google_resource.mo share/locale/kk/LC_MESSAGES/akonadi_ical_resource.mo share/locale/kk/LC_MESSAGES/akonadi_icaldir_resource.mo share/locale/kk/LC_MESSAGES/akonadi_imap_resource.mo share/locale/kk/LC_MESSAGES/akonadi_invitations_agent.mo share/locale/kk/LC_MESSAGES/akonadi_kabc_resource.mo share/locale/kk/LC_MESSAGES/akonadi_kalarm_resource.mo share/locale/kk/LC_MESSAGES/akonadi_kcal_resource.mo share/locale/kk/LC_MESSAGES/akonadi_kdeaccounts_resource.mo share/locale/kk/LC_MESSAGES/akonadi_knut_resource.mo share/locale/kk/LC_MESSAGES/akonadi_kolabproxy_resource.mo share/locale/kk/LC_MESSAGES/akonadi_kresourceassistant.mo share/locale/kk/LC_MESSAGES/akonadi_localbookmarks_resource.mo share/locale/kk/LC_MESSAGES/akonadi_maildir_resource.mo share/locale/kk/LC_MESSAGES/akonadi_maildispatcher_agent.mo share/locale/kk/LC_MESSAGES/akonadi_mailfilter_agent.mo share/locale/kk/LC_MESSAGES/akonadi_mailtransport_resource.mo share/locale/kk/LC_MESSAGES/akonadi_mbox_resource.mo share/locale/kk/LC_MESSAGES/akonadi_microblog_resource.mo share/locale/kk/LC_MESSAGES/akonadi_mixedmaildir_resource.mo share/locale/kk/LC_MESSAGES/akonadi_nepomuk_feeder.mo share/locale/kk/LC_MESSAGES/akonadi_nepomuktag_resource.mo share/locale/kk/LC_MESSAGES/akonadi_next.mo share/locale/kk/LC_MESSAGES/akonadi_nntp_resource.mo share/locale/kk/LC_MESSAGES/akonadi_openxchange_resource.mo share/locale/kk/LC_MESSAGES/akonadi_pop3_resource.mo share/locale/kk/LC_MESSAGES/akonadi_serializer_plugins.mo share/locale/kk/LC_MESSAGES/akonadi_singlefile_resource.mo share/locale/kk/LC_MESSAGES/akonadi_strigi_feeder.mo share/locale/kk/LC_MESSAGES/akonadi_vcard_resource.mo share/locale/kk/LC_MESSAGES/akonadi_vcarddir_resource.mo share/locale/kk/LC_MESSAGES/akonadicontact.mo share/locale/kk/LC_MESSAGES/akonadinotes.mo share/locale/kk/LC_MESSAGES/akonaditray.mo share/locale/kk/LC_MESSAGES/akregator.mo share/locale/kk/LC_MESSAGES/akregator_konqplugin.mo share/locale/kk/LC_MESSAGES/amor.mo share/locale/kk/LC_MESSAGES/analitza.mo share/locale/kk/LC_MESSAGES/ark.mo share/locale/kk/LC_MESSAGES/attica_kde.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/blinken.mo share/locale/kk/LC_MESSAGES/blogilo.mo share/locale/kk/LC_MESSAGES/bomber.mo share/locale/kk/LC_MESSAGES/bovo.mo share/locale/kk/LC_MESSAGES/calendarsupport.mo share/locale/kk/LC_MESSAGES/cantor.mo share/locale/kk/LC_MESSAGES/cervisia.mo share/locale/kk/LC_MESSAGES/cryptopageplugin.mo share/locale/kk/LC_MESSAGES/cvsservice.mo share/locale/kk/LC_MESSAGES/dirfilterplugin.mo share/locale/kk/LC_MESSAGES/display.mo share/locale/kk/LC_MESSAGES/dolphin.mo share/locale/kk/LC_MESSAGES/domtreeviewer.mo share/locale/kk/LC_MESSAGES/dragonplayer.mo share/locale/kk/LC_MESSAGES/drkonqi.mo share/locale/kk/LC_MESSAGES/filelight.mo share/locale/kk/LC_MESSAGES/filetypes.mo share/locale/kk/LC_MESSAGES/fileviewbazaarplugin.mo share/locale/kk/LC_MESSAGES/fileviewgitplugin.mo share/locale/kk/LC_MESSAGES/fileviewhgplugin.mo share/locale/kk/LC_MESSAGES/fileviewsvnplugin.mo share/locale/kk/LC_MESSAGES/freespacenotifier.mo share/locale/kk/LC_MESSAGES/fsview.mo share/locale/kk/LC_MESSAGES/granatier.mo share/locale/kk/LC_MESSAGES/gwenview.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/importwizard.mo share/locale/kk/LC_MESSAGES/jovie.mo share/locale/kk/LC_MESSAGES/joystick.mo share/locale/kk/LC_MESSAGES/juk.mo share/locale/kk/LC_MESSAGES/kabc.mo share/locale/kk/LC_MESSAGES/kabc_akonadi.mo share/locale/kk/LC_MESSAGES/kabc_dir.mo share/locale/kk/LC_MESSAGES/kabc_file.mo share/locale/kk/LC_MESSAGES/kabc_ldapkio.mo share/locale/kk/LC_MESSAGES/kabc_net.mo share/locale/kk/LC_MESSAGES/kabcclient.mo share/locale/kk/LC_MESSAGES/kabcformat_binary.mo share/locale/kk/LC_MESSAGES/kaccess.mo share/locale/kk/LC_MESSAGES/kaccessibleapp.mo share/locale/kk/LC_MESSAGES/kactivitymanagerd.mo share/locale/kk/LC_MESSAGES/kactivitymanagerd_fileitem_linking_plugin.mo share/locale/kk/LC_MESSAGES/kaddressbook-mobile.mo share/locale/kk/LC_MESSAGES/kaddressbook.mo share/locale/kk/LC_MESSAGES/kaddressbookmigrator.mo share/locale/kk/LC_MESSAGES/kajongg.mo share/locale/kk/LC_MESSAGES/kalarm.mo share/locale/kk/LC_MESSAGES/kalgebra.mo share/locale/kk/LC_MESSAGES/kalzium.mo share/locale/kk/LC_MESSAGES/kanagram-harmattan.mo share/locale/kk/LC_MESSAGES/kanagram.mo share/locale/kk/LC_MESSAGES/kapman.mo share/locale/kk/LC_MESSAGES/kapptemplate.mo share/locale/kk/LC_MESSAGES/kate-ctags-plugin.mo share/locale/kk/LC_MESSAGES/kate.mo share/locale/kk/LC_MESSAGES/kate_kttsd.mo share/locale/kk/LC_MESSAGES/katebacktracebrowserplugin.mo share/locale/kk/LC_MESSAGES/katebuild-plugin.mo share/locale/kk/LC_MESSAGES/katefilebrowserplugin.mo share/locale/kk/LC_MESSAGES/katefiletemplates.mo share/locale/kk/LC_MESSAGES/kategdbplugin.mo share/locale/kk/LC_MESSAGES/katehelloworld.mo share/locale/kk/LC_MESSAGES/katekonsoleplugin.mo share/locale/kk/LC_MESSAGES/katemailfilesplugin.mo share/locale/kk/LC_MESSAGES/kateopenheader.mo share/locale/kk/LC_MESSAGES/katepart4.mo share/locale/kk/LC_MESSAGES/kateproject.mo share/locale/kk/LC_MESSAGES/katesearch.mo share/locale/kk/LC_MESSAGES/katesnippets_tng.mo share/locale/kk/LC_MESSAGES/katesnippetsplugin.mo share/locale/kk/LC_MESSAGES/katesql.mo share/locale/kk/LC_MESSAGES/katesymbolviewer.mo share/locale/kk/LC_MESSAGES/katetabbarextension.mo share/locale/kk/LC_MESSAGES/katetabifyplugin.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/katomic.mo share/locale/kk/LC_MESSAGES/kbattleship.mo share/locale/kk/LC_MESSAGES/kblackbox.mo share/locale/kk/LC_MESSAGES/kblankscrn.mo share/locale/kk/LC_MESSAGES/kblocks.mo share/locale/kk/LC_MESSAGES/kbounce.mo share/locale/kk/LC_MESSAGES/kbreakout.mo share/locale/kk/LC_MESSAGES/kbruch.mo share/locale/kk/LC_MESSAGES/kcachegrind.mo share/locale/kk/LC_MESSAGES/kcachegrind_qt.mo share/locale/kk/LC_MESSAGES/kcal_akonadi.mo share/locale/kk/LC_MESSAGES/kcalc.mo share/locale/kk/LC_MESSAGES/kcertpart.mo share/locale/kk/LC_MESSAGES/kcharselect.mo share/locale/kk/LC_MESSAGES/kcm-kwin-scripts.mo share/locale/kk/LC_MESSAGES/kcm_activities.mo share/locale/kk/LC_MESSAGES/kcm_akonadi.mo share/locale/kk/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/kk/LC_MESSAGES/kcm_attica.mo share/locale/kk/LC_MESSAGES/kcm_autostart.mo share/locale/kk/LC_MESSAGES/kcm_desktoppaths.mo share/locale/kk/LC_MESSAGES/kcm_desktopthemedetails.mo share/locale/kk/LC_MESSAGES/kcm_device_automounter.mo share/locale/kk/LC_MESSAGES/kcm_emoticons.mo share/locale/kk/LC_MESSAGES/kcm_infobase.mo share/locale/kk/LC_MESSAGES/kcm_infosummary.mo -share/locale/kk/LC_MESSAGES/kcm_krfb.mo share/locale/kk/LC_MESSAGES/kcm_kwindesktop.mo share/locale/kk/LC_MESSAGES/kcm_kwintabbox.mo share/locale/kk/LC_MESSAGES/kcm_memory.mo share/locale/kk/LC_MESSAGES/kcm_nepomuk.mo share/locale/kk/LC_MESSAGES/kcm_pci.mo share/locale/kk/LC_MESSAGES/kcm_phonon.mo share/locale/kk/LC_MESSAGES/kcm_platform.mo share/locale/kk/LC_MESSAGES/kcm_remotecontrol.mo share/locale/kk/LC_MESSAGES/kcm_solid.mo share/locale/kk/LC_MESSAGES/kcm_solid_actions.mo share/locale/kk/LC_MESSAGES/kcm_standard_actions.mo share/locale/kk/LC_MESSAGES/kcmaccess.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/kcmdevinfo.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/kcminit.mo share/locale/kk/LC_MESSAGES/kcminput.mo share/locale/kk/LC_MESSAGES/kcmkamera.mo share/locale/kk/LC_MESSAGES/kcmkclock.mo share/locale/kk/LC_MESSAGES/kcmkded.mo share/locale/kk/LC_MESSAGES/kcmkdnssd.mo share/locale/kk/LC_MESSAGES/kcmkeyboard.mo share/locale/kk/LC_MESSAGES/kcmkeys.mo share/locale/kk/LC_MESSAGES/kcmkgamma.mo share/locale/kk/LC_MESSAGES/kcmkio.mo share/locale/kk/LC_MESSAGES/kcmkonq.mo share/locale/kk/LC_MESSAGES/kcmkonqhtml.mo share/locale/kk/LC_MESSAGES/kcmkurifilt.mo share/locale/kk/LC_MESSAGES/kcmkwallet.mo share/locale/kk/LC_MESSAGES/kcmkwincompositing.mo share/locale/kk/LC_MESSAGES/kcmkwindecoration.mo share/locale/kk/LC_MESSAGES/kcmkwinrules.mo share/locale/kk/LC_MESSAGES/kcmkwinscreenedges.mo share/locale/kk/LC_MESSAGES/kcmkwm.mo share/locale/kk/LC_MESSAGES/kcmlaunch.mo share/locale/kk/LC_MESSAGES/kcmlocale.mo share/locale/kk/LC_MESSAGES/kcmnic.mo share/locale/kk/LC_MESSAGES/kcmnotify.mo share/locale/kk/LC_MESSAGES/kcmopengl.mo share/locale/kk/LC_MESSAGES/kcmperformance.mo share/locale/kk/LC_MESSAGES/kcmsamba.mo share/locale/kk/LC_MESSAGES/kcmscreensaver.mo share/locale/kk/LC_MESSAGES/kcmshell.mo share/locale/kk/LC_MESSAGES/kcmsmartcard.mo share/locale/kk/LC_MESSAGES/kcmsmserver.mo share/locale/kk/LC_MESSAGES/kcmstyle.mo share/locale/kk/LC_MESSAGES/kcmusb.mo share/locale/kk/LC_MESSAGES/kcmview1394.mo share/locale/kk/LC_MESSAGES/kcmworkspaceoptions.mo share/locale/kk/LC_MESSAGES/kcolorchooser.mo share/locale/kk/LC_MESSAGES/kcron.mo share/locale/kk/LC_MESSAGES/kde-menu.mo share/locale/kk/LC_MESSAGES/kdeasciiquarium.mo share/locale/kk/LC_MESSAGES/kdebugdialog.mo share/locale/kk/LC_MESSAGES/kdecalendarsystems.mo share/locale/kk/LC_MESSAGES/kdelibs4.mo share/locale/kk/LC_MESSAGES/kdelibs_colors4.mo share/locale/kk/LC_MESSAGES/kdepasswd.mo share/locale/kk/LC_MESSAGES/kdepim-runtime-qml.mo share/locale/kk/LC_MESSAGES/kdeqt.mo share/locale/kk/LC_MESSAGES/kdesu.mo share/locale/kk/LC_MESSAGES/kdesud.mo share/locale/kk/LC_MESSAGES/kdf.mo share/locale/kk/LC_MESSAGES/kdgantt2.mo share/locale/kk/LC_MESSAGES/kdialog.mo share/locale/kk/LC_MESSAGES/kdiamond.mo share/locale/kk/LC_MESSAGES/kdmconfig.mo share/locale/kk/LC_MESSAGES/kdmgreet.mo share/locale/kk/LC_MESSAGES/kdontchangethehostname.mo share/locale/kk/LC_MESSAGES/keditbookmarks.mo share/locale/kk/LC_MESSAGES/kfile.mo share/locale/kk/LC_MESSAGES/kfile_dds.mo share/locale/kk/LC_MESSAGES/kfile_drgeo.mo share/locale/kk/LC_MESSAGES/kfile_exr.mo share/locale/kk/LC_MESSAGES/kfile_kig.mo share/locale/kk/LC_MESSAGES/kfile_mail.mo share/locale/kk/LC_MESSAGES/kfile_pnm.mo share/locale/kk/LC_MESSAGES/kfile_raw.mo share/locale/kk/LC_MESSAGES/kfile_rgb.mo share/locale/kk/LC_MESSAGES/kfile_rpm.mo share/locale/kk/LC_MESSAGES/kfile_tiff.mo share/locale/kk/LC_MESSAGES/kfile_xps.mo share/locale/kk/LC_MESSAGES/kfileaudiopreview4.mo share/locale/kk/LC_MESSAGES/kfilereplace.mo share/locale/kk/LC_MESSAGES/kfileshare.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/kfontinst.mo share/locale/kk/LC_MESSAGES/kfourinline.mo share/locale/kk/LC_MESSAGES/kgeography.mo share/locale/kk/LC_MESSAGES/kget.mo share/locale/kk/LC_MESSAGES/kgetplugin.mo share/locale/kk/LC_MESSAGES/kglobalaccel.mo share/locale/kk/LC_MESSAGES/kgoldrunner.mo share/locale/kk/LC_MESSAGES/kgpg.mo share/locale/kk/LC_MESSAGES/kgreet_classic.mo share/locale/kk/LC_MESSAGES/kgreet_generic.mo share/locale/kk/LC_MESSAGES/kgreet_winbind.mo share/locale/kk/LC_MESSAGES/khangman.mo share/locale/kk/LC_MESSAGES/khelpcenter.mo share/locale/kk/LC_MESSAGES/khotkeys.mo share/locale/kk/LC_MESSAGES/khotnewstuff.mo share/locale/kk/LC_MESSAGES/khtmlkttsd.mo share/locale/kk/LC_MESSAGES/khtmlsettingsplugin.mo share/locale/kk/LC_MESSAGES/kiconfinder.mo share/locale/kk/LC_MESSAGES/kig.mo share/locale/kk/LC_MESSAGES/kigo.mo share/locale/kk/LC_MESSAGES/killbots.mo share/locale/kk/LC_MESSAGES/kimagemapeditor.mo -share/locale/kk/LC_MESSAGES/kinetd.mo share/locale/kk/LC_MESSAGES/kinfocenter.mo share/locale/kk/LC_MESSAGES/kio4.mo share/locale/kk/LC_MESSAGES/kio_activities.mo share/locale/kk/LC_MESSAGES/kio_akonadi.mo share/locale/kk/LC_MESSAGES/kio_applications.mo share/locale/kk/LC_MESSAGES/kio_archive.mo share/locale/kk/LC_MESSAGES/kio_audiocd.mo share/locale/kk/LC_MESSAGES/kio_bookmarks.mo share/locale/kk/LC_MESSAGES/kio_finger.mo share/locale/kk/LC_MESSAGES/kio_fish.mo share/locale/kk/LC_MESSAGES/kio_floppy.mo share/locale/kk/LC_MESSAGES/kio_help4.mo share/locale/kk/LC_MESSAGES/kio_imap4.mo share/locale/kk/LC_MESSAGES/kio_info.mo share/locale/kk/LC_MESSAGES/kio_jabberdisco.mo share/locale/kk/LC_MESSAGES/kio_ldap.mo share/locale/kk/LC_MESSAGES/kio_man.mo share/locale/kk/LC_MESSAGES/kio_mbox.mo share/locale/kk/LC_MESSAGES/kio_nepomuk.mo share/locale/kk/LC_MESSAGES/kio_nepomuksearch.mo share/locale/kk/LC_MESSAGES/kio_nfs.mo share/locale/kk/LC_MESSAGES/kio_nntp.mo share/locale/kk/LC_MESSAGES/kio_perldoc.mo share/locale/kk/LC_MESSAGES/kio_pop3.mo share/locale/kk/LC_MESSAGES/kio_recentdocuments.mo share/locale/kk/LC_MESSAGES/kio_remote.mo share/locale/kk/LC_MESSAGES/kio_sftp.mo share/locale/kk/LC_MESSAGES/kio_sieve.mo share/locale/kk/LC_MESSAGES/kio_smb.mo share/locale/kk/LC_MESSAGES/kio_smtp.mo share/locale/kk/LC_MESSAGES/kio_svn.mo share/locale/kk/LC_MESSAGES/kio_tags.mo share/locale/kk/LC_MESSAGES/kio_thumbnail.mo share/locale/kk/LC_MESSAGES/kio_timeline.mo share/locale/kk/LC_MESSAGES/kio_trash.mo share/locale/kk/LC_MESSAGES/kio_zeroconf.mo share/locale/kk/LC_MESSAGES/kioclient.mo share/locale/kk/LC_MESSAGES/kioexec.mo share/locale/kk/LC_MESSAGES/kipiplugin_kxmlhelloworld.mo share/locale/kk/LC_MESSAGES/kiriki.mo share/locale/kk/LC_MESSAGES/kiten.mo share/locale/kk/LC_MESSAGES/kjots.mo share/locale/kk/LC_MESSAGES/kjotsmigrator.mo share/locale/kk/LC_MESSAGES/kjumpingcube.mo share/locale/kk/LC_MESSAGES/kleopatra.mo share/locale/kk/LC_MESSAGES/klettres.mo share/locale/kk/LC_MESSAGES/klickety.mo share/locale/kk/LC_MESSAGES/klines.mo share/locale/kk/LC_MESSAGES/klinkstatus.mo share/locale/kk/LC_MESSAGES/klipper.mo share/locale/kk/LC_MESSAGES/klock.mo share/locale/kk/LC_MESSAGES/kmag.mo share/locale/kk/LC_MESSAGES/kmahjongg.mo share/locale/kk/LC_MESSAGES/kmail-migrator.mo share/locale/kk/LC_MESSAGES/kmail-mobile.mo share/locale/kk/LC_MESSAGES/kmail.mo share/locale/kk/LC_MESSAGES/kmailcvt.mo share/locale/kk/LC_MESSAGES/kmenuedit.mo share/locale/kk/LC_MESSAGES/kmimetypefinder.mo share/locale/kk/LC_MESSAGES/kmines.mo share/locale/kk/LC_MESSAGES/kmix.mo share/locale/kk/LC_MESSAGES/kmousetool.mo share/locale/kk/LC_MESSAGES/kmouth.mo share/locale/kk/LC_MESSAGES/kmplot.mo share/locale/kk/LC_MESSAGES/knetattach.mo share/locale/kk/LC_MESSAGES/knetwalk.mo share/locale/kk/LC_MESSAGES/knode.mo share/locale/kk/LC_MESSAGES/knotes.mo share/locale/kk/LC_MESSAGES/knotify4.mo share/locale/kk/LC_MESSAGES/kolf.mo share/locale/kk/LC_MESSAGES/kollision.mo share/locale/kk/LC_MESSAGES/kolourpaint.mo share/locale/kk/LC_MESSAGES/kommander.mo share/locale/kk/LC_MESSAGES/kompare.mo share/locale/kk/LC_MESSAGES/konqprofiles.mo share/locale/kk/LC_MESSAGES/konqueror.mo share/locale/kk/LC_MESSAGES/konquest.mo share/locale/kk/LC_MESSAGES/konsole.mo share/locale/kk/LC_MESSAGES/konsolekalendar.mo share/locale/kk/LC_MESSAGES/konsoleprofiles.mo share/locale/kk/LC_MESSAGES/kontact.mo share/locale/kk/LC_MESSAGES/kontactinterfaces.mo share/locale/kk/LC_MESSAGES/kopete.mo share/locale/kk/LC_MESSAGES/korganizer-mobile.mo share/locale/kk/LC_MESSAGES/korganizer.mo share/locale/kk/LC_MESSAGES/kpartloader.mo share/locale/kk/LC_MESSAGES/kpartsaver.mo share/locale/kk/LC_MESSAGES/kpasswdserver.mo share/locale/kk/LC_MESSAGES/kpat.mo share/locale/kk/LC_MESSAGES/kppp.mo share/locale/kk/LC_MESSAGES/kppplogview.mo share/locale/kk/LC_MESSAGES/kquitapp.mo share/locale/kk/LC_MESSAGES/krandr.mo share/locale/kk/LC_MESSAGES/krcdnotifieritem.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/kremotecontroldaemon.mo share/locale/kk/LC_MESSAGES/kres-migrator.mo share/locale/kk/LC_MESSAGES/kres_blog.mo share/locale/kk/LC_MESSAGES/kres_remote.mo share/locale/kk/LC_MESSAGES/kresources_shared_akonadi.mo share/locale/kk/LC_MESSAGES/kreversi.mo share/locale/kk/LC_MESSAGES/krfb.mo share/locale/kk/LC_MESSAGES/kruler.mo share/locale/kk/LC_MESSAGES/krunner.mo share/locale/kk/LC_MESSAGES/ksaneplugin.mo share/locale/kk/LC_MESSAGES/kscd.mo share/locale/kk/LC_MESSAGES/kscreenlocker.mo share/locale/kk/LC_MESSAGES/kscreenlocker_greet.mo share/locale/kk/LC_MESSAGES/kscreensaver.mo share/locale/kk/LC_MESSAGES/ksendemail.mo share/locale/kk/LC_MESSAGES/ksgrd.mo share/locale/kk/LC_MESSAGES/kshellcmdplugin.mo share/locale/kk/LC_MESSAGES/kshisen.mo share/locale/kk/LC_MESSAGES/kshorturifilter.mo share/locale/kk/LC_MESSAGES/ksirk.mo share/locale/kk/LC_MESSAGES/ksirkskineditor.mo share/locale/kk/LC_MESSAGES/ksmserver.mo share/locale/kk/LC_MESSAGES/ksnapshot.mo share/locale/kk/LC_MESSAGES/kspaceduel.mo share/locale/kk/LC_MESSAGES/ksplashthemes.mo share/locale/kk/LC_MESSAGES/ksquares.mo share/locale/kk/LC_MESSAGES/kstars.mo share/locale/kk/LC_MESSAGES/kstart.mo share/locale/kk/LC_MESSAGES/kstartperf.mo share/locale/kk/LC_MESSAGES/kstyle_config.mo share/locale/kk/LC_MESSAGES/kstyle_phase_config.mo share/locale/kk/LC_MESSAGES/ksudoku.mo share/locale/kk/LC_MESSAGES/ksysguard.mo share/locale/kk/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/kk/LC_MESSAGES/ksystemlog.mo share/locale/kk/LC_MESSAGES/ksystraycmd.mo share/locale/kk/LC_MESSAGES/kteatime.mo share/locale/kk/LC_MESSAGES/ktesnippets_editor.mo share/locale/kk/LC_MESSAGES/ktexteditor_codesnippets_core.mo share/locale/kk/LC_MESSAGES/ktexteditor_plugins.mo share/locale/kk/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/kk/LC_MESSAGES/ktimer.mo share/locale/kk/LC_MESSAGES/ktimetracker.mo share/locale/kk/LC_MESSAGES/ktnef.mo share/locale/kk/LC_MESSAGES/ktouch.mo share/locale/kk/LC_MESSAGES/ktouchpadenabler.mo share/locale/kk/LC_MESSAGES/ktraderclient.mo share/locale/kk/LC_MESSAGES/ktron.mo share/locale/kk/LC_MESSAGES/ktuberling.mo share/locale/kk/LC_MESSAGES/kturtle.mo share/locale/kk/LC_MESSAGES/ktux.mo share/locale/kk/LC_MESSAGES/kubrick.mo share/locale/kk/LC_MESSAGES/kuiserver.mo share/locale/kk/LC_MESSAGES/kuiviewer.mo share/locale/kk/LC_MESSAGES/kurifilter.mo share/locale/kk/LC_MESSAGES/kuser.mo share/locale/kk/LC_MESSAGES/kwalletd.mo share/locale/kk/LC_MESSAGES/kwalletmanager.mo share/locale/kk/LC_MESSAGES/kwatchgnupg.mo share/locale/kk/LC_MESSAGES/kwin.mo share/locale/kk/LC_MESSAGES/kwin_art_clients.mo share/locale/kk/LC_MESSAGES/kwin_clients.mo share/locale/kk/LC_MESSAGES/kwin_effects.mo share/locale/kk/LC_MESSAGES/kwinshutdown.mo share/locale/kk/LC_MESSAGES/kwinstartmenu.mo share/locale/kk/LC_MESSAGES/kwordquiz.mo share/locale/kk/LC_MESSAGES/kwrite.mo share/locale/kk/LC_MESSAGES/kwriteconfig.mo share/locale/kk/LC_MESSAGES/kxkb.mo share/locale/kk/LC_MESSAGES/kxsconfig.mo share/locale/kk/LC_MESSAGES/lancelot.mo share/locale/kk/LC_MESSAGES/libakonadi-calendar.mo share/locale/kk/LC_MESSAGES/libakonadi-kmime.mo share/locale/kk/LC_MESSAGES/libakonadi.mo share/locale/kk/LC_MESSAGES/libeventviews.mo share/locale/kk/LC_MESSAGES/libincidenceeditors.mo share/locale/kk/LC_MESSAGES/libkalarmcal.mo share/locale/kk/LC_MESSAGES/libkasten.mo share/locale/kk/LC_MESSAGES/libkblog.mo share/locale/kk/LC_MESSAGES/libkcal.mo share/locale/kk/LC_MESSAGES/libkcalutils.mo share/locale/kk/LC_MESSAGES/libkcddb.mo share/locale/kk/LC_MESSAGES/libkcompactdisc.mo share/locale/kk/LC_MESSAGES/libkdcraw.mo share/locale/kk/LC_MESSAGES/libkdecorations.mo share/locale/kk/LC_MESSAGES/libkdeedu.mo share/locale/kk/LC_MESSAGES/libkdegames.mo share/locale/kk/LC_MESSAGES/libkdepim.mo share/locale/kk/LC_MESSAGES/libkdepimmobileui.mo share/locale/kk/LC_MESSAGES/libkexiv2.mo share/locale/kk/LC_MESSAGES/libkholidays.mo share/locale/kk/LC_MESSAGES/libkimap.mo share/locale/kk/LC_MESSAGES/libkipi.mo share/locale/kk/LC_MESSAGES/libkldap.mo share/locale/kk/LC_MESSAGES/libkleopatra.mo share/locale/kk/LC_MESSAGES/libkmahjongg.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/libkpimidentities.mo share/locale/kk/LC_MESSAGES/libkpimtextedit.mo share/locale/kk/LC_MESSAGES/libkpimutils.mo share/locale/kk/LC_MESSAGES/libkremotecontrol.mo share/locale/kk/LC_MESSAGES/libkresources.mo share/locale/kk/LC_MESSAGES/libksane.mo share/locale/kk/LC_MESSAGES/libkscreensaver.mo share/locale/kk/LC_MESSAGES/libksieve.mo share/locale/kk/LC_MESSAGES/libktnef.mo share/locale/kk/LC_MESSAGES/libkunitconversion.mo share/locale/kk/LC_MESSAGES/libkworkspace.mo share/locale/kk/LC_MESSAGES/libkxmlrpcclient.mo share/locale/kk/LC_MESSAGES/liblancelot-datamodels.mo share/locale/kk/LC_MESSAGES/libmailcommon.mo share/locale/kk/LC_MESSAGES/libmailimporter.mo share/locale/kk/LC_MESSAGES/libmailtransport.mo share/locale/kk/LC_MESSAGES/libmessagecomposer.mo share/locale/kk/LC_MESSAGES/libmessagecore.mo share/locale/kk/LC_MESSAGES/libmessagelist.mo share/locale/kk/LC_MESSAGES/libmessageviewer.mo share/locale/kk/LC_MESSAGES/liboktetacore.mo share/locale/kk/LC_MESSAGES/liboktetagui.mo share/locale/kk/LC_MESSAGES/liboktetakasten.mo share/locale/kk/LC_MESSAGES/liboxygenstyleconfig.mo share/locale/kk/LC_MESSAGES/libphonon.mo share/locale/kk/LC_MESSAGES/libpimcommon.mo share/locale/kk/LC_MESSAGES/libplasma.mo share/locale/kk/LC_MESSAGES/libplasma_groupingcontainment.mo share/locale/kk/LC_MESSAGES/libplasmaclock.mo share/locale/kk/LC_MESSAGES/libplasmaweather.mo share/locale/kk/LC_MESSAGES/libtaskmanager.mo share/locale/kk/LC_MESSAGES/libtemplateparser.mo share/locale/kk/LC_MESSAGES/lokalize.mo share/locale/kk/LC_MESSAGES/lskat.mo share/locale/kk/LC_MESSAGES/mailreader.mo share/locale/kk/LC_MESSAGES/marble.mo share/locale/kk/LC_MESSAGES/marble_qt.mo share/locale/kk/LC_MESSAGES/marble_xml_mimetypes.mo share/locale/kk/LC_MESSAGES/messageviewer_application_mstnef_plugin.mo share/locale/kk/LC_MESSAGES/messageviewer_text_calendar_plugin.mo share/locale/kk/LC_MESSAGES/messageviewer_text_vcard_plugin.mo share/locale/kk/LC_MESSAGES/messageviewer_text_xdiff_plugin.mo share/locale/kk/LC_MESSAGES/mf_konqplugin.mo share/locale/kk/LC_MESSAGES/minitoolsplugin.mo share/locale/kk/LC_MESSAGES/mplayerthumbs.mo share/locale/kk/LC_MESSAGES/mplayerthumbsconfig.mo share/locale/kk/LC_MESSAGES/nepomukbackup.mo share/locale/kk/LC_MESSAGES/nepomukcleaner.mo share/locale/kk/LC_MESSAGES/nepomukcontroller.mo share/locale/kk/LC_MESSAGES/nepomukfileindexer.mo +share/locale/kk/LC_MESSAGES/nepomukpimindexerutility.mo share/locale/kk/LC_MESSAGES/nepomukqueryservice.mo share/locale/kk/LC_MESSAGES/nepomukserver.mo share/locale/kk/LC_MESSAGES/nepomukservicestub.mo share/locale/kk/LC_MESSAGES/nepomukstorage.mo share/locale/kk/LC_MESSAGES/nepomukwidgets.mo share/locale/kk/LC_MESSAGES/newmailnotifieragent.mo share/locale/kk/LC_MESSAGES/notes-mobile.mo share/locale/kk/LC_MESSAGES/nsplugin.mo share/locale/kk/LC_MESSAGES/okteta-mobile.mo share/locale/kk/LC_MESSAGES/okteta.mo share/locale/kk/LC_MESSAGES/oktetapart.mo share/locale/kk/LC_MESSAGES/okular.mo share/locale/kk/LC_MESSAGES/okular_chm.mo share/locale/kk/LC_MESSAGES/okular_comicbook.mo share/locale/kk/LC_MESSAGES/okular_djvu.mo share/locale/kk/LC_MESSAGES/okular_dvi.mo share/locale/kk/LC_MESSAGES/okular_epub.mo share/locale/kk/LC_MESSAGES/okular_fax.mo share/locale/kk/LC_MESSAGES/okular_fictionbook.mo share/locale/kk/LC_MESSAGES/okular_ghostview.mo share/locale/kk/LC_MESSAGES/okular_kimgio.mo share/locale/kk/LC_MESSAGES/okular_mobi.mo share/locale/kk/LC_MESSAGES/okular_ooo.mo share/locale/kk/LC_MESSAGES/okular_plucker.mo share/locale/kk/LC_MESSAGES/okular_poppler.mo share/locale/kk/LC_MESSAGES/okular_tiff.mo share/locale/kk/LC_MESSAGES/okular_xps.mo share/locale/kk/LC_MESSAGES/org.kde.active.documentviewer.mo share/locale/kk/LC_MESSAGES/pairs.mo share/locale/kk/LC_MESSAGES/pairseditor.mo share/locale/kk/LC_MESSAGES/palapeli.mo share/locale/kk/LC_MESSAGES/parley.mo share/locale/kk/LC_MESSAGES/phonon_gstreamer.mo share/locale/kk/LC_MESSAGES/phonon_kde.mo share/locale/kk/LC_MESSAGES/phonon_vlc.mo share/locale/kk/LC_MESSAGES/phononserver.mo share/locale/kk/LC_MESSAGES/picmi.mo share/locale/kk/LC_MESSAGES/pimsettingexporter.mo share/locale/kk/LC_MESSAGES/plasma-desktop.mo share/locale/kk/LC_MESSAGES/plasma-netbook.mo share/locale/kk/LC_MESSAGES/plasma-overlay.mo share/locale/kk/LC_MESSAGES/plasma-remote-helper.mo share/locale/kk/LC_MESSAGES/plasma-windowed.mo share/locale/kk/LC_MESSAGES/plasma_applet_BbalL.mo share/locale/kk/LC_MESSAGES/plasma_applet_CharSelectApplet.mo share/locale/kk/LC_MESSAGES/plasma_applet_Molmasscalculator.mo share/locale/kk/LC_MESSAGES/plasma_applet_akonotes_note.mo share/locale/kk/LC_MESSAGES/plasma_applet_battery.mo share/locale/kk/LC_MESSAGES/plasma_applet_binaryclock.mo share/locale/kk/LC_MESSAGES/plasma_applet_bookmarks.mo share/locale/kk/LC_MESSAGES/plasma_applet_bubblemon.mo share/locale/kk/LC_MESSAGES/plasma_applet_calculator.mo share/locale/kk/LC_MESSAGES/plasma_applet_clock.mo share/locale/kk/LC_MESSAGES/plasma_applet_comic.mo share/locale/kk/LC_MESSAGES/plasma_applet_concentrationCalculator.mo share/locale/kk/LC_MESSAGES/plasma_applet_currentappcontrol.mo share/locale/kk/LC_MESSAGES/plasma_applet_dig_clock.mo share/locale/kk/LC_MESSAGES/plasma_applet_fifteenPuzzle.mo share/locale/kk/LC_MESSAGES/plasma_applet_fileWatcher.mo share/locale/kk/LC_MESSAGES/plasma_applet_folderview.mo share/locale/kk/LC_MESSAGES/plasma_applet_frame.mo share/locale/kk/LC_MESSAGES/plasma_applet_fuzzy_clock.mo share/locale/kk/LC_MESSAGES/plasma_applet_gasCalculator.mo share/locale/kk/LC_MESSAGES/plasma_applet_groupingpanel.mo share/locale/kk/LC_MESSAGES/plasma_applet_icon.mo share/locale/kk/LC_MESSAGES/plasma_applet_icontasks.mo share/locale/kk/LC_MESSAGES/plasma_applet_incomingmsg.mo share/locale/kk/LC_MESSAGES/plasma_applet_kalgebra.mo share/locale/kk/LC_MESSAGES/plasma_applet_kalzium.mo share/locale/kk/LC_MESSAGES/plasma_applet_katesession.mo share/locale/kk/LC_MESSAGES/plasma_applet_kdeobservatory.mo share/locale/kk/LC_MESSAGES/plasma_applet_kget.mo share/locale/kk/LC_MESSAGES/plasma_applet_kimpanel.mo share/locale/kk/LC_MESSAGES/plasma_applet_knowledgebase.mo share/locale/kk/LC_MESSAGES/plasma_applet_kolourpicker.mo share/locale/kk/LC_MESSAGES/plasma_applet_kpapplet.mo share/locale/kk/LC_MESSAGES/plasma_applet_launcher.mo share/locale/kk/LC_MESSAGES/plasma_applet_leavenote.mo share/locale/kk/LC_MESSAGES/plasma_applet_life.mo share/locale/kk/LC_MESSAGES/plasma_applet_lockout.mo share/locale/kk/LC_MESSAGES/plasma_applet_luna.mo share/locale/kk/LC_MESSAGES/plasma_applet_magnifique.mo share/locale/kk/LC_MESSAGES/plasma_applet_microblog.mo share/locale/kk/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/kk/LC_MESSAGES/plasma_applet_news.mo share/locale/kk/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/kk/LC_MESSAGES/plasma_applet_notes.mo share/locale/kk/LC_MESSAGES/plasma_applet_notifier.mo share/locale/kk/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/kk/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/kk/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/kk/LC_MESSAGES/plasma_applet_opendesktop_activities.mo share/locale/kk/LC_MESSAGES/plasma_applet_org.kde.notifications.mo share/locale/kk/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/kk/LC_MESSAGES/plasma_applet_pager.mo share/locale/kk/LC_MESSAGES/plasma_applet_panel.mo share/locale/kk/LC_MESSAGES/plasma_applet_panelspacer_internal.mo share/locale/kk/LC_MESSAGES/plasma_applet_paste.mo share/locale/kk/LC_MESSAGES/plasma_applet_pastebin.mo share/locale/kk/LC_MESSAGES/plasma_applet_plasmaboard.mo share/locale/kk/LC_MESSAGES/plasma_applet_previewer.mo share/locale/kk/LC_MESSAGES/plasma_applet_printmanager.mo share/locale/kk/LC_MESSAGES/plasma_applet_qalculate.mo share/locale/kk/LC_MESSAGES/plasma_applet_qstardict.mo share/locale/kk/LC_MESSAGES/plasma_applet_quicklaunch.mo share/locale/kk/LC_MESSAGES/plasma_applet_rssnow.mo share/locale/kk/LC_MESSAGES/plasma_applet_rtm.mo share/locale/kk/LC_MESSAGES/plasma_applet_sal.mo share/locale/kk/LC_MESSAGES/plasma_applet_saverdesktop.mo share/locale/kk/LC_MESSAGES/plasma_applet_searchbox.mo share/locale/kk/LC_MESSAGES/plasma_applet_showdashboard.mo share/locale/kk/LC_MESSAGES/plasma_applet_showdesktop.mo share/locale/kk/LC_MESSAGES/plasma_applet_skapplet.mo share/locale/kk/LC_MESSAGES/plasma_applet_spellcheck.mo share/locale/kk/LC_MESSAGES/plasma_applet_system-monitor.mo share/locale/kk/LC_MESSAGES/plasma_applet_systemloadviewer.mo share/locale/kk/LC_MESSAGES/plasma_applet_systemtray.mo share/locale/kk/LC_MESSAGES/plasma_applet_tasks.mo share/locale/kk/LC_MESSAGES/plasma_applet_timer.mo share/locale/kk/LC_MESSAGES/plasma_applet_trash.mo share/locale/kk/LC_MESSAGES/plasma_applet_unitconverter.mo share/locale/kk/LC_MESSAGES/plasma_applet_weather.mo share/locale/kk/LC_MESSAGES/plasma_applet_weatherstation.mo share/locale/kk/LC_MESSAGES/plasma_applet_webbrowser.mo share/locale/kk/LC_MESSAGES/plasma_applet_webslice.mo share/locale/kk/LC_MESSAGES/plasma_applet_windowlist.mo share/locale/kk/LC_MESSAGES/plasma_appletscriptengine_dashboard.mo share/locale/kk/LC_MESSAGES/plasma_containmentactions_contextmenu.mo share/locale/kk/LC_MESSAGES/plasma_containmentactions_switchactivity.mo share/locale/kk/LC_MESSAGES/plasma_containmentactions_switchdesktop.mo share/locale/kk/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/kk/LC_MESSAGES/plasma_engine_calendar.mo share/locale/kk/LC_MESSAGES/plasma_engine_kalzium.mo share/locale/kk/LC_MESSAGES/plasma_engine_kdeobservatory.mo share/locale/kk/LC_MESSAGES/plasma_engine_keystate.mo share/locale/kk/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/kk/LC_MESSAGES/plasma_engine_metadata.mo share/locale/kk/LC_MESSAGES/plasma_engine_mpris2.mo share/locale/kk/LC_MESSAGES/plasma_engine_network.mo share/locale/kk/LC_MESSAGES/plasma_engine_notifications.mo share/locale/kk/LC_MESSAGES/plasma_engine_nowplaying.mo share/locale/kk/LC_MESSAGES/plasma_engine_rss.mo share/locale/kk/LC_MESSAGES/plasma_engine_share.mo share/locale/kk/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/kk/LC_MESSAGES/plasma_engine_weather.mo share/locale/kk/LC_MESSAGES/plasma_package_org.kde.desktop.activitymanager.mo share/locale/kk/LC_MESSAGES/plasma_package_org.kde.desktop.widgetexplorer.mo share/locale/kk/LC_MESSAGES/plasma_packagestructure_comic.mo share/locale/kk/LC_MESSAGES/plasma_runner_CharacterRunner.mo share/locale/kk/LC_MESSAGES/plasma_runner_activities.mo share/locale/kk/LC_MESSAGES/plasma_runner_audioplayercontrol.mo share/locale/kk/LC_MESSAGES/plasma_runner_bookmarksrunner.mo share/locale/kk/LC_MESSAGES/plasma_runner_browserhistory.mo share/locale/kk/LC_MESSAGES/plasma_runner_calculatorrunner.mo share/locale/kk/LC_MESSAGES/plasma_runner_contacts.mo share/locale/kk/LC_MESSAGES/plasma_runner_converterrunner.mo share/locale/kk/LC_MESSAGES/plasma_runner_datetime.mo share/locale/kk/LC_MESSAGES/plasma_runner_events.mo share/locale/kk/LC_MESSAGES/plasma_runner_katesessions.mo share/locale/kk/LC_MESSAGES/plasma_runner_kget.mo share/locale/kk/LC_MESSAGES/plasma_runner_kill.mo share/locale/kk/LC_MESSAGES/plasma_runner_konquerorsessions.mo share/locale/kk/LC_MESSAGES/plasma_runner_konsolesessions.mo share/locale/kk/LC_MESSAGES/plasma_runner_kopete.mo share/locale/kk/LC_MESSAGES/plasma_runner_krunner_dictionary.mo share/locale/kk/LC_MESSAGES/plasma_runner_locations.mo share/locale/kk/LC_MESSAGES/plasma_runner_marblerunner.mo share/locale/kk/LC_MESSAGES/plasma_runner_mediawiki.mo share/locale/kk/LC_MESSAGES/plasma_runner_nepomuksearchrunner.mo share/locale/kk/LC_MESSAGES/plasma_runner_placesrunner.mo share/locale/kk/LC_MESSAGES/plasma_runner_plasma-desktop.mo share/locale/kk/LC_MESSAGES/plasma_runner_powerdevil.mo share/locale/kk/LC_MESSAGES/plasma_runner_recentdocuments.mo share/locale/kk/LC_MESSAGES/plasma_runner_services.mo share/locale/kk/LC_MESSAGES/plasma_runner_sessions.mo share/locale/kk/LC_MESSAGES/plasma_runner_shell.mo share/locale/kk/LC_MESSAGES/plasma_runner_solid.mo share/locale/kk/LC_MESSAGES/plasma_runner_spellcheckrunner.mo share/locale/kk/LC_MESSAGES/plasma_runner_webshortcuts.mo share/locale/kk/LC_MESSAGES/plasma_runner_windowedwidgets.mo share/locale/kk/LC_MESSAGES/plasma_runner_windows.mo share/locale/kk/LC_MESSAGES/plasma_runner_youtube.mo share/locale/kk/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/kk/LC_MESSAGES/plasma_toolbox_desktoptoolbox.mo share/locale/kk/LC_MESSAGES/plasma_toolbox_paneltoolbox.mo share/locale/kk/LC_MESSAGES/plasma_wallpaper_color.mo share/locale/kk/LC_MESSAGES/plasma_wallpaper_image.mo share/locale/kk/LC_MESSAGES/plasma_wallpaper_mandelbrot.mo share/locale/kk/LC_MESSAGES/plasma_wallpaper_marble.mo share/locale/kk/LC_MESSAGES/plasma_wallpaper_pattern.mo share/locale/kk/LC_MESSAGES/plasma_wallpaper_potd.mo share/locale/kk/LC_MESSAGES/plasma_wallpaper_virus.mo share/locale/kk/LC_MESSAGES/plasma_wallpaper_wallpaper-qml.mo share/locale/kk/LC_MESSAGES/plasma_wallpaper_weather.mo share/locale/kk/LC_MESSAGES/plasmagenericshell.mo share/locale/kk/LC_MESSAGES/plasmapkg.mo share/locale/kk/LC_MESSAGES/pothumbnail.mo share/locale/kk/LC_MESSAGES/powerdevil.mo share/locale/kk/LC_MESSAGES/powerdevilactivitiesconfig.mo share/locale/kk/LC_MESSAGES/powerdevilglobalconfig.mo share/locale/kk/LC_MESSAGES/powerdevilprofilesconfig.mo share/locale/kk/LC_MESSAGES/print-manager.mo share/locale/kk/LC_MESSAGES/processcore.mo share/locale/kk/LC_MESSAGES/processui.mo share/locale/kk/LC_MESSAGES/randrmonitor.mo share/locale/kk/LC_MESSAGES/rellinks.mo share/locale/kk/LC_MESSAGES/rocs.mo share/locale/kk/LC_MESSAGES/rocscore.mo share/locale/kk/LC_MESSAGES/rocsvisualeditor.mo share/locale/kk/LC_MESSAGES/searchbarplugin.mo share/locale/kk/LC_MESSAGES/solid-hardware.mo share/locale/kk/LC_MESSAGES/solid-network.mo share/locale/kk/LC_MESSAGES/solid_qt.mo share/locale/kk/LC_MESSAGES/solidcontrol.mo share/locale/kk/LC_MESSAGES/soliduiserver.mo share/locale/kk/LC_MESSAGES/step.mo share/locale/kk/LC_MESSAGES/step_qt.mo share/locale/kk/LC_MESSAGES/strigila_diff.mo share/locale/kk/LC_MESSAGES/superkaramba.mo share/locale/kk/LC_MESSAGES/svgpart.mo share/locale/kk/LC_MESSAGES/sweeper.mo share/locale/kk/LC_MESSAGES/systemsettings.mo share/locale/kk/LC_MESSAGES/tasks-mobile.mo share/locale/kk/LC_MESSAGES/timezones4.mo share/locale/kk/LC_MESSAGES/uachangerplugin.mo share/locale/kk/LC_MESSAGES/umbrello.mo share/locale/kk/LC_MESSAGES/useraccount.mo share/locale/kk/LC_MESSAGES/validatorsplugin.mo share/locale/kk/LC_MESSAGES/webarchiver.mo share/locale/kk/LC_MESSAGES/xml_mimetypes.mo share/locale/kk/entry.desktop Index: head/misc/kde4-l10n-km/distinfo =================================================================== --- head/misc/kde4-l10n-km/distinfo (revision 318451) +++ head/misc/kde4-l10n-km/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/kde-l10n/kde-l10n-km-4.10.1.tar.xz) = 702804a3168c88555effacffc81a2f70d141e0b0573cfe852a96346cbf34e152 -SIZE (KDE/4.10.1/kde-l10n/kde-l10n-km-4.10.1.tar.xz) = 2216428 +SHA256 (KDE/4.10.3/kde-l10n/kde-l10n-km-4.10.3.tar.xz) = 2ce3d8a6a15ef68e0eaf1ff5195e6de253d7e4d2d1a58470b7686b85ecefc763 +SIZE (KDE/4.10.3/kde-l10n/kde-l10n-km-4.10.3.tar.xz) = 2220008 Index: head/misc/kde4-l10n-km/pkg-plist =================================================================== --- head/misc/kde4-l10n-km/pkg-plist (revision 318451) +++ head/misc/kde4-l10n-km/pkg-plist (revision 318452) @@ -1,699 +1,697 @@ share/locale/km/LC_MESSAGES/accountwizard.mo share/locale/km/LC_MESSAGES/accountwizard_ical.mo share/locale/km/LC_MESSAGES/accountwizard_imap.mo share/locale/km/LC_MESSAGES/accountwizard_kolab.mo share/locale/km/LC_MESSAGES/accountwizard_mailbox.mo share/locale/km/LC_MESSAGES/accountwizard_maildir.mo share/locale/km/LC_MESSAGES/accountwizard_pop3.mo share/locale/km/LC_MESSAGES/accountwizard_tine20.mo share/locale/km/LC_MESSAGES/adblock.mo share/locale/km/LC_MESSAGES/akonadi-filestore.mo share/locale/km/LC_MESSAGES/akonadi_archivemail_agent.mo share/locale/km/LC_MESSAGES/akonadi_birthdays_resource.mo share/locale/km/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/km/LC_MESSAGES/akonadi_davgroupware_resource.mo share/locale/km/LC_MESSAGES/akonadi_google_resource.mo share/locale/km/LC_MESSAGES/akonadi_ical_resource.mo share/locale/km/LC_MESSAGES/akonadi_imap_resource.mo share/locale/km/LC_MESSAGES/akonadi_invitations_agent.mo share/locale/km/LC_MESSAGES/akonadi_kabc_resource.mo share/locale/km/LC_MESSAGES/akonadi_kalarm_resource.mo share/locale/km/LC_MESSAGES/akonadi_kcal_resource.mo share/locale/km/LC_MESSAGES/akonadi_kdeaccounts_resource.mo share/locale/km/LC_MESSAGES/akonadi_knut_resource.mo share/locale/km/LC_MESSAGES/akonadi_kolabproxy_resource.mo share/locale/km/LC_MESSAGES/akonadi_kresourceassistant.mo share/locale/km/LC_MESSAGES/akonadi_localbookmarks_resource.mo share/locale/km/LC_MESSAGES/akonadi_maildir_resource.mo share/locale/km/LC_MESSAGES/akonadi_maildispatcher_agent.mo share/locale/km/LC_MESSAGES/akonadi_mailfilter_agent.mo share/locale/km/LC_MESSAGES/akonadi_mailtransport_resource.mo share/locale/km/LC_MESSAGES/akonadi_mbox_resource.mo share/locale/km/LC_MESSAGES/akonadi_microblog_resource.mo share/locale/km/LC_MESSAGES/akonadi_mixedmaildir_resource.mo share/locale/km/LC_MESSAGES/akonadi_nepomuk_feeder.mo share/locale/km/LC_MESSAGES/akonadi_nepomuktag_resource.mo share/locale/km/LC_MESSAGES/akonadi_next.mo share/locale/km/LC_MESSAGES/akonadi_nntp_resource.mo share/locale/km/LC_MESSAGES/akonadi_openxchange_resource.mo share/locale/km/LC_MESSAGES/akonadi_pop3_resource.mo share/locale/km/LC_MESSAGES/akonadi_serializer_plugins.mo share/locale/km/LC_MESSAGES/akonadi_singlefile_resource.mo share/locale/km/LC_MESSAGES/akonadi_strigi_feeder.mo share/locale/km/LC_MESSAGES/akonadi_vcard_resource.mo share/locale/km/LC_MESSAGES/akonadi_vcarddir_resource.mo share/locale/km/LC_MESSAGES/akonadicontact.mo share/locale/km/LC_MESSAGES/akonadinotes.mo share/locale/km/LC_MESSAGES/akonaditray.mo share/locale/km/LC_MESSAGES/akregator.mo share/locale/km/LC_MESSAGES/akregator_konqplugin.mo share/locale/km/LC_MESSAGES/amor.mo share/locale/km/LC_MESSAGES/ark.mo share/locale/km/LC_MESSAGES/attica_kde.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/bomber.mo share/locale/km/LC_MESSAGES/bovo.mo share/locale/km/LC_MESSAGES/calendarsupport.mo share/locale/km/LC_MESSAGES/cervisia.mo share/locale/km/LC_MESSAGES/cryptopageplugin.mo share/locale/km/LC_MESSAGES/cvsservice.mo share/locale/km/LC_MESSAGES/dirfilterplugin.mo share/locale/km/LC_MESSAGES/display.mo share/locale/km/LC_MESSAGES/dolphin.mo share/locale/km/LC_MESSAGES/domtreeviewer.mo share/locale/km/LC_MESSAGES/dragonplayer.mo share/locale/km/LC_MESSAGES/drkonqi.mo share/locale/km/LC_MESSAGES/filetypes.mo share/locale/km/LC_MESSAGES/freespacenotifier.mo share/locale/km/LC_MESSAGES/fsview.mo share/locale/km/LC_MESSAGES/granatier.mo share/locale/km/LC_MESSAGES/gwenview.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/importwizard.mo share/locale/km/LC_MESSAGES/jovie.mo share/locale/km/LC_MESSAGES/joystick.mo share/locale/km/LC_MESSAGES/juk.mo share/locale/km/LC_MESSAGES/kabc.mo share/locale/km/LC_MESSAGES/kabc_akonadi.mo share/locale/km/LC_MESSAGES/kabc_dir.mo share/locale/km/LC_MESSAGES/kabc_file.mo share/locale/km/LC_MESSAGES/kabc_ldapkio.mo share/locale/km/LC_MESSAGES/kabc_net.mo share/locale/km/LC_MESSAGES/kabcclient.mo share/locale/km/LC_MESSAGES/kabcformat_binary.mo share/locale/km/LC_MESSAGES/kaccess.mo share/locale/km/LC_MESSAGES/kactivitymanagerd.mo share/locale/km/LC_MESSAGES/kaddressbook-mobile.mo share/locale/km/LC_MESSAGES/kaddressbook.mo share/locale/km/LC_MESSAGES/kaddressbookmigrator.mo share/locale/km/LC_MESSAGES/kajongg.mo share/locale/km/LC_MESSAGES/kalarm.mo share/locale/km/LC_MESSAGES/kalgebra.mo share/locale/km/LC_MESSAGES/kalzium.mo share/locale/km/LC_MESSAGES/kanagram.mo share/locale/km/LC_MESSAGES/kapman.mo share/locale/km/LC_MESSAGES/kate-ctags-plugin.mo share/locale/km/LC_MESSAGES/kate.mo share/locale/km/LC_MESSAGES/kate_kttsd.mo share/locale/km/LC_MESSAGES/katebacktracebrowserplugin.mo share/locale/km/LC_MESSAGES/katebuild-plugin.mo share/locale/km/LC_MESSAGES/katefilebrowserplugin.mo share/locale/km/LC_MESSAGES/katefiletemplates.mo share/locale/km/LC_MESSAGES/kategdbplugin.mo share/locale/km/LC_MESSAGES/katehelloworld.mo share/locale/km/LC_MESSAGES/katekonsoleplugin.mo share/locale/km/LC_MESSAGES/katemailfilesplugin.mo share/locale/km/LC_MESSAGES/kateopenheader.mo share/locale/km/LC_MESSAGES/katepart4.mo share/locale/km/LC_MESSAGES/katesearch.mo share/locale/km/LC_MESSAGES/katesnippets_tng.mo share/locale/km/LC_MESSAGES/katesql.mo share/locale/km/LC_MESSAGES/katesymbolviewer.mo share/locale/km/LC_MESSAGES/katetabbarextension.mo share/locale/km/LC_MESSAGES/katetabifyplugin.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/kbattleship.mo share/locale/km/LC_MESSAGES/kblackbox.mo share/locale/km/LC_MESSAGES/kblankscrn.mo share/locale/km/LC_MESSAGES/kblocks.mo share/locale/km/LC_MESSAGES/kbounce.mo share/locale/km/LC_MESSAGES/kbreakout.mo share/locale/km/LC_MESSAGES/kbruch.mo share/locale/km/LC_MESSAGES/kcachegrind.mo share/locale/km/LC_MESSAGES/kcal_akonadi.mo share/locale/km/LC_MESSAGES/kcalc.mo share/locale/km/LC_MESSAGES/kcertpart.mo share/locale/km/LC_MESSAGES/kcharselect.mo share/locale/km/LC_MESSAGES/kcm-kwin-scripts.mo share/locale/km/LC_MESSAGES/kcm_akonadi.mo share/locale/km/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/km/LC_MESSAGES/kcm_attica.mo share/locale/km/LC_MESSAGES/kcm_autostart.mo share/locale/km/LC_MESSAGES/kcm_desktoppaths.mo share/locale/km/LC_MESSAGES/kcm_desktopthemedetails.mo share/locale/km/LC_MESSAGES/kcm_device_automounter.mo share/locale/km/LC_MESSAGES/kcm_emoticons.mo share/locale/km/LC_MESSAGES/kcm_infobase.mo share/locale/km/LC_MESSAGES/kcm_infosummary.mo -share/locale/km/LC_MESSAGES/kcm_krfb.mo share/locale/km/LC_MESSAGES/kcm_kwindesktop.mo share/locale/km/LC_MESSAGES/kcm_kwintabbox.mo share/locale/km/LC_MESSAGES/kcm_memory.mo share/locale/km/LC_MESSAGES/kcm_nepomuk.mo share/locale/km/LC_MESSAGES/kcm_pci.mo share/locale/km/LC_MESSAGES/kcm_phonon.mo share/locale/km/LC_MESSAGES/kcm_platform.mo share/locale/km/LC_MESSAGES/kcm_remotecontrol.mo share/locale/km/LC_MESSAGES/kcm_solid.mo share/locale/km/LC_MESSAGES/kcm_solid_actions.mo share/locale/km/LC_MESSAGES/kcm_standard_actions.mo share/locale/km/LC_MESSAGES/kcmaccess.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/kcmdevinfo.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/kcminit.mo share/locale/km/LC_MESSAGES/kcminput.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/kcmkdnssd.mo share/locale/km/LC_MESSAGES/kcmkeyboard.mo share/locale/km/LC_MESSAGES/kcmkeys.mo share/locale/km/LC_MESSAGES/kcmkgamma.mo share/locale/km/LC_MESSAGES/kcmkio.mo share/locale/km/LC_MESSAGES/kcmkonq.mo share/locale/km/LC_MESSAGES/kcmkonqhtml.mo share/locale/km/LC_MESSAGES/kcmkurifilt.mo share/locale/km/LC_MESSAGES/kcmkwallet.mo share/locale/km/LC_MESSAGES/kcmkwincompositing.mo share/locale/km/LC_MESSAGES/kcmkwindecoration.mo share/locale/km/LC_MESSAGES/kcmkwinrules.mo share/locale/km/LC_MESSAGES/kcmkwinscreenedges.mo share/locale/km/LC_MESSAGES/kcmkwm.mo share/locale/km/LC_MESSAGES/kcmlaunch.mo share/locale/km/LC_MESSAGES/kcmlocale.mo share/locale/km/LC_MESSAGES/kcmnic.mo share/locale/km/LC_MESSAGES/kcmnotify.mo share/locale/km/LC_MESSAGES/kcmopengl.mo share/locale/km/LC_MESSAGES/kcmperformance.mo share/locale/km/LC_MESSAGES/kcmsamba.mo share/locale/km/LC_MESSAGES/kcmscreensaver.mo share/locale/km/LC_MESSAGES/kcmshell.mo share/locale/km/LC_MESSAGES/kcmsmartcard.mo share/locale/km/LC_MESSAGES/kcmsmserver.mo share/locale/km/LC_MESSAGES/kcmstyle.mo share/locale/km/LC_MESSAGES/kcmusb.mo share/locale/km/LC_MESSAGES/kcmview1394.mo share/locale/km/LC_MESSAGES/kcmworkspaceoptions.mo share/locale/km/LC_MESSAGES/kcolorchooser.mo share/locale/km/LC_MESSAGES/kcron.mo share/locale/km/LC_MESSAGES/kde-menu.mo share/locale/km/LC_MESSAGES/kdebugdialog.mo share/locale/km/LC_MESSAGES/kdecalendarsystems.mo share/locale/km/LC_MESSAGES/kdelibs4.mo share/locale/km/LC_MESSAGES/kdelibs_colors4.mo share/locale/km/LC_MESSAGES/kdepasswd.mo share/locale/km/LC_MESSAGES/kdepim-runtime-qml.mo share/locale/km/LC_MESSAGES/kdeqt.mo share/locale/km/LC_MESSAGES/kdesu.mo share/locale/km/LC_MESSAGES/kdesud.mo share/locale/km/LC_MESSAGES/kdf.mo share/locale/km/LC_MESSAGES/kdgantt2.mo share/locale/km/LC_MESSAGES/kdialog.mo share/locale/km/LC_MESSAGES/kdiamond.mo share/locale/km/LC_MESSAGES/kdmconfig.mo share/locale/km/LC_MESSAGES/kdmgreet.mo share/locale/km/LC_MESSAGES/kdontchangethehostname.mo share/locale/km/LC_MESSAGES/keditbookmarks.mo share/locale/km/LC_MESSAGES/kfile.mo share/locale/km/LC_MESSAGES/kfile_dds.mo share/locale/km/LC_MESSAGES/kfile_drgeo.mo share/locale/km/LC_MESSAGES/kfile_exr.mo share/locale/km/LC_MESSAGES/kfile_kig.mo share/locale/km/LC_MESSAGES/kfile_mail.mo share/locale/km/LC_MESSAGES/kfile_pnm.mo share/locale/km/LC_MESSAGES/kfile_raw.mo share/locale/km/LC_MESSAGES/kfile_rgb.mo share/locale/km/LC_MESSAGES/kfile_rpm.mo share/locale/km/LC_MESSAGES/kfile_tiff.mo share/locale/km/LC_MESSAGES/kfile_xps.mo share/locale/km/LC_MESSAGES/kfileaudiopreview4.mo share/locale/km/LC_MESSAGES/kfilereplace.mo share/locale/km/LC_MESSAGES/kfileshare.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/kfontinst.mo share/locale/km/LC_MESSAGES/kfourinline.mo share/locale/km/LC_MESSAGES/kgeography.mo share/locale/km/LC_MESSAGES/kget.mo share/locale/km/LC_MESSAGES/kgetplugin.mo share/locale/km/LC_MESSAGES/kglobalaccel.mo share/locale/km/LC_MESSAGES/kgoldrunner.mo share/locale/km/LC_MESSAGES/kgpg.mo share/locale/km/LC_MESSAGES/kgreet_classic.mo share/locale/km/LC_MESSAGES/kgreet_generic.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/khotkeys.mo share/locale/km/LC_MESSAGES/khotnewstuff.mo share/locale/km/LC_MESSAGES/khtmlkttsd.mo share/locale/km/LC_MESSAGES/khtmlsettingsplugin.mo share/locale/km/LC_MESSAGES/kiconfinder.mo share/locale/km/LC_MESSAGES/kig.mo share/locale/km/LC_MESSAGES/kigo.mo share/locale/km/LC_MESSAGES/killbots.mo share/locale/km/LC_MESSAGES/kimagemapeditor.mo -share/locale/km/LC_MESSAGES/kinetd.mo share/locale/km/LC_MESSAGES/kinfocenter.mo share/locale/km/LC_MESSAGES/kio4.mo share/locale/km/LC_MESSAGES/kio_activities.mo share/locale/km/LC_MESSAGES/kio_akonadi.mo share/locale/km/LC_MESSAGES/kio_applications.mo share/locale/km/LC_MESSAGES/kio_archive.mo share/locale/km/LC_MESSAGES/kio_audiocd.mo share/locale/km/LC_MESSAGES/kio_bookmarks.mo share/locale/km/LC_MESSAGES/kio_finger.mo share/locale/km/LC_MESSAGES/kio_fish.mo share/locale/km/LC_MESSAGES/kio_floppy.mo share/locale/km/LC_MESSAGES/kio_help4.mo share/locale/km/LC_MESSAGES/kio_imap4.mo share/locale/km/LC_MESSAGES/kio_info.mo share/locale/km/LC_MESSAGES/kio_jabberdisco.mo share/locale/km/LC_MESSAGES/kio_ldap.mo share/locale/km/LC_MESSAGES/kio_man.mo share/locale/km/LC_MESSAGES/kio_mbox.mo share/locale/km/LC_MESSAGES/kio_nepomuk.mo share/locale/km/LC_MESSAGES/kio_nepomuksearch.mo share/locale/km/LC_MESSAGES/kio_nfs.mo share/locale/km/LC_MESSAGES/kio_nntp.mo share/locale/km/LC_MESSAGES/kio_pop3.mo share/locale/km/LC_MESSAGES/kio_recentdocuments.mo share/locale/km/LC_MESSAGES/kio_remote.mo share/locale/km/LC_MESSAGES/kio_sftp.mo share/locale/km/LC_MESSAGES/kio_sieve.mo share/locale/km/LC_MESSAGES/kio_smb.mo share/locale/km/LC_MESSAGES/kio_smtp.mo share/locale/km/LC_MESSAGES/kio_svn.mo share/locale/km/LC_MESSAGES/kio_thumbnail.mo share/locale/km/LC_MESSAGES/kio_timeline.mo share/locale/km/LC_MESSAGES/kio_trash.mo share/locale/km/LC_MESSAGES/kio_zeroconf.mo share/locale/km/LC_MESSAGES/kioclient.mo share/locale/km/LC_MESSAGES/kioexec.mo share/locale/km/LC_MESSAGES/kiriki.mo share/locale/km/LC_MESSAGES/kiten.mo share/locale/km/LC_MESSAGES/kjots.mo share/locale/km/LC_MESSAGES/kjotsmigrator.mo share/locale/km/LC_MESSAGES/kjumpingcube.mo share/locale/km/LC_MESSAGES/kleopatra.mo share/locale/km/LC_MESSAGES/klettres.mo share/locale/km/LC_MESSAGES/klines.mo share/locale/km/LC_MESSAGES/klinkstatus.mo share/locale/km/LC_MESSAGES/klipper.mo share/locale/km/LC_MESSAGES/klock.mo share/locale/km/LC_MESSAGES/kmag.mo share/locale/km/LC_MESSAGES/kmahjongg.mo share/locale/km/LC_MESSAGES/kmail-migrator.mo share/locale/km/LC_MESSAGES/kmail-mobile.mo share/locale/km/LC_MESSAGES/kmail.mo share/locale/km/LC_MESSAGES/kmailcvt.mo share/locale/km/LC_MESSAGES/kmenuedit.mo share/locale/km/LC_MESSAGES/kmimetypefinder.mo share/locale/km/LC_MESSAGES/kmines.mo share/locale/km/LC_MESSAGES/kmix.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/knetattach.mo share/locale/km/LC_MESSAGES/knetwalk.mo share/locale/km/LC_MESSAGES/knode.mo share/locale/km/LC_MESSAGES/knotes.mo share/locale/km/LC_MESSAGES/knotify4.mo share/locale/km/LC_MESSAGES/kolf.mo share/locale/km/LC_MESSAGES/kollision.mo share/locale/km/LC_MESSAGES/kolourpaint.mo share/locale/km/LC_MESSAGES/kommander.mo share/locale/km/LC_MESSAGES/kompare.mo share/locale/km/LC_MESSAGES/konqprofiles.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/konsoleprofiles.mo share/locale/km/LC_MESSAGES/kontact.mo share/locale/km/LC_MESSAGES/kontactinterfaces.mo share/locale/km/LC_MESSAGES/kopete.mo share/locale/km/LC_MESSAGES/korganizer-mobile.mo share/locale/km/LC_MESSAGES/korganizer.mo share/locale/km/LC_MESSAGES/kpartsaver.mo share/locale/km/LC_MESSAGES/kpasswdserver.mo share/locale/km/LC_MESSAGES/kpat.mo share/locale/km/LC_MESSAGES/kppp.mo share/locale/km/LC_MESSAGES/kppplogview.mo share/locale/km/LC_MESSAGES/kquitapp.mo share/locale/km/LC_MESSAGES/krandr.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/kres-migrator.mo share/locale/km/LC_MESSAGES/kres_blog.mo share/locale/km/LC_MESSAGES/kres_remote.mo share/locale/km/LC_MESSAGES/kresources_shared_akonadi.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/krunner.mo share/locale/km/LC_MESSAGES/ksaneplugin.mo share/locale/km/LC_MESSAGES/kscd.mo share/locale/km/LC_MESSAGES/kscreensaver.mo share/locale/km/LC_MESSAGES/ksendemail.mo share/locale/km/LC_MESSAGES/kshellcmdplugin.mo share/locale/km/LC_MESSAGES/kshisen.mo share/locale/km/LC_MESSAGES/kshorturifilter.mo share/locale/km/LC_MESSAGES/ksirk.mo share/locale/km/LC_MESSAGES/ksirkskineditor.mo share/locale/km/LC_MESSAGES/ksmserver.mo share/locale/km/LC_MESSAGES/ksnapshot.mo share/locale/km/LC_MESSAGES/kspaceduel.mo share/locale/km/LC_MESSAGES/ksplashthemes.mo share/locale/km/LC_MESSAGES/ksquares.mo share/locale/km/LC_MESSAGES/kstars.mo share/locale/km/LC_MESSAGES/kstart.mo share/locale/km/LC_MESSAGES/kstartperf.mo share/locale/km/LC_MESSAGES/kstyle_config.mo share/locale/km/LC_MESSAGES/kstyle_phase_config.mo share/locale/km/LC_MESSAGES/ksudoku.mo share/locale/km/LC_MESSAGES/ksysguard.mo share/locale/km/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/km/LC_MESSAGES/ksystemlog.mo share/locale/km/LC_MESSAGES/ksystraycmd.mo share/locale/km/LC_MESSAGES/kteatime.mo share/locale/km/LC_MESSAGES/ktesnippets_editor.mo share/locale/km/LC_MESSAGES/ktexteditor_codesnippets_core.mo share/locale/km/LC_MESSAGES/ktexteditor_plugins.mo share/locale/km/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/km/LC_MESSAGES/ktimer.mo share/locale/km/LC_MESSAGES/ktimetracker.mo share/locale/km/LC_MESSAGES/ktouch.mo share/locale/km/LC_MESSAGES/ktouchpadenabler.mo share/locale/km/LC_MESSAGES/ktraderclient.mo share/locale/km/LC_MESSAGES/ktron.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/kubrick.mo share/locale/km/LC_MESSAGES/kuiserver.mo share/locale/km/LC_MESSAGES/kuiviewer.mo share/locale/km/LC_MESSAGES/kurifilter.mo share/locale/km/LC_MESSAGES/kuser.mo share/locale/km/LC_MESSAGES/kwalletd.mo share/locale/km/LC_MESSAGES/kwalletmanager.mo share/locale/km/LC_MESSAGES/kwatchgnupg.mo share/locale/km/LC_MESSAGES/kwin.mo share/locale/km/LC_MESSAGES/kwin_art_clients.mo share/locale/km/LC_MESSAGES/kwin_clients.mo share/locale/km/LC_MESSAGES/kwin_effects.mo share/locale/km/LC_MESSAGES/kwinshutdown.mo share/locale/km/LC_MESSAGES/kwinstartmenu.mo share/locale/km/LC_MESSAGES/kwordquiz.mo share/locale/km/LC_MESSAGES/kwrite.mo share/locale/km/LC_MESSAGES/kwriteconfig.mo share/locale/km/LC_MESSAGES/kxkb.mo share/locale/km/LC_MESSAGES/kxsconfig.mo share/locale/km/LC_MESSAGES/lancelot.mo share/locale/km/LC_MESSAGES/libakonadi-calendar.mo share/locale/km/LC_MESSAGES/libakonadi-kmime.mo share/locale/km/LC_MESSAGES/libakonadi.mo share/locale/km/LC_MESSAGES/libkalarmcal.mo share/locale/km/LC_MESSAGES/libkasten.mo share/locale/km/LC_MESSAGES/libkblog.mo share/locale/km/LC_MESSAGES/libkcal.mo share/locale/km/LC_MESSAGES/libkcalutils.mo share/locale/km/LC_MESSAGES/libkcddb.mo share/locale/km/LC_MESSAGES/libkcompactdisc.mo share/locale/km/LC_MESSAGES/libkdcraw.mo share/locale/km/LC_MESSAGES/libkdecorations.mo share/locale/km/LC_MESSAGES/libkdeedu.mo share/locale/km/LC_MESSAGES/libkdegames.mo share/locale/km/LC_MESSAGES/libkdepim.mo share/locale/km/LC_MESSAGES/libkexiv2.mo share/locale/km/LC_MESSAGES/libkholidays.mo share/locale/km/LC_MESSAGES/libkimap.mo share/locale/km/LC_MESSAGES/libkldap.mo share/locale/km/LC_MESSAGES/libkleopatra.mo share/locale/km/LC_MESSAGES/libkmahjongg.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/libkpimidentities.mo share/locale/km/LC_MESSAGES/libkpimtextedit.mo share/locale/km/LC_MESSAGES/libkpimutils.mo share/locale/km/LC_MESSAGES/libkresources.mo share/locale/km/LC_MESSAGES/libksane.mo share/locale/km/LC_MESSAGES/libkscreensaver.mo share/locale/km/LC_MESSAGES/libksieve.mo share/locale/km/LC_MESSAGES/libktnef.mo share/locale/km/LC_MESSAGES/libkworkspace.mo share/locale/km/LC_MESSAGES/libkxmlrpcclient.mo share/locale/km/LC_MESSAGES/liblancelot-datamodels.mo share/locale/km/LC_MESSAGES/libmailimporter.mo share/locale/km/LC_MESSAGES/libmailtransport.mo share/locale/km/LC_MESSAGES/libmessagecore.mo share/locale/km/LC_MESSAGES/libmessagelist.mo share/locale/km/LC_MESSAGES/libmessageviewer.mo share/locale/km/LC_MESSAGES/liboktetakasten.mo share/locale/km/LC_MESSAGES/libphonon.mo share/locale/km/LC_MESSAGES/libplasma.mo share/locale/km/LC_MESSAGES/libplasma_groupingcontainment.mo share/locale/km/LC_MESSAGES/libplasmaclock.mo share/locale/km/LC_MESSAGES/libplasmaweather.mo share/locale/km/LC_MESSAGES/libtaskmanager.mo share/locale/km/LC_MESSAGES/libtemplateparser.mo share/locale/km/LC_MESSAGES/lokalize.mo share/locale/km/LC_MESSAGES/lskat.mo share/locale/km/LC_MESSAGES/mailreader.mo share/locale/km/LC_MESSAGES/marble.mo share/locale/km/LC_MESSAGES/marble_qt.mo share/locale/km/LC_MESSAGES/messageviewer_text_calendar_plugin.mo share/locale/km/LC_MESSAGES/messageviewer_text_vcard_plugin.mo share/locale/km/LC_MESSAGES/messageviewer_text_xdiff_plugin.mo share/locale/km/LC_MESSAGES/mf_konqplugin.mo share/locale/km/LC_MESSAGES/minitoolsplugin.mo share/locale/km/LC_MESSAGES/mplayerthumbs.mo share/locale/km/LC_MESSAGES/mplayerthumbsconfig.mo share/locale/km/LC_MESSAGES/nepomukbackup.mo share/locale/km/LC_MESSAGES/nepomukcontroller.mo share/locale/km/LC_MESSAGES/nepomukfileindexer.mo share/locale/km/LC_MESSAGES/nepomukqueryservice.mo share/locale/km/LC_MESSAGES/nepomukserver.mo share/locale/km/LC_MESSAGES/nepomukservicestub.mo share/locale/km/LC_MESSAGES/nepomukstorage.mo share/locale/km/LC_MESSAGES/nsplugin.mo share/locale/km/LC_MESSAGES/okteta.mo share/locale/km/LC_MESSAGES/oktetapart.mo share/locale/km/LC_MESSAGES/okular.mo share/locale/km/LC_MESSAGES/okular_chm.mo share/locale/km/LC_MESSAGES/okular_comicbook.mo share/locale/km/LC_MESSAGES/okular_djvu.mo share/locale/km/LC_MESSAGES/okular_dvi.mo share/locale/km/LC_MESSAGES/okular_epub.mo share/locale/km/LC_MESSAGES/okular_fax.mo share/locale/km/LC_MESSAGES/okular_fictionbook.mo share/locale/km/LC_MESSAGES/okular_ghostview.mo share/locale/km/LC_MESSAGES/okular_kimgio.mo share/locale/km/LC_MESSAGES/okular_mobi.mo share/locale/km/LC_MESSAGES/okular_ooo.mo share/locale/km/LC_MESSAGES/okular_plucker.mo share/locale/km/LC_MESSAGES/okular_poppler.mo share/locale/km/LC_MESSAGES/okular_tiff.mo share/locale/km/LC_MESSAGES/okular_xps.mo share/locale/km/LC_MESSAGES/palapeli.mo share/locale/km/LC_MESSAGES/parley.mo share/locale/km/LC_MESSAGES/phonon_kde.mo share/locale/km/LC_MESSAGES/phononserver.mo share/locale/km/LC_MESSAGES/pimsettingexporter.mo share/locale/km/LC_MESSAGES/plasma-desktop.mo share/locale/km/LC_MESSAGES/plasma-netbook.mo share/locale/km/LC_MESSAGES/plasma-overlay.mo share/locale/km/LC_MESSAGES/plasma-remote-helper.mo share/locale/km/LC_MESSAGES/plasma-windowed.mo share/locale/km/LC_MESSAGES/plasma_applet_BbalL.mo share/locale/km/LC_MESSAGES/plasma_applet_CharSelectApplet.mo share/locale/km/LC_MESSAGES/plasma_applet_akonotes_note.mo share/locale/km/LC_MESSAGES/plasma_applet_battery.mo share/locale/km/LC_MESSAGES/plasma_applet_binaryclock.mo share/locale/km/LC_MESSAGES/plasma_applet_bookmarks.mo share/locale/km/LC_MESSAGES/plasma_applet_bubblemon.mo share/locale/km/LC_MESSAGES/plasma_applet_calculator.mo share/locale/km/LC_MESSAGES/plasma_applet_clock.mo share/locale/km/LC_MESSAGES/plasma_applet_comic.mo share/locale/km/LC_MESSAGES/plasma_applet_currentappcontrol.mo share/locale/km/LC_MESSAGES/plasma_applet_dig_clock.mo share/locale/km/LC_MESSAGES/plasma_applet_fifteenPuzzle.mo share/locale/km/LC_MESSAGES/plasma_applet_fileWatcher.mo share/locale/km/LC_MESSAGES/plasma_applet_folderview.mo share/locale/km/LC_MESSAGES/plasma_applet_frame.mo share/locale/km/LC_MESSAGES/plasma_applet_fuzzy_clock.mo share/locale/km/LC_MESSAGES/plasma_applet_groupingpanel.mo share/locale/km/LC_MESSAGES/plasma_applet_icon.mo share/locale/km/LC_MESSAGES/plasma_applet_icontasks.mo share/locale/km/LC_MESSAGES/plasma_applet_incomingmsg.mo share/locale/km/LC_MESSAGES/plasma_applet_kalzium.mo share/locale/km/LC_MESSAGES/plasma_applet_katesession.mo share/locale/km/LC_MESSAGES/plasma_applet_kdeobservatory.mo share/locale/km/LC_MESSAGES/plasma_applet_kget.mo share/locale/km/LC_MESSAGES/plasma_applet_kimpanel.mo share/locale/km/LC_MESSAGES/plasma_applet_knowledgebase.mo share/locale/km/LC_MESSAGES/plasma_applet_kolourpicker.mo share/locale/km/LC_MESSAGES/plasma_applet_kpapplet.mo share/locale/km/LC_MESSAGES/plasma_applet_launcher.mo share/locale/km/LC_MESSAGES/plasma_applet_leavenote.mo share/locale/km/LC_MESSAGES/plasma_applet_life.mo share/locale/km/LC_MESSAGES/plasma_applet_lockout.mo share/locale/km/LC_MESSAGES/plasma_applet_luna.mo share/locale/km/LC_MESSAGES/plasma_applet_magnifique.mo share/locale/km/LC_MESSAGES/plasma_applet_microblog.mo share/locale/km/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/km/LC_MESSAGES/plasma_applet_news.mo share/locale/km/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/km/LC_MESSAGES/plasma_applet_notes.mo share/locale/km/LC_MESSAGES/plasma_applet_notifier.mo share/locale/km/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/km/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/km/LC_MESSAGES/plasma_applet_opendesktop_activities.mo share/locale/km/LC_MESSAGES/plasma_applet_org.kde.notifications.mo share/locale/km/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/km/LC_MESSAGES/plasma_applet_pager.mo share/locale/km/LC_MESSAGES/plasma_applet_panel.mo share/locale/km/LC_MESSAGES/plasma_applet_panelspacer_internal.mo share/locale/km/LC_MESSAGES/plasma_applet_paste.mo share/locale/km/LC_MESSAGES/plasma_applet_pastebin.mo share/locale/km/LC_MESSAGES/plasma_applet_plasmaboard.mo share/locale/km/LC_MESSAGES/plasma_applet_previewer.mo share/locale/km/LC_MESSAGES/plasma_applet_printmanager.mo share/locale/km/LC_MESSAGES/plasma_applet_qalculate.mo share/locale/km/LC_MESSAGES/plasma_applet_qstardict.mo share/locale/km/LC_MESSAGES/plasma_applet_quicklaunch.mo share/locale/km/LC_MESSAGES/plasma_applet_rssnow.mo share/locale/km/LC_MESSAGES/plasma_applet_rtm.mo share/locale/km/LC_MESSAGES/plasma_applet_sal.mo share/locale/km/LC_MESSAGES/plasma_applet_saverdesktop.mo share/locale/km/LC_MESSAGES/plasma_applet_searchbox.mo share/locale/km/LC_MESSAGES/plasma_applet_showdashboard.mo share/locale/km/LC_MESSAGES/plasma_applet_showdesktop.mo share/locale/km/LC_MESSAGES/plasma_applet_skapplet.mo share/locale/km/LC_MESSAGES/plasma_applet_spellcheck.mo share/locale/km/LC_MESSAGES/plasma_applet_system-monitor.mo share/locale/km/LC_MESSAGES/plasma_applet_systemloadviewer.mo share/locale/km/LC_MESSAGES/plasma_applet_systemtray.mo share/locale/km/LC_MESSAGES/plasma_applet_tasks.mo share/locale/km/LC_MESSAGES/plasma_applet_timer.mo share/locale/km/LC_MESSAGES/plasma_applet_trash.mo share/locale/km/LC_MESSAGES/plasma_applet_unitconverter.mo share/locale/km/LC_MESSAGES/plasma_applet_weather.mo share/locale/km/LC_MESSAGES/plasma_applet_weatherstation.mo share/locale/km/LC_MESSAGES/plasma_applet_webbrowser.mo share/locale/km/LC_MESSAGES/plasma_applet_webslice.mo share/locale/km/LC_MESSAGES/plasma_applet_windowlist.mo share/locale/km/LC_MESSAGES/plasma_appletscriptengine_dashboard.mo share/locale/km/LC_MESSAGES/plasma_containmentactions_contextmenu.mo share/locale/km/LC_MESSAGES/plasma_containmentactions_switchactivity.mo share/locale/km/LC_MESSAGES/plasma_containmentactions_switchdesktop.mo share/locale/km/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/km/LC_MESSAGES/plasma_engine_calendar.mo share/locale/km/LC_MESSAGES/plasma_engine_kalzium.mo share/locale/km/LC_MESSAGES/plasma_engine_kdeobservatory.mo share/locale/km/LC_MESSAGES/plasma_engine_keystate.mo share/locale/km/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/km/LC_MESSAGES/plasma_engine_metadata.mo share/locale/km/LC_MESSAGES/plasma_engine_mpris2.mo share/locale/km/LC_MESSAGES/plasma_engine_network.mo share/locale/km/LC_MESSAGES/plasma_engine_notifications.mo share/locale/km/LC_MESSAGES/plasma_engine_nowplaying.mo share/locale/km/LC_MESSAGES/plasma_engine_rss.mo share/locale/km/LC_MESSAGES/plasma_engine_share.mo share/locale/km/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/km/LC_MESSAGES/plasma_engine_weather.mo share/locale/km/LC_MESSAGES/plasma_package_org.kde.desktop.activitymanager.mo share/locale/km/LC_MESSAGES/plasma_package_org.kde.desktop.widgetexplorer.mo share/locale/km/LC_MESSAGES/plasma_packagestructure_comic.mo share/locale/km/LC_MESSAGES/plasma_runner_CharacterRunner.mo share/locale/km/LC_MESSAGES/plasma_runner_activities.mo share/locale/km/LC_MESSAGES/plasma_runner_audioplayercontrol.mo share/locale/km/LC_MESSAGES/plasma_runner_bookmarksrunner.mo share/locale/km/LC_MESSAGES/plasma_runner_browserhistory.mo share/locale/km/LC_MESSAGES/plasma_runner_calculatorrunner.mo share/locale/km/LC_MESSAGES/plasma_runner_contacts.mo share/locale/km/LC_MESSAGES/plasma_runner_converterrunner.mo share/locale/km/LC_MESSAGES/plasma_runner_datetime.mo share/locale/km/LC_MESSAGES/plasma_runner_events.mo share/locale/km/LC_MESSAGES/plasma_runner_katesessions.mo share/locale/km/LC_MESSAGES/plasma_runner_kget.mo share/locale/km/LC_MESSAGES/plasma_runner_kill.mo share/locale/km/LC_MESSAGES/plasma_runner_konquerorsessions.mo share/locale/km/LC_MESSAGES/plasma_runner_konsolesessions.mo share/locale/km/LC_MESSAGES/plasma_runner_kopete.mo share/locale/km/LC_MESSAGES/plasma_runner_krunner_dictionary.mo share/locale/km/LC_MESSAGES/plasma_runner_locations.mo share/locale/km/LC_MESSAGES/plasma_runner_mediawiki.mo share/locale/km/LC_MESSAGES/plasma_runner_nepomuksearchrunner.mo share/locale/km/LC_MESSAGES/plasma_runner_placesrunner.mo share/locale/km/LC_MESSAGES/plasma_runner_plasma-desktop.mo share/locale/km/LC_MESSAGES/plasma_runner_powerdevil.mo share/locale/km/LC_MESSAGES/plasma_runner_recentdocuments.mo share/locale/km/LC_MESSAGES/plasma_runner_services.mo share/locale/km/LC_MESSAGES/plasma_runner_sessions.mo share/locale/km/LC_MESSAGES/plasma_runner_shell.mo share/locale/km/LC_MESSAGES/plasma_runner_solid.mo share/locale/km/LC_MESSAGES/plasma_runner_spellcheckrunner.mo share/locale/km/LC_MESSAGES/plasma_runner_webshortcuts.mo share/locale/km/LC_MESSAGES/plasma_runner_windowedwidgets.mo share/locale/km/LC_MESSAGES/plasma_runner_windows.mo share/locale/km/LC_MESSAGES/plasma_runner_youtube.mo share/locale/km/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/km/LC_MESSAGES/plasma_toolbox_desktoptoolbox.mo share/locale/km/LC_MESSAGES/plasma_toolbox_paneltoolbox.mo share/locale/km/LC_MESSAGES/plasma_wallpaper_color.mo share/locale/km/LC_MESSAGES/plasma_wallpaper_image.mo share/locale/km/LC_MESSAGES/plasma_wallpaper_mandelbrot.mo share/locale/km/LC_MESSAGES/plasma_wallpaper_marble.mo share/locale/km/LC_MESSAGES/plasma_wallpaper_pattern.mo share/locale/km/LC_MESSAGES/plasma_wallpaper_potd.mo share/locale/km/LC_MESSAGES/plasma_wallpaper_virus.mo share/locale/km/LC_MESSAGES/plasma_wallpaper_weather.mo share/locale/km/LC_MESSAGES/plasmagenericshell.mo share/locale/km/LC_MESSAGES/plasmapkg.mo share/locale/km/LC_MESSAGES/powerdevil.mo share/locale/km/LC_MESSAGES/powerdevilactivitiesconfig.mo share/locale/km/LC_MESSAGES/powerdevilglobalconfig.mo share/locale/km/LC_MESSAGES/powerdevilprofilesconfig.mo share/locale/km/LC_MESSAGES/print-manager.mo share/locale/km/LC_MESSAGES/processcore.mo share/locale/km/LC_MESSAGES/processui.mo share/locale/km/LC_MESSAGES/randrmonitor.mo share/locale/km/LC_MESSAGES/rellinks.mo share/locale/km/LC_MESSAGES/searchbarplugin.mo share/locale/km/LC_MESSAGES/solid-hardware.mo share/locale/km/LC_MESSAGES/solid-network.mo share/locale/km/LC_MESSAGES/solid_qt.mo share/locale/km/LC_MESSAGES/solidcontrol.mo share/locale/km/LC_MESSAGES/soliduiserver.mo share/locale/km/LC_MESSAGES/step.mo share/locale/km/LC_MESSAGES/step_qt.mo share/locale/km/LC_MESSAGES/strigila_diff.mo share/locale/km/LC_MESSAGES/superkaramba.mo share/locale/km/LC_MESSAGES/svgpart.mo share/locale/km/LC_MESSAGES/sweeper.mo share/locale/km/LC_MESSAGES/systemsettings.mo share/locale/km/LC_MESSAGES/tasks-mobile.mo share/locale/km/LC_MESSAGES/timezones4.mo share/locale/km/LC_MESSAGES/uachangerplugin.mo share/locale/km/LC_MESSAGES/umbrello.mo share/locale/km/LC_MESSAGES/useraccount.mo share/locale/km/LC_MESSAGES/validatorsplugin.mo share/locale/km/LC_MESSAGES/webarchiver.mo share/locale/km/LC_MESSAGES/xml_mimetypes.mo share/locale/km/entry.desktop share/locale/km/flag.png Index: head/misc/kde4-l10n-lt/distinfo =================================================================== --- head/misc/kde4-l10n-lt/distinfo (revision 318451) +++ head/misc/kde4-l10n-lt/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/kde-l10n/kde-l10n-lt-4.10.1.tar.xz) = ea8bc8f7ba7cc068933af278b1d0b56d14487de34c8629d15385c3827864c03c -SIZE (KDE/4.10.1/kde-l10n/kde-l10n-lt-4.10.1.tar.xz) = 12974368 +SHA256 (KDE/4.10.3/kde-l10n/kde-l10n-lt-4.10.3.tar.xz) = bfa304b84092afe7726a3866137620b32814a1ade4f5426b39608cd26d1f0877 +SIZE (KDE/4.10.3/kde-l10n/kde-l10n-lt-4.10.3.tar.xz) = 12986256 Index: head/misc/kde4-l10n-lt/pkg-plist =================================================================== --- head/misc/kde4-l10n-lt/pkg-plist (revision 318451) +++ head/misc/kde4-l10n-lt/pkg-plist (revision 318452) @@ -1,1178 +1,1176 @@ share/apps/klettres/lt.txt share/apps/klettres/lt/alpha/a-1.ogg share/apps/klettres/lt/alpha/a-2.ogg share/apps/klettres/lt/alpha/b.ogg share/apps/klettres/lt/alpha/c-1.ogg share/apps/klettres/lt/alpha/c-2.ogg share/apps/klettres/lt/alpha/d.ogg share/apps/klettres/lt/alpha/e-1.ogg share/apps/klettres/lt/alpha/e-2.ogg share/apps/klettres/lt/alpha/e-3.ogg share/apps/klettres/lt/alpha/f.ogg share/apps/klettres/lt/alpha/g.ogg share/apps/klettres/lt/alpha/h.ogg share/apps/klettres/lt/alpha/i-1.ogg share/apps/klettres/lt/alpha/i-2.ogg share/apps/klettres/lt/alpha/j.ogg share/apps/klettres/lt/alpha/k.ogg share/apps/klettres/lt/alpha/l.ogg share/apps/klettres/lt/alpha/m.ogg share/apps/klettres/lt/alpha/n.ogg share/apps/klettres/lt/alpha/o.ogg share/apps/klettres/lt/alpha/p.ogg share/apps/klettres/lt/alpha/r.ogg share/apps/klettres/lt/alpha/s-1.ogg share/apps/klettres/lt/alpha/s-2.ogg share/apps/klettres/lt/alpha/t.ogg share/apps/klettres/lt/alpha/u-1.ogg share/apps/klettres/lt/alpha/u-2.ogg share/apps/klettres/lt/alpha/u-3.ogg share/apps/klettres/lt/alpha/v.ogg share/apps/klettres/lt/alpha/y.ogg share/apps/klettres/lt/alpha/z-1.ogg share/apps/klettres/lt/alpha/z-2.ogg share/apps/klettres/lt/sounds.xml share/apps/klettres/lt/syllab/al.ogg share/apps/klettres/lt/syllab/am.ogg share/apps/klettres/lt/syllab/an.ogg share/apps/klettres/lt/syllab/ar.ogg share/apps/klettres/lt/syllab/au.ogg share/apps/klettres/lt/syllab/bals.ogg share/apps/klettres/lt/syllab/bels.ogg share/apps/klettres/lt/syllab/bus.ogg share/apps/klettres/lt/syllab/duos.ogg share/apps/klettres/lt/syllab/dz2iu.ogg share/apps/klettres/lt/syllab/dzin.ogg share/apps/klettres/lt/syllab/eu.ogg share/apps/klettres/lt/syllab/fui.ogg share/apps/klettres/lt/syllab/gros.ogg share/apps/klettres/lt/syllab/ie.ogg share/apps/klettres/lt/syllab/il.ogg share/apps/klettres/lt/syllab/im.ogg share/apps/klettres/lt/syllab/in.ogg share/apps/klettres/lt/syllab/ir.ogg share/apps/klettres/lt/syllab/jau.ogg share/apps/klettres/lt/syllab/jei.ogg share/apps/klettres/lt/syllab/ji.ogg share/apps/klettres/lt/syllab/jie.ogg share/apps/klettres/lt/syllab/jis.ogg share/apps/klettres/lt/syllab/joks.ogg share/apps/klettres/lt/syllab/juos.ogg share/apps/klettres/lt/syllab/jus.ogg share/apps/klettres/lt/syllab/kaip.ogg share/apps/klettres/lt/syllab/kas.ogg share/apps/klettres/lt/syllab/kilo.ogg share/apps/klettres/lt/syllab/ko.ogg share/apps/klettres/lt/syllab/lai.ogg share/apps/klettres/lt/syllab/le3k.ogg share/apps/klettres/lt/syllab/leis.ogg share/apps/klettres/lt/syllab/lis.ogg share/apps/klettres/lt/syllab/lok.ogg share/apps/klettres/lt/syllab/mels.ogg share/apps/klettres/lt/syllab/mes.ogg share/apps/klettres/lt/syllab/mur.ogg share/apps/klettres/lt/syllab/na.ogg share/apps/klettres/lt/syllab/ne.ogg share/apps/klettres/lt/syllab/ne3r.ogg share/apps/klettres/lt/syllab/nes2.ogg share/apps/klettres/lt/syllab/nors.ogg share/apps/klettres/lt/syllab/ou.ogg share/apps/klettres/lt/syllab/pats.ogg share/apps/klettres/lt/syllab/pur.ogg share/apps/klettres/lt/syllab/ras.ogg share/apps/klettres/lt/syllab/re3k.ogg share/apps/klettres/lt/syllab/ries.ogg share/apps/klettres/lt/syllab/s2a.ogg share/apps/klettres/lt/syllab/s2als.ogg share/apps/klettres/lt/syllab/s2ok.ogg share/apps/klettres/lt/syllab/tai.ogg share/apps/klettres/lt/syllab/taip.ogg share/apps/klettres/lt/syllab/teis.ogg share/apps/klettres/lt/syllab/ties.ogg share/apps/klettres/lt/syllab/tuoj.ogg share/apps/klettres/lt/syllab/tuos.ogg share/apps/klettres/lt/syllab/tur.ogg share/apps/klettres/lt/syllab/ul.ogg share/apps/klettres/lt/syllab/um.ogg share/apps/klettres/lt/syllab/un.ogg share/apps/klettres/lt/syllab/uo.ogg share/apps/klettres/lt/syllab/ur.ogg share/apps/klettres/lt/syllab/ve3l.ogg share/apps/klettres/lt/syllab/vis.ogg share/apps/klettres/lt/syllab/vok.ogg share/apps/klettres/lt/syllab/yra.ogg share/apps/klettres/lt/syllab/zip.ogg share/apps/ktuberling/sounds/lt.soundtheme share/apps/ktuberling/sounds/lt/ball.ogg share/apps/ktuberling/sounds/lt/bow.ogg share/apps/ktuberling/sounds/lt/coat.ogg share/apps/ktuberling/sounds/lt/ear.ogg share/apps/ktuberling/sounds/lt/earring.ogg share/apps/ktuberling/sounds/lt/egypt_arch.ogg share/apps/ktuberling/sounds/lt/egypt_birds.ogg share/apps/ktuberling/sounds/lt/egypt_boy.ogg share/apps/ktuberling/sounds/lt/egypt_bridge.ogg share/apps/ktuberling/sounds/lt/egypt_camel.ogg share/apps/ktuberling/sounds/lt/egypt_cart.ogg share/apps/ktuberling/sounds/lt/egypt_column.ogg share/apps/ktuberling/sounds/lt/egypt_donkey.ogg share/apps/ktuberling/sounds/lt/egypt_girl.ogg share/apps/ktuberling/sounds/lt/egypt_grass.ogg share/apps/ktuberling/sounds/lt/egypt_man.ogg share/apps/ktuberling/sounds/lt/egypt_oasis.ogg share/apps/ktuberling/sounds/lt/egypt_palmtree.ogg share/apps/ktuberling/sounds/lt/egypt_pyramid.ogg share/apps/ktuberling/sounds/lt/egypt_road.ogg share/apps/ktuberling/sounds/lt/egypt_sphynx.ogg share/apps/ktuberling/sounds/lt/egypt_well.ogg share/apps/ktuberling/sounds/lt/egypt_woman.ogg share/apps/ktuberling/sounds/lt/eye.ogg share/apps/ktuberling/sounds/lt/eyebrow.ogg share/apps/ktuberling/sounds/lt/flower.ogg share/apps/ktuberling/sounds/lt/frier-tux.ogg share/apps/ktuberling/sounds/lt/guard-tux.ogg share/apps/ktuberling/sounds/lt/hair.ogg share/apps/ktuberling/sounds/lt/hat.ogg share/apps/ktuberling/sounds/lt/kid-tux.ogg share/apps/ktuberling/sounds/lt/little-tux.ogg share/apps/ktuberling/sounds/lt/maiden-tux.ogg share/apps/ktuberling/sounds/lt/moon_alien.ogg share/apps/ktuberling/sounds/lt/moon_astronaut.ogg share/apps/ktuberling/sounds/lt/moon_earth.ogg share/apps/ktuberling/sounds/lt/moon_fallingstar.ogg share/apps/ktuberling/sounds/lt/moon_hotel.ogg share/apps/ktuberling/sounds/lt/moon_monster.ogg share/apps/ktuberling/sounds/lt/moon_moonwalker.ogg share/apps/ktuberling/sounds/lt/moon_planet.ogg share/apps/ktuberling/sounds/lt/moon_radar.ogg share/apps/ktuberling/sounds/lt/moon_rocket.ogg share/apps/ktuberling/sounds/lt/moon_satellite.ogg share/apps/ktuberling/sounds/lt/moon_sign.ogg share/apps/ktuberling/sounds/lt/moon_star.ogg share/apps/ktuberling/sounds/lt/moon_ufo.ogg share/apps/ktuberling/sounds/lt/moustache.ogg share/apps/ktuberling/sounds/lt/mouth.ogg share/apps/ktuberling/sounds/lt/nose.ogg share/apps/ktuberling/sounds/lt/pizzeria_anchovy.ogg share/apps/ktuberling/sounds/lt/pizzeria_bacon.ogg share/apps/ktuberling/sounds/lt/pizzeria_broccolli.ogg share/apps/ktuberling/sounds/lt/pizzeria_cheese.ogg share/apps/ktuberling/sounds/lt/pizzeria_cucumber.ogg share/apps/ktuberling/sounds/lt/pizzeria_mushroom.ogg share/apps/ktuberling/sounds/lt/pizzeria_olive.ogg share/apps/ktuberling/sounds/lt/pizzeria_onion.ogg share/apps/ktuberling/sounds/lt/pizzeria_oregano.ogg share/apps/ktuberling/sounds/lt/pizzeria_pepper.ogg share/apps/ktuberling/sounds/lt/pizzeria_pepperoni.ogg share/apps/ktuberling/sounds/lt/pizzeria_pineapple.ogg share/apps/ktuberling/sounds/lt/pizzeria_salami.ogg share/apps/ktuberling/sounds/lt/pizzeria_tomato.ogg share/apps/ktuberling/sounds/lt/prince-tux.ogg share/apps/ktuberling/sounds/lt/robin-tux.ogg share/apps/ktuberling/sounds/lt/sherif-tux.ogg share/apps/ktuberling/sounds/lt/shoe.ogg share/apps/ktuberling/sounds/lt/shorts.ogg share/apps/ktuberling/sounds/lt/skirt.ogg share/apps/ktuberling/sounds/lt/spectacles.ogg share/apps/ktuberling/sounds/lt/stick.ogg share/apps/ktuberling/sounds/lt/sunglasses.ogg share/apps/ktuberling/sounds/lt/tie.ogg share/apps/ktuberling/sounds/lt/tux-angry.ogg share/apps/ktuberling/sounds/lt/tux-apple.ogg share/apps/ktuberling/sounds/lt/tux-arrow.ogg share/apps/ktuberling/sounds/lt/tux-arrows.ogg share/apps/ktuberling/sounds/lt/tux-bow.ogg share/apps/ktuberling/sounds/lt/tux-bullseye.ogg share/apps/ktuberling/sounds/lt/tux-candles.ogg share/apps/ktuberling/sounds/lt/tux-dowe.ogg share/apps/ktuberling/sounds/lt/tux-fish.ogg share/apps/ktuberling/sounds/lt/tux-flask.ogg share/apps/ktuberling/sounds/lt/tux-fly.ogg share/apps/ktuberling/sounds/lt/tux-goblet.ogg share/apps/ktuberling/sounds/lt/tux-guitar.ogg share/apps/ktuberling/sounds/lt/tux-huh.ogg share/apps/ktuberling/sounds/lt/tux-idea.ogg share/apps/ktuberling/sounds/lt/tux-key.ogg share/apps/ktuberling/sounds/lt/tux-laugh.ogg share/apps/ktuberling/sounds/lt/tux-letter.ogg share/apps/ktuberling/sounds/lt/tux-love.ogg share/apps/ktuberling/sounds/lt/tux-note.ogg share/apps/ktuberling/sounds/lt/tux-notes.ogg share/apps/ktuberling/sounds/lt/tux-plate.ogg share/apps/ktuberling/sounds/lt/tux-poison.ogg share/apps/ktuberling/sounds/lt/tux-shoot.ogg share/apps/ktuberling/sounds/lt/tux-sick.ogg share/apps/ktuberling/sounds/lt/tux-stare.ogg share/apps/ktuberling/sounds/lt/tux-teacup.ogg share/apps/ktuberling/sounds/lt/tux-vase.ogg share/apps/ktuberling/sounds/lt/tux-wanted.ogg share/apps/ktuberling/sounds/lt/tux-what.ogg share/apps/ktuberling/sounds/lt/tux-wow.ogg share/apps/ktuberling/sounds/lt/tux-zzz.ogg share/apps/ktuberling/sounds/lt/tv_accident.ogg share/apps/ktuberling/sounds/lt/tv_ball.ogg share/apps/ktuberling/sounds/lt/tv_barrier.ogg share/apps/ktuberling/sounds/lt/tv_bicycle.ogg share/apps/ktuberling/sounds/lt/tv_breakdown_lorry.ogg share/apps/ktuberling/sounds/lt/tv_car.ogg share/apps/ktuberling/sounds/lt/tv_caravan.ogg share/apps/ktuberling/sounds/lt/tv_cyclist.ogg share/apps/ktuberling/sounds/lt/tv_elephant.ogg share/apps/ktuberling/sounds/lt/tv_excavator.ogg share/apps/ktuberling/sounds/lt/tv_fence.ogg share/apps/ktuberling/sounds/lt/tv_fire.ogg share/apps/ktuberling/sounds/lt/tv_fireengine.ogg share/apps/ktuberling/sounds/lt/tv_fireman.ogg share/apps/ktuberling/sounds/lt/tv_fisherman.ogg share/apps/ktuberling/sounds/lt/tv_giraffe.ogg share/apps/ktuberling/sounds/lt/tv_guitar.ogg share/apps/ktuberling/sounds/lt/tv_guitarist.ogg share/apps/ktuberling/sounds/lt/tv_house.ogg share/apps/ktuberling/sounds/lt/tv_ladder.ogg share/apps/ktuberling/sounds/lt/tv_lion.ogg share/apps/ktuberling/sounds/lt/tv_lorry.ogg share/apps/ktuberling/sounds/lt/tv_lorry_tractor.ogg share/apps/ktuberling/sounds/lt/tv_man.ogg share/apps/ktuberling/sounds/lt/tv_mechanic.ogg share/apps/ktuberling/sounds/lt/tv_monkey.ogg share/apps/ktuberling/sounds/lt/tv_path.ogg share/apps/ktuberling/sounds/lt/tv_rock.ogg share/apps/ktuberling/sounds/lt/tv_school.ogg share/apps/ktuberling/sounds/lt/tv_shop.ogg share/apps/ktuberling/sounds/lt/tv_smoke.ogg share/apps/ktuberling/sounds/lt/tv_tipper.ogg share/apps/ktuberling/sounds/lt/tv_trailer.ogg share/apps/ktuberling/sounds/lt/tv_train.ogg share/apps/ktuberling/sounds/lt/tv_tree.ogg share/apps/ktuberling/sounds/lt/tv_tunnel.ogg share/apps/ktuberling/sounds/lt/tv_volley_net.ogg share/apps/ktuberling/sounds/lt/tv_wagon.ogg share/apps/ktuberling/sounds/lt/tv_woman.ogg share/apps/ktuberling/sounds/lt/umbrella.ogg share/apps/ktuberling/sounds/lt/whitch-tux.ogg share/apps/ktuberling/sounds/lt/xmas_angel.ogg share/apps/ktuberling/sounds/lt/xmas_ball.ogg share/apps/ktuberling/sounds/lt/xmas_boot.ogg share/apps/ktuberling/sounds/lt/xmas_candle.ogg share/apps/ktuberling/sounds/lt/xmas_comet.ogg share/apps/ktuberling/sounds/lt/xmas_garland.ogg share/apps/ktuberling/sounds/lt/xmas_lights.ogg share/apps/ktuberling/sounds/lt/xmas_mistletoe.ogg share/apps/ktuberling/sounds/lt/xmas_moon.ogg share/apps/ktuberling/sounds/lt/xmas_owl.ogg share/apps/ktuberling/sounds/lt/xmas_present.ogg share/apps/ktuberling/sounds/lt/xmas_rabbit.ogg share/apps/ktuberling/sounds/lt/xmas_reindeer.ogg share/apps/ktuberling/sounds/lt/xmas_shoe.ogg share/apps/ktuberling/sounds/lt/xmas_snowflake.ogg share/apps/ktuberling/sounds/lt/xmas_snowman.ogg share/apps/ktuberling/sounds/lt/xmas_star.ogg share/apps/ktuberling/sounds/lt/xmas_tree.ogg share/apps/ktuberling/sounds/lt/xmas_turtle.ogg share/apps/ktuberling/sounds/lt/xmas_tux.ogg share/doc/HTML/lt/akregator/common share/doc/HTML/lt/akregator/index.cache.bz2 share/doc/HTML/lt/akregator/index.docbook share/doc/HTML/lt/common/fdl-translated.html share/doc/HTML/lt/common/gpl-translated.html share/doc/HTML/lt/common/kde-localised.css share/doc/HTML/lt/common/lgpl-translated.html share/doc/HTML/lt/dolphin/common share/doc/HTML/lt/dolphin/default-ui.png share/doc/HTML/lt/dolphin/index.cache.bz2 share/doc/HTML/lt/dolphin/index.docbook share/doc/HTML/lt/dolphin/locationbar-breadcrumb.png share/doc/HTML/lt/dolphin/locationbar-editable.png share/doc/HTML/lt/dolphin/nepomuk-search.png share/doc/HTML/lt/dolphin/preferences-general-behavior.png share/doc/HTML/lt/dolphin/preferences-navigation.png share/doc/HTML/lt/dolphin/preferences-startup.png share/doc/HTML/lt/dolphin/preferences-trash.png share/doc/HTML/lt/dolphin/preferences-viewmodes-icons.png share/doc/HTML/lt/dolphin/toolbar-navigation.png share/doc/HTML/lt/dolphin/toolbar-view-appearance.png share/doc/HTML/lt/dolphin/toolbar.png share/doc/HTML/lt/dolphin/viewproperties-dialog.png share/doc/HTML/lt/kcalc/commands.docbook share/doc/HTML/lt/kcalc/common share/doc/HTML/lt/kcalc/index.cache.bz2 share/doc/HTML/lt/kcalc/index.docbook share/doc/HTML/lt/kcontrol/keyboard/common share/doc/HTML/lt/kcontrol/keyboard/index.cache.bz2 share/doc/HTML/lt/kcontrol/keyboard/index.docbook share/doc/HTML/lt/kcontrol/khtml-plugins/common share/doc/HTML/lt/kcontrol/khtml-plugins/index.cache.bz2 share/doc/HTML/lt/kcontrol/khtml-plugins/index.docbook share/doc/HTML/lt/kdepasswd/common share/doc/HTML/lt/kdepasswd/index.cache.bz2 share/doc/HTML/lt/kdepasswd/index.docbook share/doc/HTML/lt/kdepasswd/password.png share/doc/HTML/lt/kdiamond/common share/doc/HTML/lt/kdiamond/index.cache.bz2 share/doc/HTML/lt/kdiamond/index.docbook share/doc/HTML/lt/kfind/common share/doc/HTML/lt/kfind/index.cache.bz2 share/doc/HTML/lt/kfind/index.docbook share/doc/HTML/lt/kfind/man-kfind.1.docbook share/doc/HTML/lt/kgpg/common share/doc/HTML/lt/kgpg/index.cache.bz2 share/doc/HTML/lt/kgpg/index.docbook share/doc/HTML/lt/kioslave/cgi/common share/doc/HTML/lt/kioslave/cgi/index.cache.bz2 share/doc/HTML/lt/kioslave/cgi/index.docbook share/doc/HTML/lt/klipper/common share/doc/HTML/lt/klipper/index.cache.bz2 share/doc/HTML/lt/klipper/index.docbook share/doc/HTML/lt/klipper/screenshot.png share/doc/HTML/lt/kmahjongg/common share/doc/HTML/lt/kmahjongg/config.png share/doc/HTML/lt/kmahjongg/config_background.png share/doc/HTML/lt/kmahjongg/config_layout.png share/doc/HTML/lt/kmahjongg/config_tiles.png share/doc/HTML/lt/kmahjongg/gamescreen.png share/doc/HTML/lt/kmahjongg/highscore.png share/doc/HTML/lt/kmahjongg/index.cache.bz2 share/doc/HTML/lt/kmahjongg/index.docbook share/doc/HTML/lt/kmahjongg/numbered.png share/doc/HTML/lt/kmahjongg/shortcuts.png share/doc/HTML/lt/kmenuedit/common share/doc/HTML/lt/kmenuedit/done.png share/doc/HTML/lt/kmenuedit/index.cache.bz2 share/doc/HTML/lt/kmenuedit/index.docbook share/doc/HTML/lt/kmenuedit/itemname.png share/doc/HTML/lt/kmenuedit/new.png share/doc/HTML/lt/kmenuedit/reset.png share/doc/HTML/lt/kmenuedit/selecticon.png share/doc/HTML/lt/kmenuedit/selectinternet.png share/doc/HTML/lt/kmix/common share/doc/HTML/lt/kmix/index.cache.bz2 share/doc/HTML/lt/kmix/index.docbook share/doc/HTML/lt/ksnapshot/common share/doc/HTML/lt/ksnapshot/index.cache.bz2 share/doc/HTML/lt/ksnapshot/index.docbook share/doc/HTML/lt/ksnapshot/preview.png share/doc/HTML/lt/ksnapshot/send-to-menu.png share/doc/HTML/lt/ksnapshot/window.png share/doc/HTML/lt/kwrite/common share/doc/HTML/lt/kwrite/configuring.docbook share/doc/HTML/lt/kwrite/fundamentals.docbook share/doc/HTML/lt/kwrite/index.cache.bz2 share/doc/HTML/lt/kwrite/index.docbook share/doc/HTML/lt/kwrite/menus.docbook share/doc/HTML/lt/marble/common share/doc/HTML/lt/marble/configure-cacheproxy.png share/doc/HTML/lt/marble/configure-navigation.png share/doc/HTML/lt/marble/configure-plugins.png share/doc/HTML/lt/marble/configure-routing.png share/doc/HTML/lt/marble/configure-view.png share/doc/HTML/lt/marble/download-region-3.png share/doc/HTML/lt/marble/index.cache.bz2 share/doc/HTML/lt/marble/index.docbook share/doc/HTML/lt/marble/mapview-1.png share/doc/HTML/lt/marble/measure-1.png share/doc/HTML/lt/marble/quick-1.png share/doc/HTML/lt/marble/routing-1.png share/doc/HTML/lt/marble/routing-2.png share/doc/HTML/lt/marble/routing-6.png share/doc/HTML/lt/marble/search-1.png share/doc/HTML/lt/marble/search-2.png share/locale/lt/LC_MESSAGES/accountwizard.mo share/locale/lt/LC_MESSAGES/accountwizard_ical.mo share/locale/lt/LC_MESSAGES/accountwizard_imap.mo share/locale/lt/LC_MESSAGES/accountwizard_kolab.mo share/locale/lt/LC_MESSAGES/accountwizard_mailbox.mo share/locale/lt/LC_MESSAGES/accountwizard_maildir.mo share/locale/lt/LC_MESSAGES/accountwizard_pop3.mo share/locale/lt/LC_MESSAGES/accountwizard_tine20.mo share/locale/lt/LC_MESSAGES/activitymanager_plugin_globalshortcuts.mo share/locale/lt/LC_MESSAGES/activitymanager_uihandler_declarative.mo share/locale/lt/LC_MESSAGES/adblock.mo share/locale/lt/LC_MESSAGES/akonadi-filestore.mo share/locale/lt/LC_MESSAGES/akonadi_archivemail_agent.mo share/locale/lt/LC_MESSAGES/akonadi_birthdays_resource.mo share/locale/lt/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/lt/LC_MESSAGES/akonadi_davgroupware_resource.mo share/locale/lt/LC_MESSAGES/akonadi_google_resource.mo share/locale/lt/LC_MESSAGES/akonadi_ical_resource.mo share/locale/lt/LC_MESSAGES/akonadi_icaldir_resource.mo share/locale/lt/LC_MESSAGES/akonadi_imap_resource.mo share/locale/lt/LC_MESSAGES/akonadi_invitations_agent.mo share/locale/lt/LC_MESSAGES/akonadi_kabc_resource.mo share/locale/lt/LC_MESSAGES/akonadi_kalarm_resource.mo share/locale/lt/LC_MESSAGES/akonadi_kcal_resource.mo share/locale/lt/LC_MESSAGES/akonadi_kdeaccounts_resource.mo share/locale/lt/LC_MESSAGES/akonadi_knut_resource.mo share/locale/lt/LC_MESSAGES/akonadi_kolabproxy_resource.mo share/locale/lt/LC_MESSAGES/akonadi_kresourceassistant.mo share/locale/lt/LC_MESSAGES/akonadi_localbookmarks_resource.mo share/locale/lt/LC_MESSAGES/akonadi_maildir_resource.mo share/locale/lt/LC_MESSAGES/akonadi_maildispatcher_agent.mo share/locale/lt/LC_MESSAGES/akonadi_mailfilter_agent.mo share/locale/lt/LC_MESSAGES/akonadi_mailtransport_resource.mo share/locale/lt/LC_MESSAGES/akonadi_mbox_resource.mo share/locale/lt/LC_MESSAGES/akonadi_microblog_resource.mo share/locale/lt/LC_MESSAGES/akonadi_mixedmaildir_resource.mo share/locale/lt/LC_MESSAGES/akonadi_nepomuk_feeder.mo share/locale/lt/LC_MESSAGES/akonadi_nepomuktag_resource.mo share/locale/lt/LC_MESSAGES/akonadi_next.mo share/locale/lt/LC_MESSAGES/akonadi_nntp_resource.mo share/locale/lt/LC_MESSAGES/akonadi_openxchange_resource.mo share/locale/lt/LC_MESSAGES/akonadi_pop3_resource.mo share/locale/lt/LC_MESSAGES/akonadi_serializer_plugins.mo share/locale/lt/LC_MESSAGES/akonadi_singlefile_resource.mo share/locale/lt/LC_MESSAGES/akonadi_strigi_feeder.mo share/locale/lt/LC_MESSAGES/akonadi_vcard_resource.mo share/locale/lt/LC_MESSAGES/akonadi_vcarddir_resource.mo share/locale/lt/LC_MESSAGES/akonadicontact.mo share/locale/lt/LC_MESSAGES/akonadinotes.mo share/locale/lt/LC_MESSAGES/akonaditray.mo share/locale/lt/LC_MESSAGES/akregator.mo share/locale/lt/LC_MESSAGES/akregator_konqplugin.mo share/locale/lt/LC_MESSAGES/amor.mo share/locale/lt/LC_MESSAGES/analitza.mo share/locale/lt/LC_MESSAGES/ark.mo share/locale/lt/LC_MESSAGES/attica_kde.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/blogilo.mo share/locale/lt/LC_MESSAGES/bomber.mo share/locale/lt/LC_MESSAGES/bovo.mo share/locale/lt/LC_MESSAGES/calendarsupport.mo share/locale/lt/LC_MESSAGES/cantor.mo share/locale/lt/LC_MESSAGES/cervisia.mo share/locale/lt/LC_MESSAGES/cryptopageplugin.mo share/locale/lt/LC_MESSAGES/cvsservice.mo share/locale/lt/LC_MESSAGES/dirfilterplugin.mo share/locale/lt/LC_MESSAGES/display.mo share/locale/lt/LC_MESSAGES/dolphin.mo share/locale/lt/LC_MESSAGES/domtreeviewer.mo share/locale/lt/LC_MESSAGES/dragonplayer.mo share/locale/lt/LC_MESSAGES/drkonqi.mo share/locale/lt/LC_MESSAGES/filelight.mo share/locale/lt/LC_MESSAGES/filetypes.mo share/locale/lt/LC_MESSAGES/fileviewbazaarplugin.mo share/locale/lt/LC_MESSAGES/fileviewgitplugin.mo share/locale/lt/LC_MESSAGES/fileviewhgplugin.mo share/locale/lt/LC_MESSAGES/fileviewsvnplugin.mo share/locale/lt/LC_MESSAGES/freespacenotifier.mo share/locale/lt/LC_MESSAGES/fsview.mo share/locale/lt/LC_MESSAGES/granatier.mo share/locale/lt/LC_MESSAGES/gwenview.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/importwizard.mo share/locale/lt/LC_MESSAGES/jovie.mo share/locale/lt/LC_MESSAGES/joystick.mo share/locale/lt/LC_MESSAGES/juk.mo share/locale/lt/LC_MESSAGES/kabc.mo share/locale/lt/LC_MESSAGES/kabc_akonadi.mo share/locale/lt/LC_MESSAGES/kabc_dir.mo share/locale/lt/LC_MESSAGES/kabc_file.mo share/locale/lt/LC_MESSAGES/kabc_ldapkio.mo share/locale/lt/LC_MESSAGES/kabc_net.mo share/locale/lt/LC_MESSAGES/kabcclient.mo share/locale/lt/LC_MESSAGES/kabcformat_binary.mo share/locale/lt/LC_MESSAGES/kaccess.mo share/locale/lt/LC_MESSAGES/kaccessibleapp.mo share/locale/lt/LC_MESSAGES/kactivitymanagerd.mo share/locale/lt/LC_MESSAGES/kactivitymanagerd_fileitem_linking_plugin.mo share/locale/lt/LC_MESSAGES/kaddressbook-mobile.mo share/locale/lt/LC_MESSAGES/kaddressbook.mo share/locale/lt/LC_MESSAGES/kaddressbookmigrator.mo share/locale/lt/LC_MESSAGES/kajongg.mo share/locale/lt/LC_MESSAGES/kalarm.mo share/locale/lt/LC_MESSAGES/kalgebra.mo share/locale/lt/LC_MESSAGES/kalzium.mo share/locale/lt/LC_MESSAGES/kanagram-harmattan.mo share/locale/lt/LC_MESSAGES/kanagram.mo share/locale/lt/LC_MESSAGES/kapman.mo share/locale/lt/LC_MESSAGES/kapptemplate.mo share/locale/lt/LC_MESSAGES/kate-ctags-plugin.mo share/locale/lt/LC_MESSAGES/kate.mo share/locale/lt/LC_MESSAGES/kate_kttsd.mo share/locale/lt/LC_MESSAGES/katebacktracebrowserplugin.mo share/locale/lt/LC_MESSAGES/katebuild-plugin.mo share/locale/lt/LC_MESSAGES/katefilebrowserplugin.mo share/locale/lt/LC_MESSAGES/katefiletemplates.mo share/locale/lt/LC_MESSAGES/kategdbplugin.mo share/locale/lt/LC_MESSAGES/katehelloworld.mo share/locale/lt/LC_MESSAGES/katekonsoleplugin.mo share/locale/lt/LC_MESSAGES/katemailfilesplugin.mo share/locale/lt/LC_MESSAGES/kateopenheader.mo share/locale/lt/LC_MESSAGES/katepart4.mo share/locale/lt/LC_MESSAGES/kateproject.mo share/locale/lt/LC_MESSAGES/katesearch.mo share/locale/lt/LC_MESSAGES/katesnippets_tng.mo share/locale/lt/LC_MESSAGES/katesnippetsplugin.mo share/locale/lt/LC_MESSAGES/katesql.mo share/locale/lt/LC_MESSAGES/katesymbolviewer.mo share/locale/lt/LC_MESSAGES/katetabbarextension.mo share/locale/lt/LC_MESSAGES/katetabifyplugin.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/kbattleship.mo share/locale/lt/LC_MESSAGES/kblackbox.mo share/locale/lt/LC_MESSAGES/kblankscrn.mo share/locale/lt/LC_MESSAGES/kblocks.mo share/locale/lt/LC_MESSAGES/kbounce.mo share/locale/lt/LC_MESSAGES/kbreakout.mo share/locale/lt/LC_MESSAGES/kbruch.mo share/locale/lt/LC_MESSAGES/kcachegrind.mo share/locale/lt/LC_MESSAGES/kcachegrind_qt.mo share/locale/lt/LC_MESSAGES/kcal_akonadi.mo share/locale/lt/LC_MESSAGES/kcalc.mo share/locale/lt/LC_MESSAGES/kcertpart.mo share/locale/lt/LC_MESSAGES/kcharselect.mo share/locale/lt/LC_MESSAGES/kcm-kwin-scripts.mo share/locale/lt/LC_MESSAGES/kcm_activities.mo share/locale/lt/LC_MESSAGES/kcm_akonadi.mo share/locale/lt/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/lt/LC_MESSAGES/kcm_attica.mo share/locale/lt/LC_MESSAGES/kcm_autostart.mo share/locale/lt/LC_MESSAGES/kcm_desktoppaths.mo share/locale/lt/LC_MESSAGES/kcm_desktopthemedetails.mo share/locale/lt/LC_MESSAGES/kcm_device_automounter.mo share/locale/lt/LC_MESSAGES/kcm_emoticons.mo share/locale/lt/LC_MESSAGES/kcm_infobase.mo share/locale/lt/LC_MESSAGES/kcm_infosummary.mo -share/locale/lt/LC_MESSAGES/kcm_krfb.mo share/locale/lt/LC_MESSAGES/kcm_kwindesktop.mo share/locale/lt/LC_MESSAGES/kcm_kwintabbox.mo share/locale/lt/LC_MESSAGES/kcm_memory.mo share/locale/lt/LC_MESSAGES/kcm_nepomuk.mo share/locale/lt/LC_MESSAGES/kcm_pci.mo share/locale/lt/LC_MESSAGES/kcm_phonon.mo share/locale/lt/LC_MESSAGES/kcm_platform.mo share/locale/lt/LC_MESSAGES/kcm_remotecontrol.mo share/locale/lt/LC_MESSAGES/kcm_solid.mo share/locale/lt/LC_MESSAGES/kcm_solid_actions.mo share/locale/lt/LC_MESSAGES/kcm_standard_actions.mo share/locale/lt/LC_MESSAGES/kcmaccess.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/kcmdevinfo.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/kcminit.mo share/locale/lt/LC_MESSAGES/kcminput.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/kcmkdnssd.mo share/locale/lt/LC_MESSAGES/kcmkeyboard.mo share/locale/lt/LC_MESSAGES/kcmkeys.mo share/locale/lt/LC_MESSAGES/kcmkgamma.mo share/locale/lt/LC_MESSAGES/kcmkio.mo share/locale/lt/LC_MESSAGES/kcmkonq.mo share/locale/lt/LC_MESSAGES/kcmkonqhtml.mo share/locale/lt/LC_MESSAGES/kcmkurifilt.mo share/locale/lt/LC_MESSAGES/kcmkwallet.mo share/locale/lt/LC_MESSAGES/kcmkwincompositing.mo share/locale/lt/LC_MESSAGES/kcmkwindecoration.mo share/locale/lt/LC_MESSAGES/kcmkwinrules.mo share/locale/lt/LC_MESSAGES/kcmkwinscreenedges.mo share/locale/lt/LC_MESSAGES/kcmkwm.mo share/locale/lt/LC_MESSAGES/kcmlaunch.mo share/locale/lt/LC_MESSAGES/kcmlocale.mo share/locale/lt/LC_MESSAGES/kcmnic.mo share/locale/lt/LC_MESSAGES/kcmnotify.mo share/locale/lt/LC_MESSAGES/kcmopengl.mo share/locale/lt/LC_MESSAGES/kcmperformance.mo share/locale/lt/LC_MESSAGES/kcmsamba.mo share/locale/lt/LC_MESSAGES/kcmscreensaver.mo share/locale/lt/LC_MESSAGES/kcmshell.mo share/locale/lt/LC_MESSAGES/kcmsmartcard.mo share/locale/lt/LC_MESSAGES/kcmsmserver.mo share/locale/lt/LC_MESSAGES/kcmstyle.mo share/locale/lt/LC_MESSAGES/kcmusb.mo share/locale/lt/LC_MESSAGES/kcmview1394.mo share/locale/lt/LC_MESSAGES/kcmworkspaceoptions.mo share/locale/lt/LC_MESSAGES/kcolorchooser.mo share/locale/lt/LC_MESSAGES/kcron.mo share/locale/lt/LC_MESSAGES/kde-menu.mo share/locale/lt/LC_MESSAGES/kdeasciiquarium.mo share/locale/lt/LC_MESSAGES/kdebugdialog.mo share/locale/lt/LC_MESSAGES/kdecalendarsystems.mo share/locale/lt/LC_MESSAGES/kdelibs4.mo share/locale/lt/LC_MESSAGES/kdelibs_colors4.mo share/locale/lt/LC_MESSAGES/kdepasswd.mo share/locale/lt/LC_MESSAGES/kdepim-runtime-qml.mo share/locale/lt/LC_MESSAGES/kdeqt.mo share/locale/lt/LC_MESSAGES/kdesu.mo share/locale/lt/LC_MESSAGES/kdesud.mo share/locale/lt/LC_MESSAGES/kdf.mo share/locale/lt/LC_MESSAGES/kdgantt2.mo share/locale/lt/LC_MESSAGES/kdialog.mo share/locale/lt/LC_MESSAGES/kdiamond.mo share/locale/lt/LC_MESSAGES/kdmconfig.mo share/locale/lt/LC_MESSAGES/kdmgreet.mo share/locale/lt/LC_MESSAGES/kdontchangethehostname.mo share/locale/lt/LC_MESSAGES/keditbookmarks.mo share/locale/lt/LC_MESSAGES/kfile.mo share/locale/lt/LC_MESSAGES/kfile_dds.mo share/locale/lt/LC_MESSAGES/kfile_drgeo.mo share/locale/lt/LC_MESSAGES/kfile_exr.mo share/locale/lt/LC_MESSAGES/kfile_kig.mo share/locale/lt/LC_MESSAGES/kfile_mail.mo share/locale/lt/LC_MESSAGES/kfile_pnm.mo share/locale/lt/LC_MESSAGES/kfile_raw.mo share/locale/lt/LC_MESSAGES/kfile_rgb.mo share/locale/lt/LC_MESSAGES/kfile_rpm.mo share/locale/lt/LC_MESSAGES/kfile_tiff.mo share/locale/lt/LC_MESSAGES/kfile_xps.mo share/locale/lt/LC_MESSAGES/kfileaudiopreview4.mo share/locale/lt/LC_MESSAGES/kfilereplace.mo share/locale/lt/LC_MESSAGES/kfileshare.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/kfontinst.mo share/locale/lt/LC_MESSAGES/kfourinline.mo share/locale/lt/LC_MESSAGES/kgeography.mo share/locale/lt/LC_MESSAGES/kget.mo share/locale/lt/LC_MESSAGES/kgetplugin.mo share/locale/lt/LC_MESSAGES/kglobalaccel.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_generic.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/khotkeys.mo share/locale/lt/LC_MESSAGES/khotnewstuff.mo share/locale/lt/LC_MESSAGES/khtmlkttsd.mo share/locale/lt/LC_MESSAGES/khtmlsettingsplugin.mo share/locale/lt/LC_MESSAGES/kiconfinder.mo share/locale/lt/LC_MESSAGES/kig.mo share/locale/lt/LC_MESSAGES/kigo.mo share/locale/lt/LC_MESSAGES/killbots.mo share/locale/lt/LC_MESSAGES/kimagemapeditor.mo -share/locale/lt/LC_MESSAGES/kinetd.mo share/locale/lt/LC_MESSAGES/kinfocenter.mo share/locale/lt/LC_MESSAGES/kio4.mo share/locale/lt/LC_MESSAGES/kio_activities.mo share/locale/lt/LC_MESSAGES/kio_akonadi.mo share/locale/lt/LC_MESSAGES/kio_applications.mo share/locale/lt/LC_MESSAGES/kio_archive.mo share/locale/lt/LC_MESSAGES/kio_audiocd.mo share/locale/lt/LC_MESSAGES/kio_bookmarks.mo share/locale/lt/LC_MESSAGES/kio_finger.mo share/locale/lt/LC_MESSAGES/kio_fish.mo share/locale/lt/LC_MESSAGES/kio_floppy.mo share/locale/lt/LC_MESSAGES/kio_help4.mo share/locale/lt/LC_MESSAGES/kio_imap4.mo share/locale/lt/LC_MESSAGES/kio_info.mo share/locale/lt/LC_MESSAGES/kio_jabberdisco.mo share/locale/lt/LC_MESSAGES/kio_ldap.mo share/locale/lt/LC_MESSAGES/kio_man.mo share/locale/lt/LC_MESSAGES/kio_mbox.mo share/locale/lt/LC_MESSAGES/kio_nepomuk.mo share/locale/lt/LC_MESSAGES/kio_nepomuksearch.mo share/locale/lt/LC_MESSAGES/kio_nfs.mo share/locale/lt/LC_MESSAGES/kio_nntp.mo share/locale/lt/LC_MESSAGES/kio_perldoc.mo share/locale/lt/LC_MESSAGES/kio_pop3.mo share/locale/lt/LC_MESSAGES/kio_recentdocuments.mo share/locale/lt/LC_MESSAGES/kio_remote.mo share/locale/lt/LC_MESSAGES/kio_sftp.mo share/locale/lt/LC_MESSAGES/kio_sieve.mo share/locale/lt/LC_MESSAGES/kio_smb.mo share/locale/lt/LC_MESSAGES/kio_smtp.mo share/locale/lt/LC_MESSAGES/kio_svn.mo share/locale/lt/LC_MESSAGES/kio_tags.mo share/locale/lt/LC_MESSAGES/kio_thumbnail.mo share/locale/lt/LC_MESSAGES/kio_timeline.mo share/locale/lt/LC_MESSAGES/kio_trash.mo share/locale/lt/LC_MESSAGES/kio_zeroconf.mo share/locale/lt/LC_MESSAGES/kioclient.mo share/locale/lt/LC_MESSAGES/kioexec.mo share/locale/lt/LC_MESSAGES/kipiplugin_kxmlhelloworld.mo share/locale/lt/LC_MESSAGES/kiriki.mo share/locale/lt/LC_MESSAGES/kiten.mo share/locale/lt/LC_MESSAGES/kjots.mo share/locale/lt/LC_MESSAGES/kjotsmigrator.mo share/locale/lt/LC_MESSAGES/kjumpingcube.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-migrator.mo share/locale/lt/LC_MESSAGES/kmail-mobile.mo share/locale/lt/LC_MESSAGES/kmail.mo share/locale/lt/LC_MESSAGES/kmailcvt.mo share/locale/lt/LC_MESSAGES/kmenuedit.mo share/locale/lt/LC_MESSAGES/kmimetypefinder.mo share/locale/lt/LC_MESSAGES/kmines.mo share/locale/lt/LC_MESSAGES/kmix.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/knetattach.mo share/locale/lt/LC_MESSAGES/knetwalk.mo share/locale/lt/LC_MESSAGES/knode.mo share/locale/lt/LC_MESSAGES/knotes.mo share/locale/lt/LC_MESSAGES/knotify4.mo share/locale/lt/LC_MESSAGES/kolf.mo share/locale/lt/LC_MESSAGES/kollision.mo share/locale/lt/LC_MESSAGES/kolourpaint.mo share/locale/lt/LC_MESSAGES/kommander.mo share/locale/lt/LC_MESSAGES/kompare.mo share/locale/lt/LC_MESSAGES/konqprofiles.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/konsoleprofiles.mo share/locale/lt/LC_MESSAGES/kontact.mo share/locale/lt/LC_MESSAGES/kontactinterfaces.mo share/locale/lt/LC_MESSAGES/kopete.mo share/locale/lt/LC_MESSAGES/korganizer-mobile.mo share/locale/lt/LC_MESSAGES/korganizer.mo share/locale/lt/LC_MESSAGES/kpartloader.mo share/locale/lt/LC_MESSAGES/kpartsaver.mo share/locale/lt/LC_MESSAGES/kpasswdserver.mo share/locale/lt/LC_MESSAGES/kpat.mo share/locale/lt/LC_MESSAGES/kppp.mo share/locale/lt/LC_MESSAGES/kppplogview.mo share/locale/lt/LC_MESSAGES/kquitapp.mo share/locale/lt/LC_MESSAGES/krandr.mo share/locale/lt/LC_MESSAGES/krcdnotifieritem.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/kremotecontroldaemon.mo share/locale/lt/LC_MESSAGES/kres-migrator.mo share/locale/lt/LC_MESSAGES/kres_blog.mo share/locale/lt/LC_MESSAGES/kres_remote.mo share/locale/lt/LC_MESSAGES/kresources_shared_akonadi.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/krunner.mo share/locale/lt/LC_MESSAGES/ksaneplugin.mo share/locale/lt/LC_MESSAGES/kscd.mo share/locale/lt/LC_MESSAGES/kscreenlocker.mo share/locale/lt/LC_MESSAGES/kscreenlocker_greet.mo share/locale/lt/LC_MESSAGES/kscreensaver.mo share/locale/lt/LC_MESSAGES/ksendemail.mo share/locale/lt/LC_MESSAGES/kshellcmdplugin.mo share/locale/lt/LC_MESSAGES/kshisen.mo share/locale/lt/LC_MESSAGES/kshorturifilter.mo share/locale/lt/LC_MESSAGES/ksirk.mo share/locale/lt/LC_MESSAGES/ksirkskineditor.mo share/locale/lt/LC_MESSAGES/ksmserver.mo share/locale/lt/LC_MESSAGES/ksnapshot.mo share/locale/lt/LC_MESSAGES/kspaceduel.mo share/locale/lt/LC_MESSAGES/ksplashthemes.mo share/locale/lt/LC_MESSAGES/ksquares.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/kstyle_config.mo share/locale/lt/LC_MESSAGES/kstyle_phase_config.mo share/locale/lt/LC_MESSAGES/ksudoku.mo share/locale/lt/LC_MESSAGES/ksysguard.mo share/locale/lt/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/lt/LC_MESSAGES/ksystemlog.mo share/locale/lt/LC_MESSAGES/ksystraycmd.mo share/locale/lt/LC_MESSAGES/kteatime.mo share/locale/lt/LC_MESSAGES/ktesnippets_editor.mo share/locale/lt/LC_MESSAGES/ktexteditor_codesnippets_core.mo share/locale/lt/LC_MESSAGES/ktexteditor_plugins.mo share/locale/lt/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/lt/LC_MESSAGES/ktimer.mo share/locale/lt/LC_MESSAGES/ktimetracker.mo share/locale/lt/LC_MESSAGES/ktnef.mo share/locale/lt/LC_MESSAGES/ktouch.mo share/locale/lt/LC_MESSAGES/ktouchpadenabler.mo share/locale/lt/LC_MESSAGES/ktraderclient.mo share/locale/lt/LC_MESSAGES/ktron.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/kubrick.mo share/locale/lt/LC_MESSAGES/kuiserver.mo share/locale/lt/LC_MESSAGES/kuiviewer.mo share/locale/lt/LC_MESSAGES/kurifilter.mo share/locale/lt/LC_MESSAGES/kuser.mo share/locale/lt/LC_MESSAGES/kwalletd.mo share/locale/lt/LC_MESSAGES/kwalletmanager.mo share/locale/lt/LC_MESSAGES/kwatchgnupg.mo share/locale/lt/LC_MESSAGES/kwin.mo share/locale/lt/LC_MESSAGES/kwin_art_clients.mo share/locale/lt/LC_MESSAGES/kwin_clients.mo share/locale/lt/LC_MESSAGES/kwin_effects.mo share/locale/lt/LC_MESSAGES/kwinshutdown.mo share/locale/lt/LC_MESSAGES/kwinstartmenu.mo share/locale/lt/LC_MESSAGES/kwordquiz.mo share/locale/lt/LC_MESSAGES/kwrite.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/lancelot.mo share/locale/lt/LC_MESSAGES/libakonadi-calendar.mo share/locale/lt/LC_MESSAGES/libakonadi-kmime.mo share/locale/lt/LC_MESSAGES/libakonadi.mo share/locale/lt/LC_MESSAGES/libeventviews.mo share/locale/lt/LC_MESSAGES/libincidenceeditors.mo share/locale/lt/LC_MESSAGES/libkalarmcal.mo share/locale/lt/LC_MESSAGES/libkasten.mo share/locale/lt/LC_MESSAGES/libkblog.mo share/locale/lt/LC_MESSAGES/libkcal.mo share/locale/lt/LC_MESSAGES/libkcalutils.mo share/locale/lt/LC_MESSAGES/libkcddb.mo share/locale/lt/LC_MESSAGES/libkcompactdisc.mo share/locale/lt/LC_MESSAGES/libkdcraw.mo share/locale/lt/LC_MESSAGES/libkdecorations.mo share/locale/lt/LC_MESSAGES/libkdeedu.mo share/locale/lt/LC_MESSAGES/libkdegames.mo share/locale/lt/LC_MESSAGES/libkdepim.mo share/locale/lt/LC_MESSAGES/libkdepimmobileui.mo share/locale/lt/LC_MESSAGES/libkexiv2.mo share/locale/lt/LC_MESSAGES/libkholidays.mo share/locale/lt/LC_MESSAGES/libkimap.mo share/locale/lt/LC_MESSAGES/libkipi.mo share/locale/lt/LC_MESSAGES/libkldap.mo share/locale/lt/LC_MESSAGES/libkleopatra.mo share/locale/lt/LC_MESSAGES/libkmahjongg.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/libkpimidentities.mo share/locale/lt/LC_MESSAGES/libkpimtextedit.mo share/locale/lt/LC_MESSAGES/libkpimutils.mo share/locale/lt/LC_MESSAGES/libkremotecontrol.mo share/locale/lt/LC_MESSAGES/libkresources.mo share/locale/lt/LC_MESSAGES/libksane.mo share/locale/lt/LC_MESSAGES/libkscreensaver.mo share/locale/lt/LC_MESSAGES/libksieve.mo share/locale/lt/LC_MESSAGES/libktnef.mo share/locale/lt/LC_MESSAGES/libkunitconversion.mo share/locale/lt/LC_MESSAGES/libkworkspace.mo share/locale/lt/LC_MESSAGES/libkxmlrpcclient.mo share/locale/lt/LC_MESSAGES/liblancelot-datamodels.mo share/locale/lt/LC_MESSAGES/libmailcommon.mo share/locale/lt/LC_MESSAGES/libmailimporter.mo share/locale/lt/LC_MESSAGES/libmailtransport.mo share/locale/lt/LC_MESSAGES/libmessagecomposer.mo share/locale/lt/LC_MESSAGES/libmessagecore.mo share/locale/lt/LC_MESSAGES/libmessagelist.mo share/locale/lt/LC_MESSAGES/libmessageviewer.mo share/locale/lt/LC_MESSAGES/liboktetacore.mo share/locale/lt/LC_MESSAGES/liboktetagui.mo share/locale/lt/LC_MESSAGES/liboktetakasten.mo share/locale/lt/LC_MESSAGES/liboxygenstyleconfig.mo share/locale/lt/LC_MESSAGES/libphonon.mo share/locale/lt/LC_MESSAGES/libpimcommon.mo share/locale/lt/LC_MESSAGES/libplasma.mo share/locale/lt/LC_MESSAGES/libplasma_groupingcontainment.mo share/locale/lt/LC_MESSAGES/libplasmaclock.mo share/locale/lt/LC_MESSAGES/libplasmaweather.mo share/locale/lt/LC_MESSAGES/libtaskmanager.mo share/locale/lt/LC_MESSAGES/libtemplateparser.mo share/locale/lt/LC_MESSAGES/lokalize.mo share/locale/lt/LC_MESSAGES/lskat.mo share/locale/lt/LC_MESSAGES/mailreader.mo share/locale/lt/LC_MESSAGES/marble.mo share/locale/lt/LC_MESSAGES/marble_qt.mo share/locale/lt/LC_MESSAGES/marble_xml_mimetypes.mo share/locale/lt/LC_MESSAGES/messageviewer_application_mstnef_plugin.mo share/locale/lt/LC_MESSAGES/messageviewer_text_calendar_plugin.mo share/locale/lt/LC_MESSAGES/messageviewer_text_vcard_plugin.mo share/locale/lt/LC_MESSAGES/messageviewer_text_xdiff_plugin.mo share/locale/lt/LC_MESSAGES/mf_konqplugin.mo share/locale/lt/LC_MESSAGES/minitoolsplugin.mo share/locale/lt/LC_MESSAGES/mplayerthumbs.mo share/locale/lt/LC_MESSAGES/mplayerthumbsconfig.mo share/locale/lt/LC_MESSAGES/nepomukbackup.mo share/locale/lt/LC_MESSAGES/nepomukcleaner.mo share/locale/lt/LC_MESSAGES/nepomukcontroller.mo share/locale/lt/LC_MESSAGES/nepomukfileindexer.mo share/locale/lt/LC_MESSAGES/nepomukqueryservice.mo share/locale/lt/LC_MESSAGES/nepomukserver.mo share/locale/lt/LC_MESSAGES/nepomukservicestub.mo share/locale/lt/LC_MESSAGES/nepomukstorage.mo share/locale/lt/LC_MESSAGES/nepomukwidgets.mo share/locale/lt/LC_MESSAGES/newmailnotifieragent.mo share/locale/lt/LC_MESSAGES/notes-mobile.mo share/locale/lt/LC_MESSAGES/nsplugin.mo share/locale/lt/LC_MESSAGES/okteta-mobile.mo share/locale/lt/LC_MESSAGES/okteta.mo share/locale/lt/LC_MESSAGES/oktetapart.mo share/locale/lt/LC_MESSAGES/okular.mo share/locale/lt/LC_MESSAGES/okular_chm.mo share/locale/lt/LC_MESSAGES/okular_comicbook.mo share/locale/lt/LC_MESSAGES/okular_djvu.mo share/locale/lt/LC_MESSAGES/okular_dvi.mo share/locale/lt/LC_MESSAGES/okular_epub.mo share/locale/lt/LC_MESSAGES/okular_fax.mo share/locale/lt/LC_MESSAGES/okular_fictionbook.mo share/locale/lt/LC_MESSAGES/okular_ghostview.mo share/locale/lt/LC_MESSAGES/okular_kimgio.mo share/locale/lt/LC_MESSAGES/okular_mobi.mo share/locale/lt/LC_MESSAGES/okular_ooo.mo share/locale/lt/LC_MESSAGES/okular_plucker.mo share/locale/lt/LC_MESSAGES/okular_poppler.mo share/locale/lt/LC_MESSAGES/okular_tiff.mo share/locale/lt/LC_MESSAGES/okular_xps.mo share/locale/lt/LC_MESSAGES/org.kde.active.documentviewer.mo share/locale/lt/LC_MESSAGES/pairs.mo share/locale/lt/LC_MESSAGES/pairseditor.mo share/locale/lt/LC_MESSAGES/palapeli.mo share/locale/lt/LC_MESSAGES/parley.mo share/locale/lt/LC_MESSAGES/phonon_gstreamer.mo share/locale/lt/LC_MESSAGES/phonon_kde.mo share/locale/lt/LC_MESSAGES/phonon_vlc.mo share/locale/lt/LC_MESSAGES/phononserver.mo share/locale/lt/LC_MESSAGES/picmi.mo share/locale/lt/LC_MESSAGES/pimsettingexporter.mo share/locale/lt/LC_MESSAGES/plasma-desktop.mo share/locale/lt/LC_MESSAGES/plasma-netbook.mo share/locale/lt/LC_MESSAGES/plasma-overlay.mo share/locale/lt/LC_MESSAGES/plasma-remote-helper.mo share/locale/lt/LC_MESSAGES/plasma-windowed.mo share/locale/lt/LC_MESSAGES/plasma_applet_BbalL.mo share/locale/lt/LC_MESSAGES/plasma_applet_CharSelectApplet.mo share/locale/lt/LC_MESSAGES/plasma_applet_Molmasscalculator.mo share/locale/lt/LC_MESSAGES/plasma_applet_akonotes_note.mo share/locale/lt/LC_MESSAGES/plasma_applet_battery.mo share/locale/lt/LC_MESSAGES/plasma_applet_binaryclock.mo share/locale/lt/LC_MESSAGES/plasma_applet_bookmarks.mo share/locale/lt/LC_MESSAGES/plasma_applet_bubblemon.mo share/locale/lt/LC_MESSAGES/plasma_applet_calculator.mo share/locale/lt/LC_MESSAGES/plasma_applet_clock.mo share/locale/lt/LC_MESSAGES/plasma_applet_comic.mo share/locale/lt/LC_MESSAGES/plasma_applet_concentrationCalculator.mo share/locale/lt/LC_MESSAGES/plasma_applet_currentappcontrol.mo share/locale/lt/LC_MESSAGES/plasma_applet_dig_clock.mo share/locale/lt/LC_MESSAGES/plasma_applet_fifteenPuzzle.mo share/locale/lt/LC_MESSAGES/plasma_applet_fileWatcher.mo share/locale/lt/LC_MESSAGES/plasma_applet_folderview.mo share/locale/lt/LC_MESSAGES/plasma_applet_frame.mo share/locale/lt/LC_MESSAGES/plasma_applet_fuzzy_clock.mo share/locale/lt/LC_MESSAGES/plasma_applet_gasCalculator.mo share/locale/lt/LC_MESSAGES/plasma_applet_groupingpanel.mo share/locale/lt/LC_MESSAGES/plasma_applet_icon.mo share/locale/lt/LC_MESSAGES/plasma_applet_icontasks.mo share/locale/lt/LC_MESSAGES/plasma_applet_incomingmsg.mo share/locale/lt/LC_MESSAGES/plasma_applet_kalgebra.mo share/locale/lt/LC_MESSAGES/plasma_applet_kalzium.mo share/locale/lt/LC_MESSAGES/plasma_applet_katesession.mo share/locale/lt/LC_MESSAGES/plasma_applet_kdeobservatory.mo share/locale/lt/LC_MESSAGES/plasma_applet_kget.mo share/locale/lt/LC_MESSAGES/plasma_applet_kimpanel.mo share/locale/lt/LC_MESSAGES/plasma_applet_knowledgebase.mo share/locale/lt/LC_MESSAGES/plasma_applet_kolourpicker.mo share/locale/lt/LC_MESSAGES/plasma_applet_kpapplet.mo share/locale/lt/LC_MESSAGES/plasma_applet_launcher.mo share/locale/lt/LC_MESSAGES/plasma_applet_leavenote.mo share/locale/lt/LC_MESSAGES/plasma_applet_life.mo share/locale/lt/LC_MESSAGES/plasma_applet_lockout.mo share/locale/lt/LC_MESSAGES/plasma_applet_luna.mo share/locale/lt/LC_MESSAGES/plasma_applet_magnifique.mo share/locale/lt/LC_MESSAGES/plasma_applet_microblog.mo share/locale/lt/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/lt/LC_MESSAGES/plasma_applet_news.mo share/locale/lt/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/lt/LC_MESSAGES/plasma_applet_notes.mo share/locale/lt/LC_MESSAGES/plasma_applet_notifier.mo share/locale/lt/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/lt/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/lt/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/lt/LC_MESSAGES/plasma_applet_opendesktop_activities.mo share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.notifications.mo share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/lt/LC_MESSAGES/plasma_applet_pager.mo share/locale/lt/LC_MESSAGES/plasma_applet_panel.mo share/locale/lt/LC_MESSAGES/plasma_applet_panelspacer_internal.mo share/locale/lt/LC_MESSAGES/plasma_applet_paste.mo share/locale/lt/LC_MESSAGES/plasma_applet_pastebin.mo share/locale/lt/LC_MESSAGES/plasma_applet_plasmaboard.mo share/locale/lt/LC_MESSAGES/plasma_applet_previewer.mo share/locale/lt/LC_MESSAGES/plasma_applet_printmanager.mo share/locale/lt/LC_MESSAGES/plasma_applet_qalculate.mo share/locale/lt/LC_MESSAGES/plasma_applet_qstardict.mo share/locale/lt/LC_MESSAGES/plasma_applet_quicklaunch.mo share/locale/lt/LC_MESSAGES/plasma_applet_rssnow.mo share/locale/lt/LC_MESSAGES/plasma_applet_rtm.mo share/locale/lt/LC_MESSAGES/plasma_applet_sal.mo share/locale/lt/LC_MESSAGES/plasma_applet_saverdesktop.mo share/locale/lt/LC_MESSAGES/plasma_applet_searchbox.mo share/locale/lt/LC_MESSAGES/plasma_applet_showdashboard.mo share/locale/lt/LC_MESSAGES/plasma_applet_showdesktop.mo share/locale/lt/LC_MESSAGES/plasma_applet_skapplet.mo share/locale/lt/LC_MESSAGES/plasma_applet_spellcheck.mo share/locale/lt/LC_MESSAGES/plasma_applet_system-monitor.mo share/locale/lt/LC_MESSAGES/plasma_applet_systemloadviewer.mo share/locale/lt/LC_MESSAGES/plasma_applet_systemtray.mo share/locale/lt/LC_MESSAGES/plasma_applet_tasks.mo share/locale/lt/LC_MESSAGES/plasma_applet_timer.mo share/locale/lt/LC_MESSAGES/plasma_applet_trash.mo share/locale/lt/LC_MESSAGES/plasma_applet_unitconverter.mo share/locale/lt/LC_MESSAGES/plasma_applet_weather.mo share/locale/lt/LC_MESSAGES/plasma_applet_weatherstation.mo share/locale/lt/LC_MESSAGES/plasma_applet_webbrowser.mo share/locale/lt/LC_MESSAGES/plasma_applet_webslice.mo share/locale/lt/LC_MESSAGES/plasma_applet_windowlist.mo share/locale/lt/LC_MESSAGES/plasma_appletscriptengine_dashboard.mo share/locale/lt/LC_MESSAGES/plasma_containmentactions_contextmenu.mo share/locale/lt/LC_MESSAGES/plasma_containmentactions_switchactivity.mo share/locale/lt/LC_MESSAGES/plasma_containmentactions_switchdesktop.mo share/locale/lt/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/lt/LC_MESSAGES/plasma_engine_calendar.mo share/locale/lt/LC_MESSAGES/plasma_engine_kalzium.mo share/locale/lt/LC_MESSAGES/plasma_engine_kdeobservatory.mo share/locale/lt/LC_MESSAGES/plasma_engine_keystate.mo share/locale/lt/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/lt/LC_MESSAGES/plasma_engine_metadata.mo share/locale/lt/LC_MESSAGES/plasma_engine_mpris2.mo share/locale/lt/LC_MESSAGES/plasma_engine_network.mo share/locale/lt/LC_MESSAGES/plasma_engine_notifications.mo share/locale/lt/LC_MESSAGES/plasma_engine_nowplaying.mo share/locale/lt/LC_MESSAGES/plasma_engine_rss.mo share/locale/lt/LC_MESSAGES/plasma_engine_share.mo share/locale/lt/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/lt/LC_MESSAGES/plasma_engine_weather.mo share/locale/lt/LC_MESSAGES/plasma_package_org.kde.desktop.activitymanager.mo share/locale/lt/LC_MESSAGES/plasma_package_org.kde.desktop.widgetexplorer.mo share/locale/lt/LC_MESSAGES/plasma_packagestructure_comic.mo share/locale/lt/LC_MESSAGES/plasma_runner_CharacterRunner.mo share/locale/lt/LC_MESSAGES/plasma_runner_activities.mo share/locale/lt/LC_MESSAGES/plasma_runner_audioplayercontrol.mo share/locale/lt/LC_MESSAGES/plasma_runner_bookmarksrunner.mo share/locale/lt/LC_MESSAGES/plasma_runner_browserhistory.mo share/locale/lt/LC_MESSAGES/plasma_runner_calculatorrunner.mo share/locale/lt/LC_MESSAGES/plasma_runner_contacts.mo share/locale/lt/LC_MESSAGES/plasma_runner_converterrunner.mo share/locale/lt/LC_MESSAGES/plasma_runner_datetime.mo share/locale/lt/LC_MESSAGES/plasma_runner_events.mo share/locale/lt/LC_MESSAGES/plasma_runner_katesessions.mo share/locale/lt/LC_MESSAGES/plasma_runner_kget.mo share/locale/lt/LC_MESSAGES/plasma_runner_kill.mo share/locale/lt/LC_MESSAGES/plasma_runner_konquerorsessions.mo share/locale/lt/LC_MESSAGES/plasma_runner_konsolesessions.mo share/locale/lt/LC_MESSAGES/plasma_runner_kopete.mo share/locale/lt/LC_MESSAGES/plasma_runner_krunner_dictionary.mo share/locale/lt/LC_MESSAGES/plasma_runner_locations.mo share/locale/lt/LC_MESSAGES/plasma_runner_marblerunner.mo share/locale/lt/LC_MESSAGES/plasma_runner_mediawiki.mo share/locale/lt/LC_MESSAGES/plasma_runner_nepomuksearchrunner.mo share/locale/lt/LC_MESSAGES/plasma_runner_placesrunner.mo share/locale/lt/LC_MESSAGES/plasma_runner_plasma-desktop.mo share/locale/lt/LC_MESSAGES/plasma_runner_powerdevil.mo share/locale/lt/LC_MESSAGES/plasma_runner_recentdocuments.mo share/locale/lt/LC_MESSAGES/plasma_runner_services.mo share/locale/lt/LC_MESSAGES/plasma_runner_sessions.mo share/locale/lt/LC_MESSAGES/plasma_runner_shell.mo share/locale/lt/LC_MESSAGES/plasma_runner_solid.mo share/locale/lt/LC_MESSAGES/plasma_runner_spellcheckrunner.mo share/locale/lt/LC_MESSAGES/plasma_runner_webshortcuts.mo share/locale/lt/LC_MESSAGES/plasma_runner_windowedwidgets.mo share/locale/lt/LC_MESSAGES/plasma_runner_windows.mo share/locale/lt/LC_MESSAGES/plasma_runner_youtube.mo share/locale/lt/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/lt/LC_MESSAGES/plasma_toolbox_desktoptoolbox.mo share/locale/lt/LC_MESSAGES/plasma_toolbox_paneltoolbox.mo share/locale/lt/LC_MESSAGES/plasma_wallpaper_color.mo share/locale/lt/LC_MESSAGES/plasma_wallpaper_image.mo share/locale/lt/LC_MESSAGES/plasma_wallpaper_mandelbrot.mo share/locale/lt/LC_MESSAGES/plasma_wallpaper_marble.mo share/locale/lt/LC_MESSAGES/plasma_wallpaper_pattern.mo share/locale/lt/LC_MESSAGES/plasma_wallpaper_potd.mo share/locale/lt/LC_MESSAGES/plasma_wallpaper_virus.mo share/locale/lt/LC_MESSAGES/plasma_wallpaper_wallpaper-qml.mo share/locale/lt/LC_MESSAGES/plasma_wallpaper_weather.mo share/locale/lt/LC_MESSAGES/plasmagenericshell.mo share/locale/lt/LC_MESSAGES/plasmapkg.mo share/locale/lt/LC_MESSAGES/pothumbnail.mo share/locale/lt/LC_MESSAGES/powerdevil.mo share/locale/lt/LC_MESSAGES/powerdevilactivitiesconfig.mo share/locale/lt/LC_MESSAGES/powerdevilglobalconfig.mo share/locale/lt/LC_MESSAGES/powerdevilprofilesconfig.mo share/locale/lt/LC_MESSAGES/print-manager.mo share/locale/lt/LC_MESSAGES/processcore.mo share/locale/lt/LC_MESSAGES/processui.mo share/locale/lt/LC_MESSAGES/randrmonitor.mo share/locale/lt/LC_MESSAGES/rellinks.mo share/locale/lt/LC_MESSAGES/rocs.mo share/locale/lt/LC_MESSAGES/rocscore.mo share/locale/lt/LC_MESSAGES/rocsvisualeditor.mo share/locale/lt/LC_MESSAGES/searchbarplugin.mo share/locale/lt/LC_MESSAGES/solid-hardware.mo share/locale/lt/LC_MESSAGES/solid-network.mo share/locale/lt/LC_MESSAGES/solid_qt.mo share/locale/lt/LC_MESSAGES/solidcontrol.mo share/locale/lt/LC_MESSAGES/soliduiserver.mo share/locale/lt/LC_MESSAGES/step.mo share/locale/lt/LC_MESSAGES/step_qt.mo share/locale/lt/LC_MESSAGES/strigila_diff.mo share/locale/lt/LC_MESSAGES/superkaramba.mo share/locale/lt/LC_MESSAGES/svgpart.mo share/locale/lt/LC_MESSAGES/sweeper.mo share/locale/lt/LC_MESSAGES/systemsettings.mo share/locale/lt/LC_MESSAGES/tasks-mobile.mo share/locale/lt/LC_MESSAGES/timezones4.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/webarchiver.mo share/locale/lt/LC_MESSAGES/xml_mimetypes.mo share/locale/lt/LC_SCRIPTS/libplasma/libplasma.js share/locale/lt/LC_SCRIPTS/libplasma/plasmoids.js share/locale/lt/LC_SCRIPTS/plasma_applet_fuzzy_clock/plasma_applet_fuzzy_clock.js share/locale/lt/entry.desktop @dirrm share/locale/lt/LC_SCRIPTS/plasma_applet_fuzzy_clock @dirrm share/locale/lt/LC_SCRIPTS/libplasma @dirrm share/locale/lt/LC_SCRIPTS @dirrm share/doc/HTML/lt/marble @dirrm share/doc/HTML/lt/kwrite @dirrm share/doc/HTML/lt/ksnapshot @dirrm share/doc/HTML/lt/kmix @dirrm share/doc/HTML/lt/kmenuedit @dirrm share/doc/HTML/lt/kmahjongg @dirrm share/doc/HTML/lt/klipper @dirrm share/doc/HTML/lt/kioslave/cgi @dirrm share/doc/HTML/lt/kioslave @dirrm share/doc/HTML/lt/kgpg @dirrm share/doc/HTML/lt/kfind @dirrm share/doc/HTML/lt/kdiamond @dirrm share/doc/HTML/lt/kdepasswd @dirrm share/doc/HTML/lt/kcontrol/khtml-plugins @dirrm share/doc/HTML/lt/kcontrol/keyboard @dirrm share/doc/HTML/lt/kcontrol @dirrm share/doc/HTML/lt/kcalc @dirrm share/doc/HTML/lt/dolphin @dirrm share/doc/HTML/lt/common @dirrm share/doc/HTML/lt/akregator @dirrm share/apps/ktuberling/sounds/lt @dirrm share/apps/ktuberling/sounds @dirrm share/apps/ktuberling @dirrm share/apps/klettres/lt/syllab @dirrm share/apps/klettres/lt/alpha @dirrm share/apps/klettres/lt @dirrm share/apps/klettres @dirrmtry man/lt/man8 @dirrmtry man/lt/man1 @dirrmtry man/lt Index: head/misc/kde4-l10n-lv/distinfo =================================================================== --- head/misc/kde4-l10n-lv/distinfo (revision 318451) +++ head/misc/kde4-l10n-lv/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/kde-l10n/kde-l10n-lv-4.10.1.tar.xz) = f27277d6bca3bdcba2b96b2c84ed42f92638462d478aa6c7eac1803b60b89344 -SIZE (KDE/4.10.1/kde-l10n/kde-l10n-lv-4.10.1.tar.xz) = 2235472 +SHA256 (KDE/4.10.3/kde-l10n/kde-l10n-lv-4.10.3.tar.xz) = ee6ced5d8602c0b7bd2bdccb9f54b66f9801072b0925598099f3f7ad35772af4 +SIZE (KDE/4.10.3/kde-l10n/kde-l10n-lv-4.10.3.tar.xz) = 2241144 Index: head/misc/kde4-l10n-lv/pkg-plist =================================================================== --- head/misc/kde4-l10n-lv/pkg-plist (revision 318451) +++ head/misc/kde4-l10n-lv/pkg-plist (revision 318452) @@ -1,679 +1,677 @@ share/locale/lv/LC_MESSAGES/accountwizard.mo share/locale/lv/LC_MESSAGES/accountwizard_ical.mo share/locale/lv/LC_MESSAGES/accountwizard_imap.mo share/locale/lv/LC_MESSAGES/accountwizard_kolab.mo share/locale/lv/LC_MESSAGES/accountwizard_mailbox.mo share/locale/lv/LC_MESSAGES/accountwizard_maildir.mo share/locale/lv/LC_MESSAGES/accountwizard_pop3.mo share/locale/lv/LC_MESSAGES/adblock.mo share/locale/lv/LC_MESSAGES/akonadi-filestore.mo share/locale/lv/LC_MESSAGES/akonadi_archivemail_agent.mo share/locale/lv/LC_MESSAGES/akonadi_birthdays_resource.mo share/locale/lv/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/lv/LC_MESSAGES/akonadi_davgroupware_resource.mo share/locale/lv/LC_MESSAGES/akonadi_google_resource.mo share/locale/lv/LC_MESSAGES/akonadi_ical_resource.mo share/locale/lv/LC_MESSAGES/akonadi_imap_resource.mo share/locale/lv/LC_MESSAGES/akonadi_invitations_agent.mo share/locale/lv/LC_MESSAGES/akonadi_kabc_resource.mo share/locale/lv/LC_MESSAGES/akonadi_kalarm_resource.mo share/locale/lv/LC_MESSAGES/akonadi_kcal_resource.mo share/locale/lv/LC_MESSAGES/akonadi_kdeaccounts_resource.mo share/locale/lv/LC_MESSAGES/akonadi_knut_resource.mo share/locale/lv/LC_MESSAGES/akonadi_kolabproxy_resource.mo share/locale/lv/LC_MESSAGES/akonadi_kresourceassistant.mo share/locale/lv/LC_MESSAGES/akonadi_localbookmarks_resource.mo share/locale/lv/LC_MESSAGES/akonadi_maildir_resource.mo share/locale/lv/LC_MESSAGES/akonadi_maildispatcher_agent.mo share/locale/lv/LC_MESSAGES/akonadi_mailtransport_resource.mo share/locale/lv/LC_MESSAGES/akonadi_mbox_resource.mo share/locale/lv/LC_MESSAGES/akonadi_microblog_resource.mo share/locale/lv/LC_MESSAGES/akonadi_mixedmaildir_resource.mo share/locale/lv/LC_MESSAGES/akonadi_nepomuk_feeder.mo share/locale/lv/LC_MESSAGES/akonadi_nepomuktag_resource.mo share/locale/lv/LC_MESSAGES/akonadi_next.mo share/locale/lv/LC_MESSAGES/akonadi_nntp_resource.mo share/locale/lv/LC_MESSAGES/akonadi_openxchange_resource.mo share/locale/lv/LC_MESSAGES/akonadi_pop3_resource.mo share/locale/lv/LC_MESSAGES/akonadi_serializer_plugins.mo share/locale/lv/LC_MESSAGES/akonadi_singlefile_resource.mo share/locale/lv/LC_MESSAGES/akonadi_strigi_feeder.mo share/locale/lv/LC_MESSAGES/akonadi_vcard_resource.mo share/locale/lv/LC_MESSAGES/akonadi_vcarddir_resource.mo share/locale/lv/LC_MESSAGES/akonadicontact.mo share/locale/lv/LC_MESSAGES/akonaditray.mo share/locale/lv/LC_MESSAGES/akregator.mo share/locale/lv/LC_MESSAGES/akregator_konqplugin.mo share/locale/lv/LC_MESSAGES/amor.mo share/locale/lv/LC_MESSAGES/analitza.mo share/locale/lv/LC_MESSAGES/ark.mo share/locale/lv/LC_MESSAGES/attica_kde.mo share/locale/lv/LC_MESSAGES/audiocd_encoder_lame.mo share/locale/lv/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/lv/LC_MESSAGES/audiorename_plugin.mo share/locale/lv/LC_MESSAGES/autorefresh.mo share/locale/lv/LC_MESSAGES/babelfish.mo share/locale/lv/LC_MESSAGES/blinken.mo share/locale/lv/LC_MESSAGES/blogilo.mo share/locale/lv/LC_MESSAGES/bomber.mo share/locale/lv/LC_MESSAGES/bovo.mo share/locale/lv/LC_MESSAGES/calendarsupport.mo share/locale/lv/LC_MESSAGES/cantor.mo share/locale/lv/LC_MESSAGES/cervisia.mo share/locale/lv/LC_MESSAGES/cryptopageplugin.mo share/locale/lv/LC_MESSAGES/cvsservice.mo share/locale/lv/LC_MESSAGES/dirfilterplugin.mo share/locale/lv/LC_MESSAGES/display.mo share/locale/lv/LC_MESSAGES/dolphin.mo share/locale/lv/LC_MESSAGES/domtreeviewer.mo share/locale/lv/LC_MESSAGES/dragonplayer.mo share/locale/lv/LC_MESSAGES/drkonqi.mo share/locale/lv/LC_MESSAGES/filetypes.mo share/locale/lv/LC_MESSAGES/freespacenotifier.mo share/locale/lv/LC_MESSAGES/fsview.mo share/locale/lv/LC_MESSAGES/granatier.mo share/locale/lv/LC_MESSAGES/gwenview.mo share/locale/lv/LC_MESSAGES/htmlsearch.mo share/locale/lv/LC_MESSAGES/imagerename_plugin.mo share/locale/lv/LC_MESSAGES/imgalleryplugin.mo share/locale/lv/LC_MESSAGES/jovie.mo share/locale/lv/LC_MESSAGES/joystick.mo share/locale/lv/LC_MESSAGES/juk.mo share/locale/lv/LC_MESSAGES/kabc.mo share/locale/lv/LC_MESSAGES/kabc_akonadi.mo share/locale/lv/LC_MESSAGES/kabc_dir.mo share/locale/lv/LC_MESSAGES/kabc_file.mo share/locale/lv/LC_MESSAGES/kabc_ldapkio.mo share/locale/lv/LC_MESSAGES/kabc_net.mo share/locale/lv/LC_MESSAGES/kabcclient.mo share/locale/lv/LC_MESSAGES/kabcformat_binary.mo share/locale/lv/LC_MESSAGES/kaccess.mo share/locale/lv/LC_MESSAGES/kactivitymanagerd.mo share/locale/lv/LC_MESSAGES/kaddressbook.mo share/locale/lv/LC_MESSAGES/kaddressbookmigrator.mo share/locale/lv/LC_MESSAGES/kalarm.mo share/locale/lv/LC_MESSAGES/kalgebra.mo share/locale/lv/LC_MESSAGES/kalzium.mo share/locale/lv/LC_MESSAGES/kanagram-harmattan.mo share/locale/lv/LC_MESSAGES/kanagram.mo share/locale/lv/LC_MESSAGES/kapman.mo share/locale/lv/LC_MESSAGES/kapptemplate.mo share/locale/lv/LC_MESSAGES/kate-ctags-plugin.mo share/locale/lv/LC_MESSAGES/kate.mo share/locale/lv/LC_MESSAGES/kate_kttsd.mo share/locale/lv/LC_MESSAGES/katebacktracebrowserplugin.mo share/locale/lv/LC_MESSAGES/katebuild-plugin.mo share/locale/lv/LC_MESSAGES/katefilebrowserplugin.mo share/locale/lv/LC_MESSAGES/katefiletemplates.mo share/locale/lv/LC_MESSAGES/kategdbplugin.mo share/locale/lv/LC_MESSAGES/katehelloworld.mo share/locale/lv/LC_MESSAGES/katekonsoleplugin.mo share/locale/lv/LC_MESSAGES/katemailfilesplugin.mo share/locale/lv/LC_MESSAGES/kateopenheader.mo share/locale/lv/LC_MESSAGES/katepart4.mo share/locale/lv/LC_MESSAGES/katesearch.mo share/locale/lv/LC_MESSAGES/katesnippets_tng.mo share/locale/lv/LC_MESSAGES/katesql.mo share/locale/lv/LC_MESSAGES/katesymbolviewer.mo share/locale/lv/LC_MESSAGES/katetabbarextension.mo share/locale/lv/LC_MESSAGES/katetabifyplugin.mo share/locale/lv/LC_MESSAGES/katetextfilter.mo share/locale/lv/LC_MESSAGES/katexmlcheck.mo share/locale/lv/LC_MESSAGES/katexmltools.mo share/locale/lv/LC_MESSAGES/katomic.mo share/locale/lv/LC_MESSAGES/kbattleship.mo share/locale/lv/LC_MESSAGES/kblackbox.mo share/locale/lv/LC_MESSAGES/kblankscrn.mo share/locale/lv/LC_MESSAGES/kblocks.mo share/locale/lv/LC_MESSAGES/kbounce.mo share/locale/lv/LC_MESSAGES/kbreakout.mo share/locale/lv/LC_MESSAGES/kbruch.mo share/locale/lv/LC_MESSAGES/kcal_akonadi.mo share/locale/lv/LC_MESSAGES/kcalc.mo share/locale/lv/LC_MESSAGES/kcertpart.mo share/locale/lv/LC_MESSAGES/kcharselect.mo share/locale/lv/LC_MESSAGES/kcm_akonadi.mo share/locale/lv/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/lv/LC_MESSAGES/kcm_attica.mo share/locale/lv/LC_MESSAGES/kcm_autostart.mo share/locale/lv/LC_MESSAGES/kcm_desktoppaths.mo share/locale/lv/LC_MESSAGES/kcm_desktopthemedetails.mo share/locale/lv/LC_MESSAGES/kcm_device_automounter.mo share/locale/lv/LC_MESSAGES/kcm_emoticons.mo share/locale/lv/LC_MESSAGES/kcm_infobase.mo share/locale/lv/LC_MESSAGES/kcm_infosummary.mo -share/locale/lv/LC_MESSAGES/kcm_krfb.mo share/locale/lv/LC_MESSAGES/kcm_kwindesktop.mo share/locale/lv/LC_MESSAGES/kcm_kwintabbox.mo share/locale/lv/LC_MESSAGES/kcm_memory.mo share/locale/lv/LC_MESSAGES/kcm_nepomuk.mo share/locale/lv/LC_MESSAGES/kcm_pci.mo share/locale/lv/LC_MESSAGES/kcm_phonon.mo share/locale/lv/LC_MESSAGES/kcm_platform.mo share/locale/lv/LC_MESSAGES/kcm_solid.mo share/locale/lv/LC_MESSAGES/kcm_solid_actions.mo share/locale/lv/LC_MESSAGES/kcm_standard_actions.mo share/locale/lv/LC_MESSAGES/kcmaccess.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/kcmcddb.mo share/locale/lv/LC_MESSAGES/kcmcgi.mo share/locale/lv/LC_MESSAGES/kcmcolors.mo share/locale/lv/LC_MESSAGES/kcmcomponentchooser.mo share/locale/lv/LC_MESSAGES/kcmcrypto.mo share/locale/lv/LC_MESSAGES/kcmdevinfo.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/kcminit.mo share/locale/lv/LC_MESSAGES/kcminput.mo share/locale/lv/LC_MESSAGES/kcmkamera.mo share/locale/lv/LC_MESSAGES/kcmkclock.mo share/locale/lv/LC_MESSAGES/kcmkded.mo share/locale/lv/LC_MESSAGES/kcmkdnssd.mo share/locale/lv/LC_MESSAGES/kcmkeyboard.mo share/locale/lv/LC_MESSAGES/kcmkeys.mo share/locale/lv/LC_MESSAGES/kcmkgamma.mo share/locale/lv/LC_MESSAGES/kcmkio.mo share/locale/lv/LC_MESSAGES/kcmkonq.mo share/locale/lv/LC_MESSAGES/kcmkonqhtml.mo share/locale/lv/LC_MESSAGES/kcmkurifilt.mo share/locale/lv/LC_MESSAGES/kcmkwallet.mo share/locale/lv/LC_MESSAGES/kcmkwincompositing.mo share/locale/lv/LC_MESSAGES/kcmkwindecoration.mo share/locale/lv/LC_MESSAGES/kcmkwinrules.mo share/locale/lv/LC_MESSAGES/kcmkwinscreenedges.mo share/locale/lv/LC_MESSAGES/kcmkwm.mo share/locale/lv/LC_MESSAGES/kcmlaunch.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/kcmopengl.mo share/locale/lv/LC_MESSAGES/kcmperformance.mo share/locale/lv/LC_MESSAGES/kcmsamba.mo share/locale/lv/LC_MESSAGES/kcmscreensaver.mo share/locale/lv/LC_MESSAGES/kcmshell.mo share/locale/lv/LC_MESSAGES/kcmsmartcard.mo share/locale/lv/LC_MESSAGES/kcmsmserver.mo share/locale/lv/LC_MESSAGES/kcmstyle.mo share/locale/lv/LC_MESSAGES/kcmusb.mo share/locale/lv/LC_MESSAGES/kcmview1394.mo share/locale/lv/LC_MESSAGES/kcmworkspaceoptions.mo share/locale/lv/LC_MESSAGES/kcolorchooser.mo share/locale/lv/LC_MESSAGES/kcron.mo share/locale/lv/LC_MESSAGES/kde-menu.mo share/locale/lv/LC_MESSAGES/kdeasciiquarium.mo share/locale/lv/LC_MESSAGES/kdebugdialog.mo share/locale/lv/LC_MESSAGES/kdecalendarsystems.mo share/locale/lv/LC_MESSAGES/kdelibs4.mo share/locale/lv/LC_MESSAGES/kdelibs_colors4.mo share/locale/lv/LC_MESSAGES/kdepasswd.mo share/locale/lv/LC_MESSAGES/kdepim-runtime-qml.mo share/locale/lv/LC_MESSAGES/kdeqt.mo share/locale/lv/LC_MESSAGES/kdesu.mo share/locale/lv/LC_MESSAGES/kdesud.mo share/locale/lv/LC_MESSAGES/kdf.mo share/locale/lv/LC_MESSAGES/kdialog.mo share/locale/lv/LC_MESSAGES/kdiamond.mo share/locale/lv/LC_MESSAGES/kdmconfig.mo share/locale/lv/LC_MESSAGES/kdmgreet.mo share/locale/lv/LC_MESSAGES/kdontchangethehostname.mo share/locale/lv/LC_MESSAGES/keditbookmarks.mo share/locale/lv/LC_MESSAGES/kfile.mo share/locale/lv/LC_MESSAGES/kfile_dds.mo share/locale/lv/LC_MESSAGES/kfile_drgeo.mo share/locale/lv/LC_MESSAGES/kfile_exr.mo share/locale/lv/LC_MESSAGES/kfile_kig.mo share/locale/lv/LC_MESSAGES/kfile_pnm.mo share/locale/lv/LC_MESSAGES/kfile_raw.mo share/locale/lv/LC_MESSAGES/kfile_rgb.mo share/locale/lv/LC_MESSAGES/kfile_rpm.mo share/locale/lv/LC_MESSAGES/kfile_tiff.mo share/locale/lv/LC_MESSAGES/kfile_xps.mo share/locale/lv/LC_MESSAGES/kfileaudiopreview4.mo share/locale/lv/LC_MESSAGES/kfilereplace.mo share/locale/lv/LC_MESSAGES/kfileshare.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/kfontinst.mo share/locale/lv/LC_MESSAGES/kfourinline.mo share/locale/lv/LC_MESSAGES/kgeography.mo share/locale/lv/LC_MESSAGES/kget.mo share/locale/lv/LC_MESSAGES/kgetplugin.mo share/locale/lv/LC_MESSAGES/kglobalaccel.mo share/locale/lv/LC_MESSAGES/kgoldrunner.mo share/locale/lv/LC_MESSAGES/kgpg.mo share/locale/lv/LC_MESSAGES/kgreet_classic.mo share/locale/lv/LC_MESSAGES/kgreet_generic.mo share/locale/lv/LC_MESSAGES/kgreet_winbind.mo share/locale/lv/LC_MESSAGES/khangman.mo share/locale/lv/LC_MESSAGES/khelpcenter.mo share/locale/lv/LC_MESSAGES/khotkeys.mo share/locale/lv/LC_MESSAGES/khotnewstuff.mo share/locale/lv/LC_MESSAGES/khtmlkttsd.mo share/locale/lv/LC_MESSAGES/khtmlsettingsplugin.mo share/locale/lv/LC_MESSAGES/kiconfinder.mo share/locale/lv/LC_MESSAGES/kig.mo share/locale/lv/LC_MESSAGES/kigo.mo share/locale/lv/LC_MESSAGES/killbots.mo share/locale/lv/LC_MESSAGES/kimagemapeditor.mo -share/locale/lv/LC_MESSAGES/kinetd.mo share/locale/lv/LC_MESSAGES/kinfocenter.mo share/locale/lv/LC_MESSAGES/kio4.mo share/locale/lv/LC_MESSAGES/kio_akonadi.mo share/locale/lv/LC_MESSAGES/kio_applications.mo share/locale/lv/LC_MESSAGES/kio_archive.mo share/locale/lv/LC_MESSAGES/kio_audiocd.mo share/locale/lv/LC_MESSAGES/kio_bookmarks.mo share/locale/lv/LC_MESSAGES/kio_finger.mo share/locale/lv/LC_MESSAGES/kio_fish.mo share/locale/lv/LC_MESSAGES/kio_floppy.mo share/locale/lv/LC_MESSAGES/kio_help4.mo share/locale/lv/LC_MESSAGES/kio_imap4.mo share/locale/lv/LC_MESSAGES/kio_info.mo share/locale/lv/LC_MESSAGES/kio_jabberdisco.mo share/locale/lv/LC_MESSAGES/kio_ldap.mo share/locale/lv/LC_MESSAGES/kio_man.mo share/locale/lv/LC_MESSAGES/kio_mbox.mo share/locale/lv/LC_MESSAGES/kio_nepomuk.mo share/locale/lv/LC_MESSAGES/kio_nepomuksearch.mo share/locale/lv/LC_MESSAGES/kio_nfs.mo share/locale/lv/LC_MESSAGES/kio_nntp.mo share/locale/lv/LC_MESSAGES/kio_pop3.mo share/locale/lv/LC_MESSAGES/kio_remote.mo share/locale/lv/LC_MESSAGES/kio_sftp.mo share/locale/lv/LC_MESSAGES/kio_sieve.mo share/locale/lv/LC_MESSAGES/kio_smb.mo share/locale/lv/LC_MESSAGES/kio_smtp.mo share/locale/lv/LC_MESSAGES/kio_svn.mo share/locale/lv/LC_MESSAGES/kio_thumbnail.mo share/locale/lv/LC_MESSAGES/kio_timeline.mo share/locale/lv/LC_MESSAGES/kio_trash.mo share/locale/lv/LC_MESSAGES/kio_zeroconf.mo share/locale/lv/LC_MESSAGES/kioclient.mo share/locale/lv/LC_MESSAGES/kioexec.mo share/locale/lv/LC_MESSAGES/kiriki.mo share/locale/lv/LC_MESSAGES/kiten.mo share/locale/lv/LC_MESSAGES/kjots.mo share/locale/lv/LC_MESSAGES/kjotsmigrator.mo share/locale/lv/LC_MESSAGES/kjumpingcube.mo share/locale/lv/LC_MESSAGES/kleopatra.mo share/locale/lv/LC_MESSAGES/klettres.mo share/locale/lv/LC_MESSAGES/klickety.mo share/locale/lv/LC_MESSAGES/klines.mo share/locale/lv/LC_MESSAGES/klinkstatus.mo share/locale/lv/LC_MESSAGES/klipper.mo share/locale/lv/LC_MESSAGES/klock.mo share/locale/lv/LC_MESSAGES/kmag.mo share/locale/lv/LC_MESSAGES/kmahjongg.mo share/locale/lv/LC_MESSAGES/kmail-migrator.mo share/locale/lv/LC_MESSAGES/kmail.mo share/locale/lv/LC_MESSAGES/kmailcvt.mo share/locale/lv/LC_MESSAGES/kmenuedit.mo share/locale/lv/LC_MESSAGES/kmimetypefinder.mo share/locale/lv/LC_MESSAGES/kmines.mo share/locale/lv/LC_MESSAGES/kmix.mo share/locale/lv/LC_MESSAGES/kmousetool.mo share/locale/lv/LC_MESSAGES/kmouth.mo share/locale/lv/LC_MESSAGES/kmplot.mo share/locale/lv/LC_MESSAGES/knetattach.mo share/locale/lv/LC_MESSAGES/knetwalk.mo share/locale/lv/LC_MESSAGES/knode.mo share/locale/lv/LC_MESSAGES/knotes.mo share/locale/lv/LC_MESSAGES/knotify4.mo share/locale/lv/LC_MESSAGES/kolf.mo share/locale/lv/LC_MESSAGES/kollision.mo share/locale/lv/LC_MESSAGES/kolourpaint.mo share/locale/lv/LC_MESSAGES/kompare.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/kontact.mo share/locale/lv/LC_MESSAGES/kontactinterfaces.mo share/locale/lv/LC_MESSAGES/kopete.mo share/locale/lv/LC_MESSAGES/korganizer.mo share/locale/lv/LC_MESSAGES/kpartloader.mo share/locale/lv/LC_MESSAGES/kpartsaver.mo share/locale/lv/LC_MESSAGES/kpasswdserver.mo share/locale/lv/LC_MESSAGES/kpat.mo share/locale/lv/LC_MESSAGES/kppp.mo share/locale/lv/LC_MESSAGES/kppplogview.mo share/locale/lv/LC_MESSAGES/kquitapp.mo share/locale/lv/LC_MESSAGES/krandr.mo share/locale/lv/LC_MESSAGES/krdb.mo share/locale/lv/LC_MESSAGES/krdc.mo share/locale/lv/LC_MESSAGES/kreadconfig.mo share/locale/lv/LC_MESSAGES/kres_blog.mo share/locale/lv/LC_MESSAGES/kres_remote.mo share/locale/lv/LC_MESSAGES/kresources_shared_akonadi.mo share/locale/lv/LC_MESSAGES/kreversi.mo share/locale/lv/LC_MESSAGES/krfb.mo share/locale/lv/LC_MESSAGES/kruler.mo share/locale/lv/LC_MESSAGES/krunner.mo share/locale/lv/LC_MESSAGES/ksaneplugin.mo share/locale/lv/LC_MESSAGES/kscd.mo share/locale/lv/LC_MESSAGES/kscreensaver.mo share/locale/lv/LC_MESSAGES/ksendemail.mo share/locale/lv/LC_MESSAGES/kshellcmdplugin.mo share/locale/lv/LC_MESSAGES/kshisen.mo share/locale/lv/LC_MESSAGES/kshorturifilter.mo share/locale/lv/LC_MESSAGES/ksirk.mo share/locale/lv/LC_MESSAGES/ksirkskineditor.mo share/locale/lv/LC_MESSAGES/ksmserver.mo share/locale/lv/LC_MESSAGES/ksnapshot.mo share/locale/lv/LC_MESSAGES/kspaceduel.mo share/locale/lv/LC_MESSAGES/ksplashthemes.mo share/locale/lv/LC_MESSAGES/ksquares.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/kstyle_config.mo share/locale/lv/LC_MESSAGES/kstyle_phase_config.mo share/locale/lv/LC_MESSAGES/ksudoku.mo share/locale/lv/LC_MESSAGES/ksysguard.mo share/locale/lv/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/lv/LC_MESSAGES/ksystemlog.mo share/locale/lv/LC_MESSAGES/ksystraycmd.mo share/locale/lv/LC_MESSAGES/kteatime.mo share/locale/lv/LC_MESSAGES/ktesnippets_editor.mo share/locale/lv/LC_MESSAGES/ktexteditor_codesnippets_core.mo share/locale/lv/LC_MESSAGES/ktexteditor_plugins.mo share/locale/lv/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/lv/LC_MESSAGES/ktimer.mo share/locale/lv/LC_MESSAGES/ktimetracker.mo share/locale/lv/LC_MESSAGES/ktouch.mo share/locale/lv/LC_MESSAGES/ktraderclient.mo share/locale/lv/LC_MESSAGES/ktron.mo share/locale/lv/LC_MESSAGES/ktuberling.mo share/locale/lv/LC_MESSAGES/kturtle.mo share/locale/lv/LC_MESSAGES/ktux.mo share/locale/lv/LC_MESSAGES/kubrick.mo share/locale/lv/LC_MESSAGES/kuiserver.mo share/locale/lv/LC_MESSAGES/kuiviewer.mo share/locale/lv/LC_MESSAGES/kurifilter.mo share/locale/lv/LC_MESSAGES/kuser.mo share/locale/lv/LC_MESSAGES/kwalletd.mo share/locale/lv/LC_MESSAGES/kwalletmanager.mo share/locale/lv/LC_MESSAGES/kwatchgnupg.mo share/locale/lv/LC_MESSAGES/kwin.mo share/locale/lv/LC_MESSAGES/kwin_art_clients.mo share/locale/lv/LC_MESSAGES/kwin_clients.mo share/locale/lv/LC_MESSAGES/kwin_effects.mo share/locale/lv/LC_MESSAGES/kwinshutdown.mo share/locale/lv/LC_MESSAGES/kwinstartmenu.mo share/locale/lv/LC_MESSAGES/kwordquiz.mo share/locale/lv/LC_MESSAGES/kwrite.mo share/locale/lv/LC_MESSAGES/kwriteconfig.mo share/locale/lv/LC_MESSAGES/kxkb.mo share/locale/lv/LC_MESSAGES/kxsconfig.mo share/locale/lv/LC_MESSAGES/lancelot.mo share/locale/lv/LC_MESSAGES/libakonadi.mo share/locale/lv/LC_MESSAGES/libkalarmcal.mo share/locale/lv/LC_MESSAGES/libkasten.mo share/locale/lv/LC_MESSAGES/libkblog.mo share/locale/lv/LC_MESSAGES/libkcal.mo share/locale/lv/LC_MESSAGES/libkcddb.mo share/locale/lv/LC_MESSAGES/libkcompactdisc.mo share/locale/lv/LC_MESSAGES/libkdcraw.mo share/locale/lv/LC_MESSAGES/libkdecorations.mo share/locale/lv/LC_MESSAGES/libkdeedu.mo share/locale/lv/LC_MESSAGES/libkdegames.mo share/locale/lv/LC_MESSAGES/libkdepim.mo share/locale/lv/LC_MESSAGES/libkexiv2.mo share/locale/lv/LC_MESSAGES/libkholidays.mo share/locale/lv/LC_MESSAGES/libkimap.mo share/locale/lv/LC_MESSAGES/libkldap.mo share/locale/lv/LC_MESSAGES/libkleopatra.mo share/locale/lv/LC_MESSAGES/libkmahjongg.mo share/locale/lv/LC_MESSAGES/libkmime.mo share/locale/lv/LC_MESSAGES/libkonq.mo share/locale/lv/LC_MESSAGES/libkpgp.mo share/locale/lv/LC_MESSAGES/libkpimidentities.mo share/locale/lv/LC_MESSAGES/libkpimtextedit.mo share/locale/lv/LC_MESSAGES/libkpimutils.mo share/locale/lv/LC_MESSAGES/libkremotecontrol.mo share/locale/lv/LC_MESSAGES/libkresources.mo share/locale/lv/LC_MESSAGES/libksane.mo share/locale/lv/LC_MESSAGES/libkscreensaver.mo share/locale/lv/LC_MESSAGES/libksieve.mo share/locale/lv/LC_MESSAGES/libktnef.mo share/locale/lv/LC_MESSAGES/libkunitconversion.mo share/locale/lv/LC_MESSAGES/libkworkspace.mo share/locale/lv/LC_MESSAGES/libkxmlrpcclient.mo share/locale/lv/LC_MESSAGES/liblancelot-datamodels.mo share/locale/lv/LC_MESSAGES/libmailimporter.mo share/locale/lv/LC_MESSAGES/libmailtransport.mo share/locale/lv/LC_MESSAGES/libmessagecore.mo share/locale/lv/LC_MESSAGES/libmessagelist.mo share/locale/lv/LC_MESSAGES/libmessageviewer.mo share/locale/lv/LC_MESSAGES/liboktetacore.mo share/locale/lv/LC_MESSAGES/liboktetakasten.mo share/locale/lv/LC_MESSAGES/libphonon.mo share/locale/lv/LC_MESSAGES/libplasma.mo share/locale/lv/LC_MESSAGES/libplasma_groupingcontainment.mo share/locale/lv/LC_MESSAGES/libplasmaclock.mo share/locale/lv/LC_MESSAGES/libplasmaweather.mo share/locale/lv/LC_MESSAGES/libtaskmanager.mo share/locale/lv/LC_MESSAGES/lokalize.mo share/locale/lv/LC_MESSAGES/lskat.mo share/locale/lv/LC_MESSAGES/mailreader.mo share/locale/lv/LC_MESSAGES/marble.mo share/locale/lv/LC_MESSAGES/marble_qt.mo share/locale/lv/LC_MESSAGES/marble_xml_mimetypes.mo share/locale/lv/LC_MESSAGES/messageviewer_text_calendar_plugin.mo share/locale/lv/LC_MESSAGES/messageviewer_text_vcard_plugin.mo share/locale/lv/LC_MESSAGES/messageviewer_text_xdiff_plugin.mo share/locale/lv/LC_MESSAGES/mf_konqplugin.mo share/locale/lv/LC_MESSAGES/minitoolsplugin.mo share/locale/lv/LC_MESSAGES/mplayerthumbs.mo share/locale/lv/LC_MESSAGES/mplayerthumbsconfig.mo share/locale/lv/LC_MESSAGES/nepomukbackup.mo share/locale/lv/LC_MESSAGES/nepomukcontroller.mo share/locale/lv/LC_MESSAGES/nepomukfileindexer.mo share/locale/lv/LC_MESSAGES/nepomukqueryservice.mo share/locale/lv/LC_MESSAGES/nepomukserver.mo share/locale/lv/LC_MESSAGES/nepomukservicestub.mo share/locale/lv/LC_MESSAGES/nepomukstorage.mo share/locale/lv/LC_MESSAGES/newmailnotifieragent.mo share/locale/lv/LC_MESSAGES/nsplugin.mo share/locale/lv/LC_MESSAGES/okteta.mo share/locale/lv/LC_MESSAGES/oktetapart.mo share/locale/lv/LC_MESSAGES/okular.mo share/locale/lv/LC_MESSAGES/okular_chm.mo share/locale/lv/LC_MESSAGES/okular_comicbook.mo share/locale/lv/LC_MESSAGES/okular_djvu.mo share/locale/lv/LC_MESSAGES/okular_dvi.mo share/locale/lv/LC_MESSAGES/okular_epub.mo share/locale/lv/LC_MESSAGES/okular_fax.mo share/locale/lv/LC_MESSAGES/okular_fictionbook.mo share/locale/lv/LC_MESSAGES/okular_ghostview.mo share/locale/lv/LC_MESSAGES/okular_kimgio.mo share/locale/lv/LC_MESSAGES/okular_mobi.mo share/locale/lv/LC_MESSAGES/okular_ooo.mo share/locale/lv/LC_MESSAGES/okular_plucker.mo share/locale/lv/LC_MESSAGES/okular_poppler.mo share/locale/lv/LC_MESSAGES/okular_tiff.mo share/locale/lv/LC_MESSAGES/okular_xps.mo share/locale/lv/LC_MESSAGES/pairs.mo share/locale/lv/LC_MESSAGES/pairseditor.mo share/locale/lv/LC_MESSAGES/palapeli.mo share/locale/lv/LC_MESSAGES/parley.mo share/locale/lv/LC_MESSAGES/phonon_gstreamer.mo share/locale/lv/LC_MESSAGES/phonon_kde.mo share/locale/lv/LC_MESSAGES/phononserver.mo share/locale/lv/LC_MESSAGES/pimsettingexporter.mo share/locale/lv/LC_MESSAGES/plasma-desktop.mo share/locale/lv/LC_MESSAGES/plasma-netbook.mo share/locale/lv/LC_MESSAGES/plasma-overlay.mo share/locale/lv/LC_MESSAGES/plasma-remote-helper.mo share/locale/lv/LC_MESSAGES/plasma_applet_BbalL.mo share/locale/lv/LC_MESSAGES/plasma_applet_CharSelectApplet.mo share/locale/lv/LC_MESSAGES/plasma_applet_Molmasscalculator.mo share/locale/lv/LC_MESSAGES/plasma_applet_battery.mo share/locale/lv/LC_MESSAGES/plasma_applet_binaryclock.mo share/locale/lv/LC_MESSAGES/plasma_applet_bubblemon.mo share/locale/lv/LC_MESSAGES/plasma_applet_calculator.mo share/locale/lv/LC_MESSAGES/plasma_applet_clock.mo share/locale/lv/LC_MESSAGES/plasma_applet_comic.mo share/locale/lv/LC_MESSAGES/plasma_applet_concentrationCalculator.mo share/locale/lv/LC_MESSAGES/plasma_applet_currentappcontrol.mo share/locale/lv/LC_MESSAGES/plasma_applet_dig_clock.mo share/locale/lv/LC_MESSAGES/plasma_applet_fifteenPuzzle.mo share/locale/lv/LC_MESSAGES/plasma_applet_fileWatcher.mo share/locale/lv/LC_MESSAGES/plasma_applet_folderview.mo share/locale/lv/LC_MESSAGES/plasma_applet_frame.mo share/locale/lv/LC_MESSAGES/plasma_applet_fuzzy_clock.mo share/locale/lv/LC_MESSAGES/plasma_applet_gasCalculator.mo share/locale/lv/LC_MESSAGES/plasma_applet_icon.mo share/locale/lv/LC_MESSAGES/plasma_applet_icontasks.mo share/locale/lv/LC_MESSAGES/plasma_applet_incomingmsg.mo share/locale/lv/LC_MESSAGES/plasma_applet_kalgebra.mo share/locale/lv/LC_MESSAGES/plasma_applet_kalzium.mo share/locale/lv/LC_MESSAGES/plasma_applet_katesession.mo share/locale/lv/LC_MESSAGES/plasma_applet_kdeobservatory.mo share/locale/lv/LC_MESSAGES/plasma_applet_kget.mo share/locale/lv/LC_MESSAGES/plasma_applet_kimpanel.mo share/locale/lv/LC_MESSAGES/plasma_applet_kolourpicker.mo share/locale/lv/LC_MESSAGES/plasma_applet_kpapplet.mo share/locale/lv/LC_MESSAGES/plasma_applet_launcher.mo share/locale/lv/LC_MESSAGES/plasma_applet_leavenote.mo share/locale/lv/LC_MESSAGES/plasma_applet_life.mo share/locale/lv/LC_MESSAGES/plasma_applet_lockout.mo share/locale/lv/LC_MESSAGES/plasma_applet_luna.mo share/locale/lv/LC_MESSAGES/plasma_applet_magnifique.mo share/locale/lv/LC_MESSAGES/plasma_applet_microblog.mo share/locale/lv/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/lv/LC_MESSAGES/plasma_applet_news.mo share/locale/lv/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/lv/LC_MESSAGES/plasma_applet_notes.mo share/locale/lv/LC_MESSAGES/plasma_applet_notifier.mo share/locale/lv/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/lv/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/lv/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/lv/LC_MESSAGES/plasma_applet_opendesktop_activities.mo share/locale/lv/LC_MESSAGES/plasma_applet_org.kde.notifications.mo share/locale/lv/LC_MESSAGES/plasma_applet_pager.mo share/locale/lv/LC_MESSAGES/plasma_applet_panel.mo share/locale/lv/LC_MESSAGES/plasma_applet_panelspacer_internal.mo share/locale/lv/LC_MESSAGES/plasma_applet_paste.mo share/locale/lv/LC_MESSAGES/plasma_applet_pastebin.mo share/locale/lv/LC_MESSAGES/plasma_applet_plasmaboard.mo share/locale/lv/LC_MESSAGES/plasma_applet_previewer.mo share/locale/lv/LC_MESSAGES/plasma_applet_qalculate.mo share/locale/lv/LC_MESSAGES/plasma_applet_qstardict.mo share/locale/lv/LC_MESSAGES/plasma_applet_quicklaunch.mo share/locale/lv/LC_MESSAGES/plasma_applet_rssnow.mo share/locale/lv/LC_MESSAGES/plasma_applet_rtm.mo share/locale/lv/LC_MESSAGES/plasma_applet_sal.mo share/locale/lv/LC_MESSAGES/plasma_applet_saverdesktop.mo share/locale/lv/LC_MESSAGES/plasma_applet_searchbox.mo share/locale/lv/LC_MESSAGES/plasma_applet_showdashboard.mo share/locale/lv/LC_MESSAGES/plasma_applet_showdesktop.mo share/locale/lv/LC_MESSAGES/plasma_applet_skapplet.mo share/locale/lv/LC_MESSAGES/plasma_applet_spellcheck.mo share/locale/lv/LC_MESSAGES/plasma_applet_system-monitor.mo share/locale/lv/LC_MESSAGES/plasma_applet_systemloadviewer.mo share/locale/lv/LC_MESSAGES/plasma_applet_systemtray.mo share/locale/lv/LC_MESSAGES/plasma_applet_tasks.mo share/locale/lv/LC_MESSAGES/plasma_applet_timer.mo share/locale/lv/LC_MESSAGES/plasma_applet_trash.mo share/locale/lv/LC_MESSAGES/plasma_applet_unitconverter.mo share/locale/lv/LC_MESSAGES/plasma_applet_weather.mo share/locale/lv/LC_MESSAGES/plasma_applet_weatherstation.mo share/locale/lv/LC_MESSAGES/plasma_applet_webbrowser.mo share/locale/lv/LC_MESSAGES/plasma_applet_webslice.mo share/locale/lv/LC_MESSAGES/plasma_applet_windowlist.mo share/locale/lv/LC_MESSAGES/plasma_appletscriptengine_dashboard.mo share/locale/lv/LC_MESSAGES/plasma_containmentactions_contextmenu.mo share/locale/lv/LC_MESSAGES/plasma_containmentactions_switchactivity.mo share/locale/lv/LC_MESSAGES/plasma_containmentactions_switchdesktop.mo share/locale/lv/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/lv/LC_MESSAGES/plasma_engine_calendar.mo share/locale/lv/LC_MESSAGES/plasma_engine_kalzium.mo share/locale/lv/LC_MESSAGES/plasma_engine_keystate.mo share/locale/lv/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/lv/LC_MESSAGES/plasma_engine_metadata.mo share/locale/lv/LC_MESSAGES/plasma_engine_network.mo share/locale/lv/LC_MESSAGES/plasma_engine_notifications.mo share/locale/lv/LC_MESSAGES/plasma_engine_nowplaying.mo share/locale/lv/LC_MESSAGES/plasma_engine_rss.mo share/locale/lv/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/lv/LC_MESSAGES/plasma_engine_weather.mo share/locale/lv/LC_MESSAGES/plasma_packagestructure_comic.mo share/locale/lv/LC_MESSAGES/plasma_runner_CharacterRunner.mo share/locale/lv/LC_MESSAGES/plasma_runner_bookmarksrunner.mo share/locale/lv/LC_MESSAGES/plasma_runner_browserhistory.mo share/locale/lv/LC_MESSAGES/plasma_runner_calculatorrunner.mo share/locale/lv/LC_MESSAGES/plasma_runner_contacts.mo share/locale/lv/LC_MESSAGES/plasma_runner_converterrunner.mo share/locale/lv/LC_MESSAGES/plasma_runner_datetime.mo share/locale/lv/LC_MESSAGES/plasma_runner_events.mo share/locale/lv/LC_MESSAGES/plasma_runner_katesessions.mo share/locale/lv/LC_MESSAGES/plasma_runner_kget.mo share/locale/lv/LC_MESSAGES/plasma_runner_kill.mo share/locale/lv/LC_MESSAGES/plasma_runner_konquerorsessions.mo share/locale/lv/LC_MESSAGES/plasma_runner_konsolesessions.mo share/locale/lv/LC_MESSAGES/plasma_runner_kopete.mo share/locale/lv/LC_MESSAGES/plasma_runner_locations.mo share/locale/lv/LC_MESSAGES/plasma_runner_marblerunner.mo share/locale/lv/LC_MESSAGES/plasma_runner_mediawiki.mo share/locale/lv/LC_MESSAGES/plasma_runner_nepomuksearchrunner.mo share/locale/lv/LC_MESSAGES/plasma_runner_placesrunner.mo share/locale/lv/LC_MESSAGES/plasma_runner_plasma-desktop.mo share/locale/lv/LC_MESSAGES/plasma_runner_powerdevil.mo share/locale/lv/LC_MESSAGES/plasma_runner_recentdocuments.mo share/locale/lv/LC_MESSAGES/plasma_runner_services.mo share/locale/lv/LC_MESSAGES/plasma_runner_sessions.mo share/locale/lv/LC_MESSAGES/plasma_runner_shell.mo share/locale/lv/LC_MESSAGES/plasma_runner_solid.mo share/locale/lv/LC_MESSAGES/plasma_runner_spellcheckrunner.mo share/locale/lv/LC_MESSAGES/plasma_runner_webshortcuts.mo share/locale/lv/LC_MESSAGES/plasma_runner_windows.mo share/locale/lv/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/lv/LC_MESSAGES/plasma_toolbox_desktoptoolbox.mo share/locale/lv/LC_MESSAGES/plasma_toolbox_paneltoolbox.mo share/locale/lv/LC_MESSAGES/plasma_wallpaper_color.mo share/locale/lv/LC_MESSAGES/plasma_wallpaper_image.mo share/locale/lv/LC_MESSAGES/plasma_wallpaper_mandelbrot.mo share/locale/lv/LC_MESSAGES/plasma_wallpaper_marble.mo share/locale/lv/LC_MESSAGES/plasma_wallpaper_pattern.mo share/locale/lv/LC_MESSAGES/plasma_wallpaper_virus.mo share/locale/lv/LC_MESSAGES/plasma_wallpaper_weather.mo share/locale/lv/LC_MESSAGES/plasmagenericshell.mo share/locale/lv/LC_MESSAGES/plasmapkg.mo share/locale/lv/LC_MESSAGES/powerdevil.mo share/locale/lv/LC_MESSAGES/powerdevilglobalconfig.mo share/locale/lv/LC_MESSAGES/powerdevilprofilesconfig.mo share/locale/lv/LC_MESSAGES/processcore.mo share/locale/lv/LC_MESSAGES/processui.mo share/locale/lv/LC_MESSAGES/randrmonitor.mo share/locale/lv/LC_MESSAGES/rellinks.mo share/locale/lv/LC_MESSAGES/rocs.mo share/locale/lv/LC_MESSAGES/rocscore.mo share/locale/lv/LC_MESSAGES/rocsvisualeditor.mo share/locale/lv/LC_MESSAGES/searchbarplugin.mo share/locale/lv/LC_MESSAGES/solid-hardware.mo share/locale/lv/LC_MESSAGES/solid-network.mo share/locale/lv/LC_MESSAGES/solid_qt.mo share/locale/lv/LC_MESSAGES/solidcontrol.mo share/locale/lv/LC_MESSAGES/soliduiserver.mo share/locale/lv/LC_MESSAGES/step.mo share/locale/lv/LC_MESSAGES/step_qt.mo share/locale/lv/LC_MESSAGES/strigila_diff.mo share/locale/lv/LC_MESSAGES/superkaramba.mo share/locale/lv/LC_MESSAGES/svgpart.mo share/locale/lv/LC_MESSAGES/sweeper.mo share/locale/lv/LC_MESSAGES/systemsettings.mo share/locale/lv/LC_MESSAGES/timezones4.mo share/locale/lv/LC_MESSAGES/uachangerplugin.mo share/locale/lv/LC_MESSAGES/useraccount.mo share/locale/lv/LC_MESSAGES/validatorsplugin.mo share/locale/lv/LC_MESSAGES/webarchiver.mo share/locale/lv/LC_MESSAGES/xml_mimetypes.mo share/locale/lv/LC_SCRIPTS/kdelibs4/kdelibs4.js share/locale/lv/entry.desktop @dirrm share/locale/lv/LC_SCRIPTS/kdelibs4 @dirrm share/locale/lv/LC_SCRIPTS Index: head/misc/kde4-l10n-mr/distinfo =================================================================== --- head/misc/kde4-l10n-mr/distinfo (revision 318451) +++ head/misc/kde4-l10n-mr/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/kde-l10n/kde-l10n-mr-4.10.1.tar.xz) = 645c08d58ab1da29dcf9770c87b4a6842d89cd6d70bf04494b7ba42b0b4c82bb -SIZE (KDE/4.10.1/kde-l10n/kde-l10n-mr-4.10.1.tar.xz) = 892712 +SHA256 (KDE/4.10.3/kde-l10n/kde-l10n-mr-4.10.3.tar.xz) = 2f0aa5c3ff7634e5d71790971c7621a3d33ef3a53055e0b7e650ebda100574aa +SIZE (KDE/4.10.3/kde-l10n/kde-l10n-mr-4.10.3.tar.xz) = 1809272 Index: head/misc/kde4-l10n-mr/pkg-plist =================================================================== --- head/misc/kde4-l10n-mr/pkg-plist (revision 318451) +++ head/misc/kde4-l10n-mr/pkg-plist (revision 318452) @@ -1,397 +1,764 @@ +share/locale/mr/LC_MESSAGES/accountwizard.mo +share/locale/mr/LC_MESSAGES/accountwizard_ical.mo +share/locale/mr/LC_MESSAGES/accountwizard_imap.mo +share/locale/mr/LC_MESSAGES/accountwizard_kolab.mo +share/locale/mr/LC_MESSAGES/accountwizard_mailbox.mo +share/locale/mr/LC_MESSAGES/accountwizard_maildir.mo +share/locale/mr/LC_MESSAGES/accountwizard_pop3.mo +share/locale/mr/LC_MESSAGES/accountwizard_tine20.mo share/locale/mr/LC_MESSAGES/activitymanager_plugin_globalshortcuts.mo share/locale/mr/LC_MESSAGES/activitymanager_uihandler_declarative.mo share/locale/mr/LC_MESSAGES/adblock.mo +share/locale/mr/LC_MESSAGES/akonadi-filestore.mo +share/locale/mr/LC_MESSAGES/akonadi_archivemail_agent.mo +share/locale/mr/LC_MESSAGES/akonadi_birthdays_resource.mo +share/locale/mr/LC_MESSAGES/akonadi_contacts_resource.mo +share/locale/mr/LC_MESSAGES/akonadi_davgroupware_resource.mo +share/locale/mr/LC_MESSAGES/akonadi_google_resource.mo +share/locale/mr/LC_MESSAGES/akonadi_ical_resource.mo +share/locale/mr/LC_MESSAGES/akonadi_icaldir_resource.mo +share/locale/mr/LC_MESSAGES/akonadi_imap_resource.mo +share/locale/mr/LC_MESSAGES/akonadi_invitations_agent.mo +share/locale/mr/LC_MESSAGES/akonadi_kabc_resource.mo +share/locale/mr/LC_MESSAGES/akonadi_kalarm_resource.mo +share/locale/mr/LC_MESSAGES/akonadi_kcal_resource.mo +share/locale/mr/LC_MESSAGES/akonadi_kdeaccounts_resource.mo +share/locale/mr/LC_MESSAGES/akonadi_knut_resource.mo +share/locale/mr/LC_MESSAGES/akonadi_kolabproxy_resource.mo +share/locale/mr/LC_MESSAGES/akonadi_kresourceassistant.mo +share/locale/mr/LC_MESSAGES/akonadi_localbookmarks_resource.mo +share/locale/mr/LC_MESSAGES/akonadi_maildir_resource.mo +share/locale/mr/LC_MESSAGES/akonadi_maildispatcher_agent.mo +share/locale/mr/LC_MESSAGES/akonadi_mailfilter_agent.mo +share/locale/mr/LC_MESSAGES/akonadi_mailtransport_resource.mo +share/locale/mr/LC_MESSAGES/akonadi_mbox_resource.mo +share/locale/mr/LC_MESSAGES/akonadi_microblog_resource.mo +share/locale/mr/LC_MESSAGES/akonadi_mixedmaildir_resource.mo +share/locale/mr/LC_MESSAGES/akonadi_nepomuk_feeder.mo +share/locale/mr/LC_MESSAGES/akonadi_nepomuktag_resource.mo +share/locale/mr/LC_MESSAGES/akonadi_next.mo +share/locale/mr/LC_MESSAGES/akonadi_nntp_resource.mo +share/locale/mr/LC_MESSAGES/akonadi_openxchange_resource.mo +share/locale/mr/LC_MESSAGES/akonadi_pop3_resource.mo +share/locale/mr/LC_MESSAGES/akonadi_serializer_plugins.mo +share/locale/mr/LC_MESSAGES/akonadi_singlefile_resource.mo +share/locale/mr/LC_MESSAGES/akonadi_strigi_feeder.mo +share/locale/mr/LC_MESSAGES/akonadi_vcard_resource.mo +share/locale/mr/LC_MESSAGES/akonadi_vcarddir_resource.mo +share/locale/mr/LC_MESSAGES/akonadicontact.mo +share/locale/mr/LC_MESSAGES/akonadinotes.mo +share/locale/mr/LC_MESSAGES/akonaditray.mo share/locale/mr/LC_MESSAGES/akregator.mo share/locale/mr/LC_MESSAGES/akregator_konqplugin.mo +share/locale/mr/LC_MESSAGES/amor.mo +share/locale/mr/LC_MESSAGES/analitza.mo share/locale/mr/LC_MESSAGES/ark.mo share/locale/mr/LC_MESSAGES/attica_kde.mo share/locale/mr/LC_MESSAGES/audiocd_encoder_lame.mo share/locale/mr/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/mr/LC_MESSAGES/audiorename_plugin.mo share/locale/mr/LC_MESSAGES/autorefresh.mo share/locale/mr/LC_MESSAGES/babelfish.mo +share/locale/mr/LC_MESSAGES/blinken.mo share/locale/mr/LC_MESSAGES/blogilo.mo +share/locale/mr/LC_MESSAGES/bomber.mo +share/locale/mr/LC_MESSAGES/bovo.mo share/locale/mr/LC_MESSAGES/calendarsupport.mo +share/locale/mr/LC_MESSAGES/cantor.mo +share/locale/mr/LC_MESSAGES/cervisia.mo +share/locale/mr/LC_MESSAGES/cryptopageplugin.mo +share/locale/mr/LC_MESSAGES/cvsservice.mo share/locale/mr/LC_MESSAGES/dirfilterplugin.mo share/locale/mr/LC_MESSAGES/display.mo share/locale/mr/LC_MESSAGES/dolphin.mo share/locale/mr/LC_MESSAGES/domtreeviewer.mo share/locale/mr/LC_MESSAGES/dragonplayer.mo share/locale/mr/LC_MESSAGES/drkonqi.mo +share/locale/mr/LC_MESSAGES/filelight.mo share/locale/mr/LC_MESSAGES/filetypes.mo +share/locale/mr/LC_MESSAGES/fileviewbazaarplugin.mo +share/locale/mr/LC_MESSAGES/fileviewgitplugin.mo +share/locale/mr/LC_MESSAGES/fileviewhgplugin.mo +share/locale/mr/LC_MESSAGES/fileviewsvnplugin.mo share/locale/mr/LC_MESSAGES/freespacenotifier.mo share/locale/mr/LC_MESSAGES/fsview.mo +share/locale/mr/LC_MESSAGES/granatier.mo share/locale/mr/LC_MESSAGES/gwenview.mo share/locale/mr/LC_MESSAGES/htmlsearch.mo share/locale/mr/LC_MESSAGES/imagerename_plugin.mo share/locale/mr/LC_MESSAGES/imgalleryplugin.mo +share/locale/mr/LC_MESSAGES/importwizard.mo +share/locale/mr/LC_MESSAGES/jovie.mo share/locale/mr/LC_MESSAGES/joystick.mo share/locale/mr/LC_MESSAGES/juk.mo +share/locale/mr/LC_MESSAGES/kabc.mo +share/locale/mr/LC_MESSAGES/kabc_akonadi.mo +share/locale/mr/LC_MESSAGES/kabc_dir.mo +share/locale/mr/LC_MESSAGES/kabc_file.mo +share/locale/mr/LC_MESSAGES/kabc_ldapkio.mo +share/locale/mr/LC_MESSAGES/kabc_net.mo +share/locale/mr/LC_MESSAGES/kabcclient.mo +share/locale/mr/LC_MESSAGES/kabcformat_binary.mo share/locale/mr/LC_MESSAGES/kaccess.mo +share/locale/mr/LC_MESSAGES/kaccessibleapp.mo share/locale/mr/LC_MESSAGES/kactivitymanagerd.mo share/locale/mr/LC_MESSAGES/kactivitymanagerd_fileitem_linking_plugin.mo +share/locale/mr/LC_MESSAGES/kaddressbook-mobile.mo +share/locale/mr/LC_MESSAGES/kaddressbook.mo +share/locale/mr/LC_MESSAGES/kaddressbookmigrator.mo +share/locale/mr/LC_MESSAGES/kajongg.mo share/locale/mr/LC_MESSAGES/kalarm.mo +share/locale/mr/LC_MESSAGES/kalgebra.mo +share/locale/mr/LC_MESSAGES/kalzium.mo +share/locale/mr/LC_MESSAGES/kanagram-harmattan.mo +share/locale/mr/LC_MESSAGES/kanagram.mo +share/locale/mr/LC_MESSAGES/kapman.mo +share/locale/mr/LC_MESSAGES/kapptemplate.mo share/locale/mr/LC_MESSAGES/kate-ctags-plugin.mo share/locale/mr/LC_MESSAGES/kate.mo share/locale/mr/LC_MESSAGES/kate_kttsd.mo share/locale/mr/LC_MESSAGES/katebacktracebrowserplugin.mo share/locale/mr/LC_MESSAGES/katebuild-plugin.mo share/locale/mr/LC_MESSAGES/katefilebrowserplugin.mo share/locale/mr/LC_MESSAGES/katefiletemplates.mo share/locale/mr/LC_MESSAGES/kategdbplugin.mo share/locale/mr/LC_MESSAGES/katehelloworld.mo share/locale/mr/LC_MESSAGES/katekonsoleplugin.mo share/locale/mr/LC_MESSAGES/katemailfilesplugin.mo share/locale/mr/LC_MESSAGES/kateopenheader.mo share/locale/mr/LC_MESSAGES/katepart4.mo share/locale/mr/LC_MESSAGES/kateproject.mo share/locale/mr/LC_MESSAGES/katesearch.mo share/locale/mr/LC_MESSAGES/katesnippets_tng.mo share/locale/mr/LC_MESSAGES/katesnippetsplugin.mo share/locale/mr/LC_MESSAGES/katesql.mo share/locale/mr/LC_MESSAGES/katesymbolviewer.mo share/locale/mr/LC_MESSAGES/katetabbarextension.mo share/locale/mr/LC_MESSAGES/katetabifyplugin.mo share/locale/mr/LC_MESSAGES/katetextfilter.mo share/locale/mr/LC_MESSAGES/katexmlcheck.mo share/locale/mr/LC_MESSAGES/katexmltools.mo +share/locale/mr/LC_MESSAGES/katomic.mo +share/locale/mr/LC_MESSAGES/kbattleship.mo +share/locale/mr/LC_MESSAGES/kblackbox.mo share/locale/mr/LC_MESSAGES/kblankscrn.mo +share/locale/mr/LC_MESSAGES/kblocks.mo +share/locale/mr/LC_MESSAGES/kbounce.mo +share/locale/mr/LC_MESSAGES/kbreakout.mo +share/locale/mr/LC_MESSAGES/kbruch.mo +share/locale/mr/LC_MESSAGES/kcachegrind.mo +share/locale/mr/LC_MESSAGES/kcachegrind_qt.mo +share/locale/mr/LC_MESSAGES/kcal_akonadi.mo +share/locale/mr/LC_MESSAGES/kcalc.mo share/locale/mr/LC_MESSAGES/kcertpart.mo +share/locale/mr/LC_MESSAGES/kcharselect.mo share/locale/mr/LC_MESSAGES/kcm-kwin-scripts.mo share/locale/mr/LC_MESSAGES/kcm_activities.mo share/locale/mr/LC_MESSAGES/kcm_akonadi.mo share/locale/mr/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/mr/LC_MESSAGES/kcm_attica.mo share/locale/mr/LC_MESSAGES/kcm_autostart.mo share/locale/mr/LC_MESSAGES/kcm_desktoppaths.mo share/locale/mr/LC_MESSAGES/kcm_desktopthemedetails.mo share/locale/mr/LC_MESSAGES/kcm_device_automounter.mo share/locale/mr/LC_MESSAGES/kcm_emoticons.mo share/locale/mr/LC_MESSAGES/kcm_infobase.mo share/locale/mr/LC_MESSAGES/kcm_infosummary.mo -share/locale/mr/LC_MESSAGES/kcm_krfb.mo share/locale/mr/LC_MESSAGES/kcm_kwindesktop.mo share/locale/mr/LC_MESSAGES/kcm_kwintabbox.mo share/locale/mr/LC_MESSAGES/kcm_memory.mo share/locale/mr/LC_MESSAGES/kcm_nepomuk.mo share/locale/mr/LC_MESSAGES/kcm_pci.mo share/locale/mr/LC_MESSAGES/kcm_phonon.mo share/locale/mr/LC_MESSAGES/kcm_platform.mo share/locale/mr/LC_MESSAGES/kcm_remotecontrol.mo share/locale/mr/LC_MESSAGES/kcm_solid.mo share/locale/mr/LC_MESSAGES/kcm_solid_actions.mo share/locale/mr/LC_MESSAGES/kcm_standard_actions.mo share/locale/mr/LC_MESSAGES/kcmaccess.mo share/locale/mr/LC_MESSAGES/kcmaudiocd.mo share/locale/mr/LC_MESSAGES/kcmbackground.mo share/locale/mr/LC_MESSAGES/kcmbell.mo share/locale/mr/LC_MESSAGES/kcmcddb.mo share/locale/mr/LC_MESSAGES/kcmcgi.mo share/locale/mr/LC_MESSAGES/kcmcolors.mo share/locale/mr/LC_MESSAGES/kcmcomponentchooser.mo share/locale/mr/LC_MESSAGES/kcmcrypto.mo share/locale/mr/LC_MESSAGES/kcmdevinfo.mo share/locale/mr/LC_MESSAGES/kcmfonts.mo share/locale/mr/LC_MESSAGES/kcmhtmlsearch.mo share/locale/mr/LC_MESSAGES/kcmicons.mo share/locale/mr/LC_MESSAGES/kcminfo.mo share/locale/mr/LC_MESSAGES/kcminit.mo share/locale/mr/LC_MESSAGES/kcminput.mo share/locale/mr/LC_MESSAGES/kcmkamera.mo share/locale/mr/LC_MESSAGES/kcmkclock.mo share/locale/mr/LC_MESSAGES/kcmkded.mo share/locale/mr/LC_MESSAGES/kcmkdnssd.mo share/locale/mr/LC_MESSAGES/kcmkeyboard.mo share/locale/mr/LC_MESSAGES/kcmkeys.mo share/locale/mr/LC_MESSAGES/kcmkgamma.mo share/locale/mr/LC_MESSAGES/kcmkio.mo share/locale/mr/LC_MESSAGES/kcmkonq.mo share/locale/mr/LC_MESSAGES/kcmkonqhtml.mo share/locale/mr/LC_MESSAGES/kcmkurifilt.mo share/locale/mr/LC_MESSAGES/kcmkwallet.mo share/locale/mr/LC_MESSAGES/kcmkwincompositing.mo share/locale/mr/LC_MESSAGES/kcmkwindecoration.mo share/locale/mr/LC_MESSAGES/kcmkwinrules.mo share/locale/mr/LC_MESSAGES/kcmkwinscreenedges.mo share/locale/mr/LC_MESSAGES/kcmkwm.mo share/locale/mr/LC_MESSAGES/kcmlaunch.mo share/locale/mr/LC_MESSAGES/kcmlocale.mo share/locale/mr/LC_MESSAGES/kcmnic.mo share/locale/mr/LC_MESSAGES/kcmnotify.mo share/locale/mr/LC_MESSAGES/kcmopengl.mo share/locale/mr/LC_MESSAGES/kcmperformance.mo share/locale/mr/LC_MESSAGES/kcmsamba.mo share/locale/mr/LC_MESSAGES/kcmscreensaver.mo share/locale/mr/LC_MESSAGES/kcmshell.mo share/locale/mr/LC_MESSAGES/kcmsmartcard.mo share/locale/mr/LC_MESSAGES/kcmsmserver.mo share/locale/mr/LC_MESSAGES/kcmstyle.mo share/locale/mr/LC_MESSAGES/kcmusb.mo share/locale/mr/LC_MESSAGES/kcmview1394.mo share/locale/mr/LC_MESSAGES/kcmworkspaceoptions.mo share/locale/mr/LC_MESSAGES/kcolorchooser.mo share/locale/mr/LC_MESSAGES/kcron.mo share/locale/mr/LC_MESSAGES/kde-menu.mo +share/locale/mr/LC_MESSAGES/kdeasciiquarium.mo share/locale/mr/LC_MESSAGES/kdebugdialog.mo share/locale/mr/LC_MESSAGES/kdecalendarsystems.mo share/locale/mr/LC_MESSAGES/kdelibs4.mo share/locale/mr/LC_MESSAGES/kdelibs_colors4.mo share/locale/mr/LC_MESSAGES/kdepasswd.mo +share/locale/mr/LC_MESSAGES/kdepim-runtime-qml.mo share/locale/mr/LC_MESSAGES/kdeqt.mo share/locale/mr/LC_MESSAGES/kdesu.mo share/locale/mr/LC_MESSAGES/kdesud.mo +share/locale/mr/LC_MESSAGES/kdf.mo +share/locale/mr/LC_MESSAGES/kdgantt2.mo share/locale/mr/LC_MESSAGES/kdialog.mo +share/locale/mr/LC_MESSAGES/kdiamond.mo share/locale/mr/LC_MESSAGES/kdmconfig.mo share/locale/mr/LC_MESSAGES/kdmgreet.mo share/locale/mr/LC_MESSAGES/kdontchangethehostname.mo share/locale/mr/LC_MESSAGES/keditbookmarks.mo share/locale/mr/LC_MESSAGES/kfile.mo +share/locale/mr/LC_MESSAGES/kfile_dds.mo +share/locale/mr/LC_MESSAGES/kfile_drgeo.mo +share/locale/mr/LC_MESSAGES/kfile_exr.mo +share/locale/mr/LC_MESSAGES/kfile_kig.mo +share/locale/mr/LC_MESSAGES/kfile_mail.mo +share/locale/mr/LC_MESSAGES/kfile_pnm.mo +share/locale/mr/LC_MESSAGES/kfile_raw.mo +share/locale/mr/LC_MESSAGES/kfile_rgb.mo +share/locale/mr/LC_MESSAGES/kfile_rpm.mo +share/locale/mr/LC_MESSAGES/kfile_tiff.mo +share/locale/mr/LC_MESSAGES/kfile_xps.mo share/locale/mr/LC_MESSAGES/kfileaudiopreview4.mo +share/locale/mr/LC_MESSAGES/kfilereplace.mo share/locale/mr/LC_MESSAGES/kfileshare.mo share/locale/mr/LC_MESSAGES/kfindpart.mo +share/locale/mr/LC_MESSAGES/kfloppy.mo share/locale/mr/LC_MESSAGES/kfmclient.mo share/locale/mr/LC_MESSAGES/kfontinst.mo +share/locale/mr/LC_MESSAGES/kfourinline.mo share/locale/mr/LC_MESSAGES/kgeography.mo share/locale/mr/LC_MESSAGES/kget.mo share/locale/mr/LC_MESSAGES/kgetplugin.mo share/locale/mr/LC_MESSAGES/kglobalaccel.mo +share/locale/mr/LC_MESSAGES/kgoldrunner.mo +share/locale/mr/LC_MESSAGES/kgpg.mo share/locale/mr/LC_MESSAGES/kgreet_classic.mo share/locale/mr/LC_MESSAGES/kgreet_generic.mo share/locale/mr/LC_MESSAGES/kgreet_winbind.mo +share/locale/mr/LC_MESSAGES/khangman.mo share/locale/mr/LC_MESSAGES/khelpcenter.mo share/locale/mr/LC_MESSAGES/khotkeys.mo share/locale/mr/LC_MESSAGES/khotnewstuff.mo share/locale/mr/LC_MESSAGES/khtmlkttsd.mo share/locale/mr/LC_MESSAGES/khtmlsettingsplugin.mo share/locale/mr/LC_MESSAGES/kiconfinder.mo -share/locale/mr/LC_MESSAGES/kinetd.mo +share/locale/mr/LC_MESSAGES/kig.mo +share/locale/mr/LC_MESSAGES/kigo.mo +share/locale/mr/LC_MESSAGES/killbots.mo +share/locale/mr/LC_MESSAGES/kimagemapeditor.mo share/locale/mr/LC_MESSAGES/kinfocenter.mo share/locale/mr/LC_MESSAGES/kio4.mo share/locale/mr/LC_MESSAGES/kio_activities.mo +share/locale/mr/LC_MESSAGES/kio_akonadi.mo share/locale/mr/LC_MESSAGES/kio_applications.mo share/locale/mr/LC_MESSAGES/kio_archive.mo share/locale/mr/LC_MESSAGES/kio_audiocd.mo share/locale/mr/LC_MESSAGES/kio_bookmarks.mo share/locale/mr/LC_MESSAGES/kio_finger.mo share/locale/mr/LC_MESSAGES/kio_fish.mo share/locale/mr/LC_MESSAGES/kio_floppy.mo share/locale/mr/LC_MESSAGES/kio_help4.mo +share/locale/mr/LC_MESSAGES/kio_imap4.mo share/locale/mr/LC_MESSAGES/kio_info.mo share/locale/mr/LC_MESSAGES/kio_jabberdisco.mo +share/locale/mr/LC_MESSAGES/kio_ldap.mo share/locale/mr/LC_MESSAGES/kio_man.mo +share/locale/mr/LC_MESSAGES/kio_mbox.mo share/locale/mr/LC_MESSAGES/kio_nepomuk.mo share/locale/mr/LC_MESSAGES/kio_nepomuksearch.mo share/locale/mr/LC_MESSAGES/kio_nfs.mo +share/locale/mr/LC_MESSAGES/kio_nntp.mo +share/locale/mr/LC_MESSAGES/kio_perldoc.mo +share/locale/mr/LC_MESSAGES/kio_pop3.mo share/locale/mr/LC_MESSAGES/kio_recentdocuments.mo share/locale/mr/LC_MESSAGES/kio_remote.mo share/locale/mr/LC_MESSAGES/kio_sftp.mo +share/locale/mr/LC_MESSAGES/kio_sieve.mo share/locale/mr/LC_MESSAGES/kio_smb.mo +share/locale/mr/LC_MESSAGES/kio_smtp.mo +share/locale/mr/LC_MESSAGES/kio_svn.mo share/locale/mr/LC_MESSAGES/kio_tags.mo share/locale/mr/LC_MESSAGES/kio_thumbnail.mo share/locale/mr/LC_MESSAGES/kio_timeline.mo share/locale/mr/LC_MESSAGES/kio_trash.mo share/locale/mr/LC_MESSAGES/kio_zeroconf.mo share/locale/mr/LC_MESSAGES/kioclient.mo share/locale/mr/LC_MESSAGES/kioexec.mo share/locale/mr/LC_MESSAGES/kipiplugin_kxmlhelloworld.mo +share/locale/mr/LC_MESSAGES/kiriki.mo +share/locale/mr/LC_MESSAGES/kiten.mo share/locale/mr/LC_MESSAGES/kjots.mo +share/locale/mr/LC_MESSAGES/kjotsmigrator.mo +share/locale/mr/LC_MESSAGES/kjumpingcube.mo +share/locale/mr/LC_MESSAGES/kleopatra.mo +share/locale/mr/LC_MESSAGES/klettres.mo +share/locale/mr/LC_MESSAGES/klickety.mo +share/locale/mr/LC_MESSAGES/klines.mo +share/locale/mr/LC_MESSAGES/klinkstatus.mo share/locale/mr/LC_MESSAGES/klipper.mo +share/locale/mr/LC_MESSAGES/klock.mo +share/locale/mr/LC_MESSAGES/kmag.mo +share/locale/mr/LC_MESSAGES/kmahjongg.mo +share/locale/mr/LC_MESSAGES/kmail-migrator.mo +share/locale/mr/LC_MESSAGES/kmail-mobile.mo +share/locale/mr/LC_MESSAGES/kmail.mo +share/locale/mr/LC_MESSAGES/kmailcvt.mo share/locale/mr/LC_MESSAGES/kmenuedit.mo share/locale/mr/LC_MESSAGES/kmimetypefinder.mo +share/locale/mr/LC_MESSAGES/kmines.mo share/locale/mr/LC_MESSAGES/kmix.mo +share/locale/mr/LC_MESSAGES/kmousetool.mo +share/locale/mr/LC_MESSAGES/kmouth.mo +share/locale/mr/LC_MESSAGES/kmplot.mo share/locale/mr/LC_MESSAGES/knetattach.mo +share/locale/mr/LC_MESSAGES/knetwalk.mo share/locale/mr/LC_MESSAGES/knode.mo share/locale/mr/LC_MESSAGES/knotes.mo share/locale/mr/LC_MESSAGES/knotify4.mo +share/locale/mr/LC_MESSAGES/kolf.mo +share/locale/mr/LC_MESSAGES/kollision.mo share/locale/mr/LC_MESSAGES/kolourpaint.mo +share/locale/mr/LC_MESSAGES/kommander.mo +share/locale/mr/LC_MESSAGES/kompare.mo +share/locale/mr/LC_MESSAGES/konqprofiles.mo share/locale/mr/LC_MESSAGES/konqueror.mo +share/locale/mr/LC_MESSAGES/konquest.mo share/locale/mr/LC_MESSAGES/konsole.mo +share/locale/mr/LC_MESSAGES/konsolekalendar.mo +share/locale/mr/LC_MESSAGES/konsoleprofiles.mo share/locale/mr/LC_MESSAGES/kontact.mo +share/locale/mr/LC_MESSAGES/kontactinterfaces.mo +share/locale/mr/LC_MESSAGES/kopete.mo +share/locale/mr/LC_MESSAGES/korganizer-mobile.mo +share/locale/mr/LC_MESSAGES/korganizer.mo +share/locale/mr/LC_MESSAGES/kpartloader.mo +share/locale/mr/LC_MESSAGES/kpartsaver.mo share/locale/mr/LC_MESSAGES/kpasswdserver.mo +share/locale/mr/LC_MESSAGES/kpat.mo share/locale/mr/LC_MESSAGES/kppp.mo share/locale/mr/LC_MESSAGES/kppplogview.mo share/locale/mr/LC_MESSAGES/kquitapp.mo share/locale/mr/LC_MESSAGES/krandr.mo +share/locale/mr/LC_MESSAGES/krcdnotifieritem.mo share/locale/mr/LC_MESSAGES/krdb.mo share/locale/mr/LC_MESSAGES/krdc.mo share/locale/mr/LC_MESSAGES/kreadconfig.mo +share/locale/mr/LC_MESSAGES/kremotecontroldaemon.mo +share/locale/mr/LC_MESSAGES/kres-migrator.mo +share/locale/mr/LC_MESSAGES/kres_blog.mo +share/locale/mr/LC_MESSAGES/kres_remote.mo +share/locale/mr/LC_MESSAGES/kresources_shared_akonadi.mo +share/locale/mr/LC_MESSAGES/kreversi.mo share/locale/mr/LC_MESSAGES/krfb.mo share/locale/mr/LC_MESSAGES/kruler.mo share/locale/mr/LC_MESSAGES/krunner.mo share/locale/mr/LC_MESSAGES/ksaneplugin.mo share/locale/mr/LC_MESSAGES/kscd.mo share/locale/mr/LC_MESSAGES/kscreenlocker.mo share/locale/mr/LC_MESSAGES/kscreenlocker_greet.mo share/locale/mr/LC_MESSAGES/kscreensaver.mo +share/locale/mr/LC_MESSAGES/ksendemail.mo +share/locale/mr/LC_MESSAGES/ksgrd.mo share/locale/mr/LC_MESSAGES/kshellcmdplugin.mo +share/locale/mr/LC_MESSAGES/kshisen.mo share/locale/mr/LC_MESSAGES/kshorturifilter.mo +share/locale/mr/LC_MESSAGES/ksirk.mo +share/locale/mr/LC_MESSAGES/ksirkskineditor.mo share/locale/mr/LC_MESSAGES/ksmserver.mo share/locale/mr/LC_MESSAGES/ksnapshot.mo +share/locale/mr/LC_MESSAGES/kspaceduel.mo share/locale/mr/LC_MESSAGES/ksplashthemes.mo +share/locale/mr/LC_MESSAGES/ksquares.mo +share/locale/mr/LC_MESSAGES/kstars.mo share/locale/mr/LC_MESSAGES/kstart.mo +share/locale/mr/LC_MESSAGES/kstartperf.mo share/locale/mr/LC_MESSAGES/kstyle_config.mo +share/locale/mr/LC_MESSAGES/kstyle_phase_config.mo +share/locale/mr/LC_MESSAGES/ksudoku.mo share/locale/mr/LC_MESSAGES/ksysguard.mo share/locale/mr/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/mr/LC_MESSAGES/ksystemlog.mo share/locale/mr/LC_MESSAGES/ksystraycmd.mo +share/locale/mr/LC_MESSAGES/kteatime.mo share/locale/mr/LC_MESSAGES/ktesnippets_editor.mo share/locale/mr/LC_MESSAGES/ktexteditor_codesnippets_core.mo share/locale/mr/LC_MESSAGES/ktexteditor_plugins.mo +share/locale/mr/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo +share/locale/mr/LC_MESSAGES/ktimer.mo share/locale/mr/LC_MESSAGES/ktimetracker.mo +share/locale/mr/LC_MESSAGES/ktnef.mo +share/locale/mr/LC_MESSAGES/ktouch.mo share/locale/mr/LC_MESSAGES/ktouchpadenabler.mo share/locale/mr/LC_MESSAGES/ktraderclient.mo +share/locale/mr/LC_MESSAGES/ktron.mo +share/locale/mr/LC_MESSAGES/ktuberling.mo +share/locale/mr/LC_MESSAGES/kturtle.mo +share/locale/mr/LC_MESSAGES/ktux.mo +share/locale/mr/LC_MESSAGES/kubrick.mo share/locale/mr/LC_MESSAGES/kuiserver.mo +share/locale/mr/LC_MESSAGES/kuiviewer.mo share/locale/mr/LC_MESSAGES/kurifilter.mo share/locale/mr/LC_MESSAGES/kuser.mo share/locale/mr/LC_MESSAGES/kwalletd.mo share/locale/mr/LC_MESSAGES/kwalletmanager.mo +share/locale/mr/LC_MESSAGES/kwatchgnupg.mo share/locale/mr/LC_MESSAGES/kwin.mo +share/locale/mr/LC_MESSAGES/kwin_art_clients.mo share/locale/mr/LC_MESSAGES/kwin_clients.mo share/locale/mr/LC_MESSAGES/kwin_effects.mo share/locale/mr/LC_MESSAGES/kwinshutdown.mo share/locale/mr/LC_MESSAGES/kwinstartmenu.mo +share/locale/mr/LC_MESSAGES/kwordquiz.mo share/locale/mr/LC_MESSAGES/kwrite.mo share/locale/mr/LC_MESSAGES/kwriteconfig.mo share/locale/mr/LC_MESSAGES/kxkb.mo +share/locale/mr/LC_MESSAGES/kxsconfig.mo +share/locale/mr/LC_MESSAGES/lancelot.mo +share/locale/mr/LC_MESSAGES/libakonadi-calendar.mo +share/locale/mr/LC_MESSAGES/libakonadi-kmime.mo +share/locale/mr/LC_MESSAGES/libakonadi.mo +share/locale/mr/LC_MESSAGES/libeventviews.mo +share/locale/mr/LC_MESSAGES/libincidenceeditors.mo +share/locale/mr/LC_MESSAGES/libkalarmcal.mo +share/locale/mr/LC_MESSAGES/libkasten.mo +share/locale/mr/LC_MESSAGES/libkblog.mo +share/locale/mr/LC_MESSAGES/libkcal.mo +share/locale/mr/LC_MESSAGES/libkcalutils.mo share/locale/mr/LC_MESSAGES/libkcddb.mo share/locale/mr/LC_MESSAGES/libkcompactdisc.mo +share/locale/mr/LC_MESSAGES/libkdcraw.mo share/locale/mr/LC_MESSAGES/libkdecorations.mo +share/locale/mr/LC_MESSAGES/libkdeedu.mo +share/locale/mr/LC_MESSAGES/libkdegames.mo +share/locale/mr/LC_MESSAGES/libkdepim.mo +share/locale/mr/LC_MESSAGES/libkdepimmobileui.mo share/locale/mr/LC_MESSAGES/libkexiv2.mo +share/locale/mr/LC_MESSAGES/libkholidays.mo +share/locale/mr/LC_MESSAGES/libkimap.mo share/locale/mr/LC_MESSAGES/libkipi.mo +share/locale/mr/LC_MESSAGES/libkldap.mo +share/locale/mr/LC_MESSAGES/libkleopatra.mo +share/locale/mr/LC_MESSAGES/libkmahjongg.mo +share/locale/mr/LC_MESSAGES/libkmime.mo share/locale/mr/LC_MESSAGES/libkonq.mo +share/locale/mr/LC_MESSAGES/libkpgp.mo +share/locale/mr/LC_MESSAGES/libkpimidentities.mo +share/locale/mr/LC_MESSAGES/libkpimtextedit.mo +share/locale/mr/LC_MESSAGES/libkpimutils.mo +share/locale/mr/LC_MESSAGES/libkremotecontrol.mo +share/locale/mr/LC_MESSAGES/libkresources.mo share/locale/mr/LC_MESSAGES/libksane.mo share/locale/mr/LC_MESSAGES/libkscreensaver.mo +share/locale/mr/LC_MESSAGES/libksieve.mo +share/locale/mr/LC_MESSAGES/libktnef.mo share/locale/mr/LC_MESSAGES/libkunitconversion.mo share/locale/mr/LC_MESSAGES/libkworkspace.mo +share/locale/mr/LC_MESSAGES/libkxmlrpcclient.mo +share/locale/mr/LC_MESSAGES/liblancelot-datamodels.mo +share/locale/mr/LC_MESSAGES/libmailcommon.mo +share/locale/mr/LC_MESSAGES/libmailimporter.mo +share/locale/mr/LC_MESSAGES/libmailtransport.mo +share/locale/mr/LC_MESSAGES/libmessagecomposer.mo +share/locale/mr/LC_MESSAGES/libmessagecore.mo +share/locale/mr/LC_MESSAGES/libmessagelist.mo +share/locale/mr/LC_MESSAGES/libmessageviewer.mo +share/locale/mr/LC_MESSAGES/liboktetacore.mo +share/locale/mr/LC_MESSAGES/liboktetagui.mo +share/locale/mr/LC_MESSAGES/liboktetakasten.mo share/locale/mr/LC_MESSAGES/liboxygenstyleconfig.mo share/locale/mr/LC_MESSAGES/libphonon.mo +share/locale/mr/LC_MESSAGES/libpimcommon.mo share/locale/mr/LC_MESSAGES/libplasma.mo +share/locale/mr/LC_MESSAGES/libplasma_groupingcontainment.mo share/locale/mr/LC_MESSAGES/libplasmaclock.mo +share/locale/mr/LC_MESSAGES/libplasmaweather.mo share/locale/mr/LC_MESSAGES/libtaskmanager.mo +share/locale/mr/LC_MESSAGES/libtemplateparser.mo +share/locale/mr/LC_MESSAGES/lokalize.mo +share/locale/mr/LC_MESSAGES/lskat.mo +share/locale/mr/LC_MESSAGES/mailreader.mo +share/locale/mr/LC_MESSAGES/marble.mo +share/locale/mr/LC_MESSAGES/marble_qt.mo +share/locale/mr/LC_MESSAGES/marble_xml_mimetypes.mo +share/locale/mr/LC_MESSAGES/messageviewer_application_mstnef_plugin.mo +share/locale/mr/LC_MESSAGES/messageviewer_text_calendar_plugin.mo +share/locale/mr/LC_MESSAGES/messageviewer_text_vcard_plugin.mo +share/locale/mr/LC_MESSAGES/messageviewer_text_xdiff_plugin.mo share/locale/mr/LC_MESSAGES/mf_konqplugin.mo share/locale/mr/LC_MESSAGES/minitoolsplugin.mo share/locale/mr/LC_MESSAGES/mplayerthumbs.mo share/locale/mr/LC_MESSAGES/mplayerthumbsconfig.mo share/locale/mr/LC_MESSAGES/nepomukbackup.mo share/locale/mr/LC_MESSAGES/nepomukcleaner.mo share/locale/mr/LC_MESSAGES/nepomukcontroller.mo share/locale/mr/LC_MESSAGES/nepomukfileindexer.mo +share/locale/mr/LC_MESSAGES/nepomukpimindexerutility.mo share/locale/mr/LC_MESSAGES/nepomukqueryservice.mo share/locale/mr/LC_MESSAGES/nepomukserver.mo share/locale/mr/LC_MESSAGES/nepomukservicestub.mo share/locale/mr/LC_MESSAGES/nepomukstorage.mo share/locale/mr/LC_MESSAGES/nepomukwidgets.mo +share/locale/mr/LC_MESSAGES/newmailnotifieragent.mo +share/locale/mr/LC_MESSAGES/notes-mobile.mo share/locale/mr/LC_MESSAGES/nsplugin.mo +share/locale/mr/LC_MESSAGES/okteta-mobile.mo +share/locale/mr/LC_MESSAGES/okteta.mo +share/locale/mr/LC_MESSAGES/oktetapart.mo share/locale/mr/LC_MESSAGES/okular.mo +share/locale/mr/LC_MESSAGES/okular_chm.mo +share/locale/mr/LC_MESSAGES/okular_comicbook.mo +share/locale/mr/LC_MESSAGES/okular_djvu.mo +share/locale/mr/LC_MESSAGES/okular_dvi.mo +share/locale/mr/LC_MESSAGES/okular_epub.mo +share/locale/mr/LC_MESSAGES/okular_fax.mo +share/locale/mr/LC_MESSAGES/okular_fictionbook.mo +share/locale/mr/LC_MESSAGES/okular_ghostview.mo +share/locale/mr/LC_MESSAGES/okular_kimgio.mo +share/locale/mr/LC_MESSAGES/okular_mobi.mo +share/locale/mr/LC_MESSAGES/okular_ooo.mo +share/locale/mr/LC_MESSAGES/okular_plucker.mo +share/locale/mr/LC_MESSAGES/okular_poppler.mo +share/locale/mr/LC_MESSAGES/okular_tiff.mo +share/locale/mr/LC_MESSAGES/okular_xps.mo share/locale/mr/LC_MESSAGES/org.kde.active.documentviewer.mo +share/locale/mr/LC_MESSAGES/pairs.mo +share/locale/mr/LC_MESSAGES/pairseditor.mo +share/locale/mr/LC_MESSAGES/palapeli.mo +share/locale/mr/LC_MESSAGES/parley.mo share/locale/mr/LC_MESSAGES/phonon_gstreamer.mo share/locale/mr/LC_MESSAGES/phonon_kde.mo share/locale/mr/LC_MESSAGES/phonon_vlc.mo share/locale/mr/LC_MESSAGES/phononserver.mo +share/locale/mr/LC_MESSAGES/picmi.mo +share/locale/mr/LC_MESSAGES/pimsettingexporter.mo share/locale/mr/LC_MESSAGES/plasma-desktop.mo share/locale/mr/LC_MESSAGES/plasma-netbook.mo share/locale/mr/LC_MESSAGES/plasma-overlay.mo share/locale/mr/LC_MESSAGES/plasma-remote-helper.mo share/locale/mr/LC_MESSAGES/plasma-windowed.mo +share/locale/mr/LC_MESSAGES/plasma_applet_BbalL.mo +share/locale/mr/LC_MESSAGES/plasma_applet_CharSelectApplet.mo +share/locale/mr/LC_MESSAGES/plasma_applet_Molmasscalculator.mo +share/locale/mr/LC_MESSAGES/plasma_applet_akonotes_note.mo share/locale/mr/LC_MESSAGES/plasma_applet_battery.mo +share/locale/mr/LC_MESSAGES/plasma_applet_binaryclock.mo +share/locale/mr/LC_MESSAGES/plasma_applet_bookmarks.mo +share/locale/mr/LC_MESSAGES/plasma_applet_bubblemon.mo +share/locale/mr/LC_MESSAGES/plasma_applet_calculator.mo share/locale/mr/LC_MESSAGES/plasma_applet_clock.mo +share/locale/mr/LC_MESSAGES/plasma_applet_comic.mo +share/locale/mr/LC_MESSAGES/plasma_applet_concentrationCalculator.mo share/locale/mr/LC_MESSAGES/plasma_applet_currentappcontrol.mo share/locale/mr/LC_MESSAGES/plasma_applet_dig_clock.mo +share/locale/mr/LC_MESSAGES/plasma_applet_fifteenPuzzle.mo +share/locale/mr/LC_MESSAGES/plasma_applet_fileWatcher.mo share/locale/mr/LC_MESSAGES/plasma_applet_folderview.mo +share/locale/mr/LC_MESSAGES/plasma_applet_frame.mo +share/locale/mr/LC_MESSAGES/plasma_applet_fuzzy_clock.mo +share/locale/mr/LC_MESSAGES/plasma_applet_gasCalculator.mo +share/locale/mr/LC_MESSAGES/plasma_applet_groupingpanel.mo share/locale/mr/LC_MESSAGES/plasma_applet_icon.mo share/locale/mr/LC_MESSAGES/plasma_applet_icontasks.mo +share/locale/mr/LC_MESSAGES/plasma_applet_incomingmsg.mo +share/locale/mr/LC_MESSAGES/plasma_applet_kalgebra.mo +share/locale/mr/LC_MESSAGES/plasma_applet_kalzium.mo share/locale/mr/LC_MESSAGES/plasma_applet_katesession.mo +share/locale/mr/LC_MESSAGES/plasma_applet_kdeobservatory.mo share/locale/mr/LC_MESSAGES/plasma_applet_kget.mo +share/locale/mr/LC_MESSAGES/plasma_applet_kimpanel.mo +share/locale/mr/LC_MESSAGES/plasma_applet_knowledgebase.mo +share/locale/mr/LC_MESSAGES/plasma_applet_kolourpicker.mo +share/locale/mr/LC_MESSAGES/plasma_applet_kpapplet.mo share/locale/mr/LC_MESSAGES/plasma_applet_launcher.mo +share/locale/mr/LC_MESSAGES/plasma_applet_leavenote.mo +share/locale/mr/LC_MESSAGES/plasma_applet_life.mo share/locale/mr/LC_MESSAGES/plasma_applet_lockout.mo +share/locale/mr/LC_MESSAGES/plasma_applet_luna.mo +share/locale/mr/LC_MESSAGES/plasma_applet_magnifique.mo +share/locale/mr/LC_MESSAGES/plasma_applet_microblog.mo share/locale/mr/LC_MESSAGES/plasma_applet_netpanel.mo +share/locale/mr/LC_MESSAGES/plasma_applet_news.mo share/locale/mr/LC_MESSAGES/plasma_applet_newspaper.mo +share/locale/mr/LC_MESSAGES/plasma_applet_notes.mo share/locale/mr/LC_MESSAGES/plasma_applet_notifier.mo +share/locale/mr/LC_MESSAGES/plasma_applet_nowplaying.mo +share/locale/mr/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/mr/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/mr/LC_MESSAGES/plasma_applet_opendesktop_activities.mo share/locale/mr/LC_MESSAGES/plasma_applet_org.kde.notifications.mo share/locale/mr/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/mr/LC_MESSAGES/plasma_applet_pager.mo share/locale/mr/LC_MESSAGES/plasma_applet_panel.mo share/locale/mr/LC_MESSAGES/plasma_applet_panelspacer_internal.mo +share/locale/mr/LC_MESSAGES/plasma_applet_paste.mo +share/locale/mr/LC_MESSAGES/plasma_applet_pastebin.mo +share/locale/mr/LC_MESSAGES/plasma_applet_plasmaboard.mo +share/locale/mr/LC_MESSAGES/plasma_applet_previewer.mo share/locale/mr/LC_MESSAGES/plasma_applet_printmanager.mo +share/locale/mr/LC_MESSAGES/plasma_applet_qalculate.mo +share/locale/mr/LC_MESSAGES/plasma_applet_qstardict.mo share/locale/mr/LC_MESSAGES/plasma_applet_quicklaunch.mo +share/locale/mr/LC_MESSAGES/plasma_applet_rssnow.mo +share/locale/mr/LC_MESSAGES/plasma_applet_rtm.mo share/locale/mr/LC_MESSAGES/plasma_applet_sal.mo share/locale/mr/LC_MESSAGES/plasma_applet_saverdesktop.mo share/locale/mr/LC_MESSAGES/plasma_applet_searchbox.mo +share/locale/mr/LC_MESSAGES/plasma_applet_showdashboard.mo share/locale/mr/LC_MESSAGES/plasma_applet_showdesktop.mo +share/locale/mr/LC_MESSAGES/plasma_applet_skapplet.mo +share/locale/mr/LC_MESSAGES/plasma_applet_spellcheck.mo share/locale/mr/LC_MESSAGES/plasma_applet_system-monitor.mo +share/locale/mr/LC_MESSAGES/plasma_applet_systemloadviewer.mo share/locale/mr/LC_MESSAGES/plasma_applet_systemtray.mo share/locale/mr/LC_MESSAGES/plasma_applet_tasks.mo +share/locale/mr/LC_MESSAGES/plasma_applet_timer.mo share/locale/mr/LC_MESSAGES/plasma_applet_trash.mo +share/locale/mr/LC_MESSAGES/plasma_applet_unitconverter.mo +share/locale/mr/LC_MESSAGES/plasma_applet_weather.mo +share/locale/mr/LC_MESSAGES/plasma_applet_weatherstation.mo share/locale/mr/LC_MESSAGES/plasma_applet_webbrowser.mo +share/locale/mr/LC_MESSAGES/plasma_applet_webslice.mo share/locale/mr/LC_MESSAGES/plasma_applet_windowlist.mo share/locale/mr/LC_MESSAGES/plasma_appletscriptengine_dashboard.mo share/locale/mr/LC_MESSAGES/plasma_containmentactions_contextmenu.mo share/locale/mr/LC_MESSAGES/plasma_containmentactions_switchactivity.mo share/locale/mr/LC_MESSAGES/plasma_containmentactions_switchdesktop.mo share/locale/mr/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/mr/LC_MESSAGES/plasma_engine_calendar.mo +share/locale/mr/LC_MESSAGES/plasma_engine_kalzium.mo +share/locale/mr/LC_MESSAGES/plasma_engine_kdeobservatory.mo share/locale/mr/LC_MESSAGES/plasma_engine_keystate.mo share/locale/mr/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/mr/LC_MESSAGES/plasma_engine_metadata.mo share/locale/mr/LC_MESSAGES/plasma_engine_mpris2.mo share/locale/mr/LC_MESSAGES/plasma_engine_network.mo share/locale/mr/LC_MESSAGES/plasma_engine_notifications.mo share/locale/mr/LC_MESSAGES/plasma_engine_nowplaying.mo share/locale/mr/LC_MESSAGES/plasma_engine_rss.mo share/locale/mr/LC_MESSAGES/plasma_engine_share.mo share/locale/mr/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/mr/LC_MESSAGES/plasma_engine_weather.mo share/locale/mr/LC_MESSAGES/plasma_package_org.kde.desktop.activitymanager.mo share/locale/mr/LC_MESSAGES/plasma_package_org.kde.desktop.widgetexplorer.mo +share/locale/mr/LC_MESSAGES/plasma_packagestructure_comic.mo +share/locale/mr/LC_MESSAGES/plasma_runner_CharacterRunner.mo share/locale/mr/LC_MESSAGES/plasma_runner_activities.mo +share/locale/mr/LC_MESSAGES/plasma_runner_audioplayercontrol.mo share/locale/mr/LC_MESSAGES/plasma_runner_bookmarksrunner.mo +share/locale/mr/LC_MESSAGES/plasma_runner_browserhistory.mo share/locale/mr/LC_MESSAGES/plasma_runner_calculatorrunner.mo +share/locale/mr/LC_MESSAGES/plasma_runner_contacts.mo +share/locale/mr/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/mr/LC_MESSAGES/plasma_runner_datetime.mo +share/locale/mr/LC_MESSAGES/plasma_runner_events.mo share/locale/mr/LC_MESSAGES/plasma_runner_katesessions.mo share/locale/mr/LC_MESSAGES/plasma_runner_kget.mo share/locale/mr/LC_MESSAGES/plasma_runner_kill.mo +share/locale/mr/LC_MESSAGES/plasma_runner_konquerorsessions.mo +share/locale/mr/LC_MESSAGES/plasma_runner_konsolesessions.mo +share/locale/mr/LC_MESSAGES/plasma_runner_kopete.mo +share/locale/mr/LC_MESSAGES/plasma_runner_krunner_dictionary.mo share/locale/mr/LC_MESSAGES/plasma_runner_locations.mo +share/locale/mr/LC_MESSAGES/plasma_runner_marblerunner.mo +share/locale/mr/LC_MESSAGES/plasma_runner_mediawiki.mo share/locale/mr/LC_MESSAGES/plasma_runner_nepomuksearchrunner.mo share/locale/mr/LC_MESSAGES/plasma_runner_placesrunner.mo share/locale/mr/LC_MESSAGES/plasma_runner_plasma-desktop.mo share/locale/mr/LC_MESSAGES/plasma_runner_powerdevil.mo share/locale/mr/LC_MESSAGES/plasma_runner_recentdocuments.mo share/locale/mr/LC_MESSAGES/plasma_runner_services.mo share/locale/mr/LC_MESSAGES/plasma_runner_sessions.mo share/locale/mr/LC_MESSAGES/plasma_runner_shell.mo share/locale/mr/LC_MESSAGES/plasma_runner_solid.mo +share/locale/mr/LC_MESSAGES/plasma_runner_spellcheckrunner.mo share/locale/mr/LC_MESSAGES/plasma_runner_webshortcuts.mo share/locale/mr/LC_MESSAGES/plasma_runner_windowedwidgets.mo share/locale/mr/LC_MESSAGES/plasma_runner_windows.mo +share/locale/mr/LC_MESSAGES/plasma_runner_youtube.mo share/locale/mr/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/mr/LC_MESSAGES/plasma_toolbox_desktoptoolbox.mo share/locale/mr/LC_MESSAGES/plasma_toolbox_paneltoolbox.mo share/locale/mr/LC_MESSAGES/plasma_wallpaper_color.mo share/locale/mr/LC_MESSAGES/plasma_wallpaper_image.mo +share/locale/mr/LC_MESSAGES/plasma_wallpaper_mandelbrot.mo +share/locale/mr/LC_MESSAGES/plasma_wallpaper_marble.mo +share/locale/mr/LC_MESSAGES/plasma_wallpaper_pattern.mo +share/locale/mr/LC_MESSAGES/plasma_wallpaper_potd.mo +share/locale/mr/LC_MESSAGES/plasma_wallpaper_virus.mo +share/locale/mr/LC_MESSAGES/plasma_wallpaper_wallpaper-qml.mo +share/locale/mr/LC_MESSAGES/plasma_wallpaper_weather.mo share/locale/mr/LC_MESSAGES/plasmagenericshell.mo share/locale/mr/LC_MESSAGES/plasmapkg.mo +share/locale/mr/LC_MESSAGES/pothumbnail.mo share/locale/mr/LC_MESSAGES/powerdevil.mo share/locale/mr/LC_MESSAGES/powerdevilactivitiesconfig.mo share/locale/mr/LC_MESSAGES/powerdevilglobalconfig.mo share/locale/mr/LC_MESSAGES/powerdevilprofilesconfig.mo share/locale/mr/LC_MESSAGES/print-manager.mo share/locale/mr/LC_MESSAGES/processcore.mo share/locale/mr/LC_MESSAGES/processui.mo share/locale/mr/LC_MESSAGES/randrmonitor.mo share/locale/mr/LC_MESSAGES/rellinks.mo +share/locale/mr/LC_MESSAGES/rocs.mo +share/locale/mr/LC_MESSAGES/rocscore.mo +share/locale/mr/LC_MESSAGES/rocsvisualeditor.mo share/locale/mr/LC_MESSAGES/searchbarplugin.mo share/locale/mr/LC_MESSAGES/solid-hardware.mo share/locale/mr/LC_MESSAGES/solid-network.mo share/locale/mr/LC_MESSAGES/solid_qt.mo share/locale/mr/LC_MESSAGES/solidcontrol.mo share/locale/mr/LC_MESSAGES/soliduiserver.mo +share/locale/mr/LC_MESSAGES/step.mo +share/locale/mr/LC_MESSAGES/step_qt.mo +share/locale/mr/LC_MESSAGES/strigila_diff.mo +share/locale/mr/LC_MESSAGES/superkaramba.mo share/locale/mr/LC_MESSAGES/svgpart.mo +share/locale/mr/LC_MESSAGES/sweeper.mo share/locale/mr/LC_MESSAGES/systemsettings.mo +share/locale/mr/LC_MESSAGES/tasks-mobile.mo share/locale/mr/LC_MESSAGES/timezones4.mo share/locale/mr/LC_MESSAGES/uachangerplugin.mo +share/locale/mr/LC_MESSAGES/umbrello.mo share/locale/mr/LC_MESSAGES/useraccount.mo share/locale/mr/LC_MESSAGES/validatorsplugin.mo share/locale/mr/LC_MESSAGES/webarchiver.mo share/locale/mr/LC_MESSAGES/xml_mimetypes.mo share/locale/mr/entry.desktop Index: head/misc/kde4-l10n-nb/distinfo =================================================================== --- head/misc/kde4-l10n-nb/distinfo (revision 318451) +++ head/misc/kde4-l10n-nb/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/kde-l10n/kde-l10n-nb-4.10.1.tar.xz) = 9a3d0716f07dacfeb1d42c34fa1d16adb0762d757933dfcab0f561c95bb9ed07 -SIZE (KDE/4.10.1/kde-l10n/kde-l10n-nb-4.10.1.tar.xz) = 2554092 +SHA256 (KDE/4.10.3/kde-l10n/kde-l10n-nb-4.10.3.tar.xz) = 3742940057d0358a6d4057f2df9e70ce7232ffe4b1559ad9ce3a4268dc4a3bb6 +SIZE (KDE/4.10.3/kde-l10n/kde-l10n-nb-4.10.3.tar.xz) = 2560616 Index: head/misc/kde4-l10n-nb/pkg-plist =================================================================== --- head/misc/kde4-l10n-nb/pkg-plist (revision 318451) +++ head/misc/kde4-l10n-nb/pkg-plist (revision 318452) @@ -1,940 +1,939 @@ share/apps/katepart/syntax/logohighlightstyle.nb.xml share/apps/khangman/nb.txt share/apps/klettres/nb/alpha/U0061.ogg share/apps/klettres/nb/alpha/U0062.ogg share/apps/klettres/nb/alpha/U0063.ogg share/apps/klettres/nb/alpha/U0064.ogg share/apps/klettres/nb/alpha/U0065.ogg share/apps/klettres/nb/alpha/U0066.ogg share/apps/klettres/nb/alpha/U0067.ogg share/apps/klettres/nb/alpha/U0068.ogg share/apps/klettres/nb/alpha/U0069.ogg share/apps/klettres/nb/alpha/U006A.ogg share/apps/klettres/nb/alpha/U006B.ogg share/apps/klettres/nb/alpha/U006C.ogg share/apps/klettres/nb/alpha/U006D.ogg share/apps/klettres/nb/alpha/U006E.ogg share/apps/klettres/nb/alpha/U006F.ogg share/apps/klettres/nb/alpha/U0070.ogg share/apps/klettres/nb/alpha/U0071.ogg share/apps/klettres/nb/alpha/U0072.ogg share/apps/klettres/nb/alpha/U0073.ogg share/apps/klettres/nb/alpha/U0074.ogg share/apps/klettres/nb/alpha/U0075.ogg share/apps/klettres/nb/alpha/U0076.ogg share/apps/klettres/nb/alpha/U0077.ogg share/apps/klettres/nb/alpha/U0078.ogg share/apps/klettres/nb/alpha/U0079.ogg share/apps/klettres/nb/alpha/U007A.ogg share/apps/klettres/nb/alpha/U00E5.ogg share/apps/klettres/nb/alpha/U00E6.ogg share/apps/klettres/nb/alpha/U00F8.ogg share/apps/klettres/nb/sounds.xml share/apps/kturtle/data/logokeywords.nb.xml share/apps/kturtle/examples/nb/arkfarge.logo share/apps/kturtle/examples/nb/blomst.logo share/apps/kturtle/examples/nb/gangetabell.logo share/apps/kturtle/examples/nb/kde.logo share/apps/kturtle/examples/nb/krusedull.logo share/apps/kturtle/examples/nb/kvadrat.logo share/apps/kturtle/examples/nb/kvadrathjul.logo share/apps/kturtle/examples/nb/pil.logo share/apps/kturtle/examples/nb/reklame.logo share/apps/kturtle/examples/nb/tilfeldige-navn.logo share/apps/kturtle/examples/nb/trekant.logo share/apps/kturtle/examples/nb/trekanthjul.logo share/apps/kvtml/nb/animals.kvtml share/apps/kvtml/nb/easy.kvtml share/apps/kvtml/nb/hard.kvtml share/apps/kvtml/nb/medium.kvtml share/doc/HTML/nb/common/fdl-translated.html share/doc/HTML/nb/common/gpl-translated.html share/doc/HTML/nb/common/kde-localised.css share/doc/HTML/nb/common/lgpl-translated.html share/doc/HTML/nb/kcontrol/bell/common share/doc/HTML/nb/kcontrol/bell/index.cache.bz2 share/doc/HTML/nb/kcontrol/bell/index.docbook share/doc/HTML/nb/kcontrol/bookmarks/common share/doc/HTML/nb/kcontrol/bookmarks/index.cache.bz2 share/doc/HTML/nb/kcontrol/bookmarks/index.docbook share/doc/HTML/nb/kcontrol/cache/common share/doc/HTML/nb/kcontrol/cache/index.cache.bz2 share/doc/HTML/nb/kcontrol/cache/index.docbook share/doc/HTML/nb/kcontrol/clock/common share/doc/HTML/nb/kcontrol/clock/index.cache.bz2 share/doc/HTML/nb/kcontrol/clock/index.docbook share/doc/HTML/nb/kcontrol/colors/common share/doc/HTML/nb/kcontrol/colors/index.cache.bz2 share/doc/HTML/nb/kcontrol/colors/index.docbook share/doc/HTML/nb/kcontrol/componentchooser/common share/doc/HTML/nb/kcontrol/componentchooser/index.cache.bz2 share/doc/HTML/nb/kcontrol/componentchooser/index.docbook share/doc/HTML/nb/kcontrol/cookies/common share/doc/HTML/nb/kcontrol/cookies/index.cache.bz2 share/doc/HTML/nb/kcontrol/cookies/index.docbook share/doc/HTML/nb/kcontrol/desktop/common share/doc/HTML/nb/kcontrol/desktop/index.cache.bz2 share/doc/HTML/nb/kcontrol/desktop/index.docbook share/doc/HTML/nb/kcontrol/desktopthemedetails/common share/doc/HTML/nb/kcontrol/desktopthemedetails/index.cache.bz2 share/doc/HTML/nb/kcontrol/desktopthemedetails/index.docbook share/doc/HTML/nb/kcontrol/fonts/common share/doc/HTML/nb/kcontrol/fonts/index.cache.bz2 share/doc/HTML/nb/kcontrol/fonts/index.docbook share/doc/HTML/nb/kcontrol/history/common share/doc/HTML/nb/kcontrol/history/index.cache.bz2 share/doc/HTML/nb/kcontrol/history/index.docbook share/doc/HTML/nb/kcontrol/kcmcgi/common share/doc/HTML/nb/kcontrol/kcmcgi/index.cache.bz2 share/doc/HTML/nb/kcontrol/kcmcgi/index.docbook share/doc/HTML/nb/kcontrol/kcmcss/common share/doc/HTML/nb/kcontrol/kcmcss/index.cache.bz2 share/doc/HTML/nb/kcontrol/kcmcss/index.docbook share/doc/HTML/nb/kcontrol/kcmstyle/common share/doc/HTML/nb/kcontrol/kcmstyle/index.cache.bz2 share/doc/HTML/nb/kcontrol/kcmstyle/index.docbook share/doc/HTML/nb/kcontrol/keyboard/common share/doc/HTML/nb/kcontrol/keyboard/index.cache.bz2 share/doc/HTML/nb/kcontrol/keyboard/index.docbook share/doc/HTML/nb/kcontrol/khtml-plugins/common share/doc/HTML/nb/kcontrol/khtml-plugins/index.cache.bz2 share/doc/HTML/nb/kcontrol/khtml-plugins/index.docbook share/doc/HTML/nb/kcontrol/kwindecoration/common share/doc/HTML/nb/kcontrol/kwindecoration/index.cache.bz2 share/doc/HTML/nb/kcontrol/kwindecoration/index.docbook share/doc/HTML/nb/kcontrol/netpref/common share/doc/HTML/nb/kcontrol/netpref/index.cache.bz2 share/doc/HTML/nb/kcontrol/netpref/index.docbook share/doc/HTML/nb/kcontrol/smb/common share/doc/HTML/nb/kcontrol/smb/index.cache.bz2 share/doc/HTML/nb/kcontrol/smb/index.docbook share/doc/HTML/nb/kcontrol/solid-actions/common share/doc/HTML/nb/kcontrol/solid-actions/index.cache.bz2 share/doc/HTML/nb/kcontrol/solid-actions/index.docbook share/doc/HTML/nb/kcontrol/trash/common share/doc/HTML/nb/kcontrol/trash/index.cache.bz2 share/doc/HTML/nb/kcontrol/trash/index.docbook share/doc/HTML/nb/kcontrol/useragent/common share/doc/HTML/nb/kcontrol/useragent/index.cache.bz2 share/doc/HTML/nb/kcontrol/useragent/index.docbook share/doc/HTML/nb/kdepasswd/common share/doc/HTML/nb/kdepasswd/index.cache.bz2 share/doc/HTML/nb/kdepasswd/index.docbook share/doc/HTML/nb/kioslave/data/common share/doc/HTML/nb/kioslave/data/index.cache.bz2 share/doc/HTML/nb/kioslave/data/index.docbook share/doc/HTML/nb/kioslave/man/common share/doc/HTML/nb/kioslave/man/index.cache.bz2 share/doc/HTML/nb/kioslave/man/index.docbook share/doc/HTML/nb/kioslave/thumbnail/common share/doc/HTML/nb/kioslave/thumbnail/index.cache.bz2 share/doc/HTML/nb/kioslave/thumbnail/index.docbook share/locale/nb/LC_MESSAGES/accountwizard.mo share/locale/nb/LC_MESSAGES/accountwizard_ical.mo share/locale/nb/LC_MESSAGES/accountwizard_imap.mo share/locale/nb/LC_MESSAGES/accountwizard_kolab.mo share/locale/nb/LC_MESSAGES/accountwizard_mailbox.mo share/locale/nb/LC_MESSAGES/accountwizard_maildir.mo share/locale/nb/LC_MESSAGES/accountwizard_pop3.mo share/locale/nb/LC_MESSAGES/accountwizard_tine20.mo share/locale/nb/LC_MESSAGES/activitymanager_plugin_globalshortcuts.mo share/locale/nb/LC_MESSAGES/activitymanager_uihandler_declarative.mo share/locale/nb/LC_MESSAGES/adblock.mo share/locale/nb/LC_MESSAGES/akonadi-filestore.mo share/locale/nb/LC_MESSAGES/akonadi_archivemail_agent.mo share/locale/nb/LC_MESSAGES/akonadi_birthdays_resource.mo share/locale/nb/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/nb/LC_MESSAGES/akonadi_davgroupware_resource.mo share/locale/nb/LC_MESSAGES/akonadi_google_resource.mo share/locale/nb/LC_MESSAGES/akonadi_ical_resource.mo share/locale/nb/LC_MESSAGES/akonadi_icaldir_resource.mo share/locale/nb/LC_MESSAGES/akonadi_imap_resource.mo share/locale/nb/LC_MESSAGES/akonadi_invitations_agent.mo share/locale/nb/LC_MESSAGES/akonadi_kabc_resource.mo share/locale/nb/LC_MESSAGES/akonadi_kalarm_resource.mo share/locale/nb/LC_MESSAGES/akonadi_kcal_resource.mo share/locale/nb/LC_MESSAGES/akonadi_kdeaccounts_resource.mo share/locale/nb/LC_MESSAGES/akonadi_knut_resource.mo share/locale/nb/LC_MESSAGES/akonadi_kolabproxy_resource.mo share/locale/nb/LC_MESSAGES/akonadi_kresourceassistant.mo share/locale/nb/LC_MESSAGES/akonadi_localbookmarks_resource.mo share/locale/nb/LC_MESSAGES/akonadi_maildir_resource.mo share/locale/nb/LC_MESSAGES/akonadi_maildispatcher_agent.mo share/locale/nb/LC_MESSAGES/akonadi_mailfilter_agent.mo share/locale/nb/LC_MESSAGES/akonadi_mailtransport_resource.mo share/locale/nb/LC_MESSAGES/akonadi_mbox_resource.mo share/locale/nb/LC_MESSAGES/akonadi_microblog_resource.mo share/locale/nb/LC_MESSAGES/akonadi_mixedmaildir_resource.mo share/locale/nb/LC_MESSAGES/akonadi_nepomuk_feeder.mo share/locale/nb/LC_MESSAGES/akonadi_nepomuktag_resource.mo share/locale/nb/LC_MESSAGES/akonadi_next.mo share/locale/nb/LC_MESSAGES/akonadi_nntp_resource.mo share/locale/nb/LC_MESSAGES/akonadi_openxchange_resource.mo share/locale/nb/LC_MESSAGES/akonadi_pop3_resource.mo share/locale/nb/LC_MESSAGES/akonadi_serializer_plugins.mo share/locale/nb/LC_MESSAGES/akonadi_singlefile_resource.mo share/locale/nb/LC_MESSAGES/akonadi_strigi_feeder.mo share/locale/nb/LC_MESSAGES/akonadi_vcard_resource.mo share/locale/nb/LC_MESSAGES/akonadi_vcarddir_resource.mo share/locale/nb/LC_MESSAGES/akonadicontact.mo share/locale/nb/LC_MESSAGES/akonadinotes.mo share/locale/nb/LC_MESSAGES/akonaditray.mo share/locale/nb/LC_MESSAGES/akregator.mo share/locale/nb/LC_MESSAGES/akregator_konqplugin.mo share/locale/nb/LC_MESSAGES/amor.mo share/locale/nb/LC_MESSAGES/analitza.mo share/locale/nb/LC_MESSAGES/ark.mo share/locale/nb/LC_MESSAGES/attica_kde.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/blogilo.mo share/locale/nb/LC_MESSAGES/bomber.mo share/locale/nb/LC_MESSAGES/bovo.mo share/locale/nb/LC_MESSAGES/calendarsupport.mo share/locale/nb/LC_MESSAGES/cantor.mo share/locale/nb/LC_MESSAGES/cervisia.mo share/locale/nb/LC_MESSAGES/cryptopageplugin.mo share/locale/nb/LC_MESSAGES/cvsservice.mo share/locale/nb/LC_MESSAGES/dirfilterplugin.mo share/locale/nb/LC_MESSAGES/display.mo share/locale/nb/LC_MESSAGES/dolphin.mo share/locale/nb/LC_MESSAGES/domtreeviewer.mo share/locale/nb/LC_MESSAGES/dragonplayer.mo share/locale/nb/LC_MESSAGES/drkonqi.mo share/locale/nb/LC_MESSAGES/filelight.mo share/locale/nb/LC_MESSAGES/filetypes.mo share/locale/nb/LC_MESSAGES/fileviewbazaarplugin.mo share/locale/nb/LC_MESSAGES/fileviewgitplugin.mo share/locale/nb/LC_MESSAGES/fileviewhgplugin.mo share/locale/nb/LC_MESSAGES/fileviewsvnplugin.mo share/locale/nb/LC_MESSAGES/freespacenotifier.mo share/locale/nb/LC_MESSAGES/fsview.mo share/locale/nb/LC_MESSAGES/granatier.mo share/locale/nb/LC_MESSAGES/gwenview.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/importwizard.mo share/locale/nb/LC_MESSAGES/jovie.mo share/locale/nb/LC_MESSAGES/joystick.mo share/locale/nb/LC_MESSAGES/juk.mo share/locale/nb/LC_MESSAGES/kabc.mo share/locale/nb/LC_MESSAGES/kabc_akonadi.mo share/locale/nb/LC_MESSAGES/kabc_dir.mo share/locale/nb/LC_MESSAGES/kabc_file.mo share/locale/nb/LC_MESSAGES/kabc_ldapkio.mo share/locale/nb/LC_MESSAGES/kabc_net.mo share/locale/nb/LC_MESSAGES/kabcclient.mo share/locale/nb/LC_MESSAGES/kabcformat_binary.mo share/locale/nb/LC_MESSAGES/kaccess.mo share/locale/nb/LC_MESSAGES/kaccessibleapp.mo share/locale/nb/LC_MESSAGES/kactivitymanagerd.mo share/locale/nb/LC_MESSAGES/kactivitymanagerd_fileitem_linking_plugin.mo share/locale/nb/LC_MESSAGES/kaddressbook-mobile.mo share/locale/nb/LC_MESSAGES/kaddressbook.mo share/locale/nb/LC_MESSAGES/kaddressbookmigrator.mo share/locale/nb/LC_MESSAGES/kajongg.mo share/locale/nb/LC_MESSAGES/kalarm.mo share/locale/nb/LC_MESSAGES/kalgebra.mo share/locale/nb/LC_MESSAGES/kalzium.mo share/locale/nb/LC_MESSAGES/kanagram-harmattan.mo share/locale/nb/LC_MESSAGES/kanagram.mo share/locale/nb/LC_MESSAGES/kapman.mo share/locale/nb/LC_MESSAGES/kapptemplate.mo share/locale/nb/LC_MESSAGES/kate-ctags-plugin.mo share/locale/nb/LC_MESSAGES/kate.mo share/locale/nb/LC_MESSAGES/kate_kttsd.mo share/locale/nb/LC_MESSAGES/katebacktracebrowserplugin.mo share/locale/nb/LC_MESSAGES/katebuild-plugin.mo share/locale/nb/LC_MESSAGES/katefilebrowserplugin.mo share/locale/nb/LC_MESSAGES/katefiletemplates.mo share/locale/nb/LC_MESSAGES/kategdbplugin.mo share/locale/nb/LC_MESSAGES/katehelloworld.mo share/locale/nb/LC_MESSAGES/katekonsoleplugin.mo share/locale/nb/LC_MESSAGES/katemailfilesplugin.mo share/locale/nb/LC_MESSAGES/kateopenheader.mo share/locale/nb/LC_MESSAGES/katepart4.mo share/locale/nb/LC_MESSAGES/kateproject.mo share/locale/nb/LC_MESSAGES/katesearch.mo share/locale/nb/LC_MESSAGES/katesnippets_tng.mo share/locale/nb/LC_MESSAGES/katesnippetsplugin.mo share/locale/nb/LC_MESSAGES/katesql.mo share/locale/nb/LC_MESSAGES/katesymbolviewer.mo share/locale/nb/LC_MESSAGES/katetabbarextension.mo share/locale/nb/LC_MESSAGES/katetabifyplugin.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/kbattleship.mo share/locale/nb/LC_MESSAGES/kblackbox.mo share/locale/nb/LC_MESSAGES/kblankscrn.mo share/locale/nb/LC_MESSAGES/kblocks.mo share/locale/nb/LC_MESSAGES/kbounce.mo share/locale/nb/LC_MESSAGES/kbreakout.mo share/locale/nb/LC_MESSAGES/kbruch.mo share/locale/nb/LC_MESSAGES/kcachegrind.mo share/locale/nb/LC_MESSAGES/kcachegrind_qt.mo share/locale/nb/LC_MESSAGES/kcal_akonadi.mo share/locale/nb/LC_MESSAGES/kcalc.mo share/locale/nb/LC_MESSAGES/kcertpart.mo share/locale/nb/LC_MESSAGES/kcharselect.mo share/locale/nb/LC_MESSAGES/kcm-kwin-scripts.mo share/locale/nb/LC_MESSAGES/kcm_activities.mo share/locale/nb/LC_MESSAGES/kcm_akonadi.mo share/locale/nb/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/nb/LC_MESSAGES/kcm_attica.mo share/locale/nb/LC_MESSAGES/kcm_autostart.mo share/locale/nb/LC_MESSAGES/kcm_desktoppaths.mo share/locale/nb/LC_MESSAGES/kcm_desktopthemedetails.mo share/locale/nb/LC_MESSAGES/kcm_device_automounter.mo share/locale/nb/LC_MESSAGES/kcm_emoticons.mo share/locale/nb/LC_MESSAGES/kcm_infobase.mo share/locale/nb/LC_MESSAGES/kcm_infosummary.mo -share/locale/nb/LC_MESSAGES/kcm_krfb.mo share/locale/nb/LC_MESSAGES/kcm_kwindesktop.mo share/locale/nb/LC_MESSAGES/kcm_kwintabbox.mo share/locale/nb/LC_MESSAGES/kcm_memory.mo share/locale/nb/LC_MESSAGES/kcm_nepomuk.mo share/locale/nb/LC_MESSAGES/kcm_pci.mo share/locale/nb/LC_MESSAGES/kcm_phonon.mo share/locale/nb/LC_MESSAGES/kcm_platform.mo share/locale/nb/LC_MESSAGES/kcm_remotecontrol.mo share/locale/nb/LC_MESSAGES/kcm_solid.mo share/locale/nb/LC_MESSAGES/kcm_solid_actions.mo share/locale/nb/LC_MESSAGES/kcm_standard_actions.mo share/locale/nb/LC_MESSAGES/kcmaccess.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/kcmdevinfo.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/kcminit.mo share/locale/nb/LC_MESSAGES/kcminput.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/kcmkdnssd.mo share/locale/nb/LC_MESSAGES/kcmkeyboard.mo share/locale/nb/LC_MESSAGES/kcmkeys.mo share/locale/nb/LC_MESSAGES/kcmkgamma.mo share/locale/nb/LC_MESSAGES/kcmkio.mo share/locale/nb/LC_MESSAGES/kcmkonq.mo share/locale/nb/LC_MESSAGES/kcmkonqhtml.mo share/locale/nb/LC_MESSAGES/kcmkurifilt.mo share/locale/nb/LC_MESSAGES/kcmkwallet.mo share/locale/nb/LC_MESSAGES/kcmkwincompositing.mo share/locale/nb/LC_MESSAGES/kcmkwindecoration.mo share/locale/nb/LC_MESSAGES/kcmkwinrules.mo share/locale/nb/LC_MESSAGES/kcmkwinscreenedges.mo share/locale/nb/LC_MESSAGES/kcmkwm.mo share/locale/nb/LC_MESSAGES/kcmlaunch.mo share/locale/nb/LC_MESSAGES/kcmlocale.mo share/locale/nb/LC_MESSAGES/kcmnic.mo share/locale/nb/LC_MESSAGES/kcmnotify.mo share/locale/nb/LC_MESSAGES/kcmopengl.mo share/locale/nb/LC_MESSAGES/kcmperformance.mo share/locale/nb/LC_MESSAGES/kcmsamba.mo share/locale/nb/LC_MESSAGES/kcmscreensaver.mo share/locale/nb/LC_MESSAGES/kcmshell.mo share/locale/nb/LC_MESSAGES/kcmsmartcard.mo share/locale/nb/LC_MESSAGES/kcmsmserver.mo share/locale/nb/LC_MESSAGES/kcmstyle.mo share/locale/nb/LC_MESSAGES/kcmusb.mo share/locale/nb/LC_MESSAGES/kcmview1394.mo share/locale/nb/LC_MESSAGES/kcmworkspaceoptions.mo share/locale/nb/LC_MESSAGES/kcolorchooser.mo share/locale/nb/LC_MESSAGES/kcron.mo share/locale/nb/LC_MESSAGES/kde-menu.mo share/locale/nb/LC_MESSAGES/kdeasciiquarium.mo share/locale/nb/LC_MESSAGES/kdebugdialog.mo share/locale/nb/LC_MESSAGES/kdecalendarsystems.mo share/locale/nb/LC_MESSAGES/kdelibs4.mo share/locale/nb/LC_MESSAGES/kdelibs_colors4.mo share/locale/nb/LC_MESSAGES/kdepasswd.mo share/locale/nb/LC_MESSAGES/kdepim-runtime-qml.mo share/locale/nb/LC_MESSAGES/kdeqt.mo share/locale/nb/LC_MESSAGES/kdesu.mo share/locale/nb/LC_MESSAGES/kdesud.mo share/locale/nb/LC_MESSAGES/kdf.mo share/locale/nb/LC_MESSAGES/kdgantt2.mo share/locale/nb/LC_MESSAGES/kdialog.mo share/locale/nb/LC_MESSAGES/kdiamond.mo share/locale/nb/LC_MESSAGES/kdmconfig.mo share/locale/nb/LC_MESSAGES/kdmgreet.mo share/locale/nb/LC_MESSAGES/kdontchangethehostname.mo share/locale/nb/LC_MESSAGES/keditbookmarks.mo share/locale/nb/LC_MESSAGES/kfile.mo share/locale/nb/LC_MESSAGES/kfile_dds.mo share/locale/nb/LC_MESSAGES/kfile_drgeo.mo share/locale/nb/LC_MESSAGES/kfile_exr.mo share/locale/nb/LC_MESSAGES/kfile_kig.mo share/locale/nb/LC_MESSAGES/kfile_mail.mo share/locale/nb/LC_MESSAGES/kfile_pnm.mo share/locale/nb/LC_MESSAGES/kfile_raw.mo share/locale/nb/LC_MESSAGES/kfile_rgb.mo share/locale/nb/LC_MESSAGES/kfile_rpm.mo share/locale/nb/LC_MESSAGES/kfile_tiff.mo share/locale/nb/LC_MESSAGES/kfile_xps.mo share/locale/nb/LC_MESSAGES/kfileaudiopreview4.mo share/locale/nb/LC_MESSAGES/kfilereplace.mo share/locale/nb/LC_MESSAGES/kfileshare.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/kfontinst.mo share/locale/nb/LC_MESSAGES/kfourinline.mo share/locale/nb/LC_MESSAGES/kgeography.mo share/locale/nb/LC_MESSAGES/kget.mo share/locale/nb/LC_MESSAGES/kgetplugin.mo share/locale/nb/LC_MESSAGES/kglobalaccel.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_generic.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/khotkeys.mo share/locale/nb/LC_MESSAGES/khotnewstuff.mo share/locale/nb/LC_MESSAGES/khtmlkttsd.mo share/locale/nb/LC_MESSAGES/khtmlsettingsplugin.mo share/locale/nb/LC_MESSAGES/kiconfinder.mo share/locale/nb/LC_MESSAGES/kig.mo share/locale/nb/LC_MESSAGES/kigo.mo share/locale/nb/LC_MESSAGES/killbots.mo share/locale/nb/LC_MESSAGES/kimagemapeditor.mo -share/locale/nb/LC_MESSAGES/kinetd.mo share/locale/nb/LC_MESSAGES/kinfocenter.mo share/locale/nb/LC_MESSAGES/kio4.mo share/locale/nb/LC_MESSAGES/kio_activities.mo share/locale/nb/LC_MESSAGES/kio_akonadi.mo share/locale/nb/LC_MESSAGES/kio_applications.mo share/locale/nb/LC_MESSAGES/kio_archive.mo share/locale/nb/LC_MESSAGES/kio_audiocd.mo share/locale/nb/LC_MESSAGES/kio_bookmarks.mo share/locale/nb/LC_MESSAGES/kio_finger.mo share/locale/nb/LC_MESSAGES/kio_fish.mo share/locale/nb/LC_MESSAGES/kio_floppy.mo share/locale/nb/LC_MESSAGES/kio_help4.mo share/locale/nb/LC_MESSAGES/kio_imap4.mo share/locale/nb/LC_MESSAGES/kio_info.mo share/locale/nb/LC_MESSAGES/kio_jabberdisco.mo share/locale/nb/LC_MESSAGES/kio_ldap.mo share/locale/nb/LC_MESSAGES/kio_man.mo share/locale/nb/LC_MESSAGES/kio_mbox.mo share/locale/nb/LC_MESSAGES/kio_nepomuk.mo share/locale/nb/LC_MESSAGES/kio_nepomuksearch.mo share/locale/nb/LC_MESSAGES/kio_nfs.mo share/locale/nb/LC_MESSAGES/kio_nntp.mo share/locale/nb/LC_MESSAGES/kio_perldoc.mo share/locale/nb/LC_MESSAGES/kio_pop3.mo share/locale/nb/LC_MESSAGES/kio_recentdocuments.mo share/locale/nb/LC_MESSAGES/kio_remote.mo share/locale/nb/LC_MESSAGES/kio_sftp.mo share/locale/nb/LC_MESSAGES/kio_sieve.mo share/locale/nb/LC_MESSAGES/kio_smb.mo share/locale/nb/LC_MESSAGES/kio_smtp.mo share/locale/nb/LC_MESSAGES/kio_svn.mo share/locale/nb/LC_MESSAGES/kio_tags.mo share/locale/nb/LC_MESSAGES/kio_thumbnail.mo share/locale/nb/LC_MESSAGES/kio_timeline.mo share/locale/nb/LC_MESSAGES/kio_trash.mo share/locale/nb/LC_MESSAGES/kio_zeroconf.mo share/locale/nb/LC_MESSAGES/kioclient.mo share/locale/nb/LC_MESSAGES/kioexec.mo share/locale/nb/LC_MESSAGES/kipiplugin_kxmlhelloworld.mo share/locale/nb/LC_MESSAGES/kiriki.mo share/locale/nb/LC_MESSAGES/kiten.mo share/locale/nb/LC_MESSAGES/kjots.mo share/locale/nb/LC_MESSAGES/kjotsmigrator.mo share/locale/nb/LC_MESSAGES/kjumpingcube.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/klinkstatus.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-migrator.mo share/locale/nb/LC_MESSAGES/kmail-mobile.mo share/locale/nb/LC_MESSAGES/kmail.mo share/locale/nb/LC_MESSAGES/kmailcvt.mo share/locale/nb/LC_MESSAGES/kmenuedit.mo share/locale/nb/LC_MESSAGES/kmimetypefinder.mo share/locale/nb/LC_MESSAGES/kmines.mo share/locale/nb/LC_MESSAGES/kmix.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/knetattach.mo share/locale/nb/LC_MESSAGES/knetwalk.mo share/locale/nb/LC_MESSAGES/knode.mo share/locale/nb/LC_MESSAGES/knotes.mo share/locale/nb/LC_MESSAGES/knotify4.mo share/locale/nb/LC_MESSAGES/kolf.mo share/locale/nb/LC_MESSAGES/kollision.mo share/locale/nb/LC_MESSAGES/kolourpaint.mo share/locale/nb/LC_MESSAGES/kommander.mo share/locale/nb/LC_MESSAGES/kompare.mo share/locale/nb/LC_MESSAGES/konqprofiles.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/konsoleprofiles.mo share/locale/nb/LC_MESSAGES/kontact.mo share/locale/nb/LC_MESSAGES/kontactinterfaces.mo share/locale/nb/LC_MESSAGES/kopete.mo share/locale/nb/LC_MESSAGES/korganizer-mobile.mo share/locale/nb/LC_MESSAGES/korganizer.mo share/locale/nb/LC_MESSAGES/kpartloader.mo share/locale/nb/LC_MESSAGES/kpartsaver.mo share/locale/nb/LC_MESSAGES/kpasswdserver.mo share/locale/nb/LC_MESSAGES/kpat.mo share/locale/nb/LC_MESSAGES/kppp.mo share/locale/nb/LC_MESSAGES/kppplogview.mo share/locale/nb/LC_MESSAGES/kquitapp.mo share/locale/nb/LC_MESSAGES/krandr.mo share/locale/nb/LC_MESSAGES/krcdnotifieritem.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/kremotecontroldaemon.mo share/locale/nb/LC_MESSAGES/kres-migrator.mo share/locale/nb/LC_MESSAGES/kres_blog.mo share/locale/nb/LC_MESSAGES/kres_remote.mo share/locale/nb/LC_MESSAGES/kresources_shared_akonadi.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/krunner.mo share/locale/nb/LC_MESSAGES/ksaneplugin.mo share/locale/nb/LC_MESSAGES/kscd.mo share/locale/nb/LC_MESSAGES/kscreenlocker.mo share/locale/nb/LC_MESSAGES/kscreenlocker_greet.mo share/locale/nb/LC_MESSAGES/kscreensaver.mo share/locale/nb/LC_MESSAGES/ksendemail.mo share/locale/nb/LC_MESSAGES/ksgrd.mo share/locale/nb/LC_MESSAGES/kshellcmdplugin.mo share/locale/nb/LC_MESSAGES/kshisen.mo share/locale/nb/LC_MESSAGES/kshorturifilter.mo share/locale/nb/LC_MESSAGES/ksirk.mo share/locale/nb/LC_MESSAGES/ksirkskineditor.mo share/locale/nb/LC_MESSAGES/ksmserver.mo share/locale/nb/LC_MESSAGES/ksnapshot.mo share/locale/nb/LC_MESSAGES/kspaceduel.mo share/locale/nb/LC_MESSAGES/ksplashthemes.mo share/locale/nb/LC_MESSAGES/ksquares.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/kstyle_config.mo share/locale/nb/LC_MESSAGES/kstyle_phase_config.mo share/locale/nb/LC_MESSAGES/ksudoku.mo share/locale/nb/LC_MESSAGES/ksysguard.mo share/locale/nb/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/nb/LC_MESSAGES/ksystemlog.mo share/locale/nb/LC_MESSAGES/ksystraycmd.mo share/locale/nb/LC_MESSAGES/kteatime.mo share/locale/nb/LC_MESSAGES/ktesnippets_editor.mo share/locale/nb/LC_MESSAGES/ktexteditor_codesnippets_core.mo share/locale/nb/LC_MESSAGES/ktexteditor_plugins.mo share/locale/nb/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/nb/LC_MESSAGES/ktimer.mo share/locale/nb/LC_MESSAGES/ktimetracker.mo share/locale/nb/LC_MESSAGES/ktnef.mo share/locale/nb/LC_MESSAGES/ktouch.mo share/locale/nb/LC_MESSAGES/ktouchpadenabler.mo share/locale/nb/LC_MESSAGES/ktraderclient.mo share/locale/nb/LC_MESSAGES/ktron.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/kubrick.mo share/locale/nb/LC_MESSAGES/kuiserver.mo share/locale/nb/LC_MESSAGES/kuiviewer.mo share/locale/nb/LC_MESSAGES/kurifilter.mo share/locale/nb/LC_MESSAGES/kuser.mo share/locale/nb/LC_MESSAGES/kwalletd.mo share/locale/nb/LC_MESSAGES/kwalletmanager.mo share/locale/nb/LC_MESSAGES/kwatchgnupg.mo share/locale/nb/LC_MESSAGES/kwin.mo share/locale/nb/LC_MESSAGES/kwin_art_clients.mo share/locale/nb/LC_MESSAGES/kwin_clients.mo share/locale/nb/LC_MESSAGES/kwin_effects.mo share/locale/nb/LC_MESSAGES/kwinshutdown.mo share/locale/nb/LC_MESSAGES/kwinstartmenu.mo share/locale/nb/LC_MESSAGES/kwordquiz.mo share/locale/nb/LC_MESSAGES/kwrite.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/lancelot.mo share/locale/nb/LC_MESSAGES/libakonadi-calendar.mo share/locale/nb/LC_MESSAGES/libakonadi-kmime.mo share/locale/nb/LC_MESSAGES/libakonadi.mo share/locale/nb/LC_MESSAGES/libeventviews.mo share/locale/nb/LC_MESSAGES/libincidenceeditors.mo share/locale/nb/LC_MESSAGES/libkalarmcal.mo share/locale/nb/LC_MESSAGES/libkasten.mo share/locale/nb/LC_MESSAGES/libkblog.mo share/locale/nb/LC_MESSAGES/libkcal.mo share/locale/nb/LC_MESSAGES/libkcalutils.mo share/locale/nb/LC_MESSAGES/libkcddb.mo share/locale/nb/LC_MESSAGES/libkcompactdisc.mo share/locale/nb/LC_MESSAGES/libkdcraw.mo share/locale/nb/LC_MESSAGES/libkdecorations.mo share/locale/nb/LC_MESSAGES/libkdeedu.mo share/locale/nb/LC_MESSAGES/libkdegames.mo share/locale/nb/LC_MESSAGES/libkdepim.mo share/locale/nb/LC_MESSAGES/libkdepimmobileui.mo share/locale/nb/LC_MESSAGES/libkexiv2.mo share/locale/nb/LC_MESSAGES/libkholidays.mo share/locale/nb/LC_MESSAGES/libkimap.mo share/locale/nb/LC_MESSAGES/libkipi.mo share/locale/nb/LC_MESSAGES/libkldap.mo share/locale/nb/LC_MESSAGES/libkleopatra.mo share/locale/nb/LC_MESSAGES/libkmahjongg.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/libkpimidentities.mo share/locale/nb/LC_MESSAGES/libkpimtextedit.mo share/locale/nb/LC_MESSAGES/libkpimutils.mo share/locale/nb/LC_MESSAGES/libkremotecontrol.mo share/locale/nb/LC_MESSAGES/libkresources.mo share/locale/nb/LC_MESSAGES/libksane.mo share/locale/nb/LC_MESSAGES/libkscreensaver.mo share/locale/nb/LC_MESSAGES/libksieve.mo share/locale/nb/LC_MESSAGES/libktnef.mo share/locale/nb/LC_MESSAGES/libkunitconversion.mo share/locale/nb/LC_MESSAGES/libkworkspace.mo share/locale/nb/LC_MESSAGES/libkxmlrpcclient.mo share/locale/nb/LC_MESSAGES/liblancelot-datamodels.mo share/locale/nb/LC_MESSAGES/libmailcommon.mo share/locale/nb/LC_MESSAGES/libmailimporter.mo share/locale/nb/LC_MESSAGES/libmailtransport.mo share/locale/nb/LC_MESSAGES/libmessagecomposer.mo share/locale/nb/LC_MESSAGES/libmessagecore.mo share/locale/nb/LC_MESSAGES/libmessagelist.mo share/locale/nb/LC_MESSAGES/libmessageviewer.mo share/locale/nb/LC_MESSAGES/liboktetacore.mo share/locale/nb/LC_MESSAGES/liboktetagui.mo share/locale/nb/LC_MESSAGES/liboktetakasten.mo share/locale/nb/LC_MESSAGES/liboxygenstyleconfig.mo share/locale/nb/LC_MESSAGES/libphonon.mo share/locale/nb/LC_MESSAGES/libpimcommon.mo share/locale/nb/LC_MESSAGES/libplasma.mo share/locale/nb/LC_MESSAGES/libplasma_groupingcontainment.mo share/locale/nb/LC_MESSAGES/libplasmaclock.mo share/locale/nb/LC_MESSAGES/libplasmaweather.mo share/locale/nb/LC_MESSAGES/libtaskmanager.mo share/locale/nb/LC_MESSAGES/libtemplateparser.mo share/locale/nb/LC_MESSAGES/lokalize.mo share/locale/nb/LC_MESSAGES/lskat.mo share/locale/nb/LC_MESSAGES/mailreader.mo share/locale/nb/LC_MESSAGES/marble.mo share/locale/nb/LC_MESSAGES/marble_qt.mo share/locale/nb/LC_MESSAGES/marble_xml_mimetypes.mo share/locale/nb/LC_MESSAGES/messageviewer_application_mstnef_plugin.mo share/locale/nb/LC_MESSAGES/messageviewer_text_calendar_plugin.mo share/locale/nb/LC_MESSAGES/messageviewer_text_vcard_plugin.mo share/locale/nb/LC_MESSAGES/messageviewer_text_xdiff_plugin.mo share/locale/nb/LC_MESSAGES/mf_konqplugin.mo share/locale/nb/LC_MESSAGES/minitoolsplugin.mo share/locale/nb/LC_MESSAGES/mplayerthumbs.mo share/locale/nb/LC_MESSAGES/mplayerthumbsconfig.mo share/locale/nb/LC_MESSAGES/nepomukbackup.mo share/locale/nb/LC_MESSAGES/nepomukcleaner.mo share/locale/nb/LC_MESSAGES/nepomukcontroller.mo share/locale/nb/LC_MESSAGES/nepomukfileindexer.mo +share/locale/nb/LC_MESSAGES/nepomukpimindexerutility.mo share/locale/nb/LC_MESSAGES/nepomukqueryservice.mo share/locale/nb/LC_MESSAGES/nepomukserver.mo share/locale/nb/LC_MESSAGES/nepomukservicestub.mo share/locale/nb/LC_MESSAGES/nepomukstorage.mo share/locale/nb/LC_MESSAGES/nepomukwidgets.mo share/locale/nb/LC_MESSAGES/newmailnotifieragent.mo share/locale/nb/LC_MESSAGES/notes-mobile.mo share/locale/nb/LC_MESSAGES/nsplugin.mo share/locale/nb/LC_MESSAGES/okteta-mobile.mo share/locale/nb/LC_MESSAGES/okteta.mo share/locale/nb/LC_MESSAGES/oktetapart.mo share/locale/nb/LC_MESSAGES/okular.mo share/locale/nb/LC_MESSAGES/okular_chm.mo share/locale/nb/LC_MESSAGES/okular_comicbook.mo share/locale/nb/LC_MESSAGES/okular_djvu.mo share/locale/nb/LC_MESSAGES/okular_dvi.mo share/locale/nb/LC_MESSAGES/okular_epub.mo share/locale/nb/LC_MESSAGES/okular_fax.mo share/locale/nb/LC_MESSAGES/okular_fictionbook.mo share/locale/nb/LC_MESSAGES/okular_ghostview.mo share/locale/nb/LC_MESSAGES/okular_kimgio.mo share/locale/nb/LC_MESSAGES/okular_mobi.mo share/locale/nb/LC_MESSAGES/okular_ooo.mo share/locale/nb/LC_MESSAGES/okular_plucker.mo share/locale/nb/LC_MESSAGES/okular_poppler.mo share/locale/nb/LC_MESSAGES/okular_tiff.mo share/locale/nb/LC_MESSAGES/okular_xps.mo share/locale/nb/LC_MESSAGES/org.kde.active.documentviewer.mo share/locale/nb/LC_MESSAGES/pairs.mo share/locale/nb/LC_MESSAGES/pairseditor.mo share/locale/nb/LC_MESSAGES/palapeli.mo share/locale/nb/LC_MESSAGES/parley.mo share/locale/nb/LC_MESSAGES/phonon_gstreamer.mo share/locale/nb/LC_MESSAGES/phonon_kde.mo share/locale/nb/LC_MESSAGES/phonon_vlc.mo share/locale/nb/LC_MESSAGES/phononserver.mo share/locale/nb/LC_MESSAGES/picmi.mo share/locale/nb/LC_MESSAGES/pimsettingexporter.mo share/locale/nb/LC_MESSAGES/plasma-desktop.mo share/locale/nb/LC_MESSAGES/plasma-netbook.mo share/locale/nb/LC_MESSAGES/plasma-overlay.mo share/locale/nb/LC_MESSAGES/plasma-remote-helper.mo share/locale/nb/LC_MESSAGES/plasma-windowed.mo share/locale/nb/LC_MESSAGES/plasma_applet_BbalL.mo share/locale/nb/LC_MESSAGES/plasma_applet_CharSelectApplet.mo share/locale/nb/LC_MESSAGES/plasma_applet_Molmasscalculator.mo share/locale/nb/LC_MESSAGES/plasma_applet_akonotes_note.mo share/locale/nb/LC_MESSAGES/plasma_applet_battery.mo share/locale/nb/LC_MESSAGES/plasma_applet_binaryclock.mo share/locale/nb/LC_MESSAGES/plasma_applet_bookmarks.mo share/locale/nb/LC_MESSAGES/plasma_applet_bubblemon.mo share/locale/nb/LC_MESSAGES/plasma_applet_calculator.mo share/locale/nb/LC_MESSAGES/plasma_applet_clock.mo share/locale/nb/LC_MESSAGES/plasma_applet_comic.mo share/locale/nb/LC_MESSAGES/plasma_applet_concentrationCalculator.mo share/locale/nb/LC_MESSAGES/plasma_applet_currentappcontrol.mo share/locale/nb/LC_MESSAGES/plasma_applet_dig_clock.mo share/locale/nb/LC_MESSAGES/plasma_applet_fifteenPuzzle.mo share/locale/nb/LC_MESSAGES/plasma_applet_fileWatcher.mo share/locale/nb/LC_MESSAGES/plasma_applet_folderview.mo share/locale/nb/LC_MESSAGES/plasma_applet_frame.mo share/locale/nb/LC_MESSAGES/plasma_applet_fuzzy_clock.mo share/locale/nb/LC_MESSAGES/plasma_applet_gasCalculator.mo share/locale/nb/LC_MESSAGES/plasma_applet_groupingpanel.mo share/locale/nb/LC_MESSAGES/plasma_applet_icon.mo share/locale/nb/LC_MESSAGES/plasma_applet_icontasks.mo share/locale/nb/LC_MESSAGES/plasma_applet_incomingmsg.mo share/locale/nb/LC_MESSAGES/plasma_applet_kalgebra.mo share/locale/nb/LC_MESSAGES/plasma_applet_kalzium.mo share/locale/nb/LC_MESSAGES/plasma_applet_katesession.mo share/locale/nb/LC_MESSAGES/plasma_applet_kdeobservatory.mo share/locale/nb/LC_MESSAGES/plasma_applet_kget.mo share/locale/nb/LC_MESSAGES/plasma_applet_kimpanel.mo share/locale/nb/LC_MESSAGES/plasma_applet_knowledgebase.mo share/locale/nb/LC_MESSAGES/plasma_applet_kolourpicker.mo share/locale/nb/LC_MESSAGES/plasma_applet_kpapplet.mo share/locale/nb/LC_MESSAGES/plasma_applet_launcher.mo share/locale/nb/LC_MESSAGES/plasma_applet_leavenote.mo share/locale/nb/LC_MESSAGES/plasma_applet_life.mo share/locale/nb/LC_MESSAGES/plasma_applet_lockout.mo share/locale/nb/LC_MESSAGES/plasma_applet_luna.mo share/locale/nb/LC_MESSAGES/plasma_applet_magnifique.mo share/locale/nb/LC_MESSAGES/plasma_applet_microblog.mo share/locale/nb/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/nb/LC_MESSAGES/plasma_applet_news.mo share/locale/nb/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/nb/LC_MESSAGES/plasma_applet_notes.mo share/locale/nb/LC_MESSAGES/plasma_applet_notifier.mo share/locale/nb/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/nb/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/nb/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/nb/LC_MESSAGES/plasma_applet_opendesktop_activities.mo share/locale/nb/LC_MESSAGES/plasma_applet_org.kde.notifications.mo share/locale/nb/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/nb/LC_MESSAGES/plasma_applet_pager.mo share/locale/nb/LC_MESSAGES/plasma_applet_panel.mo share/locale/nb/LC_MESSAGES/plasma_applet_panelspacer_internal.mo share/locale/nb/LC_MESSAGES/plasma_applet_paste.mo share/locale/nb/LC_MESSAGES/plasma_applet_pastebin.mo share/locale/nb/LC_MESSAGES/plasma_applet_plasmaboard.mo share/locale/nb/LC_MESSAGES/plasma_applet_previewer.mo share/locale/nb/LC_MESSAGES/plasma_applet_printmanager.mo share/locale/nb/LC_MESSAGES/plasma_applet_qalculate.mo share/locale/nb/LC_MESSAGES/plasma_applet_qstardict.mo share/locale/nb/LC_MESSAGES/plasma_applet_quicklaunch.mo share/locale/nb/LC_MESSAGES/plasma_applet_rssnow.mo share/locale/nb/LC_MESSAGES/plasma_applet_rtm.mo share/locale/nb/LC_MESSAGES/plasma_applet_sal.mo share/locale/nb/LC_MESSAGES/plasma_applet_saverdesktop.mo share/locale/nb/LC_MESSAGES/plasma_applet_searchbox.mo share/locale/nb/LC_MESSAGES/plasma_applet_showdashboard.mo share/locale/nb/LC_MESSAGES/plasma_applet_showdesktop.mo share/locale/nb/LC_MESSAGES/plasma_applet_skapplet.mo share/locale/nb/LC_MESSAGES/plasma_applet_spellcheck.mo share/locale/nb/LC_MESSAGES/plasma_applet_system-monitor.mo share/locale/nb/LC_MESSAGES/plasma_applet_systemloadviewer.mo share/locale/nb/LC_MESSAGES/plasma_applet_systemtray.mo share/locale/nb/LC_MESSAGES/plasma_applet_tasks.mo share/locale/nb/LC_MESSAGES/plasma_applet_timer.mo share/locale/nb/LC_MESSAGES/plasma_applet_trash.mo share/locale/nb/LC_MESSAGES/plasma_applet_unitconverter.mo share/locale/nb/LC_MESSAGES/plasma_applet_weather.mo share/locale/nb/LC_MESSAGES/plasma_applet_weatherstation.mo share/locale/nb/LC_MESSAGES/plasma_applet_webbrowser.mo share/locale/nb/LC_MESSAGES/plasma_applet_webslice.mo share/locale/nb/LC_MESSAGES/plasma_applet_windowlist.mo share/locale/nb/LC_MESSAGES/plasma_appletscriptengine_dashboard.mo share/locale/nb/LC_MESSAGES/plasma_containmentactions_contextmenu.mo share/locale/nb/LC_MESSAGES/plasma_containmentactions_switchactivity.mo share/locale/nb/LC_MESSAGES/plasma_containmentactions_switchdesktop.mo share/locale/nb/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/nb/LC_MESSAGES/plasma_engine_calendar.mo share/locale/nb/LC_MESSAGES/plasma_engine_kalzium.mo share/locale/nb/LC_MESSAGES/plasma_engine_kdeobservatory.mo share/locale/nb/LC_MESSAGES/plasma_engine_keystate.mo share/locale/nb/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/nb/LC_MESSAGES/plasma_engine_metadata.mo share/locale/nb/LC_MESSAGES/plasma_engine_mpris2.mo share/locale/nb/LC_MESSAGES/plasma_engine_network.mo share/locale/nb/LC_MESSAGES/plasma_engine_notifications.mo share/locale/nb/LC_MESSAGES/plasma_engine_nowplaying.mo share/locale/nb/LC_MESSAGES/plasma_engine_rss.mo share/locale/nb/LC_MESSAGES/plasma_engine_share.mo share/locale/nb/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/nb/LC_MESSAGES/plasma_engine_weather.mo share/locale/nb/LC_MESSAGES/plasma_package_org.kde.desktop.activitymanager.mo share/locale/nb/LC_MESSAGES/plasma_package_org.kde.desktop.widgetexplorer.mo share/locale/nb/LC_MESSAGES/plasma_packagestructure_comic.mo share/locale/nb/LC_MESSAGES/plasma_runner_CharacterRunner.mo share/locale/nb/LC_MESSAGES/plasma_runner_activities.mo share/locale/nb/LC_MESSAGES/plasma_runner_audioplayercontrol.mo share/locale/nb/LC_MESSAGES/plasma_runner_bookmarksrunner.mo share/locale/nb/LC_MESSAGES/plasma_runner_browserhistory.mo share/locale/nb/LC_MESSAGES/plasma_runner_calculatorrunner.mo share/locale/nb/LC_MESSAGES/plasma_runner_contacts.mo share/locale/nb/LC_MESSAGES/plasma_runner_converterrunner.mo share/locale/nb/LC_MESSAGES/plasma_runner_datetime.mo share/locale/nb/LC_MESSAGES/plasma_runner_events.mo share/locale/nb/LC_MESSAGES/plasma_runner_katesessions.mo share/locale/nb/LC_MESSAGES/plasma_runner_kget.mo share/locale/nb/LC_MESSAGES/plasma_runner_kill.mo share/locale/nb/LC_MESSAGES/plasma_runner_konquerorsessions.mo share/locale/nb/LC_MESSAGES/plasma_runner_konsolesessions.mo share/locale/nb/LC_MESSAGES/plasma_runner_kopete.mo share/locale/nb/LC_MESSAGES/plasma_runner_krunner_dictionary.mo share/locale/nb/LC_MESSAGES/plasma_runner_locations.mo share/locale/nb/LC_MESSAGES/plasma_runner_marblerunner.mo share/locale/nb/LC_MESSAGES/plasma_runner_mediawiki.mo share/locale/nb/LC_MESSAGES/plasma_runner_nepomuksearchrunner.mo share/locale/nb/LC_MESSAGES/plasma_runner_placesrunner.mo share/locale/nb/LC_MESSAGES/plasma_runner_plasma-desktop.mo share/locale/nb/LC_MESSAGES/plasma_runner_powerdevil.mo share/locale/nb/LC_MESSAGES/plasma_runner_recentdocuments.mo share/locale/nb/LC_MESSAGES/plasma_runner_services.mo share/locale/nb/LC_MESSAGES/plasma_runner_sessions.mo share/locale/nb/LC_MESSAGES/plasma_runner_shell.mo share/locale/nb/LC_MESSAGES/plasma_runner_solid.mo share/locale/nb/LC_MESSAGES/plasma_runner_spellcheckrunner.mo share/locale/nb/LC_MESSAGES/plasma_runner_webshortcuts.mo share/locale/nb/LC_MESSAGES/plasma_runner_windowedwidgets.mo share/locale/nb/LC_MESSAGES/plasma_runner_windows.mo share/locale/nb/LC_MESSAGES/plasma_runner_youtube.mo share/locale/nb/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/nb/LC_MESSAGES/plasma_toolbox_desktoptoolbox.mo share/locale/nb/LC_MESSAGES/plasma_toolbox_paneltoolbox.mo share/locale/nb/LC_MESSAGES/plasma_wallpaper_color.mo share/locale/nb/LC_MESSAGES/plasma_wallpaper_image.mo share/locale/nb/LC_MESSAGES/plasma_wallpaper_mandelbrot.mo share/locale/nb/LC_MESSAGES/plasma_wallpaper_marble.mo share/locale/nb/LC_MESSAGES/plasma_wallpaper_pattern.mo share/locale/nb/LC_MESSAGES/plasma_wallpaper_potd.mo share/locale/nb/LC_MESSAGES/plasma_wallpaper_virus.mo share/locale/nb/LC_MESSAGES/plasma_wallpaper_wallpaper-qml.mo share/locale/nb/LC_MESSAGES/plasma_wallpaper_weather.mo share/locale/nb/LC_MESSAGES/plasmagenericshell.mo share/locale/nb/LC_MESSAGES/plasmapkg.mo share/locale/nb/LC_MESSAGES/pothumbnail.mo share/locale/nb/LC_MESSAGES/powerdevil.mo share/locale/nb/LC_MESSAGES/powerdevilactivitiesconfig.mo share/locale/nb/LC_MESSAGES/powerdevilglobalconfig.mo share/locale/nb/LC_MESSAGES/powerdevilprofilesconfig.mo share/locale/nb/LC_MESSAGES/print-manager.mo share/locale/nb/LC_MESSAGES/processcore.mo share/locale/nb/LC_MESSAGES/processui.mo share/locale/nb/LC_MESSAGES/randrmonitor.mo share/locale/nb/LC_MESSAGES/rellinks.mo share/locale/nb/LC_MESSAGES/rocs.mo share/locale/nb/LC_MESSAGES/rocscore.mo share/locale/nb/LC_MESSAGES/rocsvisualeditor.mo share/locale/nb/LC_MESSAGES/searchbarplugin.mo share/locale/nb/LC_MESSAGES/solid-hardware.mo share/locale/nb/LC_MESSAGES/solid-network.mo share/locale/nb/LC_MESSAGES/solid_qt.mo share/locale/nb/LC_MESSAGES/solidcontrol.mo share/locale/nb/LC_MESSAGES/soliduiserver.mo share/locale/nb/LC_MESSAGES/step.mo share/locale/nb/LC_MESSAGES/step_qt.mo share/locale/nb/LC_MESSAGES/strigila_diff.mo share/locale/nb/LC_MESSAGES/superkaramba.mo share/locale/nb/LC_MESSAGES/svgpart.mo share/locale/nb/LC_MESSAGES/sweeper.mo share/locale/nb/LC_MESSAGES/systemsettings.mo share/locale/nb/LC_MESSAGES/tasks-mobile.mo share/locale/nb/LC_MESSAGES/timezones4.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/webarchiver.mo share/locale/nb/LC_MESSAGES/xml_mimetypes.mo share/locale/nb/LC_SCRIPTS/kdelibs4/kdelibs4.js share/locale/nb/entry.desktop @dirrm share/locale/nb/LC_SCRIPTS/kdelibs4 @dirrm share/locale/nb/LC_SCRIPTS @dirrm share/doc/HTML/nb/kioslave/thumbnail @dirrm share/doc/HTML/nb/kioslave/man @dirrm share/doc/HTML/nb/kioslave/data @dirrm share/doc/HTML/nb/kioslave @dirrm share/doc/HTML/nb/kdepasswd @dirrm share/doc/HTML/nb/kcontrol/useragent @dirrm share/doc/HTML/nb/kcontrol/trash @dirrm share/doc/HTML/nb/kcontrol/solid-actions @dirrm share/doc/HTML/nb/kcontrol/smb @dirrm share/doc/HTML/nb/kcontrol/netpref @dirrm share/doc/HTML/nb/kcontrol/kwindecoration @dirrm share/doc/HTML/nb/kcontrol/khtml-plugins @dirrm share/doc/HTML/nb/kcontrol/keyboard @dirrm share/doc/HTML/nb/kcontrol/kcmstyle @dirrm share/doc/HTML/nb/kcontrol/kcmcss @dirrm share/doc/HTML/nb/kcontrol/kcmcgi @dirrm share/doc/HTML/nb/kcontrol/history @dirrm share/doc/HTML/nb/kcontrol/fonts @dirrm share/doc/HTML/nb/kcontrol/desktopthemedetails @dirrm share/doc/HTML/nb/kcontrol/desktop @dirrm share/doc/HTML/nb/kcontrol/cookies @dirrm share/doc/HTML/nb/kcontrol/componentchooser @dirrm share/doc/HTML/nb/kcontrol/colors @dirrm share/doc/HTML/nb/kcontrol/clock @dirrm share/doc/HTML/nb/kcontrol/cache @dirrm share/doc/HTML/nb/kcontrol/bookmarks @dirrm share/doc/HTML/nb/kcontrol/bell @dirrm share/doc/HTML/nb/kcontrol @dirrm share/doc/HTML/nb/common @dirrm share/apps/kvtml/nb @dirrm share/apps/kvtml @dirrm share/apps/kturtle/examples/nb @dirrm share/apps/kturtle/examples @dirrm share/apps/kturtle/data @dirrm share/apps/kturtle @dirrm share/apps/klettres/nb/alpha @dirrm share/apps/klettres/nb @dirrm share/apps/klettres @dirrm share/apps/khangman @dirrmtry man/nb/man1 @dirrmtry man/nb Index: head/misc/kde4-l10n-nds/distinfo =================================================================== --- head/misc/kde4-l10n-nds/distinfo (revision 318451) +++ head/misc/kde4-l10n-nds/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/kde-l10n/kde-l10n-nds-4.10.1.tar.xz) = 142f60a9f7921b00cfa91656bb14f51604d685f9864b8d3875ca76fec555aed6 -SIZE (KDE/4.10.1/kde-l10n/kde-l10n-nds-4.10.1.tar.xz) = 3182664 +SHA256 (KDE/4.10.3/kde-l10n/kde-l10n-nds-4.10.3.tar.xz) = f402e331537012abcea51d8fe951ea401df7089026a0bbce370ff3d9a5a982d2 +SIZE (KDE/4.10.3/kde-l10n/kde-l10n-nds-4.10.3.tar.xz) = 3192176 Index: head/misc/kde4-l10n-nds/pkg-plist =================================================================== --- head/misc/kde4-l10n-nds/pkg-plist (revision 318451) +++ head/misc/kde4-l10n-nds/pkg-plist (revision 318452) @@ -1,881 +1,879 @@ share/apps/autocorrect/nds.xml share/apps/katepart/syntax/logohighlightstyle.nds.xml 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.soundtheme share/apps/ktuberling/sounds/nds/brill.wav share/apps/ktuberling/sounds/nds/farken.wav share/apps/ktuberling/sounds/nds/fleeg.wav share/apps/ktuberling/sounds/nds/hoor.wav share/apps/ktuberling/sounds/nds/hoot.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/slips.wav share/apps/ktuberling/sounds/nds/suennbrill.wav share/apps/kturtle/examples/nds/bloom.logo share/apps/kturtle/examples/nds/dreeeck.logo share/apps/kturtle/examples/nds/dreeecks.logo share/apps/kturtle/examples/nds/eenmaaleen.logo share/apps/kturtle/examples/nds/kde.logo share/apps/kturtle/examples/nds/locken.logo share/apps/kturtle/examples/nds/niklaas.logo share/apps/kturtle/examples/nds/oeversicht_befehlen.logo share/apps/kturtle/examples/nds/piel.logo share/apps/kturtle/examples/nds/quadraat.logo share/apps/kturtle/examples/nds/quadraten.logo share/apps/kturtle/examples/nds/tofallnaam.logo share/apps/kturtle/examples/nds/wandkloeren.logo share/apps/kturtle/examples/nds/warf.logo share/apps/kvtml/nds/animals.kvtml share/apps/kvtml/nds/clothing.kvtml share/apps/kvtml/nds/computers.kvtml share/apps/kvtml/nds/currencies.kvtml share/apps/kvtml/nds/easy.kvtml share/apps/kvtml/nds/fruits.kvtml share/apps/kvtml/nds/hard.kvtml share/apps/kvtml/nds/inventions.kvtml share/apps/kvtml/nds/medium.kvtml share/apps/kvtml/nds/numbers.kvtml share/apps/kvtml/nds/objects.kvtml share/apps/kvtml/nds/people.kvtml share/apps/kvtml/nds/professions.kvtml share/apps/kvtml/nds/space.kvtml share/apps/kvtml/nds/sports.kvtml share/apps/kvtml/nds/transportation.kvtml share/apps/kvtml/nds/vegetables.kvtml share/apps/kvtml/nds/worldcapitals.kvtml share/doc/HTML/nds/common/fdl-translated.html share/doc/HTML/nds/common/gpl-translated.html share/doc/HTML/nds/common/kde-localised.css share/doc/HTML/nds/common/lgpl-translated.html share/locale/nds/LC_MESSAGES/accountwizard.mo share/locale/nds/LC_MESSAGES/accountwizard_ical.mo share/locale/nds/LC_MESSAGES/accountwizard_imap.mo share/locale/nds/LC_MESSAGES/accountwizard_kolab.mo share/locale/nds/LC_MESSAGES/accountwizard_mailbox.mo share/locale/nds/LC_MESSAGES/accountwizard_maildir.mo share/locale/nds/LC_MESSAGES/accountwizard_pop3.mo share/locale/nds/LC_MESSAGES/adblock.mo share/locale/nds/LC_MESSAGES/akonadi-filestore.mo share/locale/nds/LC_MESSAGES/akonadi_birthdays_resource.mo share/locale/nds/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/nds/LC_MESSAGES/akonadi_davgroupware_resource.mo share/locale/nds/LC_MESSAGES/akonadi_ical_resource.mo share/locale/nds/LC_MESSAGES/akonadi_imap_resource.mo share/locale/nds/LC_MESSAGES/akonadi_invitations_agent.mo share/locale/nds/LC_MESSAGES/akonadi_kabc_resource.mo share/locale/nds/LC_MESSAGES/akonadi_kalarm_resource.mo share/locale/nds/LC_MESSAGES/akonadi_kcal_resource.mo share/locale/nds/LC_MESSAGES/akonadi_kdeaccounts_resource.mo share/locale/nds/LC_MESSAGES/akonadi_knut_resource.mo share/locale/nds/LC_MESSAGES/akonadi_kolabproxy_resource.mo share/locale/nds/LC_MESSAGES/akonadi_kresourceassistant.mo share/locale/nds/LC_MESSAGES/akonadi_localbookmarks_resource.mo share/locale/nds/LC_MESSAGES/akonadi_maildir_resource.mo share/locale/nds/LC_MESSAGES/akonadi_maildispatcher_agent.mo share/locale/nds/LC_MESSAGES/akonadi_mailfilter_agent.mo share/locale/nds/LC_MESSAGES/akonadi_mailtransport_resource.mo share/locale/nds/LC_MESSAGES/akonadi_mbox_resource.mo share/locale/nds/LC_MESSAGES/akonadi_microblog_resource.mo share/locale/nds/LC_MESSAGES/akonadi_mixedmaildir_resource.mo share/locale/nds/LC_MESSAGES/akonadi_nepomuk_feeder.mo share/locale/nds/LC_MESSAGES/akonadi_nepomuktag_resource.mo share/locale/nds/LC_MESSAGES/akonadi_next.mo share/locale/nds/LC_MESSAGES/akonadi_nntp_resource.mo share/locale/nds/LC_MESSAGES/akonadi_openxchange_resource.mo share/locale/nds/LC_MESSAGES/akonadi_pop3_resource.mo share/locale/nds/LC_MESSAGES/akonadi_serializer_plugins.mo share/locale/nds/LC_MESSAGES/akonadi_singlefile_resource.mo share/locale/nds/LC_MESSAGES/akonadi_strigi_feeder.mo share/locale/nds/LC_MESSAGES/akonadi_vcard_resource.mo share/locale/nds/LC_MESSAGES/akonadi_vcarddir_resource.mo share/locale/nds/LC_MESSAGES/akonadicontact.mo share/locale/nds/LC_MESSAGES/akonadinotes.mo share/locale/nds/LC_MESSAGES/akonaditray.mo share/locale/nds/LC_MESSAGES/akregator.mo share/locale/nds/LC_MESSAGES/akregator_konqplugin.mo share/locale/nds/LC_MESSAGES/amor.mo share/locale/nds/LC_MESSAGES/analitza.mo share/locale/nds/LC_MESSAGES/ark.mo share/locale/nds/LC_MESSAGES/attica_kde.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/blogilo.mo share/locale/nds/LC_MESSAGES/bomber.mo share/locale/nds/LC_MESSAGES/bovo.mo share/locale/nds/LC_MESSAGES/calendarsupport.mo share/locale/nds/LC_MESSAGES/cantor.mo share/locale/nds/LC_MESSAGES/cervisia.mo share/locale/nds/LC_MESSAGES/cryptopageplugin.mo share/locale/nds/LC_MESSAGES/cvsservice.mo share/locale/nds/LC_MESSAGES/dirfilterplugin.mo share/locale/nds/LC_MESSAGES/display.mo share/locale/nds/LC_MESSAGES/dolphin.mo share/locale/nds/LC_MESSAGES/domtreeviewer.mo share/locale/nds/LC_MESSAGES/dragonplayer.mo share/locale/nds/LC_MESSAGES/drkonqi.mo share/locale/nds/LC_MESSAGES/filelight.mo share/locale/nds/LC_MESSAGES/filetypes.mo share/locale/nds/LC_MESSAGES/fileviewbazaarplugin.mo share/locale/nds/LC_MESSAGES/fileviewgitplugin.mo share/locale/nds/LC_MESSAGES/fileviewhgplugin.mo share/locale/nds/LC_MESSAGES/fileviewsvnplugin.mo share/locale/nds/LC_MESSAGES/freespacenotifier.mo share/locale/nds/LC_MESSAGES/fsview.mo share/locale/nds/LC_MESSAGES/granatier.mo share/locale/nds/LC_MESSAGES/gwenview.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/importwizard.mo share/locale/nds/LC_MESSAGES/jovie.mo share/locale/nds/LC_MESSAGES/joystick.mo share/locale/nds/LC_MESSAGES/juk.mo share/locale/nds/LC_MESSAGES/kabc.mo share/locale/nds/LC_MESSAGES/kabc_akonadi.mo share/locale/nds/LC_MESSAGES/kabc_dir.mo share/locale/nds/LC_MESSAGES/kabc_file.mo share/locale/nds/LC_MESSAGES/kabc_ldapkio.mo share/locale/nds/LC_MESSAGES/kabc_net.mo share/locale/nds/LC_MESSAGES/kabcclient.mo share/locale/nds/LC_MESSAGES/kabcformat_binary.mo share/locale/nds/LC_MESSAGES/kaccess.mo share/locale/nds/LC_MESSAGES/kaccessibleapp.mo share/locale/nds/LC_MESSAGES/kactivitymanagerd.mo share/locale/nds/LC_MESSAGES/kaddressbook-mobile.mo share/locale/nds/LC_MESSAGES/kaddressbook.mo share/locale/nds/LC_MESSAGES/kaddressbookmigrator.mo share/locale/nds/LC_MESSAGES/kajongg.mo share/locale/nds/LC_MESSAGES/kalarm.mo share/locale/nds/LC_MESSAGES/kalgebra.mo share/locale/nds/LC_MESSAGES/kalzium.mo share/locale/nds/LC_MESSAGES/kanagram-harmattan.mo share/locale/nds/LC_MESSAGES/kanagram.mo share/locale/nds/LC_MESSAGES/kapman.mo share/locale/nds/LC_MESSAGES/kapptemplate.mo share/locale/nds/LC_MESSAGES/kate-ctags-plugin.mo share/locale/nds/LC_MESSAGES/kate.mo share/locale/nds/LC_MESSAGES/kate_kttsd.mo share/locale/nds/LC_MESSAGES/katebacktracebrowserplugin.mo share/locale/nds/LC_MESSAGES/katebuild-plugin.mo share/locale/nds/LC_MESSAGES/katefilebrowserplugin.mo share/locale/nds/LC_MESSAGES/katefiletemplates.mo share/locale/nds/LC_MESSAGES/kategdbplugin.mo share/locale/nds/LC_MESSAGES/katehelloworld.mo share/locale/nds/LC_MESSAGES/katekonsoleplugin.mo share/locale/nds/LC_MESSAGES/katemailfilesplugin.mo share/locale/nds/LC_MESSAGES/kateopenheader.mo share/locale/nds/LC_MESSAGES/katepart4.mo share/locale/nds/LC_MESSAGES/katesearch.mo share/locale/nds/LC_MESSAGES/katesnippets_tng.mo share/locale/nds/LC_MESSAGES/katesql.mo share/locale/nds/LC_MESSAGES/katesymbolviewer.mo share/locale/nds/LC_MESSAGES/katetabbarextension.mo share/locale/nds/LC_MESSAGES/katetabifyplugin.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/kbattleship.mo share/locale/nds/LC_MESSAGES/kblackbox.mo share/locale/nds/LC_MESSAGES/kblankscrn.mo share/locale/nds/LC_MESSAGES/kblocks.mo share/locale/nds/LC_MESSAGES/kbounce.mo share/locale/nds/LC_MESSAGES/kbreakout.mo share/locale/nds/LC_MESSAGES/kbruch.mo share/locale/nds/LC_MESSAGES/kcachegrind.mo share/locale/nds/LC_MESSAGES/kcachegrind_qt.mo share/locale/nds/LC_MESSAGES/kcal_akonadi.mo share/locale/nds/LC_MESSAGES/kcalc.mo share/locale/nds/LC_MESSAGES/kcertpart.mo share/locale/nds/LC_MESSAGES/kcharselect.mo share/locale/nds/LC_MESSAGES/kcm-kwin-scripts.mo share/locale/nds/LC_MESSAGES/kcm_akonadi.mo share/locale/nds/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/nds/LC_MESSAGES/kcm_attica.mo share/locale/nds/LC_MESSAGES/kcm_autostart.mo share/locale/nds/LC_MESSAGES/kcm_desktoppaths.mo share/locale/nds/LC_MESSAGES/kcm_desktopthemedetails.mo share/locale/nds/LC_MESSAGES/kcm_device_automounter.mo share/locale/nds/LC_MESSAGES/kcm_emoticons.mo share/locale/nds/LC_MESSAGES/kcm_infobase.mo share/locale/nds/LC_MESSAGES/kcm_infosummary.mo -share/locale/nds/LC_MESSAGES/kcm_krfb.mo share/locale/nds/LC_MESSAGES/kcm_kwindesktop.mo share/locale/nds/LC_MESSAGES/kcm_kwintabbox.mo share/locale/nds/LC_MESSAGES/kcm_memory.mo share/locale/nds/LC_MESSAGES/kcm_nepomuk.mo share/locale/nds/LC_MESSAGES/kcm_pci.mo share/locale/nds/LC_MESSAGES/kcm_phonon.mo share/locale/nds/LC_MESSAGES/kcm_platform.mo share/locale/nds/LC_MESSAGES/kcm_remotecontrol.mo share/locale/nds/LC_MESSAGES/kcm_solid.mo share/locale/nds/LC_MESSAGES/kcm_solid_actions.mo share/locale/nds/LC_MESSAGES/kcm_standard_actions.mo share/locale/nds/LC_MESSAGES/kcmaccess.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/kcmdevinfo.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/kcminit.mo share/locale/nds/LC_MESSAGES/kcminput.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/kcmkdnssd.mo share/locale/nds/LC_MESSAGES/kcmkeyboard.mo share/locale/nds/LC_MESSAGES/kcmkeys.mo share/locale/nds/LC_MESSAGES/kcmkgamma.mo share/locale/nds/LC_MESSAGES/kcmkio.mo share/locale/nds/LC_MESSAGES/kcmkonq.mo share/locale/nds/LC_MESSAGES/kcmkonqhtml.mo share/locale/nds/LC_MESSAGES/kcmkurifilt.mo share/locale/nds/LC_MESSAGES/kcmkwallet.mo share/locale/nds/LC_MESSAGES/kcmkwincompositing.mo share/locale/nds/LC_MESSAGES/kcmkwindecoration.mo share/locale/nds/LC_MESSAGES/kcmkwinrules.mo share/locale/nds/LC_MESSAGES/kcmkwinscreenedges.mo share/locale/nds/LC_MESSAGES/kcmkwm.mo share/locale/nds/LC_MESSAGES/kcmlaunch.mo share/locale/nds/LC_MESSAGES/kcmlocale.mo share/locale/nds/LC_MESSAGES/kcmnic.mo share/locale/nds/LC_MESSAGES/kcmnotify.mo share/locale/nds/LC_MESSAGES/kcmopengl.mo share/locale/nds/LC_MESSAGES/kcmperformance.mo share/locale/nds/LC_MESSAGES/kcmsamba.mo share/locale/nds/LC_MESSAGES/kcmscreensaver.mo share/locale/nds/LC_MESSAGES/kcmshell.mo share/locale/nds/LC_MESSAGES/kcmsmartcard.mo share/locale/nds/LC_MESSAGES/kcmsmserver.mo share/locale/nds/LC_MESSAGES/kcmstyle.mo share/locale/nds/LC_MESSAGES/kcmusb.mo share/locale/nds/LC_MESSAGES/kcmview1394.mo share/locale/nds/LC_MESSAGES/kcmworkspaceoptions.mo share/locale/nds/LC_MESSAGES/kcolorchooser.mo share/locale/nds/LC_MESSAGES/kcron.mo share/locale/nds/LC_MESSAGES/kde-menu.mo share/locale/nds/LC_MESSAGES/kdeasciiquarium.mo share/locale/nds/LC_MESSAGES/kdebugdialog.mo share/locale/nds/LC_MESSAGES/kdecalendarsystems.mo share/locale/nds/LC_MESSAGES/kdelibs4.mo share/locale/nds/LC_MESSAGES/kdelibs_colors4.mo share/locale/nds/LC_MESSAGES/kdepasswd.mo share/locale/nds/LC_MESSAGES/kdepim-runtime-qml.mo share/locale/nds/LC_MESSAGES/kdeqt.mo share/locale/nds/LC_MESSAGES/kdesu.mo share/locale/nds/LC_MESSAGES/kdesud.mo share/locale/nds/LC_MESSAGES/kdf.mo share/locale/nds/LC_MESSAGES/kdgantt2.mo share/locale/nds/LC_MESSAGES/kdialog.mo share/locale/nds/LC_MESSAGES/kdiamond.mo share/locale/nds/LC_MESSAGES/kdmconfig.mo share/locale/nds/LC_MESSAGES/kdmgreet.mo share/locale/nds/LC_MESSAGES/kdontchangethehostname.mo share/locale/nds/LC_MESSAGES/keditbookmarks.mo share/locale/nds/LC_MESSAGES/kfile.mo share/locale/nds/LC_MESSAGES/kfile_dds.mo share/locale/nds/LC_MESSAGES/kfile_drgeo.mo share/locale/nds/LC_MESSAGES/kfile_exr.mo share/locale/nds/LC_MESSAGES/kfile_kig.mo share/locale/nds/LC_MESSAGES/kfile_mail.mo share/locale/nds/LC_MESSAGES/kfile_pnm.mo share/locale/nds/LC_MESSAGES/kfile_raw.mo share/locale/nds/LC_MESSAGES/kfile_rgb.mo share/locale/nds/LC_MESSAGES/kfile_rpm.mo share/locale/nds/LC_MESSAGES/kfile_tiff.mo share/locale/nds/LC_MESSAGES/kfile_xps.mo share/locale/nds/LC_MESSAGES/kfileaudiopreview4.mo share/locale/nds/LC_MESSAGES/kfilereplace.mo share/locale/nds/LC_MESSAGES/kfileshare.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/kfontinst.mo share/locale/nds/LC_MESSAGES/kfourinline.mo share/locale/nds/LC_MESSAGES/kgeography.mo share/locale/nds/LC_MESSAGES/kget.mo share/locale/nds/LC_MESSAGES/kgetplugin.mo share/locale/nds/LC_MESSAGES/kglobalaccel.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_generic.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/khotkeys.mo share/locale/nds/LC_MESSAGES/khotnewstuff.mo share/locale/nds/LC_MESSAGES/khtmlkttsd.mo share/locale/nds/LC_MESSAGES/khtmlsettingsplugin.mo share/locale/nds/LC_MESSAGES/kiconfinder.mo share/locale/nds/LC_MESSAGES/kig.mo share/locale/nds/LC_MESSAGES/kigo.mo share/locale/nds/LC_MESSAGES/killbots.mo share/locale/nds/LC_MESSAGES/kimagemapeditor.mo -share/locale/nds/LC_MESSAGES/kinetd.mo share/locale/nds/LC_MESSAGES/kinfocenter.mo share/locale/nds/LC_MESSAGES/kio4.mo share/locale/nds/LC_MESSAGES/kio_akonadi.mo share/locale/nds/LC_MESSAGES/kio_applications.mo share/locale/nds/LC_MESSAGES/kio_archive.mo share/locale/nds/LC_MESSAGES/kio_audiocd.mo share/locale/nds/LC_MESSAGES/kio_bookmarks.mo share/locale/nds/LC_MESSAGES/kio_finger.mo share/locale/nds/LC_MESSAGES/kio_fish.mo share/locale/nds/LC_MESSAGES/kio_floppy.mo share/locale/nds/LC_MESSAGES/kio_help4.mo share/locale/nds/LC_MESSAGES/kio_imap4.mo share/locale/nds/LC_MESSAGES/kio_info.mo share/locale/nds/LC_MESSAGES/kio_jabberdisco.mo share/locale/nds/LC_MESSAGES/kio_ldap.mo share/locale/nds/LC_MESSAGES/kio_man.mo share/locale/nds/LC_MESSAGES/kio_mbox.mo share/locale/nds/LC_MESSAGES/kio_nepomuk.mo share/locale/nds/LC_MESSAGES/kio_nepomuksearch.mo share/locale/nds/LC_MESSAGES/kio_nfs.mo share/locale/nds/LC_MESSAGES/kio_nntp.mo share/locale/nds/LC_MESSAGES/kio_perldoc.mo share/locale/nds/LC_MESSAGES/kio_pop3.mo share/locale/nds/LC_MESSAGES/kio_recentdocuments.mo share/locale/nds/LC_MESSAGES/kio_remote.mo share/locale/nds/LC_MESSAGES/kio_sftp.mo share/locale/nds/LC_MESSAGES/kio_sieve.mo share/locale/nds/LC_MESSAGES/kio_smb.mo share/locale/nds/LC_MESSAGES/kio_smtp.mo share/locale/nds/LC_MESSAGES/kio_svn.mo share/locale/nds/LC_MESSAGES/kio_thumbnail.mo share/locale/nds/LC_MESSAGES/kio_timeline.mo share/locale/nds/LC_MESSAGES/kio_trash.mo share/locale/nds/LC_MESSAGES/kio_zeroconf.mo share/locale/nds/LC_MESSAGES/kioclient.mo share/locale/nds/LC_MESSAGES/kioexec.mo share/locale/nds/LC_MESSAGES/kiriki.mo share/locale/nds/LC_MESSAGES/kiten.mo share/locale/nds/LC_MESSAGES/kjots.mo share/locale/nds/LC_MESSAGES/kjotsmigrator.mo share/locale/nds/LC_MESSAGES/kjumpingcube.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-migrator.mo share/locale/nds/LC_MESSAGES/kmail-mobile.mo share/locale/nds/LC_MESSAGES/kmail.mo share/locale/nds/LC_MESSAGES/kmailcvt.mo share/locale/nds/LC_MESSAGES/kmenuedit.mo share/locale/nds/LC_MESSAGES/kmimetypefinder.mo share/locale/nds/LC_MESSAGES/kmines.mo share/locale/nds/LC_MESSAGES/kmix.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/knetattach.mo share/locale/nds/LC_MESSAGES/knetwalk.mo share/locale/nds/LC_MESSAGES/knode.mo share/locale/nds/LC_MESSAGES/knotes.mo share/locale/nds/LC_MESSAGES/knotify4.mo share/locale/nds/LC_MESSAGES/kolf.mo share/locale/nds/LC_MESSAGES/kollision.mo share/locale/nds/LC_MESSAGES/kolourpaint.mo share/locale/nds/LC_MESSAGES/kommander.mo share/locale/nds/LC_MESSAGES/kompare.mo share/locale/nds/LC_MESSAGES/konqprofiles.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/konsoleprofiles.mo share/locale/nds/LC_MESSAGES/kontact.mo share/locale/nds/LC_MESSAGES/kontactinterfaces.mo share/locale/nds/LC_MESSAGES/kopete.mo share/locale/nds/LC_MESSAGES/korganizer-mobile.mo share/locale/nds/LC_MESSAGES/korganizer.mo share/locale/nds/LC_MESSAGES/kpartloader.mo share/locale/nds/LC_MESSAGES/kpartsaver.mo share/locale/nds/LC_MESSAGES/kpasswdserver.mo share/locale/nds/LC_MESSAGES/kpat.mo share/locale/nds/LC_MESSAGES/kppp.mo share/locale/nds/LC_MESSAGES/kppplogview.mo share/locale/nds/LC_MESSAGES/kquitapp.mo share/locale/nds/LC_MESSAGES/krandr.mo share/locale/nds/LC_MESSAGES/krcdnotifieritem.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/kremotecontroldaemon.mo share/locale/nds/LC_MESSAGES/kres-migrator.mo share/locale/nds/LC_MESSAGES/kres_blog.mo share/locale/nds/LC_MESSAGES/kres_remote.mo share/locale/nds/LC_MESSAGES/kresources_shared_akonadi.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/krunner.mo share/locale/nds/LC_MESSAGES/ksaneplugin.mo share/locale/nds/LC_MESSAGES/kscd.mo share/locale/nds/LC_MESSAGES/kscreensaver.mo share/locale/nds/LC_MESSAGES/ksendemail.mo share/locale/nds/LC_MESSAGES/kshellcmdplugin.mo share/locale/nds/LC_MESSAGES/kshisen.mo share/locale/nds/LC_MESSAGES/kshorturifilter.mo share/locale/nds/LC_MESSAGES/ksirk.mo share/locale/nds/LC_MESSAGES/ksirkskineditor.mo share/locale/nds/LC_MESSAGES/ksmserver.mo share/locale/nds/LC_MESSAGES/ksnapshot.mo share/locale/nds/LC_MESSAGES/kspaceduel.mo share/locale/nds/LC_MESSAGES/ksplashthemes.mo share/locale/nds/LC_MESSAGES/ksquares.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/kstyle_config.mo share/locale/nds/LC_MESSAGES/kstyle_phase_config.mo share/locale/nds/LC_MESSAGES/ksudoku.mo share/locale/nds/LC_MESSAGES/ksysguard.mo share/locale/nds/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/nds/LC_MESSAGES/ksystemlog.mo share/locale/nds/LC_MESSAGES/ksystraycmd.mo share/locale/nds/LC_MESSAGES/kteatime.mo share/locale/nds/LC_MESSAGES/ktesnippets_editor.mo share/locale/nds/LC_MESSAGES/ktexteditor_codesnippets_core.mo share/locale/nds/LC_MESSAGES/ktexteditor_plugins.mo share/locale/nds/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/nds/LC_MESSAGES/ktimer.mo share/locale/nds/LC_MESSAGES/ktimetracker.mo share/locale/nds/LC_MESSAGES/ktouch.mo share/locale/nds/LC_MESSAGES/ktouchpadenabler.mo share/locale/nds/LC_MESSAGES/ktraderclient.mo share/locale/nds/LC_MESSAGES/ktron.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/kubrick.mo share/locale/nds/LC_MESSAGES/kuiserver.mo share/locale/nds/LC_MESSAGES/kuiviewer.mo share/locale/nds/LC_MESSAGES/kurifilter.mo share/locale/nds/LC_MESSAGES/kuser.mo share/locale/nds/LC_MESSAGES/kwalletd.mo share/locale/nds/LC_MESSAGES/kwalletmanager.mo share/locale/nds/LC_MESSAGES/kwatchgnupg.mo share/locale/nds/LC_MESSAGES/kwin.mo share/locale/nds/LC_MESSAGES/kwin_art_clients.mo share/locale/nds/LC_MESSAGES/kwin_clients.mo share/locale/nds/LC_MESSAGES/kwin_effects.mo share/locale/nds/LC_MESSAGES/kwinshutdown.mo share/locale/nds/LC_MESSAGES/kwinstartmenu.mo share/locale/nds/LC_MESSAGES/kwordquiz.mo share/locale/nds/LC_MESSAGES/kwrite.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/lancelot.mo share/locale/nds/LC_MESSAGES/libakonadi-calendar.mo share/locale/nds/LC_MESSAGES/libakonadi-kmime.mo share/locale/nds/LC_MESSAGES/libakonadi.mo share/locale/nds/LC_MESSAGES/libeventviews.mo share/locale/nds/LC_MESSAGES/libincidenceeditors.mo share/locale/nds/LC_MESSAGES/libkalarmcal.mo share/locale/nds/LC_MESSAGES/libkasten.mo share/locale/nds/LC_MESSAGES/libkblog.mo share/locale/nds/LC_MESSAGES/libkcal.mo share/locale/nds/LC_MESSAGES/libkcalutils.mo share/locale/nds/LC_MESSAGES/libkcddb.mo share/locale/nds/LC_MESSAGES/libkcompactdisc.mo share/locale/nds/LC_MESSAGES/libkdcraw.mo share/locale/nds/LC_MESSAGES/libkdecorations.mo share/locale/nds/LC_MESSAGES/libkdeedu.mo share/locale/nds/LC_MESSAGES/libkdegames.mo share/locale/nds/LC_MESSAGES/libkdepim.mo share/locale/nds/LC_MESSAGES/libkdepimmobileui.mo share/locale/nds/LC_MESSAGES/libkexiv2.mo share/locale/nds/LC_MESSAGES/libkholidays.mo share/locale/nds/LC_MESSAGES/libkimap.mo share/locale/nds/LC_MESSAGES/libkldap.mo share/locale/nds/LC_MESSAGES/libkleopatra.mo share/locale/nds/LC_MESSAGES/libkmahjongg.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/libkpimidentities.mo share/locale/nds/LC_MESSAGES/libkpimtextedit.mo share/locale/nds/LC_MESSAGES/libkpimutils.mo share/locale/nds/LC_MESSAGES/libkremotecontrol.mo share/locale/nds/LC_MESSAGES/libkresources.mo share/locale/nds/LC_MESSAGES/libksane.mo share/locale/nds/LC_MESSAGES/libkscreensaver.mo share/locale/nds/LC_MESSAGES/libksieve.mo share/locale/nds/LC_MESSAGES/libktnef.mo share/locale/nds/LC_MESSAGES/libkunitconversion.mo share/locale/nds/LC_MESSAGES/libkworkspace.mo share/locale/nds/LC_MESSAGES/libkxmlrpcclient.mo share/locale/nds/LC_MESSAGES/liblancelot-datamodels.mo share/locale/nds/LC_MESSAGES/libmailcommon.mo share/locale/nds/LC_MESSAGES/libmailimporter.mo share/locale/nds/LC_MESSAGES/libmailtransport.mo share/locale/nds/LC_MESSAGES/libmessagecomposer.mo share/locale/nds/LC_MESSAGES/libmessagecore.mo share/locale/nds/LC_MESSAGES/libmessagelist.mo share/locale/nds/LC_MESSAGES/libmessageviewer.mo share/locale/nds/LC_MESSAGES/liboktetacore.mo share/locale/nds/LC_MESSAGES/liboktetagui.mo share/locale/nds/LC_MESSAGES/liboktetakasten.mo share/locale/nds/LC_MESSAGES/libphonon.mo share/locale/nds/LC_MESSAGES/libplasma.mo share/locale/nds/LC_MESSAGES/libplasma_groupingcontainment.mo share/locale/nds/LC_MESSAGES/libplasmaclock.mo share/locale/nds/LC_MESSAGES/libplasmaweather.mo share/locale/nds/LC_MESSAGES/libtaskmanager.mo share/locale/nds/LC_MESSAGES/libtemplateparser.mo share/locale/nds/LC_MESSAGES/lokalize.mo share/locale/nds/LC_MESSAGES/lskat.mo share/locale/nds/LC_MESSAGES/mailreader.mo share/locale/nds/LC_MESSAGES/marble.mo share/locale/nds/LC_MESSAGES/marble_qt.mo share/locale/nds/LC_MESSAGES/messageviewer_application_mstnef_plugin.mo share/locale/nds/LC_MESSAGES/messageviewer_text_calendar_plugin.mo share/locale/nds/LC_MESSAGES/messageviewer_text_vcard_plugin.mo share/locale/nds/LC_MESSAGES/messageviewer_text_xdiff_plugin.mo share/locale/nds/LC_MESSAGES/mf_konqplugin.mo share/locale/nds/LC_MESSAGES/minitoolsplugin.mo share/locale/nds/LC_MESSAGES/mplayerthumbs.mo share/locale/nds/LC_MESSAGES/mplayerthumbsconfig.mo share/locale/nds/LC_MESSAGES/nepomukbackup.mo share/locale/nds/LC_MESSAGES/nepomukcontroller.mo share/locale/nds/LC_MESSAGES/nepomukfileindexer.mo share/locale/nds/LC_MESSAGES/nepomukqueryservice.mo share/locale/nds/LC_MESSAGES/nepomukserver.mo share/locale/nds/LC_MESSAGES/nepomukservicestub.mo share/locale/nds/LC_MESSAGES/nepomukstorage.mo share/locale/nds/LC_MESSAGES/newmailnotifieragent.mo share/locale/nds/LC_MESSAGES/notes-mobile.mo share/locale/nds/LC_MESSAGES/nsplugin.mo share/locale/nds/LC_MESSAGES/okteta-mobile.mo share/locale/nds/LC_MESSAGES/okteta.mo share/locale/nds/LC_MESSAGES/oktetapart.mo share/locale/nds/LC_MESSAGES/okular.mo share/locale/nds/LC_MESSAGES/okular_chm.mo share/locale/nds/LC_MESSAGES/okular_comicbook.mo share/locale/nds/LC_MESSAGES/okular_djvu.mo share/locale/nds/LC_MESSAGES/okular_dvi.mo share/locale/nds/LC_MESSAGES/okular_epub.mo share/locale/nds/LC_MESSAGES/okular_fax.mo share/locale/nds/LC_MESSAGES/okular_fictionbook.mo share/locale/nds/LC_MESSAGES/okular_ghostview.mo share/locale/nds/LC_MESSAGES/okular_kimgio.mo share/locale/nds/LC_MESSAGES/okular_mobi.mo share/locale/nds/LC_MESSAGES/okular_ooo.mo share/locale/nds/LC_MESSAGES/okular_plucker.mo share/locale/nds/LC_MESSAGES/okular_poppler.mo share/locale/nds/LC_MESSAGES/okular_tiff.mo share/locale/nds/LC_MESSAGES/okular_xps.mo share/locale/nds/LC_MESSAGES/palapeli.mo share/locale/nds/LC_MESSAGES/parley.mo share/locale/nds/LC_MESSAGES/phonon_gstreamer.mo share/locale/nds/LC_MESSAGES/phonon_kde.mo share/locale/nds/LC_MESSAGES/phonon_vlc.mo share/locale/nds/LC_MESSAGES/phononserver.mo share/locale/nds/LC_MESSAGES/picmi.mo share/locale/nds/LC_MESSAGES/plasma-desktop.mo share/locale/nds/LC_MESSAGES/plasma-netbook.mo share/locale/nds/LC_MESSAGES/plasma-overlay.mo share/locale/nds/LC_MESSAGES/plasma-remote-helper.mo share/locale/nds/LC_MESSAGES/plasma-windowed.mo share/locale/nds/LC_MESSAGES/plasma_applet_BbalL.mo share/locale/nds/LC_MESSAGES/plasma_applet_CharSelectApplet.mo share/locale/nds/LC_MESSAGES/plasma_applet_Molmasscalculator.mo share/locale/nds/LC_MESSAGES/plasma_applet_akonotes_note.mo share/locale/nds/LC_MESSAGES/plasma_applet_battery.mo share/locale/nds/LC_MESSAGES/plasma_applet_binaryclock.mo share/locale/nds/LC_MESSAGES/plasma_applet_bookmarks.mo share/locale/nds/LC_MESSAGES/plasma_applet_bubblemon.mo share/locale/nds/LC_MESSAGES/plasma_applet_calculator.mo share/locale/nds/LC_MESSAGES/plasma_applet_clock.mo share/locale/nds/LC_MESSAGES/plasma_applet_comic.mo share/locale/nds/LC_MESSAGES/plasma_applet_concentrationCalculator.mo share/locale/nds/LC_MESSAGES/plasma_applet_currentappcontrol.mo share/locale/nds/LC_MESSAGES/plasma_applet_dig_clock.mo share/locale/nds/LC_MESSAGES/plasma_applet_fifteenPuzzle.mo share/locale/nds/LC_MESSAGES/plasma_applet_fileWatcher.mo share/locale/nds/LC_MESSAGES/plasma_applet_folderview.mo share/locale/nds/LC_MESSAGES/plasma_applet_frame.mo share/locale/nds/LC_MESSAGES/plasma_applet_fuzzy_clock.mo share/locale/nds/LC_MESSAGES/plasma_applet_gasCalculator.mo share/locale/nds/LC_MESSAGES/plasma_applet_groupingpanel.mo share/locale/nds/LC_MESSAGES/plasma_applet_icon.mo share/locale/nds/LC_MESSAGES/plasma_applet_icontasks.mo share/locale/nds/LC_MESSAGES/plasma_applet_incomingmsg.mo share/locale/nds/LC_MESSAGES/plasma_applet_kalgebra.mo share/locale/nds/LC_MESSAGES/plasma_applet_kalzium.mo share/locale/nds/LC_MESSAGES/plasma_applet_katesession.mo share/locale/nds/LC_MESSAGES/plasma_applet_kdeobservatory.mo share/locale/nds/LC_MESSAGES/plasma_applet_kget.mo share/locale/nds/LC_MESSAGES/plasma_applet_kimpanel.mo share/locale/nds/LC_MESSAGES/plasma_applet_knowledgebase.mo share/locale/nds/LC_MESSAGES/plasma_applet_kolourpicker.mo share/locale/nds/LC_MESSAGES/plasma_applet_kpapplet.mo share/locale/nds/LC_MESSAGES/plasma_applet_launcher.mo share/locale/nds/LC_MESSAGES/plasma_applet_leavenote.mo share/locale/nds/LC_MESSAGES/plasma_applet_life.mo share/locale/nds/LC_MESSAGES/plasma_applet_lockout.mo share/locale/nds/LC_MESSAGES/plasma_applet_luna.mo share/locale/nds/LC_MESSAGES/plasma_applet_magnifique.mo share/locale/nds/LC_MESSAGES/plasma_applet_microblog.mo share/locale/nds/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/nds/LC_MESSAGES/plasma_applet_news.mo share/locale/nds/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/nds/LC_MESSAGES/plasma_applet_notes.mo share/locale/nds/LC_MESSAGES/plasma_applet_notifier.mo share/locale/nds/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/nds/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/nds/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/nds/LC_MESSAGES/plasma_applet_opendesktop_activities.mo share/locale/nds/LC_MESSAGES/plasma_applet_org.kde.notifications.mo share/locale/nds/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/nds/LC_MESSAGES/plasma_applet_pager.mo share/locale/nds/LC_MESSAGES/plasma_applet_panel.mo share/locale/nds/LC_MESSAGES/plasma_applet_panelspacer_internal.mo share/locale/nds/LC_MESSAGES/plasma_applet_paste.mo share/locale/nds/LC_MESSAGES/plasma_applet_pastebin.mo share/locale/nds/LC_MESSAGES/plasma_applet_plasmaboard.mo share/locale/nds/LC_MESSAGES/plasma_applet_previewer.mo share/locale/nds/LC_MESSAGES/plasma_applet_qalculate.mo share/locale/nds/LC_MESSAGES/plasma_applet_qstardict.mo share/locale/nds/LC_MESSAGES/plasma_applet_quicklaunch.mo share/locale/nds/LC_MESSAGES/plasma_applet_rssnow.mo share/locale/nds/LC_MESSAGES/plasma_applet_rtm.mo share/locale/nds/LC_MESSAGES/plasma_applet_sal.mo share/locale/nds/LC_MESSAGES/plasma_applet_saverdesktop.mo share/locale/nds/LC_MESSAGES/plasma_applet_searchbox.mo share/locale/nds/LC_MESSAGES/plasma_applet_showdashboard.mo share/locale/nds/LC_MESSAGES/plasma_applet_showdesktop.mo share/locale/nds/LC_MESSAGES/plasma_applet_skapplet.mo share/locale/nds/LC_MESSAGES/plasma_applet_spellcheck.mo share/locale/nds/LC_MESSAGES/plasma_applet_system-monitor.mo share/locale/nds/LC_MESSAGES/plasma_applet_systemloadviewer.mo share/locale/nds/LC_MESSAGES/plasma_applet_systemtray.mo share/locale/nds/LC_MESSAGES/plasma_applet_tasks.mo share/locale/nds/LC_MESSAGES/plasma_applet_timer.mo share/locale/nds/LC_MESSAGES/plasma_applet_trash.mo share/locale/nds/LC_MESSAGES/plasma_applet_unitconverter.mo share/locale/nds/LC_MESSAGES/plasma_applet_weather.mo share/locale/nds/LC_MESSAGES/plasma_applet_weatherstation.mo share/locale/nds/LC_MESSAGES/plasma_applet_webbrowser.mo share/locale/nds/LC_MESSAGES/plasma_applet_webslice.mo share/locale/nds/LC_MESSAGES/plasma_applet_windowlist.mo share/locale/nds/LC_MESSAGES/plasma_appletscriptengine_dashboard.mo share/locale/nds/LC_MESSAGES/plasma_containmentactions_contextmenu.mo share/locale/nds/LC_MESSAGES/plasma_containmentactions_switchactivity.mo share/locale/nds/LC_MESSAGES/plasma_containmentactions_switchdesktop.mo share/locale/nds/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/nds/LC_MESSAGES/plasma_engine_calendar.mo share/locale/nds/LC_MESSAGES/plasma_engine_kalzium.mo share/locale/nds/LC_MESSAGES/plasma_engine_kdeobservatory.mo share/locale/nds/LC_MESSAGES/plasma_engine_keystate.mo share/locale/nds/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/nds/LC_MESSAGES/plasma_engine_metadata.mo share/locale/nds/LC_MESSAGES/plasma_engine_network.mo share/locale/nds/LC_MESSAGES/plasma_engine_notifications.mo share/locale/nds/LC_MESSAGES/plasma_engine_nowplaying.mo share/locale/nds/LC_MESSAGES/plasma_engine_rss.mo share/locale/nds/LC_MESSAGES/plasma_engine_share.mo share/locale/nds/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/nds/LC_MESSAGES/plasma_engine_weather.mo share/locale/nds/LC_MESSAGES/plasma_package_org.kde.desktop.activitymanager.mo share/locale/nds/LC_MESSAGES/plasma_package_org.kde.desktop.widgetexplorer.mo share/locale/nds/LC_MESSAGES/plasma_packagestructure_comic.mo share/locale/nds/LC_MESSAGES/plasma_runner_CharacterRunner.mo share/locale/nds/LC_MESSAGES/plasma_runner_activities.mo share/locale/nds/LC_MESSAGES/plasma_runner_audioplayercontrol.mo share/locale/nds/LC_MESSAGES/plasma_runner_bookmarksrunner.mo share/locale/nds/LC_MESSAGES/plasma_runner_browserhistory.mo share/locale/nds/LC_MESSAGES/plasma_runner_calculatorrunner.mo share/locale/nds/LC_MESSAGES/plasma_runner_contacts.mo share/locale/nds/LC_MESSAGES/plasma_runner_converterrunner.mo share/locale/nds/LC_MESSAGES/plasma_runner_datetime.mo share/locale/nds/LC_MESSAGES/plasma_runner_events.mo share/locale/nds/LC_MESSAGES/plasma_runner_katesessions.mo share/locale/nds/LC_MESSAGES/plasma_runner_kget.mo share/locale/nds/LC_MESSAGES/plasma_runner_kill.mo share/locale/nds/LC_MESSAGES/plasma_runner_konquerorsessions.mo share/locale/nds/LC_MESSAGES/plasma_runner_konsolesessions.mo share/locale/nds/LC_MESSAGES/plasma_runner_kopete.mo share/locale/nds/LC_MESSAGES/plasma_runner_krunner_dictionary.mo share/locale/nds/LC_MESSAGES/plasma_runner_locations.mo share/locale/nds/LC_MESSAGES/plasma_runner_marblerunner.mo share/locale/nds/LC_MESSAGES/plasma_runner_mediawiki.mo share/locale/nds/LC_MESSAGES/plasma_runner_nepomuksearchrunner.mo share/locale/nds/LC_MESSAGES/plasma_runner_placesrunner.mo share/locale/nds/LC_MESSAGES/plasma_runner_plasma-desktop.mo share/locale/nds/LC_MESSAGES/plasma_runner_powerdevil.mo share/locale/nds/LC_MESSAGES/plasma_runner_recentdocuments.mo share/locale/nds/LC_MESSAGES/plasma_runner_services.mo share/locale/nds/LC_MESSAGES/plasma_runner_sessions.mo share/locale/nds/LC_MESSAGES/plasma_runner_shell.mo share/locale/nds/LC_MESSAGES/plasma_runner_solid.mo share/locale/nds/LC_MESSAGES/plasma_runner_spellcheckrunner.mo share/locale/nds/LC_MESSAGES/plasma_runner_webshortcuts.mo share/locale/nds/LC_MESSAGES/plasma_runner_windowedwidgets.mo share/locale/nds/LC_MESSAGES/plasma_runner_windows.mo share/locale/nds/LC_MESSAGES/plasma_runner_youtube.mo share/locale/nds/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/nds/LC_MESSAGES/plasma_toolbox_desktoptoolbox.mo share/locale/nds/LC_MESSAGES/plasma_toolbox_paneltoolbox.mo share/locale/nds/LC_MESSAGES/plasma_wallpaper_color.mo share/locale/nds/LC_MESSAGES/plasma_wallpaper_image.mo share/locale/nds/LC_MESSAGES/plasma_wallpaper_mandelbrot.mo share/locale/nds/LC_MESSAGES/plasma_wallpaper_marble.mo share/locale/nds/LC_MESSAGES/plasma_wallpaper_pattern.mo share/locale/nds/LC_MESSAGES/plasma_wallpaper_potd.mo share/locale/nds/LC_MESSAGES/plasma_wallpaper_virus.mo share/locale/nds/LC_MESSAGES/plasma_wallpaper_weather.mo share/locale/nds/LC_MESSAGES/plasmagenericshell.mo share/locale/nds/LC_MESSAGES/plasmapkg.mo share/locale/nds/LC_MESSAGES/powerdevil.mo share/locale/nds/LC_MESSAGES/powerdevilactivitiesconfig.mo share/locale/nds/LC_MESSAGES/powerdevilglobalconfig.mo share/locale/nds/LC_MESSAGES/powerdevilprofilesconfig.mo share/locale/nds/LC_MESSAGES/processcore.mo share/locale/nds/LC_MESSAGES/processui.mo share/locale/nds/LC_MESSAGES/randrmonitor.mo share/locale/nds/LC_MESSAGES/rellinks.mo share/locale/nds/LC_MESSAGES/rocs.mo share/locale/nds/LC_MESSAGES/rocscore.mo share/locale/nds/LC_MESSAGES/rocsvisualeditor.mo share/locale/nds/LC_MESSAGES/searchbarplugin.mo share/locale/nds/LC_MESSAGES/solid-hardware.mo share/locale/nds/LC_MESSAGES/solid-network.mo share/locale/nds/LC_MESSAGES/solid_qt.mo share/locale/nds/LC_MESSAGES/solidcontrol.mo share/locale/nds/LC_MESSAGES/soliduiserver.mo share/locale/nds/LC_MESSAGES/step.mo share/locale/nds/LC_MESSAGES/step_qt.mo share/locale/nds/LC_MESSAGES/strigila_diff.mo share/locale/nds/LC_MESSAGES/superkaramba.mo share/locale/nds/LC_MESSAGES/svgpart.mo share/locale/nds/LC_MESSAGES/sweeper.mo share/locale/nds/LC_MESSAGES/systemsettings.mo share/locale/nds/LC_MESSAGES/tasks-mobile.mo share/locale/nds/LC_MESSAGES/timezones4.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/webarchiver.mo share/locale/nds/LC_MESSAGES/xml_mimetypes.mo share/locale/nds/entry.desktop @dirrm share/doc/HTML/nds/common @dirrm share/apps/kvtml/nds @dirrm share/apps/kvtml @dirrm share/apps/kturtle/examples/nds @dirrm share/apps/kturtle/examples @dirrm share/apps/kturtle @dirrm share/apps/ktuberling/sounds/nds @dirrm share/apps/ktuberling/sounds @dirrm share/apps/ktuberling @dirrm share/apps/klettres/nds/syllab @dirrm share/apps/klettres/nds/alpha @dirrm share/apps/klettres/nds @dirrm share/apps/klettres @dirrm share/apps/khangman @dirrm share/apps/autocorrect Index: head/misc/kde4-l10n-nl/distinfo =================================================================== --- head/misc/kde4-l10n-nl/distinfo (revision 318451) +++ head/misc/kde4-l10n-nl/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/kde-l10n/kde-l10n-nl-4.10.1.tar.xz) = 0d15d24267f35ff30d277ab6522003dc1ff29b367b7a6c6d382c1c91268fd004 -SIZE (KDE/4.10.1/kde-l10n/kde-l10n-nl-4.10.1.tar.xz) = 15915224 +SHA256 (KDE/4.10.3/kde-l10n/kde-l10n-nl-4.10.3.tar.xz) = eeedd03d4a00fdca71fa070db3e7cd658052705ed9630e15e72a5494f5eb9035 +SIZE (KDE/4.10.3/kde-l10n/kde-l10n-nl-4.10.3.tar.xz) = 15934748 Index: head/misc/kde4-l10n-nl/pkg-plist =================================================================== --- head/misc/kde4-l10n-nl/pkg-plist (revision 318451) +++ head/misc/kde4-l10n-nl/pkg-plist (revision 318452) @@ -1,2256 +1,2255 @@ share/apps/katepart/syntax/logohighlightstyle.nl.xml share/apps/klettres/nl/alpha/a-0.ogg share/apps/klettres/nl/alpha/a-1.ogg share/apps/klettres/nl/alpha/a-10.ogg share/apps/klettres/nl/alpha/a-11.ogg share/apps/klettres/nl/alpha/a-12.ogg share/apps/klettres/nl/alpha/a-13.ogg share/apps/klettres/nl/alpha/a-14.ogg share/apps/klettres/nl/alpha/a-15.ogg share/apps/klettres/nl/alpha/a-16.ogg share/apps/klettres/nl/alpha/a-17.ogg share/apps/klettres/nl/alpha/a-18.ogg share/apps/klettres/nl/alpha/a-19.ogg share/apps/klettres/nl/alpha/a-2.ogg share/apps/klettres/nl/alpha/a-20.ogg share/apps/klettres/nl/alpha/a-21.ogg share/apps/klettres/nl/alpha/a-3.ogg share/apps/klettres/nl/alpha/a-4.ogg share/apps/klettres/nl/alpha/a-5.ogg share/apps/klettres/nl/alpha/a-6.ogg share/apps/klettres/nl/alpha/a-7.ogg share/apps/klettres/nl/alpha/a-8.ogg share/apps/klettres/nl/alpha/a-9.ogg share/apps/klettres/nl/sounds.xml share/apps/klettres/nl/syllab/ad-0.ogg share/apps/klettres/nl/syllab/ad-1.ogg share/apps/klettres/nl/syllab/ad-10.ogg share/apps/klettres/nl/syllab/ad-11.ogg share/apps/klettres/nl/syllab/ad-12.ogg share/apps/klettres/nl/syllab/ad-13.ogg share/apps/klettres/nl/syllab/ad-14.ogg share/apps/klettres/nl/syllab/ad-15.ogg share/apps/klettres/nl/syllab/ad-16.ogg share/apps/klettres/nl/syllab/ad-17.ogg share/apps/klettres/nl/syllab/ad-18.ogg share/apps/klettres/nl/syllab/ad-19.ogg share/apps/klettres/nl/syllab/ad-2.ogg share/apps/klettres/nl/syllab/ad-20.ogg share/apps/klettres/nl/syllab/ad-21.ogg share/apps/klettres/nl/syllab/ad-22.ogg share/apps/klettres/nl/syllab/ad-23.ogg share/apps/klettres/nl/syllab/ad-24.ogg share/apps/klettres/nl/syllab/ad-25.ogg share/apps/klettres/nl/syllab/ad-3.ogg share/apps/klettres/nl/syllab/ad-4.ogg share/apps/klettres/nl/syllab/ad-5.ogg share/apps/klettres/nl/syllab/ad-6.ogg share/apps/klettres/nl/syllab/ad-7.ogg share/apps/klettres/nl/syllab/ad-8.ogg share/apps/klettres/nl/syllab/ad-9.ogg share/apps/ktuberling/sounds/nl.soundtheme share/apps/ktuberling/sounds/nl/bril.wav share/apps/ktuberling/sounds/nl/haar.wav share/apps/ktuberling/sounds/nl/hoed.wav share/apps/ktuberling/sounds/nl/mond.wav share/apps/ktuberling/sounds/nl/neus.wav share/apps/ktuberling/sounds/nl/oog.wav share/apps/ktuberling/sounds/nl/oor.wav share/apps/ktuberling/sounds/nl/oorbel.wav share/apps/ktuberling/sounds/nl/snor.wav share/apps/ktuberling/sounds/nl/strik.wav share/apps/ktuberling/sounds/nl/stropdas.wav share/apps/ktuberling/sounds/nl/wenkbrauw.wav share/apps/ktuberling/sounds/nl/zonnebril.wav share/apps/kturtle/data/logokeywords.nl.xml share/apps/kturtle/examples/nl/advertentie.logo share/apps/kturtle/examples/nl/bloem.logo share/apps/kturtle/examples/nl/driehoek.logo share/apps/kturtle/examples/nl/driehoeken.logo share/apps/kturtle/examples/nl/kleuren.logo share/apps/kturtle/examples/nl/krullen.logo share/apps/kturtle/examples/nl/pijl.logo share/apps/kturtle/examples/nl/randomnaam.logo share/apps/kturtle/examples/nl/tafels.logo share/apps/kturtle/examples/nl/vierkant.logo share/apps/kturtle/examples/nl/vierkanten.logo share/apps/kvtml/nl/Europese_landen.kvtml share/apps/kvtml/nl/Nederlandse_eilanden.kvtml share/apps/kvtml/nl/Nederlandse_provincies.kvtml share/apps/kvtml/nl/animals.kvtml share/apps/kvtml/nl/easy.kvtml share/apps/kvtml/nl/hard.kvtml share/apps/kvtml/nl/medium.kvtml share/doc/HTML/nl/PolicyKit-kde/authorization.docbook share/doc/HTML/nl/PolicyKit-kde/authorizationagent.docbook share/doc/HTML/nl/PolicyKit-kde/common share/doc/HTML/nl/PolicyKit-kde/howitworks.docbook share/doc/HTML/nl/PolicyKit-kde/index.cache.bz2 share/doc/HTML/nl/PolicyKit-kde/index.docbook share/doc/HTML/nl/PolicyKit-kde/introduction.docbook share/doc/HTML/nl/akregator/common share/doc/HTML/nl/akregator/index.cache.bz2 share/doc/HTML/nl/akregator/index.docbook share/doc/HTML/nl/amor/common share/doc/HTML/nl/amor/index.cache.bz2 share/doc/HTML/nl/amor/index.docbook share/doc/HTML/nl/amor/man-amor.6.docbook share/doc/HTML/nl/ark/common share/doc/HTML/nl/ark/index.cache.bz2 share/doc/HTML/nl/ark/index.docbook share/doc/HTML/nl/ark/man-ark.1.docbook share/doc/HTML/nl/blinken/common share/doc/HTML/nl/blinken/index.cache.bz2 share/doc/HTML/nl/blinken/index.docbook share/doc/HTML/nl/blogilo/common share/doc/HTML/nl/blogilo/index.cache.bz2 share/doc/HTML/nl/blogilo/index.docbook share/doc/HTML/nl/bomber/common share/doc/HTML/nl/bomber/index.cache.bz2 share/doc/HTML/nl/bomber/index.docbook share/doc/HTML/nl/bovo/common share/doc/HTML/nl/bovo/index.cache.bz2 share/doc/HTML/nl/bovo/index.docbook share/doc/HTML/nl/cantor/common share/doc/HTML/nl/cantor/index.cache.bz2 share/doc/HTML/nl/cantor/index.docbook share/doc/HTML/nl/cervisia/common share/doc/HTML/nl/cervisia/index.cache.bz2 share/doc/HTML/nl/cervisia/index.docbook share/doc/HTML/nl/common/fdl-translated.html share/doc/HTML/nl/common/gpl-translated.html share/doc/HTML/nl/common/kde-localised.css share/doc/HTML/nl/common/lgpl-translated.html share/doc/HTML/nl/dolphin/common share/doc/HTML/nl/dolphin/default-ui.png share/doc/HTML/nl/dolphin/index.cache.bz2 share/doc/HTML/nl/dolphin/index.docbook share/doc/HTML/nl/dolphin/locationbar-breadcrumb.png share/doc/HTML/nl/dolphin/locationbar-editable.png share/doc/HTML/nl/dolphin/preferences-general-behavior.png share/doc/HTML/nl/dolphin/preferences-navigation.png share/doc/HTML/nl/dolphin/preferences-startup.png share/doc/HTML/nl/dolphin/preferences-trash.png share/doc/HTML/nl/dolphin/preferences-viewmodes-icons.png share/doc/HTML/nl/dolphin/toolbar-navigation.png share/doc/HTML/nl/dolphin/toolbar-view-appearance.png share/doc/HTML/nl/dolphin/viewproperties-dialog.png share/doc/HTML/nl/dragonplayer/common share/doc/HTML/nl/dragonplayer/index.cache.bz2 share/doc/HTML/nl/dragonplayer/index.docbook share/doc/HTML/nl/dragonplayer/man-dragon.1.docbook share/doc/HTML/nl/filelight/common share/doc/HTML/nl/filelight/index.cache.bz2 share/doc/HTML/nl/filelight/index.docbook share/doc/HTML/nl/fundamentals/common share/doc/HTML/nl/fundamentals/config.docbook share/doc/HTML/nl/fundamentals/index.cache.bz2 share/doc/HTML/nl/fundamentals/index.docbook share/doc/HTML/nl/fundamentals/install.docbook share/doc/HTML/nl/fundamentals/tasks.docbook share/doc/HTML/nl/fundamentals/ui.docbook share/doc/HTML/nl/granatier/common share/doc/HTML/nl/granatier/index.cache.bz2 share/doc/HTML/nl/granatier/index.docbook share/doc/HTML/nl/gwenview/common share/doc/HTML/nl/gwenview/index.cache.bz2 share/doc/HTML/nl/gwenview/index.docbook share/doc/HTML/nl/jovie/common share/doc/HTML/nl/jovie/index.cache.bz2 share/doc/HTML/nl/jovie/index.docbook share/doc/HTML/nl/juk/common share/doc/HTML/nl/juk/index.cache.bz2 share/doc/HTML/nl/juk/index.docbook share/doc/HTML/nl/juk/juk-main.png share/doc/HTML/nl/kabcclient/common share/doc/HTML/nl/kabcclient/index.cache.bz2 share/doc/HTML/nl/kabcclient/index.docbook share/doc/HTML/nl/kabcclient/man-kabcclient.1.docbook share/doc/HTML/nl/kajongg/common share/doc/HTML/nl/kajongg/index.cache.bz2 share/doc/HTML/nl/kajongg/index.docbook share/doc/HTML/nl/kalarm/common share/doc/HTML/nl/kalarm/index.cache.bz2 share/doc/HTML/nl/kalarm/index.docbook share/doc/HTML/nl/kalgebra/commands.docbook share/doc/HTML/nl/kalgebra/common share/doc/HTML/nl/kalgebra/index.cache.bz2 share/doc/HTML/nl/kalgebra/index.docbook share/doc/HTML/nl/kalgebra/kalgebra-main-window.png share/doc/HTML/nl/kalzium/common share/doc/HTML/nl/kalzium/gradient.png share/doc/HTML/nl/kalzium/index.cache.bz2 share/doc/HTML/nl/kalzium/index.docbook share/doc/HTML/nl/kalzium/infodialog_bohr.png share/doc/HTML/nl/kalzium/infodialog_data_overview.png share/doc/HTML/nl/kalzium/infodialog_isotopes.png share/doc/HTML/nl/kalzium/infodialog_misc.png share/doc/HTML/nl/kalzium/infodialog_overview.png share/doc/HTML/nl/kalzium/infodialog_spectrum.png share/doc/HTML/nl/kalzium/man-kalzium.1.docbook share/doc/HTML/nl/kalzium/quick-1.png share/doc/HTML/nl/kalzium/quick-2.png share/doc/HTML/nl/kalzium/quick-3.png share/doc/HTML/nl/kalzium/quick-4.png share/doc/HTML/nl/kalzium/screenshot1.png share/doc/HTML/nl/kalzium/screenshot2.png share/doc/HTML/nl/kalzium/screenshot5.png share/doc/HTML/nl/kalzium/screenshot6.png share/doc/HTML/nl/kalzium/screenshot7.png share/doc/HTML/nl/kalzium/screenshoteqsolver.png share/doc/HTML/nl/kalzium/screenshotnuclidboard.png share/doc/HTML/nl/kalzium/settings1.png share/doc/HTML/nl/kalzium/settings2.png share/doc/HTML/nl/kalzium/settings3.png share/doc/HTML/nl/kalzium/sidebar1.png share/doc/HTML/nl/kalzium/sidebar2.png share/doc/HTML/nl/kanagram/answer-highlight.png share/doc/HTML/nl/kanagram/common share/doc/HTML/nl/kanagram/general-settings.png share/doc/HTML/nl/kanagram/helpstates.png share/doc/HTML/nl/kanagram/index.cache.bz2 share/doc/HTML/nl/kanagram/index.docbook share/doc/HTML/nl/kanagram/kanagram-hint.png share/doc/HTML/nl/kanagram/kanagram.png share/doc/HTML/nl/kanagram/newstuff-dialog.png share/doc/HTML/nl/kanagram/newstuff-settings.png share/doc/HTML/nl/kanagram/shortcuts-settings.png share/doc/HTML/nl/kanagram/vocab-editor.png share/doc/HTML/nl/kanagram/vocab-settings.png share/doc/HTML/nl/kapman/common share/doc/HTML/nl/kapman/index.cache.bz2 share/doc/HTML/nl/kapman/index.docbook share/doc/HTML/nl/kapptemplate/common share/doc/HTML/nl/kapptemplate/index.cache.bz2 share/doc/HTML/nl/kapptemplate/index.docbook share/doc/HTML/nl/kate/advanced.docbook share/doc/HTML/nl/kate/common share/doc/HTML/nl/kate/configuring-part.docbook share/doc/HTML/nl/kate/configuring.docbook share/doc/HTML/nl/kate/fundamentals.docbook share/doc/HTML/nl/kate/highlighting.docbook share/doc/HTML/nl/kate/index.cache.bz2 share/doc/HTML/nl/kate/index.docbook share/doc/HTML/nl/kate/man-kate.1.docbook share/doc/HTML/nl/kate/mdi.docbook share/doc/HTML/nl/kate/menus.docbook share/doc/HTML/nl/kate/part.docbook share/doc/HTML/nl/kate/plugins-part.docbook share/doc/HTML/nl/kate/plugins.docbook share/doc/HTML/nl/kate/regular-expressions.docbook share/doc/HTML/nl/kate/vi.docbook share/doc/HTML/nl/katomic/common share/doc/HTML/nl/katomic/index.cache.bz2 share/doc/HTML/nl/katomic/index.docbook share/doc/HTML/nl/kbattleship/common share/doc/HTML/nl/kbattleship/index.cache.bz2 share/doc/HTML/nl/kbattleship/index.docbook share/doc/HTML/nl/kblackbox/common share/doc/HTML/nl/kblackbox/index.cache.bz2 share/doc/HTML/nl/kblackbox/index.docbook share/doc/HTML/nl/kblocks/common share/doc/HTML/nl/kblocks/index.cache.bz2 share/doc/HTML/nl/kblocks/index.docbook share/doc/HTML/nl/kbounce/common share/doc/HTML/nl/kbounce/index.cache.bz2 share/doc/HTML/nl/kbounce/index.docbook share/doc/HTML/nl/kbreakout/common share/doc/HTML/nl/kbreakout/index.cache.bz2 share/doc/HTML/nl/kbreakout/index.docbook share/doc/HTML/nl/kbruch/checked.png share/doc/HTML/nl/kbruch/common share/doc/HTML/nl/kbruch/compare.png share/doc/HTML/nl/kbruch/convert.png share/doc/HTML/nl/kbruch/factorize.png share/doc/HTML/nl/kbruch/gui_main.png share/doc/HTML/nl/kbruch/gui_mode.png share/doc/HTML/nl/kbruch/index.cache.bz2 share/doc/HTML/nl/kbruch/index.docbook share/doc/HTML/nl/kbruch/learning.png share/doc/HTML/nl/kbruch/man-kbruch.1.docbook share/doc/HTML/nl/kbruch/mixed.png share/doc/HTML/nl/kbruch/percentage.png share/doc/HTML/nl/kbruch/reduced.png share/doc/HTML/nl/kbruch/settings.png share/doc/HTML/nl/kbruch/statistics.png share/doc/HTML/nl/kcachegrind/common share/doc/HTML/nl/kcachegrind/index.cache.bz2 share/doc/HTML/nl/kcachegrind/index.docbook share/doc/HTML/nl/kcalc/commands.docbook share/doc/HTML/nl/kcalc/common share/doc/HTML/nl/kcalc/index.cache.bz2 share/doc/HTML/nl/kcalc/index.docbook share/doc/HTML/nl/kcharselect/common share/doc/HTML/nl/kcharselect/index.cache.bz2 share/doc/HTML/nl/kcharselect/index.docbook share/doc/HTML/nl/kcontrol/attica/common share/doc/HTML/nl/kcontrol/attica/index.cache.bz2 share/doc/HTML/nl/kcontrol/attica/index.docbook share/doc/HTML/nl/kcontrol/autostart/common share/doc/HTML/nl/kcontrol/autostart/index.cache.bz2 share/doc/HTML/nl/kcontrol/autostart/index.docbook share/doc/HTML/nl/kcontrol/bell/common share/doc/HTML/nl/kcontrol/bell/index.cache.bz2 share/doc/HTML/nl/kcontrol/bell/index.docbook share/doc/HTML/nl/kcontrol/blockdevices/common share/doc/HTML/nl/kcontrol/blockdevices/index.cache.bz2 share/doc/HTML/nl/kcontrol/blockdevices/index.docbook share/doc/HTML/nl/kcontrol/bookmarks/common share/doc/HTML/nl/kcontrol/bookmarks/index.cache.bz2 share/doc/HTML/nl/kcontrol/bookmarks/index.docbook share/doc/HTML/nl/kcontrol/cache/common share/doc/HTML/nl/kcontrol/cache/index.cache.bz2 share/doc/HTML/nl/kcontrol/cache/index.docbook share/doc/HTML/nl/kcontrol/cddbretrieval/common share/doc/HTML/nl/kcontrol/cddbretrieval/index.cache.bz2 share/doc/HTML/nl/kcontrol/cddbretrieval/index.docbook share/doc/HTML/nl/kcontrol/clock/common share/doc/HTML/nl/kcontrol/clock/index.cache.bz2 share/doc/HTML/nl/kcontrol/clock/index.docbook share/doc/HTML/nl/kcontrol/colors/common share/doc/HTML/nl/kcontrol/colors/index.cache.bz2 share/doc/HTML/nl/kcontrol/colors/index.docbook share/doc/HTML/nl/kcontrol/componentchooser/common share/doc/HTML/nl/kcontrol/componentchooser/index.cache.bz2 share/doc/HTML/nl/kcontrol/componentchooser/index.docbook share/doc/HTML/nl/kcontrol/cookies/common share/doc/HTML/nl/kcontrol/cookies/index.cache.bz2 share/doc/HTML/nl/kcontrol/cookies/index.docbook share/doc/HTML/nl/kcontrol/cursortheme/common share/doc/HTML/nl/kcontrol/cursortheme/index.cache.bz2 share/doc/HTML/nl/kcontrol/cursortheme/index.docbook share/doc/HTML/nl/kcontrol/desktop/common share/doc/HTML/nl/kcontrol/desktop/index.cache.bz2 share/doc/HTML/nl/kcontrol/desktop/index.docbook share/doc/HTML/nl/kcontrol/desktopthemedetails/common share/doc/HTML/nl/kcontrol/desktopthemedetails/index.cache.bz2 share/doc/HTML/nl/kcontrol/desktopthemedetails/index.docbook share/doc/HTML/nl/kcontrol/ebrowsing/common share/doc/HTML/nl/kcontrol/ebrowsing/index.cache.bz2 share/doc/HTML/nl/kcontrol/ebrowsing/index.docbook share/doc/HTML/nl/kcontrol/emoticons/common share/doc/HTML/nl/kcontrol/emoticons/index.cache.bz2 share/doc/HTML/nl/kcontrol/emoticons/index.docbook share/doc/HTML/nl/kcontrol/filemanager/common share/doc/HTML/nl/kcontrol/filemanager/index.cache.bz2 share/doc/HTML/nl/kcontrol/filemanager/index.docbook share/doc/HTML/nl/kcontrol/filemanager/kfileman1.png share/doc/HTML/nl/kcontrol/filemanager/kfileman2.png share/doc/HTML/nl/kcontrol/filetypes/common share/doc/HTML/nl/kcontrol/filetypes/index.cache.bz2 share/doc/HTML/nl/kcontrol/filetypes/index.docbook share/doc/HTML/nl/kcontrol/fontinst/common share/doc/HTML/nl/kcontrol/fontinst/index.cache.bz2 share/doc/HTML/nl/kcontrol/fontinst/index.docbook share/doc/HTML/nl/kcontrol/fonts/common share/doc/HTML/nl/kcontrol/fonts/index.cache.bz2 share/doc/HTML/nl/kcontrol/fonts/index.docbook share/doc/HTML/nl/kcontrol/history/common share/doc/HTML/nl/kcontrol/history/index.cache.bz2 share/doc/HTML/nl/kcontrol/history/index.docbook share/doc/HTML/nl/kcontrol/icons/common share/doc/HTML/nl/kcontrol/icons/effects.png share/doc/HTML/nl/kcontrol/icons/get-new-theme.png share/doc/HTML/nl/kcontrol/icons/index.cache.bz2 share/doc/HTML/nl/kcontrol/icons/index.docbook share/doc/HTML/nl/kcontrol/icons/main.png share/doc/HTML/nl/kcontrol/icons/size.png share/doc/HTML/nl/kcontrol/joystick/common share/doc/HTML/nl/kcontrol/joystick/index.cache.bz2 share/doc/HTML/nl/kcontrol/joystick/index.docbook share/doc/HTML/nl/kcontrol/kamera/common share/doc/HTML/nl/kcontrol/kamera/index.cache.bz2 share/doc/HTML/nl/kcontrol/kamera/index.docbook share/doc/HTML/nl/kcontrol/kcm_ssl/common share/doc/HTML/nl/kcontrol/kcm_ssl/index.cache.bz2 share/doc/HTML/nl/kcontrol/kcm_ssl/index.docbook share/doc/HTML/nl/kcontrol/kcmaccess/common share/doc/HTML/nl/kcontrol/kcmaccess/index.cache.bz2 share/doc/HTML/nl/kcontrol/kcmaccess/index.docbook share/doc/HTML/nl/kcontrol/kcmcgi/common share/doc/HTML/nl/kcontrol/kcmcgi/index.cache.bz2 share/doc/HTML/nl/kcontrol/kcmcgi/index.docbook share/doc/HTML/nl/kcontrol/kcmcss/common share/doc/HTML/nl/kcontrol/kcmcss/index.cache.bz2 share/doc/HTML/nl/kcontrol/kcmcss/index.docbook share/doc/HTML/nl/kcontrol/kcmlaunch/common share/doc/HTML/nl/kcontrol/kcmlaunch/index.cache.bz2 share/doc/HTML/nl/kcontrol/kcmlaunch/index.docbook share/doc/HTML/nl/kcontrol/kcmnotify/common share/doc/HTML/nl/kcontrol/kcmnotify/index.cache.bz2 share/doc/HTML/nl/kcontrol/kcmnotify/index.docbook share/doc/HTML/nl/kcontrol/kcmsmserver/common share/doc/HTML/nl/kcontrol/kcmsmserver/index.cache.bz2 share/doc/HTML/nl/kcontrol/kcmsmserver/index.docbook share/doc/HTML/nl/kcontrol/kcmstyle/common share/doc/HTML/nl/kcontrol/kcmstyle/index.cache.bz2 share/doc/HTML/nl/kcontrol/kcmstyle/index.docbook share/doc/HTML/nl/kcontrol/kded/common share/doc/HTML/nl/kcontrol/kded/index.cache.bz2 share/doc/HTML/nl/kcontrol/kded/index.docbook share/doc/HTML/nl/kcontrol/keyboard/common share/doc/HTML/nl/kcontrol/keyboard/index.cache.bz2 share/doc/HTML/nl/kcontrol/keyboard/index.docbook share/doc/HTML/nl/kcontrol/keys/common share/doc/HTML/nl/kcontrol/keys/index.cache.bz2 share/doc/HTML/nl/kcontrol/keys/index.docbook share/doc/HTML/nl/kcontrol/kgamma/common share/doc/HTML/nl/kcontrol/kgamma/index.cache.bz2 share/doc/HTML/nl/kcontrol/kgamma/index.docbook share/doc/HTML/nl/kcontrol/khotkeys/common share/doc/HTML/nl/kcontrol/khotkeys/index.cache.bz2 share/doc/HTML/nl/kcontrol/khotkeys/index.docbook share/doc/HTML/nl/kcontrol/khtml-adblock/common share/doc/HTML/nl/kcontrol/khtml-adblock/index.cache.bz2 share/doc/HTML/nl/kcontrol/khtml-adblock/index.docbook share/doc/HTML/nl/kcontrol/khtml-behavior/common share/doc/HTML/nl/kcontrol/khtml-behavior/index.cache.bz2 share/doc/HTML/nl/kcontrol/khtml-behavior/index.docbook share/doc/HTML/nl/kcontrol/khtml-general/common share/doc/HTML/nl/kcontrol/khtml-general/index.cache.bz2 share/doc/HTML/nl/kcontrol/khtml-general/index.docbook share/doc/HTML/nl/kcontrol/khtml-java-js/common share/doc/HTML/nl/kcontrol/khtml-java-js/index.cache.bz2 share/doc/HTML/nl/kcontrol/khtml-java-js/index.docbook share/doc/HTML/nl/kcontrol/khtml-plugins/common share/doc/HTML/nl/kcontrol/khtml-plugins/index.cache.bz2 share/doc/HTML/nl/kcontrol/khtml-plugins/index.docbook share/doc/HTML/nl/kcontrol/kremotecontrol/common share/doc/HTML/nl/kcontrol/kremotecontrol/index.cache.bz2 share/doc/HTML/nl/kcontrol/kremotecontrol/index.docbook share/doc/HTML/nl/kcontrol/kresources/common share/doc/HTML/nl/kcontrol/kresources/index.cache.bz2 share/doc/HTML/nl/kcontrol/kresources/index.docbook share/doc/HTML/nl/kcontrol/kwincompositing/common share/doc/HTML/nl/kcontrol/kwincompositing/index.cache.bz2 share/doc/HTML/nl/kcontrol/kwincompositing/index.docbook share/doc/HTML/nl/kcontrol/kwindecoration/buttons.png share/doc/HTML/nl/kcontrol/kwindecoration/common share/doc/HTML/nl/kcontrol/kwindecoration/index.cache.bz2 share/doc/HTML/nl/kcontrol/kwindecoration/index.docbook share/doc/HTML/nl/kcontrol/kwindecoration/main.png share/doc/HTML/nl/kcontrol/kwinscreenedges/common share/doc/HTML/nl/kcontrol/kwinscreenedges/index.cache.bz2 share/doc/HTML/nl/kcontrol/kwinscreenedges/index.docbook share/doc/HTML/nl/kcontrol/kwintabbox/common share/doc/HTML/nl/kcontrol/kwintabbox/index.cache.bz2 share/doc/HTML/nl/kcontrol/kwintabbox/index.docbook share/doc/HTML/nl/kcontrol/language/common share/doc/HTML/nl/kcontrol/language/index.cache.bz2 share/doc/HTML/nl/kcontrol/language/index.docbook share/doc/HTML/nl/kcontrol/mouse/common share/doc/HTML/nl/kcontrol/mouse/index.cache.bz2 share/doc/HTML/nl/kcontrol/mouse/index.docbook share/doc/HTML/nl/kcontrol/nepomuk/common share/doc/HTML/nl/kcontrol/nepomuk/index.cache.bz2 share/doc/HTML/nl/kcontrol/nepomuk/index.docbook share/doc/HTML/nl/kcontrol/netpref/common share/doc/HTML/nl/kcontrol/netpref/index.cache.bz2 share/doc/HTML/nl/kcontrol/netpref/index.docbook share/doc/HTML/nl/kcontrol/paths/common share/doc/HTML/nl/kcontrol/paths/index.cache.bz2 share/doc/HTML/nl/kcontrol/paths/index.docbook share/doc/HTML/nl/kcontrol/performance/common share/doc/HTML/nl/kcontrol/performance/index.cache.bz2 share/doc/HTML/nl/kcontrol/performance/index.docbook share/doc/HTML/nl/kcontrol/phonon/common share/doc/HTML/nl/kcontrol/phonon/index.cache.bz2 share/doc/HTML/nl/kcontrol/phonon/index.docbook share/doc/HTML/nl/kcontrol/powerdevil/common share/doc/HTML/nl/kcontrol/powerdevil/index.cache.bz2 share/doc/HTML/nl/kcontrol/powerdevil/index.docbook share/doc/HTML/nl/kcontrol/proxy/common share/doc/HTML/nl/kcontrol/proxy/index.cache.bz2 share/doc/HTML/nl/kcontrol/proxy/index.docbook share/doc/HTML/nl/kcontrol/screensaver/common share/doc/HTML/nl/kcontrol/screensaver/index.cache.bz2 share/doc/HTML/nl/kcontrol/screensaver/index.docbook share/doc/HTML/nl/kcontrol/smb/common share/doc/HTML/nl/kcontrol/smb/index.cache.bz2 share/doc/HTML/nl/kcontrol/smb/index.docbook share/doc/HTML/nl/kcontrol/solid-actions/common share/doc/HTML/nl/kcontrol/solid-actions/index.cache.bz2 share/doc/HTML/nl/kcontrol/solid-actions/index.docbook share/doc/HTML/nl/kcontrol/solid-device-automounter/common share/doc/HTML/nl/kcontrol/solid-device-automounter/index.cache.bz2 share/doc/HTML/nl/kcontrol/solid-device-automounter/index.docbook share/doc/HTML/nl/kcontrol/solid-hardware/common share/doc/HTML/nl/kcontrol/solid-hardware/index.cache.bz2 share/doc/HTML/nl/kcontrol/solid-hardware/index.docbook share/doc/HTML/nl/kcontrol/spellchecking/common share/doc/HTML/nl/kcontrol/spellchecking/index.cache.bz2 share/doc/HTML/nl/kcontrol/spellchecking/index.docbook share/doc/HTML/nl/kcontrol/splashscreen/common share/doc/HTML/nl/kcontrol/splashscreen/index.cache.bz2 share/doc/HTML/nl/kcontrol/splashscreen/index.docbook share/doc/HTML/nl/kcontrol/trash/common share/doc/HTML/nl/kcontrol/trash/index.cache.bz2 share/doc/HTML/nl/kcontrol/trash/index.docbook share/doc/HTML/nl/kcontrol/useragent/common share/doc/HTML/nl/kcontrol/useragent/index.cache.bz2 share/doc/HTML/nl/kcontrol/useragent/index.docbook share/doc/HTML/nl/kcontrol/windowbehaviour/common share/doc/HTML/nl/kcontrol/windowbehaviour/index.cache.bz2 share/doc/HTML/nl/kcontrol/windowbehaviour/index.docbook share/doc/HTML/nl/kcontrol/windowspecific/common share/doc/HTML/nl/kcontrol/windowspecific/index.cache.bz2 share/doc/HTML/nl/kcontrol/windowspecific/index.docbook share/doc/HTML/nl/kcontrol/workspaceoptions/common share/doc/HTML/nl/kcontrol/workspaceoptions/index.cache.bz2 share/doc/HTML/nl/kcontrol/workspaceoptions/index.docbook share/doc/HTML/nl/kcron/common share/doc/HTML/nl/kcron/index.cache.bz2 share/doc/HTML/nl/kcron/index.docbook share/doc/HTML/nl/kcron/newtask.png share/doc/HTML/nl/kcron/newvariable.png share/doc/HTML/nl/kcron/print.png share/doc/HTML/nl/kdebugdialog/common share/doc/HTML/nl/kdebugdialog/index.cache.bz2 share/doc/HTML/nl/kdebugdialog/index.docbook share/doc/HTML/nl/kdepasswd/common share/doc/HTML/nl/kdepasswd/index.cache.bz2 share/doc/HTML/nl/kdepasswd/index.docbook share/doc/HTML/nl/kdesu/common share/doc/HTML/nl/kdesu/index.cache.bz2 share/doc/HTML/nl/kdesu/index.docbook share/doc/HTML/nl/kdesu/man-kdesu.1.docbook share/doc/HTML/nl/kdf/common share/doc/HTML/nl/kdf/index.cache.bz2 share/doc/HTML/nl/kdf/index.docbook share/doc/HTML/nl/kdf/kdf.png share/doc/HTML/nl/kdf/kdf_config.png share/doc/HTML/nl/kdiamond/common share/doc/HTML/nl/kdiamond/index.cache.bz2 share/doc/HTML/nl/kdiamond/index.docbook share/doc/HTML/nl/kdm/common share/doc/HTML/nl/kdm/index.cache.bz2 share/doc/HTML/nl/kdm/index.docbook share/doc/HTML/nl/kdm/kdmrc-ref.docbook share/doc/HTML/nl/kdm/theme-ref.docbook share/doc/HTML/nl/kfilereplace/addstringsdialog_window.png share/doc/HTML/nl/kfilereplace/backup_option.png share/doc/HTML/nl/kfilereplace/casesensitive_option.png share/doc/HTML/nl/kfilereplace/command_option.png share/doc/HTML/nl/kfilereplace/common share/doc/HTML/nl/kfilereplace/edit.png share/doc/HTML/nl/kfilereplace/edit_add.png share/doc/HTML/nl/kfilereplace/edit_remove.png share/doc/HTML/nl/kfilereplace/eraser.png share/doc/HTML/nl/kfilereplace/filereplace.png share/doc/HTML/nl/kfilereplace/filesearch.png share/doc/HTML/nl/kfilereplace/filesimulate.png share/doc/HTML/nl/kfilereplace/index.cache.bz2 share/doc/HTML/nl/kfilereplace/index.docbook share/doc/HTML/nl/kfilereplace/invert.png share/doc/HTML/nl/kfilereplace/kfr_standalone_main_window_1.png share/doc/HTML/nl/kfilereplace/optionsdialog_main_window_1.png share/doc/HTML/nl/kfilereplace/optionsdialog_main_window_2.png share/doc/HTML/nl/kfilereplace/project.png share/doc/HTML/nl/kfilereplace/projectdialog_main_window_1.png share/doc/HTML/nl/kfilereplace/projectdialog_main_window_2.png share/doc/HTML/nl/kfilereplace/recursive_option.png share/doc/HTML/nl/kfilereplace/regularexpression_option.png share/doc/HTML/nl/kfilereplace/report_example.png share/doc/HTML/nl/kfilereplace/results_view.png share/doc/HTML/nl/kfilereplace/stop.png share/doc/HTML/nl/kfilereplace/strings_view.png share/doc/HTML/nl/kfilereplace/toolbar.png share/doc/HTML/nl/kfilereplace/unsortedList.png share/doc/HTML/nl/kfind/common share/doc/HTML/nl/kfind/index.cache.bz2 share/doc/HTML/nl/kfind/index.docbook share/doc/HTML/nl/kfind/man-kfind.1.docbook share/doc/HTML/nl/kfloppy/common share/doc/HTML/nl/kfloppy/index.cache.bz2 share/doc/HTML/nl/kfloppy/index.docbook share/doc/HTML/nl/kfontview/common share/doc/HTML/nl/kfontview/index.cache.bz2 share/doc/HTML/nl/kfontview/index.docbook share/doc/HTML/nl/kfontview/kfontview.png share/doc/HTML/nl/kfourinline/common share/doc/HTML/nl/kfourinline/index.cache.bz2 share/doc/HTML/nl/kfourinline/index.docbook share/doc/HTML/nl/kgeography/common share/doc/HTML/nl/kgeography/first-start1.png share/doc/HTML/nl/kgeography/first-start2.png share/doc/HTML/nl/kgeography/first-start3.png share/doc/HTML/nl/kgeography/first-start4.png share/doc/HTML/nl/kgeography/index.cache.bz2 share/doc/HTML/nl/kgeography/index.docbook share/doc/HTML/nl/kget/common share/doc/HTML/nl/kget/index.cache.bz2 share/doc/HTML/nl/kget/index.docbook share/doc/HTML/nl/kgoldrunner/common share/doc/HTML/nl/kgoldrunner/index.cache.bz2 share/doc/HTML/nl/kgoldrunner/index.docbook share/doc/HTML/nl/kgpg/common share/doc/HTML/nl/kgpg/index.cache.bz2 share/doc/HTML/nl/kgpg/index.docbook share/doc/HTML/nl/khangman/common share/doc/HTML/nl/khangman/index.cache.bz2 share/doc/HTML/nl/khangman/index.docbook share/doc/HTML/nl/khangman/man-khangman.6.docbook share/doc/HTML/nl/khelpcenter/common share/doc/HTML/nl/khelpcenter/documentationnotfound/common share/doc/HTML/nl/khelpcenter/documentationnotfound/index.cache.bz2 share/doc/HTML/nl/khelpcenter/documentationnotfound/index.docbook share/doc/HTML/nl/khelpcenter/glossary/common share/doc/HTML/nl/khelpcenter/glossary/index.cache.bz2 share/doc/HTML/nl/khelpcenter/glossary/index.docbook share/doc/HTML/nl/khelpcenter/glossary/kdeprintingglossary.docbook share/doc/HTML/nl/khelpcenter/index.cache.bz2 share/doc/HTML/nl/khelpcenter/index.docbook share/doc/HTML/nl/kig/common share/doc/HTML/nl/kig/constructed_a_point.png share/doc/HTML/nl/kig/constructed_script_object.png share/doc/HTML/nl/kig/constructing_a_circle.png share/doc/HTML/nl/kig/constructing_a_circle_2.png share/doc/HTML/nl/kig/edit_types_dialog.png share/doc/HTML/nl/kig/index.cache.bz2 share/doc/HTML/nl/kig/index.docbook share/doc/HTML/nl/kig/macro_wizard.png share/doc/HTML/nl/kig/macros_at_work.png share/doc/HTML/nl/kig/man-kig.1.docbook share/doc/HTML/nl/kig/selecting_objects.png share/doc/HTML/nl/kig/simple_locus_construction.png share/doc/HTML/nl/kig/test_run_macro.png share/doc/HTML/nl/kig/text_label_attaching.png share/doc/HTML/nl/kig/text_label_wizard.png share/doc/HTML/nl/kigo/common share/doc/HTML/nl/kigo/index.cache.bz2 share/doc/HTML/nl/kigo/index.docbook share/doc/HTML/nl/killbots/common share/doc/HTML/nl/killbots/index.cache.bz2 share/doc/HTML/nl/killbots/index.docbook share/doc/HTML/nl/kimagemapeditor/common share/doc/HTML/nl/kimagemapeditor/index.cache.bz2 share/doc/HTML/nl/kimagemapeditor/index.docbook share/doc/HTML/nl/kinfocenter/common share/doc/HTML/nl/kinfocenter/index.cache.bz2 share/doc/HTML/nl/kinfocenter/index.docbook share/doc/HTML/nl/kioslave/audiocd/common share/doc/HTML/nl/kioslave/audiocd/index.cache.bz2 share/doc/HTML/nl/kioslave/audiocd/index.docbook share/doc/HTML/nl/kioslave/bookmarks/common share/doc/HTML/nl/kioslave/bookmarks/index.cache.bz2 share/doc/HTML/nl/kioslave/bookmarks/index.docbook share/doc/HTML/nl/kioslave/bzip2/common share/doc/HTML/nl/kioslave/bzip2/index.cache.bz2 share/doc/HTML/nl/kioslave/bzip2/index.docbook share/doc/HTML/nl/kioslave/cgi/common share/doc/HTML/nl/kioslave/cgi/index.cache.bz2 share/doc/HTML/nl/kioslave/cgi/index.docbook share/doc/HTML/nl/kioslave/data/common share/doc/HTML/nl/kioslave/data/index.cache.bz2 share/doc/HTML/nl/kioslave/data/index.docbook share/doc/HTML/nl/kioslave/file/common share/doc/HTML/nl/kioslave/file/index.cache.bz2 share/doc/HTML/nl/kioslave/file/index.docbook share/doc/HTML/nl/kioslave/finger/common share/doc/HTML/nl/kioslave/finger/index.cache.bz2 share/doc/HTML/nl/kioslave/finger/index.docbook share/doc/HTML/nl/kioslave/fish/common share/doc/HTML/nl/kioslave/fish/index.cache.bz2 share/doc/HTML/nl/kioslave/fish/index.docbook share/doc/HTML/nl/kioslave/floppy/common share/doc/HTML/nl/kioslave/floppy/index.cache.bz2 share/doc/HTML/nl/kioslave/floppy/index.docbook share/doc/HTML/nl/kioslave/ftp/common share/doc/HTML/nl/kioslave/ftp/index.cache.bz2 share/doc/HTML/nl/kioslave/ftp/index.docbook share/doc/HTML/nl/kioslave/gzip/common share/doc/HTML/nl/kioslave/gzip/index.cache.bz2 share/doc/HTML/nl/kioslave/gzip/index.docbook share/doc/HTML/nl/kioslave/help/common share/doc/HTML/nl/kioslave/help/index.cache.bz2 share/doc/HTML/nl/kioslave/help/index.docbook share/doc/HTML/nl/kioslave/http/common share/doc/HTML/nl/kioslave/http/index.cache.bz2 share/doc/HTML/nl/kioslave/http/index.docbook share/doc/HTML/nl/kioslave/imap/common share/doc/HTML/nl/kioslave/imap/index.cache.bz2 share/doc/HTML/nl/kioslave/imap/index.docbook share/doc/HTML/nl/kioslave/info/common share/doc/HTML/nl/kioslave/info/index.cache.bz2 share/doc/HTML/nl/kioslave/info/index.docbook share/doc/HTML/nl/kioslave/ldap/common share/doc/HTML/nl/kioslave/ldap/index.cache.bz2 share/doc/HTML/nl/kioslave/ldap/index.docbook share/doc/HTML/nl/kioslave/mailto/common share/doc/HTML/nl/kioslave/mailto/index.cache.bz2 share/doc/HTML/nl/kioslave/mailto/index.docbook share/doc/HTML/nl/kioslave/man/common share/doc/HTML/nl/kioslave/man/index.cache.bz2 share/doc/HTML/nl/kioslave/man/index.docbook share/doc/HTML/nl/kioslave/mbox/common share/doc/HTML/nl/kioslave/mbox/index.cache.bz2 share/doc/HTML/nl/kioslave/mbox/index.docbook share/doc/HTML/nl/kioslave/nepomuksearch/common share/doc/HTML/nl/kioslave/nepomuksearch/index.cache.bz2 share/doc/HTML/nl/kioslave/nepomuksearch/index.docbook share/doc/HTML/nl/kioslave/network/common share/doc/HTML/nl/kioslave/network/index.cache.bz2 share/doc/HTML/nl/kioslave/network/index.docbook share/doc/HTML/nl/kioslave/news/common share/doc/HTML/nl/kioslave/news/index.cache.bz2 share/doc/HTML/nl/kioslave/news/index.docbook share/doc/HTML/nl/kioslave/nfs/common share/doc/HTML/nl/kioslave/nfs/index.cache.bz2 share/doc/HTML/nl/kioslave/nfs/index.docbook share/doc/HTML/nl/kioslave/nntp/common share/doc/HTML/nl/kioslave/nntp/index.cache.bz2 share/doc/HTML/nl/kioslave/nntp/index.docbook share/doc/HTML/nl/kioslave/pop3/common share/doc/HTML/nl/kioslave/pop3/index.cache.bz2 share/doc/HTML/nl/kioslave/pop3/index.docbook share/doc/HTML/nl/kioslave/rlogin/common share/doc/HTML/nl/kioslave/rlogin/index.cache.bz2 share/doc/HTML/nl/kioslave/rlogin/index.docbook share/doc/HTML/nl/kioslave/sftp/common share/doc/HTML/nl/kioslave/sftp/index.cache.bz2 share/doc/HTML/nl/kioslave/sftp/index.docbook share/doc/HTML/nl/kioslave/sieve/common share/doc/HTML/nl/kioslave/sieve/index.cache.bz2 share/doc/HTML/nl/kioslave/sieve/index.docbook share/doc/HTML/nl/kioslave/smb/common share/doc/HTML/nl/kioslave/smb/index.cache.bz2 share/doc/HTML/nl/kioslave/smb/index.docbook share/doc/HTML/nl/kioslave/smtp/common share/doc/HTML/nl/kioslave/smtp/index.cache.bz2 share/doc/HTML/nl/kioslave/smtp/index.docbook share/doc/HTML/nl/kioslave/tar/common share/doc/HTML/nl/kioslave/tar/index.cache.bz2 share/doc/HTML/nl/kioslave/tar/index.docbook share/doc/HTML/nl/kioslave/telnet/common share/doc/HTML/nl/kioslave/telnet/index.cache.bz2 share/doc/HTML/nl/kioslave/telnet/index.docbook share/doc/HTML/nl/kioslave/thumbnail/common share/doc/HTML/nl/kioslave/thumbnail/index.cache.bz2 share/doc/HTML/nl/kioslave/thumbnail/index.docbook share/doc/HTML/nl/kioslave/webdav/common share/doc/HTML/nl/kioslave/webdav/index.cache.bz2 share/doc/HTML/nl/kioslave/webdav/index.docbook share/doc/HTML/nl/kioslave/xz/common share/doc/HTML/nl/kioslave/xz/index.cache.bz2 share/doc/HTML/nl/kioslave/xz/index.docbook share/doc/HTML/nl/kiriki/common share/doc/HTML/nl/kiriki/index.cache.bz2 share/doc/HTML/nl/kiriki/index.docbook share/doc/HTML/nl/kiten/common share/doc/HTML/nl/kiten/index.cache.bz2 share/doc/HTML/nl/kiten/index.docbook share/doc/HTML/nl/kjots/common share/doc/HTML/nl/kjots/index.cache.bz2 share/doc/HTML/nl/kjots/index.docbook share/doc/HTML/nl/kjumpingcube/common share/doc/HTML/nl/kjumpingcube/index.cache.bz2 share/doc/HTML/nl/kjumpingcube/index.docbook share/doc/HTML/nl/kleopatra/common share/doc/HTML/nl/kleopatra/index.cache.bz2 share/doc/HTML/nl/kleopatra/index.docbook share/doc/HTML/nl/klettres/common share/doc/HTML/nl/klettres/index.cache.bz2 share/doc/HTML/nl/klettres/index.docbook share/doc/HTML/nl/klickety/common share/doc/HTML/nl/klickety/index.cache.bz2 share/doc/HTML/nl/klickety/index.docbook share/doc/HTML/nl/klines/common share/doc/HTML/nl/klines/index.cache.bz2 share/doc/HTML/nl/klines/index.docbook share/doc/HTML/nl/klinkstatus/common share/doc/HTML/nl/klinkstatus/index.cache.bz2 share/doc/HTML/nl/klinkstatus/index.docbook share/doc/HTML/nl/klipper/common share/doc/HTML/nl/klipper/index.cache.bz2 share/doc/HTML/nl/klipper/index.docbook share/doc/HTML/nl/kmag/common share/doc/HTML/nl/kmag/index.cache.bz2 share/doc/HTML/nl/kmag/index.docbook share/doc/HTML/nl/kmag/man-kmag.1.docbook share/doc/HTML/nl/kmag/screenshot.png share/doc/HTML/nl/kmahjongg/common share/doc/HTML/nl/kmahjongg/index.cache.bz2 share/doc/HTML/nl/kmahjongg/index.docbook share/doc/HTML/nl/kmail/common share/doc/HTML/nl/kmail/configure.docbook share/doc/HTML/nl/kmail/credits-and-licenses.docbook share/doc/HTML/nl/kmail/faq.docbook share/doc/HTML/nl/kmail/getting-started.docbook share/doc/HTML/nl/kmail/importing.docbook share/doc/HTML/nl/kmail/index.cache.bz2 share/doc/HTML/nl/kmail/index.docbook share/doc/HTML/nl/kmail/intro.docbook share/doc/HTML/nl/kmail/menus.docbook share/doc/HTML/nl/kmail/troubleshooting.docbook share/doc/HTML/nl/kmail/using-kmail.docbook share/doc/HTML/nl/kmenuedit/common share/doc/HTML/nl/kmenuedit/index.cache.bz2 share/doc/HTML/nl/kmenuedit/index.docbook share/doc/HTML/nl/kmines/common share/doc/HTML/nl/kmines/index.cache.bz2 share/doc/HTML/nl/kmines/index.docbook share/doc/HTML/nl/kmix/common share/doc/HTML/nl/kmix/index.cache.bz2 share/doc/HTML/nl/kmix/index.docbook share/doc/HTML/nl/kmousetool/common share/doc/HTML/nl/kmousetool/index.cache.bz2 share/doc/HTML/nl/kmousetool/index.docbook share/doc/HTML/nl/kmousetool/man-kmousetool.1.docbook share/doc/HTML/nl/kmouth/common share/doc/HTML/nl/kmouth/index.cache.bz2 share/doc/HTML/nl/kmouth/index.docbook share/doc/HTML/nl/kmouth/kmouthcpref.png share/doc/HTML/nl/kmouth/kmouthctts.png share/doc/HTML/nl/kmouth/kmouthcwcp.png share/doc/HTML/nl/kmouth/kmouthedit.png share/doc/HTML/nl/kmouth/kmouthmain.png share/doc/HTML/nl/kmouth/kmouthwizard.png share/doc/HTML/nl/kmouth/man-kmouth.1.docbook share/doc/HTML/nl/kmplot/commands.docbook share/doc/HTML/nl/kmplot/common share/doc/HTML/nl/kmplot/configuration.docbook share/doc/HTML/nl/kmplot/credits.docbook share/doc/HTML/nl/kmplot/dcop.docbook share/doc/HTML/nl/kmplot/developer.docbook share/doc/HTML/nl/kmplot/edu-logo.png share/doc/HTML/nl/kmplot/firststeps.docbook share/doc/HTML/nl/kmplot/index.cache.bz2 share/doc/HTML/nl/kmplot/index.docbook share/doc/HTML/nl/kmplot/install.docbook share/doc/HTML/nl/kmplot/introduction.docbook share/doc/HTML/nl/kmplot/kfkt.png share/doc/HTML/nl/kmplot/ksys1.png share/doc/HTML/nl/kmplot/ksys2.png share/doc/HTML/nl/kmplot/ksys3.png share/doc/HTML/nl/kmplot/main.png share/doc/HTML/nl/kmplot/man-kmplot.1.docbook share/doc/HTML/nl/kmplot/popup.png share/doc/HTML/nl/kmplot/reference.docbook share/doc/HTML/nl/kmplot/settings-colors.png share/doc/HTML/nl/kmplot/settings-coords.png share/doc/HTML/nl/kmplot/settings-diagram.png share/doc/HTML/nl/kmplot/settings-fonts.png share/doc/HTML/nl/kmplot/settings-general.png share/doc/HTML/nl/kmplot/using.docbook share/doc/HTML/nl/knetattach/common share/doc/HTML/nl/knetattach/index.cache.bz2 share/doc/HTML/nl/knetattach/index.docbook share/doc/HTML/nl/knetwalk/common share/doc/HTML/nl/knetwalk/index.cache.bz2 share/doc/HTML/nl/knetwalk/index.docbook share/doc/HTML/nl/knode/commands.docbook share/doc/HTML/nl/knode/common share/doc/HTML/nl/knode/credits.docbook share/doc/HTML/nl/knode/faq.docbook share/doc/HTML/nl/knode/gloss.docbook share/doc/HTML/nl/knode/index.cache.bz2 share/doc/HTML/nl/knode/index.docbook share/doc/HTML/nl/knode/install.docbook share/doc/HTML/nl/knode/introduction.docbook share/doc/HTML/nl/knode/journey.docbook share/doc/HTML/nl/knode/more.docbook share/doc/HTML/nl/knode/using-firststart.docbook share/doc/HTML/nl/knode/using-morefeatures.docbook share/doc/HTML/nl/knode/using-subscribing.docbook share/doc/HTML/nl/knotes/common share/doc/HTML/nl/knotes/index.cache.bz2 share/doc/HTML/nl/knotes/index.docbook share/doc/HTML/nl/kolf/common share/doc/HTML/nl/kolf/index.cache.bz2 share/doc/HTML/nl/kolf/index.docbook share/doc/HTML/nl/kollision/common share/doc/HTML/nl/kollision/index.cache.bz2 share/doc/HTML/nl/kollision/index.docbook share/doc/HTML/nl/kolourpaint/KolourPaint.png share/doc/HTML/nl/kolourpaint/common share/doc/HTML/nl/kolourpaint/index.cache.bz2 share/doc/HTML/nl/kolourpaint/index.docbook share/doc/HTML/nl/kommander/basics.docbook share/doc/HTML/nl/kommander/commands.docbook share/doc/HTML/nl/kommander/common share/doc/HTML/nl/kommander/credits.docbook share/doc/HTML/nl/kommander/dcop.docbook share/doc/HTML/nl/kommander/editor.docbook share/doc/HTML/nl/kommander/extending.docbook share/doc/HTML/nl/kommander/glossary.docbook share/doc/HTML/nl/kommander/index.cache.bz2 share/doc/HTML/nl/kommander/index.docbook share/doc/HTML/nl/kommander/installation.docbook share/doc/HTML/nl/kommander/introduction.docbook share/doc/HTML/nl/kommander/q-and-a.docbook share/doc/HTML/nl/kommander/specials.docbook share/doc/HTML/nl/kommander/tutorials.docbook share/doc/HTML/nl/kommander/widgets.docbook share/doc/HTML/nl/kompare/common share/doc/HTML/nl/kompare/index.cache.bz2 share/doc/HTML/nl/kompare/index.docbook share/doc/HTML/nl/konqueror/basics.docbook share/doc/HTML/nl/konqueror/bookmarks.docbook share/doc/HTML/nl/konqueror/browser.docbook share/doc/HTML/nl/konqueror/cmndline.png share/doc/HTML/nl/konqueror/commands.docbook share/doc/HTML/nl/konqueror/common share/doc/HTML/nl/konqueror/config.docbook share/doc/HTML/nl/konqueror/credits.docbook share/doc/HTML/nl/konqueror/dirtree.png share/doc/HTML/nl/konqueror/dragdrop.png share/doc/HTML/nl/konqueror/faq.docbook share/doc/HTML/nl/konqueror/filemanager.docbook share/doc/HTML/nl/konqueror/index.cache.bz2 share/doc/HTML/nl/konqueror/index.docbook share/doc/HTML/nl/konqueror/introduction.docbook share/doc/HTML/nl/konqueror/konqorg.png share/doc/HTML/nl/konqueror/man-kbookmarkmerger.1.docbook share/doc/HTML/nl/konqueror/parts.png share/doc/HTML/nl/konqueror/path-complete.docbook share/doc/HTML/nl/konqueror/plugins.docbook share/doc/HTML/nl/konqueror/save-settings.docbook share/doc/HTML/nl/konqueror/shortcut1.png share/doc/HTML/nl/konqueror/shortcut2.png share/doc/HTML/nl/konqueror/sidebar.docbook share/doc/HTML/nl/konqueror/view-extensions.docbook share/doc/HTML/nl/konquest/common share/doc/HTML/nl/konquest/index.cache.bz2 share/doc/HTML/nl/konquest/index.docbook share/doc/HTML/nl/konsole/common share/doc/HTML/nl/konsole/index.cache.bz2 share/doc/HTML/nl/konsole/index.docbook share/doc/HTML/nl/konsolekalendar/common share/doc/HTML/nl/konsolekalendar/index.cache.bz2 share/doc/HTML/nl/konsolekalendar/index.docbook share/doc/HTML/nl/kontact-admin/common share/doc/HTML/nl/kontact-admin/index.cache.bz2 share/doc/HTML/nl/kontact-admin/index.docbook share/doc/HTML/nl/kontact/common share/doc/HTML/nl/kontact/index.cache.bz2 share/doc/HTML/nl/kontact/index.docbook share/doc/HTML/nl/kopete/chatstyle.docbook share/doc/HTML/nl/kopete/common share/doc/HTML/nl/kopete/icq.docbook share/doc/HTML/nl/kopete/index.cache.bz2 share/doc/HTML/nl/kopete/index.docbook share/doc/HTML/nl/kopete/jabber.docbook share/doc/HTML/nl/kopete/menus.docbook share/doc/HTML/nl/kopete/pipes.docbook share/doc/HTML/nl/korganizer/common share/doc/HTML/nl/korganizer/index.cache.bz2 share/doc/HTML/nl/korganizer/index.docbook share/doc/HTML/nl/kpat/common share/doc/HTML/nl/kpat/index.cache.bz2 share/doc/HTML/nl/kpat/index.docbook share/doc/HTML/nl/kpat/man-kpat.6.docbook share/doc/HTML/nl/kppp/accounting.docbook share/doc/HTML/nl/kppp/callback.docbook share/doc/HTML/nl/kppp/chap.docbook share/doc/HTML/nl/kppp/common share/doc/HTML/nl/kppp/dialog-setup.docbook share/doc/HTML/nl/kppp/getting-online.docbook share/doc/HTML/nl/kppp/global-settings.docbook share/doc/HTML/nl/kppp/hayes.docbook share/doc/HTML/nl/kppp/index.cache.bz2 share/doc/HTML/nl/kppp/index.docbook share/doc/HTML/nl/kppp/kppp-faq.docbook share/doc/HTML/nl/kppp/security.docbook share/doc/HTML/nl/kppp/tricks.docbook share/doc/HTML/nl/kppp/wizard.docbook share/doc/HTML/nl/krdc/common share/doc/HTML/nl/krdc/index.cache.bz2 share/doc/HTML/nl/krdc/index.docbook share/doc/HTML/nl/kreversi/common share/doc/HTML/nl/kreversi/index.cache.bz2 share/doc/HTML/nl/kreversi/index.docbook share/doc/HTML/nl/krfb/common share/doc/HTML/nl/krfb/index.cache.bz2 share/doc/HTML/nl/krfb/index.docbook share/doc/HTML/nl/kruler/common share/doc/HTML/nl/kruler/index.cache.bz2 share/doc/HTML/nl/kruler/index.docbook share/doc/HTML/nl/kshisen/common share/doc/HTML/nl/kshisen/index.cache.bz2 share/doc/HTML/nl/kshisen/index.docbook share/doc/HTML/nl/ksirk/common share/doc/HTML/nl/ksirk/index.cache.bz2 share/doc/HTML/nl/ksirk/index.docbook share/doc/HTML/nl/ksirkskineditor/common share/doc/HTML/nl/ksirkskineditor/index.cache.bz2 share/doc/HTML/nl/ksirkskineditor/index.docbook share/doc/HTML/nl/ksnapshot/common share/doc/HTML/nl/ksnapshot/index.cache.bz2 share/doc/HTML/nl/ksnapshot/index.docbook share/doc/HTML/nl/ksnapshot/preview.png share/doc/HTML/nl/ksnapshot/window.png share/doc/HTML/nl/kspaceduel/common share/doc/HTML/nl/kspaceduel/index.cache.bz2 share/doc/HTML/nl/kspaceduel/index.docbook share/doc/HTML/nl/kspaceduel/kspaceduel3.png share/doc/HTML/nl/ksquares/common share/doc/HTML/nl/ksquares/index.cache.bz2 share/doc/HTML/nl/ksquares/index.docbook share/doc/HTML/nl/kstars/aavso.png share/doc/HTML/nl/kstars/ai-contents.docbook share/doc/HTML/nl/kstars/altvstime.docbook share/doc/HTML/nl/kstars/altvstime.png share/doc/HTML/nl/kstars/astroinfo.docbook share/doc/HTML/nl/kstars/blackbody.docbook share/doc/HTML/nl/kstars/blackbody.png share/doc/HTML/nl/kstars/calc-angdist.docbook share/doc/HTML/nl/kstars/calc-apcoords.docbook share/doc/HTML/nl/kstars/calc-apcoords.png share/doc/HTML/nl/kstars/calc-dayduration.docbook share/doc/HTML/nl/kstars/calc-daylength.png share/doc/HTML/nl/kstars/calc-ecliptic.docbook share/doc/HTML/nl/kstars/calc-eqgal.docbook share/doc/HTML/nl/kstars/calc-eqgal.png share/doc/HTML/nl/kstars/calc-equinox.docbook share/doc/HTML/nl/kstars/calc-geodetic.docbook share/doc/HTML/nl/kstars/calc-geodetic.png share/doc/HTML/nl/kstars/calc-horizontal.docbook share/doc/HTML/nl/kstars/calc-horizontal.png share/doc/HTML/nl/kstars/calc-julian.png share/doc/HTML/nl/kstars/calc-julianday.docbook share/doc/HTML/nl/kstars/calc-planetcoords.docbook share/doc/HTML/nl/kstars/calc-precess.png share/doc/HTML/nl/kstars/calc-sidereal.docbook share/doc/HTML/nl/kstars/calc-sidereal.png share/doc/HTML/nl/kstars/calculator.docbook share/doc/HTML/nl/kstars/cequator.docbook share/doc/HTML/nl/kstars/color_indices.png share/doc/HTML/nl/kstars/colorandtemp.docbook share/doc/HTML/nl/kstars/commands.docbook share/doc/HTML/nl/kstars/common share/doc/HTML/nl/kstars/config.docbook share/doc/HTML/nl/kstars/cosmicdist.docbook share/doc/HTML/nl/kstars/cpoles.docbook share/doc/HTML/nl/kstars/credits.docbook share/doc/HTML/nl/kstars/csphere.docbook share/doc/HTML/nl/kstars/darkmatter.docbook share/doc/HTML/nl/kstars/detaildialog.png share/doc/HTML/nl/kstars/details.docbook share/doc/HTML/nl/kstars/devicemanager.png share/doc/HTML/nl/kstars/dumpmode.docbook share/doc/HTML/nl/kstars/ecliptic.docbook share/doc/HTML/nl/kstars/ellipticalgalaxies.docbook share/doc/HTML/nl/kstars/epoch.docbook share/doc/HTML/nl/kstars/equinox.docbook share/doc/HTML/nl/kstars/faq.docbook share/doc/HTML/nl/kstars/find.png share/doc/HTML/nl/kstars/fitsviewer.docbook share/doc/HTML/nl/kstars/flux.docbook share/doc/HTML/nl/kstars/fovdialog.png share/doc/HTML/nl/kstars/geocoords.docbook share/doc/HTML/nl/kstars/geolocator.png share/doc/HTML/nl/kstars/greatcircle.docbook share/doc/HTML/nl/kstars/horizon.docbook share/doc/HTML/nl/kstars/hourangle.docbook share/doc/HTML/nl/kstars/index.cache.bz2 share/doc/HTML/nl/kstars/index.docbook share/doc/HTML/nl/kstars/indi.docbook share/doc/HTML/nl/kstars/indiclient.png share/doc/HTML/nl/kstars/indicontrolpanel.png share/doc/HTML/nl/kstars/install.docbook share/doc/HTML/nl/kstars/jmoons.docbook share/doc/HTML/nl/kstars/jmoons.png share/doc/HTML/nl/kstars/julianday.docbook share/doc/HTML/nl/kstars/kepler2nd.png share/doc/HTML/nl/kstars/leapyear.docbook share/doc/HTML/nl/kstars/lightcurve.png share/doc/HTML/nl/kstars/lightcurves.docbook share/doc/HTML/nl/kstars/luminosity.docbook share/doc/HTML/nl/kstars/magnitude.docbook share/doc/HTML/nl/kstars/meridian.docbook share/doc/HTML/nl/kstars/newfov.png share/doc/HTML/nl/kstars/observinglist.docbook share/doc/HTML/nl/kstars/obsplanner.docbook share/doc/HTML/nl/kstars/parallax.docbook share/doc/HTML/nl/kstars/popup.png share/doc/HTML/nl/kstars/precession.docbook share/doc/HTML/nl/kstars/quicktour.docbook share/doc/HTML/nl/kstars/retrograde.docbook share/doc/HTML/nl/kstars/screen1.png share/doc/HTML/nl/kstars/scriptbuilder.docbook share/doc/HTML/nl/kstars/scriptbuilder.png share/doc/HTML/nl/kstars/sidereal.docbook share/doc/HTML/nl/kstars/skycoords.docbook share/doc/HTML/nl/kstars/skymapdevice.png share/doc/HTML/nl/kstars/solarsys.docbook share/doc/HTML/nl/kstars/solarsystem.png share/doc/HTML/nl/kstars/spiralgalaxies.docbook share/doc/HTML/nl/kstars/star_colors.png share/doc/HTML/nl/kstars/stars.docbook share/doc/HTML/nl/kstars/telescopes.docbook share/doc/HTML/nl/kstars/timezones.docbook share/doc/HTML/nl/kstars/tools.docbook share/doc/HTML/nl/kstars/utime.docbook share/doc/HTML/nl/kstars/viewops.png share/doc/HTML/nl/kstars/wut.docbook share/doc/HTML/nl/kstars/wut.png share/doc/HTML/nl/kstars/zenith.docbook share/doc/HTML/nl/ksudoku/common share/doc/HTML/nl/ksudoku/index.cache.bz2 share/doc/HTML/nl/ksudoku/index.docbook share/doc/HTML/nl/ksysguard/common share/doc/HTML/nl/ksysguard/index.cache.bz2 share/doc/HTML/nl/ksysguard/index.docbook share/doc/HTML/nl/ksystemlog/common share/doc/HTML/nl/ksystemlog/index.cache.bz2 share/doc/HTML/nl/ksystemlog/index.docbook share/doc/HTML/nl/kteatime/common share/doc/HTML/nl/kteatime/index.cache.bz2 share/doc/HTML/nl/kteatime/index.docbook share/doc/HTML/nl/ktimer/common share/doc/HTML/nl/ktimer/index.cache.bz2 share/doc/HTML/nl/ktimer/index.docbook share/doc/HTML/nl/ktimetracker/common share/doc/HTML/nl/ktimetracker/index.cache.bz2 share/doc/HTML/nl/ktimetracker/index.docbook share/doc/HTML/nl/ktnef/common share/doc/HTML/nl/ktnef/index.cache.bz2 share/doc/HTML/nl/ktnef/index.docbook share/doc/HTML/nl/ktouch/common share/doc/HTML/nl/ktouch/index.cache.bz2 share/doc/HTML/nl/ktouch/index.docbook share/doc/HTML/nl/ktouch/man-ktouch.1.docbook share/doc/HTML/nl/ktron/common share/doc/HTML/nl/ktron/index.cache.bz2 share/doc/HTML/nl/ktron/index.docbook share/doc/HTML/nl/ktuberling/common share/doc/HTML/nl/ktuberling/index.cache.bz2 share/doc/HTML/nl/ktuberling/index.docbook share/doc/HTML/nl/ktuberling/technical-reference.docbook share/doc/HTML/nl/kturtle/common share/doc/HTML/nl/kturtle/getting-started.docbook share/doc/HTML/nl/kturtle/glossary.docbook share/doc/HTML/nl/kturtle/index.cache.bz2 share/doc/HTML/nl/kturtle/index.docbook share/doc/HTML/nl/kturtle/mainwindow.png share/doc/HTML/nl/kturtle/mainwindow_flower_nrs.png share/doc/HTML/nl/kturtle/programming-reference.docbook share/doc/HTML/nl/kturtle/translator-guide.docbook share/doc/HTML/nl/kturtle/using-kturtle.docbook share/doc/HTML/nl/kturtle/wrapping.png share/doc/HTML/nl/kuser/common share/doc/HTML/nl/kuser/index.cache.bz2 share/doc/HTML/nl/kuser/index.docbook share/doc/HTML/nl/kuser/kuser.png share/doc/HTML/nl/kwallet/common share/doc/HTML/nl/kwallet/index.cache.bz2 share/doc/HTML/nl/kwallet/index.docbook share/doc/HTML/nl/kwatchgnupg/common share/doc/HTML/nl/kwatchgnupg/index.cache.bz2 share/doc/HTML/nl/kwatchgnupg/index.docbook share/doc/HTML/nl/kwordquiz/common share/doc/HTML/nl/kwordquiz/index.cache.bz2 share/doc/HTML/nl/kwordquiz/index.docbook share/doc/HTML/nl/kwrite/common share/doc/HTML/nl/kwrite/configuring.docbook share/doc/HTML/nl/kwrite/fundamentals.docbook share/doc/HTML/nl/kwrite/index.cache.bz2 share/doc/HTML/nl/kwrite/index.docbook share/doc/HTML/nl/kwrite/menus.docbook share/doc/HTML/nl/lokalize/common share/doc/HTML/nl/lokalize/index.cache.bz2 share/doc/HTML/nl/lokalize/index.docbook share/doc/HTML/nl/lskat/common share/doc/HTML/nl/lskat/index.cache.bz2 share/doc/HTML/nl/lskat/index.docbook share/doc/HTML/nl/marble/common share/doc/HTML/nl/marble/configure-cacheproxy.png share/doc/HTML/nl/marble/configure-navigation.png share/doc/HTML/nl/marble/configure-plugins.png share/doc/HTML/nl/marble/configure-view.png share/doc/HTML/nl/marble/index.cache.bz2 share/doc/HTML/nl/marble/index.docbook share/doc/HTML/nl/marble/logo-1.png share/doc/HTML/nl/marble/mapview-1.png share/doc/HTML/nl/marble/measure-1.png share/doc/HTML/nl/marble/quick-1.png share/doc/HTML/nl/marble/search-1.png share/doc/HTML/nl/marble/search-2.png share/doc/HTML/nl/okteta/common share/doc/HTML/nl/okteta/index.cache.bz2 share/doc/HTML/nl/okteta/index.docbook share/doc/HTML/nl/okular/common share/doc/HTML/nl/okular/index.cache.bz2 share/doc/HTML/nl/okular/index.docbook share/doc/HTML/nl/okular/man-okular.1.docbook share/doc/HTML/nl/onlinehelp/common share/doc/HTML/nl/onlinehelp/index.cache.bz2 share/doc/HTML/nl/onlinehelp/index.docbook share/doc/HTML/nl/palapeli/common share/doc/HTML/nl/palapeli/index.cache.bz2 share/doc/HTML/nl/palapeli/index.docbook share/doc/HTML/nl/parley/common share/doc/HTML/nl/parley/index.cache.bz2 share/doc/HTML/nl/parley/index.docbook share/doc/HTML/nl/picmi/common share/doc/HTML/nl/picmi/index.cache.bz2 share/doc/HTML/nl/picmi/index.docbook share/doc/HTML/nl/plasma-desktop/common share/doc/HTML/nl/plasma-desktop/favorite-widgets.png share/doc/HTML/nl/plasma-desktop/index.cache.bz2 share/doc/HTML/nl/plasma-desktop/index.docbook share/doc/HTML/nl/plasma-desktop/taskbar-settings.png share/doc/HTML/nl/rocs/common share/doc/HTML/nl/rocs/index.cache.bz2 share/doc/HTML/nl/rocs/index.docbook share/doc/HTML/nl/sonnet/common share/doc/HTML/nl/sonnet/index.cache.bz2 share/doc/HTML/nl/sonnet/index.docbook share/doc/HTML/nl/step/common share/doc/HTML/nl/step/examples.docbook share/doc/HTML/nl/step/index.cache.bz2 share/doc/HTML/nl/step/index.docbook share/doc/HTML/nl/step/mainwindow.png share/doc/HTML/nl/step/tutorials.docbook share/doc/HTML/nl/sweeper/common share/doc/HTML/nl/sweeper/index.cache.bz2 share/doc/HTML/nl/sweeper/index.docbook share/doc/HTML/nl/systemsettings/common share/doc/HTML/nl/systemsettings/index.cache.bz2 share/doc/HTML/nl/systemsettings/index.docbook share/doc/HTML/nl/umbrello/authors.docbook share/doc/HTML/nl/umbrello/code_import_and_generation.docbook share/doc/HTML/nl/umbrello/common share/doc/HTML/nl/umbrello/credits.docbook share/doc/HTML/nl/umbrello/index.cache.bz2 share/doc/HTML/nl/umbrello/index.docbook share/doc/HTML/nl/umbrello/introduction.docbook share/doc/HTML/nl/umbrello/other_features.docbook share/doc/HTML/nl/umbrello/uml_basics.docbook share/doc/HTML/nl/umbrello/working_with_umbrello.docbook share/locale/nl/LC_MESSAGES/accountwizard.mo share/locale/nl/LC_MESSAGES/accountwizard_ical.mo share/locale/nl/LC_MESSAGES/accountwizard_imap.mo share/locale/nl/LC_MESSAGES/accountwizard_kolab.mo share/locale/nl/LC_MESSAGES/accountwizard_mailbox.mo share/locale/nl/LC_MESSAGES/accountwizard_maildir.mo share/locale/nl/LC_MESSAGES/accountwizard_pop3.mo share/locale/nl/LC_MESSAGES/accountwizard_tine20.mo share/locale/nl/LC_MESSAGES/activitymanager_plugin_globalshortcuts.mo share/locale/nl/LC_MESSAGES/activitymanager_uihandler_declarative.mo share/locale/nl/LC_MESSAGES/adblock.mo share/locale/nl/LC_MESSAGES/akonadi-filestore.mo share/locale/nl/LC_MESSAGES/akonadi_archivemail_agent.mo share/locale/nl/LC_MESSAGES/akonadi_birthdays_resource.mo share/locale/nl/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/nl/LC_MESSAGES/akonadi_davgroupware_resource.mo share/locale/nl/LC_MESSAGES/akonadi_google_resource.mo share/locale/nl/LC_MESSAGES/akonadi_ical_resource.mo share/locale/nl/LC_MESSAGES/akonadi_icaldir_resource.mo share/locale/nl/LC_MESSAGES/akonadi_imap_resource.mo share/locale/nl/LC_MESSAGES/akonadi_invitations_agent.mo share/locale/nl/LC_MESSAGES/akonadi_kabc_resource.mo share/locale/nl/LC_MESSAGES/akonadi_kalarm_resource.mo share/locale/nl/LC_MESSAGES/akonadi_kcal_resource.mo share/locale/nl/LC_MESSAGES/akonadi_kdeaccounts_resource.mo share/locale/nl/LC_MESSAGES/akonadi_knut_resource.mo share/locale/nl/LC_MESSAGES/akonadi_kolabproxy_resource.mo share/locale/nl/LC_MESSAGES/akonadi_kresourceassistant.mo share/locale/nl/LC_MESSAGES/akonadi_localbookmarks_resource.mo share/locale/nl/LC_MESSAGES/akonadi_maildir_resource.mo share/locale/nl/LC_MESSAGES/akonadi_maildispatcher_agent.mo share/locale/nl/LC_MESSAGES/akonadi_mailfilter_agent.mo share/locale/nl/LC_MESSAGES/akonadi_mailtransport_resource.mo share/locale/nl/LC_MESSAGES/akonadi_mbox_resource.mo share/locale/nl/LC_MESSAGES/akonadi_microblog_resource.mo share/locale/nl/LC_MESSAGES/akonadi_mixedmaildir_resource.mo share/locale/nl/LC_MESSAGES/akonadi_nepomuk_feeder.mo share/locale/nl/LC_MESSAGES/akonadi_nepomuktag_resource.mo share/locale/nl/LC_MESSAGES/akonadi_next.mo share/locale/nl/LC_MESSAGES/akonadi_nntp_resource.mo share/locale/nl/LC_MESSAGES/akonadi_openxchange_resource.mo share/locale/nl/LC_MESSAGES/akonadi_pop3_resource.mo share/locale/nl/LC_MESSAGES/akonadi_serializer_plugins.mo share/locale/nl/LC_MESSAGES/akonadi_singlefile_resource.mo share/locale/nl/LC_MESSAGES/akonadi_strigi_feeder.mo share/locale/nl/LC_MESSAGES/akonadi_vcard_resource.mo share/locale/nl/LC_MESSAGES/akonadi_vcarddir_resource.mo share/locale/nl/LC_MESSAGES/akonadicontact.mo share/locale/nl/LC_MESSAGES/akonadinotes.mo share/locale/nl/LC_MESSAGES/akonaditray.mo share/locale/nl/LC_MESSAGES/akregator.mo share/locale/nl/LC_MESSAGES/akregator_konqplugin.mo share/locale/nl/LC_MESSAGES/amor.mo share/locale/nl/LC_MESSAGES/analitza.mo share/locale/nl/LC_MESSAGES/ark.mo share/locale/nl/LC_MESSAGES/attica_kde.mo share/locale/nl/LC_MESSAGES/audiocd_encoder_lame.mo share/locale/nl/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/nl/LC_MESSAGES/audiorename_plugin.mo share/locale/nl/LC_MESSAGES/autorefresh.mo share/locale/nl/LC_MESSAGES/babelfish.mo share/locale/nl/LC_MESSAGES/blinken.mo share/locale/nl/LC_MESSAGES/blogilo.mo share/locale/nl/LC_MESSAGES/bomber.mo share/locale/nl/LC_MESSAGES/bovo.mo share/locale/nl/LC_MESSAGES/calendarsupport.mo share/locale/nl/LC_MESSAGES/cantor.mo share/locale/nl/LC_MESSAGES/cervisia.mo share/locale/nl/LC_MESSAGES/cryptopageplugin.mo share/locale/nl/LC_MESSAGES/cvsservice.mo share/locale/nl/LC_MESSAGES/dirfilterplugin.mo share/locale/nl/LC_MESSAGES/display.mo share/locale/nl/LC_MESSAGES/dolphin.mo share/locale/nl/LC_MESSAGES/domtreeviewer.mo share/locale/nl/LC_MESSAGES/dragonplayer.mo share/locale/nl/LC_MESSAGES/drkonqi.mo share/locale/nl/LC_MESSAGES/filelight.mo share/locale/nl/LC_MESSAGES/filetypes.mo share/locale/nl/LC_MESSAGES/fileviewbazaarplugin.mo share/locale/nl/LC_MESSAGES/fileviewgitplugin.mo share/locale/nl/LC_MESSAGES/fileviewhgplugin.mo share/locale/nl/LC_MESSAGES/fileviewsvnplugin.mo share/locale/nl/LC_MESSAGES/freespacenotifier.mo share/locale/nl/LC_MESSAGES/fsview.mo share/locale/nl/LC_MESSAGES/granatier.mo share/locale/nl/LC_MESSAGES/gwenview.mo share/locale/nl/LC_MESSAGES/htmlsearch.mo share/locale/nl/LC_MESSAGES/imagerename_plugin.mo share/locale/nl/LC_MESSAGES/imgalleryplugin.mo share/locale/nl/LC_MESSAGES/importwizard.mo share/locale/nl/LC_MESSAGES/jovie.mo share/locale/nl/LC_MESSAGES/joystick.mo share/locale/nl/LC_MESSAGES/juk.mo share/locale/nl/LC_MESSAGES/kabc.mo share/locale/nl/LC_MESSAGES/kabc_akonadi.mo share/locale/nl/LC_MESSAGES/kabc_dir.mo share/locale/nl/LC_MESSAGES/kabc_file.mo share/locale/nl/LC_MESSAGES/kabc_ldapkio.mo share/locale/nl/LC_MESSAGES/kabc_net.mo share/locale/nl/LC_MESSAGES/kabcclient.mo share/locale/nl/LC_MESSAGES/kabcformat_binary.mo share/locale/nl/LC_MESSAGES/kaccess.mo share/locale/nl/LC_MESSAGES/kaccessibleapp.mo share/locale/nl/LC_MESSAGES/kactivitymanagerd.mo share/locale/nl/LC_MESSAGES/kactivitymanagerd_fileitem_linking_plugin.mo share/locale/nl/LC_MESSAGES/kaddressbook-mobile.mo share/locale/nl/LC_MESSAGES/kaddressbook.mo share/locale/nl/LC_MESSAGES/kaddressbookmigrator.mo share/locale/nl/LC_MESSAGES/kajongg.mo share/locale/nl/LC_MESSAGES/kalarm.mo share/locale/nl/LC_MESSAGES/kalgebra.mo share/locale/nl/LC_MESSAGES/kalzium.mo share/locale/nl/LC_MESSAGES/kanagram-harmattan.mo share/locale/nl/LC_MESSAGES/kanagram.mo share/locale/nl/LC_MESSAGES/kapman.mo share/locale/nl/LC_MESSAGES/kapptemplate.mo share/locale/nl/LC_MESSAGES/kate-ctags-plugin.mo share/locale/nl/LC_MESSAGES/kate.mo share/locale/nl/LC_MESSAGES/kate_kttsd.mo share/locale/nl/LC_MESSAGES/katebacktracebrowserplugin.mo share/locale/nl/LC_MESSAGES/katebuild-plugin.mo share/locale/nl/LC_MESSAGES/katefilebrowserplugin.mo share/locale/nl/LC_MESSAGES/katefiletemplates.mo share/locale/nl/LC_MESSAGES/kategdbplugin.mo share/locale/nl/LC_MESSAGES/katehelloworld.mo share/locale/nl/LC_MESSAGES/katekonsoleplugin.mo share/locale/nl/LC_MESSAGES/katemailfilesplugin.mo share/locale/nl/LC_MESSAGES/kateopenheader.mo share/locale/nl/LC_MESSAGES/katepart4.mo share/locale/nl/LC_MESSAGES/kateproject.mo share/locale/nl/LC_MESSAGES/katesearch.mo share/locale/nl/LC_MESSAGES/katesnippets_tng.mo share/locale/nl/LC_MESSAGES/katesnippetsplugin.mo share/locale/nl/LC_MESSAGES/katesql.mo share/locale/nl/LC_MESSAGES/katesymbolviewer.mo share/locale/nl/LC_MESSAGES/katetabbarextension.mo share/locale/nl/LC_MESSAGES/katetabifyplugin.mo share/locale/nl/LC_MESSAGES/katetextfilter.mo share/locale/nl/LC_MESSAGES/katexmlcheck.mo share/locale/nl/LC_MESSAGES/katexmltools.mo share/locale/nl/LC_MESSAGES/katomic.mo share/locale/nl/LC_MESSAGES/kbattleship.mo share/locale/nl/LC_MESSAGES/kblackbox.mo share/locale/nl/LC_MESSAGES/kblankscrn.mo share/locale/nl/LC_MESSAGES/kblocks.mo share/locale/nl/LC_MESSAGES/kbounce.mo share/locale/nl/LC_MESSAGES/kbreakout.mo share/locale/nl/LC_MESSAGES/kbruch.mo share/locale/nl/LC_MESSAGES/kcachegrind.mo share/locale/nl/LC_MESSAGES/kcachegrind_qt.mo share/locale/nl/LC_MESSAGES/kcal_akonadi.mo share/locale/nl/LC_MESSAGES/kcalc.mo share/locale/nl/LC_MESSAGES/kcertpart.mo share/locale/nl/LC_MESSAGES/kcharselect.mo share/locale/nl/LC_MESSAGES/kcm-kwin-scripts.mo share/locale/nl/LC_MESSAGES/kcm_activities.mo share/locale/nl/LC_MESSAGES/kcm_akonadi.mo share/locale/nl/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/nl/LC_MESSAGES/kcm_attica.mo share/locale/nl/LC_MESSAGES/kcm_autostart.mo share/locale/nl/LC_MESSAGES/kcm_desktoppaths.mo share/locale/nl/LC_MESSAGES/kcm_desktopthemedetails.mo share/locale/nl/LC_MESSAGES/kcm_device_automounter.mo share/locale/nl/LC_MESSAGES/kcm_emoticons.mo share/locale/nl/LC_MESSAGES/kcm_infobase.mo share/locale/nl/LC_MESSAGES/kcm_infosummary.mo -share/locale/nl/LC_MESSAGES/kcm_krfb.mo share/locale/nl/LC_MESSAGES/kcm_kwindesktop.mo share/locale/nl/LC_MESSAGES/kcm_kwintabbox.mo share/locale/nl/LC_MESSAGES/kcm_memory.mo share/locale/nl/LC_MESSAGES/kcm_nepomuk.mo share/locale/nl/LC_MESSAGES/kcm_pci.mo share/locale/nl/LC_MESSAGES/kcm_phonon.mo share/locale/nl/LC_MESSAGES/kcm_platform.mo share/locale/nl/LC_MESSAGES/kcm_remotecontrol.mo share/locale/nl/LC_MESSAGES/kcm_solid.mo share/locale/nl/LC_MESSAGES/kcm_solid_actions.mo share/locale/nl/LC_MESSAGES/kcm_standard_actions.mo share/locale/nl/LC_MESSAGES/kcmaccess.mo share/locale/nl/LC_MESSAGES/kcmaudiocd.mo share/locale/nl/LC_MESSAGES/kcmbackground.mo share/locale/nl/LC_MESSAGES/kcmbell.mo share/locale/nl/LC_MESSAGES/kcmcddb.mo share/locale/nl/LC_MESSAGES/kcmcgi.mo share/locale/nl/LC_MESSAGES/kcmcolors.mo share/locale/nl/LC_MESSAGES/kcmcomponentchooser.mo share/locale/nl/LC_MESSAGES/kcmcrypto.mo share/locale/nl/LC_MESSAGES/kcmdevinfo.mo share/locale/nl/LC_MESSAGES/kcmfonts.mo share/locale/nl/LC_MESSAGES/kcmhtmlsearch.mo share/locale/nl/LC_MESSAGES/kcmicons.mo share/locale/nl/LC_MESSAGES/kcminfo.mo share/locale/nl/LC_MESSAGES/kcminit.mo share/locale/nl/LC_MESSAGES/kcminput.mo share/locale/nl/LC_MESSAGES/kcmkamera.mo share/locale/nl/LC_MESSAGES/kcmkclock.mo share/locale/nl/LC_MESSAGES/kcmkded.mo share/locale/nl/LC_MESSAGES/kcmkdnssd.mo share/locale/nl/LC_MESSAGES/kcmkeyboard.mo share/locale/nl/LC_MESSAGES/kcmkeys.mo share/locale/nl/LC_MESSAGES/kcmkgamma.mo share/locale/nl/LC_MESSAGES/kcmkio.mo share/locale/nl/LC_MESSAGES/kcmkonq.mo share/locale/nl/LC_MESSAGES/kcmkonqhtml.mo share/locale/nl/LC_MESSAGES/kcmkurifilt.mo share/locale/nl/LC_MESSAGES/kcmkwallet.mo share/locale/nl/LC_MESSAGES/kcmkwincompositing.mo share/locale/nl/LC_MESSAGES/kcmkwindecoration.mo share/locale/nl/LC_MESSAGES/kcmkwinrules.mo share/locale/nl/LC_MESSAGES/kcmkwinscreenedges.mo share/locale/nl/LC_MESSAGES/kcmkwm.mo share/locale/nl/LC_MESSAGES/kcmlaunch.mo share/locale/nl/LC_MESSAGES/kcmlocale.mo share/locale/nl/LC_MESSAGES/kcmnic.mo share/locale/nl/LC_MESSAGES/kcmnotify.mo share/locale/nl/LC_MESSAGES/kcmopengl.mo share/locale/nl/LC_MESSAGES/kcmperformance.mo share/locale/nl/LC_MESSAGES/kcmsamba.mo share/locale/nl/LC_MESSAGES/kcmscreensaver.mo share/locale/nl/LC_MESSAGES/kcmshell.mo share/locale/nl/LC_MESSAGES/kcmsmartcard.mo share/locale/nl/LC_MESSAGES/kcmsmserver.mo share/locale/nl/LC_MESSAGES/kcmstyle.mo share/locale/nl/LC_MESSAGES/kcmusb.mo share/locale/nl/LC_MESSAGES/kcmview1394.mo share/locale/nl/LC_MESSAGES/kcmworkspaceoptions.mo share/locale/nl/LC_MESSAGES/kcolorchooser.mo share/locale/nl/LC_MESSAGES/kcron.mo share/locale/nl/LC_MESSAGES/kde-menu.mo share/locale/nl/LC_MESSAGES/kdeasciiquarium.mo share/locale/nl/LC_MESSAGES/kdebugdialog.mo share/locale/nl/LC_MESSAGES/kdecalendarsystems.mo share/locale/nl/LC_MESSAGES/kdelibs4.mo share/locale/nl/LC_MESSAGES/kdelibs_colors4.mo share/locale/nl/LC_MESSAGES/kdepasswd.mo share/locale/nl/LC_MESSAGES/kdepim-runtime-qml.mo share/locale/nl/LC_MESSAGES/kdeqt.mo share/locale/nl/LC_MESSAGES/kdesu.mo share/locale/nl/LC_MESSAGES/kdesud.mo share/locale/nl/LC_MESSAGES/kdf.mo share/locale/nl/LC_MESSAGES/kdgantt2.mo share/locale/nl/LC_MESSAGES/kdialog.mo share/locale/nl/LC_MESSAGES/kdiamond.mo share/locale/nl/LC_MESSAGES/kdmconfig.mo share/locale/nl/LC_MESSAGES/kdmgreet.mo share/locale/nl/LC_MESSAGES/kdontchangethehostname.mo share/locale/nl/LC_MESSAGES/keditbookmarks.mo share/locale/nl/LC_MESSAGES/kfile.mo share/locale/nl/LC_MESSAGES/kfile_dds.mo share/locale/nl/LC_MESSAGES/kfile_drgeo.mo share/locale/nl/LC_MESSAGES/kfile_exr.mo share/locale/nl/LC_MESSAGES/kfile_kig.mo share/locale/nl/LC_MESSAGES/kfile_mail.mo share/locale/nl/LC_MESSAGES/kfile_pnm.mo share/locale/nl/LC_MESSAGES/kfile_raw.mo share/locale/nl/LC_MESSAGES/kfile_rgb.mo share/locale/nl/LC_MESSAGES/kfile_rpm.mo share/locale/nl/LC_MESSAGES/kfile_tiff.mo share/locale/nl/LC_MESSAGES/kfile_xps.mo share/locale/nl/LC_MESSAGES/kfileaudiopreview4.mo share/locale/nl/LC_MESSAGES/kfilereplace.mo share/locale/nl/LC_MESSAGES/kfileshare.mo share/locale/nl/LC_MESSAGES/kfindpart.mo share/locale/nl/LC_MESSAGES/kfloppy.mo share/locale/nl/LC_MESSAGES/kfmclient.mo share/locale/nl/LC_MESSAGES/kfontinst.mo share/locale/nl/LC_MESSAGES/kfourinline.mo share/locale/nl/LC_MESSAGES/kgeography.mo share/locale/nl/LC_MESSAGES/kget.mo share/locale/nl/LC_MESSAGES/kgetplugin.mo share/locale/nl/LC_MESSAGES/kglobalaccel.mo share/locale/nl/LC_MESSAGES/kgoldrunner.mo share/locale/nl/LC_MESSAGES/kgpg.mo share/locale/nl/LC_MESSAGES/kgreet_classic.mo share/locale/nl/LC_MESSAGES/kgreet_generic.mo share/locale/nl/LC_MESSAGES/kgreet_winbind.mo share/locale/nl/LC_MESSAGES/khangman.mo share/locale/nl/LC_MESSAGES/khelpcenter.mo share/locale/nl/LC_MESSAGES/khotkeys.mo share/locale/nl/LC_MESSAGES/khotnewstuff.mo share/locale/nl/LC_MESSAGES/khtmlkttsd.mo share/locale/nl/LC_MESSAGES/khtmlsettingsplugin.mo share/locale/nl/LC_MESSAGES/kiconfinder.mo share/locale/nl/LC_MESSAGES/kig.mo share/locale/nl/LC_MESSAGES/kigo.mo share/locale/nl/LC_MESSAGES/killbots.mo share/locale/nl/LC_MESSAGES/kimagemapeditor.mo -share/locale/nl/LC_MESSAGES/kinetd.mo share/locale/nl/LC_MESSAGES/kinfocenter.mo share/locale/nl/LC_MESSAGES/kio4.mo share/locale/nl/LC_MESSAGES/kio_activities.mo share/locale/nl/LC_MESSAGES/kio_akonadi.mo share/locale/nl/LC_MESSAGES/kio_applications.mo share/locale/nl/LC_MESSAGES/kio_archive.mo share/locale/nl/LC_MESSAGES/kio_audiocd.mo share/locale/nl/LC_MESSAGES/kio_bookmarks.mo share/locale/nl/LC_MESSAGES/kio_finger.mo share/locale/nl/LC_MESSAGES/kio_fish.mo share/locale/nl/LC_MESSAGES/kio_floppy.mo share/locale/nl/LC_MESSAGES/kio_help4.mo share/locale/nl/LC_MESSAGES/kio_imap4.mo share/locale/nl/LC_MESSAGES/kio_info.mo share/locale/nl/LC_MESSAGES/kio_jabberdisco.mo share/locale/nl/LC_MESSAGES/kio_ldap.mo share/locale/nl/LC_MESSAGES/kio_man.mo share/locale/nl/LC_MESSAGES/kio_mbox.mo share/locale/nl/LC_MESSAGES/kio_nepomuk.mo share/locale/nl/LC_MESSAGES/kio_nepomuksearch.mo share/locale/nl/LC_MESSAGES/kio_nfs.mo share/locale/nl/LC_MESSAGES/kio_nntp.mo share/locale/nl/LC_MESSAGES/kio_perldoc.mo share/locale/nl/LC_MESSAGES/kio_pop3.mo share/locale/nl/LC_MESSAGES/kio_recentdocuments.mo share/locale/nl/LC_MESSAGES/kio_remote.mo share/locale/nl/LC_MESSAGES/kio_sftp.mo share/locale/nl/LC_MESSAGES/kio_sieve.mo share/locale/nl/LC_MESSAGES/kio_smb.mo share/locale/nl/LC_MESSAGES/kio_smtp.mo share/locale/nl/LC_MESSAGES/kio_svn.mo share/locale/nl/LC_MESSAGES/kio_tags.mo share/locale/nl/LC_MESSAGES/kio_thumbnail.mo share/locale/nl/LC_MESSAGES/kio_timeline.mo share/locale/nl/LC_MESSAGES/kio_trash.mo share/locale/nl/LC_MESSAGES/kio_zeroconf.mo share/locale/nl/LC_MESSAGES/kioclient.mo share/locale/nl/LC_MESSAGES/kioexec.mo share/locale/nl/LC_MESSAGES/kipiplugin_kxmlhelloworld.mo share/locale/nl/LC_MESSAGES/kiriki.mo share/locale/nl/LC_MESSAGES/kiten.mo share/locale/nl/LC_MESSAGES/kjots.mo share/locale/nl/LC_MESSAGES/kjotsmigrator.mo share/locale/nl/LC_MESSAGES/kjumpingcube.mo share/locale/nl/LC_MESSAGES/kleopatra.mo share/locale/nl/LC_MESSAGES/klettres.mo share/locale/nl/LC_MESSAGES/klickety.mo share/locale/nl/LC_MESSAGES/klines.mo share/locale/nl/LC_MESSAGES/klinkstatus.mo share/locale/nl/LC_MESSAGES/klipper.mo share/locale/nl/LC_MESSAGES/klock.mo share/locale/nl/LC_MESSAGES/kmag.mo share/locale/nl/LC_MESSAGES/kmahjongg.mo share/locale/nl/LC_MESSAGES/kmail-migrator.mo share/locale/nl/LC_MESSAGES/kmail-mobile.mo share/locale/nl/LC_MESSAGES/kmail.mo share/locale/nl/LC_MESSAGES/kmailcvt.mo share/locale/nl/LC_MESSAGES/kmenuedit.mo share/locale/nl/LC_MESSAGES/kmimetypefinder.mo share/locale/nl/LC_MESSAGES/kmines.mo share/locale/nl/LC_MESSAGES/kmix.mo share/locale/nl/LC_MESSAGES/kmousetool.mo share/locale/nl/LC_MESSAGES/kmouth.mo share/locale/nl/LC_MESSAGES/kmplot.mo share/locale/nl/LC_MESSAGES/knetattach.mo share/locale/nl/LC_MESSAGES/knetwalk.mo share/locale/nl/LC_MESSAGES/knode.mo share/locale/nl/LC_MESSAGES/knotes.mo share/locale/nl/LC_MESSAGES/knotify4.mo share/locale/nl/LC_MESSAGES/kolf.mo share/locale/nl/LC_MESSAGES/kollision.mo share/locale/nl/LC_MESSAGES/kolourpaint.mo share/locale/nl/LC_MESSAGES/kommander.mo share/locale/nl/LC_MESSAGES/kompare.mo share/locale/nl/LC_MESSAGES/konqprofiles.mo share/locale/nl/LC_MESSAGES/konqueror.mo share/locale/nl/LC_MESSAGES/konquest.mo share/locale/nl/LC_MESSAGES/konsole.mo share/locale/nl/LC_MESSAGES/konsolekalendar.mo share/locale/nl/LC_MESSAGES/konsoleprofiles.mo share/locale/nl/LC_MESSAGES/kontact.mo share/locale/nl/LC_MESSAGES/kontactinterfaces.mo share/locale/nl/LC_MESSAGES/kopete.mo share/locale/nl/LC_MESSAGES/korganizer-mobile.mo share/locale/nl/LC_MESSAGES/korganizer.mo share/locale/nl/LC_MESSAGES/kpartloader.mo share/locale/nl/LC_MESSAGES/kpartsaver.mo share/locale/nl/LC_MESSAGES/kpasswdserver.mo share/locale/nl/LC_MESSAGES/kpat.mo share/locale/nl/LC_MESSAGES/kppp.mo share/locale/nl/LC_MESSAGES/kppplogview.mo share/locale/nl/LC_MESSAGES/kquitapp.mo share/locale/nl/LC_MESSAGES/krandr.mo share/locale/nl/LC_MESSAGES/krcdnotifieritem.mo share/locale/nl/LC_MESSAGES/krdb.mo share/locale/nl/LC_MESSAGES/krdc.mo share/locale/nl/LC_MESSAGES/kreadconfig.mo share/locale/nl/LC_MESSAGES/kremotecontroldaemon.mo share/locale/nl/LC_MESSAGES/kres-migrator.mo share/locale/nl/LC_MESSAGES/kres_blog.mo share/locale/nl/LC_MESSAGES/kres_remote.mo share/locale/nl/LC_MESSAGES/kresources_shared_akonadi.mo share/locale/nl/LC_MESSAGES/kreversi.mo share/locale/nl/LC_MESSAGES/krfb.mo share/locale/nl/LC_MESSAGES/kruler.mo share/locale/nl/LC_MESSAGES/krunner.mo share/locale/nl/LC_MESSAGES/ksaneplugin.mo share/locale/nl/LC_MESSAGES/kscd.mo share/locale/nl/LC_MESSAGES/kscreenlocker.mo share/locale/nl/LC_MESSAGES/kscreenlocker_greet.mo share/locale/nl/LC_MESSAGES/kscreensaver.mo share/locale/nl/LC_MESSAGES/ksendemail.mo share/locale/nl/LC_MESSAGES/ksgrd.mo share/locale/nl/LC_MESSAGES/kshellcmdplugin.mo share/locale/nl/LC_MESSAGES/kshisen.mo share/locale/nl/LC_MESSAGES/kshorturifilter.mo share/locale/nl/LC_MESSAGES/ksirk.mo share/locale/nl/LC_MESSAGES/ksirkskineditor.mo share/locale/nl/LC_MESSAGES/ksmserver.mo share/locale/nl/LC_MESSAGES/ksnapshot.mo share/locale/nl/LC_MESSAGES/kspaceduel.mo share/locale/nl/LC_MESSAGES/ksplashthemes.mo share/locale/nl/LC_MESSAGES/ksquares.mo share/locale/nl/LC_MESSAGES/kstars.mo share/locale/nl/LC_MESSAGES/kstart.mo share/locale/nl/LC_MESSAGES/kstartperf.mo share/locale/nl/LC_MESSAGES/kstyle_config.mo share/locale/nl/LC_MESSAGES/kstyle_phase_config.mo share/locale/nl/LC_MESSAGES/ksudoku.mo share/locale/nl/LC_MESSAGES/ksysguard.mo share/locale/nl/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/nl/LC_MESSAGES/ksystemlog.mo share/locale/nl/LC_MESSAGES/ksystraycmd.mo share/locale/nl/LC_MESSAGES/kteatime.mo share/locale/nl/LC_MESSAGES/ktesnippets_editor.mo share/locale/nl/LC_MESSAGES/ktexteditor_codesnippets_core.mo share/locale/nl/LC_MESSAGES/ktexteditor_plugins.mo share/locale/nl/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/nl/LC_MESSAGES/ktimer.mo share/locale/nl/LC_MESSAGES/ktimetracker.mo share/locale/nl/LC_MESSAGES/ktnef.mo share/locale/nl/LC_MESSAGES/ktouch.mo share/locale/nl/LC_MESSAGES/ktouchpadenabler.mo share/locale/nl/LC_MESSAGES/ktraderclient.mo share/locale/nl/LC_MESSAGES/ktron.mo share/locale/nl/LC_MESSAGES/ktuberling.mo share/locale/nl/LC_MESSAGES/kturtle.mo share/locale/nl/LC_MESSAGES/ktux.mo share/locale/nl/LC_MESSAGES/kubrick.mo share/locale/nl/LC_MESSAGES/kuiserver.mo share/locale/nl/LC_MESSAGES/kuiviewer.mo share/locale/nl/LC_MESSAGES/kurifilter.mo share/locale/nl/LC_MESSAGES/kuser.mo share/locale/nl/LC_MESSAGES/kwalletd.mo share/locale/nl/LC_MESSAGES/kwalletmanager.mo share/locale/nl/LC_MESSAGES/kwatchgnupg.mo share/locale/nl/LC_MESSAGES/kwin.mo share/locale/nl/LC_MESSAGES/kwin_art_clients.mo share/locale/nl/LC_MESSAGES/kwin_clients.mo share/locale/nl/LC_MESSAGES/kwin_effects.mo share/locale/nl/LC_MESSAGES/kwinshutdown.mo share/locale/nl/LC_MESSAGES/kwinstartmenu.mo share/locale/nl/LC_MESSAGES/kwordquiz.mo share/locale/nl/LC_MESSAGES/kwrite.mo share/locale/nl/LC_MESSAGES/kwriteconfig.mo share/locale/nl/LC_MESSAGES/kxkb.mo share/locale/nl/LC_MESSAGES/kxsconfig.mo share/locale/nl/LC_MESSAGES/lancelot.mo share/locale/nl/LC_MESSAGES/libakonadi-calendar.mo share/locale/nl/LC_MESSAGES/libakonadi-kmime.mo share/locale/nl/LC_MESSAGES/libakonadi.mo share/locale/nl/LC_MESSAGES/libeventviews.mo share/locale/nl/LC_MESSAGES/libincidenceeditors.mo share/locale/nl/LC_MESSAGES/libkalarmcal.mo share/locale/nl/LC_MESSAGES/libkasten.mo share/locale/nl/LC_MESSAGES/libkblog.mo share/locale/nl/LC_MESSAGES/libkcal.mo share/locale/nl/LC_MESSAGES/libkcalutils.mo share/locale/nl/LC_MESSAGES/libkcddb.mo share/locale/nl/LC_MESSAGES/libkcompactdisc.mo share/locale/nl/LC_MESSAGES/libkdcraw.mo share/locale/nl/LC_MESSAGES/libkdecorations.mo share/locale/nl/LC_MESSAGES/libkdeedu.mo share/locale/nl/LC_MESSAGES/libkdegames.mo share/locale/nl/LC_MESSAGES/libkdepim.mo share/locale/nl/LC_MESSAGES/libkdepimmobileui.mo share/locale/nl/LC_MESSAGES/libkexiv2.mo share/locale/nl/LC_MESSAGES/libkholidays.mo share/locale/nl/LC_MESSAGES/libkimap.mo share/locale/nl/LC_MESSAGES/libkipi.mo share/locale/nl/LC_MESSAGES/libkldap.mo share/locale/nl/LC_MESSAGES/libkleopatra.mo share/locale/nl/LC_MESSAGES/libkmahjongg.mo share/locale/nl/LC_MESSAGES/libkmime.mo share/locale/nl/LC_MESSAGES/libkonq.mo share/locale/nl/LC_MESSAGES/libkpgp.mo share/locale/nl/LC_MESSAGES/libkpimidentities.mo share/locale/nl/LC_MESSAGES/libkpimtextedit.mo share/locale/nl/LC_MESSAGES/libkpimutils.mo share/locale/nl/LC_MESSAGES/libkremotecontrol.mo share/locale/nl/LC_MESSAGES/libkresources.mo share/locale/nl/LC_MESSAGES/libksane.mo share/locale/nl/LC_MESSAGES/libkscreensaver.mo share/locale/nl/LC_MESSAGES/libksieve.mo share/locale/nl/LC_MESSAGES/libktnef.mo share/locale/nl/LC_MESSAGES/libkunitconversion.mo share/locale/nl/LC_MESSAGES/libkworkspace.mo share/locale/nl/LC_MESSAGES/libkxmlrpcclient.mo share/locale/nl/LC_MESSAGES/liblancelot-datamodels.mo share/locale/nl/LC_MESSAGES/libmailcommon.mo share/locale/nl/LC_MESSAGES/libmailimporter.mo share/locale/nl/LC_MESSAGES/libmailtransport.mo share/locale/nl/LC_MESSAGES/libmessagecomposer.mo share/locale/nl/LC_MESSAGES/libmessagecore.mo share/locale/nl/LC_MESSAGES/libmessagelist.mo share/locale/nl/LC_MESSAGES/libmessageviewer.mo share/locale/nl/LC_MESSAGES/liboktetacore.mo share/locale/nl/LC_MESSAGES/liboktetagui.mo share/locale/nl/LC_MESSAGES/liboktetakasten.mo share/locale/nl/LC_MESSAGES/liboxygenstyleconfig.mo share/locale/nl/LC_MESSAGES/libphonon.mo share/locale/nl/LC_MESSAGES/libpimcommon.mo share/locale/nl/LC_MESSAGES/libplasma.mo share/locale/nl/LC_MESSAGES/libplasma_groupingcontainment.mo share/locale/nl/LC_MESSAGES/libplasmaclock.mo share/locale/nl/LC_MESSAGES/libplasmaweather.mo share/locale/nl/LC_MESSAGES/libtaskmanager.mo share/locale/nl/LC_MESSAGES/libtemplateparser.mo share/locale/nl/LC_MESSAGES/lokalize.mo share/locale/nl/LC_MESSAGES/lskat.mo share/locale/nl/LC_MESSAGES/mailreader.mo share/locale/nl/LC_MESSAGES/marble.mo share/locale/nl/LC_MESSAGES/marble_qt.mo share/locale/nl/LC_MESSAGES/marble_xml_mimetypes.mo share/locale/nl/LC_MESSAGES/messageviewer_application_mstnef_plugin.mo share/locale/nl/LC_MESSAGES/messageviewer_text_calendar_plugin.mo share/locale/nl/LC_MESSAGES/messageviewer_text_vcard_plugin.mo share/locale/nl/LC_MESSAGES/messageviewer_text_xdiff_plugin.mo share/locale/nl/LC_MESSAGES/mf_konqplugin.mo share/locale/nl/LC_MESSAGES/minitoolsplugin.mo share/locale/nl/LC_MESSAGES/mplayerthumbs.mo share/locale/nl/LC_MESSAGES/mplayerthumbsconfig.mo share/locale/nl/LC_MESSAGES/nepomukbackup.mo share/locale/nl/LC_MESSAGES/nepomukcleaner.mo share/locale/nl/LC_MESSAGES/nepomukcontroller.mo share/locale/nl/LC_MESSAGES/nepomukfileindexer.mo +share/locale/nl/LC_MESSAGES/nepomukpimindexerutility.mo share/locale/nl/LC_MESSAGES/nepomukqueryservice.mo share/locale/nl/LC_MESSAGES/nepomukserver.mo share/locale/nl/LC_MESSAGES/nepomukservicestub.mo share/locale/nl/LC_MESSAGES/nepomukstorage.mo share/locale/nl/LC_MESSAGES/nepomukwidgets.mo share/locale/nl/LC_MESSAGES/newmailnotifieragent.mo share/locale/nl/LC_MESSAGES/notes-mobile.mo share/locale/nl/LC_MESSAGES/nsplugin.mo share/locale/nl/LC_MESSAGES/okteta-mobile.mo share/locale/nl/LC_MESSAGES/okteta.mo share/locale/nl/LC_MESSAGES/oktetapart.mo share/locale/nl/LC_MESSAGES/okular.mo share/locale/nl/LC_MESSAGES/okular_chm.mo share/locale/nl/LC_MESSAGES/okular_comicbook.mo share/locale/nl/LC_MESSAGES/okular_djvu.mo share/locale/nl/LC_MESSAGES/okular_dvi.mo share/locale/nl/LC_MESSAGES/okular_epub.mo share/locale/nl/LC_MESSAGES/okular_fax.mo share/locale/nl/LC_MESSAGES/okular_fictionbook.mo share/locale/nl/LC_MESSAGES/okular_ghostview.mo share/locale/nl/LC_MESSAGES/okular_kimgio.mo share/locale/nl/LC_MESSAGES/okular_mobi.mo share/locale/nl/LC_MESSAGES/okular_ooo.mo share/locale/nl/LC_MESSAGES/okular_plucker.mo share/locale/nl/LC_MESSAGES/okular_poppler.mo share/locale/nl/LC_MESSAGES/okular_tiff.mo share/locale/nl/LC_MESSAGES/okular_xps.mo share/locale/nl/LC_MESSAGES/org.kde.active.documentviewer.mo share/locale/nl/LC_MESSAGES/pairs.mo share/locale/nl/LC_MESSAGES/pairseditor.mo share/locale/nl/LC_MESSAGES/palapeli.mo share/locale/nl/LC_MESSAGES/parley.mo share/locale/nl/LC_MESSAGES/phonon_gstreamer.mo share/locale/nl/LC_MESSAGES/phonon_kde.mo share/locale/nl/LC_MESSAGES/phonon_vlc.mo share/locale/nl/LC_MESSAGES/phononserver.mo share/locale/nl/LC_MESSAGES/picmi.mo share/locale/nl/LC_MESSAGES/pimsettingexporter.mo share/locale/nl/LC_MESSAGES/plasma-desktop.mo share/locale/nl/LC_MESSAGES/plasma-netbook.mo share/locale/nl/LC_MESSAGES/plasma-overlay.mo share/locale/nl/LC_MESSAGES/plasma-remote-helper.mo share/locale/nl/LC_MESSAGES/plasma-windowed.mo share/locale/nl/LC_MESSAGES/plasma_applet_BbalL.mo share/locale/nl/LC_MESSAGES/plasma_applet_CharSelectApplet.mo share/locale/nl/LC_MESSAGES/plasma_applet_Molmasscalculator.mo share/locale/nl/LC_MESSAGES/plasma_applet_akonotes_note.mo share/locale/nl/LC_MESSAGES/plasma_applet_battery.mo share/locale/nl/LC_MESSAGES/plasma_applet_binaryclock.mo share/locale/nl/LC_MESSAGES/plasma_applet_bookmarks.mo share/locale/nl/LC_MESSAGES/plasma_applet_bubblemon.mo share/locale/nl/LC_MESSAGES/plasma_applet_calculator.mo share/locale/nl/LC_MESSAGES/plasma_applet_clock.mo share/locale/nl/LC_MESSAGES/plasma_applet_comic.mo share/locale/nl/LC_MESSAGES/plasma_applet_concentrationCalculator.mo share/locale/nl/LC_MESSAGES/plasma_applet_currentappcontrol.mo share/locale/nl/LC_MESSAGES/plasma_applet_dig_clock.mo share/locale/nl/LC_MESSAGES/plasma_applet_fifteenPuzzle.mo share/locale/nl/LC_MESSAGES/plasma_applet_fileWatcher.mo share/locale/nl/LC_MESSAGES/plasma_applet_folderview.mo share/locale/nl/LC_MESSAGES/plasma_applet_frame.mo share/locale/nl/LC_MESSAGES/plasma_applet_fuzzy_clock.mo share/locale/nl/LC_MESSAGES/plasma_applet_gasCalculator.mo share/locale/nl/LC_MESSAGES/plasma_applet_groupingpanel.mo share/locale/nl/LC_MESSAGES/plasma_applet_icon.mo share/locale/nl/LC_MESSAGES/plasma_applet_icontasks.mo share/locale/nl/LC_MESSAGES/plasma_applet_incomingmsg.mo share/locale/nl/LC_MESSAGES/plasma_applet_kalgebra.mo share/locale/nl/LC_MESSAGES/plasma_applet_kalzium.mo share/locale/nl/LC_MESSAGES/plasma_applet_katesession.mo share/locale/nl/LC_MESSAGES/plasma_applet_kdeobservatory.mo share/locale/nl/LC_MESSAGES/plasma_applet_kget.mo share/locale/nl/LC_MESSAGES/plasma_applet_kimpanel.mo share/locale/nl/LC_MESSAGES/plasma_applet_knowledgebase.mo share/locale/nl/LC_MESSAGES/plasma_applet_kolourpicker.mo share/locale/nl/LC_MESSAGES/plasma_applet_kpapplet.mo share/locale/nl/LC_MESSAGES/plasma_applet_launcher.mo share/locale/nl/LC_MESSAGES/plasma_applet_leavenote.mo share/locale/nl/LC_MESSAGES/plasma_applet_life.mo share/locale/nl/LC_MESSAGES/plasma_applet_lockout.mo share/locale/nl/LC_MESSAGES/plasma_applet_luna.mo share/locale/nl/LC_MESSAGES/plasma_applet_magnifique.mo share/locale/nl/LC_MESSAGES/plasma_applet_microblog.mo share/locale/nl/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/nl/LC_MESSAGES/plasma_applet_news.mo share/locale/nl/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/nl/LC_MESSAGES/plasma_applet_notes.mo share/locale/nl/LC_MESSAGES/plasma_applet_notifier.mo share/locale/nl/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/nl/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/nl/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/nl/LC_MESSAGES/plasma_applet_opendesktop_activities.mo share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.notifications.mo share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/nl/LC_MESSAGES/plasma_applet_pager.mo share/locale/nl/LC_MESSAGES/plasma_applet_panel.mo share/locale/nl/LC_MESSAGES/plasma_applet_panelspacer_internal.mo share/locale/nl/LC_MESSAGES/plasma_applet_paste.mo share/locale/nl/LC_MESSAGES/plasma_applet_pastebin.mo share/locale/nl/LC_MESSAGES/plasma_applet_plasmaboard.mo share/locale/nl/LC_MESSAGES/plasma_applet_previewer.mo share/locale/nl/LC_MESSAGES/plasma_applet_printmanager.mo share/locale/nl/LC_MESSAGES/plasma_applet_qalculate.mo share/locale/nl/LC_MESSAGES/plasma_applet_qstardict.mo share/locale/nl/LC_MESSAGES/plasma_applet_quicklaunch.mo share/locale/nl/LC_MESSAGES/plasma_applet_rssnow.mo share/locale/nl/LC_MESSAGES/plasma_applet_rtm.mo share/locale/nl/LC_MESSAGES/plasma_applet_sal.mo share/locale/nl/LC_MESSAGES/plasma_applet_saverdesktop.mo share/locale/nl/LC_MESSAGES/plasma_applet_searchbox.mo share/locale/nl/LC_MESSAGES/plasma_applet_showdashboard.mo share/locale/nl/LC_MESSAGES/plasma_applet_showdesktop.mo share/locale/nl/LC_MESSAGES/plasma_applet_skapplet.mo share/locale/nl/LC_MESSAGES/plasma_applet_spellcheck.mo share/locale/nl/LC_MESSAGES/plasma_applet_system-monitor.mo share/locale/nl/LC_MESSAGES/plasma_applet_systemloadviewer.mo share/locale/nl/LC_MESSAGES/plasma_applet_systemtray.mo share/locale/nl/LC_MESSAGES/plasma_applet_tasks.mo share/locale/nl/LC_MESSAGES/plasma_applet_timer.mo share/locale/nl/LC_MESSAGES/plasma_applet_trash.mo share/locale/nl/LC_MESSAGES/plasma_applet_unitconverter.mo share/locale/nl/LC_MESSAGES/plasma_applet_weather.mo share/locale/nl/LC_MESSAGES/plasma_applet_weatherstation.mo share/locale/nl/LC_MESSAGES/plasma_applet_webbrowser.mo share/locale/nl/LC_MESSAGES/plasma_applet_webslice.mo share/locale/nl/LC_MESSAGES/plasma_applet_windowlist.mo share/locale/nl/LC_MESSAGES/plasma_appletscriptengine_dashboard.mo share/locale/nl/LC_MESSAGES/plasma_containmentactions_contextmenu.mo share/locale/nl/LC_MESSAGES/plasma_containmentactions_switchactivity.mo share/locale/nl/LC_MESSAGES/plasma_containmentactions_switchdesktop.mo share/locale/nl/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/nl/LC_MESSAGES/plasma_engine_calendar.mo share/locale/nl/LC_MESSAGES/plasma_engine_kalzium.mo share/locale/nl/LC_MESSAGES/plasma_engine_kdeobservatory.mo share/locale/nl/LC_MESSAGES/plasma_engine_keystate.mo share/locale/nl/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/nl/LC_MESSAGES/plasma_engine_metadata.mo share/locale/nl/LC_MESSAGES/plasma_engine_mpris2.mo share/locale/nl/LC_MESSAGES/plasma_engine_network.mo share/locale/nl/LC_MESSAGES/plasma_engine_notifications.mo share/locale/nl/LC_MESSAGES/plasma_engine_nowplaying.mo share/locale/nl/LC_MESSAGES/plasma_engine_rss.mo share/locale/nl/LC_MESSAGES/plasma_engine_share.mo share/locale/nl/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/nl/LC_MESSAGES/plasma_engine_weather.mo share/locale/nl/LC_MESSAGES/plasma_package_org.kde.desktop.activitymanager.mo share/locale/nl/LC_MESSAGES/plasma_package_org.kde.desktop.widgetexplorer.mo share/locale/nl/LC_MESSAGES/plasma_packagestructure_comic.mo share/locale/nl/LC_MESSAGES/plasma_runner_CharacterRunner.mo share/locale/nl/LC_MESSAGES/plasma_runner_activities.mo share/locale/nl/LC_MESSAGES/plasma_runner_audioplayercontrol.mo share/locale/nl/LC_MESSAGES/plasma_runner_bookmarksrunner.mo share/locale/nl/LC_MESSAGES/plasma_runner_browserhistory.mo share/locale/nl/LC_MESSAGES/plasma_runner_calculatorrunner.mo share/locale/nl/LC_MESSAGES/plasma_runner_contacts.mo share/locale/nl/LC_MESSAGES/plasma_runner_converterrunner.mo share/locale/nl/LC_MESSAGES/plasma_runner_datetime.mo share/locale/nl/LC_MESSAGES/plasma_runner_events.mo share/locale/nl/LC_MESSAGES/plasma_runner_katesessions.mo share/locale/nl/LC_MESSAGES/plasma_runner_kget.mo share/locale/nl/LC_MESSAGES/plasma_runner_kill.mo share/locale/nl/LC_MESSAGES/plasma_runner_konquerorsessions.mo share/locale/nl/LC_MESSAGES/plasma_runner_konsolesessions.mo share/locale/nl/LC_MESSAGES/plasma_runner_kopete.mo share/locale/nl/LC_MESSAGES/plasma_runner_krunner_dictionary.mo share/locale/nl/LC_MESSAGES/plasma_runner_locations.mo share/locale/nl/LC_MESSAGES/plasma_runner_marblerunner.mo share/locale/nl/LC_MESSAGES/plasma_runner_mediawiki.mo share/locale/nl/LC_MESSAGES/plasma_runner_nepomuksearchrunner.mo share/locale/nl/LC_MESSAGES/plasma_runner_placesrunner.mo share/locale/nl/LC_MESSAGES/plasma_runner_plasma-desktop.mo share/locale/nl/LC_MESSAGES/plasma_runner_powerdevil.mo share/locale/nl/LC_MESSAGES/plasma_runner_recentdocuments.mo share/locale/nl/LC_MESSAGES/plasma_runner_services.mo share/locale/nl/LC_MESSAGES/plasma_runner_sessions.mo share/locale/nl/LC_MESSAGES/plasma_runner_shell.mo share/locale/nl/LC_MESSAGES/plasma_runner_solid.mo share/locale/nl/LC_MESSAGES/plasma_runner_spellcheckrunner.mo share/locale/nl/LC_MESSAGES/plasma_runner_webshortcuts.mo share/locale/nl/LC_MESSAGES/plasma_runner_windowedwidgets.mo share/locale/nl/LC_MESSAGES/plasma_runner_windows.mo share/locale/nl/LC_MESSAGES/plasma_runner_youtube.mo share/locale/nl/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/nl/LC_MESSAGES/plasma_toolbox_desktoptoolbox.mo share/locale/nl/LC_MESSAGES/plasma_toolbox_paneltoolbox.mo share/locale/nl/LC_MESSAGES/plasma_wallpaper_color.mo share/locale/nl/LC_MESSAGES/plasma_wallpaper_image.mo share/locale/nl/LC_MESSAGES/plasma_wallpaper_mandelbrot.mo share/locale/nl/LC_MESSAGES/plasma_wallpaper_marble.mo share/locale/nl/LC_MESSAGES/plasma_wallpaper_pattern.mo share/locale/nl/LC_MESSAGES/plasma_wallpaper_potd.mo share/locale/nl/LC_MESSAGES/plasma_wallpaper_virus.mo share/locale/nl/LC_MESSAGES/plasma_wallpaper_wallpaper-qml.mo share/locale/nl/LC_MESSAGES/plasma_wallpaper_weather.mo share/locale/nl/LC_MESSAGES/plasmagenericshell.mo share/locale/nl/LC_MESSAGES/plasmapkg.mo share/locale/nl/LC_MESSAGES/pothumbnail.mo share/locale/nl/LC_MESSAGES/powerdevil.mo share/locale/nl/LC_MESSAGES/powerdevilactivitiesconfig.mo share/locale/nl/LC_MESSAGES/powerdevilglobalconfig.mo share/locale/nl/LC_MESSAGES/powerdevilprofilesconfig.mo share/locale/nl/LC_MESSAGES/print-manager.mo share/locale/nl/LC_MESSAGES/processcore.mo share/locale/nl/LC_MESSAGES/processui.mo share/locale/nl/LC_MESSAGES/randrmonitor.mo share/locale/nl/LC_MESSAGES/rellinks.mo share/locale/nl/LC_MESSAGES/rocs.mo share/locale/nl/LC_MESSAGES/rocscore.mo share/locale/nl/LC_MESSAGES/rocsvisualeditor.mo share/locale/nl/LC_MESSAGES/searchbarplugin.mo share/locale/nl/LC_MESSAGES/solid-hardware.mo share/locale/nl/LC_MESSAGES/solid-network.mo share/locale/nl/LC_MESSAGES/solid_qt.mo share/locale/nl/LC_MESSAGES/solidcontrol.mo share/locale/nl/LC_MESSAGES/soliduiserver.mo share/locale/nl/LC_MESSAGES/step.mo share/locale/nl/LC_MESSAGES/step_qt.mo share/locale/nl/LC_MESSAGES/strigila_diff.mo share/locale/nl/LC_MESSAGES/superkaramba.mo share/locale/nl/LC_MESSAGES/svgpart.mo share/locale/nl/LC_MESSAGES/sweeper.mo share/locale/nl/LC_MESSAGES/systemsettings.mo share/locale/nl/LC_MESSAGES/tasks-mobile.mo share/locale/nl/LC_MESSAGES/timezones4.mo share/locale/nl/LC_MESSAGES/uachangerplugin.mo share/locale/nl/LC_MESSAGES/umbrello.mo share/locale/nl/LC_MESSAGES/useraccount.mo share/locale/nl/LC_MESSAGES/validatorsplugin.mo share/locale/nl/LC_MESSAGES/webarchiver.mo share/locale/nl/LC_MESSAGES/xml_mimetypes.mo share/locale/nl/LC_SCRIPTS/kdelibs4/kdelibs4.js share/locale/nl/entry.desktop @dirrm share/locale/nl/LC_SCRIPTS/kdelibs4 @dirrm share/locale/nl/LC_SCRIPTS @dirrm share/doc/HTML/nl/umbrello @dirrm share/doc/HTML/nl/systemsettings @dirrm share/doc/HTML/nl/sweeper @dirrm share/doc/HTML/nl/step @dirrm share/doc/HTML/nl/sonnet @dirrm share/doc/HTML/nl/rocs @dirrm share/doc/HTML/nl/plasma-desktop @dirrm share/doc/HTML/nl/picmi @dirrm share/doc/HTML/nl/parley @dirrm share/doc/HTML/nl/palapeli @dirrm share/doc/HTML/nl/onlinehelp @dirrm share/doc/HTML/nl/okular @dirrm share/doc/HTML/nl/okteta @dirrm share/doc/HTML/nl/marble @dirrm share/doc/HTML/nl/lskat @dirrm share/doc/HTML/nl/lokalize @dirrm share/doc/HTML/nl/kwrite @dirrm share/doc/HTML/nl/kwordquiz @dirrm share/doc/HTML/nl/kwatchgnupg @dirrm share/doc/HTML/nl/kwallet @dirrm share/doc/HTML/nl/kuser @dirrm share/doc/HTML/nl/kturtle @dirrm share/doc/HTML/nl/ktuberling @dirrm share/doc/HTML/nl/ktron @dirrm share/doc/HTML/nl/ktouch @dirrm share/doc/HTML/nl/ktnef @dirrm share/doc/HTML/nl/ktimetracker @dirrm share/doc/HTML/nl/ktimer @dirrm share/doc/HTML/nl/kteatime @dirrm share/doc/HTML/nl/ksystemlog @dirrm share/doc/HTML/nl/ksysguard @dirrm share/doc/HTML/nl/ksudoku @dirrm share/doc/HTML/nl/kstars @dirrm share/doc/HTML/nl/ksquares @dirrm share/doc/HTML/nl/kspaceduel @dirrm share/doc/HTML/nl/ksnapshot @dirrm share/doc/HTML/nl/ksirkskineditor @dirrm share/doc/HTML/nl/ksirk @dirrm share/doc/HTML/nl/kshisen @dirrm share/doc/HTML/nl/kruler @dirrm share/doc/HTML/nl/krfb @dirrm share/doc/HTML/nl/kreversi @dirrm share/doc/HTML/nl/krdc @dirrm share/doc/HTML/nl/kppp @dirrm share/doc/HTML/nl/kpat @dirrm share/doc/HTML/nl/korganizer @dirrm share/doc/HTML/nl/kopete @dirrm share/doc/HTML/nl/kontact-admin @dirrm share/doc/HTML/nl/kontact @dirrm share/doc/HTML/nl/konsolekalendar @dirrm share/doc/HTML/nl/konsole @dirrm share/doc/HTML/nl/konquest @dirrm share/doc/HTML/nl/konqueror @dirrm share/doc/HTML/nl/kompare @dirrm share/doc/HTML/nl/kommander @dirrm share/doc/HTML/nl/kolourpaint @dirrm share/doc/HTML/nl/kollision @dirrm share/doc/HTML/nl/kolf @dirrm share/doc/HTML/nl/knotes @dirrm share/doc/HTML/nl/knode @dirrm share/doc/HTML/nl/knetwalk @dirrm share/doc/HTML/nl/knetattach @dirrm share/doc/HTML/nl/kmplot @dirrm share/doc/HTML/nl/kmouth @dirrm share/doc/HTML/nl/kmousetool @dirrm share/doc/HTML/nl/kmix @dirrm share/doc/HTML/nl/kmines @dirrm share/doc/HTML/nl/kmenuedit @dirrm share/doc/HTML/nl/kmail @dirrm share/doc/HTML/nl/kmahjongg @dirrm share/doc/HTML/nl/kmag @dirrm share/doc/HTML/nl/klipper @dirrm share/doc/HTML/nl/klinkstatus @dirrm share/doc/HTML/nl/klines @dirrm share/doc/HTML/nl/klickety @dirrm share/doc/HTML/nl/klettres @dirrm share/doc/HTML/nl/kleopatra @dirrm share/doc/HTML/nl/kjumpingcube @dirrm share/doc/HTML/nl/kjots @dirrm share/doc/HTML/nl/kiten @dirrm share/doc/HTML/nl/kiriki @dirrm share/doc/HTML/nl/kioslave/xz @dirrm share/doc/HTML/nl/kioslave/webdav @dirrm share/doc/HTML/nl/kioslave/thumbnail @dirrm share/doc/HTML/nl/kioslave/telnet @dirrm share/doc/HTML/nl/kioslave/tar @dirrm share/doc/HTML/nl/kioslave/smtp @dirrm share/doc/HTML/nl/kioslave/smb @dirrm share/doc/HTML/nl/kioslave/sieve @dirrm share/doc/HTML/nl/kioslave/sftp @dirrm share/doc/HTML/nl/kioslave/rlogin @dirrm share/doc/HTML/nl/kioslave/pop3 @dirrm share/doc/HTML/nl/kioslave/nntp @dirrm share/doc/HTML/nl/kioslave/nfs @dirrm share/doc/HTML/nl/kioslave/news @dirrm share/doc/HTML/nl/kioslave/network @dirrm share/doc/HTML/nl/kioslave/nepomuksearch @dirrm share/doc/HTML/nl/kioslave/mbox @dirrm share/doc/HTML/nl/kioslave/man @dirrm share/doc/HTML/nl/kioslave/mailto @dirrm share/doc/HTML/nl/kioslave/ldap @dirrm share/doc/HTML/nl/kioslave/info @dirrm share/doc/HTML/nl/kioslave/imap @dirrm share/doc/HTML/nl/kioslave/http @dirrm share/doc/HTML/nl/kioslave/help @dirrm share/doc/HTML/nl/kioslave/gzip @dirrm share/doc/HTML/nl/kioslave/ftp @dirrm share/doc/HTML/nl/kioslave/floppy @dirrm share/doc/HTML/nl/kioslave/fish @dirrm share/doc/HTML/nl/kioslave/finger @dirrm share/doc/HTML/nl/kioslave/file @dirrm share/doc/HTML/nl/kioslave/data @dirrm share/doc/HTML/nl/kioslave/cgi @dirrm share/doc/HTML/nl/kioslave/bzip2 @dirrm share/doc/HTML/nl/kioslave/bookmarks @dirrm share/doc/HTML/nl/kioslave/audiocd @dirrm share/doc/HTML/nl/kioslave @dirrm share/doc/HTML/nl/kinfocenter @dirrm share/doc/HTML/nl/kimagemapeditor @dirrm share/doc/HTML/nl/killbots @dirrm share/doc/HTML/nl/kigo @dirrm share/doc/HTML/nl/kig @dirrm share/doc/HTML/nl/khelpcenter/glossary @dirrm share/doc/HTML/nl/khelpcenter/documentationnotfound @dirrm share/doc/HTML/nl/khelpcenter @dirrm share/doc/HTML/nl/khangman @dirrm share/doc/HTML/nl/kgpg @dirrm share/doc/HTML/nl/kgoldrunner @dirrm share/doc/HTML/nl/kget @dirrm share/doc/HTML/nl/kgeography @dirrm share/doc/HTML/nl/kfourinline @dirrm share/doc/HTML/nl/kfontview @dirrm share/doc/HTML/nl/kfloppy @dirrm share/doc/HTML/nl/kfind @dirrm share/doc/HTML/nl/kfilereplace @dirrm share/doc/HTML/nl/kdm @dirrm share/doc/HTML/nl/kdiamond @dirrm share/doc/HTML/nl/kdf @dirrm share/doc/HTML/nl/kdesu @dirrm share/doc/HTML/nl/kdepasswd @dirrm share/doc/HTML/nl/kdebugdialog @dirrm share/doc/HTML/nl/kcron @dirrm share/doc/HTML/nl/kcontrol/workspaceoptions @dirrm share/doc/HTML/nl/kcontrol/windowspecific @dirrm share/doc/HTML/nl/kcontrol/windowbehaviour @dirrm share/doc/HTML/nl/kcontrol/useragent @dirrm share/doc/HTML/nl/kcontrol/trash @dirrm share/doc/HTML/nl/kcontrol/splashscreen @dirrm share/doc/HTML/nl/kcontrol/spellchecking @dirrm share/doc/HTML/nl/kcontrol/solid-hardware @dirrm share/doc/HTML/nl/kcontrol/solid-device-automounter @dirrm share/doc/HTML/nl/kcontrol/solid-actions @dirrm share/doc/HTML/nl/kcontrol/smb @dirrm share/doc/HTML/nl/kcontrol/screensaver @dirrm share/doc/HTML/nl/kcontrol/proxy @dirrm share/doc/HTML/nl/kcontrol/powerdevil @dirrm share/doc/HTML/nl/kcontrol/phonon @dirrm share/doc/HTML/nl/kcontrol/performance @dirrm share/doc/HTML/nl/kcontrol/paths @dirrm share/doc/HTML/nl/kcontrol/netpref @dirrm share/doc/HTML/nl/kcontrol/nepomuk @dirrm share/doc/HTML/nl/kcontrol/mouse @dirrm share/doc/HTML/nl/kcontrol/language @dirrm share/doc/HTML/nl/kcontrol/kwintabbox @dirrm share/doc/HTML/nl/kcontrol/kwinscreenedges @dirrm share/doc/HTML/nl/kcontrol/kwindecoration @dirrm share/doc/HTML/nl/kcontrol/kwincompositing @dirrm share/doc/HTML/nl/kcontrol/kresources @dirrm share/doc/HTML/nl/kcontrol/kremotecontrol @dirrm share/doc/HTML/nl/kcontrol/khtml-plugins @dirrm share/doc/HTML/nl/kcontrol/khtml-java-js @dirrm share/doc/HTML/nl/kcontrol/khtml-general @dirrm share/doc/HTML/nl/kcontrol/khtml-behavior @dirrm share/doc/HTML/nl/kcontrol/khtml-adblock @dirrm share/doc/HTML/nl/kcontrol/khotkeys @dirrm share/doc/HTML/nl/kcontrol/kgamma @dirrm share/doc/HTML/nl/kcontrol/keys @dirrm share/doc/HTML/nl/kcontrol/keyboard @dirrm share/doc/HTML/nl/kcontrol/kded @dirrm share/doc/HTML/nl/kcontrol/kcmstyle @dirrm share/doc/HTML/nl/kcontrol/kcmsmserver @dirrm share/doc/HTML/nl/kcontrol/kcmnotify @dirrm share/doc/HTML/nl/kcontrol/kcmlaunch @dirrm share/doc/HTML/nl/kcontrol/kcmcss @dirrm share/doc/HTML/nl/kcontrol/kcmcgi @dirrm share/doc/HTML/nl/kcontrol/kcmaccess @dirrm share/doc/HTML/nl/kcontrol/kcm_ssl @dirrm share/doc/HTML/nl/kcontrol/kamera @dirrm share/doc/HTML/nl/kcontrol/joystick @dirrm share/doc/HTML/nl/kcontrol/icons @dirrm share/doc/HTML/nl/kcontrol/history @dirrm share/doc/HTML/nl/kcontrol/fonts @dirrm share/doc/HTML/nl/kcontrol/fontinst @dirrm share/doc/HTML/nl/kcontrol/filetypes @dirrm share/doc/HTML/nl/kcontrol/filemanager @dirrm share/doc/HTML/nl/kcontrol/emoticons @dirrm share/doc/HTML/nl/kcontrol/ebrowsing @dirrm share/doc/HTML/nl/kcontrol/desktopthemedetails @dirrm share/doc/HTML/nl/kcontrol/desktop @dirrm share/doc/HTML/nl/kcontrol/cursortheme @dirrm share/doc/HTML/nl/kcontrol/cookies @dirrm share/doc/HTML/nl/kcontrol/componentchooser @dirrm share/doc/HTML/nl/kcontrol/colors @dirrm share/doc/HTML/nl/kcontrol/clock @dirrm share/doc/HTML/nl/kcontrol/cddbretrieval @dirrm share/doc/HTML/nl/kcontrol/cache @dirrm share/doc/HTML/nl/kcontrol/bookmarks @dirrm share/doc/HTML/nl/kcontrol/blockdevices @dirrm share/doc/HTML/nl/kcontrol/bell @dirrm share/doc/HTML/nl/kcontrol/autostart @dirrm share/doc/HTML/nl/kcontrol/attica @dirrm share/doc/HTML/nl/kcontrol @dirrm share/doc/HTML/nl/kcharselect @dirrm share/doc/HTML/nl/kcalc @dirrm share/doc/HTML/nl/kcachegrind @dirrm share/doc/HTML/nl/kbruch @dirrm share/doc/HTML/nl/kbreakout @dirrm share/doc/HTML/nl/kbounce @dirrm share/doc/HTML/nl/kblocks @dirrm share/doc/HTML/nl/kblackbox @dirrm share/doc/HTML/nl/kbattleship @dirrm share/doc/HTML/nl/katomic @dirrm share/doc/HTML/nl/kate @dirrm share/doc/HTML/nl/kapptemplate @dirrm share/doc/HTML/nl/kapman @dirrm share/doc/HTML/nl/kanagram @dirrm share/doc/HTML/nl/kalzium @dirrm share/doc/HTML/nl/kalgebra @dirrm share/doc/HTML/nl/kalarm @dirrm share/doc/HTML/nl/kajongg @dirrm share/doc/HTML/nl/kabcclient @dirrm share/doc/HTML/nl/juk @dirrm share/doc/HTML/nl/jovie @dirrm share/doc/HTML/nl/gwenview @dirrm share/doc/HTML/nl/granatier @dirrm share/doc/HTML/nl/fundamentals @dirrm share/doc/HTML/nl/filelight @dirrm share/doc/HTML/nl/dragonplayer @dirrm share/doc/HTML/nl/dolphin @dirrm share/doc/HTML/nl/common @dirrm share/doc/HTML/nl/cervisia @dirrm share/doc/HTML/nl/cantor @dirrm share/doc/HTML/nl/bovo @dirrm share/doc/HTML/nl/bomber @dirrm share/doc/HTML/nl/blogilo @dirrm share/doc/HTML/nl/blinken @dirrm share/doc/HTML/nl/ark @dirrm share/doc/HTML/nl/amor @dirrm share/doc/HTML/nl/akregator @dirrm share/doc/HTML/nl/PolicyKit-kde @dirrm share/apps/kvtml/nl @dirrm share/apps/kvtml @dirrm share/apps/kturtle/examples/nl @dirrm share/apps/kturtle/examples @dirrm share/apps/kturtle/data @dirrm share/apps/kturtle @dirrm share/apps/ktuberling/sounds/nl @dirrm share/apps/ktuberling/sounds @dirrm share/apps/ktuberling @dirrm share/apps/klettres/nl/syllab @dirrm share/apps/klettres/nl/alpha @dirrm share/apps/klettres/nl @dirrm share/apps/klettres @dirrmtry man/nl/man8 @dirrmtry man/nl/man7 @dirrmtry man/nl/man6 @dirrmtry man/nl/man1 @dirrmtry man/nl Index: head/misc/kde4-l10n-nn/distinfo =================================================================== --- head/misc/kde4-l10n-nn/distinfo (revision 318451) +++ head/misc/kde4-l10n-nn/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/kde-l10n/kde-l10n-nn-4.10.1.tar.xz) = 0d029d99ae494549470b98598267914c864c981114734f089b441567ce295124 -SIZE (KDE/4.10.1/kde-l10n/kde-l10n-nn-4.10.1.tar.xz) = 1955028 +SHA256 (KDE/4.10.3/kde-l10n/kde-l10n-nn-4.10.3.tar.xz) = c7c0aa2708d014b2f1473e5ccd032b40b94954c5e46920262d05d3e503163bd2 +SIZE (KDE/4.10.3/kde-l10n/kde-l10n-nn-4.10.3.tar.xz) = 1959832 Index: head/misc/kde4-l10n-nn/pkg-plist =================================================================== --- head/misc/kde4-l10n-nn/pkg-plist (revision 318451) +++ head/misc/kde4-l10n-nn/pkg-plist (revision 318452) @@ -1,703 +1,702 @@ share/apps/khangman/nn.txt share/apps/kvtml/nn/animals.kvtml share/apps/kvtml/nn/easy.kvtml share/apps/kvtml/nn/hard.kvtml share/apps/kvtml/nn/medium.kvtml share/doc/HTML/nn/common/fdl-translated.html share/doc/HTML/nn/common/gpl-translated.html share/doc/HTML/nn/common/kde-localised.css share/doc/HTML/nn/common/lgpl-translated.html share/doc/HTML/nn/kcontrol/bell/common share/doc/HTML/nn/kcontrol/bell/index.cache.bz2 share/doc/HTML/nn/kcontrol/bell/index.docbook share/doc/HTML/nn/kollision/common share/doc/HTML/nn/kollision/index.cache.bz2 share/doc/HTML/nn/kollision/index.docbook share/locale/nn/LC_MESSAGES/accountwizard.mo share/locale/nn/LC_MESSAGES/accountwizard_imap.mo share/locale/nn/LC_MESSAGES/accountwizard_kolab.mo share/locale/nn/LC_MESSAGES/accountwizard_mailbox.mo share/locale/nn/LC_MESSAGES/accountwizard_maildir.mo share/locale/nn/LC_MESSAGES/accountwizard_pop3.mo share/locale/nn/LC_MESSAGES/adblock.mo share/locale/nn/LC_MESSAGES/akonadi_birthdays_resource.mo share/locale/nn/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/nn/LC_MESSAGES/akonadi_ical_resource.mo share/locale/nn/LC_MESSAGES/akonadi_imap_resource.mo share/locale/nn/LC_MESSAGES/akonadi_invitations_agent.mo share/locale/nn/LC_MESSAGES/akonadi_kabc_resource.mo share/locale/nn/LC_MESSAGES/akonadi_kcal_resource.mo share/locale/nn/LC_MESSAGES/akonadi_kdeaccounts_resource.mo share/locale/nn/LC_MESSAGES/akonadi_knut_resource.mo share/locale/nn/LC_MESSAGES/akonadi_kolabproxy_resource.mo share/locale/nn/LC_MESSAGES/akonadi_kresourceassistant.mo share/locale/nn/LC_MESSAGES/akonadi_localbookmarks_resource.mo share/locale/nn/LC_MESSAGES/akonadi_maildir_resource.mo share/locale/nn/LC_MESSAGES/akonadi_maildispatcher_agent.mo share/locale/nn/LC_MESSAGES/akonadi_mailtransport_resource.mo share/locale/nn/LC_MESSAGES/akonadi_mbox_resource.mo share/locale/nn/LC_MESSAGES/akonadi_microblog_resource.mo share/locale/nn/LC_MESSAGES/akonadi_nepomuktag_resource.mo share/locale/nn/LC_MESSAGES/akonadi_next.mo share/locale/nn/LC_MESSAGES/akonadi_nntp_resource.mo share/locale/nn/LC_MESSAGES/akonadi_openxchange_resource.mo share/locale/nn/LC_MESSAGES/akonadi_pop3_resource.mo share/locale/nn/LC_MESSAGES/akonadi_singlefile_resource.mo share/locale/nn/LC_MESSAGES/akonadi_vcard_resource.mo share/locale/nn/LC_MESSAGES/akonadi_vcarddir_resource.mo share/locale/nn/LC_MESSAGES/akonadicontact.mo share/locale/nn/LC_MESSAGES/akonaditray.mo share/locale/nn/LC_MESSAGES/akregator.mo share/locale/nn/LC_MESSAGES/akregator_konqplugin.mo share/locale/nn/LC_MESSAGES/amor.mo share/locale/nn/LC_MESSAGES/analitza.mo share/locale/nn/LC_MESSAGES/ark.mo share/locale/nn/LC_MESSAGES/attica_kde.mo share/locale/nn/LC_MESSAGES/audiocd_encoder_lame.mo share/locale/nn/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/nn/LC_MESSAGES/audiorename_plugin.mo share/locale/nn/LC_MESSAGES/autorefresh.mo share/locale/nn/LC_MESSAGES/babelfish.mo share/locale/nn/LC_MESSAGES/blinken.mo share/locale/nn/LC_MESSAGES/blogilo.mo share/locale/nn/LC_MESSAGES/bomber.mo share/locale/nn/LC_MESSAGES/bovo.mo share/locale/nn/LC_MESSAGES/calendarsupport.mo share/locale/nn/LC_MESSAGES/cantor.mo share/locale/nn/LC_MESSAGES/cervisia.mo share/locale/nn/LC_MESSAGES/cryptopageplugin.mo share/locale/nn/LC_MESSAGES/cvsservice.mo share/locale/nn/LC_MESSAGES/dirfilterplugin.mo share/locale/nn/LC_MESSAGES/display.mo share/locale/nn/LC_MESSAGES/dolphin.mo share/locale/nn/LC_MESSAGES/domtreeviewer.mo share/locale/nn/LC_MESSAGES/dragonplayer.mo share/locale/nn/LC_MESSAGES/drkonqi.mo share/locale/nn/LC_MESSAGES/filetypes.mo share/locale/nn/LC_MESSAGES/freespacenotifier.mo share/locale/nn/LC_MESSAGES/fsview.mo share/locale/nn/LC_MESSAGES/granatier.mo share/locale/nn/LC_MESSAGES/gwenview.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/jovie.mo share/locale/nn/LC_MESSAGES/joystick.mo share/locale/nn/LC_MESSAGES/juk.mo share/locale/nn/LC_MESSAGES/kabc.mo share/locale/nn/LC_MESSAGES/kabc_akonadi.mo share/locale/nn/LC_MESSAGES/kabc_dir.mo share/locale/nn/LC_MESSAGES/kabc_file.mo share/locale/nn/LC_MESSAGES/kabc_ldapkio.mo share/locale/nn/LC_MESSAGES/kabc_net.mo share/locale/nn/LC_MESSAGES/kabcclient.mo share/locale/nn/LC_MESSAGES/kabcformat_binary.mo share/locale/nn/LC_MESSAGES/kaccess.mo share/locale/nn/LC_MESSAGES/kactivitymanagerd.mo share/locale/nn/LC_MESSAGES/kaddressbook-mobile.mo share/locale/nn/LC_MESSAGES/kaddressbook.mo share/locale/nn/LC_MESSAGES/kaddressbookmigrator.mo share/locale/nn/LC_MESSAGES/kalarm.mo share/locale/nn/LC_MESSAGES/kalgebra.mo share/locale/nn/LC_MESSAGES/kalzium.mo share/locale/nn/LC_MESSAGES/kanagram.mo share/locale/nn/LC_MESSAGES/kapman.mo share/locale/nn/LC_MESSAGES/kapptemplate.mo share/locale/nn/LC_MESSAGES/kate-ctags-plugin.mo share/locale/nn/LC_MESSAGES/kate.mo share/locale/nn/LC_MESSAGES/kate_kttsd.mo share/locale/nn/LC_MESSAGES/katebacktracebrowserplugin.mo share/locale/nn/LC_MESSAGES/katebuild-plugin.mo share/locale/nn/LC_MESSAGES/katefilebrowserplugin.mo share/locale/nn/LC_MESSAGES/katefiletemplates.mo share/locale/nn/LC_MESSAGES/kategdbplugin.mo share/locale/nn/LC_MESSAGES/katehelloworld.mo share/locale/nn/LC_MESSAGES/katekonsoleplugin.mo share/locale/nn/LC_MESSAGES/katemailfilesplugin.mo share/locale/nn/LC_MESSAGES/kateopenheader.mo share/locale/nn/LC_MESSAGES/katepart4.mo share/locale/nn/LC_MESSAGES/katesearch.mo share/locale/nn/LC_MESSAGES/katesnippets_tng.mo share/locale/nn/LC_MESSAGES/katesql.mo share/locale/nn/LC_MESSAGES/katesymbolviewer.mo share/locale/nn/LC_MESSAGES/katetabbarextension.mo share/locale/nn/LC_MESSAGES/katetabifyplugin.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/kbattleship.mo share/locale/nn/LC_MESSAGES/kblackbox.mo share/locale/nn/LC_MESSAGES/kblankscrn.mo share/locale/nn/LC_MESSAGES/kblocks.mo share/locale/nn/LC_MESSAGES/kbounce.mo share/locale/nn/LC_MESSAGES/kbreakout.mo share/locale/nn/LC_MESSAGES/kbruch.mo share/locale/nn/LC_MESSAGES/kcachegrind.mo share/locale/nn/LC_MESSAGES/kcachegrind_qt.mo share/locale/nn/LC_MESSAGES/kcal_akonadi.mo share/locale/nn/LC_MESSAGES/kcalc.mo share/locale/nn/LC_MESSAGES/kcertpart.mo share/locale/nn/LC_MESSAGES/kcharselect.mo share/locale/nn/LC_MESSAGES/kcm_akonadi.mo share/locale/nn/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/nn/LC_MESSAGES/kcm_attica.mo share/locale/nn/LC_MESSAGES/kcm_autostart.mo share/locale/nn/LC_MESSAGES/kcm_desktoppaths.mo share/locale/nn/LC_MESSAGES/kcm_desktopthemedetails.mo share/locale/nn/LC_MESSAGES/kcm_device_automounter.mo share/locale/nn/LC_MESSAGES/kcm_emoticons.mo share/locale/nn/LC_MESSAGES/kcm_infobase.mo share/locale/nn/LC_MESSAGES/kcm_infosummary.mo -share/locale/nn/LC_MESSAGES/kcm_krfb.mo share/locale/nn/LC_MESSAGES/kcm_kwindesktop.mo share/locale/nn/LC_MESSAGES/kcm_kwintabbox.mo share/locale/nn/LC_MESSAGES/kcm_memory.mo share/locale/nn/LC_MESSAGES/kcm_nepomuk.mo share/locale/nn/LC_MESSAGES/kcm_pci.mo share/locale/nn/LC_MESSAGES/kcm_phonon.mo share/locale/nn/LC_MESSAGES/kcm_platform.mo share/locale/nn/LC_MESSAGES/kcm_solid.mo share/locale/nn/LC_MESSAGES/kcm_solid_actions.mo share/locale/nn/LC_MESSAGES/kcm_standard_actions.mo share/locale/nn/LC_MESSAGES/kcmaccess.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/kcmdevinfo.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/kcminit.mo share/locale/nn/LC_MESSAGES/kcminput.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/kcmkdnssd.mo share/locale/nn/LC_MESSAGES/kcmkeyboard.mo share/locale/nn/LC_MESSAGES/kcmkeys.mo share/locale/nn/LC_MESSAGES/kcmkgamma.mo share/locale/nn/LC_MESSAGES/kcmkio.mo share/locale/nn/LC_MESSAGES/kcmkonq.mo share/locale/nn/LC_MESSAGES/kcmkonqhtml.mo share/locale/nn/LC_MESSAGES/kcmkurifilt.mo share/locale/nn/LC_MESSAGES/kcmkwallet.mo share/locale/nn/LC_MESSAGES/kcmkwincompositing.mo share/locale/nn/LC_MESSAGES/kcmkwindecoration.mo share/locale/nn/LC_MESSAGES/kcmkwinrules.mo share/locale/nn/LC_MESSAGES/kcmkwinscreenedges.mo share/locale/nn/LC_MESSAGES/kcmkwm.mo share/locale/nn/LC_MESSAGES/kcmlaunch.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/kcmopengl.mo share/locale/nn/LC_MESSAGES/kcmperformance.mo share/locale/nn/LC_MESSAGES/kcmsamba.mo share/locale/nn/LC_MESSAGES/kcmscreensaver.mo share/locale/nn/LC_MESSAGES/kcmshell.mo share/locale/nn/LC_MESSAGES/kcmsmartcard.mo share/locale/nn/LC_MESSAGES/kcmsmserver.mo share/locale/nn/LC_MESSAGES/kcmstyle.mo share/locale/nn/LC_MESSAGES/kcmusb.mo share/locale/nn/LC_MESSAGES/kcmview1394.mo share/locale/nn/LC_MESSAGES/kcmworkspaceoptions.mo share/locale/nn/LC_MESSAGES/kcolorchooser.mo share/locale/nn/LC_MESSAGES/kcron.mo share/locale/nn/LC_MESSAGES/kde-menu.mo share/locale/nn/LC_MESSAGES/kdeasciiquarium.mo share/locale/nn/LC_MESSAGES/kdebugdialog.mo share/locale/nn/LC_MESSAGES/kdecalendarsystems.mo share/locale/nn/LC_MESSAGES/kdelibs4.mo share/locale/nn/LC_MESSAGES/kdelibs_colors4.mo share/locale/nn/LC_MESSAGES/kdepasswd.mo share/locale/nn/LC_MESSAGES/kdeqt.mo share/locale/nn/LC_MESSAGES/kdesu.mo share/locale/nn/LC_MESSAGES/kdesud.mo share/locale/nn/LC_MESSAGES/kdf.mo share/locale/nn/LC_MESSAGES/kdialog.mo share/locale/nn/LC_MESSAGES/kdiamond.mo share/locale/nn/LC_MESSAGES/kdmconfig.mo share/locale/nn/LC_MESSAGES/kdmgreet.mo share/locale/nn/LC_MESSAGES/kdontchangethehostname.mo share/locale/nn/LC_MESSAGES/keditbookmarks.mo share/locale/nn/LC_MESSAGES/kfile.mo share/locale/nn/LC_MESSAGES/kfile_dds.mo share/locale/nn/LC_MESSAGES/kfile_drgeo.mo share/locale/nn/LC_MESSAGES/kfile_exr.mo share/locale/nn/LC_MESSAGES/kfile_kig.mo share/locale/nn/LC_MESSAGES/kfile_pnm.mo share/locale/nn/LC_MESSAGES/kfile_raw.mo share/locale/nn/LC_MESSAGES/kfile_rgb.mo share/locale/nn/LC_MESSAGES/kfile_rpm.mo share/locale/nn/LC_MESSAGES/kfile_tiff.mo share/locale/nn/LC_MESSAGES/kfile_xps.mo share/locale/nn/LC_MESSAGES/kfileaudiopreview4.mo share/locale/nn/LC_MESSAGES/kfilereplace.mo share/locale/nn/LC_MESSAGES/kfileshare.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/kfontinst.mo share/locale/nn/LC_MESSAGES/kfourinline.mo share/locale/nn/LC_MESSAGES/kgeography.mo share/locale/nn/LC_MESSAGES/kget.mo share/locale/nn/LC_MESSAGES/kgetplugin.mo share/locale/nn/LC_MESSAGES/kglobalaccel.mo share/locale/nn/LC_MESSAGES/kgoldrunner.mo share/locale/nn/LC_MESSAGES/kgpg.mo share/locale/nn/LC_MESSAGES/kgreet_classic.mo share/locale/nn/LC_MESSAGES/kgreet_generic.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/khotkeys.mo share/locale/nn/LC_MESSAGES/khotnewstuff.mo share/locale/nn/LC_MESSAGES/khtmlkttsd.mo share/locale/nn/LC_MESSAGES/khtmlsettingsplugin.mo share/locale/nn/LC_MESSAGES/kiconfinder.mo share/locale/nn/LC_MESSAGES/kig.mo share/locale/nn/LC_MESSAGES/kigo.mo share/locale/nn/LC_MESSAGES/killbots.mo share/locale/nn/LC_MESSAGES/kimagemapeditor.mo -share/locale/nn/LC_MESSAGES/kinetd.mo share/locale/nn/LC_MESSAGES/kinfocenter.mo share/locale/nn/LC_MESSAGES/kio4.mo share/locale/nn/LC_MESSAGES/kio_akonadi.mo share/locale/nn/LC_MESSAGES/kio_applications.mo share/locale/nn/LC_MESSAGES/kio_archive.mo share/locale/nn/LC_MESSAGES/kio_audiocd.mo share/locale/nn/LC_MESSAGES/kio_bookmarks.mo share/locale/nn/LC_MESSAGES/kio_finger.mo share/locale/nn/LC_MESSAGES/kio_fish.mo share/locale/nn/LC_MESSAGES/kio_floppy.mo share/locale/nn/LC_MESSAGES/kio_help4.mo share/locale/nn/LC_MESSAGES/kio_imap4.mo share/locale/nn/LC_MESSAGES/kio_info.mo share/locale/nn/LC_MESSAGES/kio_jabberdisco.mo share/locale/nn/LC_MESSAGES/kio_ldap.mo share/locale/nn/LC_MESSAGES/kio_man.mo share/locale/nn/LC_MESSAGES/kio_mbox.mo share/locale/nn/LC_MESSAGES/kio_nepomuk.mo share/locale/nn/LC_MESSAGES/kio_nepomuksearch.mo share/locale/nn/LC_MESSAGES/kio_nfs.mo share/locale/nn/LC_MESSAGES/kio_nntp.mo share/locale/nn/LC_MESSAGES/kio_perldoc.mo share/locale/nn/LC_MESSAGES/kio_pop3.mo share/locale/nn/LC_MESSAGES/kio_remote.mo share/locale/nn/LC_MESSAGES/kio_sftp.mo share/locale/nn/LC_MESSAGES/kio_sieve.mo share/locale/nn/LC_MESSAGES/kio_smb.mo share/locale/nn/LC_MESSAGES/kio_smtp.mo share/locale/nn/LC_MESSAGES/kio_svn.mo share/locale/nn/LC_MESSAGES/kio_tags.mo share/locale/nn/LC_MESSAGES/kio_thumbnail.mo share/locale/nn/LC_MESSAGES/kio_timeline.mo share/locale/nn/LC_MESSAGES/kio_trash.mo share/locale/nn/LC_MESSAGES/kio_zeroconf.mo share/locale/nn/LC_MESSAGES/kioclient.mo share/locale/nn/LC_MESSAGES/kioexec.mo share/locale/nn/LC_MESSAGES/kiriki.mo share/locale/nn/LC_MESSAGES/kiten.mo share/locale/nn/LC_MESSAGES/kjots.mo share/locale/nn/LC_MESSAGES/kjotsmigrator.mo share/locale/nn/LC_MESSAGES/kjumpingcube.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/klinkstatus.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-migrator.mo share/locale/nn/LC_MESSAGES/kmail-mobile.mo share/locale/nn/LC_MESSAGES/kmail.mo share/locale/nn/LC_MESSAGES/kmailcvt.mo share/locale/nn/LC_MESSAGES/kmenuedit.mo share/locale/nn/LC_MESSAGES/kmimetypefinder.mo share/locale/nn/LC_MESSAGES/kmines.mo share/locale/nn/LC_MESSAGES/kmix.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/knetattach.mo share/locale/nn/LC_MESSAGES/knetwalk.mo share/locale/nn/LC_MESSAGES/knode.mo share/locale/nn/LC_MESSAGES/knotes.mo share/locale/nn/LC_MESSAGES/knotify4.mo share/locale/nn/LC_MESSAGES/kolf.mo share/locale/nn/LC_MESSAGES/kollision.mo share/locale/nn/LC_MESSAGES/kolourpaint.mo share/locale/nn/LC_MESSAGES/kommander.mo share/locale/nn/LC_MESSAGES/kompare.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/kontactinterfaces.mo share/locale/nn/LC_MESSAGES/kopete.mo share/locale/nn/LC_MESSAGES/korganizer-mobile.mo share/locale/nn/LC_MESSAGES/korganizer.mo share/locale/nn/LC_MESSAGES/kpartloader.mo share/locale/nn/LC_MESSAGES/kpartsaver.mo share/locale/nn/LC_MESSAGES/kpasswdserver.mo share/locale/nn/LC_MESSAGES/kpat.mo share/locale/nn/LC_MESSAGES/kppp.mo share/locale/nn/LC_MESSAGES/kppplogview.mo share/locale/nn/LC_MESSAGES/kquitapp.mo share/locale/nn/LC_MESSAGES/krandr.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/kres-migrator.mo share/locale/nn/LC_MESSAGES/kres_blog.mo share/locale/nn/LC_MESSAGES/kres_remote.mo share/locale/nn/LC_MESSAGES/kresources_shared_akonadi.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/krunner.mo share/locale/nn/LC_MESSAGES/ksaneplugin.mo share/locale/nn/LC_MESSAGES/kscd.mo share/locale/nn/LC_MESSAGES/kscreensaver.mo share/locale/nn/LC_MESSAGES/ksendemail.mo share/locale/nn/LC_MESSAGES/kshellcmdplugin.mo share/locale/nn/LC_MESSAGES/kshisen.mo share/locale/nn/LC_MESSAGES/kshorturifilter.mo share/locale/nn/LC_MESSAGES/ksirk.mo share/locale/nn/LC_MESSAGES/ksirkskineditor.mo share/locale/nn/LC_MESSAGES/ksmserver.mo share/locale/nn/LC_MESSAGES/ksnapshot.mo share/locale/nn/LC_MESSAGES/kspaceduel.mo share/locale/nn/LC_MESSAGES/ksplashthemes.mo share/locale/nn/LC_MESSAGES/ksquares.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/kstyle_config.mo share/locale/nn/LC_MESSAGES/kstyle_phase_config.mo share/locale/nn/LC_MESSAGES/ksudoku.mo share/locale/nn/LC_MESSAGES/ksysguard.mo share/locale/nn/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/nn/LC_MESSAGES/ksystemlog.mo share/locale/nn/LC_MESSAGES/ksystraycmd.mo share/locale/nn/LC_MESSAGES/kteatime.mo share/locale/nn/LC_MESSAGES/ktesnippets_editor.mo share/locale/nn/LC_MESSAGES/ktexteditor_codesnippets_core.mo share/locale/nn/LC_MESSAGES/ktexteditor_plugins.mo share/locale/nn/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/nn/LC_MESSAGES/ktimer.mo share/locale/nn/LC_MESSAGES/ktimetracker.mo share/locale/nn/LC_MESSAGES/ktnef.mo share/locale/nn/LC_MESSAGES/ktouch.mo share/locale/nn/LC_MESSAGES/ktraderclient.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/kubrick.mo share/locale/nn/LC_MESSAGES/kuiserver.mo share/locale/nn/LC_MESSAGES/kuiviewer.mo share/locale/nn/LC_MESSAGES/kurifilter.mo share/locale/nn/LC_MESSAGES/kuser.mo share/locale/nn/LC_MESSAGES/kwalletd.mo share/locale/nn/LC_MESSAGES/kwalletmanager.mo share/locale/nn/LC_MESSAGES/kwatchgnupg.mo share/locale/nn/LC_MESSAGES/kwin.mo share/locale/nn/LC_MESSAGES/kwin_art_clients.mo share/locale/nn/LC_MESSAGES/kwin_clients.mo share/locale/nn/LC_MESSAGES/kwin_effects.mo share/locale/nn/LC_MESSAGES/kwinshutdown.mo share/locale/nn/LC_MESSAGES/kwinstartmenu.mo share/locale/nn/LC_MESSAGES/kwordquiz.mo share/locale/nn/LC_MESSAGES/kwrite.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/lancelot.mo share/locale/nn/LC_MESSAGES/libakonadi.mo share/locale/nn/LC_MESSAGES/libkalarmcal.mo share/locale/nn/LC_MESSAGES/libkasten.mo share/locale/nn/LC_MESSAGES/libkblog.mo share/locale/nn/LC_MESSAGES/libkcal.mo share/locale/nn/LC_MESSAGES/libkcalutils.mo share/locale/nn/LC_MESSAGES/libkcddb.mo share/locale/nn/LC_MESSAGES/libkcompactdisc.mo share/locale/nn/LC_MESSAGES/libkdcraw.mo share/locale/nn/LC_MESSAGES/libkdecorations.mo share/locale/nn/LC_MESSAGES/libkdeedu.mo share/locale/nn/LC_MESSAGES/libkdegames.mo share/locale/nn/LC_MESSAGES/libkdepim.mo share/locale/nn/LC_MESSAGES/libkdepimmobileui.mo share/locale/nn/LC_MESSAGES/libkexiv2.mo share/locale/nn/LC_MESSAGES/libkholidays.mo share/locale/nn/LC_MESSAGES/libkimap.mo share/locale/nn/LC_MESSAGES/libkldap.mo share/locale/nn/LC_MESSAGES/libkleopatra.mo share/locale/nn/LC_MESSAGES/libkmahjongg.mo share/locale/nn/LC_MESSAGES/libkmime.mo share/locale/nn/LC_MESSAGES/libkonq.mo share/locale/nn/LC_MESSAGES/libkpgp.mo share/locale/nn/LC_MESSAGES/libkpimidentities.mo share/locale/nn/LC_MESSAGES/libkpimtextedit.mo share/locale/nn/LC_MESSAGES/libkpimutils.mo share/locale/nn/LC_MESSAGES/libkresources.mo share/locale/nn/LC_MESSAGES/libksane.mo share/locale/nn/LC_MESSAGES/libkscreensaver.mo share/locale/nn/LC_MESSAGES/libksieve.mo share/locale/nn/LC_MESSAGES/libktnef.mo share/locale/nn/LC_MESSAGES/libkunitconversion.mo share/locale/nn/LC_MESSAGES/libkworkspace.mo share/locale/nn/LC_MESSAGES/libkxmlrpcclient.mo share/locale/nn/LC_MESSAGES/libmailcommon.mo share/locale/nn/LC_MESSAGES/libmailimporter.mo share/locale/nn/LC_MESSAGES/libmailtransport.mo share/locale/nn/LC_MESSAGES/libmessagecomposer.mo share/locale/nn/LC_MESSAGES/libmessagecore.mo share/locale/nn/LC_MESSAGES/libmessagelist.mo share/locale/nn/LC_MESSAGES/libmessageviewer.mo share/locale/nn/LC_MESSAGES/liboktetacore.mo share/locale/nn/LC_MESSAGES/liboktetakasten.mo share/locale/nn/LC_MESSAGES/libphonon.mo share/locale/nn/LC_MESSAGES/libplasma.mo share/locale/nn/LC_MESSAGES/libplasmaclock.mo share/locale/nn/LC_MESSAGES/libplasmaweather.mo share/locale/nn/LC_MESSAGES/libtaskmanager.mo share/locale/nn/LC_MESSAGES/lokalize.mo share/locale/nn/LC_MESSAGES/lskat.mo share/locale/nn/LC_MESSAGES/mailreader.mo share/locale/nn/LC_MESSAGES/marble.mo share/locale/nn/LC_MESSAGES/marble_qt.mo share/locale/nn/LC_MESSAGES/marble_xml_mimetypes.mo share/locale/nn/LC_MESSAGES/messageviewer_text_calendar_plugin.mo share/locale/nn/LC_MESSAGES/messageviewer_text_vcard_plugin.mo share/locale/nn/LC_MESSAGES/messageviewer_text_xdiff_plugin.mo share/locale/nn/LC_MESSAGES/mf_konqplugin.mo share/locale/nn/LC_MESSAGES/minitoolsplugin.mo share/locale/nn/LC_MESSAGES/mplayerthumbs.mo share/locale/nn/LC_MESSAGES/mplayerthumbsconfig.mo share/locale/nn/LC_MESSAGES/nepomukbackup.mo share/locale/nn/LC_MESSAGES/nepomukcontroller.mo share/locale/nn/LC_MESSAGES/nepomukfileindexer.mo share/locale/nn/LC_MESSAGES/nepomukqueryservice.mo share/locale/nn/LC_MESSAGES/nepomukserver.mo share/locale/nn/LC_MESSAGES/nepomukservicestub.mo share/locale/nn/LC_MESSAGES/nepomukstorage.mo share/locale/nn/LC_MESSAGES/notes-mobile.mo share/locale/nn/LC_MESSAGES/nsplugin.mo share/locale/nn/LC_MESSAGES/okteta.mo share/locale/nn/LC_MESSAGES/oktetapart.mo share/locale/nn/LC_MESSAGES/okular.mo share/locale/nn/LC_MESSAGES/okular_chm.mo share/locale/nn/LC_MESSAGES/okular_comicbook.mo share/locale/nn/LC_MESSAGES/okular_djvu.mo share/locale/nn/LC_MESSAGES/okular_dvi.mo share/locale/nn/LC_MESSAGES/okular_epub.mo share/locale/nn/LC_MESSAGES/okular_fax.mo share/locale/nn/LC_MESSAGES/okular_fictionbook.mo share/locale/nn/LC_MESSAGES/okular_ghostview.mo share/locale/nn/LC_MESSAGES/okular_kimgio.mo share/locale/nn/LC_MESSAGES/okular_mobi.mo share/locale/nn/LC_MESSAGES/okular_ooo.mo share/locale/nn/LC_MESSAGES/okular_plucker.mo share/locale/nn/LC_MESSAGES/okular_poppler.mo share/locale/nn/LC_MESSAGES/okular_tiff.mo share/locale/nn/LC_MESSAGES/okular_xps.mo share/locale/nn/LC_MESSAGES/palapeli.mo share/locale/nn/LC_MESSAGES/parley.mo share/locale/nn/LC_MESSAGES/phonon_gstreamer.mo share/locale/nn/LC_MESSAGES/phonon_kde.mo share/locale/nn/LC_MESSAGES/phononserver.mo +share/locale/nn/LC_MESSAGES/picmi.mo share/locale/nn/LC_MESSAGES/plasma-desktop.mo share/locale/nn/LC_MESSAGES/plasma-netbook.mo share/locale/nn/LC_MESSAGES/plasma-overlay.mo share/locale/nn/LC_MESSAGES/plasma-remote-helper.mo share/locale/nn/LC_MESSAGES/plasma-windowed.mo share/locale/nn/LC_MESSAGES/plasma_applet_BbalL.mo share/locale/nn/LC_MESSAGES/plasma_applet_CharSelectApplet.mo share/locale/nn/LC_MESSAGES/plasma_applet_akonotes_note.mo share/locale/nn/LC_MESSAGES/plasma_applet_battery.mo share/locale/nn/LC_MESSAGES/plasma_applet_binaryclock.mo share/locale/nn/LC_MESSAGES/plasma_applet_bubblemon.mo share/locale/nn/LC_MESSAGES/plasma_applet_calculator.mo share/locale/nn/LC_MESSAGES/plasma_applet_clock.mo share/locale/nn/LC_MESSAGES/plasma_applet_comic.mo share/locale/nn/LC_MESSAGES/plasma_applet_concentrationCalculator.mo share/locale/nn/LC_MESSAGES/plasma_applet_currentappcontrol.mo share/locale/nn/LC_MESSAGES/plasma_applet_dig_clock.mo share/locale/nn/LC_MESSAGES/plasma_applet_fifteenPuzzle.mo share/locale/nn/LC_MESSAGES/plasma_applet_fileWatcher.mo share/locale/nn/LC_MESSAGES/plasma_applet_folderview.mo share/locale/nn/LC_MESSAGES/plasma_applet_frame.mo share/locale/nn/LC_MESSAGES/plasma_applet_fuzzy_clock.mo share/locale/nn/LC_MESSAGES/plasma_applet_gasCalculator.mo share/locale/nn/LC_MESSAGES/plasma_applet_icon.mo share/locale/nn/LC_MESSAGES/plasma_applet_incomingmsg.mo share/locale/nn/LC_MESSAGES/plasma_applet_kalzium.mo share/locale/nn/LC_MESSAGES/plasma_applet_katesession.mo share/locale/nn/LC_MESSAGES/plasma_applet_kdeobservatory.mo share/locale/nn/LC_MESSAGES/plasma_applet_kget.mo share/locale/nn/LC_MESSAGES/plasma_applet_kimpanel.mo share/locale/nn/LC_MESSAGES/plasma_applet_knowledgebase.mo share/locale/nn/LC_MESSAGES/plasma_applet_kolourpicker.mo share/locale/nn/LC_MESSAGES/plasma_applet_kpapplet.mo share/locale/nn/LC_MESSAGES/plasma_applet_launcher.mo share/locale/nn/LC_MESSAGES/plasma_applet_leavenote.mo share/locale/nn/LC_MESSAGES/plasma_applet_life.mo share/locale/nn/LC_MESSAGES/plasma_applet_lockout.mo share/locale/nn/LC_MESSAGES/plasma_applet_luna.mo share/locale/nn/LC_MESSAGES/plasma_applet_magnifique.mo share/locale/nn/LC_MESSAGES/plasma_applet_microblog.mo share/locale/nn/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/nn/LC_MESSAGES/plasma_applet_news.mo share/locale/nn/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/nn/LC_MESSAGES/plasma_applet_notes.mo share/locale/nn/LC_MESSAGES/plasma_applet_notifier.mo share/locale/nn/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/nn/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/nn/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/nn/LC_MESSAGES/plasma_applet_opendesktop_activities.mo share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.notifications.mo share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/nn/LC_MESSAGES/plasma_applet_pager.mo share/locale/nn/LC_MESSAGES/plasma_applet_panel.mo share/locale/nn/LC_MESSAGES/plasma_applet_panelspacer_internal.mo share/locale/nn/LC_MESSAGES/plasma_applet_paste.mo share/locale/nn/LC_MESSAGES/plasma_applet_pastebin.mo share/locale/nn/LC_MESSAGES/plasma_applet_plasmaboard.mo share/locale/nn/LC_MESSAGES/plasma_applet_previewer.mo share/locale/nn/LC_MESSAGES/plasma_applet_qalculate.mo share/locale/nn/LC_MESSAGES/plasma_applet_qstardict.mo share/locale/nn/LC_MESSAGES/plasma_applet_quicklaunch.mo share/locale/nn/LC_MESSAGES/plasma_applet_rssnow.mo share/locale/nn/LC_MESSAGES/plasma_applet_rtm.mo share/locale/nn/LC_MESSAGES/plasma_applet_sal.mo share/locale/nn/LC_MESSAGES/plasma_applet_saverdesktop.mo share/locale/nn/LC_MESSAGES/plasma_applet_searchbox.mo share/locale/nn/LC_MESSAGES/plasma_applet_showdashboard.mo share/locale/nn/LC_MESSAGES/plasma_applet_showdesktop.mo share/locale/nn/LC_MESSAGES/plasma_applet_skapplet.mo share/locale/nn/LC_MESSAGES/plasma_applet_spellcheck.mo share/locale/nn/LC_MESSAGES/plasma_applet_system-monitor.mo share/locale/nn/LC_MESSAGES/plasma_applet_systemloadviewer.mo share/locale/nn/LC_MESSAGES/plasma_applet_systemtray.mo share/locale/nn/LC_MESSAGES/plasma_applet_tasks.mo share/locale/nn/LC_MESSAGES/plasma_applet_timer.mo share/locale/nn/LC_MESSAGES/plasma_applet_trash.mo share/locale/nn/LC_MESSAGES/plasma_applet_unitconverter.mo share/locale/nn/LC_MESSAGES/plasma_applet_weather.mo share/locale/nn/LC_MESSAGES/plasma_applet_weatherstation.mo share/locale/nn/LC_MESSAGES/plasma_applet_webbrowser.mo share/locale/nn/LC_MESSAGES/plasma_applet_webslice.mo share/locale/nn/LC_MESSAGES/plasma_applet_windowlist.mo share/locale/nn/LC_MESSAGES/plasma_appletscriptengine_dashboard.mo share/locale/nn/LC_MESSAGES/plasma_containmentactions_contextmenu.mo share/locale/nn/LC_MESSAGES/plasma_containmentactions_switchactivity.mo share/locale/nn/LC_MESSAGES/plasma_containmentactions_switchdesktop.mo share/locale/nn/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/nn/LC_MESSAGES/plasma_engine_calendar.mo share/locale/nn/LC_MESSAGES/plasma_engine_kalzium.mo share/locale/nn/LC_MESSAGES/plasma_engine_keystate.mo share/locale/nn/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/nn/LC_MESSAGES/plasma_engine_metadata.mo share/locale/nn/LC_MESSAGES/plasma_engine_network.mo share/locale/nn/LC_MESSAGES/plasma_engine_notifications.mo share/locale/nn/LC_MESSAGES/plasma_engine_nowplaying.mo share/locale/nn/LC_MESSAGES/plasma_engine_rss.mo share/locale/nn/LC_MESSAGES/plasma_engine_share.mo share/locale/nn/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/nn/LC_MESSAGES/plasma_engine_weather.mo share/locale/nn/LC_MESSAGES/plasma_packagestructure_comic.mo share/locale/nn/LC_MESSAGES/plasma_runner_activities.mo share/locale/nn/LC_MESSAGES/plasma_runner_audioplayercontrol.mo share/locale/nn/LC_MESSAGES/plasma_runner_bookmarksrunner.mo share/locale/nn/LC_MESSAGES/plasma_runner_browserhistory.mo share/locale/nn/LC_MESSAGES/plasma_runner_calculatorrunner.mo share/locale/nn/LC_MESSAGES/plasma_runner_contacts.mo share/locale/nn/LC_MESSAGES/plasma_runner_converterrunner.mo share/locale/nn/LC_MESSAGES/plasma_runner_katesessions.mo share/locale/nn/LC_MESSAGES/plasma_runner_kget.mo share/locale/nn/LC_MESSAGES/plasma_runner_kill.mo share/locale/nn/LC_MESSAGES/plasma_runner_konquerorsessions.mo share/locale/nn/LC_MESSAGES/plasma_runner_konsolesessions.mo share/locale/nn/LC_MESSAGES/plasma_runner_kopete.mo share/locale/nn/LC_MESSAGES/plasma_runner_locations.mo share/locale/nn/LC_MESSAGES/plasma_runner_mediawiki.mo share/locale/nn/LC_MESSAGES/plasma_runner_nepomuksearchrunner.mo share/locale/nn/LC_MESSAGES/plasma_runner_placesrunner.mo share/locale/nn/LC_MESSAGES/plasma_runner_plasma-desktop.mo share/locale/nn/LC_MESSAGES/plasma_runner_powerdevil.mo share/locale/nn/LC_MESSAGES/plasma_runner_recentdocuments.mo share/locale/nn/LC_MESSAGES/plasma_runner_services.mo share/locale/nn/LC_MESSAGES/plasma_runner_sessions.mo share/locale/nn/LC_MESSAGES/plasma_runner_shell.mo share/locale/nn/LC_MESSAGES/plasma_runner_solid.mo share/locale/nn/LC_MESSAGES/plasma_runner_spellcheckrunner.mo share/locale/nn/LC_MESSAGES/plasma_runner_webshortcuts.mo share/locale/nn/LC_MESSAGES/plasma_runner_windows.mo share/locale/nn/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/nn/LC_MESSAGES/plasma_toolbox_desktoptoolbox.mo share/locale/nn/LC_MESSAGES/plasma_toolbox_paneltoolbox.mo share/locale/nn/LC_MESSAGES/plasma_wallpaper_color.mo share/locale/nn/LC_MESSAGES/plasma_wallpaper_image.mo share/locale/nn/LC_MESSAGES/plasma_wallpaper_mandelbrot.mo share/locale/nn/LC_MESSAGES/plasma_wallpaper_marble.mo share/locale/nn/LC_MESSAGES/plasma_wallpaper_pattern.mo share/locale/nn/LC_MESSAGES/plasma_wallpaper_virus.mo share/locale/nn/LC_MESSAGES/plasma_wallpaper_weather.mo share/locale/nn/LC_MESSAGES/plasmagenericshell.mo share/locale/nn/LC_MESSAGES/plasmapkg.mo share/locale/nn/LC_MESSAGES/powerdevil.mo share/locale/nn/LC_MESSAGES/powerdevilglobalconfig.mo share/locale/nn/LC_MESSAGES/powerdevilprofilesconfig.mo share/locale/nn/LC_MESSAGES/processcore.mo share/locale/nn/LC_MESSAGES/processui.mo share/locale/nn/LC_MESSAGES/randrmonitor.mo share/locale/nn/LC_MESSAGES/rellinks.mo share/locale/nn/LC_MESSAGES/rocs.mo share/locale/nn/LC_MESSAGES/rocscore.mo share/locale/nn/LC_MESSAGES/rocsvisualeditor.mo share/locale/nn/LC_MESSAGES/searchbarplugin.mo share/locale/nn/LC_MESSAGES/solid-hardware.mo share/locale/nn/LC_MESSAGES/solid-network.mo share/locale/nn/LC_MESSAGES/solid_qt.mo share/locale/nn/LC_MESSAGES/solidcontrol.mo share/locale/nn/LC_MESSAGES/soliduiserver.mo share/locale/nn/LC_MESSAGES/step.mo share/locale/nn/LC_MESSAGES/step_qt.mo share/locale/nn/LC_MESSAGES/strigila_diff.mo share/locale/nn/LC_MESSAGES/superkaramba.mo share/locale/nn/LC_MESSAGES/svgpart.mo share/locale/nn/LC_MESSAGES/sweeper.mo share/locale/nn/LC_MESSAGES/systemsettings.mo share/locale/nn/LC_MESSAGES/tasks-mobile.mo share/locale/nn/LC_MESSAGES/timezones4.mo share/locale/nn/LC_MESSAGES/uachangerplugin.mo share/locale/nn/LC_MESSAGES/umbrello.mo share/locale/nn/LC_MESSAGES/useraccount.mo share/locale/nn/LC_MESSAGES/validatorsplugin.mo share/locale/nn/LC_MESSAGES/webarchiver.mo share/locale/nn/LC_MESSAGES/xml_mimetypes.mo share/locale/nn/LC_SCRIPTS/kdelibs4/kdelibs4.js share/locale/nn/LC_SCRIPTS/kdelibs4/skjermelement.pmap share/locale/nn/LC_SCRIPTS/step/step.js share/locale/nn/entry.desktop @dirrm share/locale/nn/LC_SCRIPTS/step @dirrm share/locale/nn/LC_SCRIPTS/kdelibs4 @dirrm share/locale/nn/LC_SCRIPTS @dirrm share/doc/HTML/nn/kollision @dirrm share/doc/HTML/nn/kcontrol/bell @dirrm share/doc/HTML/nn/kcontrol @dirrm share/doc/HTML/nn/common @dirrm share/apps/kvtml/nn @dirrm share/apps/kvtml @dirrm share/apps/khangman Index: head/misc/kde4-l10n-pa/distinfo =================================================================== --- head/misc/kde4-l10n-pa/distinfo (revision 318451) +++ head/misc/kde4-l10n-pa/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/kde-l10n/kde-l10n-pa-4.10.1.tar.xz) = c05e6812ea635989f4e0b884d695f6c9f8483cf0bc965a7b0cbf94269ec90694 -SIZE (KDE/4.10.1/kde-l10n/kde-l10n-pa-4.10.1.tar.xz) = 1916780 +SHA256 (KDE/4.10.3/kde-l10n/kde-l10n-pa-4.10.3.tar.xz) = 42c369ed4b2e436d747cafd98a54e4856fe4fee59fa4b72a1ed9b279596d310c +SIZE (KDE/4.10.3/kde-l10n/kde-l10n-pa-4.10.3.tar.xz) = 1919712 Index: head/misc/kde4-l10n-pa/pkg-plist =================================================================== --- head/misc/kde4-l10n-pa/pkg-plist (revision 318451) +++ head/misc/kde4-l10n-pa/pkg-plist (revision 318452) @@ -1,720 +1,718 @@ share/apps/kvtml/pa/animals.kvtml share/apps/kvtml/pa/clothing.kvtml share/apps/kvtml/pa/computers.kvtml share/apps/kvtml/pa/currencies.kvtml share/apps/kvtml/pa/easy.kvtml share/apps/kvtml/pa/fruits.kvtml share/apps/kvtml/pa/hard.kvtml share/apps/kvtml/pa/inventions.kvtml share/apps/kvtml/pa/medium.kvtml share/apps/kvtml/pa/numbers.kvtml share/apps/kvtml/pa/objects.kvtml share/apps/kvtml/pa/people.kvtml share/apps/kvtml/pa/professions.kvtml share/apps/kvtml/pa/space.kvtml share/apps/kvtml/pa/sports.kvtml share/apps/kvtml/pa/transportation.kvtml share/apps/kvtml/pa/vegetables.kvtml share/apps/kvtml/pa/worldcapitals.kvtml share/locale/pa/LC_MESSAGES/accountwizard.mo share/locale/pa/LC_MESSAGES/accountwizard_ical.mo share/locale/pa/LC_MESSAGES/accountwizard_imap.mo share/locale/pa/LC_MESSAGES/accountwizard_kolab.mo share/locale/pa/LC_MESSAGES/accountwizard_mailbox.mo share/locale/pa/LC_MESSAGES/accountwizard_maildir.mo share/locale/pa/LC_MESSAGES/accountwizard_pop3.mo share/locale/pa/LC_MESSAGES/activitymanager_plugin_globalshortcuts.mo share/locale/pa/LC_MESSAGES/activitymanager_uihandler_declarative.mo share/locale/pa/LC_MESSAGES/adblock.mo share/locale/pa/LC_MESSAGES/akonadi-filestore.mo share/locale/pa/LC_MESSAGES/akonadi_birthdays_resource.mo share/locale/pa/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/pa/LC_MESSAGES/akonadi_davgroupware_resource.mo share/locale/pa/LC_MESSAGES/akonadi_ical_resource.mo share/locale/pa/LC_MESSAGES/akonadi_imap_resource.mo share/locale/pa/LC_MESSAGES/akonadi_invitations_agent.mo share/locale/pa/LC_MESSAGES/akonadi_kabc_resource.mo share/locale/pa/LC_MESSAGES/akonadi_kcal_resource.mo share/locale/pa/LC_MESSAGES/akonadi_kdeaccounts_resource.mo share/locale/pa/LC_MESSAGES/akonadi_knut_resource.mo share/locale/pa/LC_MESSAGES/akonadi_kolabproxy_resource.mo share/locale/pa/LC_MESSAGES/akonadi_kresourceassistant.mo share/locale/pa/LC_MESSAGES/akonadi_localbookmarks_resource.mo share/locale/pa/LC_MESSAGES/akonadi_maildir_resource.mo share/locale/pa/LC_MESSAGES/akonadi_maildispatcher_agent.mo share/locale/pa/LC_MESSAGES/akonadi_mailtransport_resource.mo share/locale/pa/LC_MESSAGES/akonadi_mbox_resource.mo share/locale/pa/LC_MESSAGES/akonadi_microblog_resource.mo share/locale/pa/LC_MESSAGES/akonadi_mixedmaildir_resource.mo share/locale/pa/LC_MESSAGES/akonadi_nepomuk_feeder.mo share/locale/pa/LC_MESSAGES/akonadi_nepomuktag_resource.mo share/locale/pa/LC_MESSAGES/akonadi_next.mo share/locale/pa/LC_MESSAGES/akonadi_nntp_resource.mo share/locale/pa/LC_MESSAGES/akonadi_openxchange_resource.mo share/locale/pa/LC_MESSAGES/akonadi_pop3_resource.mo share/locale/pa/LC_MESSAGES/akonadi_serializer_plugins.mo share/locale/pa/LC_MESSAGES/akonadi_singlefile_resource.mo share/locale/pa/LC_MESSAGES/akonadi_vcard_resource.mo share/locale/pa/LC_MESSAGES/akonadi_vcarddir_resource.mo share/locale/pa/LC_MESSAGES/akonadicontact.mo share/locale/pa/LC_MESSAGES/akonaditray.mo share/locale/pa/LC_MESSAGES/akregator.mo share/locale/pa/LC_MESSAGES/akregator_konqplugin.mo share/locale/pa/LC_MESSAGES/amor.mo share/locale/pa/LC_MESSAGES/ark.mo share/locale/pa/LC_MESSAGES/attica_kde.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/blinken.mo share/locale/pa/LC_MESSAGES/blogilo.mo share/locale/pa/LC_MESSAGES/bomber.mo share/locale/pa/LC_MESSAGES/bovo.mo share/locale/pa/LC_MESSAGES/calendarsupport.mo share/locale/pa/LC_MESSAGES/cantor.mo share/locale/pa/LC_MESSAGES/cervisia.mo share/locale/pa/LC_MESSAGES/cryptopageplugin.mo share/locale/pa/LC_MESSAGES/cvsservice.mo share/locale/pa/LC_MESSAGES/dirfilterplugin.mo share/locale/pa/LC_MESSAGES/display.mo share/locale/pa/LC_MESSAGES/dolphin.mo share/locale/pa/LC_MESSAGES/domtreeviewer.mo share/locale/pa/LC_MESSAGES/dragonplayer.mo share/locale/pa/LC_MESSAGES/drkonqi.mo share/locale/pa/LC_MESSAGES/filelight.mo share/locale/pa/LC_MESSAGES/filetypes.mo share/locale/pa/LC_MESSAGES/fileviewgitplugin.mo share/locale/pa/LC_MESSAGES/fileviewhgplugin.mo share/locale/pa/LC_MESSAGES/fileviewsvnplugin.mo share/locale/pa/LC_MESSAGES/freespacenotifier.mo share/locale/pa/LC_MESSAGES/fsview.mo share/locale/pa/LC_MESSAGES/gwenview.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/jovie.mo share/locale/pa/LC_MESSAGES/joystick.mo share/locale/pa/LC_MESSAGES/juk.mo share/locale/pa/LC_MESSAGES/kabc.mo share/locale/pa/LC_MESSAGES/kabc_akonadi.mo share/locale/pa/LC_MESSAGES/kabc_dir.mo share/locale/pa/LC_MESSAGES/kabc_file.mo share/locale/pa/LC_MESSAGES/kabc_ldapkio.mo share/locale/pa/LC_MESSAGES/kabc_net.mo share/locale/pa/LC_MESSAGES/kabcclient.mo share/locale/pa/LC_MESSAGES/kabcformat_binary.mo share/locale/pa/LC_MESSAGES/kaccess.mo share/locale/pa/LC_MESSAGES/kactivitymanagerd.mo share/locale/pa/LC_MESSAGES/kactivitymanagerd_fileitem_linking_plugin.mo share/locale/pa/LC_MESSAGES/kaddressbook-mobile.mo share/locale/pa/LC_MESSAGES/kaddressbook.mo share/locale/pa/LC_MESSAGES/kaddressbookmigrator.mo share/locale/pa/LC_MESSAGES/kalarm.mo share/locale/pa/LC_MESSAGES/kalgebra.mo share/locale/pa/LC_MESSAGES/kalzium.mo share/locale/pa/LC_MESSAGES/kanagram.mo share/locale/pa/LC_MESSAGES/kate-ctags-plugin.mo share/locale/pa/LC_MESSAGES/kate.mo share/locale/pa/LC_MESSAGES/kate_kttsd.mo share/locale/pa/LC_MESSAGES/katebacktracebrowserplugin.mo share/locale/pa/LC_MESSAGES/katebuild-plugin.mo share/locale/pa/LC_MESSAGES/katefilebrowserplugin.mo share/locale/pa/LC_MESSAGES/katefiletemplates.mo share/locale/pa/LC_MESSAGES/kategdbplugin.mo share/locale/pa/LC_MESSAGES/katehelloworld.mo share/locale/pa/LC_MESSAGES/katekonsoleplugin.mo share/locale/pa/LC_MESSAGES/katemailfilesplugin.mo share/locale/pa/LC_MESSAGES/kateopenheader.mo share/locale/pa/LC_MESSAGES/katepart4.mo share/locale/pa/LC_MESSAGES/kateproject.mo share/locale/pa/LC_MESSAGES/katesearch.mo share/locale/pa/LC_MESSAGES/katesnippets_tng.mo share/locale/pa/LC_MESSAGES/katesymbolviewer.mo share/locale/pa/LC_MESSAGES/katetabbarextension.mo share/locale/pa/LC_MESSAGES/katetabifyplugin.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/kbattleship.mo share/locale/pa/LC_MESSAGES/kblackbox.mo share/locale/pa/LC_MESSAGES/kblankscrn.mo share/locale/pa/LC_MESSAGES/kbounce.mo share/locale/pa/LC_MESSAGES/kbruch.mo share/locale/pa/LC_MESSAGES/kcachegrind.mo share/locale/pa/LC_MESSAGES/kcal_akonadi.mo share/locale/pa/LC_MESSAGES/kcalc.mo share/locale/pa/LC_MESSAGES/kcertpart.mo share/locale/pa/LC_MESSAGES/kcharselect.mo share/locale/pa/LC_MESSAGES/kcm-kwin-scripts.mo share/locale/pa/LC_MESSAGES/kcm_activities.mo share/locale/pa/LC_MESSAGES/kcm_akonadi.mo share/locale/pa/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/pa/LC_MESSAGES/kcm_attica.mo share/locale/pa/LC_MESSAGES/kcm_autostart.mo share/locale/pa/LC_MESSAGES/kcm_desktoppaths.mo share/locale/pa/LC_MESSAGES/kcm_desktopthemedetails.mo share/locale/pa/LC_MESSAGES/kcm_device_automounter.mo share/locale/pa/LC_MESSAGES/kcm_emoticons.mo share/locale/pa/LC_MESSAGES/kcm_infobase.mo share/locale/pa/LC_MESSAGES/kcm_infosummary.mo -share/locale/pa/LC_MESSAGES/kcm_krfb.mo share/locale/pa/LC_MESSAGES/kcm_kwindesktop.mo share/locale/pa/LC_MESSAGES/kcm_kwintabbox.mo share/locale/pa/LC_MESSAGES/kcm_memory.mo share/locale/pa/LC_MESSAGES/kcm_nepomuk.mo share/locale/pa/LC_MESSAGES/kcm_pci.mo share/locale/pa/LC_MESSAGES/kcm_phonon.mo share/locale/pa/LC_MESSAGES/kcm_platform.mo share/locale/pa/LC_MESSAGES/kcm_solid.mo share/locale/pa/LC_MESSAGES/kcm_solid_actions.mo share/locale/pa/LC_MESSAGES/kcm_standard_actions.mo share/locale/pa/LC_MESSAGES/kcmaccess.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/kcmdevinfo.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/kcminit.mo share/locale/pa/LC_MESSAGES/kcminput.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/kcmkdnssd.mo share/locale/pa/LC_MESSAGES/kcmkeyboard.mo share/locale/pa/LC_MESSAGES/kcmkeys.mo share/locale/pa/LC_MESSAGES/kcmkgamma.mo share/locale/pa/LC_MESSAGES/kcmkio.mo share/locale/pa/LC_MESSAGES/kcmkonq.mo share/locale/pa/LC_MESSAGES/kcmkonqhtml.mo share/locale/pa/LC_MESSAGES/kcmkurifilt.mo share/locale/pa/LC_MESSAGES/kcmkwallet.mo share/locale/pa/LC_MESSAGES/kcmkwincompositing.mo share/locale/pa/LC_MESSAGES/kcmkwindecoration.mo share/locale/pa/LC_MESSAGES/kcmkwinrules.mo share/locale/pa/LC_MESSAGES/kcmkwinscreenedges.mo share/locale/pa/LC_MESSAGES/kcmkwm.mo share/locale/pa/LC_MESSAGES/kcmlaunch.mo share/locale/pa/LC_MESSAGES/kcmlocale.mo share/locale/pa/LC_MESSAGES/kcmnic.mo share/locale/pa/LC_MESSAGES/kcmnotify.mo share/locale/pa/LC_MESSAGES/kcmopengl.mo share/locale/pa/LC_MESSAGES/kcmperformance.mo share/locale/pa/LC_MESSAGES/kcmsamba.mo share/locale/pa/LC_MESSAGES/kcmscreensaver.mo share/locale/pa/LC_MESSAGES/kcmshell.mo share/locale/pa/LC_MESSAGES/kcmsmartcard.mo share/locale/pa/LC_MESSAGES/kcmsmserver.mo share/locale/pa/LC_MESSAGES/kcmstyle.mo share/locale/pa/LC_MESSAGES/kcmusb.mo share/locale/pa/LC_MESSAGES/kcmview1394.mo share/locale/pa/LC_MESSAGES/kcmworkspaceoptions.mo share/locale/pa/LC_MESSAGES/kcolorchooser.mo share/locale/pa/LC_MESSAGES/kcron.mo share/locale/pa/LC_MESSAGES/kde-menu.mo share/locale/pa/LC_MESSAGES/kdeasciiquarium.mo share/locale/pa/LC_MESSAGES/kdebugdialog.mo share/locale/pa/LC_MESSAGES/kdecalendarsystems.mo share/locale/pa/LC_MESSAGES/kdelibs4.mo share/locale/pa/LC_MESSAGES/kdelibs_colors4.mo share/locale/pa/LC_MESSAGES/kdepasswd.mo share/locale/pa/LC_MESSAGES/kdeqt.mo share/locale/pa/LC_MESSAGES/kdesu.mo share/locale/pa/LC_MESSAGES/kdesud.mo share/locale/pa/LC_MESSAGES/kdf.mo share/locale/pa/LC_MESSAGES/kdgantt2.mo share/locale/pa/LC_MESSAGES/kdialog.mo share/locale/pa/LC_MESSAGES/kdmconfig.mo share/locale/pa/LC_MESSAGES/kdmgreet.mo share/locale/pa/LC_MESSAGES/kdontchangethehostname.mo share/locale/pa/LC_MESSAGES/keditbookmarks.mo share/locale/pa/LC_MESSAGES/kfile.mo share/locale/pa/LC_MESSAGES/kfile_dds.mo share/locale/pa/LC_MESSAGES/kfile_drgeo.mo share/locale/pa/LC_MESSAGES/kfile_exr.mo share/locale/pa/LC_MESSAGES/kfile_kig.mo share/locale/pa/LC_MESSAGES/kfile_mail.mo share/locale/pa/LC_MESSAGES/kfile_pnm.mo share/locale/pa/LC_MESSAGES/kfile_raw.mo share/locale/pa/LC_MESSAGES/kfile_rgb.mo share/locale/pa/LC_MESSAGES/kfile_rpm.mo share/locale/pa/LC_MESSAGES/kfile_tiff.mo share/locale/pa/LC_MESSAGES/kfile_xps.mo share/locale/pa/LC_MESSAGES/kfileaudiopreview4.mo share/locale/pa/LC_MESSAGES/kfileshare.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/kfontinst.mo share/locale/pa/LC_MESSAGES/kfourinline.mo share/locale/pa/LC_MESSAGES/kgeography.mo share/locale/pa/LC_MESSAGES/kget.mo share/locale/pa/LC_MESSAGES/kgetplugin.mo share/locale/pa/LC_MESSAGES/kglobalaccel.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_generic.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/khotkeys.mo share/locale/pa/LC_MESSAGES/khotnewstuff.mo share/locale/pa/LC_MESSAGES/khtmlkttsd.mo share/locale/pa/LC_MESSAGES/khtmlsettingsplugin.mo share/locale/pa/LC_MESSAGES/kiconfinder.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/kinfocenter.mo share/locale/pa/LC_MESSAGES/kio4.mo share/locale/pa/LC_MESSAGES/kio_activities.mo share/locale/pa/LC_MESSAGES/kio_akonadi.mo share/locale/pa/LC_MESSAGES/kio_applications.mo share/locale/pa/LC_MESSAGES/kio_archive.mo share/locale/pa/LC_MESSAGES/kio_audiocd.mo share/locale/pa/LC_MESSAGES/kio_bookmarks.mo share/locale/pa/LC_MESSAGES/kio_finger.mo share/locale/pa/LC_MESSAGES/kio_fish.mo share/locale/pa/LC_MESSAGES/kio_floppy.mo share/locale/pa/LC_MESSAGES/kio_help4.mo share/locale/pa/LC_MESSAGES/kio_imap4.mo share/locale/pa/LC_MESSAGES/kio_info.mo share/locale/pa/LC_MESSAGES/kio_jabberdisco.mo share/locale/pa/LC_MESSAGES/kio_ldap.mo share/locale/pa/LC_MESSAGES/kio_man.mo share/locale/pa/LC_MESSAGES/kio_mbox.mo share/locale/pa/LC_MESSAGES/kio_nepomuk.mo share/locale/pa/LC_MESSAGES/kio_nepomuksearch.mo share/locale/pa/LC_MESSAGES/kio_nfs.mo share/locale/pa/LC_MESSAGES/kio_nntp.mo share/locale/pa/LC_MESSAGES/kio_perldoc.mo share/locale/pa/LC_MESSAGES/kio_pop3.mo share/locale/pa/LC_MESSAGES/kio_recentdocuments.mo share/locale/pa/LC_MESSAGES/kio_remote.mo share/locale/pa/LC_MESSAGES/kio_sftp.mo share/locale/pa/LC_MESSAGES/kio_sieve.mo share/locale/pa/LC_MESSAGES/kio_smb.mo share/locale/pa/LC_MESSAGES/kio_smtp.mo share/locale/pa/LC_MESSAGES/kio_svn.mo share/locale/pa/LC_MESSAGES/kio_tags.mo share/locale/pa/LC_MESSAGES/kio_thumbnail.mo share/locale/pa/LC_MESSAGES/kio_timeline.mo share/locale/pa/LC_MESSAGES/kio_trash.mo share/locale/pa/LC_MESSAGES/kio_zeroconf.mo share/locale/pa/LC_MESSAGES/kioclient.mo share/locale/pa/LC_MESSAGES/kioexec.mo share/locale/pa/LC_MESSAGES/kjots.mo share/locale/pa/LC_MESSAGES/kjotsmigrator.mo share/locale/pa/LC_MESSAGES/kjumpingcube.mo share/locale/pa/LC_MESSAGES/kleopatra.mo share/locale/pa/LC_MESSAGES/klettres.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/kmag.mo share/locale/pa/LC_MESSAGES/kmahjongg.mo share/locale/pa/LC_MESSAGES/kmail-migrator.mo share/locale/pa/LC_MESSAGES/kmail-mobile.mo share/locale/pa/LC_MESSAGES/kmail.mo share/locale/pa/LC_MESSAGES/kmailcvt.mo share/locale/pa/LC_MESSAGES/kmenuedit.mo share/locale/pa/LC_MESSAGES/kmimetypefinder.mo share/locale/pa/LC_MESSAGES/kmines.mo share/locale/pa/LC_MESSAGES/kmix.mo share/locale/pa/LC_MESSAGES/kmousetool.mo share/locale/pa/LC_MESSAGES/kmouth.mo share/locale/pa/LC_MESSAGES/kmplot.mo share/locale/pa/LC_MESSAGES/knetattach.mo share/locale/pa/LC_MESSAGES/knetwalk.mo share/locale/pa/LC_MESSAGES/knode.mo share/locale/pa/LC_MESSAGES/knotes.mo share/locale/pa/LC_MESSAGES/knotify4.mo share/locale/pa/LC_MESSAGES/kolf.mo share/locale/pa/LC_MESSAGES/kollision.mo share/locale/pa/LC_MESSAGES/kolourpaint.mo share/locale/pa/LC_MESSAGES/kompare.mo share/locale/pa/LC_MESSAGES/konqprofiles.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/konsoleprofiles.mo share/locale/pa/LC_MESSAGES/kontact.mo share/locale/pa/LC_MESSAGES/kontactinterfaces.mo share/locale/pa/LC_MESSAGES/kopete.mo share/locale/pa/LC_MESSAGES/korganizer-mobile.mo share/locale/pa/LC_MESSAGES/korganizer.mo share/locale/pa/LC_MESSAGES/kpartloader.mo share/locale/pa/LC_MESSAGES/kpartsaver.mo share/locale/pa/LC_MESSAGES/kpasswdserver.mo share/locale/pa/LC_MESSAGES/kpat.mo share/locale/pa/LC_MESSAGES/kppp.mo share/locale/pa/LC_MESSAGES/kppplogview.mo share/locale/pa/LC_MESSAGES/kquitapp.mo share/locale/pa/LC_MESSAGES/krandr.mo share/locale/pa/LC_MESSAGES/krcdnotifieritem.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/kres-migrator.mo share/locale/pa/LC_MESSAGES/kres_blog.mo share/locale/pa/LC_MESSAGES/kres_remote.mo share/locale/pa/LC_MESSAGES/kresources_shared_akonadi.mo share/locale/pa/LC_MESSAGES/kreversi.mo share/locale/pa/LC_MESSAGES/krfb.mo share/locale/pa/LC_MESSAGES/kruler.mo share/locale/pa/LC_MESSAGES/krunner.mo share/locale/pa/LC_MESSAGES/ksaneplugin.mo share/locale/pa/LC_MESSAGES/kscd.mo share/locale/pa/LC_MESSAGES/kscreenlocker.mo share/locale/pa/LC_MESSAGES/kscreenlocker_greet.mo share/locale/pa/LC_MESSAGES/kscreensaver.mo share/locale/pa/LC_MESSAGES/ksendemail.mo share/locale/pa/LC_MESSAGES/kshellcmdplugin.mo share/locale/pa/LC_MESSAGES/kshisen.mo share/locale/pa/LC_MESSAGES/kshorturifilter.mo share/locale/pa/LC_MESSAGES/ksmserver.mo share/locale/pa/LC_MESSAGES/ksnapshot.mo share/locale/pa/LC_MESSAGES/kspaceduel.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/kstyle_config.mo share/locale/pa/LC_MESSAGES/kstyle_phase_config.mo share/locale/pa/LC_MESSAGES/ksudoku.mo share/locale/pa/LC_MESSAGES/ksysguard.mo share/locale/pa/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/pa/LC_MESSAGES/ksystemlog.mo share/locale/pa/LC_MESSAGES/ksystraycmd.mo share/locale/pa/LC_MESSAGES/kteatime.mo share/locale/pa/LC_MESSAGES/ktesnippets_editor.mo share/locale/pa/LC_MESSAGES/ktexteditor_codesnippets_core.mo share/locale/pa/LC_MESSAGES/ktexteditor_plugins.mo share/locale/pa/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/pa/LC_MESSAGES/ktimer.mo share/locale/pa/LC_MESSAGES/ktimetracker.mo share/locale/pa/LC_MESSAGES/ktouch.mo share/locale/pa/LC_MESSAGES/ktouchpadenabler.mo share/locale/pa/LC_MESSAGES/ktraderclient.mo share/locale/pa/LC_MESSAGES/ktuberling.mo share/locale/pa/LC_MESSAGES/kturtle.mo share/locale/pa/LC_MESSAGES/ktux.mo share/locale/pa/LC_MESSAGES/kuiserver.mo share/locale/pa/LC_MESSAGES/kuiviewer.mo share/locale/pa/LC_MESSAGES/kurifilter.mo share/locale/pa/LC_MESSAGES/kuser.mo share/locale/pa/LC_MESSAGES/kwalletd.mo share/locale/pa/LC_MESSAGES/kwalletmanager.mo share/locale/pa/LC_MESSAGES/kwatchgnupg.mo share/locale/pa/LC_MESSAGES/kwin.mo share/locale/pa/LC_MESSAGES/kwin_art_clients.mo share/locale/pa/LC_MESSAGES/kwin_clients.mo share/locale/pa/LC_MESSAGES/kwin_effects.mo share/locale/pa/LC_MESSAGES/kwinshutdown.mo share/locale/pa/LC_MESSAGES/kwinstartmenu.mo share/locale/pa/LC_MESSAGES/kwordquiz.mo share/locale/pa/LC_MESSAGES/kwrite.mo share/locale/pa/LC_MESSAGES/kwriteconfig.mo share/locale/pa/LC_MESSAGES/kxkb.mo share/locale/pa/LC_MESSAGES/kxsconfig.mo share/locale/pa/LC_MESSAGES/lancelot.mo share/locale/pa/LC_MESSAGES/libakonadi.mo share/locale/pa/LC_MESSAGES/libeventviews.mo share/locale/pa/LC_MESSAGES/libincidenceeditors.mo share/locale/pa/LC_MESSAGES/libkalarmcal.mo share/locale/pa/LC_MESSAGES/libkblog.mo share/locale/pa/LC_MESSAGES/libkcal.mo share/locale/pa/LC_MESSAGES/libkcalutils.mo share/locale/pa/LC_MESSAGES/libkcddb.mo share/locale/pa/LC_MESSAGES/libkcompactdisc.mo share/locale/pa/LC_MESSAGES/libkdcraw.mo share/locale/pa/LC_MESSAGES/libkdecorations.mo share/locale/pa/LC_MESSAGES/libkdeedu.mo share/locale/pa/LC_MESSAGES/libkdegames.mo share/locale/pa/LC_MESSAGES/libkdepim.mo share/locale/pa/LC_MESSAGES/libkdepimmobileui.mo share/locale/pa/LC_MESSAGES/libkexiv2.mo share/locale/pa/LC_MESSAGES/libkholidays.mo share/locale/pa/LC_MESSAGES/libkimap.mo share/locale/pa/LC_MESSAGES/libkldap.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/libkpimidentities.mo share/locale/pa/LC_MESSAGES/libkpimtextedit.mo share/locale/pa/LC_MESSAGES/libkpimutils.mo share/locale/pa/LC_MESSAGES/libkresources.mo share/locale/pa/LC_MESSAGES/libksane.mo share/locale/pa/LC_MESSAGES/libkscreensaver.mo share/locale/pa/LC_MESSAGES/libksieve.mo share/locale/pa/LC_MESSAGES/libktnef.mo share/locale/pa/LC_MESSAGES/libkunitconversion.mo share/locale/pa/LC_MESSAGES/libkworkspace.mo share/locale/pa/LC_MESSAGES/libkxmlrpcclient.mo share/locale/pa/LC_MESSAGES/liblancelot-datamodels.mo share/locale/pa/LC_MESSAGES/libmailcommon.mo share/locale/pa/LC_MESSAGES/libmailimporter.mo share/locale/pa/LC_MESSAGES/libmailtransport.mo share/locale/pa/LC_MESSAGES/libmessagecomposer.mo share/locale/pa/LC_MESSAGES/libmessagecore.mo share/locale/pa/LC_MESSAGES/libmessagelist.mo share/locale/pa/LC_MESSAGES/libmessageviewer.mo share/locale/pa/LC_MESSAGES/liboktetacore.mo share/locale/pa/LC_MESSAGES/liboxygenstyleconfig.mo share/locale/pa/LC_MESSAGES/libphonon.mo share/locale/pa/LC_MESSAGES/libplasma.mo share/locale/pa/LC_MESSAGES/libplasma_groupingcontainment.mo share/locale/pa/LC_MESSAGES/libplasmaclock.mo share/locale/pa/LC_MESSAGES/libplasmaweather.mo share/locale/pa/LC_MESSAGES/libtaskmanager.mo share/locale/pa/LC_MESSAGES/libtemplateparser.mo share/locale/pa/LC_MESSAGES/lokalize.mo share/locale/pa/LC_MESSAGES/lskat.mo share/locale/pa/LC_MESSAGES/mailreader.mo share/locale/pa/LC_MESSAGES/marble.mo share/locale/pa/LC_MESSAGES/marble_qt.mo share/locale/pa/LC_MESSAGES/messageviewer_text_calendar_plugin.mo share/locale/pa/LC_MESSAGES/messageviewer_text_vcard_plugin.mo share/locale/pa/LC_MESSAGES/messageviewer_text_xdiff_plugin.mo share/locale/pa/LC_MESSAGES/mf_konqplugin.mo share/locale/pa/LC_MESSAGES/minitoolsplugin.mo share/locale/pa/LC_MESSAGES/mplayerthumbs.mo share/locale/pa/LC_MESSAGES/mplayerthumbsconfig.mo share/locale/pa/LC_MESSAGES/nepomukbackup.mo share/locale/pa/LC_MESSAGES/nepomukcleaner.mo share/locale/pa/LC_MESSAGES/nepomukcontroller.mo share/locale/pa/LC_MESSAGES/nepomukfileindexer.mo share/locale/pa/LC_MESSAGES/nepomukqueryservice.mo share/locale/pa/LC_MESSAGES/nepomukserver.mo share/locale/pa/LC_MESSAGES/nepomukservicestub.mo share/locale/pa/LC_MESSAGES/nepomukstorage.mo share/locale/pa/LC_MESSAGES/nepomukwidgets.mo share/locale/pa/LC_MESSAGES/newmailnotifieragent.mo share/locale/pa/LC_MESSAGES/notes-mobile.mo share/locale/pa/LC_MESSAGES/nsplugin.mo share/locale/pa/LC_MESSAGES/okteta-mobile.mo share/locale/pa/LC_MESSAGES/okteta.mo share/locale/pa/LC_MESSAGES/oktetapart.mo share/locale/pa/LC_MESSAGES/okular.mo share/locale/pa/LC_MESSAGES/okular_chm.mo share/locale/pa/LC_MESSAGES/okular_comicbook.mo share/locale/pa/LC_MESSAGES/okular_djvu.mo share/locale/pa/LC_MESSAGES/okular_dvi.mo share/locale/pa/LC_MESSAGES/okular_epub.mo share/locale/pa/LC_MESSAGES/okular_fax.mo share/locale/pa/LC_MESSAGES/okular_fictionbook.mo share/locale/pa/LC_MESSAGES/okular_ghostview.mo share/locale/pa/LC_MESSAGES/okular_kimgio.mo share/locale/pa/LC_MESSAGES/okular_mobi.mo share/locale/pa/LC_MESSAGES/okular_ooo.mo share/locale/pa/LC_MESSAGES/okular_plucker.mo share/locale/pa/LC_MESSAGES/okular_poppler.mo share/locale/pa/LC_MESSAGES/okular_tiff.mo share/locale/pa/LC_MESSAGES/okular_xps.mo share/locale/pa/LC_MESSAGES/org.kde.active.documentviewer.mo share/locale/pa/LC_MESSAGES/parley.mo share/locale/pa/LC_MESSAGES/phonon_gstreamer.mo share/locale/pa/LC_MESSAGES/phonon_kde.mo share/locale/pa/LC_MESSAGES/phonon_vlc.mo share/locale/pa/LC_MESSAGES/phononserver.mo share/locale/pa/LC_MESSAGES/plasma-desktop.mo share/locale/pa/LC_MESSAGES/plasma-netbook.mo share/locale/pa/LC_MESSAGES/plasma-overlay.mo share/locale/pa/LC_MESSAGES/plasma-remote-helper.mo share/locale/pa/LC_MESSAGES/plasma-windowed.mo share/locale/pa/LC_MESSAGES/plasma_applet_BbalL.mo share/locale/pa/LC_MESSAGES/plasma_applet_CharSelectApplet.mo share/locale/pa/LC_MESSAGES/plasma_applet_Molmasscalculator.mo share/locale/pa/LC_MESSAGES/plasma_applet_akonotes_note.mo share/locale/pa/LC_MESSAGES/plasma_applet_battery.mo share/locale/pa/LC_MESSAGES/plasma_applet_binaryclock.mo share/locale/pa/LC_MESSAGES/plasma_applet_bookmarks.mo share/locale/pa/LC_MESSAGES/plasma_applet_bubblemon.mo share/locale/pa/LC_MESSAGES/plasma_applet_calculator.mo share/locale/pa/LC_MESSAGES/plasma_applet_clock.mo share/locale/pa/LC_MESSAGES/plasma_applet_comic.mo share/locale/pa/LC_MESSAGES/plasma_applet_concentrationCalculator.mo share/locale/pa/LC_MESSAGES/plasma_applet_currentappcontrol.mo share/locale/pa/LC_MESSAGES/plasma_applet_dig_clock.mo share/locale/pa/LC_MESSAGES/plasma_applet_fifteenPuzzle.mo share/locale/pa/LC_MESSAGES/plasma_applet_fileWatcher.mo share/locale/pa/LC_MESSAGES/plasma_applet_folderview.mo share/locale/pa/LC_MESSAGES/plasma_applet_frame.mo share/locale/pa/LC_MESSAGES/plasma_applet_fuzzy_clock.mo share/locale/pa/LC_MESSAGES/plasma_applet_gasCalculator.mo share/locale/pa/LC_MESSAGES/plasma_applet_groupingpanel.mo share/locale/pa/LC_MESSAGES/plasma_applet_icon.mo share/locale/pa/LC_MESSAGES/plasma_applet_icontasks.mo share/locale/pa/LC_MESSAGES/plasma_applet_incomingmsg.mo share/locale/pa/LC_MESSAGES/plasma_applet_kalgebra.mo share/locale/pa/LC_MESSAGES/plasma_applet_kalzium.mo share/locale/pa/LC_MESSAGES/plasma_applet_katesession.mo share/locale/pa/LC_MESSAGES/plasma_applet_kdeobservatory.mo share/locale/pa/LC_MESSAGES/plasma_applet_kget.mo share/locale/pa/LC_MESSAGES/plasma_applet_kimpanel.mo share/locale/pa/LC_MESSAGES/plasma_applet_knowledgebase.mo share/locale/pa/LC_MESSAGES/plasma_applet_kolourpicker.mo share/locale/pa/LC_MESSAGES/plasma_applet_kpapplet.mo share/locale/pa/LC_MESSAGES/plasma_applet_launcher.mo share/locale/pa/LC_MESSAGES/plasma_applet_leavenote.mo share/locale/pa/LC_MESSAGES/plasma_applet_life.mo share/locale/pa/LC_MESSAGES/plasma_applet_lockout.mo share/locale/pa/LC_MESSAGES/plasma_applet_luna.mo share/locale/pa/LC_MESSAGES/plasma_applet_magnifique.mo share/locale/pa/LC_MESSAGES/plasma_applet_microblog.mo share/locale/pa/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/pa/LC_MESSAGES/plasma_applet_news.mo share/locale/pa/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/pa/LC_MESSAGES/plasma_applet_notes.mo share/locale/pa/LC_MESSAGES/plasma_applet_notifier.mo share/locale/pa/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/pa/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/pa/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/pa/LC_MESSAGES/plasma_applet_opendesktop_activities.mo share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.notifications.mo share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/pa/LC_MESSAGES/plasma_applet_pager.mo share/locale/pa/LC_MESSAGES/plasma_applet_panel.mo share/locale/pa/LC_MESSAGES/plasma_applet_panelspacer_internal.mo share/locale/pa/LC_MESSAGES/plasma_applet_paste.mo share/locale/pa/LC_MESSAGES/plasma_applet_pastebin.mo share/locale/pa/LC_MESSAGES/plasma_applet_plasmaboard.mo share/locale/pa/LC_MESSAGES/plasma_applet_previewer.mo share/locale/pa/LC_MESSAGES/plasma_applet_qalculate.mo share/locale/pa/LC_MESSAGES/plasma_applet_qstardict.mo share/locale/pa/LC_MESSAGES/plasma_applet_quicklaunch.mo share/locale/pa/LC_MESSAGES/plasma_applet_rssnow.mo share/locale/pa/LC_MESSAGES/plasma_applet_rtm.mo share/locale/pa/LC_MESSAGES/plasma_applet_sal.mo share/locale/pa/LC_MESSAGES/plasma_applet_saverdesktop.mo share/locale/pa/LC_MESSAGES/plasma_applet_searchbox.mo share/locale/pa/LC_MESSAGES/plasma_applet_showdashboard.mo share/locale/pa/LC_MESSAGES/plasma_applet_showdesktop.mo share/locale/pa/LC_MESSAGES/plasma_applet_skapplet.mo share/locale/pa/LC_MESSAGES/plasma_applet_spellcheck.mo share/locale/pa/LC_MESSAGES/plasma_applet_system-monitor.mo share/locale/pa/LC_MESSAGES/plasma_applet_systemloadviewer.mo share/locale/pa/LC_MESSAGES/plasma_applet_systemtray.mo share/locale/pa/LC_MESSAGES/plasma_applet_tasks.mo share/locale/pa/LC_MESSAGES/plasma_applet_timer.mo share/locale/pa/LC_MESSAGES/plasma_applet_trash.mo share/locale/pa/LC_MESSAGES/plasma_applet_unitconverter.mo share/locale/pa/LC_MESSAGES/plasma_applet_weather.mo share/locale/pa/LC_MESSAGES/plasma_applet_weatherstation.mo share/locale/pa/LC_MESSAGES/plasma_applet_webbrowser.mo share/locale/pa/LC_MESSAGES/plasma_applet_webslice.mo share/locale/pa/LC_MESSAGES/plasma_applet_windowlist.mo share/locale/pa/LC_MESSAGES/plasma_appletscriptengine_dashboard.mo share/locale/pa/LC_MESSAGES/plasma_containmentactions_contextmenu.mo share/locale/pa/LC_MESSAGES/plasma_containmentactions_switchactivity.mo share/locale/pa/LC_MESSAGES/plasma_containmentactions_switchdesktop.mo share/locale/pa/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/pa/LC_MESSAGES/plasma_engine_calendar.mo share/locale/pa/LC_MESSAGES/plasma_engine_kalzium.mo share/locale/pa/LC_MESSAGES/plasma_engine_kdeobservatory.mo share/locale/pa/LC_MESSAGES/plasma_engine_keystate.mo share/locale/pa/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/pa/LC_MESSAGES/plasma_engine_metadata.mo share/locale/pa/LC_MESSAGES/plasma_engine_mpris2.mo share/locale/pa/LC_MESSAGES/plasma_engine_network.mo share/locale/pa/LC_MESSAGES/plasma_engine_notifications.mo share/locale/pa/LC_MESSAGES/plasma_engine_nowplaying.mo share/locale/pa/LC_MESSAGES/plasma_engine_rss.mo share/locale/pa/LC_MESSAGES/plasma_engine_share.mo share/locale/pa/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/pa/LC_MESSAGES/plasma_engine_weather.mo share/locale/pa/LC_MESSAGES/plasma_package_org.kde.desktop.activitymanager.mo share/locale/pa/LC_MESSAGES/plasma_package_org.kde.desktop.widgetexplorer.mo share/locale/pa/LC_MESSAGES/plasma_packagestructure_comic.mo share/locale/pa/LC_MESSAGES/plasma_runner_CharacterRunner.mo share/locale/pa/LC_MESSAGES/plasma_runner_activities.mo share/locale/pa/LC_MESSAGES/plasma_runner_audioplayercontrol.mo share/locale/pa/LC_MESSAGES/plasma_runner_bookmarksrunner.mo share/locale/pa/LC_MESSAGES/plasma_runner_browserhistory.mo share/locale/pa/LC_MESSAGES/plasma_runner_calculatorrunner.mo share/locale/pa/LC_MESSAGES/plasma_runner_contacts.mo share/locale/pa/LC_MESSAGES/plasma_runner_converterrunner.mo share/locale/pa/LC_MESSAGES/plasma_runner_datetime.mo share/locale/pa/LC_MESSAGES/plasma_runner_events.mo share/locale/pa/LC_MESSAGES/plasma_runner_katesessions.mo share/locale/pa/LC_MESSAGES/plasma_runner_kget.mo share/locale/pa/LC_MESSAGES/plasma_runner_kill.mo share/locale/pa/LC_MESSAGES/plasma_runner_kopete.mo share/locale/pa/LC_MESSAGES/plasma_runner_locations.mo share/locale/pa/LC_MESSAGES/plasma_runner_mediawiki.mo share/locale/pa/LC_MESSAGES/plasma_runner_nepomuksearchrunner.mo share/locale/pa/LC_MESSAGES/plasma_runner_placesrunner.mo share/locale/pa/LC_MESSAGES/plasma_runner_plasma-desktop.mo share/locale/pa/LC_MESSAGES/plasma_runner_powerdevil.mo share/locale/pa/LC_MESSAGES/plasma_runner_recentdocuments.mo share/locale/pa/LC_MESSAGES/plasma_runner_services.mo share/locale/pa/LC_MESSAGES/plasma_runner_sessions.mo share/locale/pa/LC_MESSAGES/plasma_runner_shell.mo share/locale/pa/LC_MESSAGES/plasma_runner_solid.mo share/locale/pa/LC_MESSAGES/plasma_runner_spellcheckrunner.mo share/locale/pa/LC_MESSAGES/plasma_runner_webshortcuts.mo share/locale/pa/LC_MESSAGES/plasma_runner_windowedwidgets.mo share/locale/pa/LC_MESSAGES/plasma_runner_windows.mo share/locale/pa/LC_MESSAGES/plasma_runner_youtube.mo share/locale/pa/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/pa/LC_MESSAGES/plasma_toolbox_desktoptoolbox.mo share/locale/pa/LC_MESSAGES/plasma_toolbox_paneltoolbox.mo share/locale/pa/LC_MESSAGES/plasma_wallpaper_color.mo share/locale/pa/LC_MESSAGES/plasma_wallpaper_image.mo share/locale/pa/LC_MESSAGES/plasma_wallpaper_mandelbrot.mo share/locale/pa/LC_MESSAGES/plasma_wallpaper_marble.mo share/locale/pa/LC_MESSAGES/plasma_wallpaper_pattern.mo share/locale/pa/LC_MESSAGES/plasma_wallpaper_potd.mo share/locale/pa/LC_MESSAGES/plasma_wallpaper_virus.mo share/locale/pa/LC_MESSAGES/plasma_wallpaper_weather.mo share/locale/pa/LC_MESSAGES/plasmagenericshell.mo share/locale/pa/LC_MESSAGES/plasmapkg.mo share/locale/pa/LC_MESSAGES/pothumbnail.mo share/locale/pa/LC_MESSAGES/powerdevil.mo share/locale/pa/LC_MESSAGES/powerdevilactivitiesconfig.mo share/locale/pa/LC_MESSAGES/powerdevilglobalconfig.mo share/locale/pa/LC_MESSAGES/powerdevilprofilesconfig.mo share/locale/pa/LC_MESSAGES/print-manager.mo share/locale/pa/LC_MESSAGES/processcore.mo share/locale/pa/LC_MESSAGES/processui.mo share/locale/pa/LC_MESSAGES/randrmonitor.mo share/locale/pa/LC_MESSAGES/rellinks.mo share/locale/pa/LC_MESSAGES/rocs.mo share/locale/pa/LC_MESSAGES/rocscore.mo share/locale/pa/LC_MESSAGES/rocsvisualeditor.mo share/locale/pa/LC_MESSAGES/searchbarplugin.mo share/locale/pa/LC_MESSAGES/solid-hardware.mo share/locale/pa/LC_MESSAGES/solid-network.mo share/locale/pa/LC_MESSAGES/solid_qt.mo share/locale/pa/LC_MESSAGES/solidcontrol.mo share/locale/pa/LC_MESSAGES/soliduiserver.mo share/locale/pa/LC_MESSAGES/step.mo share/locale/pa/LC_MESSAGES/step_qt.mo share/locale/pa/LC_MESSAGES/strigila_diff.mo share/locale/pa/LC_MESSAGES/superkaramba.mo share/locale/pa/LC_MESSAGES/svgpart.mo share/locale/pa/LC_MESSAGES/sweeper.mo share/locale/pa/LC_MESSAGES/systemsettings.mo share/locale/pa/LC_MESSAGES/tasks-mobile.mo share/locale/pa/LC_MESSAGES/timezones4.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/webarchiver.mo share/locale/pa/LC_MESSAGES/xml_mimetypes.mo share/locale/pa/entry.desktop @dirrm share/apps/kvtml/pa @dirrm share/apps/kvtml Index: head/misc/kde4-l10n-ro/distinfo =================================================================== --- head/misc/kde4-l10n-ro/distinfo (revision 318451) +++ head/misc/kde4-l10n-ro/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/kde-l10n/kde-l10n-ro-4.10.1.tar.xz) = e32efd72ff27846921eab5b62a62cabba4baeb71370aaab085f3c3d7bef6bd39 -SIZE (KDE/4.10.1/kde-l10n/kde-l10n-ro-4.10.1.tar.xz) = 3037820 +SHA256 (KDE/4.10.3/kde-l10n/kde-l10n-ro-4.10.3.tar.xz) = 7efab8a44475a2abce97c9f76a2e73a4cd1d4d330e1539e15b2057938b196e0b +SIZE (KDE/4.10.3/kde-l10n/kde-l10n-ro-4.10.3.tar.xz) = 3041368 Index: head/misc/kde4-l10n-ro/pkg-plist =================================================================== --- head/misc/kde4-l10n-ro/pkg-plist (revision 318451) +++ head/misc/kde4-l10n-ro/pkg-plist (revision 318452) @@ -1,814 +1,812 @@ share/apps/ktuberling/sounds/ro.soundtheme share/apps/ktuberling/sounds/ro/cercel.wav share/apps/ktuberling/sounds/ro/cravata.wav share/apps/ktuberling/sounds/ro/gura.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/sprinceana.wav share/apps/ktuberling/sounds/ro/ureche.wav share/apps/kvtml/ro/animals.kvtml share/apps/kvtml/ro/easy.kvtml share/apps/kvtml/ro/hard.kvtml share/apps/kvtml/ro/medium.kvtml share/doc/HTML/ro/common/fdl-translated.html share/doc/HTML/ro/common/gpl-translated.html share/doc/HTML/ro/common/kde-localised.css share/doc/HTML/ro/common/lgpl-translated.html share/doc/HTML/ro/khelpcenter/glossary/common share/doc/HTML/ro/khelpcenter/glossary/index.cache.bz2 share/doc/HTML/ro/khelpcenter/glossary/index.docbook share/doc/HTML/ro/khelpcenter/glossary/kdeprintingglossary.docbook share/doc/HTML/ro/kioslave/file/common share/doc/HTML/ro/kioslave/file/index.cache.bz2 share/doc/HTML/ro/kioslave/file/index.docbook share/doc/HTML/ro/kioslave/finger/common share/doc/HTML/ro/kioslave/finger/index.cache.bz2 share/doc/HTML/ro/kioslave/finger/index.docbook share/doc/HTML/ro/kioslave/floppy/common share/doc/HTML/ro/kioslave/floppy/index.cache.bz2 share/doc/HTML/ro/kioslave/floppy/index.docbook share/doc/HTML/ro/kioslave/ftp/common share/doc/HTML/ro/kioslave/ftp/index.cache.bz2 share/doc/HTML/ro/kioslave/ftp/index.docbook share/doc/HTML/ro/kioslave/ldap/common share/doc/HTML/ro/kioslave/ldap/index.cache.bz2 share/doc/HTML/ro/kioslave/ldap/index.docbook share/doc/HTML/ro/kioslave/mailto/common share/doc/HTML/ro/kioslave/mailto/index.cache.bz2 share/doc/HTML/ro/kioslave/mailto/index.docbook share/doc/HTML/ro/kioslave/news/common share/doc/HTML/ro/kioslave/news/index.cache.bz2 share/doc/HTML/ro/kioslave/news/index.docbook share/doc/HTML/ro/kioslave/nfs/common share/doc/HTML/ro/kioslave/nfs/index.cache.bz2 share/doc/HTML/ro/kioslave/nfs/index.docbook share/doc/HTML/ro/kioslave/nntp/common share/doc/HTML/ro/kioslave/nntp/index.cache.bz2 share/doc/HTML/ro/kioslave/nntp/index.docbook share/doc/HTML/ro/kioslave/rlogin/common share/doc/HTML/ro/kioslave/rlogin/index.cache.bz2 share/doc/HTML/ro/kioslave/rlogin/index.docbook share/doc/HTML/ro/kioslave/sftp/common share/doc/HTML/ro/kioslave/sftp/index.cache.bz2 share/doc/HTML/ro/kioslave/sftp/index.docbook share/doc/HTML/ro/kioslave/smtp/common share/doc/HTML/ro/kioslave/smtp/index.cache.bz2 share/doc/HTML/ro/kioslave/smtp/index.docbook share/doc/HTML/ro/kioslave/tar/common share/doc/HTML/ro/kioslave/tar/index.cache.bz2 share/doc/HTML/ro/kioslave/tar/index.docbook share/doc/HTML/ro/kioslave/telnet/common share/doc/HTML/ro/kioslave/telnet/index.cache.bz2 share/doc/HTML/ro/kioslave/telnet/index.docbook share/locale/ro/LC_MESSAGES/accountwizard.mo share/locale/ro/LC_MESSAGES/accountwizard_ical.mo share/locale/ro/LC_MESSAGES/accountwizard_imap.mo share/locale/ro/LC_MESSAGES/accountwizard_kolab.mo share/locale/ro/LC_MESSAGES/accountwizard_mailbox.mo share/locale/ro/LC_MESSAGES/accountwizard_maildir.mo share/locale/ro/LC_MESSAGES/accountwizard_pop3.mo share/locale/ro/LC_MESSAGES/activitymanager_plugin_globalshortcuts.mo share/locale/ro/LC_MESSAGES/activitymanager_uihandler_declarative.mo share/locale/ro/LC_MESSAGES/adblock.mo share/locale/ro/LC_MESSAGES/akonadi-filestore.mo share/locale/ro/LC_MESSAGES/akonadi_archivemail_agent.mo share/locale/ro/LC_MESSAGES/akonadi_birthdays_resource.mo share/locale/ro/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/ro/LC_MESSAGES/akonadi_davgroupware_resource.mo share/locale/ro/LC_MESSAGES/akonadi_ical_resource.mo share/locale/ro/LC_MESSAGES/akonadi_imap_resource.mo share/locale/ro/LC_MESSAGES/akonadi_invitations_agent.mo share/locale/ro/LC_MESSAGES/akonadi_kabc_resource.mo share/locale/ro/LC_MESSAGES/akonadi_kcal_resource.mo share/locale/ro/LC_MESSAGES/akonadi_kdeaccounts_resource.mo share/locale/ro/LC_MESSAGES/akonadi_knut_resource.mo share/locale/ro/LC_MESSAGES/akonadi_kolabproxy_resource.mo share/locale/ro/LC_MESSAGES/akonadi_kresourceassistant.mo share/locale/ro/LC_MESSAGES/akonadi_localbookmarks_resource.mo share/locale/ro/LC_MESSAGES/akonadi_maildir_resource.mo share/locale/ro/LC_MESSAGES/akonadi_maildispatcher_agent.mo share/locale/ro/LC_MESSAGES/akonadi_mailfilter_agent.mo share/locale/ro/LC_MESSAGES/akonadi_mailtransport_resource.mo share/locale/ro/LC_MESSAGES/akonadi_mbox_resource.mo share/locale/ro/LC_MESSAGES/akonadi_microblog_resource.mo share/locale/ro/LC_MESSAGES/akonadi_mixedmaildir_resource.mo share/locale/ro/LC_MESSAGES/akonadi_nepomuk_feeder.mo share/locale/ro/LC_MESSAGES/akonadi_nepomuktag_resource.mo share/locale/ro/LC_MESSAGES/akonadi_next.mo share/locale/ro/LC_MESSAGES/akonadi_nntp_resource.mo share/locale/ro/LC_MESSAGES/akonadi_openxchange_resource.mo share/locale/ro/LC_MESSAGES/akonadi_pop3_resource.mo share/locale/ro/LC_MESSAGES/akonadi_serializer_plugins.mo share/locale/ro/LC_MESSAGES/akonadi_singlefile_resource.mo share/locale/ro/LC_MESSAGES/akonadi_vcard_resource.mo share/locale/ro/LC_MESSAGES/akonadi_vcarddir_resource.mo share/locale/ro/LC_MESSAGES/akonadicontact.mo share/locale/ro/LC_MESSAGES/akonaditray.mo share/locale/ro/LC_MESSAGES/akregator.mo share/locale/ro/LC_MESSAGES/akregator_konqplugin.mo share/locale/ro/LC_MESSAGES/amor.mo share/locale/ro/LC_MESSAGES/ark.mo share/locale/ro/LC_MESSAGES/attica_kde.mo share/locale/ro/LC_MESSAGES/audiocd_encoder_lame.mo share/locale/ro/LC_MESSAGES/audiocd_encoder_vorbis.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/blinken.mo share/locale/ro/LC_MESSAGES/blogilo.mo share/locale/ro/LC_MESSAGES/bomber.mo share/locale/ro/LC_MESSAGES/bovo.mo share/locale/ro/LC_MESSAGES/calendarsupport.mo share/locale/ro/LC_MESSAGES/cantor.mo share/locale/ro/LC_MESSAGES/cervisia.mo share/locale/ro/LC_MESSAGES/cryptopageplugin.mo share/locale/ro/LC_MESSAGES/cvsservice.mo share/locale/ro/LC_MESSAGES/dirfilterplugin.mo share/locale/ro/LC_MESSAGES/display.mo share/locale/ro/LC_MESSAGES/dolphin.mo share/locale/ro/LC_MESSAGES/domtreeviewer.mo share/locale/ro/LC_MESSAGES/dragonplayer.mo share/locale/ro/LC_MESSAGES/drkonqi.mo share/locale/ro/LC_MESSAGES/filelight.mo share/locale/ro/LC_MESSAGES/filetypes.mo share/locale/ro/LC_MESSAGES/freespacenotifier.mo share/locale/ro/LC_MESSAGES/fsview.mo share/locale/ro/LC_MESSAGES/granatier.mo share/locale/ro/LC_MESSAGES/gwenview.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/importwizard.mo share/locale/ro/LC_MESSAGES/jovie.mo share/locale/ro/LC_MESSAGES/joystick.mo share/locale/ro/LC_MESSAGES/juk.mo share/locale/ro/LC_MESSAGES/kabc.mo share/locale/ro/LC_MESSAGES/kabc_akonadi.mo share/locale/ro/LC_MESSAGES/kabc_dir.mo share/locale/ro/LC_MESSAGES/kabc_file.mo share/locale/ro/LC_MESSAGES/kabc_ldapkio.mo share/locale/ro/LC_MESSAGES/kabc_net.mo share/locale/ro/LC_MESSAGES/kabcclient.mo share/locale/ro/LC_MESSAGES/kabcformat_binary.mo share/locale/ro/LC_MESSAGES/kaccess.mo share/locale/ro/LC_MESSAGES/kactivitymanagerd.mo share/locale/ro/LC_MESSAGES/kactivitymanagerd_fileitem_linking_plugin.mo share/locale/ro/LC_MESSAGES/kaddressbook-mobile.mo share/locale/ro/LC_MESSAGES/kaddressbook.mo share/locale/ro/LC_MESSAGES/kaddressbookmigrator.mo share/locale/ro/LC_MESSAGES/kalarm.mo share/locale/ro/LC_MESSAGES/kalgebra.mo share/locale/ro/LC_MESSAGES/kalzium.mo share/locale/ro/LC_MESSAGES/kanagram.mo share/locale/ro/LC_MESSAGES/kapman.mo share/locale/ro/LC_MESSAGES/kate-ctags-plugin.mo share/locale/ro/LC_MESSAGES/kate.mo share/locale/ro/LC_MESSAGES/kate_kttsd.mo share/locale/ro/LC_MESSAGES/katebacktracebrowserplugin.mo share/locale/ro/LC_MESSAGES/katebuild-plugin.mo share/locale/ro/LC_MESSAGES/katefilebrowserplugin.mo share/locale/ro/LC_MESSAGES/katefiletemplates.mo share/locale/ro/LC_MESSAGES/kategdbplugin.mo share/locale/ro/LC_MESSAGES/katehelloworld.mo share/locale/ro/LC_MESSAGES/katekonsoleplugin.mo share/locale/ro/LC_MESSAGES/katemailfilesplugin.mo share/locale/ro/LC_MESSAGES/kateopenheader.mo share/locale/ro/LC_MESSAGES/katepart4.mo share/locale/ro/LC_MESSAGES/katesearch.mo share/locale/ro/LC_MESSAGES/katesnippets_tng.mo share/locale/ro/LC_MESSAGES/katesql.mo share/locale/ro/LC_MESSAGES/katesymbolviewer.mo share/locale/ro/LC_MESSAGES/katetabbarextension.mo share/locale/ro/LC_MESSAGES/katetabifyplugin.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/kbattleship.mo share/locale/ro/LC_MESSAGES/kblackbox.mo share/locale/ro/LC_MESSAGES/kblankscrn.mo share/locale/ro/LC_MESSAGES/kblocks.mo share/locale/ro/LC_MESSAGES/kbounce.mo share/locale/ro/LC_MESSAGES/kbreakout.mo share/locale/ro/LC_MESSAGES/kbruch.mo share/locale/ro/LC_MESSAGES/kcachegrind.mo share/locale/ro/LC_MESSAGES/kcal_akonadi.mo share/locale/ro/LC_MESSAGES/kcalc.mo share/locale/ro/LC_MESSAGES/kcertpart.mo share/locale/ro/LC_MESSAGES/kcharselect.mo share/locale/ro/LC_MESSAGES/kcm-kwin-scripts.mo share/locale/ro/LC_MESSAGES/kcm_activities.mo share/locale/ro/LC_MESSAGES/kcm_akonadi.mo share/locale/ro/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/ro/LC_MESSAGES/kcm_attica.mo share/locale/ro/LC_MESSAGES/kcm_autostart.mo share/locale/ro/LC_MESSAGES/kcm_desktoppaths.mo share/locale/ro/LC_MESSAGES/kcm_desktopthemedetails.mo share/locale/ro/LC_MESSAGES/kcm_device_automounter.mo share/locale/ro/LC_MESSAGES/kcm_emoticons.mo share/locale/ro/LC_MESSAGES/kcm_infobase.mo share/locale/ro/LC_MESSAGES/kcm_infosummary.mo -share/locale/ro/LC_MESSAGES/kcm_krfb.mo share/locale/ro/LC_MESSAGES/kcm_kwindesktop.mo share/locale/ro/LC_MESSAGES/kcm_kwintabbox.mo share/locale/ro/LC_MESSAGES/kcm_memory.mo share/locale/ro/LC_MESSAGES/kcm_nepomuk.mo share/locale/ro/LC_MESSAGES/kcm_pci.mo share/locale/ro/LC_MESSAGES/kcm_phonon.mo share/locale/ro/LC_MESSAGES/kcm_platform.mo share/locale/ro/LC_MESSAGES/kcm_remotecontrol.mo share/locale/ro/LC_MESSAGES/kcm_solid.mo share/locale/ro/LC_MESSAGES/kcm_solid_actions.mo share/locale/ro/LC_MESSAGES/kcm_standard_actions.mo share/locale/ro/LC_MESSAGES/kcmaccess.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/kcmdevinfo.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/kcminit.mo share/locale/ro/LC_MESSAGES/kcminput.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/kcmkdnssd.mo share/locale/ro/LC_MESSAGES/kcmkeyboard.mo share/locale/ro/LC_MESSAGES/kcmkeys.mo share/locale/ro/LC_MESSAGES/kcmkgamma.mo share/locale/ro/LC_MESSAGES/kcmkio.mo share/locale/ro/LC_MESSAGES/kcmkonq.mo share/locale/ro/LC_MESSAGES/kcmkonqhtml.mo share/locale/ro/LC_MESSAGES/kcmkurifilt.mo share/locale/ro/LC_MESSAGES/kcmkwallet.mo share/locale/ro/LC_MESSAGES/kcmkwincompositing.mo share/locale/ro/LC_MESSAGES/kcmkwindecoration.mo share/locale/ro/LC_MESSAGES/kcmkwinrules.mo share/locale/ro/LC_MESSAGES/kcmkwinscreenedges.mo share/locale/ro/LC_MESSAGES/kcmkwm.mo share/locale/ro/LC_MESSAGES/kcmlaunch.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/kcmopengl.mo share/locale/ro/LC_MESSAGES/kcmperformance.mo share/locale/ro/LC_MESSAGES/kcmsamba.mo share/locale/ro/LC_MESSAGES/kcmscreensaver.mo share/locale/ro/LC_MESSAGES/kcmshell.mo share/locale/ro/LC_MESSAGES/kcmsmartcard.mo share/locale/ro/LC_MESSAGES/kcmsmserver.mo share/locale/ro/LC_MESSAGES/kcmstyle.mo share/locale/ro/LC_MESSAGES/kcmusb.mo share/locale/ro/LC_MESSAGES/kcmview1394.mo share/locale/ro/LC_MESSAGES/kcmworkspaceoptions.mo share/locale/ro/LC_MESSAGES/kcolorchooser.mo share/locale/ro/LC_MESSAGES/kcron.mo share/locale/ro/LC_MESSAGES/kde-menu.mo share/locale/ro/LC_MESSAGES/kdeasciiquarium.mo share/locale/ro/LC_MESSAGES/kdebugdialog.mo share/locale/ro/LC_MESSAGES/kdecalendarsystems.mo share/locale/ro/LC_MESSAGES/kdelibs4.mo share/locale/ro/LC_MESSAGES/kdelibs_colors4.mo share/locale/ro/LC_MESSAGES/kdepasswd.mo share/locale/ro/LC_MESSAGES/kdeqt.mo share/locale/ro/LC_MESSAGES/kdesu.mo share/locale/ro/LC_MESSAGES/kdesud.mo share/locale/ro/LC_MESSAGES/kdf.mo share/locale/ro/LC_MESSAGES/kdgantt2.mo share/locale/ro/LC_MESSAGES/kdialog.mo share/locale/ro/LC_MESSAGES/kdiamond.mo share/locale/ro/LC_MESSAGES/kdmconfig.mo share/locale/ro/LC_MESSAGES/kdmgreet.mo share/locale/ro/LC_MESSAGES/kdontchangethehostname.mo share/locale/ro/LC_MESSAGES/keditbookmarks.mo share/locale/ro/LC_MESSAGES/kfile.mo share/locale/ro/LC_MESSAGES/kfile_dds.mo share/locale/ro/LC_MESSAGES/kfile_drgeo.mo share/locale/ro/LC_MESSAGES/kfile_exr.mo share/locale/ro/LC_MESSAGES/kfile_kig.mo share/locale/ro/LC_MESSAGES/kfile_mail.mo share/locale/ro/LC_MESSAGES/kfile_pnm.mo share/locale/ro/LC_MESSAGES/kfile_raw.mo share/locale/ro/LC_MESSAGES/kfile_rgb.mo share/locale/ro/LC_MESSAGES/kfile_rpm.mo share/locale/ro/LC_MESSAGES/kfile_tiff.mo share/locale/ro/LC_MESSAGES/kfile_xps.mo share/locale/ro/LC_MESSAGES/kfileaudiopreview4.mo share/locale/ro/LC_MESSAGES/kfilereplace.mo share/locale/ro/LC_MESSAGES/kfileshare.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/kfontinst.mo share/locale/ro/LC_MESSAGES/kfourinline.mo share/locale/ro/LC_MESSAGES/kgeography.mo share/locale/ro/LC_MESSAGES/kget.mo share/locale/ro/LC_MESSAGES/kgetplugin.mo share/locale/ro/LC_MESSAGES/kglobalaccel.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/kgreet_generic.mo share/locale/ro/LC_MESSAGES/kgreet_winbind.mo share/locale/ro/LC_MESSAGES/khangman.mo share/locale/ro/LC_MESSAGES/khelpcenter.mo share/locale/ro/LC_MESSAGES/khotkeys.mo share/locale/ro/LC_MESSAGES/khotnewstuff.mo share/locale/ro/LC_MESSAGES/khtmlkttsd.mo share/locale/ro/LC_MESSAGES/khtmlsettingsplugin.mo share/locale/ro/LC_MESSAGES/kiconfinder.mo share/locale/ro/LC_MESSAGES/kig.mo share/locale/ro/LC_MESSAGES/kigo.mo share/locale/ro/LC_MESSAGES/killbots.mo share/locale/ro/LC_MESSAGES/kimagemapeditor.mo -share/locale/ro/LC_MESSAGES/kinetd.mo share/locale/ro/LC_MESSAGES/kinfocenter.mo share/locale/ro/LC_MESSAGES/kio4.mo share/locale/ro/LC_MESSAGES/kio_activities.mo share/locale/ro/LC_MESSAGES/kio_akonadi.mo share/locale/ro/LC_MESSAGES/kio_applications.mo share/locale/ro/LC_MESSAGES/kio_archive.mo share/locale/ro/LC_MESSAGES/kio_audiocd.mo share/locale/ro/LC_MESSAGES/kio_bookmarks.mo share/locale/ro/LC_MESSAGES/kio_finger.mo share/locale/ro/LC_MESSAGES/kio_fish.mo share/locale/ro/LC_MESSAGES/kio_floppy.mo share/locale/ro/LC_MESSAGES/kio_help4.mo share/locale/ro/LC_MESSAGES/kio_imap4.mo share/locale/ro/LC_MESSAGES/kio_info.mo share/locale/ro/LC_MESSAGES/kio_jabberdisco.mo share/locale/ro/LC_MESSAGES/kio_ldap.mo share/locale/ro/LC_MESSAGES/kio_man.mo share/locale/ro/LC_MESSAGES/kio_mbox.mo share/locale/ro/LC_MESSAGES/kio_nepomuk.mo share/locale/ro/LC_MESSAGES/kio_nepomuksearch.mo share/locale/ro/LC_MESSAGES/kio_nfs.mo share/locale/ro/LC_MESSAGES/kio_nntp.mo share/locale/ro/LC_MESSAGES/kio_pop3.mo share/locale/ro/LC_MESSAGES/kio_recentdocuments.mo share/locale/ro/LC_MESSAGES/kio_remote.mo share/locale/ro/LC_MESSAGES/kio_sftp.mo share/locale/ro/LC_MESSAGES/kio_sieve.mo share/locale/ro/LC_MESSAGES/kio_smb.mo share/locale/ro/LC_MESSAGES/kio_smtp.mo share/locale/ro/LC_MESSAGES/kio_svn.mo share/locale/ro/LC_MESSAGES/kio_tags.mo share/locale/ro/LC_MESSAGES/kio_thumbnail.mo share/locale/ro/LC_MESSAGES/kio_timeline.mo share/locale/ro/LC_MESSAGES/kio_trash.mo share/locale/ro/LC_MESSAGES/kio_zeroconf.mo share/locale/ro/LC_MESSAGES/kioclient.mo share/locale/ro/LC_MESSAGES/kioexec.mo share/locale/ro/LC_MESSAGES/kipiplugin_kxmlhelloworld.mo share/locale/ro/LC_MESSAGES/kiriki.mo share/locale/ro/LC_MESSAGES/kiten.mo share/locale/ro/LC_MESSAGES/kjots.mo share/locale/ro/LC_MESSAGES/kjotsmigrator.mo share/locale/ro/LC_MESSAGES/kjumpingcube.mo share/locale/ro/LC_MESSAGES/kleopatra.mo share/locale/ro/LC_MESSAGES/klettres.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-migrator.mo share/locale/ro/LC_MESSAGES/kmail-mobile.mo share/locale/ro/LC_MESSAGES/kmail.mo share/locale/ro/LC_MESSAGES/kmailcvt.mo share/locale/ro/LC_MESSAGES/kmenuedit.mo share/locale/ro/LC_MESSAGES/kmimetypefinder.mo share/locale/ro/LC_MESSAGES/kmines.mo share/locale/ro/LC_MESSAGES/kmix.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/knetattach.mo share/locale/ro/LC_MESSAGES/knetwalk.mo share/locale/ro/LC_MESSAGES/knode.mo share/locale/ro/LC_MESSAGES/knotes.mo share/locale/ro/LC_MESSAGES/knotify4.mo share/locale/ro/LC_MESSAGES/kolf.mo share/locale/ro/LC_MESSAGES/kollision.mo share/locale/ro/LC_MESSAGES/kolourpaint.mo share/locale/ro/LC_MESSAGES/kommander.mo share/locale/ro/LC_MESSAGES/kompare.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/kontactinterfaces.mo share/locale/ro/LC_MESSAGES/kopete.mo share/locale/ro/LC_MESSAGES/korganizer-mobile.mo share/locale/ro/LC_MESSAGES/korganizer.mo share/locale/ro/LC_MESSAGES/kpartsaver.mo share/locale/ro/LC_MESSAGES/kpasswdserver.mo share/locale/ro/LC_MESSAGES/kpat.mo share/locale/ro/LC_MESSAGES/kppp.mo share/locale/ro/LC_MESSAGES/kppplogview.mo share/locale/ro/LC_MESSAGES/kquitapp.mo share/locale/ro/LC_MESSAGES/krandr.mo share/locale/ro/LC_MESSAGES/krcdnotifieritem.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/kremotecontroldaemon.mo share/locale/ro/LC_MESSAGES/kres-migrator.mo share/locale/ro/LC_MESSAGES/kres_blog.mo share/locale/ro/LC_MESSAGES/kres_remote.mo share/locale/ro/LC_MESSAGES/kresources_shared_akonadi.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/krunner.mo share/locale/ro/LC_MESSAGES/ksaneplugin.mo share/locale/ro/LC_MESSAGES/kscd.mo share/locale/ro/LC_MESSAGES/kscreenlocker.mo share/locale/ro/LC_MESSAGES/kscreenlocker_greet.mo share/locale/ro/LC_MESSAGES/kscreensaver.mo share/locale/ro/LC_MESSAGES/ksendemail.mo share/locale/ro/LC_MESSAGES/kshellcmdplugin.mo share/locale/ro/LC_MESSAGES/kshisen.mo share/locale/ro/LC_MESSAGES/kshorturifilter.mo share/locale/ro/LC_MESSAGES/ksirk.mo share/locale/ro/LC_MESSAGES/ksirkskineditor.mo share/locale/ro/LC_MESSAGES/ksmserver.mo share/locale/ro/LC_MESSAGES/ksnapshot.mo share/locale/ro/LC_MESSAGES/kspaceduel.mo share/locale/ro/LC_MESSAGES/ksplashthemes.mo share/locale/ro/LC_MESSAGES/ksquares.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/kstyle_config.mo share/locale/ro/LC_MESSAGES/kstyle_phase_config.mo share/locale/ro/LC_MESSAGES/ksudoku.mo share/locale/ro/LC_MESSAGES/ksysguard.mo share/locale/ro/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/ro/LC_MESSAGES/ksystemlog.mo share/locale/ro/LC_MESSAGES/ksystraycmd.mo share/locale/ro/LC_MESSAGES/kteatime.mo share/locale/ro/LC_MESSAGES/ktesnippets_editor.mo share/locale/ro/LC_MESSAGES/ktexteditor_codesnippets_core.mo share/locale/ro/LC_MESSAGES/ktexteditor_plugins.mo share/locale/ro/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/ro/LC_MESSAGES/ktimer.mo share/locale/ro/LC_MESSAGES/ktimetracker.mo share/locale/ro/LC_MESSAGES/ktnef.mo share/locale/ro/LC_MESSAGES/ktouch.mo share/locale/ro/LC_MESSAGES/ktraderclient.mo share/locale/ro/LC_MESSAGES/ktron.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/kubrick.mo share/locale/ro/LC_MESSAGES/kuiserver.mo share/locale/ro/LC_MESSAGES/kuiviewer.mo share/locale/ro/LC_MESSAGES/kurifilter.mo share/locale/ro/LC_MESSAGES/kuser.mo share/locale/ro/LC_MESSAGES/kwalletd.mo share/locale/ro/LC_MESSAGES/kwalletmanager.mo share/locale/ro/LC_MESSAGES/kwatchgnupg.mo share/locale/ro/LC_MESSAGES/kwin.mo share/locale/ro/LC_MESSAGES/kwin_art_clients.mo share/locale/ro/LC_MESSAGES/kwin_clients.mo share/locale/ro/LC_MESSAGES/kwin_effects.mo share/locale/ro/LC_MESSAGES/kwinshutdown.mo share/locale/ro/LC_MESSAGES/kwinstartmenu.mo share/locale/ro/LC_MESSAGES/kwordquiz.mo share/locale/ro/LC_MESSAGES/kwrite.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/lancelot.mo share/locale/ro/LC_MESSAGES/libakonadi-calendar.mo share/locale/ro/LC_MESSAGES/libakonadi-kmime.mo share/locale/ro/LC_MESSAGES/libakonadi.mo share/locale/ro/LC_MESSAGES/libeventviews.mo share/locale/ro/LC_MESSAGES/libincidenceeditors.mo share/locale/ro/LC_MESSAGES/libkalarmcal.mo share/locale/ro/LC_MESSAGES/libkasten.mo share/locale/ro/LC_MESSAGES/libkblog.mo share/locale/ro/LC_MESSAGES/libkcal.mo share/locale/ro/LC_MESSAGES/libkcalutils.mo share/locale/ro/LC_MESSAGES/libkcddb.mo share/locale/ro/LC_MESSAGES/libkcompactdisc.mo share/locale/ro/LC_MESSAGES/libkdcraw.mo share/locale/ro/LC_MESSAGES/libkdecorations.mo share/locale/ro/LC_MESSAGES/libkdeedu.mo share/locale/ro/LC_MESSAGES/libkdegames.mo share/locale/ro/LC_MESSAGES/libkdepim.mo share/locale/ro/LC_MESSAGES/libkdepimmobileui.mo share/locale/ro/LC_MESSAGES/libkexiv2.mo share/locale/ro/LC_MESSAGES/libkholidays.mo share/locale/ro/LC_MESSAGES/libkimap.mo share/locale/ro/LC_MESSAGES/libkipi.mo share/locale/ro/LC_MESSAGES/libkldap.mo share/locale/ro/LC_MESSAGES/libkleopatra.mo share/locale/ro/LC_MESSAGES/libkmahjongg.mo share/locale/ro/LC_MESSAGES/libkmime.mo share/locale/ro/LC_MESSAGES/libkonq.mo share/locale/ro/LC_MESSAGES/libkpgp.mo share/locale/ro/LC_MESSAGES/libkpimidentities.mo share/locale/ro/LC_MESSAGES/libkpimtextedit.mo share/locale/ro/LC_MESSAGES/libkpimutils.mo share/locale/ro/LC_MESSAGES/libkremotecontrol.mo share/locale/ro/LC_MESSAGES/libkresources.mo share/locale/ro/LC_MESSAGES/libksane.mo share/locale/ro/LC_MESSAGES/libkscreensaver.mo share/locale/ro/LC_MESSAGES/libksieve.mo share/locale/ro/LC_MESSAGES/libktnef.mo share/locale/ro/LC_MESSAGES/libkunitconversion.mo share/locale/ro/LC_MESSAGES/libkworkspace.mo share/locale/ro/LC_MESSAGES/libkxmlrpcclient.mo share/locale/ro/LC_MESSAGES/liblancelot-datamodels.mo share/locale/ro/LC_MESSAGES/libmailcommon.mo share/locale/ro/LC_MESSAGES/libmailimporter.mo share/locale/ro/LC_MESSAGES/libmailtransport.mo share/locale/ro/LC_MESSAGES/libmessagecomposer.mo share/locale/ro/LC_MESSAGES/libmessagecore.mo share/locale/ro/LC_MESSAGES/libmessagelist.mo share/locale/ro/LC_MESSAGES/libmessageviewer.mo share/locale/ro/LC_MESSAGES/liboktetacore.mo share/locale/ro/LC_MESSAGES/liboktetakasten.mo share/locale/ro/LC_MESSAGES/liboxygenstyleconfig.mo share/locale/ro/LC_MESSAGES/libphonon.mo share/locale/ro/LC_MESSAGES/libpimcommon.mo share/locale/ro/LC_MESSAGES/libplasma.mo share/locale/ro/LC_MESSAGES/libplasma_groupingcontainment.mo share/locale/ro/LC_MESSAGES/libplasmaclock.mo share/locale/ro/LC_MESSAGES/libplasmaweather.mo share/locale/ro/LC_MESSAGES/libtaskmanager.mo share/locale/ro/LC_MESSAGES/libtemplateparser.mo share/locale/ro/LC_MESSAGES/lokalize.mo share/locale/ro/LC_MESSAGES/lskat.mo share/locale/ro/LC_MESSAGES/mailreader.mo share/locale/ro/LC_MESSAGES/marble.mo share/locale/ro/LC_MESSAGES/marble_qt.mo share/locale/ro/LC_MESSAGES/messageviewer_application_mstnef_plugin.mo share/locale/ro/LC_MESSAGES/messageviewer_text_calendar_plugin.mo share/locale/ro/LC_MESSAGES/messageviewer_text_vcard_plugin.mo share/locale/ro/LC_MESSAGES/messageviewer_text_xdiff_plugin.mo share/locale/ro/LC_MESSAGES/mf_konqplugin.mo share/locale/ro/LC_MESSAGES/minitoolsplugin.mo share/locale/ro/LC_MESSAGES/mplayerthumbs.mo share/locale/ro/LC_MESSAGES/mplayerthumbsconfig.mo share/locale/ro/LC_MESSAGES/nepomukbackup.mo share/locale/ro/LC_MESSAGES/nepomukcleaner.mo share/locale/ro/LC_MESSAGES/nepomukcontroller.mo share/locale/ro/LC_MESSAGES/nepomukfileindexer.mo share/locale/ro/LC_MESSAGES/nepomukqueryservice.mo share/locale/ro/LC_MESSAGES/nepomukserver.mo share/locale/ro/LC_MESSAGES/nepomukservicestub.mo share/locale/ro/LC_MESSAGES/nepomukstorage.mo share/locale/ro/LC_MESSAGES/nepomukwidgets.mo share/locale/ro/LC_MESSAGES/notes-mobile.mo share/locale/ro/LC_MESSAGES/nsplugin.mo share/locale/ro/LC_MESSAGES/okteta.mo share/locale/ro/LC_MESSAGES/oktetapart.mo share/locale/ro/LC_MESSAGES/okular.mo share/locale/ro/LC_MESSAGES/okular_chm.mo share/locale/ro/LC_MESSAGES/okular_comicbook.mo share/locale/ro/LC_MESSAGES/okular_djvu.mo share/locale/ro/LC_MESSAGES/okular_dvi.mo share/locale/ro/LC_MESSAGES/okular_epub.mo share/locale/ro/LC_MESSAGES/okular_fax.mo share/locale/ro/LC_MESSAGES/okular_fictionbook.mo share/locale/ro/LC_MESSAGES/okular_ghostview.mo share/locale/ro/LC_MESSAGES/okular_kimgio.mo share/locale/ro/LC_MESSAGES/okular_mobi.mo share/locale/ro/LC_MESSAGES/okular_ooo.mo share/locale/ro/LC_MESSAGES/okular_plucker.mo share/locale/ro/LC_MESSAGES/okular_poppler.mo share/locale/ro/LC_MESSAGES/okular_tiff.mo share/locale/ro/LC_MESSAGES/okular_xps.mo share/locale/ro/LC_MESSAGES/org.kde.active.documentviewer.mo share/locale/ro/LC_MESSAGES/palapeli.mo share/locale/ro/LC_MESSAGES/parley.mo share/locale/ro/LC_MESSAGES/phonon_gstreamer.mo share/locale/ro/LC_MESSAGES/phonon_kde.mo share/locale/ro/LC_MESSAGES/phonon_vlc.mo share/locale/ro/LC_MESSAGES/phononserver.mo share/locale/ro/LC_MESSAGES/plasma-desktop.mo share/locale/ro/LC_MESSAGES/plasma-netbook.mo share/locale/ro/LC_MESSAGES/plasma-overlay.mo share/locale/ro/LC_MESSAGES/plasma-remote-helper.mo share/locale/ro/LC_MESSAGES/plasma-windowed.mo share/locale/ro/LC_MESSAGES/plasma_applet_BbalL.mo share/locale/ro/LC_MESSAGES/plasma_applet_CharSelectApplet.mo share/locale/ro/LC_MESSAGES/plasma_applet_akonotes_note.mo share/locale/ro/LC_MESSAGES/plasma_applet_battery.mo share/locale/ro/LC_MESSAGES/plasma_applet_binaryclock.mo share/locale/ro/LC_MESSAGES/plasma_applet_bookmarks.mo share/locale/ro/LC_MESSAGES/plasma_applet_bubblemon.mo share/locale/ro/LC_MESSAGES/plasma_applet_calculator.mo share/locale/ro/LC_MESSAGES/plasma_applet_clock.mo share/locale/ro/LC_MESSAGES/plasma_applet_comic.mo share/locale/ro/LC_MESSAGES/plasma_applet_concentrationCalculator.mo share/locale/ro/LC_MESSAGES/plasma_applet_currentappcontrol.mo share/locale/ro/LC_MESSAGES/plasma_applet_dig_clock.mo share/locale/ro/LC_MESSAGES/plasma_applet_fifteenPuzzle.mo share/locale/ro/LC_MESSAGES/plasma_applet_fileWatcher.mo share/locale/ro/LC_MESSAGES/plasma_applet_folderview.mo share/locale/ro/LC_MESSAGES/plasma_applet_frame.mo share/locale/ro/LC_MESSAGES/plasma_applet_fuzzy_clock.mo share/locale/ro/LC_MESSAGES/plasma_applet_gasCalculator.mo share/locale/ro/LC_MESSAGES/plasma_applet_groupingpanel.mo share/locale/ro/LC_MESSAGES/plasma_applet_icon.mo share/locale/ro/LC_MESSAGES/plasma_applet_incomingmsg.mo share/locale/ro/LC_MESSAGES/plasma_applet_kalzium.mo share/locale/ro/LC_MESSAGES/plasma_applet_katesession.mo share/locale/ro/LC_MESSAGES/plasma_applet_kdeobservatory.mo share/locale/ro/LC_MESSAGES/plasma_applet_kget.mo share/locale/ro/LC_MESSAGES/plasma_applet_kimpanel.mo share/locale/ro/LC_MESSAGES/plasma_applet_knowledgebase.mo share/locale/ro/LC_MESSAGES/plasma_applet_kolourpicker.mo share/locale/ro/LC_MESSAGES/plasma_applet_kpapplet.mo share/locale/ro/LC_MESSAGES/plasma_applet_launcher.mo share/locale/ro/LC_MESSAGES/plasma_applet_leavenote.mo share/locale/ro/LC_MESSAGES/plasma_applet_life.mo share/locale/ro/LC_MESSAGES/plasma_applet_lockout.mo share/locale/ro/LC_MESSAGES/plasma_applet_luna.mo share/locale/ro/LC_MESSAGES/plasma_applet_magnifique.mo share/locale/ro/LC_MESSAGES/plasma_applet_microblog.mo share/locale/ro/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/ro/LC_MESSAGES/plasma_applet_news.mo share/locale/ro/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/ro/LC_MESSAGES/plasma_applet_notes.mo share/locale/ro/LC_MESSAGES/plasma_applet_notifier.mo share/locale/ro/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/ro/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/ro/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/ro/LC_MESSAGES/plasma_applet_opendesktop_activities.mo share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.notifications.mo share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/ro/LC_MESSAGES/plasma_applet_pager.mo share/locale/ro/LC_MESSAGES/plasma_applet_panel.mo share/locale/ro/LC_MESSAGES/plasma_applet_panelspacer_internal.mo share/locale/ro/LC_MESSAGES/plasma_applet_paste.mo share/locale/ro/LC_MESSAGES/plasma_applet_pastebin.mo share/locale/ro/LC_MESSAGES/plasma_applet_plasmaboard.mo share/locale/ro/LC_MESSAGES/plasma_applet_previewer.mo share/locale/ro/LC_MESSAGES/plasma_applet_printmanager.mo share/locale/ro/LC_MESSAGES/plasma_applet_qalculate.mo share/locale/ro/LC_MESSAGES/plasma_applet_qstardict.mo share/locale/ro/LC_MESSAGES/plasma_applet_quicklaunch.mo share/locale/ro/LC_MESSAGES/plasma_applet_rssnow.mo share/locale/ro/LC_MESSAGES/plasma_applet_rtm.mo share/locale/ro/LC_MESSAGES/plasma_applet_sal.mo share/locale/ro/LC_MESSAGES/plasma_applet_saverdesktop.mo share/locale/ro/LC_MESSAGES/plasma_applet_searchbox.mo share/locale/ro/LC_MESSAGES/plasma_applet_showdashboard.mo share/locale/ro/LC_MESSAGES/plasma_applet_showdesktop.mo share/locale/ro/LC_MESSAGES/plasma_applet_skapplet.mo share/locale/ro/LC_MESSAGES/plasma_applet_spellcheck.mo share/locale/ro/LC_MESSAGES/plasma_applet_system-monitor.mo share/locale/ro/LC_MESSAGES/plasma_applet_systemloadviewer.mo share/locale/ro/LC_MESSAGES/plasma_applet_systemtray.mo share/locale/ro/LC_MESSAGES/plasma_applet_tasks.mo share/locale/ro/LC_MESSAGES/plasma_applet_timer.mo share/locale/ro/LC_MESSAGES/plasma_applet_trash.mo share/locale/ro/LC_MESSAGES/plasma_applet_unitconverter.mo share/locale/ro/LC_MESSAGES/plasma_applet_weather.mo share/locale/ro/LC_MESSAGES/plasma_applet_weatherstation.mo share/locale/ro/LC_MESSAGES/plasma_applet_webbrowser.mo share/locale/ro/LC_MESSAGES/plasma_applet_webslice.mo share/locale/ro/LC_MESSAGES/plasma_applet_windowlist.mo share/locale/ro/LC_MESSAGES/plasma_appletscriptengine_dashboard.mo share/locale/ro/LC_MESSAGES/plasma_containmentactions_contextmenu.mo share/locale/ro/LC_MESSAGES/plasma_containmentactions_switchactivity.mo share/locale/ro/LC_MESSAGES/plasma_containmentactions_switchdesktop.mo share/locale/ro/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/ro/LC_MESSAGES/plasma_engine_calendar.mo share/locale/ro/LC_MESSAGES/plasma_engine_kalzium.mo share/locale/ro/LC_MESSAGES/plasma_engine_kdeobservatory.mo share/locale/ro/LC_MESSAGES/plasma_engine_keystate.mo share/locale/ro/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/ro/LC_MESSAGES/plasma_engine_metadata.mo share/locale/ro/LC_MESSAGES/plasma_engine_mpris2.mo share/locale/ro/LC_MESSAGES/plasma_engine_network.mo share/locale/ro/LC_MESSAGES/plasma_engine_notifications.mo share/locale/ro/LC_MESSAGES/plasma_engine_nowplaying.mo share/locale/ro/LC_MESSAGES/plasma_engine_rss.mo share/locale/ro/LC_MESSAGES/plasma_engine_share.mo share/locale/ro/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/ro/LC_MESSAGES/plasma_engine_weather.mo share/locale/ro/LC_MESSAGES/plasma_package_org.kde.desktop.activitymanager.mo share/locale/ro/LC_MESSAGES/plasma_package_org.kde.desktop.widgetexplorer.mo share/locale/ro/LC_MESSAGES/plasma_packagestructure_comic.mo share/locale/ro/LC_MESSAGES/plasma_runner_CharacterRunner.mo share/locale/ro/LC_MESSAGES/plasma_runner_activities.mo share/locale/ro/LC_MESSAGES/plasma_runner_audioplayercontrol.mo share/locale/ro/LC_MESSAGES/plasma_runner_bookmarksrunner.mo share/locale/ro/LC_MESSAGES/plasma_runner_browserhistory.mo share/locale/ro/LC_MESSAGES/plasma_runner_calculatorrunner.mo share/locale/ro/LC_MESSAGES/plasma_runner_contacts.mo share/locale/ro/LC_MESSAGES/plasma_runner_converterrunner.mo share/locale/ro/LC_MESSAGES/plasma_runner_datetime.mo share/locale/ro/LC_MESSAGES/plasma_runner_events.mo share/locale/ro/LC_MESSAGES/plasma_runner_katesessions.mo share/locale/ro/LC_MESSAGES/plasma_runner_kget.mo share/locale/ro/LC_MESSAGES/plasma_runner_kill.mo share/locale/ro/LC_MESSAGES/plasma_runner_konquerorsessions.mo share/locale/ro/LC_MESSAGES/plasma_runner_konsolesessions.mo share/locale/ro/LC_MESSAGES/plasma_runner_kopete.mo share/locale/ro/LC_MESSAGES/plasma_runner_krunner_dictionary.mo share/locale/ro/LC_MESSAGES/plasma_runner_locations.mo share/locale/ro/LC_MESSAGES/plasma_runner_mediawiki.mo share/locale/ro/LC_MESSAGES/plasma_runner_nepomuksearchrunner.mo share/locale/ro/LC_MESSAGES/plasma_runner_placesrunner.mo share/locale/ro/LC_MESSAGES/plasma_runner_plasma-desktop.mo share/locale/ro/LC_MESSAGES/plasma_runner_powerdevil.mo share/locale/ro/LC_MESSAGES/plasma_runner_recentdocuments.mo share/locale/ro/LC_MESSAGES/plasma_runner_services.mo share/locale/ro/LC_MESSAGES/plasma_runner_sessions.mo share/locale/ro/LC_MESSAGES/plasma_runner_shell.mo share/locale/ro/LC_MESSAGES/plasma_runner_solid.mo share/locale/ro/LC_MESSAGES/plasma_runner_spellcheckrunner.mo share/locale/ro/LC_MESSAGES/plasma_runner_webshortcuts.mo share/locale/ro/LC_MESSAGES/plasma_runner_windowedwidgets.mo share/locale/ro/LC_MESSAGES/plasma_runner_windows.mo share/locale/ro/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/ro/LC_MESSAGES/plasma_toolbox_desktoptoolbox.mo share/locale/ro/LC_MESSAGES/plasma_toolbox_paneltoolbox.mo share/locale/ro/LC_MESSAGES/plasma_wallpaper_color.mo share/locale/ro/LC_MESSAGES/plasma_wallpaper_image.mo share/locale/ro/LC_MESSAGES/plasma_wallpaper_mandelbrot.mo share/locale/ro/LC_MESSAGES/plasma_wallpaper_marble.mo share/locale/ro/LC_MESSAGES/plasma_wallpaper_pattern.mo share/locale/ro/LC_MESSAGES/plasma_wallpaper_virus.mo share/locale/ro/LC_MESSAGES/plasma_wallpaper_weather.mo share/locale/ro/LC_MESSAGES/plasmagenericshell.mo share/locale/ro/LC_MESSAGES/plasmapkg.mo share/locale/ro/LC_MESSAGES/powerdevil.mo share/locale/ro/LC_MESSAGES/powerdevilactivitiesconfig.mo share/locale/ro/LC_MESSAGES/powerdevilglobalconfig.mo share/locale/ro/LC_MESSAGES/powerdevilprofilesconfig.mo share/locale/ro/LC_MESSAGES/print-manager.mo share/locale/ro/LC_MESSAGES/processcore.mo share/locale/ro/LC_MESSAGES/processui.mo share/locale/ro/LC_MESSAGES/randrmonitor.mo share/locale/ro/LC_MESSAGES/rellinks.mo share/locale/ro/LC_MESSAGES/rocs.mo share/locale/ro/LC_MESSAGES/rocscore.mo share/locale/ro/LC_MESSAGES/rocsvisualeditor.mo share/locale/ro/LC_MESSAGES/searchbarplugin.mo share/locale/ro/LC_MESSAGES/solid-hardware.mo share/locale/ro/LC_MESSAGES/solid-network.mo share/locale/ro/LC_MESSAGES/solid_qt.mo share/locale/ro/LC_MESSAGES/solidcontrol.mo share/locale/ro/LC_MESSAGES/soliduiserver.mo share/locale/ro/LC_MESSAGES/step.mo share/locale/ro/LC_MESSAGES/step_qt.mo share/locale/ro/LC_MESSAGES/strigila_diff.mo share/locale/ro/LC_MESSAGES/superkaramba.mo share/locale/ro/LC_MESSAGES/svgpart.mo share/locale/ro/LC_MESSAGES/sweeper.mo share/locale/ro/LC_MESSAGES/systemsettings.mo share/locale/ro/LC_MESSAGES/tasks-mobile.mo share/locale/ro/LC_MESSAGES/timezones4.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/webarchiver.mo share/locale/ro/LC_MESSAGES/xml_mimetypes.mo share/locale/ro/entry.desktop @dirrm share/doc/HTML/ro/kioslave/telnet @dirrm share/doc/HTML/ro/kioslave/tar @dirrm share/doc/HTML/ro/kioslave/smtp @dirrm share/doc/HTML/ro/kioslave/sftp @dirrm share/doc/HTML/ro/kioslave/rlogin @dirrm share/doc/HTML/ro/kioslave/nntp @dirrm share/doc/HTML/ro/kioslave/nfs @dirrm share/doc/HTML/ro/kioslave/news @dirrm share/doc/HTML/ro/kioslave/mailto @dirrm share/doc/HTML/ro/kioslave/ldap @dirrm share/doc/HTML/ro/kioslave/ftp @dirrm share/doc/HTML/ro/kioslave/floppy @dirrm share/doc/HTML/ro/kioslave/finger @dirrm share/doc/HTML/ro/kioslave/file @dirrm share/doc/HTML/ro/kioslave @dirrm share/doc/HTML/ro/khelpcenter/glossary @dirrm share/doc/HTML/ro/khelpcenter @dirrm share/doc/HTML/ro/common @dirrm share/apps/kvtml/ro @dirrm share/apps/kvtml @dirrm share/apps/ktuberling/sounds/ro @dirrm share/apps/ktuberling/sounds @dirrm share/apps/ktuberling Index: head/misc/kde4-l10n-si/distinfo =================================================================== --- head/misc/kde4-l10n-si/distinfo (revision 318451) +++ head/misc/kde4-l10n-si/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/kde-l10n/kde-l10n-si-4.10.1.tar.xz) = c1dde26da6c52ee1f82e7d3b27ebc7c030144d72b735f7898ae55c39e78ab016 -SIZE (KDE/4.10.1/kde-l10n/kde-l10n-si-4.10.1.tar.xz) = 1063964 +SHA256 (KDE/4.10.3/kde-l10n/kde-l10n-si-4.10.3.tar.xz) = 0aeef057fe028d0ebd83d920de9fad093a6b3f4d60df027aca1f0215da5ee88b +SIZE (KDE/4.10.3/kde-l10n/kde-l10n-si-4.10.3.tar.xz) = 1065348 Index: head/misc/kde4-l10n-sk/distinfo =================================================================== --- head/misc/kde4-l10n-sk/distinfo (revision 318451) +++ head/misc/kde4-l10n-sk/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/kde-l10n/kde-l10n-sk-4.10.1.tar.xz) = f715911c7c4b4319c339ca207589cf0136ae97d1262cc756b3e107b1ef79a3b2 -SIZE (KDE/4.10.1/kde-l10n/kde-l10n-sk-4.10.1.tar.xz) = 4357904 +SHA256 (KDE/4.10.3/kde-l10n/kde-l10n-sk-4.10.3.tar.xz) = 2525d70fa871d3a760c3c4b338a83395ce5a5fec88fef354eb9d6ac48a8dab9b +SIZE (KDE/4.10.3/kde-l10n/kde-l10n-sk-4.10.3.tar.xz) = 4381208 Index: head/misc/kde4-l10n-sk/pkg-plist =================================================================== --- head/misc/kde4-l10n-sk/pkg-plist (revision 318451) +++ head/misc/kde4-l10n-sk/pkg-plist (revision 318452) @@ -1,765 +1,764 @@ share/locale/sk/LC_MESSAGES/accountwizard.mo share/locale/sk/LC_MESSAGES/accountwizard_ical.mo share/locale/sk/LC_MESSAGES/accountwizard_imap.mo share/locale/sk/LC_MESSAGES/accountwizard_kolab.mo share/locale/sk/LC_MESSAGES/accountwizard_mailbox.mo share/locale/sk/LC_MESSAGES/accountwizard_maildir.mo share/locale/sk/LC_MESSAGES/accountwizard_pop3.mo share/locale/sk/LC_MESSAGES/accountwizard_tine20.mo share/locale/sk/LC_MESSAGES/activitymanager_plugin_globalshortcuts.mo share/locale/sk/LC_MESSAGES/activitymanager_uihandler_declarative.mo share/locale/sk/LC_MESSAGES/adblock.mo share/locale/sk/LC_MESSAGES/akonadi-filestore.mo share/locale/sk/LC_MESSAGES/akonadi_archivemail_agent.mo share/locale/sk/LC_MESSAGES/akonadi_birthdays_resource.mo share/locale/sk/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/sk/LC_MESSAGES/akonadi_davgroupware_resource.mo share/locale/sk/LC_MESSAGES/akonadi_google_resource.mo share/locale/sk/LC_MESSAGES/akonadi_ical_resource.mo share/locale/sk/LC_MESSAGES/akonadi_icaldir_resource.mo share/locale/sk/LC_MESSAGES/akonadi_imap_resource.mo share/locale/sk/LC_MESSAGES/akonadi_invitations_agent.mo share/locale/sk/LC_MESSAGES/akonadi_kabc_resource.mo share/locale/sk/LC_MESSAGES/akonadi_kalarm_resource.mo share/locale/sk/LC_MESSAGES/akonadi_kcal_resource.mo share/locale/sk/LC_MESSAGES/akonadi_kdeaccounts_resource.mo share/locale/sk/LC_MESSAGES/akonadi_knut_resource.mo share/locale/sk/LC_MESSAGES/akonadi_kolabproxy_resource.mo share/locale/sk/LC_MESSAGES/akonadi_kresourceassistant.mo share/locale/sk/LC_MESSAGES/akonadi_localbookmarks_resource.mo share/locale/sk/LC_MESSAGES/akonadi_maildir_resource.mo share/locale/sk/LC_MESSAGES/akonadi_maildispatcher_agent.mo share/locale/sk/LC_MESSAGES/akonadi_mailfilter_agent.mo share/locale/sk/LC_MESSAGES/akonadi_mailtransport_resource.mo share/locale/sk/LC_MESSAGES/akonadi_mbox_resource.mo share/locale/sk/LC_MESSAGES/akonadi_microblog_resource.mo share/locale/sk/LC_MESSAGES/akonadi_mixedmaildir_resource.mo share/locale/sk/LC_MESSAGES/akonadi_nepomuk_feeder.mo share/locale/sk/LC_MESSAGES/akonadi_nepomuktag_resource.mo share/locale/sk/LC_MESSAGES/akonadi_next.mo share/locale/sk/LC_MESSAGES/akonadi_nntp_resource.mo share/locale/sk/LC_MESSAGES/akonadi_openxchange_resource.mo share/locale/sk/LC_MESSAGES/akonadi_pop3_resource.mo share/locale/sk/LC_MESSAGES/akonadi_serializer_plugins.mo share/locale/sk/LC_MESSAGES/akonadi_singlefile_resource.mo share/locale/sk/LC_MESSAGES/akonadi_strigi_feeder.mo share/locale/sk/LC_MESSAGES/akonadi_vcard_resource.mo share/locale/sk/LC_MESSAGES/akonadi_vcarddir_resource.mo share/locale/sk/LC_MESSAGES/akonadicontact.mo share/locale/sk/LC_MESSAGES/akonadinotes.mo share/locale/sk/LC_MESSAGES/akonaditray.mo share/locale/sk/LC_MESSAGES/akregator.mo share/locale/sk/LC_MESSAGES/akregator_konqplugin.mo share/locale/sk/LC_MESSAGES/amor.mo share/locale/sk/LC_MESSAGES/analitza.mo share/locale/sk/LC_MESSAGES/ark.mo share/locale/sk/LC_MESSAGES/attica_kde.mo share/locale/sk/LC_MESSAGES/audiocd_encoder_lame.mo share/locale/sk/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/sk/LC_MESSAGES/audiorename_plugin.mo share/locale/sk/LC_MESSAGES/autorefresh.mo share/locale/sk/LC_MESSAGES/babelfish.mo share/locale/sk/LC_MESSAGES/blinken.mo share/locale/sk/LC_MESSAGES/blogilo.mo share/locale/sk/LC_MESSAGES/bomber.mo share/locale/sk/LC_MESSAGES/bovo.mo share/locale/sk/LC_MESSAGES/calendarsupport.mo share/locale/sk/LC_MESSAGES/cantor.mo share/locale/sk/LC_MESSAGES/cervisia.mo share/locale/sk/LC_MESSAGES/cryptopageplugin.mo share/locale/sk/LC_MESSAGES/cvsservice.mo share/locale/sk/LC_MESSAGES/dirfilterplugin.mo share/locale/sk/LC_MESSAGES/display.mo share/locale/sk/LC_MESSAGES/dolphin.mo share/locale/sk/LC_MESSAGES/domtreeviewer.mo share/locale/sk/LC_MESSAGES/dragonplayer.mo share/locale/sk/LC_MESSAGES/drkonqi.mo share/locale/sk/LC_MESSAGES/filelight.mo share/locale/sk/LC_MESSAGES/filetypes.mo share/locale/sk/LC_MESSAGES/fileviewbazaarplugin.mo share/locale/sk/LC_MESSAGES/fileviewgitplugin.mo share/locale/sk/LC_MESSAGES/fileviewhgplugin.mo share/locale/sk/LC_MESSAGES/fileviewsvnplugin.mo share/locale/sk/LC_MESSAGES/freespacenotifier.mo share/locale/sk/LC_MESSAGES/fsview.mo share/locale/sk/LC_MESSAGES/granatier.mo share/locale/sk/LC_MESSAGES/gwenview.mo share/locale/sk/LC_MESSAGES/htmlsearch.mo share/locale/sk/LC_MESSAGES/imagerename_plugin.mo share/locale/sk/LC_MESSAGES/imgalleryplugin.mo share/locale/sk/LC_MESSAGES/importwizard.mo share/locale/sk/LC_MESSAGES/jovie.mo share/locale/sk/LC_MESSAGES/joystick.mo share/locale/sk/LC_MESSAGES/juk.mo share/locale/sk/LC_MESSAGES/kabc.mo share/locale/sk/LC_MESSAGES/kabc_akonadi.mo share/locale/sk/LC_MESSAGES/kabc_dir.mo share/locale/sk/LC_MESSAGES/kabc_file.mo share/locale/sk/LC_MESSAGES/kabc_ldapkio.mo share/locale/sk/LC_MESSAGES/kabc_net.mo share/locale/sk/LC_MESSAGES/kabcclient.mo share/locale/sk/LC_MESSAGES/kabcformat_binary.mo share/locale/sk/LC_MESSAGES/kaccess.mo share/locale/sk/LC_MESSAGES/kaccessibleapp.mo share/locale/sk/LC_MESSAGES/kactivitymanagerd.mo share/locale/sk/LC_MESSAGES/kactivitymanagerd_fileitem_linking_plugin.mo share/locale/sk/LC_MESSAGES/kaddressbook-mobile.mo share/locale/sk/LC_MESSAGES/kaddressbook.mo share/locale/sk/LC_MESSAGES/kaddressbookmigrator.mo share/locale/sk/LC_MESSAGES/kajongg.mo share/locale/sk/LC_MESSAGES/kalarm.mo share/locale/sk/LC_MESSAGES/kalgebra.mo share/locale/sk/LC_MESSAGES/kalzium.mo share/locale/sk/LC_MESSAGES/kanagram-harmattan.mo share/locale/sk/LC_MESSAGES/kanagram.mo share/locale/sk/LC_MESSAGES/kapman.mo share/locale/sk/LC_MESSAGES/kapptemplate.mo share/locale/sk/LC_MESSAGES/kate-ctags-plugin.mo share/locale/sk/LC_MESSAGES/kate.mo share/locale/sk/LC_MESSAGES/kate_kttsd.mo share/locale/sk/LC_MESSAGES/katebacktracebrowserplugin.mo share/locale/sk/LC_MESSAGES/katebuild-plugin.mo share/locale/sk/LC_MESSAGES/katefilebrowserplugin.mo share/locale/sk/LC_MESSAGES/katefiletemplates.mo share/locale/sk/LC_MESSAGES/kategdbplugin.mo share/locale/sk/LC_MESSAGES/katehelloworld.mo share/locale/sk/LC_MESSAGES/katekonsoleplugin.mo share/locale/sk/LC_MESSAGES/katemailfilesplugin.mo share/locale/sk/LC_MESSAGES/kateopenheader.mo share/locale/sk/LC_MESSAGES/katepart4.mo share/locale/sk/LC_MESSAGES/kateproject.mo share/locale/sk/LC_MESSAGES/katesearch.mo share/locale/sk/LC_MESSAGES/katesnippets_tng.mo share/locale/sk/LC_MESSAGES/katesnippetsplugin.mo share/locale/sk/LC_MESSAGES/katesql.mo share/locale/sk/LC_MESSAGES/katesymbolviewer.mo share/locale/sk/LC_MESSAGES/katetabbarextension.mo share/locale/sk/LC_MESSAGES/katetabifyplugin.mo share/locale/sk/LC_MESSAGES/katetextfilter.mo share/locale/sk/LC_MESSAGES/katexmlcheck.mo share/locale/sk/LC_MESSAGES/katexmltools.mo share/locale/sk/LC_MESSAGES/katomic.mo share/locale/sk/LC_MESSAGES/kbattleship.mo share/locale/sk/LC_MESSAGES/kblackbox.mo share/locale/sk/LC_MESSAGES/kblankscrn.mo share/locale/sk/LC_MESSAGES/kblocks.mo share/locale/sk/LC_MESSAGES/kbounce.mo share/locale/sk/LC_MESSAGES/kbreakout.mo share/locale/sk/LC_MESSAGES/kbruch.mo share/locale/sk/LC_MESSAGES/kcachegrind.mo share/locale/sk/LC_MESSAGES/kcachegrind_qt.mo share/locale/sk/LC_MESSAGES/kcal_akonadi.mo share/locale/sk/LC_MESSAGES/kcalc.mo share/locale/sk/LC_MESSAGES/kcertpart.mo share/locale/sk/LC_MESSAGES/kcharselect.mo share/locale/sk/LC_MESSAGES/kcm-kwin-scripts.mo share/locale/sk/LC_MESSAGES/kcm_activities.mo share/locale/sk/LC_MESSAGES/kcm_akonadi.mo share/locale/sk/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/sk/LC_MESSAGES/kcm_attica.mo share/locale/sk/LC_MESSAGES/kcm_autostart.mo share/locale/sk/LC_MESSAGES/kcm_desktoppaths.mo share/locale/sk/LC_MESSAGES/kcm_desktopthemedetails.mo share/locale/sk/LC_MESSAGES/kcm_device_automounter.mo share/locale/sk/LC_MESSAGES/kcm_emoticons.mo share/locale/sk/LC_MESSAGES/kcm_infobase.mo share/locale/sk/LC_MESSAGES/kcm_infosummary.mo -share/locale/sk/LC_MESSAGES/kcm_krfb.mo share/locale/sk/LC_MESSAGES/kcm_kwindesktop.mo share/locale/sk/LC_MESSAGES/kcm_kwintabbox.mo share/locale/sk/LC_MESSAGES/kcm_memory.mo share/locale/sk/LC_MESSAGES/kcm_nepomuk.mo share/locale/sk/LC_MESSAGES/kcm_pci.mo share/locale/sk/LC_MESSAGES/kcm_phonon.mo share/locale/sk/LC_MESSAGES/kcm_platform.mo share/locale/sk/LC_MESSAGES/kcm_remotecontrol.mo share/locale/sk/LC_MESSAGES/kcm_solid.mo share/locale/sk/LC_MESSAGES/kcm_solid_actions.mo share/locale/sk/LC_MESSAGES/kcm_standard_actions.mo share/locale/sk/LC_MESSAGES/kcmaccess.mo share/locale/sk/LC_MESSAGES/kcmaudiocd.mo share/locale/sk/LC_MESSAGES/kcmbackground.mo share/locale/sk/LC_MESSAGES/kcmbell.mo share/locale/sk/LC_MESSAGES/kcmcddb.mo share/locale/sk/LC_MESSAGES/kcmcgi.mo share/locale/sk/LC_MESSAGES/kcmcolors.mo share/locale/sk/LC_MESSAGES/kcmcomponentchooser.mo share/locale/sk/LC_MESSAGES/kcmcrypto.mo share/locale/sk/LC_MESSAGES/kcmdevinfo.mo share/locale/sk/LC_MESSAGES/kcmfonts.mo share/locale/sk/LC_MESSAGES/kcmhtmlsearch.mo share/locale/sk/LC_MESSAGES/kcmicons.mo share/locale/sk/LC_MESSAGES/kcminfo.mo share/locale/sk/LC_MESSAGES/kcminit.mo share/locale/sk/LC_MESSAGES/kcminput.mo share/locale/sk/LC_MESSAGES/kcmkamera.mo share/locale/sk/LC_MESSAGES/kcmkclock.mo share/locale/sk/LC_MESSAGES/kcmkded.mo share/locale/sk/LC_MESSAGES/kcmkdnssd.mo share/locale/sk/LC_MESSAGES/kcmkeyboard.mo share/locale/sk/LC_MESSAGES/kcmkeys.mo share/locale/sk/LC_MESSAGES/kcmkgamma.mo share/locale/sk/LC_MESSAGES/kcmkio.mo share/locale/sk/LC_MESSAGES/kcmkonq.mo share/locale/sk/LC_MESSAGES/kcmkonqhtml.mo share/locale/sk/LC_MESSAGES/kcmkurifilt.mo share/locale/sk/LC_MESSAGES/kcmkwallet.mo share/locale/sk/LC_MESSAGES/kcmkwincompositing.mo share/locale/sk/LC_MESSAGES/kcmkwindecoration.mo share/locale/sk/LC_MESSAGES/kcmkwinrules.mo share/locale/sk/LC_MESSAGES/kcmkwinscreenedges.mo share/locale/sk/LC_MESSAGES/kcmkwm.mo share/locale/sk/LC_MESSAGES/kcmlaunch.mo share/locale/sk/LC_MESSAGES/kcmlocale.mo share/locale/sk/LC_MESSAGES/kcmnic.mo share/locale/sk/LC_MESSAGES/kcmnotify.mo share/locale/sk/LC_MESSAGES/kcmopengl.mo share/locale/sk/LC_MESSAGES/kcmperformance.mo share/locale/sk/LC_MESSAGES/kcmsamba.mo share/locale/sk/LC_MESSAGES/kcmscreensaver.mo share/locale/sk/LC_MESSAGES/kcmshell.mo share/locale/sk/LC_MESSAGES/kcmsmartcard.mo share/locale/sk/LC_MESSAGES/kcmsmserver.mo share/locale/sk/LC_MESSAGES/kcmstyle.mo share/locale/sk/LC_MESSAGES/kcmusb.mo share/locale/sk/LC_MESSAGES/kcmview1394.mo share/locale/sk/LC_MESSAGES/kcmworkspaceoptions.mo share/locale/sk/LC_MESSAGES/kcolorchooser.mo share/locale/sk/LC_MESSAGES/kcron.mo share/locale/sk/LC_MESSAGES/kde-menu.mo share/locale/sk/LC_MESSAGES/kdeasciiquarium.mo share/locale/sk/LC_MESSAGES/kdebugdialog.mo share/locale/sk/LC_MESSAGES/kdecalendarsystems.mo share/locale/sk/LC_MESSAGES/kdelibs4.mo share/locale/sk/LC_MESSAGES/kdelibs_colors4.mo share/locale/sk/LC_MESSAGES/kdepasswd.mo share/locale/sk/LC_MESSAGES/kdepim-runtime-qml.mo share/locale/sk/LC_MESSAGES/kdeqt.mo share/locale/sk/LC_MESSAGES/kdesu.mo share/locale/sk/LC_MESSAGES/kdesud.mo share/locale/sk/LC_MESSAGES/kdf.mo share/locale/sk/LC_MESSAGES/kdgantt2.mo share/locale/sk/LC_MESSAGES/kdialog.mo share/locale/sk/LC_MESSAGES/kdiamond.mo share/locale/sk/LC_MESSAGES/kdmconfig.mo share/locale/sk/LC_MESSAGES/kdmgreet.mo share/locale/sk/LC_MESSAGES/kdontchangethehostname.mo share/locale/sk/LC_MESSAGES/keditbookmarks.mo share/locale/sk/LC_MESSAGES/kfile.mo share/locale/sk/LC_MESSAGES/kfile_dds.mo share/locale/sk/LC_MESSAGES/kfile_drgeo.mo share/locale/sk/LC_MESSAGES/kfile_exr.mo share/locale/sk/LC_MESSAGES/kfile_kig.mo share/locale/sk/LC_MESSAGES/kfile_mail.mo share/locale/sk/LC_MESSAGES/kfile_pnm.mo share/locale/sk/LC_MESSAGES/kfile_raw.mo share/locale/sk/LC_MESSAGES/kfile_rgb.mo share/locale/sk/LC_MESSAGES/kfile_rpm.mo share/locale/sk/LC_MESSAGES/kfile_tiff.mo share/locale/sk/LC_MESSAGES/kfile_xps.mo share/locale/sk/LC_MESSAGES/kfileaudiopreview4.mo share/locale/sk/LC_MESSAGES/kfilereplace.mo share/locale/sk/LC_MESSAGES/kfileshare.mo share/locale/sk/LC_MESSAGES/kfindpart.mo share/locale/sk/LC_MESSAGES/kfloppy.mo share/locale/sk/LC_MESSAGES/kfmclient.mo share/locale/sk/LC_MESSAGES/kfontinst.mo share/locale/sk/LC_MESSAGES/kfourinline.mo share/locale/sk/LC_MESSAGES/kgeography.mo share/locale/sk/LC_MESSAGES/kget.mo share/locale/sk/LC_MESSAGES/kgetplugin.mo share/locale/sk/LC_MESSAGES/kglobalaccel.mo share/locale/sk/LC_MESSAGES/kgoldrunner.mo share/locale/sk/LC_MESSAGES/kgpg.mo share/locale/sk/LC_MESSAGES/kgreet_classic.mo share/locale/sk/LC_MESSAGES/kgreet_generic.mo share/locale/sk/LC_MESSAGES/kgreet_winbind.mo share/locale/sk/LC_MESSAGES/khangman.mo share/locale/sk/LC_MESSAGES/khelpcenter.mo share/locale/sk/LC_MESSAGES/khotkeys.mo share/locale/sk/LC_MESSAGES/khotnewstuff.mo share/locale/sk/LC_MESSAGES/khtmlkttsd.mo share/locale/sk/LC_MESSAGES/khtmlsettingsplugin.mo share/locale/sk/LC_MESSAGES/kiconfinder.mo share/locale/sk/LC_MESSAGES/kig.mo share/locale/sk/LC_MESSAGES/kigo.mo share/locale/sk/LC_MESSAGES/killbots.mo share/locale/sk/LC_MESSAGES/kimagemapeditor.mo -share/locale/sk/LC_MESSAGES/kinetd.mo share/locale/sk/LC_MESSAGES/kinfocenter.mo share/locale/sk/LC_MESSAGES/kio4.mo share/locale/sk/LC_MESSAGES/kio_activities.mo share/locale/sk/LC_MESSAGES/kio_akonadi.mo share/locale/sk/LC_MESSAGES/kio_applications.mo share/locale/sk/LC_MESSAGES/kio_archive.mo share/locale/sk/LC_MESSAGES/kio_audiocd.mo share/locale/sk/LC_MESSAGES/kio_bookmarks.mo share/locale/sk/LC_MESSAGES/kio_finger.mo share/locale/sk/LC_MESSAGES/kio_fish.mo share/locale/sk/LC_MESSAGES/kio_floppy.mo share/locale/sk/LC_MESSAGES/kio_help4.mo share/locale/sk/LC_MESSAGES/kio_imap4.mo share/locale/sk/LC_MESSAGES/kio_info.mo share/locale/sk/LC_MESSAGES/kio_jabberdisco.mo share/locale/sk/LC_MESSAGES/kio_ldap.mo share/locale/sk/LC_MESSAGES/kio_man.mo share/locale/sk/LC_MESSAGES/kio_mbox.mo share/locale/sk/LC_MESSAGES/kio_nepomuk.mo share/locale/sk/LC_MESSAGES/kio_nepomuksearch.mo share/locale/sk/LC_MESSAGES/kio_nfs.mo share/locale/sk/LC_MESSAGES/kio_nntp.mo share/locale/sk/LC_MESSAGES/kio_perldoc.mo share/locale/sk/LC_MESSAGES/kio_pop3.mo share/locale/sk/LC_MESSAGES/kio_recentdocuments.mo share/locale/sk/LC_MESSAGES/kio_remote.mo share/locale/sk/LC_MESSAGES/kio_sftp.mo share/locale/sk/LC_MESSAGES/kio_sieve.mo share/locale/sk/LC_MESSAGES/kio_smb.mo share/locale/sk/LC_MESSAGES/kio_smtp.mo share/locale/sk/LC_MESSAGES/kio_svn.mo share/locale/sk/LC_MESSAGES/kio_tags.mo share/locale/sk/LC_MESSAGES/kio_thumbnail.mo share/locale/sk/LC_MESSAGES/kio_timeline.mo share/locale/sk/LC_MESSAGES/kio_trash.mo share/locale/sk/LC_MESSAGES/kio_zeroconf.mo share/locale/sk/LC_MESSAGES/kioclient.mo share/locale/sk/LC_MESSAGES/kioexec.mo share/locale/sk/LC_MESSAGES/kipiplugin_kxmlhelloworld.mo share/locale/sk/LC_MESSAGES/kiriki.mo share/locale/sk/LC_MESSAGES/kiten.mo share/locale/sk/LC_MESSAGES/kjots.mo share/locale/sk/LC_MESSAGES/kjotsmigrator.mo share/locale/sk/LC_MESSAGES/kjumpingcube.mo share/locale/sk/LC_MESSAGES/kleopatra.mo share/locale/sk/LC_MESSAGES/klettres.mo share/locale/sk/LC_MESSAGES/klickety.mo share/locale/sk/LC_MESSAGES/klines.mo share/locale/sk/LC_MESSAGES/klinkstatus.mo share/locale/sk/LC_MESSAGES/klipper.mo share/locale/sk/LC_MESSAGES/klock.mo share/locale/sk/LC_MESSAGES/kmag.mo share/locale/sk/LC_MESSAGES/kmahjongg.mo share/locale/sk/LC_MESSAGES/kmail-migrator.mo share/locale/sk/LC_MESSAGES/kmail-mobile.mo share/locale/sk/LC_MESSAGES/kmail.mo share/locale/sk/LC_MESSAGES/kmailcvt.mo share/locale/sk/LC_MESSAGES/kmenuedit.mo share/locale/sk/LC_MESSAGES/kmimetypefinder.mo share/locale/sk/LC_MESSAGES/kmines.mo share/locale/sk/LC_MESSAGES/kmix.mo share/locale/sk/LC_MESSAGES/kmousetool.mo share/locale/sk/LC_MESSAGES/kmouth.mo share/locale/sk/LC_MESSAGES/kmplot.mo share/locale/sk/LC_MESSAGES/knetattach.mo share/locale/sk/LC_MESSAGES/knetwalk.mo share/locale/sk/LC_MESSAGES/knode.mo share/locale/sk/LC_MESSAGES/knotes.mo share/locale/sk/LC_MESSAGES/knotify4.mo share/locale/sk/LC_MESSAGES/kolf.mo share/locale/sk/LC_MESSAGES/kollision.mo share/locale/sk/LC_MESSAGES/kolourpaint.mo share/locale/sk/LC_MESSAGES/kommander.mo share/locale/sk/LC_MESSAGES/kompare.mo share/locale/sk/LC_MESSAGES/konqprofiles.mo share/locale/sk/LC_MESSAGES/konqueror.mo share/locale/sk/LC_MESSAGES/konquest.mo share/locale/sk/LC_MESSAGES/konsole.mo share/locale/sk/LC_MESSAGES/konsolekalendar.mo share/locale/sk/LC_MESSAGES/konsoleprofiles.mo share/locale/sk/LC_MESSAGES/kontact.mo share/locale/sk/LC_MESSAGES/kontactinterfaces.mo share/locale/sk/LC_MESSAGES/kopete.mo share/locale/sk/LC_MESSAGES/korganizer-mobile.mo share/locale/sk/LC_MESSAGES/korganizer.mo share/locale/sk/LC_MESSAGES/kpartloader.mo share/locale/sk/LC_MESSAGES/kpartsaver.mo share/locale/sk/LC_MESSAGES/kpasswdserver.mo share/locale/sk/LC_MESSAGES/kpat.mo share/locale/sk/LC_MESSAGES/kppp.mo share/locale/sk/LC_MESSAGES/kppplogview.mo share/locale/sk/LC_MESSAGES/kquitapp.mo share/locale/sk/LC_MESSAGES/krandr.mo share/locale/sk/LC_MESSAGES/krcdnotifieritem.mo share/locale/sk/LC_MESSAGES/krdb.mo share/locale/sk/LC_MESSAGES/krdc.mo share/locale/sk/LC_MESSAGES/kreadconfig.mo share/locale/sk/LC_MESSAGES/kremotecontroldaemon.mo share/locale/sk/LC_MESSAGES/kres-migrator.mo share/locale/sk/LC_MESSAGES/kres_blog.mo share/locale/sk/LC_MESSAGES/kres_remote.mo share/locale/sk/LC_MESSAGES/kresources_shared_akonadi.mo share/locale/sk/LC_MESSAGES/kreversi.mo share/locale/sk/LC_MESSAGES/krfb.mo share/locale/sk/LC_MESSAGES/kruler.mo share/locale/sk/LC_MESSAGES/krunner.mo share/locale/sk/LC_MESSAGES/ksaneplugin.mo share/locale/sk/LC_MESSAGES/kscd.mo share/locale/sk/LC_MESSAGES/kscreenlocker.mo share/locale/sk/LC_MESSAGES/kscreenlocker_greet.mo share/locale/sk/LC_MESSAGES/kscreensaver.mo share/locale/sk/LC_MESSAGES/ksendemail.mo share/locale/sk/LC_MESSAGES/ksgrd.mo share/locale/sk/LC_MESSAGES/kshellcmdplugin.mo share/locale/sk/LC_MESSAGES/kshisen.mo share/locale/sk/LC_MESSAGES/kshorturifilter.mo share/locale/sk/LC_MESSAGES/ksirk.mo share/locale/sk/LC_MESSAGES/ksirkskineditor.mo share/locale/sk/LC_MESSAGES/ksmserver.mo share/locale/sk/LC_MESSAGES/ksnapshot.mo share/locale/sk/LC_MESSAGES/kspaceduel.mo share/locale/sk/LC_MESSAGES/ksplashthemes.mo share/locale/sk/LC_MESSAGES/ksquares.mo share/locale/sk/LC_MESSAGES/kstars.mo share/locale/sk/LC_MESSAGES/kstart.mo share/locale/sk/LC_MESSAGES/kstartperf.mo share/locale/sk/LC_MESSAGES/kstyle_config.mo share/locale/sk/LC_MESSAGES/kstyle_phase_config.mo share/locale/sk/LC_MESSAGES/ksudoku.mo share/locale/sk/LC_MESSAGES/ksysguard.mo share/locale/sk/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/sk/LC_MESSAGES/ksystemlog.mo share/locale/sk/LC_MESSAGES/ksystraycmd.mo share/locale/sk/LC_MESSAGES/kteatime.mo share/locale/sk/LC_MESSAGES/ktesnippets_editor.mo share/locale/sk/LC_MESSAGES/ktexteditor_codesnippets_core.mo share/locale/sk/LC_MESSAGES/ktexteditor_plugins.mo share/locale/sk/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/sk/LC_MESSAGES/ktimer.mo share/locale/sk/LC_MESSAGES/ktimetracker.mo share/locale/sk/LC_MESSAGES/ktnef.mo share/locale/sk/LC_MESSAGES/ktouch.mo share/locale/sk/LC_MESSAGES/ktouchpadenabler.mo share/locale/sk/LC_MESSAGES/ktraderclient.mo share/locale/sk/LC_MESSAGES/ktron.mo share/locale/sk/LC_MESSAGES/ktuberling.mo share/locale/sk/LC_MESSAGES/kturtle.mo share/locale/sk/LC_MESSAGES/ktux.mo share/locale/sk/LC_MESSAGES/kubrick.mo share/locale/sk/LC_MESSAGES/kuiserver.mo share/locale/sk/LC_MESSAGES/kuiviewer.mo share/locale/sk/LC_MESSAGES/kurifilter.mo share/locale/sk/LC_MESSAGES/kuser.mo share/locale/sk/LC_MESSAGES/kwalletd.mo share/locale/sk/LC_MESSAGES/kwalletmanager.mo share/locale/sk/LC_MESSAGES/kwatchgnupg.mo share/locale/sk/LC_MESSAGES/kwin.mo share/locale/sk/LC_MESSAGES/kwin_art_clients.mo share/locale/sk/LC_MESSAGES/kwin_clients.mo share/locale/sk/LC_MESSAGES/kwin_effects.mo share/locale/sk/LC_MESSAGES/kwinshutdown.mo share/locale/sk/LC_MESSAGES/kwinstartmenu.mo share/locale/sk/LC_MESSAGES/kwordquiz.mo share/locale/sk/LC_MESSAGES/kwrite.mo share/locale/sk/LC_MESSAGES/kwriteconfig.mo share/locale/sk/LC_MESSAGES/kxkb.mo share/locale/sk/LC_MESSAGES/kxsconfig.mo share/locale/sk/LC_MESSAGES/lancelot.mo share/locale/sk/LC_MESSAGES/libakonadi-calendar.mo share/locale/sk/LC_MESSAGES/libakonadi-kmime.mo share/locale/sk/LC_MESSAGES/libakonadi.mo share/locale/sk/LC_MESSAGES/libeventviews.mo share/locale/sk/LC_MESSAGES/libincidenceeditors.mo share/locale/sk/LC_MESSAGES/libkalarmcal.mo share/locale/sk/LC_MESSAGES/libkasten.mo share/locale/sk/LC_MESSAGES/libkblog.mo share/locale/sk/LC_MESSAGES/libkcal.mo share/locale/sk/LC_MESSAGES/libkcalutils.mo share/locale/sk/LC_MESSAGES/libkcddb.mo share/locale/sk/LC_MESSAGES/libkcompactdisc.mo share/locale/sk/LC_MESSAGES/libkdcraw.mo share/locale/sk/LC_MESSAGES/libkdecorations.mo share/locale/sk/LC_MESSAGES/libkdeedu.mo share/locale/sk/LC_MESSAGES/libkdegames.mo share/locale/sk/LC_MESSAGES/libkdepim.mo share/locale/sk/LC_MESSAGES/libkdepimmobileui.mo share/locale/sk/LC_MESSAGES/libkexiv2.mo share/locale/sk/LC_MESSAGES/libkholidays.mo share/locale/sk/LC_MESSAGES/libkimap.mo share/locale/sk/LC_MESSAGES/libkipi.mo share/locale/sk/LC_MESSAGES/libkldap.mo share/locale/sk/LC_MESSAGES/libkleopatra.mo share/locale/sk/LC_MESSAGES/libkmahjongg.mo share/locale/sk/LC_MESSAGES/libkmime.mo share/locale/sk/LC_MESSAGES/libkonq.mo share/locale/sk/LC_MESSAGES/libkpgp.mo share/locale/sk/LC_MESSAGES/libkpimidentities.mo share/locale/sk/LC_MESSAGES/libkpimtextedit.mo share/locale/sk/LC_MESSAGES/libkpimutils.mo share/locale/sk/LC_MESSAGES/libkremotecontrol.mo share/locale/sk/LC_MESSAGES/libkresources.mo share/locale/sk/LC_MESSAGES/libksane.mo share/locale/sk/LC_MESSAGES/libkscreensaver.mo share/locale/sk/LC_MESSAGES/libksieve.mo share/locale/sk/LC_MESSAGES/libktnef.mo share/locale/sk/LC_MESSAGES/libkunitconversion.mo share/locale/sk/LC_MESSAGES/libkworkspace.mo share/locale/sk/LC_MESSAGES/libkxmlrpcclient.mo share/locale/sk/LC_MESSAGES/liblancelot-datamodels.mo share/locale/sk/LC_MESSAGES/libmailcommon.mo share/locale/sk/LC_MESSAGES/libmailimporter.mo share/locale/sk/LC_MESSAGES/libmailtransport.mo share/locale/sk/LC_MESSAGES/libmessagecomposer.mo share/locale/sk/LC_MESSAGES/libmessagecore.mo share/locale/sk/LC_MESSAGES/libmessagelist.mo share/locale/sk/LC_MESSAGES/libmessageviewer.mo share/locale/sk/LC_MESSAGES/liboktetacore.mo share/locale/sk/LC_MESSAGES/liboktetagui.mo share/locale/sk/LC_MESSAGES/liboktetakasten.mo share/locale/sk/LC_MESSAGES/liboxygenstyleconfig.mo share/locale/sk/LC_MESSAGES/libphonon.mo share/locale/sk/LC_MESSAGES/libpimcommon.mo share/locale/sk/LC_MESSAGES/libplasma.mo share/locale/sk/LC_MESSAGES/libplasma_groupingcontainment.mo share/locale/sk/LC_MESSAGES/libplasmaclock.mo share/locale/sk/LC_MESSAGES/libplasmaweather.mo share/locale/sk/LC_MESSAGES/libtaskmanager.mo share/locale/sk/LC_MESSAGES/libtemplateparser.mo share/locale/sk/LC_MESSAGES/lokalize.mo share/locale/sk/LC_MESSAGES/lskat.mo share/locale/sk/LC_MESSAGES/mailreader.mo share/locale/sk/LC_MESSAGES/marble.mo share/locale/sk/LC_MESSAGES/marble_qt.mo share/locale/sk/LC_MESSAGES/marble_xml_mimetypes.mo share/locale/sk/LC_MESSAGES/messageviewer_application_mstnef_plugin.mo share/locale/sk/LC_MESSAGES/messageviewer_text_calendar_plugin.mo share/locale/sk/LC_MESSAGES/messageviewer_text_vcard_plugin.mo share/locale/sk/LC_MESSAGES/messageviewer_text_xdiff_plugin.mo share/locale/sk/LC_MESSAGES/mf_konqplugin.mo share/locale/sk/LC_MESSAGES/minitoolsplugin.mo share/locale/sk/LC_MESSAGES/mplayerthumbs.mo share/locale/sk/LC_MESSAGES/mplayerthumbsconfig.mo share/locale/sk/LC_MESSAGES/nepomukbackup.mo share/locale/sk/LC_MESSAGES/nepomukcleaner.mo share/locale/sk/LC_MESSAGES/nepomukcontroller.mo share/locale/sk/LC_MESSAGES/nepomukfileindexer.mo +share/locale/sk/LC_MESSAGES/nepomukpimindexerutility.mo share/locale/sk/LC_MESSAGES/nepomukqueryservice.mo share/locale/sk/LC_MESSAGES/nepomukserver.mo share/locale/sk/LC_MESSAGES/nepomukservicestub.mo share/locale/sk/LC_MESSAGES/nepomukstorage.mo share/locale/sk/LC_MESSAGES/nepomukwidgets.mo share/locale/sk/LC_MESSAGES/newmailnotifieragent.mo share/locale/sk/LC_MESSAGES/notes-mobile.mo share/locale/sk/LC_MESSAGES/nsplugin.mo share/locale/sk/LC_MESSAGES/okteta-mobile.mo share/locale/sk/LC_MESSAGES/okteta.mo share/locale/sk/LC_MESSAGES/oktetapart.mo share/locale/sk/LC_MESSAGES/okular.mo share/locale/sk/LC_MESSAGES/okular_chm.mo share/locale/sk/LC_MESSAGES/okular_comicbook.mo share/locale/sk/LC_MESSAGES/okular_djvu.mo share/locale/sk/LC_MESSAGES/okular_dvi.mo share/locale/sk/LC_MESSAGES/okular_epub.mo share/locale/sk/LC_MESSAGES/okular_fax.mo share/locale/sk/LC_MESSAGES/okular_fictionbook.mo share/locale/sk/LC_MESSAGES/okular_ghostview.mo share/locale/sk/LC_MESSAGES/okular_kimgio.mo share/locale/sk/LC_MESSAGES/okular_mobi.mo share/locale/sk/LC_MESSAGES/okular_ooo.mo share/locale/sk/LC_MESSAGES/okular_plucker.mo share/locale/sk/LC_MESSAGES/okular_poppler.mo share/locale/sk/LC_MESSAGES/okular_tiff.mo share/locale/sk/LC_MESSAGES/okular_xps.mo share/locale/sk/LC_MESSAGES/org.kde.active.documentviewer.mo share/locale/sk/LC_MESSAGES/pairs.mo share/locale/sk/LC_MESSAGES/pairseditor.mo share/locale/sk/LC_MESSAGES/palapeli.mo share/locale/sk/LC_MESSAGES/parley.mo share/locale/sk/LC_MESSAGES/phonon_gstreamer.mo share/locale/sk/LC_MESSAGES/phonon_kde.mo share/locale/sk/LC_MESSAGES/phonon_vlc.mo share/locale/sk/LC_MESSAGES/phononserver.mo share/locale/sk/LC_MESSAGES/picmi.mo share/locale/sk/LC_MESSAGES/pimsettingexporter.mo share/locale/sk/LC_MESSAGES/plasma-desktop.mo share/locale/sk/LC_MESSAGES/plasma-netbook.mo share/locale/sk/LC_MESSAGES/plasma-overlay.mo share/locale/sk/LC_MESSAGES/plasma-remote-helper.mo share/locale/sk/LC_MESSAGES/plasma-windowed.mo share/locale/sk/LC_MESSAGES/plasma_applet_BbalL.mo share/locale/sk/LC_MESSAGES/plasma_applet_CharSelectApplet.mo share/locale/sk/LC_MESSAGES/plasma_applet_Molmasscalculator.mo share/locale/sk/LC_MESSAGES/plasma_applet_akonotes_note.mo share/locale/sk/LC_MESSAGES/plasma_applet_battery.mo share/locale/sk/LC_MESSAGES/plasma_applet_binaryclock.mo share/locale/sk/LC_MESSAGES/plasma_applet_bookmarks.mo share/locale/sk/LC_MESSAGES/plasma_applet_bubblemon.mo share/locale/sk/LC_MESSAGES/plasma_applet_calculator.mo share/locale/sk/LC_MESSAGES/plasma_applet_clock.mo share/locale/sk/LC_MESSAGES/plasma_applet_comic.mo share/locale/sk/LC_MESSAGES/plasma_applet_concentrationCalculator.mo share/locale/sk/LC_MESSAGES/plasma_applet_currentappcontrol.mo share/locale/sk/LC_MESSAGES/plasma_applet_dig_clock.mo share/locale/sk/LC_MESSAGES/plasma_applet_fifteenPuzzle.mo share/locale/sk/LC_MESSAGES/plasma_applet_fileWatcher.mo share/locale/sk/LC_MESSAGES/plasma_applet_folderview.mo share/locale/sk/LC_MESSAGES/plasma_applet_frame.mo share/locale/sk/LC_MESSAGES/plasma_applet_fuzzy_clock.mo share/locale/sk/LC_MESSAGES/plasma_applet_gasCalculator.mo share/locale/sk/LC_MESSAGES/plasma_applet_groupingpanel.mo share/locale/sk/LC_MESSAGES/plasma_applet_icon.mo share/locale/sk/LC_MESSAGES/plasma_applet_icontasks.mo share/locale/sk/LC_MESSAGES/plasma_applet_incomingmsg.mo share/locale/sk/LC_MESSAGES/plasma_applet_kalgebra.mo share/locale/sk/LC_MESSAGES/plasma_applet_kalzium.mo share/locale/sk/LC_MESSAGES/plasma_applet_katesession.mo share/locale/sk/LC_MESSAGES/plasma_applet_kdeobservatory.mo share/locale/sk/LC_MESSAGES/plasma_applet_kget.mo share/locale/sk/LC_MESSAGES/plasma_applet_kimpanel.mo share/locale/sk/LC_MESSAGES/plasma_applet_knowledgebase.mo share/locale/sk/LC_MESSAGES/plasma_applet_kolourpicker.mo share/locale/sk/LC_MESSAGES/plasma_applet_kpapplet.mo share/locale/sk/LC_MESSAGES/plasma_applet_launcher.mo share/locale/sk/LC_MESSAGES/plasma_applet_leavenote.mo share/locale/sk/LC_MESSAGES/plasma_applet_life.mo share/locale/sk/LC_MESSAGES/plasma_applet_lockout.mo share/locale/sk/LC_MESSAGES/plasma_applet_luna.mo share/locale/sk/LC_MESSAGES/plasma_applet_magnifique.mo share/locale/sk/LC_MESSAGES/plasma_applet_microblog.mo share/locale/sk/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/sk/LC_MESSAGES/plasma_applet_news.mo share/locale/sk/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/sk/LC_MESSAGES/plasma_applet_notes.mo share/locale/sk/LC_MESSAGES/plasma_applet_notifier.mo share/locale/sk/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/sk/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/sk/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/sk/LC_MESSAGES/plasma_applet_opendesktop_activities.mo share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.notifications.mo share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/sk/LC_MESSAGES/plasma_applet_pager.mo share/locale/sk/LC_MESSAGES/plasma_applet_panel.mo share/locale/sk/LC_MESSAGES/plasma_applet_panelspacer_internal.mo share/locale/sk/LC_MESSAGES/plasma_applet_paste.mo share/locale/sk/LC_MESSAGES/plasma_applet_pastebin.mo share/locale/sk/LC_MESSAGES/plasma_applet_plasmaboard.mo share/locale/sk/LC_MESSAGES/plasma_applet_previewer.mo share/locale/sk/LC_MESSAGES/plasma_applet_printmanager.mo share/locale/sk/LC_MESSAGES/plasma_applet_qalculate.mo share/locale/sk/LC_MESSAGES/plasma_applet_qstardict.mo share/locale/sk/LC_MESSAGES/plasma_applet_quicklaunch.mo share/locale/sk/LC_MESSAGES/plasma_applet_rssnow.mo share/locale/sk/LC_MESSAGES/plasma_applet_rtm.mo share/locale/sk/LC_MESSAGES/plasma_applet_sal.mo share/locale/sk/LC_MESSAGES/plasma_applet_saverdesktop.mo share/locale/sk/LC_MESSAGES/plasma_applet_searchbox.mo share/locale/sk/LC_MESSAGES/plasma_applet_showdashboard.mo share/locale/sk/LC_MESSAGES/plasma_applet_showdesktop.mo share/locale/sk/LC_MESSAGES/plasma_applet_skapplet.mo share/locale/sk/LC_MESSAGES/plasma_applet_spellcheck.mo share/locale/sk/LC_MESSAGES/plasma_applet_system-monitor.mo share/locale/sk/LC_MESSAGES/plasma_applet_systemloadviewer.mo share/locale/sk/LC_MESSAGES/plasma_applet_systemtray.mo share/locale/sk/LC_MESSAGES/plasma_applet_tasks.mo share/locale/sk/LC_MESSAGES/plasma_applet_timer.mo share/locale/sk/LC_MESSAGES/plasma_applet_trash.mo share/locale/sk/LC_MESSAGES/plasma_applet_unitconverter.mo share/locale/sk/LC_MESSAGES/plasma_applet_weather.mo share/locale/sk/LC_MESSAGES/plasma_applet_weatherstation.mo share/locale/sk/LC_MESSAGES/plasma_applet_webbrowser.mo share/locale/sk/LC_MESSAGES/plasma_applet_webslice.mo share/locale/sk/LC_MESSAGES/plasma_applet_windowlist.mo share/locale/sk/LC_MESSAGES/plasma_appletscriptengine_dashboard.mo share/locale/sk/LC_MESSAGES/plasma_containmentactions_contextmenu.mo share/locale/sk/LC_MESSAGES/plasma_containmentactions_switchactivity.mo share/locale/sk/LC_MESSAGES/plasma_containmentactions_switchdesktop.mo share/locale/sk/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/sk/LC_MESSAGES/plasma_engine_calendar.mo share/locale/sk/LC_MESSAGES/plasma_engine_kalzium.mo share/locale/sk/LC_MESSAGES/plasma_engine_kdeobservatory.mo share/locale/sk/LC_MESSAGES/plasma_engine_keystate.mo share/locale/sk/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/sk/LC_MESSAGES/plasma_engine_metadata.mo share/locale/sk/LC_MESSAGES/plasma_engine_mpris2.mo share/locale/sk/LC_MESSAGES/plasma_engine_network.mo share/locale/sk/LC_MESSAGES/plasma_engine_notifications.mo share/locale/sk/LC_MESSAGES/plasma_engine_nowplaying.mo share/locale/sk/LC_MESSAGES/plasma_engine_rss.mo share/locale/sk/LC_MESSAGES/plasma_engine_share.mo share/locale/sk/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/sk/LC_MESSAGES/plasma_engine_weather.mo share/locale/sk/LC_MESSAGES/plasma_package_org.kde.desktop.activitymanager.mo share/locale/sk/LC_MESSAGES/plasma_package_org.kde.desktop.widgetexplorer.mo share/locale/sk/LC_MESSAGES/plasma_packagestructure_comic.mo share/locale/sk/LC_MESSAGES/plasma_runner_CharacterRunner.mo share/locale/sk/LC_MESSAGES/plasma_runner_activities.mo share/locale/sk/LC_MESSAGES/plasma_runner_audioplayercontrol.mo share/locale/sk/LC_MESSAGES/plasma_runner_bookmarksrunner.mo share/locale/sk/LC_MESSAGES/plasma_runner_browserhistory.mo share/locale/sk/LC_MESSAGES/plasma_runner_calculatorrunner.mo share/locale/sk/LC_MESSAGES/plasma_runner_contacts.mo share/locale/sk/LC_MESSAGES/plasma_runner_converterrunner.mo share/locale/sk/LC_MESSAGES/plasma_runner_datetime.mo share/locale/sk/LC_MESSAGES/plasma_runner_events.mo share/locale/sk/LC_MESSAGES/plasma_runner_katesessions.mo share/locale/sk/LC_MESSAGES/plasma_runner_kget.mo share/locale/sk/LC_MESSAGES/plasma_runner_kill.mo share/locale/sk/LC_MESSAGES/plasma_runner_konquerorsessions.mo share/locale/sk/LC_MESSAGES/plasma_runner_konsolesessions.mo share/locale/sk/LC_MESSAGES/plasma_runner_kopete.mo share/locale/sk/LC_MESSAGES/plasma_runner_krunner_dictionary.mo share/locale/sk/LC_MESSAGES/plasma_runner_locations.mo share/locale/sk/LC_MESSAGES/plasma_runner_marblerunner.mo share/locale/sk/LC_MESSAGES/plasma_runner_mediawiki.mo share/locale/sk/LC_MESSAGES/plasma_runner_nepomuksearchrunner.mo share/locale/sk/LC_MESSAGES/plasma_runner_placesrunner.mo share/locale/sk/LC_MESSAGES/plasma_runner_plasma-desktop.mo share/locale/sk/LC_MESSAGES/plasma_runner_powerdevil.mo share/locale/sk/LC_MESSAGES/plasma_runner_recentdocuments.mo share/locale/sk/LC_MESSAGES/plasma_runner_services.mo share/locale/sk/LC_MESSAGES/plasma_runner_sessions.mo share/locale/sk/LC_MESSAGES/plasma_runner_shell.mo share/locale/sk/LC_MESSAGES/plasma_runner_solid.mo share/locale/sk/LC_MESSAGES/plasma_runner_spellcheckrunner.mo share/locale/sk/LC_MESSAGES/plasma_runner_webshortcuts.mo share/locale/sk/LC_MESSAGES/plasma_runner_windowedwidgets.mo share/locale/sk/LC_MESSAGES/plasma_runner_windows.mo share/locale/sk/LC_MESSAGES/plasma_runner_youtube.mo share/locale/sk/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/sk/LC_MESSAGES/plasma_toolbox_desktoptoolbox.mo share/locale/sk/LC_MESSAGES/plasma_toolbox_paneltoolbox.mo share/locale/sk/LC_MESSAGES/plasma_wallpaper_color.mo share/locale/sk/LC_MESSAGES/plasma_wallpaper_image.mo share/locale/sk/LC_MESSAGES/plasma_wallpaper_mandelbrot.mo share/locale/sk/LC_MESSAGES/plasma_wallpaper_marble.mo share/locale/sk/LC_MESSAGES/plasma_wallpaper_pattern.mo share/locale/sk/LC_MESSAGES/plasma_wallpaper_potd.mo share/locale/sk/LC_MESSAGES/plasma_wallpaper_virus.mo share/locale/sk/LC_MESSAGES/plasma_wallpaper_wallpaper-qml.mo share/locale/sk/LC_MESSAGES/plasma_wallpaper_weather.mo share/locale/sk/LC_MESSAGES/plasmagenericshell.mo share/locale/sk/LC_MESSAGES/plasmapkg.mo share/locale/sk/LC_MESSAGES/pothumbnail.mo share/locale/sk/LC_MESSAGES/powerdevil.mo share/locale/sk/LC_MESSAGES/powerdevilactivitiesconfig.mo share/locale/sk/LC_MESSAGES/powerdevilglobalconfig.mo share/locale/sk/LC_MESSAGES/powerdevilprofilesconfig.mo share/locale/sk/LC_MESSAGES/print-manager.mo share/locale/sk/LC_MESSAGES/processcore.mo share/locale/sk/LC_MESSAGES/processui.mo share/locale/sk/LC_MESSAGES/randrmonitor.mo share/locale/sk/LC_MESSAGES/rellinks.mo share/locale/sk/LC_MESSAGES/rocs.mo share/locale/sk/LC_MESSAGES/rocscore.mo share/locale/sk/LC_MESSAGES/rocsvisualeditor.mo share/locale/sk/LC_MESSAGES/searchbarplugin.mo share/locale/sk/LC_MESSAGES/solid-hardware.mo share/locale/sk/LC_MESSAGES/solid-network.mo share/locale/sk/LC_MESSAGES/solid_qt.mo share/locale/sk/LC_MESSAGES/solidcontrol.mo share/locale/sk/LC_MESSAGES/soliduiserver.mo share/locale/sk/LC_MESSAGES/step.mo share/locale/sk/LC_MESSAGES/step_qt.mo share/locale/sk/LC_MESSAGES/strigila_diff.mo share/locale/sk/LC_MESSAGES/superkaramba.mo share/locale/sk/LC_MESSAGES/svgpart.mo share/locale/sk/LC_MESSAGES/sweeper.mo share/locale/sk/LC_MESSAGES/systemsettings.mo share/locale/sk/LC_MESSAGES/tasks-mobile.mo share/locale/sk/LC_MESSAGES/timezones4.mo share/locale/sk/LC_MESSAGES/uachangerplugin.mo share/locale/sk/LC_MESSAGES/umbrello.mo share/locale/sk/LC_MESSAGES/useraccount.mo share/locale/sk/LC_MESSAGES/validatorsplugin.mo share/locale/sk/LC_MESSAGES/webarchiver.mo share/locale/sk/LC_MESSAGES/xml_mimetypes.mo share/locale/sk/entry.desktop Index: head/misc/kde4-l10n-sl/distinfo =================================================================== --- head/misc/kde4-l10n-sl/distinfo (revision 318451) +++ head/misc/kde4-l10n-sl/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/kde-l10n/kde-l10n-sl-4.10.1.tar.xz) = 56a0d5556436ae76594f80a47e804c799faae45b0e1949f891751592311b7be6 -SIZE (KDE/4.10.1/kde-l10n/kde-l10n-sl-4.10.1.tar.xz) = 3540972 +SHA256 (KDE/4.10.3/kde-l10n/kde-l10n-sl-4.10.3.tar.xz) = 0676c52ea783572a023a77b4773048ca109a8bb802ab41e5c390ea91fde0d425 +SIZE (KDE/4.10.3/kde-l10n/kde-l10n-sl-4.10.3.tar.xz) = 3548380 Index: head/misc/kde4-l10n-sl/pkg-plist =================================================================== --- head/misc/kde4-l10n-sl/pkg-plist (revision 318451) +++ head/misc/kde4-l10n-sl/pkg-plist (revision 318452) @@ -1,760 +1,758 @@ share/doc/HTML/sl/common/fdl-translated.html share/doc/HTML/sl/common/gpl-translated.html share/doc/HTML/sl/common/kde-localised.css share/doc/HTML/sl/common/lgpl-translated.html share/locale/sl/LC_MESSAGES/accountwizard.mo share/locale/sl/LC_MESSAGES/accountwizard_ical.mo share/locale/sl/LC_MESSAGES/accountwizard_imap.mo share/locale/sl/LC_MESSAGES/accountwizard_kolab.mo share/locale/sl/LC_MESSAGES/accountwizard_mailbox.mo share/locale/sl/LC_MESSAGES/accountwizard_maildir.mo share/locale/sl/LC_MESSAGES/accountwizard_pop3.mo share/locale/sl/LC_MESSAGES/accountwizard_tine20.mo share/locale/sl/LC_MESSAGES/activitymanager_plugin_globalshortcuts.mo share/locale/sl/LC_MESSAGES/activitymanager_uihandler_declarative.mo share/locale/sl/LC_MESSAGES/adblock.mo share/locale/sl/LC_MESSAGES/akonadi-filestore.mo share/locale/sl/LC_MESSAGES/akonadi_archivemail_agent.mo share/locale/sl/LC_MESSAGES/akonadi_birthdays_resource.mo share/locale/sl/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/sl/LC_MESSAGES/akonadi_davgroupware_resource.mo share/locale/sl/LC_MESSAGES/akonadi_google_resource.mo share/locale/sl/LC_MESSAGES/akonadi_ical_resource.mo share/locale/sl/LC_MESSAGES/akonadi_icaldir_resource.mo share/locale/sl/LC_MESSAGES/akonadi_imap_resource.mo share/locale/sl/LC_MESSAGES/akonadi_invitations_agent.mo share/locale/sl/LC_MESSAGES/akonadi_kabc_resource.mo share/locale/sl/LC_MESSAGES/akonadi_kalarm_resource.mo share/locale/sl/LC_MESSAGES/akonadi_kcal_resource.mo share/locale/sl/LC_MESSAGES/akonadi_kdeaccounts_resource.mo share/locale/sl/LC_MESSAGES/akonadi_knut_resource.mo share/locale/sl/LC_MESSAGES/akonadi_kolabproxy_resource.mo share/locale/sl/LC_MESSAGES/akonadi_kresourceassistant.mo share/locale/sl/LC_MESSAGES/akonadi_localbookmarks_resource.mo share/locale/sl/LC_MESSAGES/akonadi_maildir_resource.mo share/locale/sl/LC_MESSAGES/akonadi_maildispatcher_agent.mo share/locale/sl/LC_MESSAGES/akonadi_mailfilter_agent.mo share/locale/sl/LC_MESSAGES/akonadi_mailtransport_resource.mo share/locale/sl/LC_MESSAGES/akonadi_mbox_resource.mo share/locale/sl/LC_MESSAGES/akonadi_microblog_resource.mo share/locale/sl/LC_MESSAGES/akonadi_mixedmaildir_resource.mo share/locale/sl/LC_MESSAGES/akonadi_nepomuk_feeder.mo share/locale/sl/LC_MESSAGES/akonadi_nepomuktag_resource.mo share/locale/sl/LC_MESSAGES/akonadi_next.mo share/locale/sl/LC_MESSAGES/akonadi_nntp_resource.mo share/locale/sl/LC_MESSAGES/akonadi_openxchange_resource.mo share/locale/sl/LC_MESSAGES/akonadi_pop3_resource.mo share/locale/sl/LC_MESSAGES/akonadi_serializer_plugins.mo share/locale/sl/LC_MESSAGES/akonadi_singlefile_resource.mo share/locale/sl/LC_MESSAGES/akonadi_strigi_feeder.mo share/locale/sl/LC_MESSAGES/akonadi_vcard_resource.mo share/locale/sl/LC_MESSAGES/akonadi_vcarddir_resource.mo share/locale/sl/LC_MESSAGES/akonadicontact.mo share/locale/sl/LC_MESSAGES/akonadinotes.mo share/locale/sl/LC_MESSAGES/akonaditray.mo share/locale/sl/LC_MESSAGES/akregator.mo share/locale/sl/LC_MESSAGES/akregator_konqplugin.mo share/locale/sl/LC_MESSAGES/amor.mo share/locale/sl/LC_MESSAGES/analitza.mo share/locale/sl/LC_MESSAGES/ark.mo share/locale/sl/LC_MESSAGES/attica_kde.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/blogilo.mo share/locale/sl/LC_MESSAGES/bomber.mo share/locale/sl/LC_MESSAGES/bovo.mo share/locale/sl/LC_MESSAGES/calendarsupport.mo share/locale/sl/LC_MESSAGES/cantor.mo share/locale/sl/LC_MESSAGES/cervisia.mo share/locale/sl/LC_MESSAGES/cryptopageplugin.mo share/locale/sl/LC_MESSAGES/cvsservice.mo share/locale/sl/LC_MESSAGES/dirfilterplugin.mo share/locale/sl/LC_MESSAGES/display.mo share/locale/sl/LC_MESSAGES/dolphin.mo share/locale/sl/LC_MESSAGES/domtreeviewer.mo share/locale/sl/LC_MESSAGES/dragonplayer.mo share/locale/sl/LC_MESSAGES/drkonqi.mo share/locale/sl/LC_MESSAGES/filelight.mo share/locale/sl/LC_MESSAGES/filetypes.mo share/locale/sl/LC_MESSAGES/fileviewbazaarplugin.mo share/locale/sl/LC_MESSAGES/fileviewgitplugin.mo share/locale/sl/LC_MESSAGES/fileviewsvnplugin.mo share/locale/sl/LC_MESSAGES/freespacenotifier.mo share/locale/sl/LC_MESSAGES/fsview.mo share/locale/sl/LC_MESSAGES/granatier.mo share/locale/sl/LC_MESSAGES/gwenview.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/importwizard.mo share/locale/sl/LC_MESSAGES/jovie.mo share/locale/sl/LC_MESSAGES/joystick.mo share/locale/sl/LC_MESSAGES/juk.mo share/locale/sl/LC_MESSAGES/kabc.mo share/locale/sl/LC_MESSAGES/kabc_akonadi.mo share/locale/sl/LC_MESSAGES/kabc_dir.mo share/locale/sl/LC_MESSAGES/kabc_file.mo share/locale/sl/LC_MESSAGES/kabc_ldapkio.mo share/locale/sl/LC_MESSAGES/kabc_net.mo share/locale/sl/LC_MESSAGES/kabcclient.mo share/locale/sl/LC_MESSAGES/kabcformat_binary.mo share/locale/sl/LC_MESSAGES/kaccess.mo share/locale/sl/LC_MESSAGES/kaccessibleapp.mo share/locale/sl/LC_MESSAGES/kactivitymanagerd.mo share/locale/sl/LC_MESSAGES/kactivitymanagerd_fileitem_linking_plugin.mo share/locale/sl/LC_MESSAGES/kaddressbook-mobile.mo share/locale/sl/LC_MESSAGES/kaddressbook.mo share/locale/sl/LC_MESSAGES/kaddressbookmigrator.mo share/locale/sl/LC_MESSAGES/kajongg.mo share/locale/sl/LC_MESSAGES/kalarm.mo share/locale/sl/LC_MESSAGES/kalgebra.mo share/locale/sl/LC_MESSAGES/kalzium.mo share/locale/sl/LC_MESSAGES/kanagram-harmattan.mo share/locale/sl/LC_MESSAGES/kanagram.mo share/locale/sl/LC_MESSAGES/kapman.mo share/locale/sl/LC_MESSAGES/kapptemplate.mo share/locale/sl/LC_MESSAGES/kate-ctags-plugin.mo share/locale/sl/LC_MESSAGES/kate.mo share/locale/sl/LC_MESSAGES/kate_kttsd.mo share/locale/sl/LC_MESSAGES/katebacktracebrowserplugin.mo share/locale/sl/LC_MESSAGES/katebuild-plugin.mo share/locale/sl/LC_MESSAGES/katefilebrowserplugin.mo share/locale/sl/LC_MESSAGES/katefiletemplates.mo share/locale/sl/LC_MESSAGES/kategdbplugin.mo share/locale/sl/LC_MESSAGES/katehelloworld.mo share/locale/sl/LC_MESSAGES/katekonsoleplugin.mo share/locale/sl/LC_MESSAGES/katemailfilesplugin.mo share/locale/sl/LC_MESSAGES/kateopenheader.mo share/locale/sl/LC_MESSAGES/katepart4.mo share/locale/sl/LC_MESSAGES/kateproject.mo share/locale/sl/LC_MESSAGES/katesearch.mo share/locale/sl/LC_MESSAGES/katesnippets_tng.mo share/locale/sl/LC_MESSAGES/katesnippetsplugin.mo share/locale/sl/LC_MESSAGES/katesql.mo share/locale/sl/LC_MESSAGES/katesymbolviewer.mo share/locale/sl/LC_MESSAGES/katetabbarextension.mo share/locale/sl/LC_MESSAGES/katetabifyplugin.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/kbattleship.mo share/locale/sl/LC_MESSAGES/kblackbox.mo share/locale/sl/LC_MESSAGES/kblankscrn.mo share/locale/sl/LC_MESSAGES/kblocks.mo share/locale/sl/LC_MESSAGES/kbounce.mo share/locale/sl/LC_MESSAGES/kbreakout.mo share/locale/sl/LC_MESSAGES/kbruch.mo share/locale/sl/LC_MESSAGES/kcachegrind.mo share/locale/sl/LC_MESSAGES/kcal_akonadi.mo share/locale/sl/LC_MESSAGES/kcalc.mo share/locale/sl/LC_MESSAGES/kcertpart.mo share/locale/sl/LC_MESSAGES/kcharselect.mo share/locale/sl/LC_MESSAGES/kcm-kwin-scripts.mo share/locale/sl/LC_MESSAGES/kcm_activities.mo share/locale/sl/LC_MESSAGES/kcm_akonadi.mo share/locale/sl/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/sl/LC_MESSAGES/kcm_attica.mo share/locale/sl/LC_MESSAGES/kcm_autostart.mo share/locale/sl/LC_MESSAGES/kcm_desktoppaths.mo share/locale/sl/LC_MESSAGES/kcm_desktopthemedetails.mo share/locale/sl/LC_MESSAGES/kcm_device_automounter.mo share/locale/sl/LC_MESSAGES/kcm_emoticons.mo share/locale/sl/LC_MESSAGES/kcm_infobase.mo share/locale/sl/LC_MESSAGES/kcm_infosummary.mo -share/locale/sl/LC_MESSAGES/kcm_krfb.mo share/locale/sl/LC_MESSAGES/kcm_kwindesktop.mo share/locale/sl/LC_MESSAGES/kcm_kwintabbox.mo share/locale/sl/LC_MESSAGES/kcm_memory.mo share/locale/sl/LC_MESSAGES/kcm_nepomuk.mo share/locale/sl/LC_MESSAGES/kcm_pci.mo share/locale/sl/LC_MESSAGES/kcm_phonon.mo share/locale/sl/LC_MESSAGES/kcm_platform.mo share/locale/sl/LC_MESSAGES/kcm_solid.mo share/locale/sl/LC_MESSAGES/kcm_solid_actions.mo share/locale/sl/LC_MESSAGES/kcm_standard_actions.mo share/locale/sl/LC_MESSAGES/kcmaccess.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/kcmdevinfo.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/kcminit.mo share/locale/sl/LC_MESSAGES/kcminput.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/kcmkdnssd.mo share/locale/sl/LC_MESSAGES/kcmkeyboard.mo share/locale/sl/LC_MESSAGES/kcmkeys.mo share/locale/sl/LC_MESSAGES/kcmkgamma.mo share/locale/sl/LC_MESSAGES/kcmkio.mo share/locale/sl/LC_MESSAGES/kcmkonq.mo share/locale/sl/LC_MESSAGES/kcmkonqhtml.mo share/locale/sl/LC_MESSAGES/kcmkurifilt.mo share/locale/sl/LC_MESSAGES/kcmkwallet.mo share/locale/sl/LC_MESSAGES/kcmkwincompositing.mo share/locale/sl/LC_MESSAGES/kcmkwindecoration.mo share/locale/sl/LC_MESSAGES/kcmkwinrules.mo share/locale/sl/LC_MESSAGES/kcmkwinscreenedges.mo share/locale/sl/LC_MESSAGES/kcmkwm.mo share/locale/sl/LC_MESSAGES/kcmlaunch.mo share/locale/sl/LC_MESSAGES/kcmlocale.mo share/locale/sl/LC_MESSAGES/kcmnic.mo share/locale/sl/LC_MESSAGES/kcmnotify.mo share/locale/sl/LC_MESSAGES/kcmopengl.mo share/locale/sl/LC_MESSAGES/kcmperformance.mo share/locale/sl/LC_MESSAGES/kcmsamba.mo share/locale/sl/LC_MESSAGES/kcmscreensaver.mo share/locale/sl/LC_MESSAGES/kcmshell.mo share/locale/sl/LC_MESSAGES/kcmsmartcard.mo share/locale/sl/LC_MESSAGES/kcmsmserver.mo share/locale/sl/LC_MESSAGES/kcmstyle.mo share/locale/sl/LC_MESSAGES/kcmusb.mo share/locale/sl/LC_MESSAGES/kcmview1394.mo share/locale/sl/LC_MESSAGES/kcmworkspaceoptions.mo share/locale/sl/LC_MESSAGES/kcolorchooser.mo share/locale/sl/LC_MESSAGES/kcron.mo share/locale/sl/LC_MESSAGES/kde-menu.mo share/locale/sl/LC_MESSAGES/kdeasciiquarium.mo share/locale/sl/LC_MESSAGES/kdebugdialog.mo share/locale/sl/LC_MESSAGES/kdecalendarsystems.mo share/locale/sl/LC_MESSAGES/kdelibs4.mo share/locale/sl/LC_MESSAGES/kdelibs_colors4.mo share/locale/sl/LC_MESSAGES/kdepasswd.mo share/locale/sl/LC_MESSAGES/kdepim-runtime-qml.mo share/locale/sl/LC_MESSAGES/kdeqt.mo share/locale/sl/LC_MESSAGES/kdesu.mo share/locale/sl/LC_MESSAGES/kdesud.mo share/locale/sl/LC_MESSAGES/kdf.mo share/locale/sl/LC_MESSAGES/kdgantt2.mo share/locale/sl/LC_MESSAGES/kdialog.mo share/locale/sl/LC_MESSAGES/kdiamond.mo share/locale/sl/LC_MESSAGES/kdmconfig.mo share/locale/sl/LC_MESSAGES/kdmgreet.mo share/locale/sl/LC_MESSAGES/kdontchangethehostname.mo share/locale/sl/LC_MESSAGES/keditbookmarks.mo share/locale/sl/LC_MESSAGES/kfile.mo share/locale/sl/LC_MESSAGES/kfile_dds.mo share/locale/sl/LC_MESSAGES/kfile_drgeo.mo share/locale/sl/LC_MESSAGES/kfile_exr.mo share/locale/sl/LC_MESSAGES/kfile_kig.mo share/locale/sl/LC_MESSAGES/kfile_mail.mo share/locale/sl/LC_MESSAGES/kfile_pnm.mo share/locale/sl/LC_MESSAGES/kfile_raw.mo share/locale/sl/LC_MESSAGES/kfile_rgb.mo share/locale/sl/LC_MESSAGES/kfile_rpm.mo share/locale/sl/LC_MESSAGES/kfile_tiff.mo share/locale/sl/LC_MESSAGES/kfile_xps.mo share/locale/sl/LC_MESSAGES/kfileaudiopreview4.mo share/locale/sl/LC_MESSAGES/kfilereplace.mo share/locale/sl/LC_MESSAGES/kfileshare.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/kfontinst.mo share/locale/sl/LC_MESSAGES/kfourinline.mo share/locale/sl/LC_MESSAGES/kgeography.mo share/locale/sl/LC_MESSAGES/kget.mo share/locale/sl/LC_MESSAGES/kgetplugin.mo share/locale/sl/LC_MESSAGES/kglobalaccel.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_generic.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/khotkeys.mo share/locale/sl/LC_MESSAGES/khotnewstuff.mo share/locale/sl/LC_MESSAGES/khtmlkttsd.mo share/locale/sl/LC_MESSAGES/khtmlsettingsplugin.mo share/locale/sl/LC_MESSAGES/kiconfinder.mo share/locale/sl/LC_MESSAGES/kig.mo share/locale/sl/LC_MESSAGES/kigo.mo share/locale/sl/LC_MESSAGES/killbots.mo share/locale/sl/LC_MESSAGES/kimagemapeditor.mo -share/locale/sl/LC_MESSAGES/kinetd.mo share/locale/sl/LC_MESSAGES/kinfocenter.mo share/locale/sl/LC_MESSAGES/kio4.mo share/locale/sl/LC_MESSAGES/kio_activities.mo share/locale/sl/LC_MESSAGES/kio_akonadi.mo share/locale/sl/LC_MESSAGES/kio_applications.mo share/locale/sl/LC_MESSAGES/kio_archive.mo share/locale/sl/LC_MESSAGES/kio_audiocd.mo share/locale/sl/LC_MESSAGES/kio_bookmarks.mo share/locale/sl/LC_MESSAGES/kio_finger.mo share/locale/sl/LC_MESSAGES/kio_fish.mo share/locale/sl/LC_MESSAGES/kio_floppy.mo share/locale/sl/LC_MESSAGES/kio_help4.mo share/locale/sl/LC_MESSAGES/kio_imap4.mo share/locale/sl/LC_MESSAGES/kio_info.mo share/locale/sl/LC_MESSAGES/kio_jabberdisco.mo share/locale/sl/LC_MESSAGES/kio_ldap.mo share/locale/sl/LC_MESSAGES/kio_man.mo share/locale/sl/LC_MESSAGES/kio_mbox.mo share/locale/sl/LC_MESSAGES/kio_nepomuk.mo share/locale/sl/LC_MESSAGES/kio_nepomuksearch.mo share/locale/sl/LC_MESSAGES/kio_nfs.mo share/locale/sl/LC_MESSAGES/kio_nntp.mo share/locale/sl/LC_MESSAGES/kio_perldoc.mo share/locale/sl/LC_MESSAGES/kio_pop3.mo share/locale/sl/LC_MESSAGES/kio_recentdocuments.mo share/locale/sl/LC_MESSAGES/kio_remote.mo share/locale/sl/LC_MESSAGES/kio_sftp.mo share/locale/sl/LC_MESSAGES/kio_sieve.mo share/locale/sl/LC_MESSAGES/kio_smb.mo share/locale/sl/LC_MESSAGES/kio_smtp.mo share/locale/sl/LC_MESSAGES/kio_svn.mo share/locale/sl/LC_MESSAGES/kio_tags.mo share/locale/sl/LC_MESSAGES/kio_thumbnail.mo share/locale/sl/LC_MESSAGES/kio_timeline.mo share/locale/sl/LC_MESSAGES/kio_trash.mo share/locale/sl/LC_MESSAGES/kio_zeroconf.mo share/locale/sl/LC_MESSAGES/kioclient.mo share/locale/sl/LC_MESSAGES/kioexec.mo share/locale/sl/LC_MESSAGES/kiriki.mo share/locale/sl/LC_MESSAGES/kiten.mo share/locale/sl/LC_MESSAGES/kjots.mo share/locale/sl/LC_MESSAGES/kjotsmigrator.mo share/locale/sl/LC_MESSAGES/kjumpingcube.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-migrator.mo share/locale/sl/LC_MESSAGES/kmail-mobile.mo share/locale/sl/LC_MESSAGES/kmail.mo share/locale/sl/LC_MESSAGES/kmailcvt.mo share/locale/sl/LC_MESSAGES/kmenuedit.mo share/locale/sl/LC_MESSAGES/kmimetypefinder.mo share/locale/sl/LC_MESSAGES/kmines.mo share/locale/sl/LC_MESSAGES/kmix.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/knetattach.mo share/locale/sl/LC_MESSAGES/knetwalk.mo share/locale/sl/LC_MESSAGES/knode.mo share/locale/sl/LC_MESSAGES/knotes.mo share/locale/sl/LC_MESSAGES/knotify4.mo share/locale/sl/LC_MESSAGES/kolf.mo share/locale/sl/LC_MESSAGES/kollision.mo share/locale/sl/LC_MESSAGES/kolourpaint.mo share/locale/sl/LC_MESSAGES/kommander.mo share/locale/sl/LC_MESSAGES/kompare.mo share/locale/sl/LC_MESSAGES/konqprofiles.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/konsoleprofiles.mo share/locale/sl/LC_MESSAGES/kontact.mo share/locale/sl/LC_MESSAGES/kontactinterfaces.mo share/locale/sl/LC_MESSAGES/kopete.mo share/locale/sl/LC_MESSAGES/korganizer-mobile.mo share/locale/sl/LC_MESSAGES/korganizer.mo share/locale/sl/LC_MESSAGES/kpartloader.mo share/locale/sl/LC_MESSAGES/kpartsaver.mo share/locale/sl/LC_MESSAGES/kpasswdserver.mo share/locale/sl/LC_MESSAGES/kpat.mo share/locale/sl/LC_MESSAGES/kppp.mo share/locale/sl/LC_MESSAGES/kppplogview.mo share/locale/sl/LC_MESSAGES/kquitapp.mo share/locale/sl/LC_MESSAGES/krandr.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/kres-migrator.mo share/locale/sl/LC_MESSAGES/kres_blog.mo share/locale/sl/LC_MESSAGES/kres_remote.mo share/locale/sl/LC_MESSAGES/kresources_shared_akonadi.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/krunner.mo share/locale/sl/LC_MESSAGES/ksaneplugin.mo share/locale/sl/LC_MESSAGES/kscd.mo share/locale/sl/LC_MESSAGES/kscreenlocker.mo share/locale/sl/LC_MESSAGES/kscreenlocker_greet.mo share/locale/sl/LC_MESSAGES/kscreensaver.mo share/locale/sl/LC_MESSAGES/ksendemail.mo share/locale/sl/LC_MESSAGES/kshellcmdplugin.mo share/locale/sl/LC_MESSAGES/kshisen.mo share/locale/sl/LC_MESSAGES/kshorturifilter.mo share/locale/sl/LC_MESSAGES/ksirk.mo share/locale/sl/LC_MESSAGES/ksirkskineditor.mo share/locale/sl/LC_MESSAGES/ksmserver.mo share/locale/sl/LC_MESSAGES/ksnapshot.mo share/locale/sl/LC_MESSAGES/kspaceduel.mo share/locale/sl/LC_MESSAGES/ksplashthemes.mo share/locale/sl/LC_MESSAGES/ksquares.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/kstyle_config.mo share/locale/sl/LC_MESSAGES/kstyle_phase_config.mo share/locale/sl/LC_MESSAGES/ksudoku.mo share/locale/sl/LC_MESSAGES/ksysguard.mo share/locale/sl/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/sl/LC_MESSAGES/ksystemlog.mo share/locale/sl/LC_MESSAGES/ksystraycmd.mo share/locale/sl/LC_MESSAGES/kteatime.mo share/locale/sl/LC_MESSAGES/ktesnippets_editor.mo share/locale/sl/LC_MESSAGES/ktexteditor_codesnippets_core.mo share/locale/sl/LC_MESSAGES/ktexteditor_plugins.mo share/locale/sl/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/sl/LC_MESSAGES/ktimer.mo share/locale/sl/LC_MESSAGES/ktimetracker.mo share/locale/sl/LC_MESSAGES/ktnef.mo share/locale/sl/LC_MESSAGES/ktouch.mo share/locale/sl/LC_MESSAGES/ktouchpadenabler.mo share/locale/sl/LC_MESSAGES/ktraderclient.mo share/locale/sl/LC_MESSAGES/ktron.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/kubrick.mo share/locale/sl/LC_MESSAGES/kuiserver.mo share/locale/sl/LC_MESSAGES/kuiviewer.mo share/locale/sl/LC_MESSAGES/kurifilter.mo share/locale/sl/LC_MESSAGES/kuser.mo share/locale/sl/LC_MESSAGES/kwalletd.mo share/locale/sl/LC_MESSAGES/kwalletmanager.mo share/locale/sl/LC_MESSAGES/kwatchgnupg.mo share/locale/sl/LC_MESSAGES/kwin.mo share/locale/sl/LC_MESSAGES/kwin_art_clients.mo share/locale/sl/LC_MESSAGES/kwin_clients.mo share/locale/sl/LC_MESSAGES/kwin_effects.mo share/locale/sl/LC_MESSAGES/kwinshutdown.mo share/locale/sl/LC_MESSAGES/kwinstartmenu.mo share/locale/sl/LC_MESSAGES/kwordquiz.mo share/locale/sl/LC_MESSAGES/kwrite.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/lancelot.mo share/locale/sl/LC_MESSAGES/libakonadi-calendar.mo share/locale/sl/LC_MESSAGES/libakonadi-kmime.mo share/locale/sl/LC_MESSAGES/libakonadi.mo share/locale/sl/LC_MESSAGES/libeventviews.mo share/locale/sl/LC_MESSAGES/libincidenceeditors.mo share/locale/sl/LC_MESSAGES/libkalarmcal.mo share/locale/sl/LC_MESSAGES/libkasten.mo share/locale/sl/LC_MESSAGES/libkblog.mo share/locale/sl/LC_MESSAGES/libkcal.mo share/locale/sl/LC_MESSAGES/libkcalutils.mo share/locale/sl/LC_MESSAGES/libkcddb.mo share/locale/sl/LC_MESSAGES/libkcompactdisc.mo share/locale/sl/LC_MESSAGES/libkdcraw.mo share/locale/sl/LC_MESSAGES/libkdecorations.mo share/locale/sl/LC_MESSAGES/libkdeedu.mo share/locale/sl/LC_MESSAGES/libkdegames.mo share/locale/sl/LC_MESSAGES/libkdepim.mo share/locale/sl/LC_MESSAGES/libkdepimmobileui.mo share/locale/sl/LC_MESSAGES/libkexiv2.mo share/locale/sl/LC_MESSAGES/libkholidays.mo share/locale/sl/LC_MESSAGES/libkimap.mo share/locale/sl/LC_MESSAGES/libkipi.mo share/locale/sl/LC_MESSAGES/libkldap.mo share/locale/sl/LC_MESSAGES/libkleopatra.mo share/locale/sl/LC_MESSAGES/libkmahjongg.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/libkpimidentities.mo share/locale/sl/LC_MESSAGES/libkpimtextedit.mo share/locale/sl/LC_MESSAGES/libkpimutils.mo share/locale/sl/LC_MESSAGES/libkresources.mo share/locale/sl/LC_MESSAGES/libksane.mo share/locale/sl/LC_MESSAGES/libkscreensaver.mo share/locale/sl/LC_MESSAGES/libksieve.mo share/locale/sl/LC_MESSAGES/libktnef.mo share/locale/sl/LC_MESSAGES/libkunitconversion.mo share/locale/sl/LC_MESSAGES/libkworkspace.mo share/locale/sl/LC_MESSAGES/libkxmlrpcclient.mo share/locale/sl/LC_MESSAGES/liblancelot-datamodels.mo share/locale/sl/LC_MESSAGES/libmailcommon.mo share/locale/sl/LC_MESSAGES/libmailimporter.mo share/locale/sl/LC_MESSAGES/libmailtransport.mo share/locale/sl/LC_MESSAGES/libmessagecomposer.mo share/locale/sl/LC_MESSAGES/libmessagecore.mo share/locale/sl/LC_MESSAGES/libmessagelist.mo share/locale/sl/LC_MESSAGES/libmessageviewer.mo share/locale/sl/LC_MESSAGES/liboktetacore.mo share/locale/sl/LC_MESSAGES/liboktetagui.mo share/locale/sl/LC_MESSAGES/liboktetakasten.mo share/locale/sl/LC_MESSAGES/liboxygenstyleconfig.mo share/locale/sl/LC_MESSAGES/libphonon.mo share/locale/sl/LC_MESSAGES/libpimcommon.mo share/locale/sl/LC_MESSAGES/libplasma.mo share/locale/sl/LC_MESSAGES/libplasma_groupingcontainment.mo share/locale/sl/LC_MESSAGES/libplasmaclock.mo share/locale/sl/LC_MESSAGES/libplasmaweather.mo share/locale/sl/LC_MESSAGES/libtaskmanager.mo share/locale/sl/LC_MESSAGES/libtemplateparser.mo share/locale/sl/LC_MESSAGES/lokalize.mo share/locale/sl/LC_MESSAGES/lskat.mo share/locale/sl/LC_MESSAGES/mailreader.mo share/locale/sl/LC_MESSAGES/marble.mo share/locale/sl/LC_MESSAGES/marble_qt.mo share/locale/sl/LC_MESSAGES/messageviewer_application_mstnef_plugin.mo share/locale/sl/LC_MESSAGES/messageviewer_text_calendar_plugin.mo share/locale/sl/LC_MESSAGES/messageviewer_text_vcard_plugin.mo share/locale/sl/LC_MESSAGES/messageviewer_text_xdiff_plugin.mo share/locale/sl/LC_MESSAGES/mf_konqplugin.mo share/locale/sl/LC_MESSAGES/minitoolsplugin.mo share/locale/sl/LC_MESSAGES/mplayerthumbs.mo share/locale/sl/LC_MESSAGES/mplayerthumbsconfig.mo share/locale/sl/LC_MESSAGES/nepomukbackup.mo share/locale/sl/LC_MESSAGES/nepomukcleaner.mo share/locale/sl/LC_MESSAGES/nepomukcontroller.mo share/locale/sl/LC_MESSAGES/nepomukfileindexer.mo share/locale/sl/LC_MESSAGES/nepomukqueryservice.mo share/locale/sl/LC_MESSAGES/nepomukserver.mo share/locale/sl/LC_MESSAGES/nepomukservicestub.mo share/locale/sl/LC_MESSAGES/nepomukstorage.mo share/locale/sl/LC_MESSAGES/nepomukwidgets.mo share/locale/sl/LC_MESSAGES/newmailnotifieragent.mo share/locale/sl/LC_MESSAGES/notes-mobile.mo share/locale/sl/LC_MESSAGES/nsplugin.mo share/locale/sl/LC_MESSAGES/okteta-mobile.mo share/locale/sl/LC_MESSAGES/okteta.mo share/locale/sl/LC_MESSAGES/oktetapart.mo share/locale/sl/LC_MESSAGES/okular.mo share/locale/sl/LC_MESSAGES/okular_chm.mo share/locale/sl/LC_MESSAGES/okular_comicbook.mo share/locale/sl/LC_MESSAGES/okular_djvu.mo share/locale/sl/LC_MESSAGES/okular_dvi.mo share/locale/sl/LC_MESSAGES/okular_epub.mo share/locale/sl/LC_MESSAGES/okular_fax.mo share/locale/sl/LC_MESSAGES/okular_fictionbook.mo share/locale/sl/LC_MESSAGES/okular_ghostview.mo share/locale/sl/LC_MESSAGES/okular_kimgio.mo share/locale/sl/LC_MESSAGES/okular_mobi.mo share/locale/sl/LC_MESSAGES/okular_ooo.mo share/locale/sl/LC_MESSAGES/okular_plucker.mo share/locale/sl/LC_MESSAGES/okular_poppler.mo share/locale/sl/LC_MESSAGES/okular_tiff.mo share/locale/sl/LC_MESSAGES/okular_xps.mo share/locale/sl/LC_MESSAGES/org.kde.active.documentviewer.mo share/locale/sl/LC_MESSAGES/pairs.mo share/locale/sl/LC_MESSAGES/palapeli.mo share/locale/sl/LC_MESSAGES/parley.mo share/locale/sl/LC_MESSAGES/phonon_gstreamer.mo share/locale/sl/LC_MESSAGES/phonon_kde.mo share/locale/sl/LC_MESSAGES/phonon_vlc.mo share/locale/sl/LC_MESSAGES/phononserver.mo share/locale/sl/LC_MESSAGES/picmi.mo share/locale/sl/LC_MESSAGES/pimsettingexporter.mo share/locale/sl/LC_MESSAGES/plasma-desktop.mo share/locale/sl/LC_MESSAGES/plasma-netbook.mo share/locale/sl/LC_MESSAGES/plasma-overlay.mo share/locale/sl/LC_MESSAGES/plasma-remote-helper.mo share/locale/sl/LC_MESSAGES/plasma-windowed.mo share/locale/sl/LC_MESSAGES/plasma_applet_BbalL.mo share/locale/sl/LC_MESSAGES/plasma_applet_CharSelectApplet.mo share/locale/sl/LC_MESSAGES/plasma_applet_Molmasscalculator.mo share/locale/sl/LC_MESSAGES/plasma_applet_akonotes_note.mo share/locale/sl/LC_MESSAGES/plasma_applet_battery.mo share/locale/sl/LC_MESSAGES/plasma_applet_binaryclock.mo share/locale/sl/LC_MESSAGES/plasma_applet_bookmarks.mo share/locale/sl/LC_MESSAGES/plasma_applet_bubblemon.mo share/locale/sl/LC_MESSAGES/plasma_applet_calculator.mo share/locale/sl/LC_MESSAGES/plasma_applet_clock.mo share/locale/sl/LC_MESSAGES/plasma_applet_comic.mo share/locale/sl/LC_MESSAGES/plasma_applet_concentrationCalculator.mo share/locale/sl/LC_MESSAGES/plasma_applet_currentappcontrol.mo share/locale/sl/LC_MESSAGES/plasma_applet_dig_clock.mo share/locale/sl/LC_MESSAGES/plasma_applet_fifteenPuzzle.mo share/locale/sl/LC_MESSAGES/plasma_applet_fileWatcher.mo share/locale/sl/LC_MESSAGES/plasma_applet_folderview.mo share/locale/sl/LC_MESSAGES/plasma_applet_frame.mo share/locale/sl/LC_MESSAGES/plasma_applet_fuzzy_clock.mo share/locale/sl/LC_MESSAGES/plasma_applet_gasCalculator.mo share/locale/sl/LC_MESSAGES/plasma_applet_groupingpanel.mo share/locale/sl/LC_MESSAGES/plasma_applet_icon.mo share/locale/sl/LC_MESSAGES/plasma_applet_icontasks.mo share/locale/sl/LC_MESSAGES/plasma_applet_incomingmsg.mo share/locale/sl/LC_MESSAGES/plasma_applet_kalgebra.mo share/locale/sl/LC_MESSAGES/plasma_applet_kalzium.mo share/locale/sl/LC_MESSAGES/plasma_applet_katesession.mo share/locale/sl/LC_MESSAGES/plasma_applet_kdeobservatory.mo share/locale/sl/LC_MESSAGES/plasma_applet_kget.mo share/locale/sl/LC_MESSAGES/plasma_applet_kimpanel.mo share/locale/sl/LC_MESSAGES/plasma_applet_knowledgebase.mo share/locale/sl/LC_MESSAGES/plasma_applet_kolourpicker.mo share/locale/sl/LC_MESSAGES/plasma_applet_kpapplet.mo share/locale/sl/LC_MESSAGES/plasma_applet_launcher.mo share/locale/sl/LC_MESSAGES/plasma_applet_leavenote.mo share/locale/sl/LC_MESSAGES/plasma_applet_life.mo share/locale/sl/LC_MESSAGES/plasma_applet_lockout.mo share/locale/sl/LC_MESSAGES/plasma_applet_luna.mo share/locale/sl/LC_MESSAGES/plasma_applet_magnifique.mo share/locale/sl/LC_MESSAGES/plasma_applet_microblog.mo share/locale/sl/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/sl/LC_MESSAGES/plasma_applet_news.mo share/locale/sl/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/sl/LC_MESSAGES/plasma_applet_notes.mo share/locale/sl/LC_MESSAGES/plasma_applet_notifier.mo share/locale/sl/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/sl/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/sl/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/sl/LC_MESSAGES/plasma_applet_opendesktop_activities.mo share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.notifications.mo share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/sl/LC_MESSAGES/plasma_applet_pager.mo share/locale/sl/LC_MESSAGES/plasma_applet_panel.mo share/locale/sl/LC_MESSAGES/plasma_applet_panelspacer_internal.mo share/locale/sl/LC_MESSAGES/plasma_applet_paste.mo share/locale/sl/LC_MESSAGES/plasma_applet_pastebin.mo share/locale/sl/LC_MESSAGES/plasma_applet_plasmaboard.mo share/locale/sl/LC_MESSAGES/plasma_applet_previewer.mo share/locale/sl/LC_MESSAGES/plasma_applet_printmanager.mo share/locale/sl/LC_MESSAGES/plasma_applet_qalculate.mo share/locale/sl/LC_MESSAGES/plasma_applet_qstardict.mo share/locale/sl/LC_MESSAGES/plasma_applet_quicklaunch.mo share/locale/sl/LC_MESSAGES/plasma_applet_rssnow.mo share/locale/sl/LC_MESSAGES/plasma_applet_rtm.mo share/locale/sl/LC_MESSAGES/plasma_applet_sal.mo share/locale/sl/LC_MESSAGES/plasma_applet_saverdesktop.mo share/locale/sl/LC_MESSAGES/plasma_applet_searchbox.mo share/locale/sl/LC_MESSAGES/plasma_applet_showdashboard.mo share/locale/sl/LC_MESSAGES/plasma_applet_showdesktop.mo share/locale/sl/LC_MESSAGES/plasma_applet_skapplet.mo share/locale/sl/LC_MESSAGES/plasma_applet_spellcheck.mo share/locale/sl/LC_MESSAGES/plasma_applet_system-monitor.mo share/locale/sl/LC_MESSAGES/plasma_applet_systemloadviewer.mo share/locale/sl/LC_MESSAGES/plasma_applet_systemtray.mo share/locale/sl/LC_MESSAGES/plasma_applet_tasks.mo share/locale/sl/LC_MESSAGES/plasma_applet_timer.mo share/locale/sl/LC_MESSAGES/plasma_applet_trash.mo share/locale/sl/LC_MESSAGES/plasma_applet_unitconverter.mo share/locale/sl/LC_MESSAGES/plasma_applet_weather.mo share/locale/sl/LC_MESSAGES/plasma_applet_weatherstation.mo share/locale/sl/LC_MESSAGES/plasma_applet_webbrowser.mo share/locale/sl/LC_MESSAGES/plasma_applet_webslice.mo share/locale/sl/LC_MESSAGES/plasma_applet_windowlist.mo share/locale/sl/LC_MESSAGES/plasma_appletscriptengine_dashboard.mo share/locale/sl/LC_MESSAGES/plasma_containmentactions_contextmenu.mo share/locale/sl/LC_MESSAGES/plasma_containmentactions_switchactivity.mo share/locale/sl/LC_MESSAGES/plasma_containmentactions_switchdesktop.mo share/locale/sl/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/sl/LC_MESSAGES/plasma_engine_calendar.mo share/locale/sl/LC_MESSAGES/plasma_engine_kalzium.mo share/locale/sl/LC_MESSAGES/plasma_engine_kdeobservatory.mo share/locale/sl/LC_MESSAGES/plasma_engine_keystate.mo share/locale/sl/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/sl/LC_MESSAGES/plasma_engine_metadata.mo share/locale/sl/LC_MESSAGES/plasma_engine_mpris2.mo share/locale/sl/LC_MESSAGES/plasma_engine_network.mo share/locale/sl/LC_MESSAGES/plasma_engine_notifications.mo share/locale/sl/LC_MESSAGES/plasma_engine_nowplaying.mo share/locale/sl/LC_MESSAGES/plasma_engine_rss.mo share/locale/sl/LC_MESSAGES/plasma_engine_share.mo share/locale/sl/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/sl/LC_MESSAGES/plasma_engine_weather.mo share/locale/sl/LC_MESSAGES/plasma_package_org.kde.desktop.activitymanager.mo share/locale/sl/LC_MESSAGES/plasma_package_org.kde.desktop.widgetexplorer.mo share/locale/sl/LC_MESSAGES/plasma_packagestructure_comic.mo share/locale/sl/LC_MESSAGES/plasma_runner_CharacterRunner.mo share/locale/sl/LC_MESSAGES/plasma_runner_activities.mo share/locale/sl/LC_MESSAGES/plasma_runner_audioplayercontrol.mo share/locale/sl/LC_MESSAGES/plasma_runner_bookmarksrunner.mo share/locale/sl/LC_MESSAGES/plasma_runner_browserhistory.mo share/locale/sl/LC_MESSAGES/plasma_runner_calculatorrunner.mo share/locale/sl/LC_MESSAGES/plasma_runner_contacts.mo share/locale/sl/LC_MESSAGES/plasma_runner_converterrunner.mo share/locale/sl/LC_MESSAGES/plasma_runner_datetime.mo share/locale/sl/LC_MESSAGES/plasma_runner_events.mo share/locale/sl/LC_MESSAGES/plasma_runner_katesessions.mo share/locale/sl/LC_MESSAGES/plasma_runner_kget.mo share/locale/sl/LC_MESSAGES/plasma_runner_kill.mo share/locale/sl/LC_MESSAGES/plasma_runner_konquerorsessions.mo share/locale/sl/LC_MESSAGES/plasma_runner_konsolesessions.mo share/locale/sl/LC_MESSAGES/plasma_runner_kopete.mo share/locale/sl/LC_MESSAGES/plasma_runner_krunner_dictionary.mo share/locale/sl/LC_MESSAGES/plasma_runner_locations.mo share/locale/sl/LC_MESSAGES/plasma_runner_marblerunner.mo share/locale/sl/LC_MESSAGES/plasma_runner_mediawiki.mo share/locale/sl/LC_MESSAGES/plasma_runner_nepomuksearchrunner.mo share/locale/sl/LC_MESSAGES/plasma_runner_placesrunner.mo share/locale/sl/LC_MESSAGES/plasma_runner_plasma-desktop.mo share/locale/sl/LC_MESSAGES/plasma_runner_powerdevil.mo share/locale/sl/LC_MESSAGES/plasma_runner_recentdocuments.mo share/locale/sl/LC_MESSAGES/plasma_runner_services.mo share/locale/sl/LC_MESSAGES/plasma_runner_sessions.mo share/locale/sl/LC_MESSAGES/plasma_runner_shell.mo share/locale/sl/LC_MESSAGES/plasma_runner_solid.mo share/locale/sl/LC_MESSAGES/plasma_runner_spellcheckrunner.mo share/locale/sl/LC_MESSAGES/plasma_runner_webshortcuts.mo share/locale/sl/LC_MESSAGES/plasma_runner_windowedwidgets.mo share/locale/sl/LC_MESSAGES/plasma_runner_windows.mo share/locale/sl/LC_MESSAGES/plasma_runner_youtube.mo share/locale/sl/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/sl/LC_MESSAGES/plasma_toolbox_desktoptoolbox.mo share/locale/sl/LC_MESSAGES/plasma_toolbox_paneltoolbox.mo share/locale/sl/LC_MESSAGES/plasma_wallpaper_color.mo share/locale/sl/LC_MESSAGES/plasma_wallpaper_image.mo share/locale/sl/LC_MESSAGES/plasma_wallpaper_mandelbrot.mo share/locale/sl/LC_MESSAGES/plasma_wallpaper_marble.mo share/locale/sl/LC_MESSAGES/plasma_wallpaper_pattern.mo share/locale/sl/LC_MESSAGES/plasma_wallpaper_potd.mo share/locale/sl/LC_MESSAGES/plasma_wallpaper_virus.mo share/locale/sl/LC_MESSAGES/plasma_wallpaper_wallpaper-qml.mo share/locale/sl/LC_MESSAGES/plasma_wallpaper_weather.mo share/locale/sl/LC_MESSAGES/plasmagenericshell.mo share/locale/sl/LC_MESSAGES/plasmapkg.mo share/locale/sl/LC_MESSAGES/pothumbnail.mo share/locale/sl/LC_MESSAGES/powerdevil.mo share/locale/sl/LC_MESSAGES/powerdevilactivitiesconfig.mo share/locale/sl/LC_MESSAGES/powerdevilglobalconfig.mo share/locale/sl/LC_MESSAGES/powerdevilprofilesconfig.mo share/locale/sl/LC_MESSAGES/print-manager.mo share/locale/sl/LC_MESSAGES/processcore.mo share/locale/sl/LC_MESSAGES/processui.mo share/locale/sl/LC_MESSAGES/randrmonitor.mo share/locale/sl/LC_MESSAGES/rellinks.mo share/locale/sl/LC_MESSAGES/rocs.mo share/locale/sl/LC_MESSAGES/rocscore.mo share/locale/sl/LC_MESSAGES/rocsvisualeditor.mo share/locale/sl/LC_MESSAGES/searchbarplugin.mo share/locale/sl/LC_MESSAGES/solid-hardware.mo share/locale/sl/LC_MESSAGES/solid-network.mo share/locale/sl/LC_MESSAGES/solid_qt.mo share/locale/sl/LC_MESSAGES/solidcontrol.mo share/locale/sl/LC_MESSAGES/soliduiserver.mo share/locale/sl/LC_MESSAGES/step.mo share/locale/sl/LC_MESSAGES/step_qt.mo share/locale/sl/LC_MESSAGES/strigila_diff.mo share/locale/sl/LC_MESSAGES/superkaramba.mo share/locale/sl/LC_MESSAGES/svgpart.mo share/locale/sl/LC_MESSAGES/sweeper.mo share/locale/sl/LC_MESSAGES/systemsettings.mo share/locale/sl/LC_MESSAGES/tasks-mobile.mo share/locale/sl/LC_MESSAGES/timezones4.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/webarchiver.mo share/locale/sl/LC_MESSAGES/xml_mimetypes.mo share/locale/sl/entry.desktop @dirrm share/doc/HTML/sl/common Index: head/misc/kde4-l10n-sr/distinfo =================================================================== --- head/misc/kde4-l10n-sr/distinfo (revision 318451) +++ head/misc/kde4-l10n-sr/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/kde-l10n/kde-l10n-sr-4.10.1.tar.xz) = 267e409b4b36e12406d6e11a53ef15c0ba2005f24e9690d5233692d2b9cd8eee -SIZE (KDE/4.10.1/kde-l10n/kde-l10n-sr-4.10.1.tar.xz) = 5606560 +SHA256 (KDE/4.10.3/kde-l10n/kde-l10n-sr-4.10.3.tar.xz) = d5f89f1f5c48f2664344b991f06189013a3a8a7dcf1fd652b65b99bfa1a69ddc +SIZE (KDE/4.10.3/kde-l10n/kde-l10n-sr-4.10.3.tar.xz) = 6676732 Index: head/misc/kde4-l10n-sr/pkg-plist =================================================================== --- head/misc/kde4-l10n-sr/pkg-plist (revision 318451) +++ head/misc/kde4-l10n-sr/pkg-plist (revision 318452) @@ -1,3818 +1,4360 @@ share/apps/desktoptheme/default/icons/l10n/sr/notification.svgz share/apps/desktoptheme/default/icons/l10n/sr@ijekavian/notification.svgz share/apps/desktoptheme/default/icons/l10n/sr@ijekavianlatin/notification.svgz share/apps/desktoptheme/default/icons/l10n/sr@latin/notification.svgz share/apps/desktoptheme/default/widgets/l10n/sr/branding.svgz share/apps/desktoptheme/default/widgets/l10n/sr@ijekavian/branding.svgz share/apps/desktoptheme/default/widgets/l10n/sr@ijekavianlatin/branding.svgz share/apps/desktoptheme/default/widgets/l10n/sr@latin/branding.svgz share/apps/desktoptheme/oxygen/widgets/l10n/sr/branding.svgz share/apps/desktoptheme/oxygen/widgets/l10n/sr@ijekavian/branding.svgz share/apps/desktoptheme/oxygen/widgets/l10n/sr@ijekavianlatin/branding.svgz share/apps/desktoptheme/oxygen/widgets/l10n/sr@latin/branding.svgz share/apps/khangman/sr@latin.txt share/apps/ktuberling/sounds/sr.soundtheme share/apps/ktuberling/sounds/sr/brkovi.ogg share/apps/ktuberling/sounds/sr/cigara.ogg share/apps/ktuberling/sounds/sr/krompirko.ogg share/apps/ktuberling/sounds/sr/masna.ogg share/apps/ktuberling/sounds/sr/mindjusa.ogg share/apps/ktuberling/sounds/sr/naocare.ogg share/apps/ktuberling/sounds/sr/naocare_za_sunce.ogg share/apps/ktuberling/sounds/sr/nos.ogg share/apps/ktuberling/sounds/sr/obrva.ogg share/apps/ktuberling/sounds/sr/oko.ogg share/apps/ktuberling/sounds/sr/sat.ogg share/apps/ktuberling/sounds/sr/sesir.ogg share/apps/ktuberling/sounds/sr/usta.ogg share/apps/ktuberling/sounds/sr/uvo.ogg share/apps/ktuberling/sounds/sr/znacka.ogg share/apps/ktuberling/sounds/sr@ijekavian.soundtheme share/apps/ktuberling/sounds/sr@ijekavianlatin.soundtheme share/apps/ktuberling/sounds/sr@latin.soundtheme share/apps/kvtml/sr/animals.kvtml share/apps/kvtml/sr/easy.kvtml share/apps/kvtml/sr/hard.kvtml share/apps/kvtml/sr/medium.kvtml share/apps/kvtml/sr@ijekavian/animals.kvtml share/apps/kvtml/sr@ijekavian/easy.kvtml share/apps/kvtml/sr@ijekavian/hard.kvtml share/apps/kvtml/sr@ijekavian/medium.kvtml share/apps/kvtml/sr@ijekavianlatin/animals.kvtml share/apps/kvtml/sr@ijekavianlatin/easy.kvtml share/apps/kvtml/sr@ijekavianlatin/hard.kvtml share/apps/kvtml/sr@ijekavianlatin/medium.kvtml share/apps/kvtml/sr@latin/animals.kvtml share/apps/kvtml/sr@latin/easy.kvtml share/apps/kvtml/sr@latin/hard.kvtml share/apps/kvtml/sr@latin/medium.kvtml share/doc/HTML/sr/ark/common share/doc/HTML/sr/ark/index.cache.bz2 share/doc/HTML/sr/ark/index.docbook share/doc/HTML/sr/ark/man-ark.1.docbook share/doc/HTML/sr/common/fdl-translated.html share/doc/HTML/sr/common/gpl-translated.html share/doc/HTML/sr/common/kde-localised.css share/doc/HTML/sr/common/lgpl-translated.html share/doc/HTML/sr/dolphin/common share/doc/HTML/sr/dolphin/index.cache.bz2 share/doc/HTML/sr/dolphin/index.docbook share/doc/HTML/sr/dragonplayer/common share/doc/HTML/sr/dragonplayer/index.cache.bz2 share/doc/HTML/sr/dragonplayer/index.docbook share/doc/HTML/sr/dragonplayer/man-dragon.1.docbook share/doc/HTML/sr/gwenview/common share/doc/HTML/sr/gwenview/index.cache.bz2 share/doc/HTML/sr/gwenview/index.docbook share/doc/HTML/sr/juk/common share/doc/HTML/sr/juk/index.cache.bz2 share/doc/HTML/sr/juk/index.docbook share/doc/HTML/sr/kcalc/commands.docbook share/doc/HTML/sr/kcalc/common share/doc/HTML/sr/kcalc/index.cache.bz2 share/doc/HTML/sr/kcalc/index.docbook share/doc/HTML/sr/kcharselect/common share/doc/HTML/sr/kcharselect/index.cache.bz2 share/doc/HTML/sr/kcharselect/index.docbook share/doc/HTML/sr/kcontrol/autostart/common share/doc/HTML/sr/kcontrol/autostart/index.cache.bz2 share/doc/HTML/sr/kcontrol/autostart/index.docbook share/doc/HTML/sr/kcontrol/bell/common share/doc/HTML/sr/kcontrol/bell/index.cache.bz2 share/doc/HTML/sr/kcontrol/bell/index.docbook share/doc/HTML/sr/kcontrol/blockdevices/common share/doc/HTML/sr/kcontrol/blockdevices/index.cache.bz2 share/doc/HTML/sr/kcontrol/blockdevices/index.docbook share/doc/HTML/sr/kcontrol/bookmarks/common share/doc/HTML/sr/kcontrol/bookmarks/index.cache.bz2 share/doc/HTML/sr/kcontrol/bookmarks/index.docbook share/doc/HTML/sr/kcontrol/cache/common share/doc/HTML/sr/kcontrol/cache/index.cache.bz2 share/doc/HTML/sr/kcontrol/cache/index.docbook share/doc/HTML/sr/kcontrol/cddbretrieval/common share/doc/HTML/sr/kcontrol/cddbretrieval/index.cache.bz2 share/doc/HTML/sr/kcontrol/cddbretrieval/index.docbook share/doc/HTML/sr/kcontrol/clock/common share/doc/HTML/sr/kcontrol/clock/index.cache.bz2 share/doc/HTML/sr/kcontrol/clock/index.docbook share/doc/HTML/sr/kcontrol/cookies/common share/doc/HTML/sr/kcontrol/cookies/index.cache.bz2 share/doc/HTML/sr/kcontrol/cookies/index.docbook share/doc/HTML/sr/kcontrol/desktop/common share/doc/HTML/sr/kcontrol/desktop/index.cache.bz2 share/doc/HTML/sr/kcontrol/desktop/index.docbook share/doc/HTML/sr/kcontrol/ebrowsing/common share/doc/HTML/sr/kcontrol/ebrowsing/index.cache.bz2 share/doc/HTML/sr/kcontrol/ebrowsing/index.docbook share/doc/HTML/sr/kcontrol/emoticons/common share/doc/HTML/sr/kcontrol/emoticons/index.cache.bz2 share/doc/HTML/sr/kcontrol/emoticons/index.docbook share/doc/HTML/sr/kcontrol/filemanager/common share/doc/HTML/sr/kcontrol/filemanager/index.cache.bz2 share/doc/HTML/sr/kcontrol/filemanager/index.docbook share/doc/HTML/sr/kcontrol/filetypes/common share/doc/HTML/sr/kcontrol/filetypes/index.cache.bz2 share/doc/HTML/sr/kcontrol/filetypes/index.docbook share/doc/HTML/sr/kcontrol/icons/common share/doc/HTML/sr/kcontrol/icons/index.cache.bz2 share/doc/HTML/sr/kcontrol/icons/index.docbook share/doc/HTML/sr/kcontrol/kcmcss/common share/doc/HTML/sr/kcontrol/kcmcss/index.cache.bz2 share/doc/HTML/sr/kcontrol/kcmcss/index.docbook share/doc/HTML/sr/kcontrol/kcmlaunch/common share/doc/HTML/sr/kcontrol/kcmlaunch/index.cache.bz2 share/doc/HTML/sr/kcontrol/kcmlaunch/index.docbook share/doc/HTML/sr/kcontrol/kcmnotify/common share/doc/HTML/sr/kcontrol/kcmnotify/index.cache.bz2 share/doc/HTML/sr/kcontrol/kcmnotify/index.docbook share/doc/HTML/sr/kcontrol/khtml-adblock/common share/doc/HTML/sr/kcontrol/khtml-adblock/index.cache.bz2 share/doc/HTML/sr/kcontrol/khtml-adblock/index.docbook share/doc/HTML/sr/kcontrol/khtml-behavior/common share/doc/HTML/sr/kcontrol/khtml-behavior/index.cache.bz2 share/doc/HTML/sr/kcontrol/khtml-behavior/index.docbook share/doc/HTML/sr/kcontrol/khtml-general/common share/doc/HTML/sr/kcontrol/khtml-general/index.cache.bz2 share/doc/HTML/sr/kcontrol/khtml-general/index.docbook share/doc/HTML/sr/kcontrol/khtml-java-js/common share/doc/HTML/sr/kcontrol/khtml-java-js/index.cache.bz2 share/doc/HTML/sr/kcontrol/khtml-java-js/index.docbook share/doc/HTML/sr/kcontrol/khtml-plugins/common share/doc/HTML/sr/kcontrol/khtml-plugins/index.cache.bz2 share/doc/HTML/sr/kcontrol/khtml-plugins/index.docbook share/doc/HTML/sr/kcontrol/language/common share/doc/HTML/sr/kcontrol/language/index.cache.bz2 share/doc/HTML/sr/kcontrol/language/index.docbook share/doc/HTML/sr/kcontrol/netpref/common share/doc/HTML/sr/kcontrol/netpref/index.cache.bz2 share/doc/HTML/sr/kcontrol/netpref/index.docbook share/doc/HTML/sr/kcontrol/paths/common share/doc/HTML/sr/kcontrol/paths/index.cache.bz2 share/doc/HTML/sr/kcontrol/paths/index.docbook share/doc/HTML/sr/kcontrol/performance/common share/doc/HTML/sr/kcontrol/performance/index.cache.bz2 share/doc/HTML/sr/kcontrol/performance/index.docbook share/doc/HTML/sr/kcontrol/proxy/common share/doc/HTML/sr/kcontrol/proxy/index.cache.bz2 share/doc/HTML/sr/kcontrol/proxy/index.docbook share/doc/HTML/sr/kcontrol/smb/common share/doc/HTML/sr/kcontrol/smb/index.cache.bz2 share/doc/HTML/sr/kcontrol/smb/index.docbook share/doc/HTML/sr/kcontrol/spellchecking/common share/doc/HTML/sr/kcontrol/spellchecking/index.cache.bz2 share/doc/HTML/sr/kcontrol/spellchecking/index.docbook share/doc/HTML/sr/kcontrol/useragent/common share/doc/HTML/sr/kcontrol/useragent/index.cache.bz2 share/doc/HTML/sr/kcontrol/useragent/index.docbook share/doc/HTML/sr/kdebugdialog/common share/doc/HTML/sr/kdebugdialog/index.cache.bz2 share/doc/HTML/sr/kdebugdialog/index.docbook share/doc/HTML/sr/kdepasswd/common share/doc/HTML/sr/kdepasswd/index.cache.bz2 share/doc/HTML/sr/kdepasswd/index.docbook share/doc/HTML/sr/kdesu/common share/doc/HTML/sr/kdesu/index.cache.bz2 share/doc/HTML/sr/kdesu/index.docbook share/doc/HTML/sr/kdesu/man-kdesu.1.docbook share/doc/HTML/sr/kdf/common share/doc/HTML/sr/kdf/index.cache.bz2 share/doc/HTML/sr/kdf/index.docbook share/doc/HTML/sr/kfind/common share/doc/HTML/sr/kfind/index.cache.bz2 share/doc/HTML/sr/kfind/index.docbook share/doc/HTML/sr/kfind/man-kfind.1.docbook share/doc/HTML/sr/kfloppy/common share/doc/HTML/sr/kfloppy/index.cache.bz2 share/doc/HTML/sr/kfloppy/index.docbook share/doc/HTML/sr/kget/common share/doc/HTML/sr/kget/index.cache.bz2 share/doc/HTML/sr/kget/index.docbook share/doc/HTML/sr/kgpg/common share/doc/HTML/sr/kgpg/index.cache.bz2 share/doc/HTML/sr/kgpg/index.docbook share/doc/HTML/sr/khelpcenter/common share/doc/HTML/sr/khelpcenter/documentationnotfound/common share/doc/HTML/sr/khelpcenter/documentationnotfound/index.cache.bz2 share/doc/HTML/sr/khelpcenter/documentationnotfound/index.docbook share/doc/HTML/sr/khelpcenter/index.cache.bz2 share/doc/HTML/sr/khelpcenter/index.docbook share/doc/HTML/sr/kinfocenter/common share/doc/HTML/sr/kinfocenter/index.cache.bz2 share/doc/HTML/sr/kinfocenter/index.docbook share/doc/HTML/sr/kioslave/audiocd/common share/doc/HTML/sr/kioslave/audiocd/index.cache.bz2 share/doc/HTML/sr/kioslave/audiocd/index.docbook share/doc/HTML/sr/kioslave/bookmarks/common share/doc/HTML/sr/kioslave/bookmarks/index.cache.bz2 share/doc/HTML/sr/kioslave/bookmarks/index.docbook share/doc/HTML/sr/kioslave/bzip2/common share/doc/HTML/sr/kioslave/bzip2/index.cache.bz2 share/doc/HTML/sr/kioslave/bzip2/index.docbook share/doc/HTML/sr/kioslave/cgi/common share/doc/HTML/sr/kioslave/cgi/index.cache.bz2 share/doc/HTML/sr/kioslave/cgi/index.docbook share/doc/HTML/sr/kioslave/data/common share/doc/HTML/sr/kioslave/data/index.cache.bz2 share/doc/HTML/sr/kioslave/data/index.docbook share/doc/HTML/sr/kioslave/file/common share/doc/HTML/sr/kioslave/file/index.cache.bz2 share/doc/HTML/sr/kioslave/file/index.docbook share/doc/HTML/sr/kioslave/finger/common share/doc/HTML/sr/kioslave/finger/index.cache.bz2 share/doc/HTML/sr/kioslave/finger/index.docbook share/doc/HTML/sr/kioslave/fish/common share/doc/HTML/sr/kioslave/fish/index.cache.bz2 share/doc/HTML/sr/kioslave/fish/index.docbook share/doc/HTML/sr/kioslave/floppy/common share/doc/HTML/sr/kioslave/floppy/index.cache.bz2 share/doc/HTML/sr/kioslave/floppy/index.docbook share/doc/HTML/sr/kioslave/ftp/common share/doc/HTML/sr/kioslave/ftp/index.cache.bz2 share/doc/HTML/sr/kioslave/ftp/index.docbook share/doc/HTML/sr/kioslave/gzip/common share/doc/HTML/sr/kioslave/gzip/index.cache.bz2 share/doc/HTML/sr/kioslave/gzip/index.docbook share/doc/HTML/sr/kioslave/help/common share/doc/HTML/sr/kioslave/help/index.cache.bz2 share/doc/HTML/sr/kioslave/help/index.docbook share/doc/HTML/sr/kioslave/http/common share/doc/HTML/sr/kioslave/http/index.cache.bz2 share/doc/HTML/sr/kioslave/http/index.docbook share/doc/HTML/sr/kioslave/imap/common share/doc/HTML/sr/kioslave/imap/index.cache.bz2 share/doc/HTML/sr/kioslave/imap/index.docbook share/doc/HTML/sr/kioslave/info/common share/doc/HTML/sr/kioslave/info/index.cache.bz2 share/doc/HTML/sr/kioslave/info/index.docbook share/doc/HTML/sr/kioslave/ldap/common share/doc/HTML/sr/kioslave/ldap/index.cache.bz2 share/doc/HTML/sr/kioslave/ldap/index.docbook share/doc/HTML/sr/kioslave/mailto/common share/doc/HTML/sr/kioslave/mailto/index.cache.bz2 share/doc/HTML/sr/kioslave/mailto/index.docbook share/doc/HTML/sr/kioslave/man/common share/doc/HTML/sr/kioslave/man/index.cache.bz2 share/doc/HTML/sr/kioslave/man/index.docbook share/doc/HTML/sr/kioslave/mbox/common share/doc/HTML/sr/kioslave/mbox/index.cache.bz2 share/doc/HTML/sr/kioslave/mbox/index.docbook share/doc/HTML/sr/kioslave/nepomuksearch/common share/doc/HTML/sr/kioslave/nepomuksearch/index.cache.bz2 share/doc/HTML/sr/kioslave/nepomuksearch/index.docbook share/doc/HTML/sr/kioslave/network/common share/doc/HTML/sr/kioslave/network/index.cache.bz2 share/doc/HTML/sr/kioslave/network/index.docbook share/doc/HTML/sr/kioslave/news/common share/doc/HTML/sr/kioslave/news/index.cache.bz2 share/doc/HTML/sr/kioslave/news/index.docbook share/doc/HTML/sr/kioslave/nfs/common share/doc/HTML/sr/kioslave/nfs/index.cache.bz2 share/doc/HTML/sr/kioslave/nfs/index.docbook share/doc/HTML/sr/kioslave/nntp/common share/doc/HTML/sr/kioslave/nntp/index.cache.bz2 share/doc/HTML/sr/kioslave/nntp/index.docbook share/doc/HTML/sr/kioslave/pop3/common share/doc/HTML/sr/kioslave/pop3/index.cache.bz2 share/doc/HTML/sr/kioslave/pop3/index.docbook share/doc/HTML/sr/kioslave/rlogin/common share/doc/HTML/sr/kioslave/rlogin/index.cache.bz2 share/doc/HTML/sr/kioslave/rlogin/index.docbook share/doc/HTML/sr/kioslave/sftp/common share/doc/HTML/sr/kioslave/sftp/index.cache.bz2 share/doc/HTML/sr/kioslave/sftp/index.docbook share/doc/HTML/sr/kioslave/sieve/common share/doc/HTML/sr/kioslave/sieve/index.cache.bz2 share/doc/HTML/sr/kioslave/sieve/index.docbook share/doc/HTML/sr/kioslave/smb/common share/doc/HTML/sr/kioslave/smb/index.cache.bz2 share/doc/HTML/sr/kioslave/smb/index.docbook share/doc/HTML/sr/kioslave/smtp/common share/doc/HTML/sr/kioslave/smtp/index.cache.bz2 share/doc/HTML/sr/kioslave/smtp/index.docbook share/doc/HTML/sr/kioslave/tar/common share/doc/HTML/sr/kioslave/tar/index.cache.bz2 share/doc/HTML/sr/kioslave/tar/index.docbook share/doc/HTML/sr/kioslave/telnet/common share/doc/HTML/sr/kioslave/telnet/index.cache.bz2 share/doc/HTML/sr/kioslave/telnet/index.docbook share/doc/HTML/sr/kioslave/thumbnail/common share/doc/HTML/sr/kioslave/thumbnail/index.cache.bz2 share/doc/HTML/sr/kioslave/thumbnail/index.docbook share/doc/HTML/sr/kioslave/webdav/common share/doc/HTML/sr/kioslave/webdav/index.cache.bz2 share/doc/HTML/sr/kioslave/webdav/index.docbook share/doc/HTML/sr/kioslave/xz/common share/doc/HTML/sr/kioslave/xz/index.cache.bz2 share/doc/HTML/sr/kioslave/xz/index.docbook share/doc/HTML/sr/kmix/common share/doc/HTML/sr/kmix/index.cache.bz2 share/doc/HTML/sr/kmix/index.docbook share/doc/HTML/sr/knetattach/common share/doc/HTML/sr/knetattach/index.cache.bz2 share/doc/HTML/sr/knetattach/index.docbook share/doc/HTML/sr/konqueror/basics.docbook share/doc/HTML/sr/konqueror/bookmarks.docbook share/doc/HTML/sr/konqueror/browser.docbook share/doc/HTML/sr/konqueror/commands.docbook share/doc/HTML/sr/konqueror/common share/doc/HTML/sr/konqueror/config.docbook share/doc/HTML/sr/konqueror/credits.docbook share/doc/HTML/sr/konqueror/faq.docbook share/doc/HTML/sr/konqueror/filemanager.docbook share/doc/HTML/sr/konqueror/index.cache.bz2 share/doc/HTML/sr/konqueror/index.docbook share/doc/HTML/sr/konqueror/introduction.docbook share/doc/HTML/sr/konqueror/man-kbookmarkmerger.1.docbook share/doc/HTML/sr/konqueror/path-complete.docbook share/doc/HTML/sr/konqueror/plugins.docbook share/doc/HTML/sr/konqueror/save-settings.docbook share/doc/HTML/sr/konqueror/sidebar.docbook share/doc/HTML/sr/konqueror/view-extensions.docbook share/doc/HTML/sr/konsole/common share/doc/HTML/sr/konsole/index.cache.bz2 share/doc/HTML/sr/konsole/index.docbook share/doc/HTML/sr/kopete/chatstyle.docbook share/doc/HTML/sr/kopete/common share/doc/HTML/sr/kopete/icq.docbook share/doc/HTML/sr/kopete/index.cache.bz2 share/doc/HTML/sr/kopete/index.docbook share/doc/HTML/sr/kopete/jabber.docbook share/doc/HTML/sr/kopete/menus.docbook share/doc/HTML/sr/kopete/pipes.docbook share/doc/HTML/sr/kppp/accounting.docbook share/doc/HTML/sr/kppp/callback.docbook share/doc/HTML/sr/kppp/chap.docbook share/doc/HTML/sr/kppp/common share/doc/HTML/sr/kppp/dialog-setup.docbook share/doc/HTML/sr/kppp/getting-online.docbook share/doc/HTML/sr/kppp/global-settings.docbook share/doc/HTML/sr/kppp/hayes.docbook share/doc/HTML/sr/kppp/index.cache.bz2 share/doc/HTML/sr/kppp/index.docbook share/doc/HTML/sr/kppp/kppp-faq.docbook share/doc/HTML/sr/kppp/security.docbook share/doc/HTML/sr/kppp/tricks.docbook share/doc/HTML/sr/kppp/wizard.docbook share/doc/HTML/sr/krdc/common share/doc/HTML/sr/krdc/index.cache.bz2 share/doc/HTML/sr/krdc/index.docbook share/doc/HTML/sr/krfb/common share/doc/HTML/sr/krfb/index.cache.bz2 share/doc/HTML/sr/krfb/index.docbook share/doc/HTML/sr/ktimer/common share/doc/HTML/sr/ktimer/index.cache.bz2 share/doc/HTML/sr/ktimer/index.docbook share/doc/HTML/sr/kwallet/common share/doc/HTML/sr/kwallet/index.cache.bz2 share/doc/HTML/sr/kwallet/index.docbook share/doc/HTML/sr/lokalize/common share/doc/HTML/sr/lokalize/glossary.png share/doc/HTML/sr/lokalize/index.cache.bz2 share/doc/HTML/sr/lokalize/index.docbook share/doc/HTML/sr/lokalize/original-diff.png share/doc/HTML/sr/lokalize/sync.png share/doc/HTML/sr/lokalize/tmview.png share/doc/HTML/sr/okteta/common share/doc/HTML/sr/okteta/index.cache.bz2 share/doc/HTML/sr/okteta/index.docbook share/doc/HTML/sr/onlinehelp/common share/doc/HTML/sr/onlinehelp/index.cache.bz2 share/doc/HTML/sr/onlinehelp/index.docbook share/doc/HTML/sr/sonnet/common share/doc/HTML/sr/sonnet/index.cache.bz2 share/doc/HTML/sr/sonnet/index.docbook share/doc/HTML/sr@latin/ark/common share/doc/HTML/sr@latin/ark/index.cache.bz2 share/doc/HTML/sr@latin/ark/index.docbook share/doc/HTML/sr@latin/ark/man-ark.1.docbook share/doc/HTML/sr@latin/dolphin/common share/doc/HTML/sr@latin/dolphin/index.cache.bz2 share/doc/HTML/sr@latin/dolphin/index.docbook share/doc/HTML/sr@latin/dragonplayer/common share/doc/HTML/sr@latin/dragonplayer/index.cache.bz2 share/doc/HTML/sr@latin/dragonplayer/index.docbook share/doc/HTML/sr@latin/dragonplayer/man-dragon.1.docbook share/doc/HTML/sr@latin/gwenview/common share/doc/HTML/sr@latin/gwenview/index.cache.bz2 share/doc/HTML/sr@latin/gwenview/index.docbook share/doc/HTML/sr@latin/juk/common share/doc/HTML/sr@latin/juk/index.cache.bz2 share/doc/HTML/sr@latin/juk/index.docbook share/doc/HTML/sr@latin/kcalc/commands.docbook share/doc/HTML/sr@latin/kcalc/common share/doc/HTML/sr@latin/kcalc/index.cache.bz2 share/doc/HTML/sr@latin/kcalc/index.docbook share/doc/HTML/sr@latin/kcharselect/common share/doc/HTML/sr@latin/kcharselect/index.cache.bz2 share/doc/HTML/sr@latin/kcharselect/index.docbook share/doc/HTML/sr@latin/kcontrol/autostart/common share/doc/HTML/sr@latin/kcontrol/autostart/index.cache.bz2 share/doc/HTML/sr@latin/kcontrol/autostart/index.docbook share/doc/HTML/sr@latin/kcontrol/bell/common share/doc/HTML/sr@latin/kcontrol/bell/index.cache.bz2 share/doc/HTML/sr@latin/kcontrol/bell/index.docbook share/doc/HTML/sr@latin/kcontrol/blockdevices/common share/doc/HTML/sr@latin/kcontrol/blockdevices/index.cache.bz2 share/doc/HTML/sr@latin/kcontrol/blockdevices/index.docbook share/doc/HTML/sr@latin/kcontrol/bookmarks/common share/doc/HTML/sr@latin/kcontrol/bookmarks/index.cache.bz2 share/doc/HTML/sr@latin/kcontrol/bookmarks/index.docbook share/doc/HTML/sr@latin/kcontrol/cache/common share/doc/HTML/sr@latin/kcontrol/cache/index.cache.bz2 share/doc/HTML/sr@latin/kcontrol/cache/index.docbook share/doc/HTML/sr@latin/kcontrol/cddbretrieval/common share/doc/HTML/sr@latin/kcontrol/cddbretrieval/index.cache.bz2 share/doc/HTML/sr@latin/kcontrol/cddbretrieval/index.docbook share/doc/HTML/sr@latin/kcontrol/clock/common share/doc/HTML/sr@latin/kcontrol/clock/index.cache.bz2 share/doc/HTML/sr@latin/kcontrol/clock/index.docbook share/doc/HTML/sr@latin/kcontrol/cookies/common share/doc/HTML/sr@latin/kcontrol/cookies/index.cache.bz2 share/doc/HTML/sr@latin/kcontrol/cookies/index.docbook share/doc/HTML/sr@latin/kcontrol/desktop/common share/doc/HTML/sr@latin/kcontrol/desktop/index.cache.bz2 share/doc/HTML/sr@latin/kcontrol/desktop/index.docbook share/doc/HTML/sr@latin/kcontrol/ebrowsing/common share/doc/HTML/sr@latin/kcontrol/ebrowsing/index.cache.bz2 share/doc/HTML/sr@latin/kcontrol/ebrowsing/index.docbook share/doc/HTML/sr@latin/kcontrol/emoticons/common share/doc/HTML/sr@latin/kcontrol/emoticons/index.cache.bz2 share/doc/HTML/sr@latin/kcontrol/emoticons/index.docbook share/doc/HTML/sr@latin/kcontrol/filemanager/common share/doc/HTML/sr@latin/kcontrol/filemanager/index.cache.bz2 share/doc/HTML/sr@latin/kcontrol/filemanager/index.docbook share/doc/HTML/sr@latin/kcontrol/filetypes/common share/doc/HTML/sr@latin/kcontrol/filetypes/index.cache.bz2 share/doc/HTML/sr@latin/kcontrol/filetypes/index.docbook share/doc/HTML/sr@latin/kcontrol/icons/common share/doc/HTML/sr@latin/kcontrol/icons/index.cache.bz2 share/doc/HTML/sr@latin/kcontrol/icons/index.docbook share/doc/HTML/sr@latin/kcontrol/kcmcss/common share/doc/HTML/sr@latin/kcontrol/kcmcss/index.cache.bz2 share/doc/HTML/sr@latin/kcontrol/kcmcss/index.docbook share/doc/HTML/sr@latin/kcontrol/kcmlaunch/common share/doc/HTML/sr@latin/kcontrol/kcmlaunch/index.cache.bz2 share/doc/HTML/sr@latin/kcontrol/kcmlaunch/index.docbook share/doc/HTML/sr@latin/kcontrol/kcmnotify/common share/doc/HTML/sr@latin/kcontrol/kcmnotify/index.cache.bz2 share/doc/HTML/sr@latin/kcontrol/kcmnotify/index.docbook share/doc/HTML/sr@latin/kcontrol/khtml-adblock/common share/doc/HTML/sr@latin/kcontrol/khtml-adblock/index.cache.bz2 share/doc/HTML/sr@latin/kcontrol/khtml-adblock/index.docbook share/doc/HTML/sr@latin/kcontrol/khtml-behavior/common share/doc/HTML/sr@latin/kcontrol/khtml-behavior/index.cache.bz2 share/doc/HTML/sr@latin/kcontrol/khtml-behavior/index.docbook share/doc/HTML/sr@latin/kcontrol/khtml-general/common share/doc/HTML/sr@latin/kcontrol/khtml-general/index.cache.bz2 share/doc/HTML/sr@latin/kcontrol/khtml-general/index.docbook share/doc/HTML/sr@latin/kcontrol/khtml-java-js/common share/doc/HTML/sr@latin/kcontrol/khtml-java-js/index.cache.bz2 share/doc/HTML/sr@latin/kcontrol/khtml-java-js/index.docbook share/doc/HTML/sr@latin/kcontrol/khtml-plugins/common share/doc/HTML/sr@latin/kcontrol/khtml-plugins/index.cache.bz2 share/doc/HTML/sr@latin/kcontrol/khtml-plugins/index.docbook share/doc/HTML/sr@latin/kcontrol/language/common share/doc/HTML/sr@latin/kcontrol/language/index.cache.bz2 share/doc/HTML/sr@latin/kcontrol/language/index.docbook share/doc/HTML/sr@latin/kcontrol/netpref/common share/doc/HTML/sr@latin/kcontrol/netpref/index.cache.bz2 share/doc/HTML/sr@latin/kcontrol/netpref/index.docbook share/doc/HTML/sr@latin/kcontrol/paths/common share/doc/HTML/sr@latin/kcontrol/paths/index.cache.bz2 share/doc/HTML/sr@latin/kcontrol/paths/index.docbook share/doc/HTML/sr@latin/kcontrol/performance/common share/doc/HTML/sr@latin/kcontrol/performance/index.cache.bz2 share/doc/HTML/sr@latin/kcontrol/performance/index.docbook share/doc/HTML/sr@latin/kcontrol/proxy/common share/doc/HTML/sr@latin/kcontrol/proxy/index.cache.bz2 share/doc/HTML/sr@latin/kcontrol/proxy/index.docbook share/doc/HTML/sr@latin/kcontrol/smb/common share/doc/HTML/sr@latin/kcontrol/smb/index.cache.bz2 share/doc/HTML/sr@latin/kcontrol/smb/index.docbook share/doc/HTML/sr@latin/kcontrol/spellchecking/common share/doc/HTML/sr@latin/kcontrol/spellchecking/index.cache.bz2 share/doc/HTML/sr@latin/kcontrol/spellchecking/index.docbook share/doc/HTML/sr@latin/kcontrol/useragent/common share/doc/HTML/sr@latin/kcontrol/useragent/index.cache.bz2 share/doc/HTML/sr@latin/kcontrol/useragent/index.docbook share/doc/HTML/sr@latin/kdebugdialog/common share/doc/HTML/sr@latin/kdebugdialog/index.cache.bz2 share/doc/HTML/sr@latin/kdebugdialog/index.docbook share/doc/HTML/sr@latin/kdepasswd/common share/doc/HTML/sr@latin/kdepasswd/index.cache.bz2 share/doc/HTML/sr@latin/kdepasswd/index.docbook share/doc/HTML/sr@latin/kdesu/common share/doc/HTML/sr@latin/kdesu/index.cache.bz2 share/doc/HTML/sr@latin/kdesu/index.docbook share/doc/HTML/sr@latin/kdesu/man-kdesu.1.docbook share/doc/HTML/sr@latin/kdf/common share/doc/HTML/sr@latin/kdf/index.cache.bz2 share/doc/HTML/sr@latin/kdf/index.docbook share/doc/HTML/sr@latin/kfind/common share/doc/HTML/sr@latin/kfind/index.cache.bz2 share/doc/HTML/sr@latin/kfind/index.docbook share/doc/HTML/sr@latin/kfind/man-kfind.1.docbook share/doc/HTML/sr@latin/kfloppy/common share/doc/HTML/sr@latin/kfloppy/index.cache.bz2 share/doc/HTML/sr@latin/kfloppy/index.docbook share/doc/HTML/sr@latin/kget/common share/doc/HTML/sr@latin/kget/index.cache.bz2 share/doc/HTML/sr@latin/kget/index.docbook share/doc/HTML/sr@latin/kgpg/common share/doc/HTML/sr@latin/kgpg/index.cache.bz2 share/doc/HTML/sr@latin/kgpg/index.docbook share/doc/HTML/sr@latin/khelpcenter/common share/doc/HTML/sr@latin/khelpcenter/documentationnotfound/common share/doc/HTML/sr@latin/khelpcenter/documentationnotfound/index.cache.bz2 share/doc/HTML/sr@latin/khelpcenter/documentationnotfound/index.docbook share/doc/HTML/sr@latin/khelpcenter/index.cache.bz2 share/doc/HTML/sr@latin/khelpcenter/index.docbook share/doc/HTML/sr@latin/kinfocenter/common share/doc/HTML/sr@latin/kinfocenter/index.cache.bz2 share/doc/HTML/sr@latin/kinfocenter/index.docbook share/doc/HTML/sr@latin/kioslave/audiocd/common share/doc/HTML/sr@latin/kioslave/audiocd/index.cache.bz2 share/doc/HTML/sr@latin/kioslave/audiocd/index.docbook share/doc/HTML/sr@latin/kioslave/bookmarks/common share/doc/HTML/sr@latin/kioslave/bookmarks/index.cache.bz2 share/doc/HTML/sr@latin/kioslave/bookmarks/index.docbook share/doc/HTML/sr@latin/kioslave/bzip2/common share/doc/HTML/sr@latin/kioslave/bzip2/index.cache.bz2 share/doc/HTML/sr@latin/kioslave/bzip2/index.docbook share/doc/HTML/sr@latin/kioslave/cgi/common share/doc/HTML/sr@latin/kioslave/cgi/index.cache.bz2 share/doc/HTML/sr@latin/kioslave/cgi/index.docbook share/doc/HTML/sr@latin/kioslave/data/common share/doc/HTML/sr@latin/kioslave/data/index.cache.bz2 share/doc/HTML/sr@latin/kioslave/data/index.docbook share/doc/HTML/sr@latin/kioslave/file/common share/doc/HTML/sr@latin/kioslave/file/index.cache.bz2 share/doc/HTML/sr@latin/kioslave/file/index.docbook share/doc/HTML/sr@latin/kioslave/finger/common share/doc/HTML/sr@latin/kioslave/finger/index.cache.bz2 share/doc/HTML/sr@latin/kioslave/finger/index.docbook share/doc/HTML/sr@latin/kioslave/fish/common share/doc/HTML/sr@latin/kioslave/fish/index.cache.bz2 share/doc/HTML/sr@latin/kioslave/fish/index.docbook share/doc/HTML/sr@latin/kioslave/floppy/common share/doc/HTML/sr@latin/kioslave/floppy/index.cache.bz2 share/doc/HTML/sr@latin/kioslave/floppy/index.docbook share/doc/HTML/sr@latin/kioslave/ftp/common share/doc/HTML/sr@latin/kioslave/ftp/index.cache.bz2 share/doc/HTML/sr@latin/kioslave/ftp/index.docbook share/doc/HTML/sr@latin/kioslave/gzip/common share/doc/HTML/sr@latin/kioslave/gzip/index.cache.bz2 share/doc/HTML/sr@latin/kioslave/gzip/index.docbook share/doc/HTML/sr@latin/kioslave/help/common share/doc/HTML/sr@latin/kioslave/help/index.cache.bz2 share/doc/HTML/sr@latin/kioslave/help/index.docbook share/doc/HTML/sr@latin/kioslave/http/common share/doc/HTML/sr@latin/kioslave/http/index.cache.bz2 share/doc/HTML/sr@latin/kioslave/http/index.docbook share/doc/HTML/sr@latin/kioslave/imap/common share/doc/HTML/sr@latin/kioslave/imap/index.cache.bz2 share/doc/HTML/sr@latin/kioslave/imap/index.docbook share/doc/HTML/sr@latin/kioslave/info/common share/doc/HTML/sr@latin/kioslave/info/index.cache.bz2 share/doc/HTML/sr@latin/kioslave/info/index.docbook share/doc/HTML/sr@latin/kioslave/ldap/common share/doc/HTML/sr@latin/kioslave/ldap/index.cache.bz2 share/doc/HTML/sr@latin/kioslave/ldap/index.docbook share/doc/HTML/sr@latin/kioslave/mailto/common share/doc/HTML/sr@latin/kioslave/mailto/index.cache.bz2 share/doc/HTML/sr@latin/kioslave/mailto/index.docbook share/doc/HTML/sr@latin/kioslave/man/common share/doc/HTML/sr@latin/kioslave/man/index.cache.bz2 share/doc/HTML/sr@latin/kioslave/man/index.docbook share/doc/HTML/sr@latin/kioslave/mbox/common share/doc/HTML/sr@latin/kioslave/mbox/index.cache.bz2 share/doc/HTML/sr@latin/kioslave/mbox/index.docbook share/doc/HTML/sr@latin/kioslave/nepomuksearch/common share/doc/HTML/sr@latin/kioslave/nepomuksearch/index.cache.bz2 share/doc/HTML/sr@latin/kioslave/nepomuksearch/index.docbook share/doc/HTML/sr@latin/kioslave/network/common share/doc/HTML/sr@latin/kioslave/network/index.cache.bz2 share/doc/HTML/sr@latin/kioslave/network/index.docbook share/doc/HTML/sr@latin/kioslave/news/common share/doc/HTML/sr@latin/kioslave/news/index.cache.bz2 share/doc/HTML/sr@latin/kioslave/news/index.docbook share/doc/HTML/sr@latin/kioslave/nfs/common share/doc/HTML/sr@latin/kioslave/nfs/index.cache.bz2 share/doc/HTML/sr@latin/kioslave/nfs/index.docbook share/doc/HTML/sr@latin/kioslave/nntp/common share/doc/HTML/sr@latin/kioslave/nntp/index.cache.bz2 share/doc/HTML/sr@latin/kioslave/nntp/index.docbook share/doc/HTML/sr@latin/kioslave/pop3/common share/doc/HTML/sr@latin/kioslave/pop3/index.cache.bz2 share/doc/HTML/sr@latin/kioslave/pop3/index.docbook share/doc/HTML/sr@latin/kioslave/rlogin/common share/doc/HTML/sr@latin/kioslave/rlogin/index.cache.bz2 share/doc/HTML/sr@latin/kioslave/rlogin/index.docbook share/doc/HTML/sr@latin/kioslave/sftp/common share/doc/HTML/sr@latin/kioslave/sftp/index.cache.bz2 share/doc/HTML/sr@latin/kioslave/sftp/index.docbook share/doc/HTML/sr@latin/kioslave/sieve/common share/doc/HTML/sr@latin/kioslave/sieve/index.cache.bz2 share/doc/HTML/sr@latin/kioslave/sieve/index.docbook share/doc/HTML/sr@latin/kioslave/smb/common share/doc/HTML/sr@latin/kioslave/smb/index.cache.bz2 share/doc/HTML/sr@latin/kioslave/smb/index.docbook share/doc/HTML/sr@latin/kioslave/smtp/common share/doc/HTML/sr@latin/kioslave/smtp/index.cache.bz2 share/doc/HTML/sr@latin/kioslave/smtp/index.docbook share/doc/HTML/sr@latin/kioslave/tar/common share/doc/HTML/sr@latin/kioslave/tar/index.cache.bz2 share/doc/HTML/sr@latin/kioslave/tar/index.docbook share/doc/HTML/sr@latin/kioslave/telnet/common share/doc/HTML/sr@latin/kioslave/telnet/index.cache.bz2 share/doc/HTML/sr@latin/kioslave/telnet/index.docbook share/doc/HTML/sr@latin/kioslave/thumbnail/common share/doc/HTML/sr@latin/kioslave/thumbnail/index.cache.bz2 share/doc/HTML/sr@latin/kioslave/thumbnail/index.docbook share/doc/HTML/sr@latin/kioslave/webdav/common share/doc/HTML/sr@latin/kioslave/webdav/index.cache.bz2 share/doc/HTML/sr@latin/kioslave/webdav/index.docbook share/doc/HTML/sr@latin/kioslave/xz/common share/doc/HTML/sr@latin/kioslave/xz/index.cache.bz2 share/doc/HTML/sr@latin/kioslave/xz/index.docbook share/doc/HTML/sr@latin/kmix/common share/doc/HTML/sr@latin/kmix/index.cache.bz2 share/doc/HTML/sr@latin/kmix/index.docbook share/doc/HTML/sr@latin/knetattach/common share/doc/HTML/sr@latin/knetattach/index.cache.bz2 share/doc/HTML/sr@latin/knetattach/index.docbook share/doc/HTML/sr@latin/konqueror/basics.docbook share/doc/HTML/sr@latin/konqueror/bookmarks.docbook share/doc/HTML/sr@latin/konqueror/browser.docbook share/doc/HTML/sr@latin/konqueror/commands.docbook share/doc/HTML/sr@latin/konqueror/common share/doc/HTML/sr@latin/konqueror/config.docbook share/doc/HTML/sr@latin/konqueror/credits.docbook share/doc/HTML/sr@latin/konqueror/faq.docbook share/doc/HTML/sr@latin/konqueror/filemanager.docbook share/doc/HTML/sr@latin/konqueror/index.cache.bz2 share/doc/HTML/sr@latin/konqueror/index.docbook share/doc/HTML/sr@latin/konqueror/introduction.docbook share/doc/HTML/sr@latin/konqueror/man-kbookmarkmerger.1.docbook share/doc/HTML/sr@latin/konqueror/path-complete.docbook share/doc/HTML/sr@latin/konqueror/plugins.docbook share/doc/HTML/sr@latin/konqueror/save-settings.docbook share/doc/HTML/sr@latin/konqueror/sidebar.docbook share/doc/HTML/sr@latin/konqueror/view-extensions.docbook share/doc/HTML/sr@latin/konsole/common share/doc/HTML/sr@latin/konsole/index.cache.bz2 share/doc/HTML/sr@latin/konsole/index.docbook share/doc/HTML/sr@latin/kopete/chatstyle.docbook share/doc/HTML/sr@latin/kopete/common share/doc/HTML/sr@latin/kopete/icq.docbook share/doc/HTML/sr@latin/kopete/index.cache.bz2 share/doc/HTML/sr@latin/kopete/index.docbook share/doc/HTML/sr@latin/kopete/jabber.docbook share/doc/HTML/sr@latin/kopete/menus.docbook share/doc/HTML/sr@latin/kopete/pipes.docbook share/doc/HTML/sr@latin/kppp/accounting.docbook share/doc/HTML/sr@latin/kppp/callback.docbook share/doc/HTML/sr@latin/kppp/chap.docbook share/doc/HTML/sr@latin/kppp/common share/doc/HTML/sr@latin/kppp/dialog-setup.docbook share/doc/HTML/sr@latin/kppp/getting-online.docbook share/doc/HTML/sr@latin/kppp/global-settings.docbook share/doc/HTML/sr@latin/kppp/hayes.docbook share/doc/HTML/sr@latin/kppp/index.cache.bz2 share/doc/HTML/sr@latin/kppp/index.docbook share/doc/HTML/sr@latin/kppp/kppp-faq.docbook share/doc/HTML/sr@latin/kppp/security.docbook share/doc/HTML/sr@latin/kppp/tricks.docbook share/doc/HTML/sr@latin/kppp/wizard.docbook share/doc/HTML/sr@latin/krdc/common share/doc/HTML/sr@latin/krdc/index.cache.bz2 share/doc/HTML/sr@latin/krdc/index.docbook share/doc/HTML/sr@latin/krfb/common share/doc/HTML/sr@latin/krfb/index.cache.bz2 share/doc/HTML/sr@latin/krfb/index.docbook share/doc/HTML/sr@latin/ktimer/common share/doc/HTML/sr@latin/ktimer/index.cache.bz2 share/doc/HTML/sr@latin/ktimer/index.docbook share/doc/HTML/sr@latin/kwallet/common share/doc/HTML/sr@latin/kwallet/index.cache.bz2 share/doc/HTML/sr@latin/kwallet/index.docbook share/doc/HTML/sr@latin/lokalize/common share/doc/HTML/sr@latin/lokalize/index.cache.bz2 share/doc/HTML/sr@latin/lokalize/index.docbook share/doc/HTML/sr@latin/okteta/common share/doc/HTML/sr@latin/okteta/index.cache.bz2 share/doc/HTML/sr@latin/okteta/index.docbook share/doc/HTML/sr@latin/onlinehelp/common share/doc/HTML/sr@latin/onlinehelp/index.cache.bz2 share/doc/HTML/sr@latin/onlinehelp/index.docbook share/doc/HTML/sr@latin/sonnet/common share/doc/HTML/sr@latin/sonnet/index.cache.bz2 share/doc/HTML/sr@latin/sonnet/index.docbook share/icons/hicolor/16x16/actions/l10n/sr/approved.png share/icons/hicolor/16x16/actions/l10n/sr@latin/approved.png share/icons/hicolor/22x22/actions/l10n/sr/approved.png share/icons/hicolor/22x22/actions/l10n/sr@latin/approved.png share/icons/hicolor/32x32/actions/l10n/sr/approved.png share/icons/hicolor/32x32/actions/l10n/sr@latin/approved.png share/icons/hicolor/48x48/actions/l10n/sr/approved.png share/icons/hicolor/48x48/actions/l10n/sr@latin/approved.png share/icons/hicolor/scalable/actions/l10n/sr/approved.svgz share/icons/hicolor/scalable/actions/l10n/sr@latin/approved.svgz share/icons/oxygen/128x128/apps/l10n/sr/preferences-desktop-keyboard.png share/icons/oxygen/128x128/apps/l10n/sr/preferences-desktop-user.png share/icons/oxygen/128x128/apps/l10n/sr@ijekavian/preferences-desktop-keyboard.png share/icons/oxygen/128x128/apps/l10n/sr@ijekavian/preferences-desktop-user.png share/icons/oxygen/128x128/apps/l10n/sr@ijekavianlatin/preferences-desktop-keyboard.png share/icons/oxygen/128x128/apps/l10n/sr@ijekavianlatin/preferences-desktop-user.png share/icons/oxygen/128x128/apps/l10n/sr@latin/preferences-desktop-keyboard.png share/icons/oxygen/128x128/apps/l10n/sr@latin/preferences-desktop-user.png share/icons/oxygen/128x128/status/l10n/sr/dialog-information.png share/icons/oxygen/128x128/status/l10n/sr@ijekavian/dialog-information.png share/icons/oxygen/128x128/status/l10n/sr@ijekavianlatin/dialog-information.png share/icons/oxygen/128x128/status/l10n/sr@latin/dialog-information.png share/icons/oxygen/16x16/actions/l10n/sr/help-about.png share/icons/oxygen/16x16/actions/l10n/sr/tools-check-spelling.png share/icons/oxygen/16x16/actions/l10n/sr@ijekavian/help-about.png share/icons/oxygen/16x16/actions/l10n/sr@ijekavian/tools-check-spelling.png share/icons/oxygen/16x16/actions/l10n/sr@ijekavianlatin/help-about.png share/icons/oxygen/16x16/actions/l10n/sr@ijekavianlatin/tools-check-spelling.png share/icons/oxygen/16x16/actions/l10n/sr@latin/help-about.png share/icons/oxygen/16x16/actions/l10n/sr@latin/tools-check-spelling.png share/icons/oxygen/16x16/apps/l10n/sr/preferences-desktop-keyboard.png share/icons/oxygen/16x16/apps/l10n/sr/preferences-desktop-user.png share/icons/oxygen/16x16/apps/l10n/sr@ijekavian/preferences-desktop-keyboard.png share/icons/oxygen/16x16/apps/l10n/sr@ijekavian/preferences-desktop-user.png share/icons/oxygen/16x16/apps/l10n/sr@ijekavianlatin/preferences-desktop-keyboard.png share/icons/oxygen/16x16/apps/l10n/sr@ijekavianlatin/preferences-desktop-user.png share/icons/oxygen/16x16/apps/l10n/sr@latin/preferences-desktop-keyboard.png share/icons/oxygen/16x16/apps/l10n/sr@latin/preferences-desktop-user.png share/icons/oxygen/16x16/status/l10n/sr/dialog-information.png share/icons/oxygen/16x16/status/l10n/sr@ijekavian/dialog-information.png share/icons/oxygen/16x16/status/l10n/sr@ijekavianlatin/dialog-information.png share/icons/oxygen/16x16/status/l10n/sr@latin/dialog-information.png share/icons/oxygen/22x22/actions/l10n/sr/help-about.png share/icons/oxygen/22x22/actions/l10n/sr/tools-check-spelling.png share/icons/oxygen/22x22/actions/l10n/sr@ijekavian/help-about.png share/icons/oxygen/22x22/actions/l10n/sr@ijekavian/tools-check-spelling.png share/icons/oxygen/22x22/actions/l10n/sr@ijekavianlatin/help-about.png share/icons/oxygen/22x22/actions/l10n/sr@ijekavianlatin/tools-check-spelling.png share/icons/oxygen/22x22/actions/l10n/sr@latin/help-about.png share/icons/oxygen/22x22/actions/l10n/sr@latin/tools-check-spelling.png share/icons/oxygen/22x22/apps/l10n/sr/preferences-desktop-keyboard.png share/icons/oxygen/22x22/apps/l10n/sr/preferences-desktop-user.png share/icons/oxygen/22x22/apps/l10n/sr@ijekavian/preferences-desktop-keyboard.png share/icons/oxygen/22x22/apps/l10n/sr@ijekavian/preferences-desktop-user.png share/icons/oxygen/22x22/apps/l10n/sr@ijekavianlatin/preferences-desktop-keyboard.png share/icons/oxygen/22x22/apps/l10n/sr@ijekavianlatin/preferences-desktop-user.png share/icons/oxygen/22x22/apps/l10n/sr@latin/preferences-desktop-keyboard.png share/icons/oxygen/22x22/apps/l10n/sr@latin/preferences-desktop-user.png share/icons/oxygen/22x22/status/l10n/sr/dialog-information.png share/icons/oxygen/22x22/status/l10n/sr@ijekavian/dialog-information.png share/icons/oxygen/22x22/status/l10n/sr@ijekavianlatin/dialog-information.png share/icons/oxygen/22x22/status/l10n/sr@latin/dialog-information.png share/icons/oxygen/32x32/actions/l10n/sr/help-about.png share/icons/oxygen/32x32/actions/l10n/sr/tools-check-spelling.png share/icons/oxygen/32x32/actions/l10n/sr@ijekavian/help-about.png share/icons/oxygen/32x32/actions/l10n/sr@ijekavian/tools-check-spelling.png share/icons/oxygen/32x32/actions/l10n/sr@ijekavianlatin/help-about.png share/icons/oxygen/32x32/actions/l10n/sr@ijekavianlatin/tools-check-spelling.png share/icons/oxygen/32x32/actions/l10n/sr@latin/help-about.png share/icons/oxygen/32x32/actions/l10n/sr@latin/tools-check-spelling.png share/icons/oxygen/32x32/apps/l10n/sr/preferences-desktop-keyboard.png share/icons/oxygen/32x32/apps/l10n/sr/preferences-desktop-user.png share/icons/oxygen/32x32/apps/l10n/sr@ijekavian/preferences-desktop-keyboard.png share/icons/oxygen/32x32/apps/l10n/sr@ijekavian/preferences-desktop-user.png share/icons/oxygen/32x32/apps/l10n/sr@ijekavianlatin/preferences-desktop-keyboard.png share/icons/oxygen/32x32/apps/l10n/sr@ijekavianlatin/preferences-desktop-user.png share/icons/oxygen/32x32/apps/l10n/sr@latin/preferences-desktop-keyboard.png share/icons/oxygen/32x32/apps/l10n/sr@latin/preferences-desktop-user.png share/icons/oxygen/32x32/status/l10n/sr/dialog-information.png share/icons/oxygen/32x32/status/l10n/sr@ijekavian/dialog-information.png share/icons/oxygen/32x32/status/l10n/sr@ijekavianlatin/dialog-information.png share/icons/oxygen/32x32/status/l10n/sr@latin/dialog-information.png share/icons/oxygen/48x48/actions/l10n/sr/help-about.png share/icons/oxygen/48x48/actions/l10n/sr/tools-check-spelling.png share/icons/oxygen/48x48/actions/l10n/sr@ijekavian/help-about.png share/icons/oxygen/48x48/actions/l10n/sr@ijekavian/tools-check-spelling.png share/icons/oxygen/48x48/actions/l10n/sr@ijekavianlatin/help-about.png share/icons/oxygen/48x48/actions/l10n/sr@ijekavianlatin/tools-check-spelling.png share/icons/oxygen/48x48/actions/l10n/sr@latin/help-about.png share/icons/oxygen/48x48/actions/l10n/sr@latin/tools-check-spelling.png share/icons/oxygen/48x48/apps/l10n/sr/preferences-desktop-keyboard.png share/icons/oxygen/48x48/apps/l10n/sr/preferences-desktop-user.png share/icons/oxygen/48x48/apps/l10n/sr@ijekavian/preferences-desktop-keyboard.png share/icons/oxygen/48x48/apps/l10n/sr@ijekavian/preferences-desktop-user.png share/icons/oxygen/48x48/apps/l10n/sr@ijekavianlatin/preferences-desktop-keyboard.png share/icons/oxygen/48x48/apps/l10n/sr@ijekavianlatin/preferences-desktop-user.png share/icons/oxygen/48x48/apps/l10n/sr@latin/preferences-desktop-keyboard.png share/icons/oxygen/48x48/apps/l10n/sr@latin/preferences-desktop-user.png share/icons/oxygen/48x48/status/l10n/sr/dialog-information.png share/icons/oxygen/48x48/status/l10n/sr@ijekavian/dialog-information.png share/icons/oxygen/48x48/status/l10n/sr@ijekavianlatin/dialog-information.png share/icons/oxygen/48x48/status/l10n/sr@latin/dialog-information.png share/icons/oxygen/64x64/apps/l10n/sr/preferences-desktop-keyboard.png share/icons/oxygen/64x64/apps/l10n/sr/preferences-desktop-user.png share/icons/oxygen/64x64/apps/l10n/sr@ijekavian/preferences-desktop-keyboard.png share/icons/oxygen/64x64/apps/l10n/sr@ijekavian/preferences-desktop-user.png share/icons/oxygen/64x64/apps/l10n/sr@ijekavianlatin/preferences-desktop-keyboard.png share/icons/oxygen/64x64/apps/l10n/sr@ijekavianlatin/preferences-desktop-user.png share/icons/oxygen/64x64/apps/l10n/sr@latin/preferences-desktop-keyboard.png share/icons/oxygen/64x64/apps/l10n/sr@latin/preferences-desktop-user.png share/icons/oxygen/64x64/status/l10n/sr/dialog-information.png share/icons/oxygen/64x64/status/l10n/sr@ijekavian/dialog-information.png share/icons/oxygen/64x64/status/l10n/sr@ijekavianlatin/dialog-information.png share/icons/oxygen/64x64/status/l10n/sr@latin/dialog-information.png share/locale/sr/LC_MESSAGES/accountwizard.mo share/locale/sr/LC_MESSAGES/accountwizard_ical.mo share/locale/sr/LC_MESSAGES/accountwizard_imap.mo share/locale/sr/LC_MESSAGES/accountwizard_kolab.mo share/locale/sr/LC_MESSAGES/accountwizard_mailbox.mo share/locale/sr/LC_MESSAGES/accountwizard_maildir.mo share/locale/sr/LC_MESSAGES/accountwizard_pop3.mo share/locale/sr/LC_MESSAGES/accountwizard_tine20.mo share/locale/sr/LC_MESSAGES/activitymanager_plugin_globalshortcuts.mo share/locale/sr/LC_MESSAGES/activitymanager_uihandler_declarative.mo share/locale/sr/LC_MESSAGES/adblock.mo share/locale/sr/LC_MESSAGES/akonadi-filestore.mo share/locale/sr/LC_MESSAGES/akonadi_archivemail_agent.mo share/locale/sr/LC_MESSAGES/akonadi_birthdays_resource.mo share/locale/sr/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/sr/LC_MESSAGES/akonadi_davgroupware_resource.mo share/locale/sr/LC_MESSAGES/akonadi_google_resource.mo share/locale/sr/LC_MESSAGES/akonadi_ical_resource.mo share/locale/sr/LC_MESSAGES/akonadi_icaldir_resource.mo share/locale/sr/LC_MESSAGES/akonadi_imap_resource.mo share/locale/sr/LC_MESSAGES/akonadi_invitations_agent.mo share/locale/sr/LC_MESSAGES/akonadi_kabc_resource.mo share/locale/sr/LC_MESSAGES/akonadi_kalarm_resource.mo share/locale/sr/LC_MESSAGES/akonadi_kcal_resource.mo share/locale/sr/LC_MESSAGES/akonadi_kdeaccounts_resource.mo share/locale/sr/LC_MESSAGES/akonadi_knut_resource.mo share/locale/sr/LC_MESSAGES/akonadi_kolabproxy_resource.mo share/locale/sr/LC_MESSAGES/akonadi_kresourceassistant.mo share/locale/sr/LC_MESSAGES/akonadi_localbookmarks_resource.mo share/locale/sr/LC_MESSAGES/akonadi_maildir_resource.mo share/locale/sr/LC_MESSAGES/akonadi_maildispatcher_agent.mo share/locale/sr/LC_MESSAGES/akonadi_mailfilter_agent.mo share/locale/sr/LC_MESSAGES/akonadi_mailtransport_resource.mo share/locale/sr/LC_MESSAGES/akonadi_mbox_resource.mo share/locale/sr/LC_MESSAGES/akonadi_microblog_resource.mo share/locale/sr/LC_MESSAGES/akonadi_mixedmaildir_resource.mo share/locale/sr/LC_MESSAGES/akonadi_nepomuk_feeder.mo share/locale/sr/LC_MESSAGES/akonadi_nepomuktag_resource.mo share/locale/sr/LC_MESSAGES/akonadi_nntp_resource.mo share/locale/sr/LC_MESSAGES/akonadi_openxchange_resource.mo share/locale/sr/LC_MESSAGES/akonadi_pop3_resource.mo share/locale/sr/LC_MESSAGES/akonadi_serializer_plugins.mo share/locale/sr/LC_MESSAGES/akonadi_singlefile_resource.mo share/locale/sr/LC_MESSAGES/akonadi_strigi_feeder.mo share/locale/sr/LC_MESSAGES/akonadi_vcard_resource.mo share/locale/sr/LC_MESSAGES/akonadi_vcarddir_resource.mo share/locale/sr/LC_MESSAGES/akonadicontact.mo share/locale/sr/LC_MESSAGES/akonadinotes.mo share/locale/sr/LC_MESSAGES/akonaditray.mo share/locale/sr/LC_MESSAGES/akregator_konqplugin.mo share/locale/sr/LC_MESSAGES/amor.mo share/locale/sr/LC_MESSAGES/ark.mo share/locale/sr/LC_MESSAGES/attica_kde.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/blogilo.mo share/locale/sr/LC_MESSAGES/bomber.mo share/locale/sr/LC_MESSAGES/bovo.mo share/locale/sr/LC_MESSAGES/dirfilterplugin.mo share/locale/sr/LC_MESSAGES/display.mo share/locale/sr/LC_MESSAGES/dolphin.mo share/locale/sr/LC_MESSAGES/domtreeviewer.mo share/locale/sr/LC_MESSAGES/dragonplayer.mo share/locale/sr/LC_MESSAGES/drkonqi.mo share/locale/sr/LC_MESSAGES/filelight.mo share/locale/sr/LC_MESSAGES/filetypes.mo share/locale/sr/LC_MESSAGES/freespacenotifier.mo share/locale/sr/LC_MESSAGES/fsview.mo share/locale/sr/LC_MESSAGES/granatier.mo share/locale/sr/LC_MESSAGES/gwenview.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/jovie.mo share/locale/sr/LC_MESSAGES/joystick.mo share/locale/sr/LC_MESSAGES/juk.mo share/locale/sr/LC_MESSAGES/kabc.mo share/locale/sr/LC_MESSAGES/kabc_akonadi.mo share/locale/sr/LC_MESSAGES/kabc_dir.mo share/locale/sr/LC_MESSAGES/kabc_file.mo share/locale/sr/LC_MESSAGES/kabc_ldapkio.mo share/locale/sr/LC_MESSAGES/kabc_net.mo share/locale/sr/LC_MESSAGES/kabcclient.mo share/locale/sr/LC_MESSAGES/kabcformat_binary.mo share/locale/sr/LC_MESSAGES/kaccess.mo share/locale/sr/LC_MESSAGES/kaccessibleapp.mo share/locale/sr/LC_MESSAGES/kactivitymanagerd.mo share/locale/sr/LC_MESSAGES/kactivitymanagerd_fileitem_linking_plugin.mo share/locale/sr/LC_MESSAGES/kaddressbook-mobile.mo share/locale/sr/LC_MESSAGES/kaddressbook.mo share/locale/sr/LC_MESSAGES/kaddressbookmigrator.mo share/locale/sr/LC_MESSAGES/kalarm.mo share/locale/sr/LC_MESSAGES/kapman.mo share/locale/sr/LC_MESSAGES/kate-ctags-plugin.mo share/locale/sr/LC_MESSAGES/kate.mo share/locale/sr/LC_MESSAGES/kate_kttsd.mo share/locale/sr/LC_MESSAGES/katebacktracebrowserplugin.mo share/locale/sr/LC_MESSAGES/katebuild-plugin.mo share/locale/sr/LC_MESSAGES/katefilebrowserplugin.mo share/locale/sr/LC_MESSAGES/katefiletemplates.mo share/locale/sr/LC_MESSAGES/kategdbplugin.mo share/locale/sr/LC_MESSAGES/katehelloworld.mo share/locale/sr/LC_MESSAGES/katekonsoleplugin.mo share/locale/sr/LC_MESSAGES/katemailfilesplugin.mo share/locale/sr/LC_MESSAGES/kateopenheader.mo share/locale/sr/LC_MESSAGES/katepart4.mo share/locale/sr/LC_MESSAGES/kateproject.mo share/locale/sr/LC_MESSAGES/katesearch.mo share/locale/sr/LC_MESSAGES/katesnippets_tng.mo share/locale/sr/LC_MESSAGES/katesnippetsplugin.mo share/locale/sr/LC_MESSAGES/katesql.mo share/locale/sr/LC_MESSAGES/katesymbolviewer.mo share/locale/sr/LC_MESSAGES/katetabbarextension.mo share/locale/sr/LC_MESSAGES/katetabifyplugin.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/kbattleship.mo share/locale/sr/LC_MESSAGES/kblackbox.mo share/locale/sr/LC_MESSAGES/kblankscrn.mo share/locale/sr/LC_MESSAGES/kblocks.mo share/locale/sr/LC_MESSAGES/kbounce.mo share/locale/sr/LC_MESSAGES/kbreakout.mo share/locale/sr/LC_MESSAGES/kcal_akonadi.mo share/locale/sr/LC_MESSAGES/kcalc.mo share/locale/sr/LC_MESSAGES/kcertpart.mo share/locale/sr/LC_MESSAGES/kcharselect.mo share/locale/sr/LC_MESSAGES/kcm-kwin-scripts.mo share/locale/sr/LC_MESSAGES/kcm_activities.mo share/locale/sr/LC_MESSAGES/kcm_akonadi.mo share/locale/sr/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/sr/LC_MESSAGES/kcm_attica.mo share/locale/sr/LC_MESSAGES/kcm_autostart.mo share/locale/sr/LC_MESSAGES/kcm_desktoppaths.mo share/locale/sr/LC_MESSAGES/kcm_desktopthemedetails.mo share/locale/sr/LC_MESSAGES/kcm_device_automounter.mo share/locale/sr/LC_MESSAGES/kcm_emoticons.mo share/locale/sr/LC_MESSAGES/kcm_infobase.mo share/locale/sr/LC_MESSAGES/kcm_infosummary.mo -share/locale/sr/LC_MESSAGES/kcm_krfb.mo share/locale/sr/LC_MESSAGES/kcm_kwindesktop.mo share/locale/sr/LC_MESSAGES/kcm_kwintabbox.mo share/locale/sr/LC_MESSAGES/kcm_memory.mo share/locale/sr/LC_MESSAGES/kcm_nepomuk.mo share/locale/sr/LC_MESSAGES/kcm_pci.mo share/locale/sr/LC_MESSAGES/kcm_phonon.mo share/locale/sr/LC_MESSAGES/kcm_platform.mo share/locale/sr/LC_MESSAGES/kcm_remotecontrol.mo share/locale/sr/LC_MESSAGES/kcm_solid.mo share/locale/sr/LC_MESSAGES/kcm_solid_actions.mo share/locale/sr/LC_MESSAGES/kcm_standard_actions.mo share/locale/sr/LC_MESSAGES/kcmaccess.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/kcmdevinfo.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/kcminit.mo share/locale/sr/LC_MESSAGES/kcminput.mo share/locale/sr/LC_MESSAGES/kcmkclock.mo share/locale/sr/LC_MESSAGES/kcmkded.mo share/locale/sr/LC_MESSAGES/kcmkdnssd.mo share/locale/sr/LC_MESSAGES/kcmkeyboard.mo share/locale/sr/LC_MESSAGES/kcmkeys.mo share/locale/sr/LC_MESSAGES/kcmkio.mo share/locale/sr/LC_MESSAGES/kcmkonq.mo share/locale/sr/LC_MESSAGES/kcmkonqhtml.mo share/locale/sr/LC_MESSAGES/kcmkurifilt.mo share/locale/sr/LC_MESSAGES/kcmkwallet.mo share/locale/sr/LC_MESSAGES/kcmkwincompositing.mo share/locale/sr/LC_MESSAGES/kcmkwindecoration.mo share/locale/sr/LC_MESSAGES/kcmkwinrules.mo share/locale/sr/LC_MESSAGES/kcmkwinscreenedges.mo share/locale/sr/LC_MESSAGES/kcmkwm.mo share/locale/sr/LC_MESSAGES/kcmlaunch.mo share/locale/sr/LC_MESSAGES/kcmlocale.mo share/locale/sr/LC_MESSAGES/kcmnic.mo share/locale/sr/LC_MESSAGES/kcmnotify.mo share/locale/sr/LC_MESSAGES/kcmopengl.mo share/locale/sr/LC_MESSAGES/kcmperformance.mo share/locale/sr/LC_MESSAGES/kcmsamba.mo share/locale/sr/LC_MESSAGES/kcmscreensaver.mo share/locale/sr/LC_MESSAGES/kcmshell.mo share/locale/sr/LC_MESSAGES/kcmsmartcard.mo share/locale/sr/LC_MESSAGES/kcmsmserver.mo share/locale/sr/LC_MESSAGES/kcmstyle.mo share/locale/sr/LC_MESSAGES/kcmusb.mo share/locale/sr/LC_MESSAGES/kcmview1394.mo share/locale/sr/LC_MESSAGES/kcmworkspaceoptions.mo share/locale/sr/LC_MESSAGES/kcolorchooser.mo share/locale/sr/LC_MESSAGES/kcron.mo share/locale/sr/LC_MESSAGES/kde-menu.mo share/locale/sr/LC_MESSAGES/kdeasciiquarium.mo share/locale/sr/LC_MESSAGES/kdebugdialog.mo share/locale/sr/LC_MESSAGES/kdecalendarsystems.mo share/locale/sr/LC_MESSAGES/kdelibs4.mo share/locale/sr/LC_MESSAGES/kdelibs_colors4.mo share/locale/sr/LC_MESSAGES/kdepasswd.mo share/locale/sr/LC_MESSAGES/kdepim-runtime-qml.mo share/locale/sr/LC_MESSAGES/kdeqt.mo share/locale/sr/LC_MESSAGES/kdesu.mo share/locale/sr/LC_MESSAGES/kdesud.mo share/locale/sr/LC_MESSAGES/kdf.mo share/locale/sr/LC_MESSAGES/kdialog.mo share/locale/sr/LC_MESSAGES/kdiamond.mo share/locale/sr/LC_MESSAGES/kdmconfig.mo share/locale/sr/LC_MESSAGES/kdmgreet.mo share/locale/sr/LC_MESSAGES/kdontchangethehostname.mo share/locale/sr/LC_MESSAGES/keditbookmarks.mo share/locale/sr/LC_MESSAGES/kfile.mo share/locale/sr/LC_MESSAGES/kfile_mail.mo share/locale/sr/LC_MESSAGES/kfileaudiopreview4.mo share/locale/sr/LC_MESSAGES/kfileshare.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/kfontinst.mo share/locale/sr/LC_MESSAGES/kfourinline.mo share/locale/sr/LC_MESSAGES/kget.mo share/locale/sr/LC_MESSAGES/kgetplugin.mo share/locale/sr/LC_MESSAGES/kglobalaccel.mo share/locale/sr/LC_MESSAGES/kgpg.mo share/locale/sr/LC_MESSAGES/kgreet_classic.mo share/locale/sr/LC_MESSAGES/kgreet_generic.mo share/locale/sr/LC_MESSAGES/kgreet_winbind.mo share/locale/sr/LC_MESSAGES/khelpcenter.mo share/locale/sr/LC_MESSAGES/khotkeys.mo share/locale/sr/LC_MESSAGES/khotnewstuff.mo share/locale/sr/LC_MESSAGES/khtmlkttsd.mo share/locale/sr/LC_MESSAGES/khtmlsettingsplugin.mo share/locale/sr/LC_MESSAGES/kiconfinder.mo share/locale/sr/LC_MESSAGES/kigo.mo share/locale/sr/LC_MESSAGES/killbots.mo -share/locale/sr/LC_MESSAGES/kinetd.mo share/locale/sr/LC_MESSAGES/kinfocenter.mo share/locale/sr/LC_MESSAGES/kio4.mo share/locale/sr/LC_MESSAGES/kio_activities.mo share/locale/sr/LC_MESSAGES/kio_akonadi.mo share/locale/sr/LC_MESSAGES/kio_applications.mo share/locale/sr/LC_MESSAGES/kio_archive.mo share/locale/sr/LC_MESSAGES/kio_audiocd.mo share/locale/sr/LC_MESSAGES/kio_bookmarks.mo share/locale/sr/LC_MESSAGES/kio_finger.mo share/locale/sr/LC_MESSAGES/kio_fish.mo share/locale/sr/LC_MESSAGES/kio_floppy.mo share/locale/sr/LC_MESSAGES/kio_help4.mo share/locale/sr/LC_MESSAGES/kio_imap4.mo share/locale/sr/LC_MESSAGES/kio_info.mo share/locale/sr/LC_MESSAGES/kio_jabberdisco.mo share/locale/sr/LC_MESSAGES/kio_ldap.mo share/locale/sr/LC_MESSAGES/kio_man.mo share/locale/sr/LC_MESSAGES/kio_mbox.mo share/locale/sr/LC_MESSAGES/kio_nepomuk.mo share/locale/sr/LC_MESSAGES/kio_nepomuksearch.mo share/locale/sr/LC_MESSAGES/kio_nfs.mo share/locale/sr/LC_MESSAGES/kio_nntp.mo share/locale/sr/LC_MESSAGES/kio_pop3.mo share/locale/sr/LC_MESSAGES/kio_recentdocuments.mo share/locale/sr/LC_MESSAGES/kio_remote.mo share/locale/sr/LC_MESSAGES/kio_sftp.mo share/locale/sr/LC_MESSAGES/kio_sieve.mo share/locale/sr/LC_MESSAGES/kio_smb.mo share/locale/sr/LC_MESSAGES/kio_smtp.mo share/locale/sr/LC_MESSAGES/kio_tags.mo share/locale/sr/LC_MESSAGES/kio_thumbnail.mo share/locale/sr/LC_MESSAGES/kio_timeline.mo share/locale/sr/LC_MESSAGES/kio_trash.mo share/locale/sr/LC_MESSAGES/kio_zeroconf.mo share/locale/sr/LC_MESSAGES/kioclient.mo share/locale/sr/LC_MESSAGES/kioexec.mo share/locale/sr/LC_MESSAGES/kiriki.mo share/locale/sr/LC_MESSAGES/kjotsmigrator.mo share/locale/sr/LC_MESSAGES/kjumpingcube.mo share/locale/sr/LC_MESSAGES/klickety.mo share/locale/sr/LC_MESSAGES/klines.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-migrator.mo share/locale/sr/LC_MESSAGES/kmail-mobile.mo share/locale/sr/LC_MESSAGES/kmail.mo share/locale/sr/LC_MESSAGES/kmailcvt.mo share/locale/sr/LC_MESSAGES/kmenuedit.mo share/locale/sr/LC_MESSAGES/kmimetypefinder.mo share/locale/sr/LC_MESSAGES/kmines.mo share/locale/sr/LC_MESSAGES/kmix.mo share/locale/sr/LC_MESSAGES/kmousetool.mo share/locale/sr/LC_MESSAGES/kmouth.mo share/locale/sr/LC_MESSAGES/knetattach.mo share/locale/sr/LC_MESSAGES/knetwalk.mo share/locale/sr/LC_MESSAGES/knotify4.mo share/locale/sr/LC_MESSAGES/kolf.mo share/locale/sr/LC_MESSAGES/kollision.mo share/locale/sr/LC_MESSAGES/kompare.mo share/locale/sr/LC_MESSAGES/konqprofiles.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/konsoleprofiles.mo share/locale/sr/LC_MESSAGES/kontactinterfaces.mo share/locale/sr/LC_MESSAGES/kopete.mo share/locale/sr/LC_MESSAGES/kpartsaver.mo share/locale/sr/LC_MESSAGES/kpasswdserver.mo share/locale/sr/LC_MESSAGES/kpat.mo share/locale/sr/LC_MESSAGES/kppp.mo share/locale/sr/LC_MESSAGES/kppplogview.mo share/locale/sr/LC_MESSAGES/kquitapp.mo share/locale/sr/LC_MESSAGES/krandr.mo share/locale/sr/LC_MESSAGES/krcdnotifieritem.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/kremotecontroldaemon.mo share/locale/sr/LC_MESSAGES/kres-migrator.mo share/locale/sr/LC_MESSAGES/kres_blog.mo share/locale/sr/LC_MESSAGES/kres_remote.mo share/locale/sr/LC_MESSAGES/kresources_shared_akonadi.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/krunner.mo share/locale/sr/LC_MESSAGES/kscd.mo share/locale/sr/LC_MESSAGES/kscreenlocker.mo share/locale/sr/LC_MESSAGES/kscreenlocker_greet.mo share/locale/sr/LC_MESSAGES/kscreensaver.mo share/locale/sr/LC_MESSAGES/ksendemail.mo share/locale/sr/LC_MESSAGES/ksgrd.mo share/locale/sr/LC_MESSAGES/kshellcmdplugin.mo share/locale/sr/LC_MESSAGES/kshisen.mo share/locale/sr/LC_MESSAGES/kshorturifilter.mo share/locale/sr/LC_MESSAGES/ksirk.mo share/locale/sr/LC_MESSAGES/ksirkskineditor.mo share/locale/sr/LC_MESSAGES/ksmserver.mo share/locale/sr/LC_MESSAGES/ksnapshot.mo share/locale/sr/LC_MESSAGES/kspaceduel.mo share/locale/sr/LC_MESSAGES/ksplashthemes.mo share/locale/sr/LC_MESSAGES/ksquares.mo share/locale/sr/LC_MESSAGES/kstart.mo share/locale/sr/LC_MESSAGES/kstyle_config.mo share/locale/sr/LC_MESSAGES/kstyle_phase_config.mo share/locale/sr/LC_MESSAGES/ksudoku.mo share/locale/sr/LC_MESSAGES/ksysguard.mo share/locale/sr/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/sr/LC_MESSAGES/ksystemlog.mo share/locale/sr/LC_MESSAGES/ksystraycmd.mo share/locale/sr/LC_MESSAGES/kteatime.mo share/locale/sr/LC_MESSAGES/ktesnippets_editor.mo share/locale/sr/LC_MESSAGES/ktexteditor_codesnippets_core.mo share/locale/sr/LC_MESSAGES/ktexteditor_plugins.mo share/locale/sr/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/sr/LC_MESSAGES/ktimer.mo share/locale/sr/LC_MESSAGES/ktouchpadenabler.mo share/locale/sr/LC_MESSAGES/ktraderclient.mo share/locale/sr/LC_MESSAGES/ktron.mo share/locale/sr/LC_MESSAGES/ktuberling.mo share/locale/sr/LC_MESSAGES/ktux.mo share/locale/sr/LC_MESSAGES/kubrick.mo share/locale/sr/LC_MESSAGES/kuiserver.mo share/locale/sr/LC_MESSAGES/kurifilter.mo share/locale/sr/LC_MESSAGES/kuser.mo share/locale/sr/LC_MESSAGES/kwalletd.mo share/locale/sr/LC_MESSAGES/kwalletmanager.mo share/locale/sr/LC_MESSAGES/kwin.mo share/locale/sr/LC_MESSAGES/kwin_art_clients.mo share/locale/sr/LC_MESSAGES/kwin_clients.mo share/locale/sr/LC_MESSAGES/kwin_effects.mo share/locale/sr/LC_MESSAGES/kwinshutdown.mo share/locale/sr/LC_MESSAGES/kwinstartmenu.mo share/locale/sr/LC_MESSAGES/kwrite.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/lancelot.mo share/locale/sr/LC_MESSAGES/libakonadi-calendar.mo share/locale/sr/LC_MESSAGES/libakonadi-kmime.mo share/locale/sr/LC_MESSAGES/libakonadi.mo share/locale/sr/LC_MESSAGES/libkalarmcal.mo share/locale/sr/LC_MESSAGES/libkasten.mo share/locale/sr/LC_MESSAGES/libkblog.mo share/locale/sr/LC_MESSAGES/libkcal.mo share/locale/sr/LC_MESSAGES/libkcalutils.mo share/locale/sr/LC_MESSAGES/libkcddb.mo share/locale/sr/LC_MESSAGES/libkcompactdisc.mo share/locale/sr/LC_MESSAGES/libkdecorations.mo share/locale/sr/LC_MESSAGES/libkdegames.mo share/locale/sr/LC_MESSAGES/libkdepim.mo share/locale/sr/LC_MESSAGES/libkdepimmobileui.mo share/locale/sr/LC_MESSAGES/libkholidays.mo share/locale/sr/LC_MESSAGES/libkimap.mo share/locale/sr/LC_MESSAGES/libkldap.mo share/locale/sr/LC_MESSAGES/libkleopatra.mo share/locale/sr/LC_MESSAGES/libkmahjongg.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/libkpimidentities.mo share/locale/sr/LC_MESSAGES/libkpimtextedit.mo share/locale/sr/LC_MESSAGES/libkpimutils.mo share/locale/sr/LC_MESSAGES/libkremotecontrol.mo share/locale/sr/LC_MESSAGES/libkresources.mo share/locale/sr/LC_MESSAGES/libkscreensaver.mo share/locale/sr/LC_MESSAGES/libksieve.mo share/locale/sr/LC_MESSAGES/libktnef.mo share/locale/sr/LC_MESSAGES/libkunitconversion.mo share/locale/sr/LC_MESSAGES/libkworkspace.mo share/locale/sr/LC_MESSAGES/libkxmlrpcclient.mo share/locale/sr/LC_MESSAGES/liblancelot-datamodels.mo share/locale/sr/LC_MESSAGES/libmailcommon.mo share/locale/sr/LC_MESSAGES/libmailimporter.mo share/locale/sr/LC_MESSAGES/libmailtransport.mo share/locale/sr/LC_MESSAGES/libmessagecomposer.mo share/locale/sr/LC_MESSAGES/libmessagecore.mo share/locale/sr/LC_MESSAGES/libmessagelist.mo share/locale/sr/LC_MESSAGES/libmessageviewer.mo share/locale/sr/LC_MESSAGES/liboktetacore.mo share/locale/sr/LC_MESSAGES/liboktetagui.mo share/locale/sr/LC_MESSAGES/liboktetakasten.mo share/locale/sr/LC_MESSAGES/liboxygenstyleconfig.mo share/locale/sr/LC_MESSAGES/libphonon.mo share/locale/sr/LC_MESSAGES/libpimcommon.mo share/locale/sr/LC_MESSAGES/libplasma.mo share/locale/sr/LC_MESSAGES/libplasma_groupingcontainment.mo share/locale/sr/LC_MESSAGES/libplasmaclock.mo share/locale/sr/LC_MESSAGES/libplasmaweather.mo share/locale/sr/LC_MESSAGES/libtaskmanager.mo share/locale/sr/LC_MESSAGES/libtemplateparser.mo share/locale/sr/LC_MESSAGES/lokalize.mo share/locale/sr/LC_MESSAGES/lskat.mo share/locale/sr/LC_MESSAGES/mailreader.mo share/locale/sr/LC_MESSAGES/messageviewer_application_mstnef_plugin.mo share/locale/sr/LC_MESSAGES/messageviewer_text_calendar_plugin.mo share/locale/sr/LC_MESSAGES/messageviewer_text_vcard_plugin.mo share/locale/sr/LC_MESSAGES/messageviewer_text_xdiff_plugin.mo share/locale/sr/LC_MESSAGES/mf_konqplugin.mo share/locale/sr/LC_MESSAGES/minitoolsplugin.mo share/locale/sr/LC_MESSAGES/mplayerthumbs.mo share/locale/sr/LC_MESSAGES/mplayerthumbsconfig.mo share/locale/sr/LC_MESSAGES/nepomukbackup.mo share/locale/sr/LC_MESSAGES/nepomukcleaner.mo share/locale/sr/LC_MESSAGES/nepomukcontroller.mo share/locale/sr/LC_MESSAGES/nepomukfileindexer.mo +share/locale/sr/LC_MESSAGES/nepomukpimindexerutility.mo share/locale/sr/LC_MESSAGES/nepomukqueryservice.mo share/locale/sr/LC_MESSAGES/nepomukserver.mo share/locale/sr/LC_MESSAGES/nepomukservicestub.mo share/locale/sr/LC_MESSAGES/nepomukstorage.mo share/locale/sr/LC_MESSAGES/nepomukwidgets.mo share/locale/sr/LC_MESSAGES/newmailnotifieragent.mo share/locale/sr/LC_MESSAGES/nsplugin.mo share/locale/sr/LC_MESSAGES/okteta-mobile.mo share/locale/sr/LC_MESSAGES/okteta.mo share/locale/sr/LC_MESSAGES/oktetapart.mo share/locale/sr/LC_MESSAGES/okular.mo share/locale/sr/LC_MESSAGES/okular_chm.mo share/locale/sr/LC_MESSAGES/okular_comicbook.mo share/locale/sr/LC_MESSAGES/okular_djvu.mo share/locale/sr/LC_MESSAGES/okular_dvi.mo share/locale/sr/LC_MESSAGES/okular_epub.mo share/locale/sr/LC_MESSAGES/okular_fax.mo share/locale/sr/LC_MESSAGES/okular_fictionbook.mo share/locale/sr/LC_MESSAGES/okular_ghostview.mo share/locale/sr/LC_MESSAGES/okular_kimgio.mo share/locale/sr/LC_MESSAGES/okular_mobi.mo share/locale/sr/LC_MESSAGES/okular_ooo.mo share/locale/sr/LC_MESSAGES/okular_plucker.mo share/locale/sr/LC_MESSAGES/okular_poppler.mo share/locale/sr/LC_MESSAGES/okular_tiff.mo share/locale/sr/LC_MESSAGES/okular_xps.mo share/locale/sr/LC_MESSAGES/palapeli.mo share/locale/sr/LC_MESSAGES/phonon_gstreamer.mo share/locale/sr/LC_MESSAGES/phonon_kde.mo share/locale/sr/LC_MESSAGES/phonon_vlc.mo share/locale/sr/LC_MESSAGES/phononserver.mo share/locale/sr/LC_MESSAGES/picmi.mo share/locale/sr/LC_MESSAGES/pimsettingexporter.mo share/locale/sr/LC_MESSAGES/plasma-desktop.mo share/locale/sr/LC_MESSAGES/plasma-netbook.mo share/locale/sr/LC_MESSAGES/plasma-overlay.mo share/locale/sr/LC_MESSAGES/plasma-remote-helper.mo share/locale/sr/LC_MESSAGES/plasma-windowed.mo share/locale/sr/LC_MESSAGES/plasma_applet_BbalL.mo share/locale/sr/LC_MESSAGES/plasma_applet_CharSelectApplet.mo share/locale/sr/LC_MESSAGES/plasma_applet_battery.mo share/locale/sr/LC_MESSAGES/plasma_applet_binaryclock.mo share/locale/sr/LC_MESSAGES/plasma_applet_bookmarks.mo share/locale/sr/LC_MESSAGES/plasma_applet_bubblemon.mo share/locale/sr/LC_MESSAGES/plasma_applet_calculator.mo share/locale/sr/LC_MESSAGES/plasma_applet_clock.mo share/locale/sr/LC_MESSAGES/plasma_applet_comic.mo share/locale/sr/LC_MESSAGES/plasma_applet_currentappcontrol.mo share/locale/sr/LC_MESSAGES/plasma_applet_dig_clock.mo share/locale/sr/LC_MESSAGES/plasma_applet_fifteenPuzzle.mo share/locale/sr/LC_MESSAGES/plasma_applet_fileWatcher.mo share/locale/sr/LC_MESSAGES/plasma_applet_folderview.mo share/locale/sr/LC_MESSAGES/plasma_applet_frame.mo share/locale/sr/LC_MESSAGES/plasma_applet_fuzzy_clock.mo share/locale/sr/LC_MESSAGES/plasma_applet_groupingpanel.mo share/locale/sr/LC_MESSAGES/plasma_applet_icon.mo share/locale/sr/LC_MESSAGES/plasma_applet_icontasks.mo share/locale/sr/LC_MESSAGES/plasma_applet_incomingmsg.mo share/locale/sr/LC_MESSAGES/plasma_applet_katesession.mo share/locale/sr/LC_MESSAGES/plasma_applet_kdeobservatory.mo share/locale/sr/LC_MESSAGES/plasma_applet_kget.mo share/locale/sr/LC_MESSAGES/plasma_applet_kimpanel.mo share/locale/sr/LC_MESSAGES/plasma_applet_knowledgebase.mo share/locale/sr/LC_MESSAGES/plasma_applet_kolourpicker.mo share/locale/sr/LC_MESSAGES/plasma_applet_launcher.mo share/locale/sr/LC_MESSAGES/plasma_applet_leavenote.mo share/locale/sr/LC_MESSAGES/plasma_applet_life.mo share/locale/sr/LC_MESSAGES/plasma_applet_lockout.mo share/locale/sr/LC_MESSAGES/plasma_applet_luna.mo share/locale/sr/LC_MESSAGES/plasma_applet_magnifique.mo share/locale/sr/LC_MESSAGES/plasma_applet_microblog.mo share/locale/sr/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/sr/LC_MESSAGES/plasma_applet_news.mo share/locale/sr/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/sr/LC_MESSAGES/plasma_applet_notes.mo share/locale/sr/LC_MESSAGES/plasma_applet_notifier.mo share/locale/sr/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/sr/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/sr/LC_MESSAGES/plasma_applet_opendesktop_activities.mo share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.notifications.mo share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/sr/LC_MESSAGES/plasma_applet_pager.mo share/locale/sr/LC_MESSAGES/plasma_applet_panel.mo share/locale/sr/LC_MESSAGES/plasma_applet_panelspacer_internal.mo share/locale/sr/LC_MESSAGES/plasma_applet_paste.mo share/locale/sr/LC_MESSAGES/plasma_applet_pastebin.mo share/locale/sr/LC_MESSAGES/plasma_applet_plasmaboard.mo share/locale/sr/LC_MESSAGES/plasma_applet_previewer.mo share/locale/sr/LC_MESSAGES/plasma_applet_printmanager.mo share/locale/sr/LC_MESSAGES/plasma_applet_qalculate.mo share/locale/sr/LC_MESSAGES/plasma_applet_qstardict.mo share/locale/sr/LC_MESSAGES/plasma_applet_quicklaunch.mo share/locale/sr/LC_MESSAGES/plasma_applet_rssnow.mo share/locale/sr/LC_MESSAGES/plasma_applet_rtm.mo share/locale/sr/LC_MESSAGES/plasma_applet_sal.mo share/locale/sr/LC_MESSAGES/plasma_applet_saverdesktop.mo share/locale/sr/LC_MESSAGES/plasma_applet_searchbox.mo share/locale/sr/LC_MESSAGES/plasma_applet_showdashboard.mo share/locale/sr/LC_MESSAGES/plasma_applet_showdesktop.mo share/locale/sr/LC_MESSAGES/plasma_applet_skapplet.mo share/locale/sr/LC_MESSAGES/plasma_applet_spellcheck.mo share/locale/sr/LC_MESSAGES/plasma_applet_system-monitor.mo share/locale/sr/LC_MESSAGES/plasma_applet_systemloadviewer.mo share/locale/sr/LC_MESSAGES/plasma_applet_systemtray.mo share/locale/sr/LC_MESSAGES/plasma_applet_tasks.mo share/locale/sr/LC_MESSAGES/plasma_applet_timer.mo share/locale/sr/LC_MESSAGES/plasma_applet_trash.mo share/locale/sr/LC_MESSAGES/plasma_applet_unitconverter.mo share/locale/sr/LC_MESSAGES/plasma_applet_weather.mo share/locale/sr/LC_MESSAGES/plasma_applet_weatherstation.mo share/locale/sr/LC_MESSAGES/plasma_applet_webbrowser.mo share/locale/sr/LC_MESSAGES/plasma_applet_webslice.mo share/locale/sr/LC_MESSAGES/plasma_applet_windowlist.mo share/locale/sr/LC_MESSAGES/plasma_appletscriptengine_dashboard.mo share/locale/sr/LC_MESSAGES/plasma_containmentactions_contextmenu.mo share/locale/sr/LC_MESSAGES/plasma_containmentactions_switchactivity.mo share/locale/sr/LC_MESSAGES/plasma_containmentactions_switchdesktop.mo share/locale/sr/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/sr/LC_MESSAGES/plasma_engine_calendar.mo share/locale/sr/LC_MESSAGES/plasma_engine_kdeobservatory.mo share/locale/sr/LC_MESSAGES/plasma_engine_keystate.mo share/locale/sr/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/sr/LC_MESSAGES/plasma_engine_metadata.mo share/locale/sr/LC_MESSAGES/plasma_engine_mpris2.mo share/locale/sr/LC_MESSAGES/plasma_engine_network.mo share/locale/sr/LC_MESSAGES/plasma_engine_notifications.mo share/locale/sr/LC_MESSAGES/plasma_engine_nowplaying.mo share/locale/sr/LC_MESSAGES/plasma_engine_rss.mo share/locale/sr/LC_MESSAGES/plasma_engine_share.mo share/locale/sr/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/sr/LC_MESSAGES/plasma_engine_weather.mo share/locale/sr/LC_MESSAGES/plasma_package_org.kde.desktop.activitymanager.mo share/locale/sr/LC_MESSAGES/plasma_package_org.kde.desktop.widgetexplorer.mo share/locale/sr/LC_MESSAGES/plasma_packagestructure_comic.mo share/locale/sr/LC_MESSAGES/plasma_runner_CharacterRunner.mo share/locale/sr/LC_MESSAGES/plasma_runner_activities.mo share/locale/sr/LC_MESSAGES/plasma_runner_audioplayercontrol.mo share/locale/sr/LC_MESSAGES/plasma_runner_bookmarksrunner.mo share/locale/sr/LC_MESSAGES/plasma_runner_browserhistory.mo share/locale/sr/LC_MESSAGES/plasma_runner_calculatorrunner.mo share/locale/sr/LC_MESSAGES/plasma_runner_contacts.mo share/locale/sr/LC_MESSAGES/plasma_runner_converterrunner.mo share/locale/sr/LC_MESSAGES/plasma_runner_datetime.mo share/locale/sr/LC_MESSAGES/plasma_runner_events.mo share/locale/sr/LC_MESSAGES/plasma_runner_katesessions.mo share/locale/sr/LC_MESSAGES/plasma_runner_kget.mo share/locale/sr/LC_MESSAGES/plasma_runner_kill.mo share/locale/sr/LC_MESSAGES/plasma_runner_konquerorsessions.mo share/locale/sr/LC_MESSAGES/plasma_runner_konsolesessions.mo share/locale/sr/LC_MESSAGES/plasma_runner_kopete.mo share/locale/sr/LC_MESSAGES/plasma_runner_krunner_dictionary.mo share/locale/sr/LC_MESSAGES/plasma_runner_locations.mo share/locale/sr/LC_MESSAGES/plasma_runner_mediawiki.mo share/locale/sr/LC_MESSAGES/plasma_runner_nepomuksearchrunner.mo share/locale/sr/LC_MESSAGES/plasma_runner_placesrunner.mo share/locale/sr/LC_MESSAGES/plasma_runner_plasma-desktop.mo share/locale/sr/LC_MESSAGES/plasma_runner_powerdevil.mo share/locale/sr/LC_MESSAGES/plasma_runner_recentdocuments.mo share/locale/sr/LC_MESSAGES/plasma_runner_services.mo share/locale/sr/LC_MESSAGES/plasma_runner_sessions.mo share/locale/sr/LC_MESSAGES/plasma_runner_shell.mo share/locale/sr/LC_MESSAGES/plasma_runner_solid.mo share/locale/sr/LC_MESSAGES/plasma_runner_spellcheckrunner.mo share/locale/sr/LC_MESSAGES/plasma_runner_webshortcuts.mo share/locale/sr/LC_MESSAGES/plasma_runner_windowedwidgets.mo share/locale/sr/LC_MESSAGES/plasma_runner_windows.mo share/locale/sr/LC_MESSAGES/plasma_runner_youtube.mo share/locale/sr/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/sr/LC_MESSAGES/plasma_toolbox_desktoptoolbox.mo share/locale/sr/LC_MESSAGES/plasma_toolbox_paneltoolbox.mo share/locale/sr/LC_MESSAGES/plasma_wallpaper_color.mo share/locale/sr/LC_MESSAGES/plasma_wallpaper_image.mo share/locale/sr/LC_MESSAGES/plasma_wallpaper_mandelbrot.mo share/locale/sr/LC_MESSAGES/plasma_wallpaper_marble.mo share/locale/sr/LC_MESSAGES/plasma_wallpaper_pattern.mo share/locale/sr/LC_MESSAGES/plasma_wallpaper_potd.mo share/locale/sr/LC_MESSAGES/plasma_wallpaper_virus.mo share/locale/sr/LC_MESSAGES/plasma_wallpaper_wallpaper-qml.mo share/locale/sr/LC_MESSAGES/plasma_wallpaper_weather.mo share/locale/sr/LC_MESSAGES/plasmagenericshell.mo share/locale/sr/LC_MESSAGES/plasmapkg.mo share/locale/sr/LC_MESSAGES/powerdevil.mo share/locale/sr/LC_MESSAGES/powerdevilactivitiesconfig.mo share/locale/sr/LC_MESSAGES/powerdevilglobalconfig.mo share/locale/sr/LC_MESSAGES/powerdevilprofilesconfig.mo share/locale/sr/LC_MESSAGES/print-manager.mo share/locale/sr/LC_MESSAGES/processcore.mo share/locale/sr/LC_MESSAGES/processui.mo share/locale/sr/LC_MESSAGES/randrmonitor.mo share/locale/sr/LC_MESSAGES/rellinks.mo share/locale/sr/LC_MESSAGES/searchbarplugin.mo share/locale/sr/LC_MESSAGES/solid-hardware.mo share/locale/sr/LC_MESSAGES/solid-network.mo share/locale/sr/LC_MESSAGES/solid_qt.mo share/locale/sr/LC_MESSAGES/solidcontrol.mo share/locale/sr/LC_MESSAGES/soliduiserver.mo share/locale/sr/LC_MESSAGES/superkaramba.mo share/locale/sr/LC_MESSAGES/sweeper.mo share/locale/sr/LC_MESSAGES/systemsettings.mo share/locale/sr/LC_MESSAGES/timezones4.mo share/locale/sr/LC_MESSAGES/uachangerplugin.mo share/locale/sr/LC_MESSAGES/useraccount.mo share/locale/sr/LC_MESSAGES/validatorsplugin.mo share/locale/sr/LC_MESSAGES/webarchiver.mo share/locale/sr/LC_MESSAGES/xml_mimetypes.mo share/locale/sr/LC_SCRIPTS/kdelibs4/kdelibs4.js share/locale/sr/LC_SCRIPTS/kdelibs4/trapnakron.pmap share/locale/sr/LC_SCRIPTS/kdelibs4/trapnakron.pmapc share/locale/sr/LC_SCRIPTS/kfontinst/kfontinst.js share/locale/sr/entry.desktop share/locale/sr@ijekavian/LC_MESSAGES/accountwizard.mo share/locale/sr@ijekavian/LC_MESSAGES/accountwizard_ical.mo share/locale/sr@ijekavian/LC_MESSAGES/accountwizard_imap.mo share/locale/sr@ijekavian/LC_MESSAGES/accountwizard_kolab.mo share/locale/sr@ijekavian/LC_MESSAGES/accountwizard_mailbox.mo share/locale/sr@ijekavian/LC_MESSAGES/accountwizard_maildir.mo share/locale/sr@ijekavian/LC_MESSAGES/accountwizard_pop3.mo share/locale/sr@ijekavian/LC_MESSAGES/accountwizard_tine20.mo share/locale/sr@ijekavian/LC_MESSAGES/activitymanager_plugin_globalshortcuts.mo share/locale/sr@ijekavian/LC_MESSAGES/activitymanager_uihandler_declarative.mo share/locale/sr@ijekavian/LC_MESSAGES/adblock.mo share/locale/sr@ijekavian/LC_MESSAGES/akonadi-filestore.mo share/locale/sr@ijekavian/LC_MESSAGES/akonadi_archivemail_agent.mo share/locale/sr@ijekavian/LC_MESSAGES/akonadi_birthdays_resource.mo share/locale/sr@ijekavian/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/sr@ijekavian/LC_MESSAGES/akonadi_davgroupware_resource.mo share/locale/sr@ijekavian/LC_MESSAGES/akonadi_google_resource.mo share/locale/sr@ijekavian/LC_MESSAGES/akonadi_ical_resource.mo share/locale/sr@ijekavian/LC_MESSAGES/akonadi_icaldir_resource.mo share/locale/sr@ijekavian/LC_MESSAGES/akonadi_imap_resource.mo share/locale/sr@ijekavian/LC_MESSAGES/akonadi_invitations_agent.mo share/locale/sr@ijekavian/LC_MESSAGES/akonadi_kabc_resource.mo share/locale/sr@ijekavian/LC_MESSAGES/akonadi_kalarm_resource.mo share/locale/sr@ijekavian/LC_MESSAGES/akonadi_kcal_resource.mo share/locale/sr@ijekavian/LC_MESSAGES/akonadi_kdeaccounts_resource.mo share/locale/sr@ijekavian/LC_MESSAGES/akonadi_knut_resource.mo share/locale/sr@ijekavian/LC_MESSAGES/akonadi_kolabproxy_resource.mo share/locale/sr@ijekavian/LC_MESSAGES/akonadi_kresourceassistant.mo share/locale/sr@ijekavian/LC_MESSAGES/akonadi_localbookmarks_resource.mo share/locale/sr@ijekavian/LC_MESSAGES/akonadi_maildir_resource.mo share/locale/sr@ijekavian/LC_MESSAGES/akonadi_maildispatcher_agent.mo share/locale/sr@ijekavian/LC_MESSAGES/akonadi_mailfilter_agent.mo share/locale/sr@ijekavian/LC_MESSAGES/akonadi_mailtransport_resource.mo share/locale/sr@ijekavian/LC_MESSAGES/akonadi_mbox_resource.mo share/locale/sr@ijekavian/LC_MESSAGES/akonadi_microblog_resource.mo share/locale/sr@ijekavian/LC_MESSAGES/akonadi_mixedmaildir_resource.mo share/locale/sr@ijekavian/LC_MESSAGES/akonadi_nepomuk_feeder.mo share/locale/sr@ijekavian/LC_MESSAGES/akonadi_nepomuktag_resource.mo share/locale/sr@ijekavian/LC_MESSAGES/akonadi_nntp_resource.mo share/locale/sr@ijekavian/LC_MESSAGES/akonadi_openxchange_resource.mo share/locale/sr@ijekavian/LC_MESSAGES/akonadi_pop3_resource.mo share/locale/sr@ijekavian/LC_MESSAGES/akonadi_serializer_plugins.mo share/locale/sr@ijekavian/LC_MESSAGES/akonadi_singlefile_resource.mo share/locale/sr@ijekavian/LC_MESSAGES/akonadi_strigi_feeder.mo share/locale/sr@ijekavian/LC_MESSAGES/akonadi_vcard_resource.mo share/locale/sr@ijekavian/LC_MESSAGES/akonadi_vcarddir_resource.mo share/locale/sr@ijekavian/LC_MESSAGES/akonadicontact.mo share/locale/sr@ijekavian/LC_MESSAGES/akonadinotes.mo share/locale/sr@ijekavian/LC_MESSAGES/akonaditray.mo share/locale/sr@ijekavian/LC_MESSAGES/akregator_konqplugin.mo share/locale/sr@ijekavian/LC_MESSAGES/amor.mo share/locale/sr@ijekavian/LC_MESSAGES/ark.mo share/locale/sr@ijekavian/LC_MESSAGES/attica_kde.mo share/locale/sr@ijekavian/LC_MESSAGES/audiocd_encoder_lame.mo share/locale/sr@ijekavian/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/sr@ijekavian/LC_MESSAGES/audiorename_plugin.mo share/locale/sr@ijekavian/LC_MESSAGES/autorefresh.mo share/locale/sr@ijekavian/LC_MESSAGES/babelfish.mo share/locale/sr@ijekavian/LC_MESSAGES/blogilo.mo +share/locale/sr@ijekavian/LC_MESSAGES/bluedevil.mo share/locale/sr@ijekavian/LC_MESSAGES/bomber.mo share/locale/sr@ijekavian/LC_MESSAGES/bovo.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_applications_kate.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_applications_kde-baseapps.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_applications_konsole.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_extragear-base_bluedevil.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_extragear-base_kwebkitpart.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_extragear-base_networkmanagement.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_extragear-multimedia_k3b.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_extragear-network_konversation.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_extragear-network_ktorrent.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_extragear-network_ktp-accounts-kcm.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_extragear-network_ktp-approver.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_extragear-network_ktp-common-internals.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_extragear-network_ktp-contact-list.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_extragear-network_ktp-contact-runner.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_extragear-network_ktp-desktop-applets.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_extragear-network_ktp-kded-module.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_extragear-network_ktp-send-file.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_extragear-network_ktp-text-ui.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_extragear-network_rekonq.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_extragear-sysadmin_libqapt.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_extragear-sysadmin_muon.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_kde-runtime.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_kde-wallpapers.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_kde-workspace.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_kdeaccessibility_jovie.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_kdeaccessibility_kmag.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_kdeaccessibility_kmousetool.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_kdeaccessibility_kmouth.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_kdeadmin.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_kdeartwork.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_kdegames_bomber.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_kdegames_bovo.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_kdegames_granatier.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_kdegames_kajongg.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_kdegames_kapman.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_kdegames_katomic.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_kdegames_kblackbox.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_kdegames_kblocks.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_kdegames_kbounce.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_kdegames_kbreakout.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_kdegames_kdiamond.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_kdegames_kfourinline.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_kdegames_kgoldrunner.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_kdegames_kigo.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_kdegames_killbots.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_kdegames_kiriki.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_kdegames_kjumpingcube.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_kdegames_klickety.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_kdegames_klines.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_kdegames_kmahjongg.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_kdegames_kmines.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_kdegames_knavalbattle.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_kdegames_knetwalk.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_kdegames_kolf.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_kdegames_kollision.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_kdegames_konquest.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_kdegames_kpat.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_kdegames_kreversi.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_kdegames_kshisen.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_kdegames_ksirk.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_kdegames_ksnakeduel.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_kdegames_kspaceduel.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_kdegames_ksquares.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_kdegames_ksudoku.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_kdegames_ktuberling.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_kdegames_kubrick.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_kdegames_libkdegames.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_kdegames_libkmahjongg.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_kdegames_lskat.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_kdegames_palapeli.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_kdegames_picmi.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_kdegraphics_gwenview.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_kdegraphics_kamera.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_kdegraphics_kcolorchooser.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_kdegraphics_kdegraphics-mobipocket.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_kdegraphics_kdegraphics-strigi-analyzer.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_kdegraphics_kdegraphics-thumbnailers.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_kdegraphics_kgamma.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_kdegraphics_kolourpaint.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_kdegraphics_kruler.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_kdegraphics_ksaneplugin.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_kdegraphics_ksnapshot.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_kdegraphics_libkipi.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_kdegraphics_okular.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_kdegraphics_svgpart.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_kdelibs.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_kdelibs_kactivities.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_kdelibs_nepomuk-core.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_kdemultimedia_audiocd-kio.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_kdemultimedia_dragon.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_kdemultimedia_ffmpegthumbs.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_kdemultimedia_juk.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_kdemultimedia_kmix.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_kdemultimedia_kscd.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_kdemultimedia_libkcddb.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_kdemultimedia_mplayerthumbs.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_kdenetwork.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_kdepim-runtime.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_kdepim.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_kdepimlibs.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_kdeplasma-addons.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_kdesdk_cervisia.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_kdesdk_dolphin-plugins.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_kdesdk_kapptemplate.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_kdesdk_kcachegrind.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_kdesdk_kde-dev-utils.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_kdesdk_kdesdk-kioslaves.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_kdesdk_kdesdk-thumbnailers.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_kdesdk_kompare.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_kdesdk_lokalize.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_kdesdk_okteta.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_kdesdk_umbrello.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_kdesupport-phonon_phonon-gstreamer.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_kdesupport-phonon_phonon-vlc.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_kdetoys_amor.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_kdetoys_kteatime.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_kdetoys_ktux.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_kdeutils_ark.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_kdeutils_filelight.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_kdeutils_kcalc.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_kdeutils_kcharselect.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_kdeutils_kdf.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_kdeutils_kfloppy.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_kdeutils_kgpg.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_kdeutils_kremotecontrol.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_kdeutils_ktimer.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_kdeutils_kwallet.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_kdeutils_print-manager.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_kdeutils_superkaramba.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_kdeutils_sweeper.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_l10n.mo +share/locale/sr@ijekavian/LC_MESSAGES/desktop_oxygen-icons.mo share/locale/sr@ijekavian/LC_MESSAGES/dirfilterplugin.mo share/locale/sr@ijekavian/LC_MESSAGES/display.mo share/locale/sr@ijekavian/LC_MESSAGES/dolphin.mo share/locale/sr@ijekavian/LC_MESSAGES/domtreeviewer.mo share/locale/sr@ijekavian/LC_MESSAGES/dragonplayer.mo share/locale/sr@ijekavian/LC_MESSAGES/drkonqi.mo share/locale/sr@ijekavian/LC_MESSAGES/filelight.mo share/locale/sr@ijekavian/LC_MESSAGES/filetypes.mo share/locale/sr@ijekavian/LC_MESSAGES/freespacenotifier.mo share/locale/sr@ijekavian/LC_MESSAGES/fsview.mo share/locale/sr@ijekavian/LC_MESSAGES/granatier.mo share/locale/sr@ijekavian/LC_MESSAGES/gwenview.mo share/locale/sr@ijekavian/LC_MESSAGES/htmlsearch.mo share/locale/sr@ijekavian/LC_MESSAGES/imagerename_plugin.mo share/locale/sr@ijekavian/LC_MESSAGES/imgalleryplugin.mo share/locale/sr@ijekavian/LC_MESSAGES/jovie.mo share/locale/sr@ijekavian/LC_MESSAGES/joystick.mo share/locale/sr@ijekavian/LC_MESSAGES/juk.mo +share/locale/sr@ijekavian/LC_MESSAGES/k3b.mo +share/locale/sr@ijekavian/LC_MESSAGES/k3bsetup.mo share/locale/sr@ijekavian/LC_MESSAGES/kabc.mo share/locale/sr@ijekavian/LC_MESSAGES/kabc_akonadi.mo share/locale/sr@ijekavian/LC_MESSAGES/kabc_dir.mo share/locale/sr@ijekavian/LC_MESSAGES/kabc_file.mo share/locale/sr@ijekavian/LC_MESSAGES/kabc_ldapkio.mo share/locale/sr@ijekavian/LC_MESSAGES/kabc_net.mo share/locale/sr@ijekavian/LC_MESSAGES/kabcclient.mo share/locale/sr@ijekavian/LC_MESSAGES/kabcformat_binary.mo share/locale/sr@ijekavian/LC_MESSAGES/kaccess.mo share/locale/sr@ijekavian/LC_MESSAGES/kaccessibleapp.mo share/locale/sr@ijekavian/LC_MESSAGES/kactivitymanagerd.mo share/locale/sr@ijekavian/LC_MESSAGES/kactivitymanagerd_fileitem_linking_plugin.mo share/locale/sr@ijekavian/LC_MESSAGES/kaddressbook-mobile.mo share/locale/sr@ijekavian/LC_MESSAGES/kaddressbook.mo share/locale/sr@ijekavian/LC_MESSAGES/kaddressbookmigrator.mo share/locale/sr@ijekavian/LC_MESSAGES/kalarm.mo share/locale/sr@ijekavian/LC_MESSAGES/kapman.mo share/locale/sr@ijekavian/LC_MESSAGES/kate-ctags-plugin.mo share/locale/sr@ijekavian/LC_MESSAGES/kate.mo share/locale/sr@ijekavian/LC_MESSAGES/kate_kttsd.mo share/locale/sr@ijekavian/LC_MESSAGES/katebacktracebrowserplugin.mo share/locale/sr@ijekavian/LC_MESSAGES/katebuild-plugin.mo share/locale/sr@ijekavian/LC_MESSAGES/katefilebrowserplugin.mo share/locale/sr@ijekavian/LC_MESSAGES/katefiletemplates.mo share/locale/sr@ijekavian/LC_MESSAGES/kategdbplugin.mo share/locale/sr@ijekavian/LC_MESSAGES/katehelloworld.mo share/locale/sr@ijekavian/LC_MESSAGES/katekonsoleplugin.mo share/locale/sr@ijekavian/LC_MESSAGES/katemailfilesplugin.mo share/locale/sr@ijekavian/LC_MESSAGES/kateopenheader.mo share/locale/sr@ijekavian/LC_MESSAGES/katepart4.mo share/locale/sr@ijekavian/LC_MESSAGES/kateproject.mo share/locale/sr@ijekavian/LC_MESSAGES/katesearch.mo share/locale/sr@ijekavian/LC_MESSAGES/katesnippets_tng.mo share/locale/sr@ijekavian/LC_MESSAGES/katesnippetsplugin.mo share/locale/sr@ijekavian/LC_MESSAGES/katesql.mo share/locale/sr@ijekavian/LC_MESSAGES/katesymbolviewer.mo share/locale/sr@ijekavian/LC_MESSAGES/katetabbarextension.mo share/locale/sr@ijekavian/LC_MESSAGES/katetabifyplugin.mo share/locale/sr@ijekavian/LC_MESSAGES/katetextfilter.mo share/locale/sr@ijekavian/LC_MESSAGES/katexmlcheck.mo share/locale/sr@ijekavian/LC_MESSAGES/katexmltools.mo share/locale/sr@ijekavian/LC_MESSAGES/katomic.mo share/locale/sr@ijekavian/LC_MESSAGES/kbattleship.mo share/locale/sr@ijekavian/LC_MESSAGES/kblackbox.mo share/locale/sr@ijekavian/LC_MESSAGES/kblankscrn.mo share/locale/sr@ijekavian/LC_MESSAGES/kblocks.mo share/locale/sr@ijekavian/LC_MESSAGES/kbounce.mo share/locale/sr@ijekavian/LC_MESSAGES/kbreakout.mo share/locale/sr@ijekavian/LC_MESSAGES/kcal_akonadi.mo share/locale/sr@ijekavian/LC_MESSAGES/kcalc.mo share/locale/sr@ijekavian/LC_MESSAGES/kcertpart.mo share/locale/sr@ijekavian/LC_MESSAGES/kcharselect.mo share/locale/sr@ijekavian/LC_MESSAGES/kcm-kwin-scripts.mo share/locale/sr@ijekavian/LC_MESSAGES/kcm_activities.mo share/locale/sr@ijekavian/LC_MESSAGES/kcm_akonadi.mo share/locale/sr@ijekavian/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/sr@ijekavian/LC_MESSAGES/kcm_attica.mo share/locale/sr@ijekavian/LC_MESSAGES/kcm_autostart.mo share/locale/sr@ijekavian/LC_MESSAGES/kcm_desktoppaths.mo share/locale/sr@ijekavian/LC_MESSAGES/kcm_desktopthemedetails.mo share/locale/sr@ijekavian/LC_MESSAGES/kcm_device_automounter.mo share/locale/sr@ijekavian/LC_MESSAGES/kcm_emoticons.mo share/locale/sr@ijekavian/LC_MESSAGES/kcm_infobase.mo share/locale/sr@ijekavian/LC_MESSAGES/kcm_infosummary.mo -share/locale/sr@ijekavian/LC_MESSAGES/kcm_krfb.mo +share/locale/sr@ijekavian/LC_MESSAGES/kcm_ktp_accounts.mo +share/locale/sr@ijekavian/LC_MESSAGES/kcm_ktp_chat_appearance.mo +share/locale/sr@ijekavian/LC_MESSAGES/kcm_ktp_chat_behavior.mo share/locale/sr@ijekavian/LC_MESSAGES/kcm_kwindesktop.mo share/locale/sr@ijekavian/LC_MESSAGES/kcm_kwintabbox.mo share/locale/sr@ijekavian/LC_MESSAGES/kcm_memory.mo share/locale/sr@ijekavian/LC_MESSAGES/kcm_nepomuk.mo share/locale/sr@ijekavian/LC_MESSAGES/kcm_pci.mo share/locale/sr@ijekavian/LC_MESSAGES/kcm_phonon.mo share/locale/sr@ijekavian/LC_MESSAGES/kcm_platform.mo share/locale/sr@ijekavian/LC_MESSAGES/kcm_remotecontrol.mo share/locale/sr@ijekavian/LC_MESSAGES/kcm_solid.mo share/locale/sr@ijekavian/LC_MESSAGES/kcm_solid_actions.mo share/locale/sr@ijekavian/LC_MESSAGES/kcm_standard_actions.mo share/locale/sr@ijekavian/LC_MESSAGES/kcmaccess.mo share/locale/sr@ijekavian/LC_MESSAGES/kcmaudiocd.mo share/locale/sr@ijekavian/LC_MESSAGES/kcmbackground.mo share/locale/sr@ijekavian/LC_MESSAGES/kcmbell.mo share/locale/sr@ijekavian/LC_MESSAGES/kcmcddb.mo share/locale/sr@ijekavian/LC_MESSAGES/kcmcgi.mo share/locale/sr@ijekavian/LC_MESSAGES/kcmcolors.mo share/locale/sr@ijekavian/LC_MESSAGES/kcmcomponentchooser.mo share/locale/sr@ijekavian/LC_MESSAGES/kcmcrypto.mo share/locale/sr@ijekavian/LC_MESSAGES/kcmdevinfo.mo share/locale/sr@ijekavian/LC_MESSAGES/kcmfonts.mo share/locale/sr@ijekavian/LC_MESSAGES/kcmhtmlsearch.mo share/locale/sr@ijekavian/LC_MESSAGES/kcmicons.mo share/locale/sr@ijekavian/LC_MESSAGES/kcminfo.mo share/locale/sr@ijekavian/LC_MESSAGES/kcminit.mo share/locale/sr@ijekavian/LC_MESSAGES/kcminput.mo share/locale/sr@ijekavian/LC_MESSAGES/kcmkclock.mo share/locale/sr@ijekavian/LC_MESSAGES/kcmkded.mo share/locale/sr@ijekavian/LC_MESSAGES/kcmkdnssd.mo share/locale/sr@ijekavian/LC_MESSAGES/kcmkeyboard.mo share/locale/sr@ijekavian/LC_MESSAGES/kcmkeys.mo share/locale/sr@ijekavian/LC_MESSAGES/kcmkio.mo share/locale/sr@ijekavian/LC_MESSAGES/kcmkonq.mo share/locale/sr@ijekavian/LC_MESSAGES/kcmkonqhtml.mo share/locale/sr@ijekavian/LC_MESSAGES/kcmkurifilt.mo share/locale/sr@ijekavian/LC_MESSAGES/kcmkwallet.mo share/locale/sr@ijekavian/LC_MESSAGES/kcmkwincompositing.mo share/locale/sr@ijekavian/LC_MESSAGES/kcmkwindecoration.mo share/locale/sr@ijekavian/LC_MESSAGES/kcmkwinrules.mo share/locale/sr@ijekavian/LC_MESSAGES/kcmkwinscreenedges.mo share/locale/sr@ijekavian/LC_MESSAGES/kcmkwm.mo share/locale/sr@ijekavian/LC_MESSAGES/kcmlaunch.mo share/locale/sr@ijekavian/LC_MESSAGES/kcmlocale.mo share/locale/sr@ijekavian/LC_MESSAGES/kcmnic.mo share/locale/sr@ijekavian/LC_MESSAGES/kcmnotify.mo share/locale/sr@ijekavian/LC_MESSAGES/kcmopengl.mo share/locale/sr@ijekavian/LC_MESSAGES/kcmperformance.mo share/locale/sr@ijekavian/LC_MESSAGES/kcmsamba.mo share/locale/sr@ijekavian/LC_MESSAGES/kcmscreensaver.mo share/locale/sr@ijekavian/LC_MESSAGES/kcmshell.mo share/locale/sr@ijekavian/LC_MESSAGES/kcmsmartcard.mo share/locale/sr@ijekavian/LC_MESSAGES/kcmsmserver.mo share/locale/sr@ijekavian/LC_MESSAGES/kcmstyle.mo +share/locale/sr@ijekavian/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo +share/locale/sr@ijekavian/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo +share/locale/sr@ijekavian/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo +share/locale/sr@ijekavian/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo +share/locale/sr@ijekavian/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo +share/locale/sr@ijekavian/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo +share/locale/sr@ijekavian/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo share/locale/sr@ijekavian/LC_MESSAGES/kcmusb.mo share/locale/sr@ijekavian/LC_MESSAGES/kcmview1394.mo share/locale/sr@ijekavian/LC_MESSAGES/kcmworkspaceoptions.mo share/locale/sr@ijekavian/LC_MESSAGES/kcolorchooser.mo share/locale/sr@ijekavian/LC_MESSAGES/kcron.mo share/locale/sr@ijekavian/LC_MESSAGES/kde-menu.mo share/locale/sr@ijekavian/LC_MESSAGES/kdeasciiquarium.mo share/locale/sr@ijekavian/LC_MESSAGES/kdebugdialog.mo share/locale/sr@ijekavian/LC_MESSAGES/kdecalendarsystems.mo +share/locale/sr@ijekavian/LC_MESSAGES/kded_ktp_approver.mo +share/locale/sr@ijekavian/LC_MESSAGES/kded_ktp_integration_module.mo share/locale/sr@ijekavian/LC_MESSAGES/kdelibs4.mo share/locale/sr@ijekavian/LC_MESSAGES/kdelibs_colors4.mo share/locale/sr@ijekavian/LC_MESSAGES/kdepasswd.mo share/locale/sr@ijekavian/LC_MESSAGES/kdepim-runtime-qml.mo share/locale/sr@ijekavian/LC_MESSAGES/kdeqt.mo share/locale/sr@ijekavian/LC_MESSAGES/kdesu.mo share/locale/sr@ijekavian/LC_MESSAGES/kdesud.mo share/locale/sr@ijekavian/LC_MESSAGES/kdf.mo share/locale/sr@ijekavian/LC_MESSAGES/kdialog.mo share/locale/sr@ijekavian/LC_MESSAGES/kdiamond.mo share/locale/sr@ijekavian/LC_MESSAGES/kdmconfig.mo share/locale/sr@ijekavian/LC_MESSAGES/kdmgreet.mo share/locale/sr@ijekavian/LC_MESSAGES/kdontchangethehostname.mo share/locale/sr@ijekavian/LC_MESSAGES/keditbookmarks.mo share/locale/sr@ijekavian/LC_MESSAGES/kfile.mo share/locale/sr@ijekavian/LC_MESSAGES/kfile_mail.mo share/locale/sr@ijekavian/LC_MESSAGES/kfileaudiopreview4.mo share/locale/sr@ijekavian/LC_MESSAGES/kfileshare.mo share/locale/sr@ijekavian/LC_MESSAGES/kfindpart.mo share/locale/sr@ijekavian/LC_MESSAGES/kfloppy.mo share/locale/sr@ijekavian/LC_MESSAGES/kfmclient.mo share/locale/sr@ijekavian/LC_MESSAGES/kfontinst.mo share/locale/sr@ijekavian/LC_MESSAGES/kfourinline.mo share/locale/sr@ijekavian/LC_MESSAGES/kget.mo share/locale/sr@ijekavian/LC_MESSAGES/kgetplugin.mo share/locale/sr@ijekavian/LC_MESSAGES/kglobalaccel.mo share/locale/sr@ijekavian/LC_MESSAGES/kgpg.mo share/locale/sr@ijekavian/LC_MESSAGES/kgreet_classic.mo share/locale/sr@ijekavian/LC_MESSAGES/kgreet_generic.mo share/locale/sr@ijekavian/LC_MESSAGES/kgreet_winbind.mo share/locale/sr@ijekavian/LC_MESSAGES/khelpcenter.mo share/locale/sr@ijekavian/LC_MESSAGES/khotkeys.mo share/locale/sr@ijekavian/LC_MESSAGES/khotnewstuff.mo share/locale/sr@ijekavian/LC_MESSAGES/khtmlkttsd.mo share/locale/sr@ijekavian/LC_MESSAGES/khtmlsettingsplugin.mo share/locale/sr@ijekavian/LC_MESSAGES/kiconfinder.mo share/locale/sr@ijekavian/LC_MESSAGES/kigo.mo share/locale/sr@ijekavian/LC_MESSAGES/killbots.mo -share/locale/sr@ijekavian/LC_MESSAGES/kinetd.mo share/locale/sr@ijekavian/LC_MESSAGES/kinfocenter.mo share/locale/sr@ijekavian/LC_MESSAGES/kio4.mo share/locale/sr@ijekavian/LC_MESSAGES/kio_activities.mo share/locale/sr@ijekavian/LC_MESSAGES/kio_akonadi.mo share/locale/sr@ijekavian/LC_MESSAGES/kio_applications.mo share/locale/sr@ijekavian/LC_MESSAGES/kio_archive.mo share/locale/sr@ijekavian/LC_MESSAGES/kio_audiocd.mo share/locale/sr@ijekavian/LC_MESSAGES/kio_bookmarks.mo share/locale/sr@ijekavian/LC_MESSAGES/kio_finger.mo share/locale/sr@ijekavian/LC_MESSAGES/kio_fish.mo share/locale/sr@ijekavian/LC_MESSAGES/kio_floppy.mo share/locale/sr@ijekavian/LC_MESSAGES/kio_help4.mo share/locale/sr@ijekavian/LC_MESSAGES/kio_imap4.mo share/locale/sr@ijekavian/LC_MESSAGES/kio_info.mo share/locale/sr@ijekavian/LC_MESSAGES/kio_jabberdisco.mo share/locale/sr@ijekavian/LC_MESSAGES/kio_ldap.mo share/locale/sr@ijekavian/LC_MESSAGES/kio_man.mo share/locale/sr@ijekavian/LC_MESSAGES/kio_mbox.mo share/locale/sr@ijekavian/LC_MESSAGES/kio_nepomuk.mo share/locale/sr@ijekavian/LC_MESSAGES/kio_nepomuksearch.mo share/locale/sr@ijekavian/LC_MESSAGES/kio_nfs.mo share/locale/sr@ijekavian/LC_MESSAGES/kio_nntp.mo share/locale/sr@ijekavian/LC_MESSAGES/kio_pop3.mo share/locale/sr@ijekavian/LC_MESSAGES/kio_recentdocuments.mo share/locale/sr@ijekavian/LC_MESSAGES/kio_remote.mo share/locale/sr@ijekavian/LC_MESSAGES/kio_sftp.mo share/locale/sr@ijekavian/LC_MESSAGES/kio_sieve.mo share/locale/sr@ijekavian/LC_MESSAGES/kio_smb.mo share/locale/sr@ijekavian/LC_MESSAGES/kio_smtp.mo share/locale/sr@ijekavian/LC_MESSAGES/kio_tags.mo share/locale/sr@ijekavian/LC_MESSAGES/kio_thumbnail.mo share/locale/sr@ijekavian/LC_MESSAGES/kio_timeline.mo share/locale/sr@ijekavian/LC_MESSAGES/kio_trash.mo +share/locale/sr@ijekavian/LC_MESSAGES/kio_videodvd.mo share/locale/sr@ijekavian/LC_MESSAGES/kio_zeroconf.mo share/locale/sr@ijekavian/LC_MESSAGES/kioclient.mo share/locale/sr@ijekavian/LC_MESSAGES/kioexec.mo share/locale/sr@ijekavian/LC_MESSAGES/kiriki.mo share/locale/sr@ijekavian/LC_MESSAGES/kjotsmigrator.mo share/locale/sr@ijekavian/LC_MESSAGES/kjumpingcube.mo share/locale/sr@ijekavian/LC_MESSAGES/klickety.mo share/locale/sr@ijekavian/LC_MESSAGES/klines.mo share/locale/sr@ijekavian/LC_MESSAGES/klipper.mo share/locale/sr@ijekavian/LC_MESSAGES/klock.mo share/locale/sr@ijekavian/LC_MESSAGES/kmag.mo share/locale/sr@ijekavian/LC_MESSAGES/kmahjongg.mo share/locale/sr@ijekavian/LC_MESSAGES/kmail-migrator.mo share/locale/sr@ijekavian/LC_MESSAGES/kmail-mobile.mo share/locale/sr@ijekavian/LC_MESSAGES/kmail.mo share/locale/sr@ijekavian/LC_MESSAGES/kmailcvt.mo share/locale/sr@ijekavian/LC_MESSAGES/kmenuedit.mo share/locale/sr@ijekavian/LC_MESSAGES/kmimetypefinder.mo share/locale/sr@ijekavian/LC_MESSAGES/kmines.mo share/locale/sr@ijekavian/LC_MESSAGES/kmix.mo share/locale/sr@ijekavian/LC_MESSAGES/kmousetool.mo share/locale/sr@ijekavian/LC_MESSAGES/kmouth.mo share/locale/sr@ijekavian/LC_MESSAGES/knetattach.mo share/locale/sr@ijekavian/LC_MESSAGES/knetwalk.mo +share/locale/sr@ijekavian/LC_MESSAGES/knetworkmanager.mo share/locale/sr@ijekavian/LC_MESSAGES/knotify4.mo share/locale/sr@ijekavian/LC_MESSAGES/kolf.mo share/locale/sr@ijekavian/LC_MESSAGES/kollision.mo share/locale/sr@ijekavian/LC_MESSAGES/kompare.mo share/locale/sr@ijekavian/LC_MESSAGES/konqprofiles.mo share/locale/sr@ijekavian/LC_MESSAGES/konqueror.mo share/locale/sr@ijekavian/LC_MESSAGES/konquest.mo share/locale/sr@ijekavian/LC_MESSAGES/konsole.mo share/locale/sr@ijekavian/LC_MESSAGES/konsoleprofiles.mo share/locale/sr@ijekavian/LC_MESSAGES/kontactinterfaces.mo +share/locale/sr@ijekavian/LC_MESSAGES/konversation.mo share/locale/sr@ijekavian/LC_MESSAGES/kopete.mo share/locale/sr@ijekavian/LC_MESSAGES/kpartsaver.mo share/locale/sr@ijekavian/LC_MESSAGES/kpasswdserver.mo share/locale/sr@ijekavian/LC_MESSAGES/kpat.mo share/locale/sr@ijekavian/LC_MESSAGES/kppp.mo share/locale/sr@ijekavian/LC_MESSAGES/kppplogview.mo share/locale/sr@ijekavian/LC_MESSAGES/kquitapp.mo share/locale/sr@ijekavian/LC_MESSAGES/krandr.mo share/locale/sr@ijekavian/LC_MESSAGES/krcdnotifieritem.mo share/locale/sr@ijekavian/LC_MESSAGES/krdb.mo share/locale/sr@ijekavian/LC_MESSAGES/krdc.mo share/locale/sr@ijekavian/LC_MESSAGES/kreadconfig.mo share/locale/sr@ijekavian/LC_MESSAGES/kremotecontroldaemon.mo share/locale/sr@ijekavian/LC_MESSAGES/kres-migrator.mo share/locale/sr@ijekavian/LC_MESSAGES/kres_blog.mo share/locale/sr@ijekavian/LC_MESSAGES/kres_remote.mo share/locale/sr@ijekavian/LC_MESSAGES/kresources_shared_akonadi.mo share/locale/sr@ijekavian/LC_MESSAGES/kreversi.mo share/locale/sr@ijekavian/LC_MESSAGES/krfb.mo share/locale/sr@ijekavian/LC_MESSAGES/kruler.mo share/locale/sr@ijekavian/LC_MESSAGES/krunner.mo share/locale/sr@ijekavian/LC_MESSAGES/kscd.mo share/locale/sr@ijekavian/LC_MESSAGES/kscreenlocker.mo share/locale/sr@ijekavian/LC_MESSAGES/kscreenlocker_greet.mo share/locale/sr@ijekavian/LC_MESSAGES/kscreensaver.mo share/locale/sr@ijekavian/LC_MESSAGES/ksendemail.mo share/locale/sr@ijekavian/LC_MESSAGES/ksgrd.mo share/locale/sr@ijekavian/LC_MESSAGES/kshellcmdplugin.mo share/locale/sr@ijekavian/LC_MESSAGES/kshisen.mo share/locale/sr@ijekavian/LC_MESSAGES/kshorturifilter.mo share/locale/sr@ijekavian/LC_MESSAGES/ksirk.mo share/locale/sr@ijekavian/LC_MESSAGES/ksirkskineditor.mo share/locale/sr@ijekavian/LC_MESSAGES/ksmserver.mo share/locale/sr@ijekavian/LC_MESSAGES/ksnapshot.mo share/locale/sr@ijekavian/LC_MESSAGES/kspaceduel.mo share/locale/sr@ijekavian/LC_MESSAGES/ksplashthemes.mo share/locale/sr@ijekavian/LC_MESSAGES/ksquares.mo share/locale/sr@ijekavian/LC_MESSAGES/kstart.mo share/locale/sr@ijekavian/LC_MESSAGES/kstyle_config.mo share/locale/sr@ijekavian/LC_MESSAGES/kstyle_phase_config.mo share/locale/sr@ijekavian/LC_MESSAGES/ksudoku.mo share/locale/sr@ijekavian/LC_MESSAGES/ksysguard.mo share/locale/sr@ijekavian/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/sr@ijekavian/LC_MESSAGES/ksystemlog.mo share/locale/sr@ijekavian/LC_MESSAGES/ksystraycmd.mo share/locale/sr@ijekavian/LC_MESSAGES/kteatime.mo share/locale/sr@ijekavian/LC_MESSAGES/ktesnippets_editor.mo share/locale/sr@ijekavian/LC_MESSAGES/ktexteditor_codesnippets_core.mo share/locale/sr@ijekavian/LC_MESSAGES/ktexteditor_plugins.mo share/locale/sr@ijekavian/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/sr@ijekavian/LC_MESSAGES/ktimer.mo +share/locale/sr@ijekavian/LC_MESSAGES/ktorrent.mo share/locale/sr@ijekavian/LC_MESSAGES/ktouchpadenabler.mo +share/locale/sr@ijekavian/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo +share/locale/sr@ijekavian/LC_MESSAGES/ktp-auth-handler.mo +share/locale/sr@ijekavian/LC_MESSAGES/ktp-call-ui.mo +share/locale/sr@ijekavian/LC_MESSAGES/ktp-common-internals.mo +share/locale/sr@ijekavian/LC_MESSAGES/ktp-contactlist.mo +share/locale/sr@ijekavian/LC_MESSAGES/ktp-debugger.mo +share/locale/sr@ijekavian/LC_MESSAGES/ktp-filetransfer-handler.mo +share/locale/sr@ijekavian/LC_MESSAGES/ktp-filters.mo +share/locale/sr@ijekavian/LC_MESSAGES/ktp-send-file.mo +share/locale/sr@ijekavian/LC_MESSAGES/ktp-text-ui.mo +share/locale/sr@ijekavian/LC_MESSAGES/ktpchat.mo share/locale/sr@ijekavian/LC_MESSAGES/ktraderclient.mo share/locale/sr@ijekavian/LC_MESSAGES/ktron.mo share/locale/sr@ijekavian/LC_MESSAGES/ktuberling.mo share/locale/sr@ijekavian/LC_MESSAGES/ktux.mo share/locale/sr@ijekavian/LC_MESSAGES/kubrick.mo share/locale/sr@ijekavian/LC_MESSAGES/kuiserver.mo share/locale/sr@ijekavian/LC_MESSAGES/kurifilter.mo share/locale/sr@ijekavian/LC_MESSAGES/kuser.mo share/locale/sr@ijekavian/LC_MESSAGES/kwalletd.mo share/locale/sr@ijekavian/LC_MESSAGES/kwalletmanager.mo +share/locale/sr@ijekavian/LC_MESSAGES/kwebkitpart.mo share/locale/sr@ijekavian/LC_MESSAGES/kwin.mo share/locale/sr@ijekavian/LC_MESSAGES/kwin_art_clients.mo share/locale/sr@ijekavian/LC_MESSAGES/kwin_clients.mo share/locale/sr@ijekavian/LC_MESSAGES/kwin_effects.mo share/locale/sr@ijekavian/LC_MESSAGES/kwinshutdown.mo share/locale/sr@ijekavian/LC_MESSAGES/kwinstartmenu.mo share/locale/sr@ijekavian/LC_MESSAGES/kwrite.mo share/locale/sr@ijekavian/LC_MESSAGES/kwriteconfig.mo share/locale/sr@ijekavian/LC_MESSAGES/kxkb.mo share/locale/sr@ijekavian/LC_MESSAGES/kxsconfig.mo share/locale/sr@ijekavian/LC_MESSAGES/lancelot.mo share/locale/sr@ijekavian/LC_MESSAGES/libakonadi-calendar.mo share/locale/sr@ijekavian/LC_MESSAGES/libakonadi-kmime.mo share/locale/sr@ijekavian/LC_MESSAGES/libakonadi.mo +share/locale/sr@ijekavian/LC_MESSAGES/libk3b.mo +share/locale/sr@ijekavian/LC_MESSAGES/libk3bdevice.mo share/locale/sr@ijekavian/LC_MESSAGES/libkalarmcal.mo share/locale/sr@ijekavian/LC_MESSAGES/libkasten.mo share/locale/sr@ijekavian/LC_MESSAGES/libkblog.mo share/locale/sr@ijekavian/LC_MESSAGES/libkcal.mo share/locale/sr@ijekavian/LC_MESSAGES/libkcalutils.mo share/locale/sr@ijekavian/LC_MESSAGES/libkcddb.mo share/locale/sr@ijekavian/LC_MESSAGES/libkcompactdisc.mo share/locale/sr@ijekavian/LC_MESSAGES/libkdecorations.mo share/locale/sr@ijekavian/LC_MESSAGES/libkdegames.mo share/locale/sr@ijekavian/LC_MESSAGES/libkdepim.mo share/locale/sr@ijekavian/LC_MESSAGES/libkdepimmobileui.mo share/locale/sr@ijekavian/LC_MESSAGES/libkholidays.mo share/locale/sr@ijekavian/LC_MESSAGES/libkimap.mo share/locale/sr@ijekavian/LC_MESSAGES/libkldap.mo share/locale/sr@ijekavian/LC_MESSAGES/libkleopatra.mo share/locale/sr@ijekavian/LC_MESSAGES/libkmahjongg.mo share/locale/sr@ijekavian/LC_MESSAGES/libkmime.mo +share/locale/sr@ijekavian/LC_MESSAGES/libknetworkmanager.mo share/locale/sr@ijekavian/LC_MESSAGES/libkonq.mo share/locale/sr@ijekavian/LC_MESSAGES/libkpgp.mo share/locale/sr@ijekavian/LC_MESSAGES/libkpimidentities.mo share/locale/sr@ijekavian/LC_MESSAGES/libkpimtextedit.mo share/locale/sr@ijekavian/LC_MESSAGES/libkpimutils.mo share/locale/sr@ijekavian/LC_MESSAGES/libkremotecontrol.mo share/locale/sr@ijekavian/LC_MESSAGES/libkresources.mo share/locale/sr@ijekavian/LC_MESSAGES/libkscreensaver.mo share/locale/sr@ijekavian/LC_MESSAGES/libksieve.mo share/locale/sr@ijekavian/LC_MESSAGES/libktnef.mo +share/locale/sr@ijekavian/LC_MESSAGES/libktorrent.mo share/locale/sr@ijekavian/LC_MESSAGES/libkunitconversion.mo share/locale/sr@ijekavian/LC_MESSAGES/libkworkspace.mo share/locale/sr@ijekavian/LC_MESSAGES/libkxmlrpcclient.mo share/locale/sr@ijekavian/LC_MESSAGES/liblancelot-datamodels.mo share/locale/sr@ijekavian/LC_MESSAGES/libmailcommon.mo share/locale/sr@ijekavian/LC_MESSAGES/libmailimporter.mo share/locale/sr@ijekavian/LC_MESSAGES/libmailtransport.mo share/locale/sr@ijekavian/LC_MESSAGES/libmessagecomposer.mo share/locale/sr@ijekavian/LC_MESSAGES/libmessagecore.mo share/locale/sr@ijekavian/LC_MESSAGES/libmessagelist.mo share/locale/sr@ijekavian/LC_MESSAGES/libmessageviewer.mo +share/locale/sr@ijekavian/LC_MESSAGES/libmuon.mo share/locale/sr@ijekavian/LC_MESSAGES/liboktetacore.mo share/locale/sr@ijekavian/LC_MESSAGES/liboktetagui.mo share/locale/sr@ijekavian/LC_MESSAGES/liboktetakasten.mo share/locale/sr@ijekavian/LC_MESSAGES/liboxygenstyleconfig.mo share/locale/sr@ijekavian/LC_MESSAGES/libphonon.mo share/locale/sr@ijekavian/LC_MESSAGES/libpimcommon.mo share/locale/sr@ijekavian/LC_MESSAGES/libplasma.mo share/locale/sr@ijekavian/LC_MESSAGES/libplasma_groupingcontainment.mo share/locale/sr@ijekavian/LC_MESSAGES/libplasmaclock.mo share/locale/sr@ijekavian/LC_MESSAGES/libplasmaweather.mo share/locale/sr@ijekavian/LC_MESSAGES/libtaskmanager.mo share/locale/sr@ijekavian/LC_MESSAGES/libtemplateparser.mo share/locale/sr@ijekavian/LC_MESSAGES/lokalize.mo share/locale/sr@ijekavian/LC_MESSAGES/lskat.mo share/locale/sr@ijekavian/LC_MESSAGES/mailreader.mo share/locale/sr@ijekavian/LC_MESSAGES/messageviewer_application_mstnef_plugin.mo share/locale/sr@ijekavian/LC_MESSAGES/messageviewer_text_calendar_plugin.mo share/locale/sr@ijekavian/LC_MESSAGES/messageviewer_text_vcard_plugin.mo share/locale/sr@ijekavian/LC_MESSAGES/messageviewer_text_xdiff_plugin.mo share/locale/sr@ijekavian/LC_MESSAGES/mf_konqplugin.mo share/locale/sr@ijekavian/LC_MESSAGES/minitoolsplugin.mo share/locale/sr@ijekavian/LC_MESSAGES/mplayerthumbs.mo share/locale/sr@ijekavian/LC_MESSAGES/mplayerthumbsconfig.mo +share/locale/sr@ijekavian/LC_MESSAGES/muon-discover.mo +share/locale/sr@ijekavian/LC_MESSAGES/muon-installer.mo +share/locale/sr@ijekavian/LC_MESSAGES/muon-notifier.mo +share/locale/sr@ijekavian/LC_MESSAGES/muon-updater.mo +share/locale/sr@ijekavian/LC_MESSAGES/muon.mo share/locale/sr@ijekavian/LC_MESSAGES/nepomukbackup.mo share/locale/sr@ijekavian/LC_MESSAGES/nepomukcleaner.mo share/locale/sr@ijekavian/LC_MESSAGES/nepomukcontroller.mo share/locale/sr@ijekavian/LC_MESSAGES/nepomukfileindexer.mo +share/locale/sr@ijekavian/LC_MESSAGES/nepomukpimindexerutility.mo share/locale/sr@ijekavian/LC_MESSAGES/nepomukqueryservice.mo share/locale/sr@ijekavian/LC_MESSAGES/nepomukserver.mo share/locale/sr@ijekavian/LC_MESSAGES/nepomukservicestub.mo share/locale/sr@ijekavian/LC_MESSAGES/nepomukstorage.mo share/locale/sr@ijekavian/LC_MESSAGES/nepomukwidgets.mo share/locale/sr@ijekavian/LC_MESSAGES/newmailnotifieragent.mo share/locale/sr@ijekavian/LC_MESSAGES/nsplugin.mo share/locale/sr@ijekavian/LC_MESSAGES/okteta-mobile.mo share/locale/sr@ijekavian/LC_MESSAGES/okteta.mo share/locale/sr@ijekavian/LC_MESSAGES/oktetapart.mo share/locale/sr@ijekavian/LC_MESSAGES/okular.mo share/locale/sr@ijekavian/LC_MESSAGES/okular_chm.mo share/locale/sr@ijekavian/LC_MESSAGES/okular_comicbook.mo share/locale/sr@ijekavian/LC_MESSAGES/okular_djvu.mo share/locale/sr@ijekavian/LC_MESSAGES/okular_dvi.mo share/locale/sr@ijekavian/LC_MESSAGES/okular_epub.mo share/locale/sr@ijekavian/LC_MESSAGES/okular_fax.mo share/locale/sr@ijekavian/LC_MESSAGES/okular_fictionbook.mo share/locale/sr@ijekavian/LC_MESSAGES/okular_ghostview.mo share/locale/sr@ijekavian/LC_MESSAGES/okular_kimgio.mo share/locale/sr@ijekavian/LC_MESSAGES/okular_mobi.mo share/locale/sr@ijekavian/LC_MESSAGES/okular_ooo.mo share/locale/sr@ijekavian/LC_MESSAGES/okular_plucker.mo share/locale/sr@ijekavian/LC_MESSAGES/okular_poppler.mo share/locale/sr@ijekavian/LC_MESSAGES/okular_tiff.mo share/locale/sr@ijekavian/LC_MESSAGES/okular_xps.mo share/locale/sr@ijekavian/LC_MESSAGES/palapeli.mo share/locale/sr@ijekavian/LC_MESSAGES/phonon_gstreamer.mo share/locale/sr@ijekavian/LC_MESSAGES/phonon_kde.mo share/locale/sr@ijekavian/LC_MESSAGES/phonon_vlc.mo share/locale/sr@ijekavian/LC_MESSAGES/phononserver.mo share/locale/sr@ijekavian/LC_MESSAGES/picmi.mo share/locale/sr@ijekavian/LC_MESSAGES/pimsettingexporter.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma-desktop.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma-netbook.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma-overlay.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma-remote-helper.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma-runner-installer.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma-windowed.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_BbalL.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_CharSelectApplet.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_battery.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_binaryclock.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_bookmarks.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_bubblemon.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_calculator.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_clock.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_comic.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_currentappcontrol.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_dig_clock.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_fifteenPuzzle.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_fileWatcher.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_folderview.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_frame.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_fuzzy_clock.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_groupingpanel.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_icon.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_icontasks.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_incomingmsg.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_katesession.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_kdeobservatory.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_kget.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_kimpanel.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_knowledgebase.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_kolourpicker.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_launcher.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_leavenote.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_life.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_lockout.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_luna.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_magnifique.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_microblog.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_netpanel.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_networkmanagement.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_news.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_notes.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_notifier.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_opendesktop_activities.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.notifications.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_pager.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_panel.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_panelspacer_internal.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_paste.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_pastebin.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_plasmaboard.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_previewer.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_printmanager.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_qalculate.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_qstardict.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_quicklaunch.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_rssnow.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_rtm.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_sal.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_saverdesktop.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_searchbox.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_showdashboard.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_showdesktop.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_skapplet.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_spellcheck.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_system-monitor.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_systemloadviewer.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_systemtray.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_tasks.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_timer.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_trash.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_unitconverter.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_weather.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_weatherstation.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_webbrowser.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_webslice.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_windowlist.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_appletscriptengine_dashboard.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_containmentactions_contextmenu.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_containmentactions_switchactivity.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_containmentactions_switchdesktop.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_engine_calendar.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_engine_kdeobservatory.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_engine_keystate.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_engine_metadata.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_engine_mpris2.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_engine_network.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_engine_notifications.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_engine_nowplaying.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_engine_rss.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_engine_share.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_engine_weather.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_package_org.kde.desktop.activitymanager.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_package_org.kde.desktop.widgetexplorer.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_packagestructure_comic.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_CharacterRunner.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_activities.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_audioplayercontrol.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_bookmarksrunner.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_browserhistory.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_calculatorrunner.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_contacts.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_converterrunner.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_datetime.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_events.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_katesessions.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_kget.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_kill.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_konquerorsessions.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_konsolesessions.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_kopete.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_krunner_dictionary.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_ktp_contacts.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_locations.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_mediawiki.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_nepomuksearchrunner.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_placesrunner.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_plasma-desktop.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_powerdevil.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_recentdocuments.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_services.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_sessions.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_shell.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_solid.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_spellcheckrunner.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_webshortcuts.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_windowedwidgets.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_windows.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_youtube.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_toolbox_desktoptoolbox.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_toolbox_paneltoolbox.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_wallpaper_color.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_wallpaper_image.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_wallpaper_mandelbrot.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_wallpaper_marble.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_wallpaper_pattern.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_wallpaper_potd.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_wallpaper_virus.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_wallpaper_wallpaper-qml.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_wallpaper_weather.mo share/locale/sr@ijekavian/LC_MESSAGES/plasmagenericshell.mo share/locale/sr@ijekavian/LC_MESSAGES/plasmapkg.mo share/locale/sr@ijekavian/LC_MESSAGES/powerdevil.mo share/locale/sr@ijekavian/LC_MESSAGES/powerdevilactivitiesconfig.mo share/locale/sr@ijekavian/LC_MESSAGES/powerdevilglobalconfig.mo share/locale/sr@ijekavian/LC_MESSAGES/powerdevilprofilesconfig.mo share/locale/sr@ijekavian/LC_MESSAGES/print-manager.mo share/locale/sr@ijekavian/LC_MESSAGES/processcore.mo share/locale/sr@ijekavian/LC_MESSAGES/processui.mo +share/locale/sr@ijekavian/LC_MESSAGES/qapt-deb-installer.mo +share/locale/sr@ijekavian/LC_MESSAGES/qapt-gst-helper.mo +share/locale/sr@ijekavian/LC_MESSAGES/qaptbatch.mo share/locale/sr@ijekavian/LC_MESSAGES/randrmonitor.mo +share/locale/sr@ijekavian/LC_MESSAGES/rekonq.mo share/locale/sr@ijekavian/LC_MESSAGES/rellinks.mo share/locale/sr@ijekavian/LC_MESSAGES/searchbarplugin.mo share/locale/sr@ijekavian/LC_MESSAGES/solid-hardware.mo share/locale/sr@ijekavian/LC_MESSAGES/solid-network.mo share/locale/sr@ijekavian/LC_MESSAGES/solid_qt.mo share/locale/sr@ijekavian/LC_MESSAGES/solidcontrol.mo share/locale/sr@ijekavian/LC_MESSAGES/soliduiserver.mo share/locale/sr@ijekavian/LC_MESSAGES/superkaramba.mo share/locale/sr@ijekavian/LC_MESSAGES/sweeper.mo share/locale/sr@ijekavian/LC_MESSAGES/systemsettings.mo share/locale/sr@ijekavian/LC_MESSAGES/timezones4.mo share/locale/sr@ijekavian/LC_MESSAGES/uachangerplugin.mo share/locale/sr@ijekavian/LC_MESSAGES/useraccount.mo share/locale/sr@ijekavian/LC_MESSAGES/validatorsplugin.mo share/locale/sr@ijekavian/LC_MESSAGES/webarchiver.mo share/locale/sr@ijekavian/LC_MESSAGES/xml_mimetypes.mo share/locale/sr@ijekavian/LC_SCRIPTS/kdelibs4/kdelibs4.js share/locale/sr@ijekavian/LC_SCRIPTS/kdelibs4/trapnakron.pmap share/locale/sr@ijekavian/LC_SCRIPTS/kdelibs4/trapnakron.pmapc share/locale/sr@ijekavian/LC_SCRIPTS/kfontinst/kfontinst.js share/locale/sr@ijekavian/entry.desktop share/locale/sr@ijekavianlatin/LC_MESSAGES/accountwizard.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/accountwizard_ical.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/accountwizard_imap.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/accountwizard_kolab.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/accountwizard_mailbox.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/accountwizard_maildir.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/accountwizard_pop3.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/accountwizard_tine20.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/activitymanager_plugin_globalshortcuts.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/activitymanager_uihandler_declarative.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/adblock.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/akonadi-filestore.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/akonadi_archivemail_agent.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/akonadi_birthdays_resource.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/akonadi_davgroupware_resource.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/akonadi_google_resource.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/akonadi_ical_resource.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/akonadi_icaldir_resource.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/akonadi_imap_resource.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/akonadi_invitations_agent.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/akonadi_kabc_resource.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/akonadi_kalarm_resource.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/akonadi_kcal_resource.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/akonadi_kdeaccounts_resource.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/akonadi_knut_resource.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/akonadi_kolabproxy_resource.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/akonadi_kresourceassistant.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/akonadi_localbookmarks_resource.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/akonadi_maildir_resource.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/akonadi_maildispatcher_agent.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/akonadi_mailfilter_agent.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/akonadi_mailtransport_resource.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/akonadi_mbox_resource.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/akonadi_microblog_resource.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/akonadi_mixedmaildir_resource.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/akonadi_nepomuk_feeder.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/akonadi_nepomuktag_resource.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/akonadi_nntp_resource.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/akonadi_openxchange_resource.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/akonadi_pop3_resource.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/akonadi_serializer_plugins.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/akonadi_singlefile_resource.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/akonadi_strigi_feeder.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/akonadi_vcard_resource.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/akonadi_vcarddir_resource.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/akonadicontact.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/akonadinotes.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/akonaditray.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/akregator_konqplugin.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/amor.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/ark.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/attica_kde.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/audiocd_encoder_lame.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/audiorename_plugin.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/autorefresh.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/babelfish.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/blogilo.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/bluedevil.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/bomber.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/bovo.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_applications_kate.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_applications_kde-baseapps.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_applications_konsole.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_extragear-base_bluedevil.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_extragear-base_kwebkitpart.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_extragear-base_networkmanagement.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_extragear-multimedia_k3b.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_extragear-network_konversation.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_extragear-network_ktorrent.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_extragear-network_ktp-accounts-kcm.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_extragear-network_ktp-approver.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_extragear-network_ktp-common-internals.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_extragear-network_ktp-contact-list.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_extragear-network_ktp-contact-runner.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_extragear-network_ktp-desktop-applets.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_extragear-network_ktp-kded-module.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_extragear-network_ktp-send-file.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_extragear-network_ktp-text-ui.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_extragear-network_rekonq.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_extragear-sysadmin_libqapt.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_extragear-sysadmin_muon.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_kde-runtime.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_kde-wallpapers.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_kde-workspace.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_kdeaccessibility_jovie.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_kdeaccessibility_kmag.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_kdeaccessibility_kmousetool.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_kdeaccessibility_kmouth.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_kdeadmin.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_kdeartwork.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_kdegames_bomber.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_kdegames_bovo.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_kdegames_granatier.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_kdegames_kajongg.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_kdegames_kapman.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_kdegames_katomic.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_kdegames_kblackbox.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_kdegames_kblocks.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_kdegames_kbounce.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_kdegames_kbreakout.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_kdegames_kdiamond.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_kdegames_kfourinline.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_kdegames_kgoldrunner.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_kdegames_kigo.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_kdegames_killbots.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_kdegames_kiriki.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_kdegames_kjumpingcube.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_kdegames_klickety.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_kdegames_klines.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_kdegames_kmahjongg.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_kdegames_kmines.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_kdegames_knavalbattle.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_kdegames_knetwalk.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_kdegames_kolf.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_kdegames_kollision.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_kdegames_konquest.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_kdegames_kpat.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_kdegames_kreversi.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_kdegames_kshisen.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_kdegames_ksirk.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_kdegames_ksnakeduel.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_kdegames_kspaceduel.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_kdegames_ksquares.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_kdegames_ksudoku.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_kdegames_ktuberling.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_kdegames_kubrick.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_kdegames_libkdegames.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_kdegames_libkmahjongg.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_kdegames_lskat.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_kdegames_palapeli.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_kdegames_picmi.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_kdegraphics_gwenview.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_kdegraphics_kamera.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_kdegraphics_kcolorchooser.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_kdegraphics_kdegraphics-mobipocket.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_kdegraphics_kdegraphics-strigi-analyzer.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_kdegraphics_kdegraphics-thumbnailers.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_kdegraphics_kgamma.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_kdegraphics_kolourpaint.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_kdegraphics_kruler.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_kdegraphics_ksaneplugin.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_kdegraphics_ksnapshot.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_kdegraphics_libkipi.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_kdegraphics_okular.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_kdegraphics_svgpart.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_kdelibs.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_kdelibs_kactivities.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_kdelibs_nepomuk-core.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_kdemultimedia_audiocd-kio.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_kdemultimedia_dragon.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_kdemultimedia_ffmpegthumbs.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_kdemultimedia_juk.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_kdemultimedia_kmix.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_kdemultimedia_kscd.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_kdemultimedia_libkcddb.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_kdemultimedia_mplayerthumbs.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_kdenetwork.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_kdepim-runtime.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_kdepim.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_kdepimlibs.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_kdeplasma-addons.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_kdesdk_cervisia.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_kdesdk_dolphin-plugins.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_kdesdk_kapptemplate.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_kdesdk_kcachegrind.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_kdesdk_kde-dev-utils.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_kdesdk_kdesdk-kioslaves.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_kdesdk_kdesdk-thumbnailers.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_kdesdk_kompare.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_kdesdk_lokalize.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_kdesdk_okteta.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_kdesdk_umbrello.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_kdesupport-phonon_phonon-gstreamer.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_kdesupport-phonon_phonon-vlc.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_kdetoys_amor.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_kdetoys_kteatime.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_kdetoys_ktux.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_kdeutils_ark.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_kdeutils_filelight.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_kdeutils_kcalc.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_kdeutils_kcharselect.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_kdeutils_kdf.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_kdeutils_kfloppy.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_kdeutils_kgpg.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_kdeutils_kremotecontrol.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_kdeutils_ktimer.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_kdeutils_kwallet.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_kdeutils_print-manager.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_kdeutils_superkaramba.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_kdeutils_sweeper.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_l10n.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_oxygen-icons.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/dirfilterplugin.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/display.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/dolphin.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/domtreeviewer.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/dragonplayer.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/drkonqi.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/filelight.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/filetypes.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/freespacenotifier.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/fsview.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/granatier.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/gwenview.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/htmlsearch.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/imagerename_plugin.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/imgalleryplugin.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/jovie.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/joystick.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/juk.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/k3b.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/k3bsetup.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kabc.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kabc_akonadi.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kabc_dir.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kabc_file.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kabc_ldapkio.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kabc_net.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kabcclient.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kabcformat_binary.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kaccess.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kaccessibleapp.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kactivitymanagerd.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kactivitymanagerd_fileitem_linking_plugin.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kaddressbook-mobile.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kaddressbook.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kaddressbookmigrator.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kalarm.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kapman.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kate-ctags-plugin.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kate.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kate_kttsd.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/katebacktracebrowserplugin.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/katebuild-plugin.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/katefilebrowserplugin.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/katefiletemplates.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kategdbplugin.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/katehelloworld.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/katekonsoleplugin.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/katemailfilesplugin.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kateopenheader.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/katepart4.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kateproject.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/katesearch.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/katesnippets_tng.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/katesnippetsplugin.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/katesql.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/katesymbolviewer.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/katetabbarextension.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/katetabifyplugin.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/katetextfilter.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/katexmlcheck.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/katexmltools.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/katomic.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kbattleship.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kblackbox.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kblankscrn.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kblocks.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kbounce.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kbreakout.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcal_akonadi.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcalc.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcertpart.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcharselect.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm-kwin-scripts.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_activities.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_akonadi.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_attica.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_autostart.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_desktoppaths.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_desktopthemedetails.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_device_automounter.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_emoticons.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_infobase.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_infosummary.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_krfb.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_ktp_accounts.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_ktp_chat_appearance.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_ktp_chat_behavior.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_kwindesktop.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_kwintabbox.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_memory.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_nepomuk.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_pci.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_phonon.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_platform.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_remotecontrol.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_solid.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_solid_actions.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_standard_actions.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmaccess.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmaudiocd.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmbackground.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmbell.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmcddb.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmcgi.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmcolors.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmcomponentchooser.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmcrypto.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmdevinfo.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmfonts.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmhtmlsearch.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmicons.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcminfo.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcminit.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcminput.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmkclock.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmkded.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmkdnssd.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmkeyboard.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmkeys.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmkio.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmkonq.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmkonqhtml.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmkurifilt.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmkwallet.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmkwincompositing.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmkwindecoration.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmkwinrules.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmkwinscreenedges.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmkwm.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmlaunch.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmlocale.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmnic.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmnotify.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmopengl.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmperformance.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmsamba.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmscreensaver.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmshell.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmsmartcard.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmsmserver.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmstyle.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmusb.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmview1394.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmworkspaceoptions.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcolorchooser.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcron.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kde-menu.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kdeasciiquarium.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kdebugdialog.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kdecalendarsystems.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kded_ktp_approver.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kded_ktp_integration_module.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kdelibs4.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kdelibs_colors4.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kdepasswd.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kdepim-runtime-qml.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kdeqt.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kdesu.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kdesud.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kdf.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kdialog.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kdiamond.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kdmconfig.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kdmgreet.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kdontchangethehostname.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/keditbookmarks.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kfile.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kfile_mail.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kfileaudiopreview4.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kfileshare.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kfindpart.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kfloppy.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kfmclient.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kfontinst.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kfourinline.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kget.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kgetplugin.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kglobalaccel.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kgpg.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kgreet_classic.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kgreet_generic.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kgreet_winbind.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/khelpcenter.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/khotkeys.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/khotnewstuff.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/khtmlkttsd.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/khtmlsettingsplugin.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kiconfinder.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kigo.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/killbots.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/kinetd.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kinfocenter.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kio4.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kio_activities.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kio_akonadi.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kio_applications.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kio_archive.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kio_audiocd.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kio_bookmarks.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kio_finger.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kio_fish.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kio_floppy.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kio_help4.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kio_imap4.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kio_info.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kio_jabberdisco.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kio_ldap.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kio_man.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kio_mbox.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kio_nepomuk.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kio_nepomuksearch.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kio_nfs.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kio_nntp.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kio_pop3.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kio_recentdocuments.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kio_remote.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kio_sftp.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kio_sieve.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kio_smb.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kio_smtp.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kio_tags.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kio_thumbnail.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kio_timeline.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kio_trash.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kio_videodvd.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kio_zeroconf.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kioclient.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kioexec.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kiriki.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kjotsmigrator.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kjumpingcube.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/klickety.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/klines.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/klipper.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/klock.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kmag.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kmahjongg.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kmail-migrator.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kmail-mobile.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kmail.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kmailcvt.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kmenuedit.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kmimetypefinder.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kmines.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kmix.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kmousetool.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kmouth.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/knetattach.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/knetwalk.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/knetworkmanager.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/knotify4.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kolf.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kollision.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kompare.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/konqprofiles.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/konqueror.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/konquest.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/konsole.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/konsoleprofiles.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kontactinterfaces.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/konversation.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kopete.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kpartsaver.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kpasswdserver.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kpat.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kppp.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kppplogview.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kquitapp.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/krandr.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/krcdnotifieritem.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/krdb.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/krdc.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kreadconfig.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kremotecontroldaemon.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kres-migrator.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kres_blog.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kres_remote.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kresources_shared_akonadi.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kreversi.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/krfb.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kruler.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/krunner.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kscd.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kscreenlocker.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kscreenlocker_greet.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kscreensaver.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/ksendemail.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/ksgrd.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kshellcmdplugin.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kshisen.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kshorturifilter.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/ksirk.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/ksirkskineditor.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/ksmserver.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/ksnapshot.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kspaceduel.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/ksplashthemes.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/ksquares.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kstart.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kstyle_config.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kstyle_phase_config.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/ksudoku.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/ksysguard.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/ksystemlog.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/ksystraycmd.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kteatime.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/ktesnippets_editor.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/ktexteditor_codesnippets_core.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/ktexteditor_plugins.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/ktimer.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/ktorrent.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/ktouchpadenabler.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/ktp-auth-handler.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/ktp-call-ui.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/ktp-common-internals.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/ktp-contactlist.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/ktp-debugger.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/ktp-filetransfer-handler.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/ktp-filters.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/ktp-send-file.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/ktp-text-ui.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/ktpchat.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/ktraderclient.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/ktron.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/ktuberling.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/ktux.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kubrick.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kuiserver.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kurifilter.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kuser.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kwalletd.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kwalletmanager.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kwebkitpart.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kwin.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kwin_art_clients.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kwin_clients.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kwin_effects.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kwinshutdown.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kwinstartmenu.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kwrite.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kwriteconfig.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kxkb.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kxsconfig.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/lancelot.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/libakonadi-calendar.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/libakonadi-kmime.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/libakonadi.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/libk3b.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/libk3bdevice.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/libkalarmcal.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/libkasten.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/libkblog.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/libkcal.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/libkcalutils.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/libkcddb.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/libkcompactdisc.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/libkdecorations.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/libkdegames.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/libkdepim.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/libkdepimmobileui.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/libkholidays.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/libkimap.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/libkldap.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/libkleopatra.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/libkmahjongg.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/libkmime.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/libknetworkmanager.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/libkonq.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/libkpgp.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/libkpimidentities.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/libkpimtextedit.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/libkpimutils.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/libkremotecontrol.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/libkresources.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/libkscreensaver.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/libksieve.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/libktnef.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/libktorrent.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/libkunitconversion.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/libkworkspace.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/libkxmlrpcclient.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/liblancelot-datamodels.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/libmailcommon.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/libmailimporter.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/libmailtransport.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/libmessagecomposer.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/libmessagecore.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/libmessagelist.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/libmessageviewer.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/libmuon.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/liboktetacore.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/liboktetagui.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/liboktetakasten.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/liboxygenstyleconfig.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/libphonon.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/libpimcommon.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/libplasma.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/libplasma_groupingcontainment.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/libplasmaclock.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/libplasmaweather.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/libtaskmanager.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/libtemplateparser.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/lokalize.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/lskat.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/mailreader.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/messageviewer_application_mstnef_plugin.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/messageviewer_text_calendar_plugin.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/messageviewer_text_vcard_plugin.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/messageviewer_text_xdiff_plugin.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/mf_konqplugin.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/minitoolsplugin.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/mplayerthumbs.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/mplayerthumbsconfig.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/muon-discover.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/muon-installer.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/muon-notifier.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/muon-updater.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/muon.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/nepomukbackup.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/nepomukcleaner.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/nepomukcontroller.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/nepomukfileindexer.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/nepomukpimindexerutility.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/nepomukqueryservice.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/nepomukserver.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/nepomukservicestub.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/nepomukstorage.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/nepomukwidgets.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/newmailnotifieragent.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/nsplugin.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/okteta-mobile.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/okteta.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/oktetapart.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/okular.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/okular_chm.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/okular_comicbook.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/okular_djvu.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/okular_dvi.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/okular_epub.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/okular_fax.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/okular_fictionbook.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/okular_ghostview.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/okular_kimgio.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/okular_mobi.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/okular_ooo.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/okular_plucker.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/okular_poppler.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/okular_tiff.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/okular_xps.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/palapeli.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/phonon_gstreamer.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/phonon_kde.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/phonon_vlc.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/phononserver.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/picmi.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/pimsettingexporter.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma-desktop.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma-netbook.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma-overlay.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma-remote-helper.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma-runner-installer.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma-windowed.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_BbalL.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_CharSelectApplet.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_battery.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_binaryclock.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_bookmarks.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_bubblemon.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_calculator.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_clock.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_comic.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_currentappcontrol.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_dig_clock.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_fifteenPuzzle.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_fileWatcher.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_folderview.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_frame.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_fuzzy_clock.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_groupingpanel.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_icon.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_icontasks.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_incomingmsg.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_katesession.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_kdeobservatory.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_kget.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_kimpanel.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_knowledgebase.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_kolourpicker.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_launcher.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_leavenote.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_life.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_lockout.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_luna.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_magnifique.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_microblog.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_netpanel.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_networkmanagement.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_news.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_notes.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_notifier.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_opendesktop_activities.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.notifications.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_pager.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_panel.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_panelspacer_internal.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_paste.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_pastebin.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_plasmaboard.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_previewer.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_printmanager.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_qalculate.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_qstardict.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_quicklaunch.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_rssnow.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_rtm.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_sal.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_saverdesktop.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_searchbox.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_showdashboard.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_showdesktop.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_skapplet.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_spellcheck.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_system-monitor.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_systemloadviewer.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_systemtray.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_tasks.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_timer.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_trash.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_unitconverter.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_weather.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_weatherstation.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_webbrowser.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_webslice.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_windowlist.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_appletscriptengine_dashboard.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_containmentactions_contextmenu.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_containmentactions_switchactivity.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_containmentactions_switchdesktop.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_engine_calendar.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_engine_kdeobservatory.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_engine_keystate.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_engine_metadata.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_engine_mpris2.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_engine_network.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_engine_notifications.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_engine_nowplaying.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_engine_rss.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_engine_share.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_engine_weather.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_package_org.kde.desktop.activitymanager.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_package_org.kde.desktop.widgetexplorer.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_packagestructure_comic.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_CharacterRunner.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_activities.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_audioplayercontrol.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_bookmarksrunner.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_browserhistory.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_calculatorrunner.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_contacts.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_converterrunner.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_datetime.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_events.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_katesessions.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_kget.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_kill.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_konquerorsessions.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_konsolesessions.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_kopete.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_krunner_dictionary.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_ktp_contacts.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_locations.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_mediawiki.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_nepomuksearchrunner.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_placesrunner.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_plasma-desktop.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_powerdevil.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_recentdocuments.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_services.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_sessions.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_shell.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_solid.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_spellcheckrunner.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_webshortcuts.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_windowedwidgets.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_windows.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_youtube.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_toolbox_desktoptoolbox.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_toolbox_paneltoolbox.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_wallpaper_color.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_wallpaper_image.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_wallpaper_mandelbrot.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_wallpaper_marble.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_wallpaper_pattern.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_wallpaper_potd.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_wallpaper_virus.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_wallpaper_wallpaper-qml.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_wallpaper_weather.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasmagenericshell.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasmapkg.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/powerdevil.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/powerdevilactivitiesconfig.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/powerdevilglobalconfig.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/powerdevilprofilesconfig.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/print-manager.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/processcore.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/processui.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/qapt-deb-installer.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/qapt-gst-helper.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/qaptbatch.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/randrmonitor.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/rekonq.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/rellinks.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/searchbarplugin.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/solid-hardware.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/solid-network.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/solid_qt.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/solidcontrol.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/soliduiserver.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/superkaramba.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/sweeper.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/systemsettings.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/timezones4.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/uachangerplugin.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/useraccount.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/validatorsplugin.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/webarchiver.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/xml_mimetypes.mo share/locale/sr@ijekavianlatin/LC_SCRIPTS/kdelibs4/kdelibs4.js share/locale/sr@ijekavianlatin/LC_SCRIPTS/kdelibs4/trapnakron.pmap share/locale/sr@ijekavianlatin/LC_SCRIPTS/kdelibs4/trapnakron.pmapc share/locale/sr@ijekavianlatin/LC_SCRIPTS/kfontinst/kfontinst.js share/locale/sr@ijekavianlatin/entry.desktop share/locale/sr@latin/LC_MESSAGES/accountwizard.mo share/locale/sr@latin/LC_MESSAGES/accountwizard_ical.mo share/locale/sr@latin/LC_MESSAGES/accountwizard_imap.mo share/locale/sr@latin/LC_MESSAGES/accountwizard_kolab.mo share/locale/sr@latin/LC_MESSAGES/accountwizard_mailbox.mo share/locale/sr@latin/LC_MESSAGES/accountwizard_maildir.mo share/locale/sr@latin/LC_MESSAGES/accountwizard_pop3.mo share/locale/sr@latin/LC_MESSAGES/accountwizard_tine20.mo share/locale/sr@latin/LC_MESSAGES/activitymanager_plugin_globalshortcuts.mo share/locale/sr@latin/LC_MESSAGES/activitymanager_uihandler_declarative.mo share/locale/sr@latin/LC_MESSAGES/adblock.mo share/locale/sr@latin/LC_MESSAGES/akonadi-filestore.mo share/locale/sr@latin/LC_MESSAGES/akonadi_archivemail_agent.mo share/locale/sr@latin/LC_MESSAGES/akonadi_birthdays_resource.mo share/locale/sr@latin/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/sr@latin/LC_MESSAGES/akonadi_davgroupware_resource.mo share/locale/sr@latin/LC_MESSAGES/akonadi_google_resource.mo share/locale/sr@latin/LC_MESSAGES/akonadi_ical_resource.mo share/locale/sr@latin/LC_MESSAGES/akonadi_icaldir_resource.mo share/locale/sr@latin/LC_MESSAGES/akonadi_imap_resource.mo share/locale/sr@latin/LC_MESSAGES/akonadi_invitations_agent.mo share/locale/sr@latin/LC_MESSAGES/akonadi_kabc_resource.mo share/locale/sr@latin/LC_MESSAGES/akonadi_kalarm_resource.mo share/locale/sr@latin/LC_MESSAGES/akonadi_kcal_resource.mo share/locale/sr@latin/LC_MESSAGES/akonadi_kdeaccounts_resource.mo share/locale/sr@latin/LC_MESSAGES/akonadi_knut_resource.mo share/locale/sr@latin/LC_MESSAGES/akonadi_kolabproxy_resource.mo share/locale/sr@latin/LC_MESSAGES/akonadi_kresourceassistant.mo share/locale/sr@latin/LC_MESSAGES/akonadi_localbookmarks_resource.mo share/locale/sr@latin/LC_MESSAGES/akonadi_maildir_resource.mo share/locale/sr@latin/LC_MESSAGES/akonadi_maildispatcher_agent.mo share/locale/sr@latin/LC_MESSAGES/akonadi_mailfilter_agent.mo share/locale/sr@latin/LC_MESSAGES/akonadi_mailtransport_resource.mo share/locale/sr@latin/LC_MESSAGES/akonadi_mbox_resource.mo share/locale/sr@latin/LC_MESSAGES/akonadi_microblog_resource.mo share/locale/sr@latin/LC_MESSAGES/akonadi_mixedmaildir_resource.mo share/locale/sr@latin/LC_MESSAGES/akonadi_nepomuk_feeder.mo share/locale/sr@latin/LC_MESSAGES/akonadi_nepomuktag_resource.mo share/locale/sr@latin/LC_MESSAGES/akonadi_nntp_resource.mo share/locale/sr@latin/LC_MESSAGES/akonadi_openxchange_resource.mo share/locale/sr@latin/LC_MESSAGES/akonadi_pop3_resource.mo share/locale/sr@latin/LC_MESSAGES/akonadi_serializer_plugins.mo share/locale/sr@latin/LC_MESSAGES/akonadi_singlefile_resource.mo share/locale/sr@latin/LC_MESSAGES/akonadi_strigi_feeder.mo share/locale/sr@latin/LC_MESSAGES/akonadi_vcard_resource.mo share/locale/sr@latin/LC_MESSAGES/akonadi_vcarddir_resource.mo share/locale/sr@latin/LC_MESSAGES/akonadicontact.mo share/locale/sr@latin/LC_MESSAGES/akonadinotes.mo share/locale/sr@latin/LC_MESSAGES/akonaditray.mo share/locale/sr@latin/LC_MESSAGES/akregator_konqplugin.mo share/locale/sr@latin/LC_MESSAGES/amor.mo share/locale/sr@latin/LC_MESSAGES/ark.mo share/locale/sr@latin/LC_MESSAGES/attica_kde.mo share/locale/sr@latin/LC_MESSAGES/audiocd_encoder_lame.mo share/locale/sr@latin/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/sr@latin/LC_MESSAGES/audiorename_plugin.mo share/locale/sr@latin/LC_MESSAGES/autorefresh.mo share/locale/sr@latin/LC_MESSAGES/babelfish.mo share/locale/sr@latin/LC_MESSAGES/blogilo.mo +share/locale/sr@latin/LC_MESSAGES/bluedevil.mo share/locale/sr@latin/LC_MESSAGES/bomber.mo share/locale/sr@latin/LC_MESSAGES/bovo.mo +share/locale/sr@latin/LC_MESSAGES/desktop_applications_kate.mo +share/locale/sr@latin/LC_MESSAGES/desktop_applications_kde-baseapps.mo +share/locale/sr@latin/LC_MESSAGES/desktop_applications_konsole.mo +share/locale/sr@latin/LC_MESSAGES/desktop_extragear-base_bluedevil.mo +share/locale/sr@latin/LC_MESSAGES/desktop_extragear-base_kwebkitpart.mo +share/locale/sr@latin/LC_MESSAGES/desktop_extragear-base_networkmanagement.mo +share/locale/sr@latin/LC_MESSAGES/desktop_extragear-multimedia_k3b.mo +share/locale/sr@latin/LC_MESSAGES/desktop_extragear-network_konversation.mo +share/locale/sr@latin/LC_MESSAGES/desktop_extragear-network_ktorrent.mo +share/locale/sr@latin/LC_MESSAGES/desktop_extragear-network_ktp-accounts-kcm.mo +share/locale/sr@latin/LC_MESSAGES/desktop_extragear-network_ktp-approver.mo +share/locale/sr@latin/LC_MESSAGES/desktop_extragear-network_ktp-common-internals.mo +share/locale/sr@latin/LC_MESSAGES/desktop_extragear-network_ktp-contact-list.mo +share/locale/sr@latin/LC_MESSAGES/desktop_extragear-network_ktp-contact-runner.mo +share/locale/sr@latin/LC_MESSAGES/desktop_extragear-network_ktp-desktop-applets.mo +share/locale/sr@latin/LC_MESSAGES/desktop_extragear-network_ktp-kded-module.mo +share/locale/sr@latin/LC_MESSAGES/desktop_extragear-network_ktp-send-file.mo +share/locale/sr@latin/LC_MESSAGES/desktop_extragear-network_ktp-text-ui.mo +share/locale/sr@latin/LC_MESSAGES/desktop_extragear-network_rekonq.mo +share/locale/sr@latin/LC_MESSAGES/desktop_extragear-sysadmin_libqapt.mo +share/locale/sr@latin/LC_MESSAGES/desktop_extragear-sysadmin_muon.mo +share/locale/sr@latin/LC_MESSAGES/desktop_kde-runtime.mo +share/locale/sr@latin/LC_MESSAGES/desktop_kde-wallpapers.mo +share/locale/sr@latin/LC_MESSAGES/desktop_kde-workspace.mo +share/locale/sr@latin/LC_MESSAGES/desktop_kdeaccessibility_jovie.mo +share/locale/sr@latin/LC_MESSAGES/desktop_kdeaccessibility_kmag.mo +share/locale/sr@latin/LC_MESSAGES/desktop_kdeaccessibility_kmousetool.mo +share/locale/sr@latin/LC_MESSAGES/desktop_kdeaccessibility_kmouth.mo +share/locale/sr@latin/LC_MESSAGES/desktop_kdeadmin.mo +share/locale/sr@latin/LC_MESSAGES/desktop_kdeartwork.mo +share/locale/sr@latin/LC_MESSAGES/desktop_kdegames_bomber.mo +share/locale/sr@latin/LC_MESSAGES/desktop_kdegames_bovo.mo +share/locale/sr@latin/LC_MESSAGES/desktop_kdegames_granatier.mo +share/locale/sr@latin/LC_MESSAGES/desktop_kdegames_kajongg.mo +share/locale/sr@latin/LC_MESSAGES/desktop_kdegames_kapman.mo +share/locale/sr@latin/LC_MESSAGES/desktop_kdegames_katomic.mo +share/locale/sr@latin/LC_MESSAGES/desktop_kdegames_kblackbox.mo +share/locale/sr@latin/LC_MESSAGES/desktop_kdegames_kblocks.mo +share/locale/sr@latin/LC_MESSAGES/desktop_kdegames_kbounce.mo +share/locale/sr@latin/LC_MESSAGES/desktop_kdegames_kbreakout.mo +share/locale/sr@latin/LC_MESSAGES/desktop_kdegames_kdiamond.mo +share/locale/sr@latin/LC_MESSAGES/desktop_kdegames_kfourinline.mo +share/locale/sr@latin/LC_MESSAGES/desktop_kdegames_kgoldrunner.mo +share/locale/sr@latin/LC_MESSAGES/desktop_kdegames_kigo.mo +share/locale/sr@latin/LC_MESSAGES/desktop_kdegames_killbots.mo +share/locale/sr@latin/LC_MESSAGES/desktop_kdegames_kiriki.mo +share/locale/sr@latin/LC_MESSAGES/desktop_kdegames_kjumpingcube.mo +share/locale/sr@latin/LC_MESSAGES/desktop_kdegames_klickety.mo +share/locale/sr@latin/LC_MESSAGES/desktop_kdegames_klines.mo +share/locale/sr@latin/LC_MESSAGES/desktop_kdegames_kmahjongg.mo +share/locale/sr@latin/LC_MESSAGES/desktop_kdegames_kmines.mo +share/locale/sr@latin/LC_MESSAGES/desktop_kdegames_knavalbattle.mo +share/locale/sr@latin/LC_MESSAGES/desktop_kdegames_knetwalk.mo +share/locale/sr@latin/LC_MESSAGES/desktop_kdegames_kolf.mo +share/locale/sr@latin/LC_MESSAGES/desktop_kdegames_kollision.mo +share/locale/sr@latin/LC_MESSAGES/desktop_kdegames_konquest.mo +share/locale/sr@latin/LC_MESSAGES/desktop_kdegames_kpat.mo +share/locale/sr@latin/LC_MESSAGES/desktop_kdegames_kreversi.mo +share/locale/sr@latin/LC_MESSAGES/desktop_kdegames_kshisen.mo +share/locale/sr@latin/LC_MESSAGES/desktop_kdegames_ksirk.mo +share/locale/sr@latin/LC_MESSAGES/desktop_kdegames_ksnakeduel.mo +share/locale/sr@latin/LC_MESSAGES/desktop_kdegames_kspaceduel.mo +share/locale/sr@latin/LC_MESSAGES/desktop_kdegames_ksquares.mo +share/locale/sr@latin/LC_MESSAGES/desktop_kdegames_ksudoku.mo +share/locale/sr@latin/LC_MESSAGES/desktop_kdegames_ktuberling.mo +share/locale/sr@latin/LC_MESSAGES/desktop_kdegames_kubrick.mo +share/locale/sr@latin/LC_MESSAGES/desktop_kdegames_libkdegames.mo +share/locale/sr@latin/LC_MESSAGES/desktop_kdegames_libkmahjongg.mo +share/locale/sr@latin/LC_MESSAGES/desktop_kdegames_lskat.mo +share/locale/sr@latin/LC_MESSAGES/desktop_kdegames_palapeli.mo +share/locale/sr@latin/LC_MESSAGES/desktop_kdegames_picmi.mo +share/locale/sr@latin/LC_MESSAGES/desktop_kdegraphics_gwenview.mo +share/locale/sr@latin/LC_MESSAGES/desktop_kdegraphics_kamera.mo +share/locale/sr@latin/LC_MESSAGES/desktop_kdegraphics_kcolorchooser.mo +share/locale/sr@latin/LC_MESSAGES/desktop_kdegraphics_kdegraphics-mobipocket.mo +share/locale/sr@latin/LC_MESSAGES/desktop_kdegraphics_kdegraphics-strigi-analyzer.mo +share/locale/sr@latin/LC_MESSAGES/desktop_kdegraphics_kdegraphics-thumbnailers.mo +share/locale/sr@latin/LC_MESSAGES/desktop_kdegraphics_kgamma.mo +share/locale/sr@latin/LC_MESSAGES/desktop_kdegraphics_kolourpaint.mo +share/locale/sr@latin/LC_MESSAGES/desktop_kdegraphics_kruler.mo +share/locale/sr@latin/LC_MESSAGES/desktop_kdegraphics_ksaneplugin.mo +share/locale/sr@latin/LC_MESSAGES/desktop_kdegraphics_ksnapshot.mo +share/locale/sr@latin/LC_MESSAGES/desktop_kdegraphics_libkipi.mo +share/locale/sr@latin/LC_MESSAGES/desktop_kdegraphics_okular.mo +share/locale/sr@latin/LC_MESSAGES/desktop_kdegraphics_svgpart.mo +share/locale/sr@latin/LC_MESSAGES/desktop_kdelibs.mo +share/locale/sr@latin/LC_MESSAGES/desktop_kdelibs_kactivities.mo +share/locale/sr@latin/LC_MESSAGES/desktop_kdelibs_nepomuk-core.mo +share/locale/sr@latin/LC_MESSAGES/desktop_kdemultimedia_audiocd-kio.mo +share/locale/sr@latin/LC_MESSAGES/desktop_kdemultimedia_dragon.mo +share/locale/sr@latin/LC_MESSAGES/desktop_kdemultimedia_ffmpegthumbs.mo +share/locale/sr@latin/LC_MESSAGES/desktop_kdemultimedia_juk.mo +share/locale/sr@latin/LC_MESSAGES/desktop_kdemultimedia_kmix.mo +share/locale/sr@latin/LC_MESSAGES/desktop_kdemultimedia_kscd.mo +share/locale/sr@latin/LC_MESSAGES/desktop_kdemultimedia_libkcddb.mo +share/locale/sr@latin/LC_MESSAGES/desktop_kdemultimedia_mplayerthumbs.mo +share/locale/sr@latin/LC_MESSAGES/desktop_kdenetwork.mo +share/locale/sr@latin/LC_MESSAGES/desktop_kdepim-runtime.mo +share/locale/sr@latin/LC_MESSAGES/desktop_kdepim.mo +share/locale/sr@latin/LC_MESSAGES/desktop_kdepimlibs.mo +share/locale/sr@latin/LC_MESSAGES/desktop_kdeplasma-addons.mo +share/locale/sr@latin/LC_MESSAGES/desktop_kdesdk_cervisia.mo +share/locale/sr@latin/LC_MESSAGES/desktop_kdesdk_dolphin-plugins.mo +share/locale/sr@latin/LC_MESSAGES/desktop_kdesdk_kapptemplate.mo +share/locale/sr@latin/LC_MESSAGES/desktop_kdesdk_kcachegrind.mo +share/locale/sr@latin/LC_MESSAGES/desktop_kdesdk_kde-dev-utils.mo +share/locale/sr@latin/LC_MESSAGES/desktop_kdesdk_kdesdk-kioslaves.mo +share/locale/sr@latin/LC_MESSAGES/desktop_kdesdk_kdesdk-thumbnailers.mo +share/locale/sr@latin/LC_MESSAGES/desktop_kdesdk_kompare.mo +share/locale/sr@latin/LC_MESSAGES/desktop_kdesdk_lokalize.mo +share/locale/sr@latin/LC_MESSAGES/desktop_kdesdk_okteta.mo +share/locale/sr@latin/LC_MESSAGES/desktop_kdesdk_umbrello.mo +share/locale/sr@latin/LC_MESSAGES/desktop_kdesupport-phonon_phonon-gstreamer.mo +share/locale/sr@latin/LC_MESSAGES/desktop_kdesupport-phonon_phonon-vlc.mo +share/locale/sr@latin/LC_MESSAGES/desktop_kdetoys_amor.mo +share/locale/sr@latin/LC_MESSAGES/desktop_kdetoys_kteatime.mo +share/locale/sr@latin/LC_MESSAGES/desktop_kdetoys_ktux.mo +share/locale/sr@latin/LC_MESSAGES/desktop_kdeutils_ark.mo +share/locale/sr@latin/LC_MESSAGES/desktop_kdeutils_filelight.mo +share/locale/sr@latin/LC_MESSAGES/desktop_kdeutils_kcalc.mo +share/locale/sr@latin/LC_MESSAGES/desktop_kdeutils_kcharselect.mo +share/locale/sr@latin/LC_MESSAGES/desktop_kdeutils_kdf.mo +share/locale/sr@latin/LC_MESSAGES/desktop_kdeutils_kfloppy.mo +share/locale/sr@latin/LC_MESSAGES/desktop_kdeutils_kgpg.mo +share/locale/sr@latin/LC_MESSAGES/desktop_kdeutils_kremotecontrol.mo +share/locale/sr@latin/LC_MESSAGES/desktop_kdeutils_ktimer.mo +share/locale/sr@latin/LC_MESSAGES/desktop_kdeutils_kwallet.mo +share/locale/sr@latin/LC_MESSAGES/desktop_kdeutils_print-manager.mo +share/locale/sr@latin/LC_MESSAGES/desktop_kdeutils_superkaramba.mo +share/locale/sr@latin/LC_MESSAGES/desktop_kdeutils_sweeper.mo +share/locale/sr@latin/LC_MESSAGES/desktop_l10n.mo +share/locale/sr@latin/LC_MESSAGES/desktop_oxygen-icons.mo share/locale/sr@latin/LC_MESSAGES/dirfilterplugin.mo share/locale/sr@latin/LC_MESSAGES/display.mo share/locale/sr@latin/LC_MESSAGES/dolphin.mo share/locale/sr@latin/LC_MESSAGES/domtreeviewer.mo share/locale/sr@latin/LC_MESSAGES/dragonplayer.mo share/locale/sr@latin/LC_MESSAGES/drkonqi.mo share/locale/sr@latin/LC_MESSAGES/filelight.mo share/locale/sr@latin/LC_MESSAGES/filetypes.mo share/locale/sr@latin/LC_MESSAGES/freespacenotifier.mo share/locale/sr@latin/LC_MESSAGES/fsview.mo share/locale/sr@latin/LC_MESSAGES/granatier.mo share/locale/sr@latin/LC_MESSAGES/gwenview.mo share/locale/sr@latin/LC_MESSAGES/htmlsearch.mo share/locale/sr@latin/LC_MESSAGES/imagerename_plugin.mo share/locale/sr@latin/LC_MESSAGES/imgalleryplugin.mo share/locale/sr@latin/LC_MESSAGES/jovie.mo share/locale/sr@latin/LC_MESSAGES/joystick.mo share/locale/sr@latin/LC_MESSAGES/juk.mo +share/locale/sr@latin/LC_MESSAGES/k3b.mo +share/locale/sr@latin/LC_MESSAGES/k3bsetup.mo share/locale/sr@latin/LC_MESSAGES/kabc.mo share/locale/sr@latin/LC_MESSAGES/kabc_akonadi.mo share/locale/sr@latin/LC_MESSAGES/kabc_dir.mo share/locale/sr@latin/LC_MESSAGES/kabc_file.mo share/locale/sr@latin/LC_MESSAGES/kabc_ldapkio.mo share/locale/sr@latin/LC_MESSAGES/kabc_net.mo share/locale/sr@latin/LC_MESSAGES/kabcclient.mo share/locale/sr@latin/LC_MESSAGES/kabcformat_binary.mo share/locale/sr@latin/LC_MESSAGES/kaccess.mo share/locale/sr@latin/LC_MESSAGES/kaccessibleapp.mo share/locale/sr@latin/LC_MESSAGES/kactivitymanagerd.mo share/locale/sr@latin/LC_MESSAGES/kactivitymanagerd_fileitem_linking_plugin.mo share/locale/sr@latin/LC_MESSAGES/kaddressbook-mobile.mo share/locale/sr@latin/LC_MESSAGES/kaddressbook.mo share/locale/sr@latin/LC_MESSAGES/kaddressbookmigrator.mo share/locale/sr@latin/LC_MESSAGES/kalarm.mo share/locale/sr@latin/LC_MESSAGES/kapman.mo share/locale/sr@latin/LC_MESSAGES/kate-ctags-plugin.mo share/locale/sr@latin/LC_MESSAGES/kate.mo share/locale/sr@latin/LC_MESSAGES/kate_kttsd.mo share/locale/sr@latin/LC_MESSAGES/katebacktracebrowserplugin.mo share/locale/sr@latin/LC_MESSAGES/katebuild-plugin.mo share/locale/sr@latin/LC_MESSAGES/katefilebrowserplugin.mo share/locale/sr@latin/LC_MESSAGES/katefiletemplates.mo share/locale/sr@latin/LC_MESSAGES/kategdbplugin.mo share/locale/sr@latin/LC_MESSAGES/katehelloworld.mo share/locale/sr@latin/LC_MESSAGES/katekonsoleplugin.mo share/locale/sr@latin/LC_MESSAGES/katemailfilesplugin.mo share/locale/sr@latin/LC_MESSAGES/kateopenheader.mo share/locale/sr@latin/LC_MESSAGES/katepart4.mo share/locale/sr@latin/LC_MESSAGES/kateproject.mo share/locale/sr@latin/LC_MESSAGES/katesearch.mo share/locale/sr@latin/LC_MESSAGES/katesnippets_tng.mo share/locale/sr@latin/LC_MESSAGES/katesnippetsplugin.mo share/locale/sr@latin/LC_MESSAGES/katesql.mo share/locale/sr@latin/LC_MESSAGES/katesymbolviewer.mo share/locale/sr@latin/LC_MESSAGES/katetabbarextension.mo share/locale/sr@latin/LC_MESSAGES/katetabifyplugin.mo share/locale/sr@latin/LC_MESSAGES/katetextfilter.mo share/locale/sr@latin/LC_MESSAGES/katexmlcheck.mo share/locale/sr@latin/LC_MESSAGES/katexmltools.mo share/locale/sr@latin/LC_MESSAGES/katomic.mo share/locale/sr@latin/LC_MESSAGES/kbattleship.mo share/locale/sr@latin/LC_MESSAGES/kblackbox.mo share/locale/sr@latin/LC_MESSAGES/kblankscrn.mo share/locale/sr@latin/LC_MESSAGES/kblocks.mo share/locale/sr@latin/LC_MESSAGES/kbounce.mo share/locale/sr@latin/LC_MESSAGES/kbreakout.mo share/locale/sr@latin/LC_MESSAGES/kcal_akonadi.mo share/locale/sr@latin/LC_MESSAGES/kcalc.mo share/locale/sr@latin/LC_MESSAGES/kcertpart.mo share/locale/sr@latin/LC_MESSAGES/kcharselect.mo share/locale/sr@latin/LC_MESSAGES/kcm-kwin-scripts.mo share/locale/sr@latin/LC_MESSAGES/kcm_activities.mo share/locale/sr@latin/LC_MESSAGES/kcm_akonadi.mo share/locale/sr@latin/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/sr@latin/LC_MESSAGES/kcm_attica.mo share/locale/sr@latin/LC_MESSAGES/kcm_autostart.mo share/locale/sr@latin/LC_MESSAGES/kcm_desktoppaths.mo share/locale/sr@latin/LC_MESSAGES/kcm_desktopthemedetails.mo share/locale/sr@latin/LC_MESSAGES/kcm_device_automounter.mo share/locale/sr@latin/LC_MESSAGES/kcm_emoticons.mo share/locale/sr@latin/LC_MESSAGES/kcm_infobase.mo share/locale/sr@latin/LC_MESSAGES/kcm_infosummary.mo -share/locale/sr@latin/LC_MESSAGES/kcm_krfb.mo +share/locale/sr@latin/LC_MESSAGES/kcm_ktp_accounts.mo +share/locale/sr@latin/LC_MESSAGES/kcm_ktp_chat_appearance.mo +share/locale/sr@latin/LC_MESSAGES/kcm_ktp_chat_behavior.mo share/locale/sr@latin/LC_MESSAGES/kcm_kwindesktop.mo share/locale/sr@latin/LC_MESSAGES/kcm_kwintabbox.mo share/locale/sr@latin/LC_MESSAGES/kcm_memory.mo share/locale/sr@latin/LC_MESSAGES/kcm_nepomuk.mo share/locale/sr@latin/LC_MESSAGES/kcm_pci.mo share/locale/sr@latin/LC_MESSAGES/kcm_phonon.mo share/locale/sr@latin/LC_MESSAGES/kcm_platform.mo share/locale/sr@latin/LC_MESSAGES/kcm_remotecontrol.mo share/locale/sr@latin/LC_MESSAGES/kcm_solid.mo share/locale/sr@latin/LC_MESSAGES/kcm_solid_actions.mo share/locale/sr@latin/LC_MESSAGES/kcm_standard_actions.mo share/locale/sr@latin/LC_MESSAGES/kcmaccess.mo share/locale/sr@latin/LC_MESSAGES/kcmaudiocd.mo share/locale/sr@latin/LC_MESSAGES/kcmbackground.mo share/locale/sr@latin/LC_MESSAGES/kcmbell.mo share/locale/sr@latin/LC_MESSAGES/kcmcddb.mo share/locale/sr@latin/LC_MESSAGES/kcmcgi.mo share/locale/sr@latin/LC_MESSAGES/kcmcolors.mo share/locale/sr@latin/LC_MESSAGES/kcmcomponentchooser.mo share/locale/sr@latin/LC_MESSAGES/kcmcrypto.mo share/locale/sr@latin/LC_MESSAGES/kcmdevinfo.mo share/locale/sr@latin/LC_MESSAGES/kcmfonts.mo share/locale/sr@latin/LC_MESSAGES/kcmhtmlsearch.mo share/locale/sr@latin/LC_MESSAGES/kcmicons.mo share/locale/sr@latin/LC_MESSAGES/kcminfo.mo share/locale/sr@latin/LC_MESSAGES/kcminit.mo share/locale/sr@latin/LC_MESSAGES/kcminput.mo share/locale/sr@latin/LC_MESSAGES/kcmkclock.mo share/locale/sr@latin/LC_MESSAGES/kcmkded.mo share/locale/sr@latin/LC_MESSAGES/kcmkdnssd.mo share/locale/sr@latin/LC_MESSAGES/kcmkeyboard.mo share/locale/sr@latin/LC_MESSAGES/kcmkeys.mo share/locale/sr@latin/LC_MESSAGES/kcmkio.mo share/locale/sr@latin/LC_MESSAGES/kcmkonq.mo share/locale/sr@latin/LC_MESSAGES/kcmkonqhtml.mo share/locale/sr@latin/LC_MESSAGES/kcmkurifilt.mo share/locale/sr@latin/LC_MESSAGES/kcmkwallet.mo share/locale/sr@latin/LC_MESSAGES/kcmkwincompositing.mo share/locale/sr@latin/LC_MESSAGES/kcmkwindecoration.mo share/locale/sr@latin/LC_MESSAGES/kcmkwinrules.mo share/locale/sr@latin/LC_MESSAGES/kcmkwinscreenedges.mo share/locale/sr@latin/LC_MESSAGES/kcmkwm.mo share/locale/sr@latin/LC_MESSAGES/kcmlaunch.mo share/locale/sr@latin/LC_MESSAGES/kcmlocale.mo share/locale/sr@latin/LC_MESSAGES/kcmnic.mo share/locale/sr@latin/LC_MESSAGES/kcmnotify.mo share/locale/sr@latin/LC_MESSAGES/kcmopengl.mo share/locale/sr@latin/LC_MESSAGES/kcmperformance.mo share/locale/sr@latin/LC_MESSAGES/kcmsamba.mo share/locale/sr@latin/LC_MESSAGES/kcmscreensaver.mo share/locale/sr@latin/LC_MESSAGES/kcmshell.mo share/locale/sr@latin/LC_MESSAGES/kcmsmartcard.mo share/locale/sr@latin/LC_MESSAGES/kcmsmserver.mo share/locale/sr@latin/LC_MESSAGES/kcmstyle.mo +share/locale/sr@latin/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo +share/locale/sr@latin/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo +share/locale/sr@latin/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo +share/locale/sr@latin/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo +share/locale/sr@latin/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo +share/locale/sr@latin/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo +share/locale/sr@latin/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo share/locale/sr@latin/LC_MESSAGES/kcmusb.mo share/locale/sr@latin/LC_MESSAGES/kcmview1394.mo share/locale/sr@latin/LC_MESSAGES/kcmworkspaceoptions.mo share/locale/sr@latin/LC_MESSAGES/kcolorchooser.mo share/locale/sr@latin/LC_MESSAGES/kcron.mo share/locale/sr@latin/LC_MESSAGES/kde-menu.mo share/locale/sr@latin/LC_MESSAGES/kdeasciiquarium.mo share/locale/sr@latin/LC_MESSAGES/kdebugdialog.mo share/locale/sr@latin/LC_MESSAGES/kdecalendarsystems.mo +share/locale/sr@latin/LC_MESSAGES/kded_ktp_approver.mo +share/locale/sr@latin/LC_MESSAGES/kded_ktp_integration_module.mo share/locale/sr@latin/LC_MESSAGES/kdelibs4.mo share/locale/sr@latin/LC_MESSAGES/kdelibs_colors4.mo share/locale/sr@latin/LC_MESSAGES/kdepasswd.mo share/locale/sr@latin/LC_MESSAGES/kdepim-runtime-qml.mo share/locale/sr@latin/LC_MESSAGES/kdeqt.mo share/locale/sr@latin/LC_MESSAGES/kdesu.mo share/locale/sr@latin/LC_MESSAGES/kdesud.mo share/locale/sr@latin/LC_MESSAGES/kdf.mo share/locale/sr@latin/LC_MESSAGES/kdialog.mo share/locale/sr@latin/LC_MESSAGES/kdiamond.mo share/locale/sr@latin/LC_MESSAGES/kdmconfig.mo share/locale/sr@latin/LC_MESSAGES/kdmgreet.mo share/locale/sr@latin/LC_MESSAGES/kdontchangethehostname.mo share/locale/sr@latin/LC_MESSAGES/keditbookmarks.mo share/locale/sr@latin/LC_MESSAGES/kfile.mo share/locale/sr@latin/LC_MESSAGES/kfile_mail.mo share/locale/sr@latin/LC_MESSAGES/kfileaudiopreview4.mo share/locale/sr@latin/LC_MESSAGES/kfileshare.mo share/locale/sr@latin/LC_MESSAGES/kfindpart.mo share/locale/sr@latin/LC_MESSAGES/kfloppy.mo share/locale/sr@latin/LC_MESSAGES/kfmclient.mo share/locale/sr@latin/LC_MESSAGES/kfontinst.mo share/locale/sr@latin/LC_MESSAGES/kfourinline.mo share/locale/sr@latin/LC_MESSAGES/kget.mo share/locale/sr@latin/LC_MESSAGES/kgetplugin.mo share/locale/sr@latin/LC_MESSAGES/kglobalaccel.mo share/locale/sr@latin/LC_MESSAGES/kgpg.mo share/locale/sr@latin/LC_MESSAGES/kgreet_classic.mo share/locale/sr@latin/LC_MESSAGES/kgreet_generic.mo share/locale/sr@latin/LC_MESSAGES/kgreet_winbind.mo share/locale/sr@latin/LC_MESSAGES/khelpcenter.mo share/locale/sr@latin/LC_MESSAGES/khotkeys.mo share/locale/sr@latin/LC_MESSAGES/khotnewstuff.mo share/locale/sr@latin/LC_MESSAGES/khtmlkttsd.mo share/locale/sr@latin/LC_MESSAGES/khtmlsettingsplugin.mo share/locale/sr@latin/LC_MESSAGES/kiconfinder.mo share/locale/sr@latin/LC_MESSAGES/kigo.mo share/locale/sr@latin/LC_MESSAGES/killbots.mo -share/locale/sr@latin/LC_MESSAGES/kinetd.mo share/locale/sr@latin/LC_MESSAGES/kinfocenter.mo share/locale/sr@latin/LC_MESSAGES/kio4.mo share/locale/sr@latin/LC_MESSAGES/kio_activities.mo share/locale/sr@latin/LC_MESSAGES/kio_akonadi.mo share/locale/sr@latin/LC_MESSAGES/kio_applications.mo share/locale/sr@latin/LC_MESSAGES/kio_archive.mo share/locale/sr@latin/LC_MESSAGES/kio_audiocd.mo share/locale/sr@latin/LC_MESSAGES/kio_bookmarks.mo share/locale/sr@latin/LC_MESSAGES/kio_finger.mo share/locale/sr@latin/LC_MESSAGES/kio_fish.mo share/locale/sr@latin/LC_MESSAGES/kio_floppy.mo share/locale/sr@latin/LC_MESSAGES/kio_help4.mo share/locale/sr@latin/LC_MESSAGES/kio_imap4.mo share/locale/sr@latin/LC_MESSAGES/kio_info.mo share/locale/sr@latin/LC_MESSAGES/kio_jabberdisco.mo share/locale/sr@latin/LC_MESSAGES/kio_ldap.mo share/locale/sr@latin/LC_MESSAGES/kio_man.mo share/locale/sr@latin/LC_MESSAGES/kio_mbox.mo share/locale/sr@latin/LC_MESSAGES/kio_nepomuk.mo share/locale/sr@latin/LC_MESSAGES/kio_nepomuksearch.mo share/locale/sr@latin/LC_MESSAGES/kio_nfs.mo share/locale/sr@latin/LC_MESSAGES/kio_nntp.mo share/locale/sr@latin/LC_MESSAGES/kio_pop3.mo share/locale/sr@latin/LC_MESSAGES/kio_recentdocuments.mo share/locale/sr@latin/LC_MESSAGES/kio_remote.mo share/locale/sr@latin/LC_MESSAGES/kio_sftp.mo share/locale/sr@latin/LC_MESSAGES/kio_sieve.mo share/locale/sr@latin/LC_MESSAGES/kio_smb.mo share/locale/sr@latin/LC_MESSAGES/kio_smtp.mo share/locale/sr@latin/LC_MESSAGES/kio_tags.mo share/locale/sr@latin/LC_MESSAGES/kio_thumbnail.mo share/locale/sr@latin/LC_MESSAGES/kio_timeline.mo share/locale/sr@latin/LC_MESSAGES/kio_trash.mo +share/locale/sr@latin/LC_MESSAGES/kio_videodvd.mo share/locale/sr@latin/LC_MESSAGES/kio_zeroconf.mo share/locale/sr@latin/LC_MESSAGES/kioclient.mo share/locale/sr@latin/LC_MESSAGES/kioexec.mo share/locale/sr@latin/LC_MESSAGES/kiriki.mo share/locale/sr@latin/LC_MESSAGES/kjotsmigrator.mo share/locale/sr@latin/LC_MESSAGES/kjumpingcube.mo share/locale/sr@latin/LC_MESSAGES/klickety.mo share/locale/sr@latin/LC_MESSAGES/klines.mo share/locale/sr@latin/LC_MESSAGES/klipper.mo share/locale/sr@latin/LC_MESSAGES/klock.mo share/locale/sr@latin/LC_MESSAGES/kmag.mo share/locale/sr@latin/LC_MESSAGES/kmahjongg.mo share/locale/sr@latin/LC_MESSAGES/kmail-migrator.mo share/locale/sr@latin/LC_MESSAGES/kmail-mobile.mo share/locale/sr@latin/LC_MESSAGES/kmail.mo share/locale/sr@latin/LC_MESSAGES/kmailcvt.mo share/locale/sr@latin/LC_MESSAGES/kmenuedit.mo share/locale/sr@latin/LC_MESSAGES/kmimetypefinder.mo share/locale/sr@latin/LC_MESSAGES/kmines.mo share/locale/sr@latin/LC_MESSAGES/kmix.mo share/locale/sr@latin/LC_MESSAGES/kmousetool.mo share/locale/sr@latin/LC_MESSAGES/kmouth.mo share/locale/sr@latin/LC_MESSAGES/knetattach.mo share/locale/sr@latin/LC_MESSAGES/knetwalk.mo +share/locale/sr@latin/LC_MESSAGES/knetworkmanager.mo share/locale/sr@latin/LC_MESSAGES/knotify4.mo share/locale/sr@latin/LC_MESSAGES/kolf.mo share/locale/sr@latin/LC_MESSAGES/kollision.mo share/locale/sr@latin/LC_MESSAGES/kompare.mo share/locale/sr@latin/LC_MESSAGES/konqprofiles.mo share/locale/sr@latin/LC_MESSAGES/konqueror.mo share/locale/sr@latin/LC_MESSAGES/konquest.mo share/locale/sr@latin/LC_MESSAGES/konsole.mo share/locale/sr@latin/LC_MESSAGES/konsoleprofiles.mo share/locale/sr@latin/LC_MESSAGES/kontactinterfaces.mo +share/locale/sr@latin/LC_MESSAGES/konversation.mo share/locale/sr@latin/LC_MESSAGES/kopete.mo share/locale/sr@latin/LC_MESSAGES/kpartsaver.mo share/locale/sr@latin/LC_MESSAGES/kpasswdserver.mo share/locale/sr@latin/LC_MESSAGES/kpat.mo share/locale/sr@latin/LC_MESSAGES/kppp.mo share/locale/sr@latin/LC_MESSAGES/kppplogview.mo share/locale/sr@latin/LC_MESSAGES/kquitapp.mo share/locale/sr@latin/LC_MESSAGES/krandr.mo share/locale/sr@latin/LC_MESSAGES/krcdnotifieritem.mo share/locale/sr@latin/LC_MESSAGES/krdb.mo share/locale/sr@latin/LC_MESSAGES/krdc.mo share/locale/sr@latin/LC_MESSAGES/kreadconfig.mo share/locale/sr@latin/LC_MESSAGES/kremotecontroldaemon.mo share/locale/sr@latin/LC_MESSAGES/kres-migrator.mo share/locale/sr@latin/LC_MESSAGES/kres_blog.mo share/locale/sr@latin/LC_MESSAGES/kres_remote.mo share/locale/sr@latin/LC_MESSAGES/kresources_shared_akonadi.mo share/locale/sr@latin/LC_MESSAGES/kreversi.mo share/locale/sr@latin/LC_MESSAGES/krfb.mo share/locale/sr@latin/LC_MESSAGES/kruler.mo share/locale/sr@latin/LC_MESSAGES/krunner.mo share/locale/sr@latin/LC_MESSAGES/kscd.mo share/locale/sr@latin/LC_MESSAGES/kscreenlocker.mo share/locale/sr@latin/LC_MESSAGES/kscreenlocker_greet.mo share/locale/sr@latin/LC_MESSAGES/kscreensaver.mo share/locale/sr@latin/LC_MESSAGES/ksendemail.mo share/locale/sr@latin/LC_MESSAGES/ksgrd.mo share/locale/sr@latin/LC_MESSAGES/kshellcmdplugin.mo share/locale/sr@latin/LC_MESSAGES/kshisen.mo share/locale/sr@latin/LC_MESSAGES/kshorturifilter.mo share/locale/sr@latin/LC_MESSAGES/ksirk.mo share/locale/sr@latin/LC_MESSAGES/ksirkskineditor.mo share/locale/sr@latin/LC_MESSAGES/ksmserver.mo share/locale/sr@latin/LC_MESSAGES/ksnapshot.mo share/locale/sr@latin/LC_MESSAGES/kspaceduel.mo share/locale/sr@latin/LC_MESSAGES/ksplashthemes.mo share/locale/sr@latin/LC_MESSAGES/ksquares.mo share/locale/sr@latin/LC_MESSAGES/kstart.mo share/locale/sr@latin/LC_MESSAGES/kstyle_config.mo share/locale/sr@latin/LC_MESSAGES/kstyle_phase_config.mo share/locale/sr@latin/LC_MESSAGES/ksudoku.mo share/locale/sr@latin/LC_MESSAGES/ksysguard.mo share/locale/sr@latin/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/sr@latin/LC_MESSAGES/ksystemlog.mo share/locale/sr@latin/LC_MESSAGES/ksystraycmd.mo share/locale/sr@latin/LC_MESSAGES/kteatime.mo share/locale/sr@latin/LC_MESSAGES/ktesnippets_editor.mo share/locale/sr@latin/LC_MESSAGES/ktexteditor_codesnippets_core.mo share/locale/sr@latin/LC_MESSAGES/ktexteditor_plugins.mo share/locale/sr@latin/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/sr@latin/LC_MESSAGES/ktimer.mo +share/locale/sr@latin/LC_MESSAGES/ktorrent.mo share/locale/sr@latin/LC_MESSAGES/ktouchpadenabler.mo +share/locale/sr@latin/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo +share/locale/sr@latin/LC_MESSAGES/ktp-auth-handler.mo +share/locale/sr@latin/LC_MESSAGES/ktp-call-ui.mo +share/locale/sr@latin/LC_MESSAGES/ktp-common-internals.mo +share/locale/sr@latin/LC_MESSAGES/ktp-contactlist.mo +share/locale/sr@latin/LC_MESSAGES/ktp-debugger.mo +share/locale/sr@latin/LC_MESSAGES/ktp-filetransfer-handler.mo +share/locale/sr@latin/LC_MESSAGES/ktp-filters.mo +share/locale/sr@latin/LC_MESSAGES/ktp-send-file.mo +share/locale/sr@latin/LC_MESSAGES/ktp-text-ui.mo +share/locale/sr@latin/LC_MESSAGES/ktpchat.mo share/locale/sr@latin/LC_MESSAGES/ktraderclient.mo share/locale/sr@latin/LC_MESSAGES/ktron.mo share/locale/sr@latin/LC_MESSAGES/ktuberling.mo share/locale/sr@latin/LC_MESSAGES/ktux.mo share/locale/sr@latin/LC_MESSAGES/kubrick.mo share/locale/sr@latin/LC_MESSAGES/kuiserver.mo share/locale/sr@latin/LC_MESSAGES/kurifilter.mo share/locale/sr@latin/LC_MESSAGES/kuser.mo share/locale/sr@latin/LC_MESSAGES/kwalletd.mo share/locale/sr@latin/LC_MESSAGES/kwalletmanager.mo +share/locale/sr@latin/LC_MESSAGES/kwebkitpart.mo share/locale/sr@latin/LC_MESSAGES/kwin.mo share/locale/sr@latin/LC_MESSAGES/kwin_art_clients.mo share/locale/sr@latin/LC_MESSAGES/kwin_clients.mo share/locale/sr@latin/LC_MESSAGES/kwin_effects.mo share/locale/sr@latin/LC_MESSAGES/kwinshutdown.mo share/locale/sr@latin/LC_MESSAGES/kwinstartmenu.mo share/locale/sr@latin/LC_MESSAGES/kwrite.mo share/locale/sr@latin/LC_MESSAGES/kwriteconfig.mo share/locale/sr@latin/LC_MESSAGES/kxkb.mo share/locale/sr@latin/LC_MESSAGES/kxsconfig.mo share/locale/sr@latin/LC_MESSAGES/lancelot.mo share/locale/sr@latin/LC_MESSAGES/libakonadi-calendar.mo share/locale/sr@latin/LC_MESSAGES/libakonadi-kmime.mo share/locale/sr@latin/LC_MESSAGES/libakonadi.mo +share/locale/sr@latin/LC_MESSAGES/libk3b.mo +share/locale/sr@latin/LC_MESSAGES/libk3bdevice.mo share/locale/sr@latin/LC_MESSAGES/libkalarmcal.mo share/locale/sr@latin/LC_MESSAGES/libkasten.mo share/locale/sr@latin/LC_MESSAGES/libkblog.mo share/locale/sr@latin/LC_MESSAGES/libkcal.mo share/locale/sr@latin/LC_MESSAGES/libkcalutils.mo share/locale/sr@latin/LC_MESSAGES/libkcddb.mo share/locale/sr@latin/LC_MESSAGES/libkcompactdisc.mo share/locale/sr@latin/LC_MESSAGES/libkdecorations.mo share/locale/sr@latin/LC_MESSAGES/libkdegames.mo share/locale/sr@latin/LC_MESSAGES/libkdepim.mo share/locale/sr@latin/LC_MESSAGES/libkdepimmobileui.mo share/locale/sr@latin/LC_MESSAGES/libkholidays.mo share/locale/sr@latin/LC_MESSAGES/libkimap.mo share/locale/sr@latin/LC_MESSAGES/libkldap.mo share/locale/sr@latin/LC_MESSAGES/libkleopatra.mo share/locale/sr@latin/LC_MESSAGES/libkmahjongg.mo share/locale/sr@latin/LC_MESSAGES/libkmime.mo +share/locale/sr@latin/LC_MESSAGES/libknetworkmanager.mo share/locale/sr@latin/LC_MESSAGES/libkonq.mo share/locale/sr@latin/LC_MESSAGES/libkpgp.mo share/locale/sr@latin/LC_MESSAGES/libkpimidentities.mo share/locale/sr@latin/LC_MESSAGES/libkpimtextedit.mo share/locale/sr@latin/LC_MESSAGES/libkpimutils.mo share/locale/sr@latin/LC_MESSAGES/libkremotecontrol.mo share/locale/sr@latin/LC_MESSAGES/libkresources.mo share/locale/sr@latin/LC_MESSAGES/libkscreensaver.mo share/locale/sr@latin/LC_MESSAGES/libksieve.mo share/locale/sr@latin/LC_MESSAGES/libktnef.mo +share/locale/sr@latin/LC_MESSAGES/libktorrent.mo share/locale/sr@latin/LC_MESSAGES/libkunitconversion.mo share/locale/sr@latin/LC_MESSAGES/libkworkspace.mo share/locale/sr@latin/LC_MESSAGES/libkxmlrpcclient.mo share/locale/sr@latin/LC_MESSAGES/liblancelot-datamodels.mo share/locale/sr@latin/LC_MESSAGES/libmailcommon.mo share/locale/sr@latin/LC_MESSAGES/libmailimporter.mo share/locale/sr@latin/LC_MESSAGES/libmailtransport.mo share/locale/sr@latin/LC_MESSAGES/libmessagecomposer.mo share/locale/sr@latin/LC_MESSAGES/libmessagecore.mo share/locale/sr@latin/LC_MESSAGES/libmessagelist.mo share/locale/sr@latin/LC_MESSAGES/libmessageviewer.mo +share/locale/sr@latin/LC_MESSAGES/libmuon.mo share/locale/sr@latin/LC_MESSAGES/liboktetacore.mo share/locale/sr@latin/LC_MESSAGES/liboktetagui.mo share/locale/sr@latin/LC_MESSAGES/liboktetakasten.mo share/locale/sr@latin/LC_MESSAGES/liboxygenstyleconfig.mo share/locale/sr@latin/LC_MESSAGES/libphonon.mo share/locale/sr@latin/LC_MESSAGES/libpimcommon.mo share/locale/sr@latin/LC_MESSAGES/libplasma.mo share/locale/sr@latin/LC_MESSAGES/libplasma_groupingcontainment.mo share/locale/sr@latin/LC_MESSAGES/libplasmaclock.mo share/locale/sr@latin/LC_MESSAGES/libplasmaweather.mo share/locale/sr@latin/LC_MESSAGES/libtaskmanager.mo share/locale/sr@latin/LC_MESSAGES/libtemplateparser.mo share/locale/sr@latin/LC_MESSAGES/lokalize.mo share/locale/sr@latin/LC_MESSAGES/lskat.mo share/locale/sr@latin/LC_MESSAGES/mailreader.mo share/locale/sr@latin/LC_MESSAGES/messageviewer_application_mstnef_plugin.mo share/locale/sr@latin/LC_MESSAGES/messageviewer_text_calendar_plugin.mo share/locale/sr@latin/LC_MESSAGES/messageviewer_text_vcard_plugin.mo share/locale/sr@latin/LC_MESSAGES/messageviewer_text_xdiff_plugin.mo share/locale/sr@latin/LC_MESSAGES/mf_konqplugin.mo share/locale/sr@latin/LC_MESSAGES/minitoolsplugin.mo share/locale/sr@latin/LC_MESSAGES/mplayerthumbs.mo share/locale/sr@latin/LC_MESSAGES/mplayerthumbsconfig.mo +share/locale/sr@latin/LC_MESSAGES/muon-discover.mo +share/locale/sr@latin/LC_MESSAGES/muon-installer.mo +share/locale/sr@latin/LC_MESSAGES/muon-notifier.mo +share/locale/sr@latin/LC_MESSAGES/muon-updater.mo +share/locale/sr@latin/LC_MESSAGES/muon.mo share/locale/sr@latin/LC_MESSAGES/nepomukbackup.mo share/locale/sr@latin/LC_MESSAGES/nepomukcleaner.mo share/locale/sr@latin/LC_MESSAGES/nepomukcontroller.mo share/locale/sr@latin/LC_MESSAGES/nepomukfileindexer.mo +share/locale/sr@latin/LC_MESSAGES/nepomukpimindexerutility.mo share/locale/sr@latin/LC_MESSAGES/nepomukqueryservice.mo share/locale/sr@latin/LC_MESSAGES/nepomukserver.mo share/locale/sr@latin/LC_MESSAGES/nepomukservicestub.mo share/locale/sr@latin/LC_MESSAGES/nepomukstorage.mo share/locale/sr@latin/LC_MESSAGES/nepomukwidgets.mo share/locale/sr@latin/LC_MESSAGES/newmailnotifieragent.mo share/locale/sr@latin/LC_MESSAGES/nsplugin.mo share/locale/sr@latin/LC_MESSAGES/okteta-mobile.mo share/locale/sr@latin/LC_MESSAGES/okteta.mo share/locale/sr@latin/LC_MESSAGES/oktetapart.mo share/locale/sr@latin/LC_MESSAGES/okular.mo share/locale/sr@latin/LC_MESSAGES/okular_chm.mo share/locale/sr@latin/LC_MESSAGES/okular_comicbook.mo share/locale/sr@latin/LC_MESSAGES/okular_djvu.mo share/locale/sr@latin/LC_MESSAGES/okular_dvi.mo share/locale/sr@latin/LC_MESSAGES/okular_epub.mo share/locale/sr@latin/LC_MESSAGES/okular_fax.mo share/locale/sr@latin/LC_MESSAGES/okular_fictionbook.mo share/locale/sr@latin/LC_MESSAGES/okular_ghostview.mo share/locale/sr@latin/LC_MESSAGES/okular_kimgio.mo share/locale/sr@latin/LC_MESSAGES/okular_mobi.mo share/locale/sr@latin/LC_MESSAGES/okular_ooo.mo share/locale/sr@latin/LC_MESSAGES/okular_plucker.mo share/locale/sr@latin/LC_MESSAGES/okular_poppler.mo share/locale/sr@latin/LC_MESSAGES/okular_tiff.mo share/locale/sr@latin/LC_MESSAGES/okular_xps.mo share/locale/sr@latin/LC_MESSAGES/palapeli.mo share/locale/sr@latin/LC_MESSAGES/phonon_gstreamer.mo share/locale/sr@latin/LC_MESSAGES/phonon_kde.mo share/locale/sr@latin/LC_MESSAGES/phonon_vlc.mo share/locale/sr@latin/LC_MESSAGES/phononserver.mo share/locale/sr@latin/LC_MESSAGES/picmi.mo share/locale/sr@latin/LC_MESSAGES/pimsettingexporter.mo share/locale/sr@latin/LC_MESSAGES/plasma-desktop.mo share/locale/sr@latin/LC_MESSAGES/plasma-netbook.mo share/locale/sr@latin/LC_MESSAGES/plasma-overlay.mo share/locale/sr@latin/LC_MESSAGES/plasma-remote-helper.mo +share/locale/sr@latin/LC_MESSAGES/plasma-runner-installer.mo share/locale/sr@latin/LC_MESSAGES/plasma-windowed.mo share/locale/sr@latin/LC_MESSAGES/plasma_applet_BbalL.mo share/locale/sr@latin/LC_MESSAGES/plasma_applet_CharSelectApplet.mo share/locale/sr@latin/LC_MESSAGES/plasma_applet_battery.mo share/locale/sr@latin/LC_MESSAGES/plasma_applet_binaryclock.mo share/locale/sr@latin/LC_MESSAGES/plasma_applet_bookmarks.mo share/locale/sr@latin/LC_MESSAGES/plasma_applet_bubblemon.mo share/locale/sr@latin/LC_MESSAGES/plasma_applet_calculator.mo share/locale/sr@latin/LC_MESSAGES/plasma_applet_clock.mo share/locale/sr@latin/LC_MESSAGES/plasma_applet_comic.mo share/locale/sr@latin/LC_MESSAGES/plasma_applet_currentappcontrol.mo share/locale/sr@latin/LC_MESSAGES/plasma_applet_dig_clock.mo share/locale/sr@latin/LC_MESSAGES/plasma_applet_fifteenPuzzle.mo share/locale/sr@latin/LC_MESSAGES/plasma_applet_fileWatcher.mo share/locale/sr@latin/LC_MESSAGES/plasma_applet_folderview.mo share/locale/sr@latin/LC_MESSAGES/plasma_applet_frame.mo share/locale/sr@latin/LC_MESSAGES/plasma_applet_fuzzy_clock.mo share/locale/sr@latin/LC_MESSAGES/plasma_applet_groupingpanel.mo share/locale/sr@latin/LC_MESSAGES/plasma_applet_icon.mo share/locale/sr@latin/LC_MESSAGES/plasma_applet_icontasks.mo share/locale/sr@latin/LC_MESSAGES/plasma_applet_incomingmsg.mo share/locale/sr@latin/LC_MESSAGES/plasma_applet_katesession.mo share/locale/sr@latin/LC_MESSAGES/plasma_applet_kdeobservatory.mo share/locale/sr@latin/LC_MESSAGES/plasma_applet_kget.mo share/locale/sr@latin/LC_MESSAGES/plasma_applet_kimpanel.mo share/locale/sr@latin/LC_MESSAGES/plasma_applet_knowledgebase.mo share/locale/sr@latin/LC_MESSAGES/plasma_applet_kolourpicker.mo share/locale/sr@latin/LC_MESSAGES/plasma_applet_launcher.mo share/locale/sr@latin/LC_MESSAGES/plasma_applet_leavenote.mo share/locale/sr@latin/LC_MESSAGES/plasma_applet_life.mo share/locale/sr@latin/LC_MESSAGES/plasma_applet_lockout.mo share/locale/sr@latin/LC_MESSAGES/plasma_applet_luna.mo share/locale/sr@latin/LC_MESSAGES/plasma_applet_magnifique.mo share/locale/sr@latin/LC_MESSAGES/plasma_applet_microblog.mo share/locale/sr@latin/LC_MESSAGES/plasma_applet_netpanel.mo +share/locale/sr@latin/LC_MESSAGES/plasma_applet_networkmanagement.mo share/locale/sr@latin/LC_MESSAGES/plasma_applet_news.mo share/locale/sr@latin/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/sr@latin/LC_MESSAGES/plasma_applet_notes.mo share/locale/sr@latin/LC_MESSAGES/plasma_applet_notifier.mo share/locale/sr@latin/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/sr@latin/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/sr@latin/LC_MESSAGES/plasma_applet_opendesktop_activities.mo +share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo +share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.notifications.mo share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/sr@latin/LC_MESSAGES/plasma_applet_pager.mo share/locale/sr@latin/LC_MESSAGES/plasma_applet_panel.mo share/locale/sr@latin/LC_MESSAGES/plasma_applet_panelspacer_internal.mo share/locale/sr@latin/LC_MESSAGES/plasma_applet_paste.mo share/locale/sr@latin/LC_MESSAGES/plasma_applet_pastebin.mo share/locale/sr@latin/LC_MESSAGES/plasma_applet_plasmaboard.mo share/locale/sr@latin/LC_MESSAGES/plasma_applet_previewer.mo share/locale/sr@latin/LC_MESSAGES/plasma_applet_printmanager.mo share/locale/sr@latin/LC_MESSAGES/plasma_applet_qalculate.mo share/locale/sr@latin/LC_MESSAGES/plasma_applet_qstardict.mo share/locale/sr@latin/LC_MESSAGES/plasma_applet_quicklaunch.mo share/locale/sr@latin/LC_MESSAGES/plasma_applet_rssnow.mo share/locale/sr@latin/LC_MESSAGES/plasma_applet_rtm.mo share/locale/sr@latin/LC_MESSAGES/plasma_applet_sal.mo share/locale/sr@latin/LC_MESSAGES/plasma_applet_saverdesktop.mo share/locale/sr@latin/LC_MESSAGES/plasma_applet_searchbox.mo share/locale/sr@latin/LC_MESSAGES/plasma_applet_showdashboard.mo share/locale/sr@latin/LC_MESSAGES/plasma_applet_showdesktop.mo share/locale/sr@latin/LC_MESSAGES/plasma_applet_skapplet.mo share/locale/sr@latin/LC_MESSAGES/plasma_applet_spellcheck.mo share/locale/sr@latin/LC_MESSAGES/plasma_applet_system-monitor.mo share/locale/sr@latin/LC_MESSAGES/plasma_applet_systemloadviewer.mo share/locale/sr@latin/LC_MESSAGES/plasma_applet_systemtray.mo share/locale/sr@latin/LC_MESSAGES/plasma_applet_tasks.mo share/locale/sr@latin/LC_MESSAGES/plasma_applet_timer.mo share/locale/sr@latin/LC_MESSAGES/plasma_applet_trash.mo share/locale/sr@latin/LC_MESSAGES/plasma_applet_unitconverter.mo share/locale/sr@latin/LC_MESSAGES/plasma_applet_weather.mo share/locale/sr@latin/LC_MESSAGES/plasma_applet_weatherstation.mo share/locale/sr@latin/LC_MESSAGES/plasma_applet_webbrowser.mo share/locale/sr@latin/LC_MESSAGES/plasma_applet_webslice.mo share/locale/sr@latin/LC_MESSAGES/plasma_applet_windowlist.mo share/locale/sr@latin/LC_MESSAGES/plasma_appletscriptengine_dashboard.mo share/locale/sr@latin/LC_MESSAGES/plasma_containmentactions_contextmenu.mo share/locale/sr@latin/LC_MESSAGES/plasma_containmentactions_switchactivity.mo share/locale/sr@latin/LC_MESSAGES/plasma_containmentactions_switchdesktop.mo share/locale/sr@latin/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/sr@latin/LC_MESSAGES/plasma_engine_calendar.mo share/locale/sr@latin/LC_MESSAGES/plasma_engine_kdeobservatory.mo share/locale/sr@latin/LC_MESSAGES/plasma_engine_keystate.mo share/locale/sr@latin/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/sr@latin/LC_MESSAGES/plasma_engine_metadata.mo share/locale/sr@latin/LC_MESSAGES/plasma_engine_mpris2.mo share/locale/sr@latin/LC_MESSAGES/plasma_engine_network.mo share/locale/sr@latin/LC_MESSAGES/plasma_engine_notifications.mo share/locale/sr@latin/LC_MESSAGES/plasma_engine_nowplaying.mo share/locale/sr@latin/LC_MESSAGES/plasma_engine_rss.mo share/locale/sr@latin/LC_MESSAGES/plasma_engine_share.mo share/locale/sr@latin/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/sr@latin/LC_MESSAGES/plasma_engine_weather.mo share/locale/sr@latin/LC_MESSAGES/plasma_package_org.kde.desktop.activitymanager.mo share/locale/sr@latin/LC_MESSAGES/plasma_package_org.kde.desktop.widgetexplorer.mo share/locale/sr@latin/LC_MESSAGES/plasma_packagestructure_comic.mo share/locale/sr@latin/LC_MESSAGES/plasma_runner_CharacterRunner.mo share/locale/sr@latin/LC_MESSAGES/plasma_runner_activities.mo share/locale/sr@latin/LC_MESSAGES/plasma_runner_audioplayercontrol.mo share/locale/sr@latin/LC_MESSAGES/plasma_runner_bookmarksrunner.mo share/locale/sr@latin/LC_MESSAGES/plasma_runner_browserhistory.mo share/locale/sr@latin/LC_MESSAGES/plasma_runner_calculatorrunner.mo share/locale/sr@latin/LC_MESSAGES/plasma_runner_contacts.mo share/locale/sr@latin/LC_MESSAGES/plasma_runner_converterrunner.mo share/locale/sr@latin/LC_MESSAGES/plasma_runner_datetime.mo share/locale/sr@latin/LC_MESSAGES/plasma_runner_events.mo share/locale/sr@latin/LC_MESSAGES/plasma_runner_katesessions.mo share/locale/sr@latin/LC_MESSAGES/plasma_runner_kget.mo share/locale/sr@latin/LC_MESSAGES/plasma_runner_kill.mo share/locale/sr@latin/LC_MESSAGES/plasma_runner_konquerorsessions.mo share/locale/sr@latin/LC_MESSAGES/plasma_runner_konsolesessions.mo share/locale/sr@latin/LC_MESSAGES/plasma_runner_kopete.mo share/locale/sr@latin/LC_MESSAGES/plasma_runner_krunner_dictionary.mo +share/locale/sr@latin/LC_MESSAGES/plasma_runner_ktp_contacts.mo share/locale/sr@latin/LC_MESSAGES/plasma_runner_locations.mo share/locale/sr@latin/LC_MESSAGES/plasma_runner_mediawiki.mo share/locale/sr@latin/LC_MESSAGES/plasma_runner_nepomuksearchrunner.mo share/locale/sr@latin/LC_MESSAGES/plasma_runner_placesrunner.mo share/locale/sr@latin/LC_MESSAGES/plasma_runner_plasma-desktop.mo share/locale/sr@latin/LC_MESSAGES/plasma_runner_powerdevil.mo share/locale/sr@latin/LC_MESSAGES/plasma_runner_recentdocuments.mo share/locale/sr@latin/LC_MESSAGES/plasma_runner_services.mo share/locale/sr@latin/LC_MESSAGES/plasma_runner_sessions.mo share/locale/sr@latin/LC_MESSAGES/plasma_runner_shell.mo share/locale/sr@latin/LC_MESSAGES/plasma_runner_solid.mo share/locale/sr@latin/LC_MESSAGES/plasma_runner_spellcheckrunner.mo share/locale/sr@latin/LC_MESSAGES/plasma_runner_webshortcuts.mo share/locale/sr@latin/LC_MESSAGES/plasma_runner_windowedwidgets.mo share/locale/sr@latin/LC_MESSAGES/plasma_runner_windows.mo share/locale/sr@latin/LC_MESSAGES/plasma_runner_youtube.mo share/locale/sr@latin/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/sr@latin/LC_MESSAGES/plasma_toolbox_desktoptoolbox.mo share/locale/sr@latin/LC_MESSAGES/plasma_toolbox_paneltoolbox.mo share/locale/sr@latin/LC_MESSAGES/plasma_wallpaper_color.mo share/locale/sr@latin/LC_MESSAGES/plasma_wallpaper_image.mo share/locale/sr@latin/LC_MESSAGES/plasma_wallpaper_mandelbrot.mo share/locale/sr@latin/LC_MESSAGES/plasma_wallpaper_marble.mo share/locale/sr@latin/LC_MESSAGES/plasma_wallpaper_pattern.mo share/locale/sr@latin/LC_MESSAGES/plasma_wallpaper_potd.mo share/locale/sr@latin/LC_MESSAGES/plasma_wallpaper_virus.mo share/locale/sr@latin/LC_MESSAGES/plasma_wallpaper_wallpaper-qml.mo share/locale/sr@latin/LC_MESSAGES/plasma_wallpaper_weather.mo share/locale/sr@latin/LC_MESSAGES/plasmagenericshell.mo share/locale/sr@latin/LC_MESSAGES/plasmapkg.mo share/locale/sr@latin/LC_MESSAGES/powerdevil.mo share/locale/sr@latin/LC_MESSAGES/powerdevilactivitiesconfig.mo share/locale/sr@latin/LC_MESSAGES/powerdevilglobalconfig.mo share/locale/sr@latin/LC_MESSAGES/powerdevilprofilesconfig.mo share/locale/sr@latin/LC_MESSAGES/print-manager.mo share/locale/sr@latin/LC_MESSAGES/processcore.mo share/locale/sr@latin/LC_MESSAGES/processui.mo +share/locale/sr@latin/LC_MESSAGES/qapt-deb-installer.mo +share/locale/sr@latin/LC_MESSAGES/qapt-gst-helper.mo +share/locale/sr@latin/LC_MESSAGES/qaptbatch.mo share/locale/sr@latin/LC_MESSAGES/randrmonitor.mo +share/locale/sr@latin/LC_MESSAGES/rekonq.mo share/locale/sr@latin/LC_MESSAGES/rellinks.mo share/locale/sr@latin/LC_MESSAGES/searchbarplugin.mo share/locale/sr@latin/LC_MESSAGES/solid-hardware.mo share/locale/sr@latin/LC_MESSAGES/solid-network.mo share/locale/sr@latin/LC_MESSAGES/solid_qt.mo share/locale/sr@latin/LC_MESSAGES/solidcontrol.mo share/locale/sr@latin/LC_MESSAGES/soliduiserver.mo share/locale/sr@latin/LC_MESSAGES/superkaramba.mo share/locale/sr@latin/LC_MESSAGES/sweeper.mo share/locale/sr@latin/LC_MESSAGES/systemsettings.mo share/locale/sr@latin/LC_MESSAGES/timezones4.mo share/locale/sr@latin/LC_MESSAGES/uachangerplugin.mo share/locale/sr@latin/LC_MESSAGES/useraccount.mo share/locale/sr@latin/LC_MESSAGES/validatorsplugin.mo share/locale/sr@latin/LC_MESSAGES/webarchiver.mo share/locale/sr@latin/LC_MESSAGES/xml_mimetypes.mo share/locale/sr@latin/LC_SCRIPTS/kdelibs4/kdelibs4.js share/locale/sr@latin/LC_SCRIPTS/kdelibs4/trapnakron.pmap share/locale/sr@latin/LC_SCRIPTS/kdelibs4/trapnakron.pmapc share/locale/sr@latin/LC_SCRIPTS/kfontinst/kfontinst.js share/locale/sr@latin/entry.desktop @dirrm share/locale/sr@latin/LC_SCRIPTS/kfontinst @dirrm share/locale/sr@latin/LC_SCRIPTS/kdelibs4 @dirrm share/locale/sr@latin/LC_SCRIPTS @dirrm share/locale/sr@ijekavianlatin/LC_SCRIPTS/kfontinst @dirrm share/locale/sr@ijekavianlatin/LC_SCRIPTS/kdelibs4 @dirrm share/locale/sr@ijekavianlatin/LC_SCRIPTS @dirrm share/locale/sr@ijekavian/LC_SCRIPTS/kfontinst @dirrm share/locale/sr@ijekavian/LC_SCRIPTS/kdelibs4 @dirrm share/locale/sr@ijekavian/LC_SCRIPTS @dirrm share/locale/sr/LC_SCRIPTS/kfontinst @dirrm share/locale/sr/LC_SCRIPTS/kdelibs4 @dirrm share/locale/sr/LC_SCRIPTS @dirrm share/icons/oxygen/64x64/status/l10n/sr@latin @dirrm share/icons/oxygen/64x64/status/l10n/sr@ijekavianlatin @dirrm share/icons/oxygen/64x64/status/l10n/sr@ijekavian @dirrm share/icons/oxygen/64x64/status/l10n/sr @dirrm share/icons/oxygen/64x64/status/l10n @dirrm share/icons/oxygen/64x64/apps/l10n/sr@latin @dirrm share/icons/oxygen/64x64/apps/l10n/sr@ijekavianlatin @dirrm share/icons/oxygen/64x64/apps/l10n/sr@ijekavian @dirrm share/icons/oxygen/64x64/apps/l10n/sr @dirrm share/icons/oxygen/64x64/apps/l10n @dirrm share/icons/oxygen/48x48/status/l10n/sr@latin @dirrm share/icons/oxygen/48x48/status/l10n/sr@ijekavianlatin @dirrm share/icons/oxygen/48x48/status/l10n/sr@ijekavian @dirrm share/icons/oxygen/48x48/status/l10n/sr @dirrm share/icons/oxygen/48x48/status/l10n @dirrm share/icons/oxygen/48x48/apps/l10n/sr@latin @dirrm share/icons/oxygen/48x48/apps/l10n/sr@ijekavianlatin @dirrm share/icons/oxygen/48x48/apps/l10n/sr@ijekavian @dirrm share/icons/oxygen/48x48/apps/l10n/sr @dirrm share/icons/oxygen/48x48/apps/l10n @dirrm share/icons/oxygen/48x48/actions/l10n/sr@latin @dirrm share/icons/oxygen/48x48/actions/l10n/sr@ijekavianlatin @dirrm share/icons/oxygen/48x48/actions/l10n/sr@ijekavian @dirrm share/icons/oxygen/48x48/actions/l10n/sr @dirrm share/icons/oxygen/48x48/actions/l10n @dirrm share/icons/oxygen/32x32/status/l10n/sr@latin @dirrm share/icons/oxygen/32x32/status/l10n/sr@ijekavianlatin @dirrm share/icons/oxygen/32x32/status/l10n/sr@ijekavian @dirrm share/icons/oxygen/32x32/status/l10n/sr @dirrm share/icons/oxygen/32x32/status/l10n @dirrm share/icons/oxygen/32x32/apps/l10n/sr@latin @dirrm share/icons/oxygen/32x32/apps/l10n/sr@ijekavianlatin @dirrm share/icons/oxygen/32x32/apps/l10n/sr@ijekavian @dirrm share/icons/oxygen/32x32/apps/l10n/sr @dirrm share/icons/oxygen/32x32/apps/l10n @dirrm share/icons/oxygen/32x32/actions/l10n/sr@latin @dirrm share/icons/oxygen/32x32/actions/l10n/sr@ijekavianlatin @dirrm share/icons/oxygen/32x32/actions/l10n/sr@ijekavian @dirrm share/icons/oxygen/32x32/actions/l10n/sr @dirrm share/icons/oxygen/32x32/actions/l10n @dirrm share/icons/oxygen/22x22/status/l10n/sr@latin @dirrm share/icons/oxygen/22x22/status/l10n/sr@ijekavianlatin @dirrm share/icons/oxygen/22x22/status/l10n/sr@ijekavian @dirrm share/icons/oxygen/22x22/status/l10n/sr @dirrm share/icons/oxygen/22x22/status/l10n @dirrm share/icons/oxygen/22x22/apps/l10n/sr@latin @dirrm share/icons/oxygen/22x22/apps/l10n/sr@ijekavianlatin @dirrm share/icons/oxygen/22x22/apps/l10n/sr@ijekavian @dirrm share/icons/oxygen/22x22/apps/l10n/sr @dirrm share/icons/oxygen/22x22/apps/l10n @dirrm share/icons/oxygen/22x22/actions/l10n/sr@latin @dirrm share/icons/oxygen/22x22/actions/l10n/sr@ijekavianlatin @dirrm share/icons/oxygen/22x22/actions/l10n/sr@ijekavian @dirrm share/icons/oxygen/22x22/actions/l10n/sr @dirrm share/icons/oxygen/22x22/actions/l10n @dirrm share/icons/oxygen/16x16/status/l10n/sr@latin @dirrm share/icons/oxygen/16x16/status/l10n/sr@ijekavianlatin @dirrm share/icons/oxygen/16x16/status/l10n/sr@ijekavian @dirrm share/icons/oxygen/16x16/status/l10n/sr @dirrm share/icons/oxygen/16x16/status/l10n @dirrm share/icons/oxygen/16x16/apps/l10n/sr@latin @dirrm share/icons/oxygen/16x16/apps/l10n/sr@ijekavianlatin @dirrm share/icons/oxygen/16x16/apps/l10n/sr@ijekavian @dirrm share/icons/oxygen/16x16/apps/l10n/sr @dirrm share/icons/oxygen/16x16/apps/l10n @dirrm share/icons/oxygen/16x16/actions/l10n/sr@latin @dirrm share/icons/oxygen/16x16/actions/l10n/sr@ijekavianlatin @dirrm share/icons/oxygen/16x16/actions/l10n/sr@ijekavian @dirrm share/icons/oxygen/16x16/actions/l10n/sr @dirrm share/icons/oxygen/16x16/actions/l10n @dirrm share/icons/oxygen/128x128/status/l10n/sr@latin @dirrm share/icons/oxygen/128x128/status/l10n/sr@ijekavianlatin @dirrm share/icons/oxygen/128x128/status/l10n/sr@ijekavian @dirrm share/icons/oxygen/128x128/status/l10n/sr @dirrm share/icons/oxygen/128x128/status/l10n @dirrm share/icons/oxygen/128x128/apps/l10n/sr@latin @dirrm share/icons/oxygen/128x128/apps/l10n/sr@ijekavianlatin @dirrm share/icons/oxygen/128x128/apps/l10n/sr@ijekavian @dirrm share/icons/oxygen/128x128/apps/l10n/sr @dirrm share/icons/oxygen/128x128/apps/l10n @dirrm share/icons/hicolor/scalable/actions/l10n/sr@latin @dirrm share/icons/hicolor/scalable/actions/l10n/sr @dirrm share/icons/hicolor/scalable/actions/l10n @dirrm share/icons/hicolor/48x48/actions/l10n/sr@latin @dirrm share/icons/hicolor/48x48/actions/l10n/sr @dirrm share/icons/hicolor/48x48/actions/l10n @dirrm share/icons/hicolor/32x32/actions/l10n/sr@latin @dirrm share/icons/hicolor/32x32/actions/l10n/sr @dirrm share/icons/hicolor/32x32/actions/l10n @dirrm share/icons/hicolor/22x22/actions/l10n/sr@latin @dirrm share/icons/hicolor/22x22/actions/l10n/sr @dirrm share/icons/hicolor/22x22/actions/l10n @dirrm share/icons/hicolor/16x16/actions/l10n/sr@latin @dirrm share/icons/hicolor/16x16/actions/l10n/sr @dirrm share/icons/hicolor/16x16/actions/l10n @dirrm share/doc/HTML/sr@latin/sonnet @dirrm share/doc/HTML/sr@latin/onlinehelp @dirrm share/doc/HTML/sr@latin/okteta @dirrm share/doc/HTML/sr@latin/lokalize @dirrm share/doc/HTML/sr@latin/kwallet @dirrm share/doc/HTML/sr@latin/ktimer @dirrm share/doc/HTML/sr@latin/krfb @dirrm share/doc/HTML/sr@latin/krdc @dirrm share/doc/HTML/sr@latin/kppp @dirrm share/doc/HTML/sr@latin/kopete @dirrm share/doc/HTML/sr@latin/konsole @dirrm share/doc/HTML/sr@latin/konqueror @dirrm share/doc/HTML/sr@latin/knetattach @dirrm share/doc/HTML/sr@latin/kmix @dirrm share/doc/HTML/sr@latin/kioslave/xz @dirrm share/doc/HTML/sr@latin/kioslave/webdav @dirrm share/doc/HTML/sr@latin/kioslave/thumbnail @dirrm share/doc/HTML/sr@latin/kioslave/telnet @dirrm share/doc/HTML/sr@latin/kioslave/tar @dirrm share/doc/HTML/sr@latin/kioslave/smtp @dirrm share/doc/HTML/sr@latin/kioslave/smb @dirrm share/doc/HTML/sr@latin/kioslave/sieve @dirrm share/doc/HTML/sr@latin/kioslave/sftp @dirrm share/doc/HTML/sr@latin/kioslave/rlogin @dirrm share/doc/HTML/sr@latin/kioslave/pop3 @dirrm share/doc/HTML/sr@latin/kioslave/nntp @dirrm share/doc/HTML/sr@latin/kioslave/nfs @dirrm share/doc/HTML/sr@latin/kioslave/news @dirrm share/doc/HTML/sr@latin/kioslave/network @dirrm share/doc/HTML/sr@latin/kioslave/nepomuksearch @dirrm share/doc/HTML/sr@latin/kioslave/mbox @dirrm share/doc/HTML/sr@latin/kioslave/man @dirrm share/doc/HTML/sr@latin/kioslave/mailto @dirrm share/doc/HTML/sr@latin/kioslave/ldap @dirrm share/doc/HTML/sr@latin/kioslave/info @dirrm share/doc/HTML/sr@latin/kioslave/imap @dirrm share/doc/HTML/sr@latin/kioslave/http @dirrm share/doc/HTML/sr@latin/kioslave/help @dirrm share/doc/HTML/sr@latin/kioslave/gzip @dirrm share/doc/HTML/sr@latin/kioslave/ftp @dirrm share/doc/HTML/sr@latin/kioslave/floppy @dirrm share/doc/HTML/sr@latin/kioslave/fish @dirrm share/doc/HTML/sr@latin/kioslave/finger @dirrm share/doc/HTML/sr@latin/kioslave/file @dirrm share/doc/HTML/sr@latin/kioslave/data @dirrm share/doc/HTML/sr@latin/kioslave/cgi @dirrm share/doc/HTML/sr@latin/kioslave/bzip2 @dirrm share/doc/HTML/sr@latin/kioslave/bookmarks @dirrm share/doc/HTML/sr@latin/kioslave/audiocd @dirrm share/doc/HTML/sr@latin/kioslave @dirrm share/doc/HTML/sr@latin/kinfocenter @dirrm share/doc/HTML/sr@latin/khelpcenter/documentationnotfound @dirrm share/doc/HTML/sr@latin/khelpcenter @dirrm share/doc/HTML/sr@latin/kgpg @dirrm share/doc/HTML/sr@latin/kget @dirrm share/doc/HTML/sr@latin/kfloppy @dirrm share/doc/HTML/sr@latin/kfind @dirrm share/doc/HTML/sr@latin/kdf @dirrm share/doc/HTML/sr@latin/kdesu @dirrm share/doc/HTML/sr@latin/kdepasswd @dirrm share/doc/HTML/sr@latin/kdebugdialog @dirrm share/doc/HTML/sr@latin/kcontrol/useragent @dirrm share/doc/HTML/sr@latin/kcontrol/spellchecking @dirrm share/doc/HTML/sr@latin/kcontrol/smb @dirrm share/doc/HTML/sr@latin/kcontrol/proxy @dirrm share/doc/HTML/sr@latin/kcontrol/performance @dirrm share/doc/HTML/sr@latin/kcontrol/paths @dirrm share/doc/HTML/sr@latin/kcontrol/netpref @dirrm share/doc/HTML/sr@latin/kcontrol/language @dirrm share/doc/HTML/sr@latin/kcontrol/khtml-plugins @dirrm share/doc/HTML/sr@latin/kcontrol/khtml-java-js @dirrm share/doc/HTML/sr@latin/kcontrol/khtml-general @dirrm share/doc/HTML/sr@latin/kcontrol/khtml-behavior @dirrm share/doc/HTML/sr@latin/kcontrol/khtml-adblock @dirrm share/doc/HTML/sr@latin/kcontrol/kcmnotify @dirrm share/doc/HTML/sr@latin/kcontrol/kcmlaunch @dirrm share/doc/HTML/sr@latin/kcontrol/kcmcss @dirrm share/doc/HTML/sr@latin/kcontrol/icons @dirrm share/doc/HTML/sr@latin/kcontrol/filetypes @dirrm share/doc/HTML/sr@latin/kcontrol/filemanager @dirrm share/doc/HTML/sr@latin/kcontrol/emoticons @dirrm share/doc/HTML/sr@latin/kcontrol/ebrowsing @dirrm share/doc/HTML/sr@latin/kcontrol/desktop @dirrm share/doc/HTML/sr@latin/kcontrol/cookies @dirrm share/doc/HTML/sr@latin/kcontrol/clock @dirrm share/doc/HTML/sr@latin/kcontrol/cddbretrieval @dirrm share/doc/HTML/sr@latin/kcontrol/cache @dirrm share/doc/HTML/sr@latin/kcontrol/bookmarks @dirrm share/doc/HTML/sr@latin/kcontrol/blockdevices @dirrm share/doc/HTML/sr@latin/kcontrol/bell @dirrm share/doc/HTML/sr@latin/kcontrol/autostart @dirrm share/doc/HTML/sr@latin/kcontrol @dirrm share/doc/HTML/sr@latin/kcharselect @dirrm share/doc/HTML/sr@latin/kcalc @dirrm share/doc/HTML/sr@latin/juk @dirrm share/doc/HTML/sr@latin/gwenview @dirrm share/doc/HTML/sr@latin/dragonplayer @dirrm share/doc/HTML/sr@latin/dolphin @dirrm share/doc/HTML/sr@latin/ark @dirrm share/doc/HTML/sr@latin @dirrm share/doc/HTML/sr/sonnet @dirrm share/doc/HTML/sr/onlinehelp @dirrm share/doc/HTML/sr/okteta @dirrm share/doc/HTML/sr/lokalize @dirrm share/doc/HTML/sr/kwallet @dirrm share/doc/HTML/sr/ktimer @dirrm share/doc/HTML/sr/krfb @dirrm share/doc/HTML/sr/krdc @dirrm share/doc/HTML/sr/kppp @dirrm share/doc/HTML/sr/kopete @dirrm share/doc/HTML/sr/konsole @dirrm share/doc/HTML/sr/konqueror @dirrm share/doc/HTML/sr/knetattach @dirrm share/doc/HTML/sr/kmix @dirrm share/doc/HTML/sr/kioslave/xz @dirrm share/doc/HTML/sr/kioslave/webdav @dirrm share/doc/HTML/sr/kioslave/thumbnail @dirrm share/doc/HTML/sr/kioslave/telnet @dirrm share/doc/HTML/sr/kioslave/tar @dirrm share/doc/HTML/sr/kioslave/smtp @dirrm share/doc/HTML/sr/kioslave/smb @dirrm share/doc/HTML/sr/kioslave/sieve @dirrm share/doc/HTML/sr/kioslave/sftp @dirrm share/doc/HTML/sr/kioslave/rlogin @dirrm share/doc/HTML/sr/kioslave/pop3 @dirrm share/doc/HTML/sr/kioslave/nntp @dirrm share/doc/HTML/sr/kioslave/nfs @dirrm share/doc/HTML/sr/kioslave/news @dirrm share/doc/HTML/sr/kioslave/network @dirrm share/doc/HTML/sr/kioslave/nepomuksearch @dirrm share/doc/HTML/sr/kioslave/mbox @dirrm share/doc/HTML/sr/kioslave/man @dirrm share/doc/HTML/sr/kioslave/mailto @dirrm share/doc/HTML/sr/kioslave/ldap @dirrm share/doc/HTML/sr/kioslave/info @dirrm share/doc/HTML/sr/kioslave/imap @dirrm share/doc/HTML/sr/kioslave/http @dirrm share/doc/HTML/sr/kioslave/help @dirrm share/doc/HTML/sr/kioslave/gzip @dirrm share/doc/HTML/sr/kioslave/ftp @dirrm share/doc/HTML/sr/kioslave/floppy @dirrm share/doc/HTML/sr/kioslave/fish @dirrm share/doc/HTML/sr/kioslave/finger @dirrm share/doc/HTML/sr/kioslave/file @dirrm share/doc/HTML/sr/kioslave/data @dirrm share/doc/HTML/sr/kioslave/cgi @dirrm share/doc/HTML/sr/kioslave/bzip2 @dirrm share/doc/HTML/sr/kioslave/bookmarks @dirrm share/doc/HTML/sr/kioslave/audiocd @dirrm share/doc/HTML/sr/kioslave @dirrm share/doc/HTML/sr/kinfocenter @dirrm share/doc/HTML/sr/khelpcenter/documentationnotfound @dirrm share/doc/HTML/sr/khelpcenter @dirrm share/doc/HTML/sr/kgpg @dirrm share/doc/HTML/sr/kget @dirrm share/doc/HTML/sr/kfloppy @dirrm share/doc/HTML/sr/kfind @dirrm share/doc/HTML/sr/kdf @dirrm share/doc/HTML/sr/kdesu @dirrm share/doc/HTML/sr/kdepasswd @dirrm share/doc/HTML/sr/kdebugdialog @dirrm share/doc/HTML/sr/kcontrol/useragent @dirrm share/doc/HTML/sr/kcontrol/spellchecking @dirrm share/doc/HTML/sr/kcontrol/smb @dirrm share/doc/HTML/sr/kcontrol/proxy @dirrm share/doc/HTML/sr/kcontrol/performance @dirrm share/doc/HTML/sr/kcontrol/paths @dirrm share/doc/HTML/sr/kcontrol/netpref @dirrm share/doc/HTML/sr/kcontrol/language @dirrm share/doc/HTML/sr/kcontrol/khtml-plugins @dirrm share/doc/HTML/sr/kcontrol/khtml-java-js @dirrm share/doc/HTML/sr/kcontrol/khtml-general @dirrm share/doc/HTML/sr/kcontrol/khtml-behavior @dirrm share/doc/HTML/sr/kcontrol/khtml-adblock @dirrm share/doc/HTML/sr/kcontrol/kcmnotify @dirrm share/doc/HTML/sr/kcontrol/kcmlaunch @dirrm share/doc/HTML/sr/kcontrol/kcmcss @dirrm share/doc/HTML/sr/kcontrol/icons @dirrm share/doc/HTML/sr/kcontrol/filetypes @dirrm share/doc/HTML/sr/kcontrol/filemanager @dirrm share/doc/HTML/sr/kcontrol/emoticons @dirrm share/doc/HTML/sr/kcontrol/ebrowsing @dirrm share/doc/HTML/sr/kcontrol/desktop @dirrm share/doc/HTML/sr/kcontrol/cookies @dirrm share/doc/HTML/sr/kcontrol/clock @dirrm share/doc/HTML/sr/kcontrol/cddbretrieval @dirrm share/doc/HTML/sr/kcontrol/cache @dirrm share/doc/HTML/sr/kcontrol/bookmarks @dirrm share/doc/HTML/sr/kcontrol/blockdevices @dirrm share/doc/HTML/sr/kcontrol/bell @dirrm share/doc/HTML/sr/kcontrol/autostart @dirrm share/doc/HTML/sr/kcontrol @dirrm share/doc/HTML/sr/kcharselect @dirrm share/doc/HTML/sr/kcalc @dirrm share/doc/HTML/sr/juk @dirrm share/doc/HTML/sr/gwenview @dirrm share/doc/HTML/sr/dragonplayer @dirrm share/doc/HTML/sr/dolphin @dirrm share/doc/HTML/sr/common @dirrm share/doc/HTML/sr/ark @dirrm share/apps/kvtml/sr@latin @dirrm share/apps/kvtml/sr@ijekavianlatin @dirrm share/apps/kvtml/sr@ijekavian @dirrm share/apps/kvtml/sr @dirrm share/apps/kvtml @dirrm share/apps/ktuberling/sounds/sr @dirrm share/apps/ktuberling/sounds @dirrm share/apps/ktuberling @dirrm share/apps/khangman @dirrm share/apps/desktoptheme/oxygen/widgets/l10n/sr@latin @dirrm share/apps/desktoptheme/oxygen/widgets/l10n/sr@ijekavianlatin @dirrm share/apps/desktoptheme/oxygen/widgets/l10n/sr@ijekavian @dirrm share/apps/desktoptheme/oxygen/widgets/l10n/sr @dirrm share/apps/desktoptheme/oxygen/widgets/l10n @dirrm share/apps/desktoptheme/oxygen/widgets @dirrm share/apps/desktoptheme/oxygen @dirrm share/apps/desktoptheme/default/widgets/l10n/sr@latin @dirrm share/apps/desktoptheme/default/widgets/l10n/sr@ijekavianlatin @dirrm share/apps/desktoptheme/default/widgets/l10n/sr@ijekavian @dirrm share/apps/desktoptheme/default/widgets/l10n/sr @dirrm share/apps/desktoptheme/default/widgets/l10n @dirrm share/apps/desktoptheme/default/icons/l10n/sr@latin @dirrm share/apps/desktoptheme/default/icons/l10n/sr@ijekavianlatin @dirrm share/apps/desktoptheme/default/icons/l10n/sr@ijekavian @dirrm share/apps/desktoptheme/default/icons/l10n/sr @dirrm share/apps/desktoptheme/default/icons/l10n @dirrm share/apps/desktoptheme/default/icons @dirrmtry man/sr@latin/man1 @dirrmtry man/sr@latin @dirrmtry man/sr/man1 @dirrmtry man/sr Index: head/misc/kde4-l10n-sv/distinfo =================================================================== --- head/misc/kde4-l10n-sv/distinfo (revision 318451) +++ head/misc/kde4-l10n-sv/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/kde-l10n/kde-l10n-sv-4.10.1.tar.xz) = ffe711e35fc4fa60c4a4ed1423db05984c055469b6a8863e402feac59b2adcbc -SIZE (KDE/4.10.1/kde-l10n/kde-l10n-sv-4.10.1.tar.xz) = 16552328 +SHA256 (KDE/4.10.3/kde-l10n/kde-l10n-sv-4.10.3.tar.xz) = 1adcd525f9c758f862e94507eb3cc09caf2461e50172b7c19b4a30cd8243aa82 +SIZE (KDE/4.10.3/kde-l10n/kde-l10n-sv-4.10.3.tar.xz) = 16563424 Index: head/misc/kde4-l10n-sv/pkg-plist =================================================================== --- head/misc/kde4-l10n-sv/pkg-plist (revision 318451) +++ head/misc/kde4-l10n-sv/pkg-plist (revision 318452) @@ -1,2449 +1,2448 @@ share/apps/khangman/sv.txt share/apps/ktuberling/sounds/sv.soundtheme share/apps/ktuberling/sounds/sv/fluga.wav share/apps/ktuberling/sounds/sv/glasogon.wav share/apps/ktuberling/sounds/sv/har.wav share/apps/ktuberling/sounds/sv/hatt.wav share/apps/ktuberling/sounds/sv/mun.wav share/apps/ktuberling/sounds/sv/mustasch.wav share/apps/ktuberling/sounds/sv/nasa.wav share/apps/ktuberling/sounds/sv/oga.wav share/apps/ktuberling/sounds/sv/ogonbryn.wav share/apps/ktuberling/sounds/sv/ora.wav share/apps/ktuberling/sounds/sv/orhange.wav share/apps/ktuberling/sounds/sv/rosett.wav share/apps/ktuberling/sounds/sv/slips.wav share/apps/ktuberling/sounds/sv/solglasogon.wav share/apps/kvtml/sv/animals.kvtml share/apps/kvtml/sv/clothing.kvtml share/apps/kvtml/sv/computers.kvtml share/apps/kvtml/sv/currencies.kvtml share/apps/kvtml/sv/easy.kvtml share/apps/kvtml/sv/fruits.kvtml share/apps/kvtml/sv/hard.kvtml share/apps/kvtml/sv/inventions.kvtml share/apps/kvtml/sv/medium.kvtml share/apps/kvtml/sv/numbers.kvtml share/apps/kvtml/sv/objects.kvtml share/apps/kvtml/sv/people.kvtml share/apps/kvtml/sv/professions.kvtml share/apps/kvtml/sv/space.kvtml share/apps/kvtml/sv/sports.kvtml share/apps/kvtml/sv/transportation.kvtml share/apps/kvtml/sv/vegetables.kvtml share/apps/kvtml/sv/worldcapitals.kvtml share/doc/HTML/sv/PolicyKit-kde/authorization.docbook share/doc/HTML/sv/PolicyKit-kde/authorizationagent.docbook share/doc/HTML/sv/PolicyKit-kde/common share/doc/HTML/sv/PolicyKit-kde/howitworks.docbook share/doc/HTML/sv/PolicyKit-kde/index.cache.bz2 share/doc/HTML/sv/PolicyKit-kde/index.docbook share/doc/HTML/sv/PolicyKit-kde/introduction.docbook share/doc/HTML/sv/akregator/add-feed.png share/doc/HTML/sv/akregator/add-feed2.png share/doc/HTML/sv/akregator/add-folder.png share/doc/HTML/sv/akregator/add-folder2.png share/doc/HTML/sv/akregator/advanced-tab.png share/doc/HTML/sv/akregator/appearance-tab.png share/doc/HTML/sv/akregator/archive-tab.png share/doc/HTML/sv/akregator/browser-tab.png share/doc/HTML/sv/akregator/common share/doc/HTML/sv/akregator/general-tab.png share/doc/HTML/sv/akregator/index.cache.bz2 share/doc/HTML/sv/akregator/index.docbook share/doc/HTML/sv/akregator/konq.png share/doc/HTML/sv/akregator/konq2.png share/doc/HTML/sv/akregator/main-window.png share/doc/HTML/sv/akregator/main-window2.png share/doc/HTML/sv/akregator/main-window3.png share/doc/HTML/sv/akregator/main-window4.png share/doc/HTML/sv/akregator/quick-filter.png share/doc/HTML/sv/amor/common share/doc/HTML/sv/amor/index.cache.bz2 share/doc/HTML/sv/amor/index.docbook share/doc/HTML/sv/amor/man-amor.6.docbook share/doc/HTML/sv/ark/common share/doc/HTML/sv/ark/index.cache.bz2 share/doc/HTML/sv/ark/index.docbook share/doc/HTML/sv/ark/man-ark.1.docbook share/doc/HTML/sv/blinken/blinken1.png share/doc/HTML/sv/blinken/blinken2.png share/doc/HTML/sv/blinken/blinken_accesskeys.png share/doc/HTML/sv/blinken/blinken_nickprompt.png share/doc/HTML/sv/blinken/common share/doc/HTML/sv/blinken/index.cache.bz2 share/doc/HTML/sv/blinken/index.docbook share/doc/HTML/sv/blogilo/common share/doc/HTML/sv/blogilo/index.cache.bz2 share/doc/HTML/sv/blogilo/index.docbook share/doc/HTML/sv/bomber/common share/doc/HTML/sv/bomber/index.cache.bz2 share/doc/HTML/sv/bomber/index.docbook share/doc/HTML/sv/bovo/common share/doc/HTML/sv/bovo/index.cache.bz2 share/doc/HTML/sv/bovo/index.docbook share/doc/HTML/sv/cantor/common share/doc/HTML/sv/cantor/index.cache.bz2 share/doc/HTML/sv/cantor/index.docbook share/doc/HTML/sv/cervisia/annotate.png share/doc/HTML/sv/cervisia/checkout.png share/doc/HTML/sv/cervisia/commit.png share/doc/HTML/sv/cervisia/common share/doc/HTML/sv/cervisia/diff.png share/doc/HTML/sv/cervisia/history.png share/doc/HTML/sv/cervisia/import.png share/doc/HTML/sv/cervisia/index.cache.bz2 share/doc/HTML/sv/cervisia/index.docbook share/doc/HTML/sv/cervisia/logtree.png share/doc/HTML/sv/cervisia/mainview.png share/doc/HTML/sv/cervisia/patch.png share/doc/HTML/sv/cervisia/popup.png share/doc/HTML/sv/cervisia/repositories.png share/doc/HTML/sv/cervisia/resolve.png share/doc/HTML/sv/cervisia/updatetag.png share/doc/HTML/sv/common/fdl-translated.html share/doc/HTML/sv/common/gpl-translated.html share/doc/HTML/sv/common/kde-localised.css share/doc/HTML/sv/common/lgpl-translated.html share/doc/HTML/sv/dolphin/bookmarkbutton.png share/doc/HTML/sv/dolphin/breadcrumb.png share/doc/HTML/sv/dolphin/common share/doc/HTML/sv/dolphin/configurationwindow.png share/doc/HTML/sv/dolphin/configurationwindow2.png share/doc/HTML/sv/dolphin/directorypath.png share/doc/HTML/sv/dolphin/dolphin.png share/doc/HTML/sv/dolphin/hiddenfolder.png share/doc/HTML/sv/dolphin/index.cache.bz2 share/doc/HTML/sv/dolphin/index.docbook share/doc/HTML/sv/dolphin/split.png share/doc/HTML/sv/dolphin/toolbarbuttons.png share/doc/HTML/sv/dolphin/workspacebuttons.png share/doc/HTML/sv/dragonplayer/common share/doc/HTML/sv/dragonplayer/index.cache.bz2 share/doc/HTML/sv/dragonplayer/index.docbook share/doc/HTML/sv/dragonplayer/main.png share/doc/HTML/sv/dragonplayer/man-dragon.1.docbook share/doc/HTML/sv/filelight/common share/doc/HTML/sv/filelight/index.cache.bz2 share/doc/HTML/sv/filelight/index.docbook share/doc/HTML/sv/fundamentals/common share/doc/HTML/sv/fundamentals/config.docbook share/doc/HTML/sv/fundamentals/index.cache.bz2 share/doc/HTML/sv/fundamentals/index.docbook share/doc/HTML/sv/fundamentals/install.docbook share/doc/HTML/sv/fundamentals/tasks.docbook share/doc/HTML/sv/fundamentals/ui.docbook share/doc/HTML/sv/granatier/common share/doc/HTML/sv/granatier/index.cache.bz2 share/doc/HTML/sv/granatier/index.docbook share/doc/HTML/sv/gwenview/browse_mode.png share/doc/HTML/sv/gwenview/common share/doc/HTML/sv/gwenview/index.cache.bz2 share/doc/HTML/sv/gwenview/index.docbook share/doc/HTML/sv/gwenview/view_mode.png share/doc/HTML/sv/jovie/addtalker.png share/doc/HTML/sv/jovie/audio.png share/doc/HTML/sv/jovie/common share/doc/HTML/sv/jovie/festivalintconf.png share/doc/HTML/sv/jovie/filters.png share/doc/HTML/sv/jovie/general.png share/doc/HTML/sv/jovie/index.cache.bz2 share/doc/HTML/sv/jovie/index.docbook share/doc/HTML/sv/jovie/interruption.png share/doc/HTML/sv/jovie/jobs.png share/doc/HTML/sv/jovie/notifications.png share/doc/HTML/sv/jovie/selecttalker.png share/doc/HTML/sv/jovie/stringreplacer.png share/doc/HTML/sv/jovie/talkerchooser.png share/doc/HTML/sv/jovie/talkers.png share/doc/HTML/sv/jovie/xmltransformer.png share/doc/HTML/sv/juk/common share/doc/HTML/sv/juk/history-playlist.png share/doc/HTML/sv/juk/index.cache.bz2 share/doc/HTML/sv/juk/index.docbook share/doc/HTML/sv/juk/juk-adv-search.png share/doc/HTML/sv/juk/juk-file-renamer.png share/doc/HTML/sv/juk/juk-main.png share/doc/HTML/sv/juk/juk-tag-guesser.png share/doc/HTML/sv/juk/normal-playlist.png share/doc/HTML/sv/juk/search-playlist.png share/doc/HTML/sv/kabcclient/common share/doc/HTML/sv/kabcclient/index.cache.bz2 share/doc/HTML/sv/kabcclient/index.docbook share/doc/HTML/sv/kabcclient/man-kabcclient.1.docbook share/doc/HTML/sv/kajongg/common share/doc/HTML/sv/kajongg/index.cache.bz2 share/doc/HTML/sv/kajongg/index.docbook share/doc/HTML/sv/kalarm/alarmmessage.png share/doc/HTML/sv/kalarm/common share/doc/HTML/sv/kalarm/editwindow-simple.png share/doc/HTML/sv/kalarm/editwindow.png share/doc/HTML/sv/kalarm/index.cache.bz2 share/doc/HTML/sv/kalarm/index.docbook share/doc/HTML/sv/kalarm/mainwindow.png share/doc/HTML/sv/kalgebra/commands.docbook share/doc/HTML/sv/kalgebra/common share/doc/HTML/sv/kalgebra/index.cache.bz2 share/doc/HTML/sv/kalgebra/index.docbook share/doc/HTML/sv/kalzium/common share/doc/HTML/sv/kalzium/gradient.png share/doc/HTML/sv/kalzium/index.cache.bz2 share/doc/HTML/sv/kalzium/index.docbook share/doc/HTML/sv/kalzium/infodialog_bohr.png share/doc/HTML/sv/kalzium/infodialog_misc.png share/doc/HTML/sv/kalzium/infodialog_overview.png share/doc/HTML/sv/kalzium/infodialog_spectrum.png share/doc/HTML/sv/kalzium/man-kalzium.1.docbook share/doc/HTML/sv/kalzium/quick-1.png share/doc/HTML/sv/kalzium/quick-2.png share/doc/HTML/sv/kalzium/quick-3.png share/doc/HTML/sv/kalzium/quick-4.png share/doc/HTML/sv/kalzium/screenshot1.png share/doc/HTML/sv/kalzium/screenshot2.png share/doc/HTML/sv/kalzium/screenshot5.png share/doc/HTML/sv/kalzium/screenshot6.png share/doc/HTML/sv/kalzium/screenshot7.png share/doc/HTML/sv/kalzium/screenshoteqsolver.png share/doc/HTML/sv/kalzium/settings1.png share/doc/HTML/sv/kalzium/settings2.png share/doc/HTML/sv/kalzium/settings3.png share/doc/HTML/sv/kalzium/sidebar1.png share/doc/HTML/sv/kalzium/sidebar2.png share/doc/HTML/sv/kanagram/answer-highlight.png share/doc/HTML/sv/kanagram/common share/doc/HTML/sv/kanagram/general-settings.png share/doc/HTML/sv/kanagram/helpstates.png share/doc/HTML/sv/kanagram/index.cache.bz2 share/doc/HTML/sv/kanagram/index.docbook share/doc/HTML/sv/kanagram/kanagram-hint.png share/doc/HTML/sv/kanagram/kanagram.png share/doc/HTML/sv/kanagram/newstuff-dialog.png share/doc/HTML/sv/kanagram/newstuff-settings.png share/doc/HTML/sv/kanagram/vocab-editor.png share/doc/HTML/sv/kanagram/vocab-settings.png share/doc/HTML/sv/kapman/common share/doc/HTML/sv/kapman/index.cache.bz2 share/doc/HTML/sv/kapman/index.docbook share/doc/HTML/sv/kapptemplate/common share/doc/HTML/sv/kapptemplate/index.cache.bz2 share/doc/HTML/sv/kapptemplate/index.docbook share/doc/HTML/sv/kate/advanced.docbook share/doc/HTML/sv/kate/common share/doc/HTML/sv/kate/configuring-part.docbook share/doc/HTML/sv/kate/configuring.docbook share/doc/HTML/sv/kate/fundamentals.docbook share/doc/HTML/sv/kate/highlighting.docbook share/doc/HTML/sv/kate/index.cache.bz2 share/doc/HTML/sv/kate/index.docbook share/doc/HTML/sv/kate/man-kate.1.docbook share/doc/HTML/sv/kate/mdi.docbook share/doc/HTML/sv/kate/menus.docbook share/doc/HTML/sv/kate/part.docbook share/doc/HTML/sv/kate/plugins-part.docbook share/doc/HTML/sv/kate/plugins.docbook share/doc/HTML/sv/kate/regular-expressions.docbook share/doc/HTML/sv/kate/vi.docbook share/doc/HTML/sv/katomic/common share/doc/HTML/sv/katomic/index.cache.bz2 share/doc/HTML/sv/katomic/index.docbook share/doc/HTML/sv/kbattleship/common share/doc/HTML/sv/kbattleship/index.cache.bz2 share/doc/HTML/sv/kbattleship/index.docbook share/doc/HTML/sv/kblackbox/common share/doc/HTML/sv/kblackbox/index.cache.bz2 share/doc/HTML/sv/kblackbox/index.docbook share/doc/HTML/sv/kblocks/common share/doc/HTML/sv/kblocks/index.cache.bz2 share/doc/HTML/sv/kblocks/index.docbook share/doc/HTML/sv/kbounce/common share/doc/HTML/sv/kbounce/index.cache.bz2 share/doc/HTML/sv/kbounce/index.docbook share/doc/HTML/sv/kbreakout/common share/doc/HTML/sv/kbreakout/index.cache.bz2 share/doc/HTML/sv/kbreakout/index.docbook share/doc/HTML/sv/kbruch/checked.png share/doc/HTML/sv/kbruch/common share/doc/HTML/sv/kbruch/compare.png share/doc/HTML/sv/kbruch/convert.png share/doc/HTML/sv/kbruch/factorize.png share/doc/HTML/sv/kbruch/gui_main.png share/doc/HTML/sv/kbruch/index.cache.bz2 share/doc/HTML/sv/kbruch/index.docbook share/doc/HTML/sv/kbruch/man-kbruch.1.docbook share/doc/HTML/sv/kbruch/reduced.png share/doc/HTML/sv/kbruch/settings.png share/doc/HTML/sv/kcachegrind/common share/doc/HTML/sv/kcachegrind/index.cache.bz2 share/doc/HTML/sv/kcachegrind/index.docbook share/doc/HTML/sv/kcalc/commands.docbook share/doc/HTML/sv/kcalc/common share/doc/HTML/sv/kcalc/index.cache.bz2 share/doc/HTML/sv/kcalc/index.docbook share/doc/HTML/sv/kcharselect/common share/doc/HTML/sv/kcharselect/index.cache.bz2 share/doc/HTML/sv/kcharselect/index.docbook share/doc/HTML/sv/kcontrol/attica/common share/doc/HTML/sv/kcontrol/attica/index.cache.bz2 share/doc/HTML/sv/kcontrol/attica/index.docbook share/doc/HTML/sv/kcontrol/autostart/common share/doc/HTML/sv/kcontrol/autostart/index.cache.bz2 share/doc/HTML/sv/kcontrol/autostart/index.docbook share/doc/HTML/sv/kcontrol/bell/common share/doc/HTML/sv/kcontrol/bell/index.cache.bz2 share/doc/HTML/sv/kcontrol/bell/index.docbook share/doc/HTML/sv/kcontrol/blockdevices/common share/doc/HTML/sv/kcontrol/blockdevices/index.cache.bz2 share/doc/HTML/sv/kcontrol/blockdevices/index.docbook share/doc/HTML/sv/kcontrol/bookmarks/common share/doc/HTML/sv/kcontrol/bookmarks/index.cache.bz2 share/doc/HTML/sv/kcontrol/bookmarks/index.docbook share/doc/HTML/sv/kcontrol/cache/common share/doc/HTML/sv/kcontrol/cache/index.cache.bz2 share/doc/HTML/sv/kcontrol/cache/index.docbook share/doc/HTML/sv/kcontrol/cddbretrieval/common share/doc/HTML/sv/kcontrol/cddbretrieval/index.cache.bz2 share/doc/HTML/sv/kcontrol/cddbretrieval/index.docbook share/doc/HTML/sv/kcontrol/clock/common share/doc/HTML/sv/kcontrol/clock/index.cache.bz2 share/doc/HTML/sv/kcontrol/clock/index.docbook share/doc/HTML/sv/kcontrol/colors/common share/doc/HTML/sv/kcontrol/colors/index.cache.bz2 share/doc/HTML/sv/kcontrol/colors/index.docbook share/doc/HTML/sv/kcontrol/componentchooser/common share/doc/HTML/sv/kcontrol/componentchooser/index.cache.bz2 share/doc/HTML/sv/kcontrol/componentchooser/index.docbook share/doc/HTML/sv/kcontrol/cookies/common share/doc/HTML/sv/kcontrol/cookies/index.cache.bz2 share/doc/HTML/sv/kcontrol/cookies/index.docbook share/doc/HTML/sv/kcontrol/cursortheme/common share/doc/HTML/sv/kcontrol/cursortheme/index.cache.bz2 share/doc/HTML/sv/kcontrol/cursortheme/index.docbook share/doc/HTML/sv/kcontrol/desktop/common share/doc/HTML/sv/kcontrol/desktop/index.cache.bz2 share/doc/HTML/sv/kcontrol/desktop/index.docbook share/doc/HTML/sv/kcontrol/desktopthemedetails/common share/doc/HTML/sv/kcontrol/desktopthemedetails/index.cache.bz2 share/doc/HTML/sv/kcontrol/desktopthemedetails/index.docbook share/doc/HTML/sv/kcontrol/ebrowsing/common share/doc/HTML/sv/kcontrol/ebrowsing/index.cache.bz2 share/doc/HTML/sv/kcontrol/ebrowsing/index.docbook share/doc/HTML/sv/kcontrol/emoticons/common share/doc/HTML/sv/kcontrol/emoticons/index.cache.bz2 share/doc/HTML/sv/kcontrol/emoticons/index.docbook share/doc/HTML/sv/kcontrol/filemanager/common share/doc/HTML/sv/kcontrol/filemanager/index.cache.bz2 share/doc/HTML/sv/kcontrol/filemanager/index.docbook share/doc/HTML/sv/kcontrol/filemanager/kfileman1.png share/doc/HTML/sv/kcontrol/filemanager/kfileman2.png share/doc/HTML/sv/kcontrol/filetypes/common share/doc/HTML/sv/kcontrol/filetypes/index.cache.bz2 share/doc/HTML/sv/kcontrol/filetypes/index.docbook share/doc/HTML/sv/kcontrol/fontinst/common share/doc/HTML/sv/kcontrol/fontinst/index.cache.bz2 share/doc/HTML/sv/kcontrol/fontinst/index.docbook share/doc/HTML/sv/kcontrol/fonts/common share/doc/HTML/sv/kcontrol/fonts/index.cache.bz2 share/doc/HTML/sv/kcontrol/fonts/index.docbook share/doc/HTML/sv/kcontrol/history/common share/doc/HTML/sv/kcontrol/history/index.cache.bz2 share/doc/HTML/sv/kcontrol/history/index.docbook share/doc/HTML/sv/kcontrol/icons/common share/doc/HTML/sv/kcontrol/icons/index.cache.bz2 share/doc/HTML/sv/kcontrol/icons/index.docbook share/doc/HTML/sv/kcontrol/joystick/common share/doc/HTML/sv/kcontrol/joystick/index.cache.bz2 share/doc/HTML/sv/kcontrol/joystick/index.docbook share/doc/HTML/sv/kcontrol/kamera/common share/doc/HTML/sv/kcontrol/kamera/index.cache.bz2 share/doc/HTML/sv/kcontrol/kamera/index.docbook share/doc/HTML/sv/kcontrol/kcm_ssl/common share/doc/HTML/sv/kcontrol/kcm_ssl/index.cache.bz2 share/doc/HTML/sv/kcontrol/kcm_ssl/index.docbook share/doc/HTML/sv/kcontrol/kcmaccess/common share/doc/HTML/sv/kcontrol/kcmaccess/index.cache.bz2 share/doc/HTML/sv/kcontrol/kcmaccess/index.docbook share/doc/HTML/sv/kcontrol/kcmcgi/common share/doc/HTML/sv/kcontrol/kcmcgi/index.cache.bz2 share/doc/HTML/sv/kcontrol/kcmcgi/index.docbook share/doc/HTML/sv/kcontrol/kcmcss/common share/doc/HTML/sv/kcontrol/kcmcss/index.cache.bz2 share/doc/HTML/sv/kcontrol/kcmcss/index.docbook share/doc/HTML/sv/kcontrol/kcmlaunch/common share/doc/HTML/sv/kcontrol/kcmlaunch/index.cache.bz2 share/doc/HTML/sv/kcontrol/kcmlaunch/index.docbook share/doc/HTML/sv/kcontrol/kcmnotify/common share/doc/HTML/sv/kcontrol/kcmnotify/index.cache.bz2 share/doc/HTML/sv/kcontrol/kcmnotify/index.docbook share/doc/HTML/sv/kcontrol/kcmsmserver/common share/doc/HTML/sv/kcontrol/kcmsmserver/index.cache.bz2 share/doc/HTML/sv/kcontrol/kcmsmserver/index.docbook share/doc/HTML/sv/kcontrol/kcmstyle/common share/doc/HTML/sv/kcontrol/kcmstyle/index.cache.bz2 share/doc/HTML/sv/kcontrol/kcmstyle/index.docbook share/doc/HTML/sv/kcontrol/kded/common share/doc/HTML/sv/kcontrol/kded/index.cache.bz2 share/doc/HTML/sv/kcontrol/kded/index.docbook share/doc/HTML/sv/kcontrol/keyboard/common share/doc/HTML/sv/kcontrol/keyboard/index.cache.bz2 share/doc/HTML/sv/kcontrol/keyboard/index.docbook share/doc/HTML/sv/kcontrol/keys/common share/doc/HTML/sv/kcontrol/keys/index.cache.bz2 share/doc/HTML/sv/kcontrol/keys/index.docbook share/doc/HTML/sv/kcontrol/kgamma/common share/doc/HTML/sv/kcontrol/kgamma/index.cache.bz2 share/doc/HTML/sv/kcontrol/kgamma/index.docbook share/doc/HTML/sv/kcontrol/khotkeys/common share/doc/HTML/sv/kcontrol/khotkeys/index.cache.bz2 share/doc/HTML/sv/kcontrol/khotkeys/index.docbook share/doc/HTML/sv/kcontrol/khtml-adblock/common share/doc/HTML/sv/kcontrol/khtml-adblock/index.cache.bz2 share/doc/HTML/sv/kcontrol/khtml-adblock/index.docbook share/doc/HTML/sv/kcontrol/khtml-behavior/common share/doc/HTML/sv/kcontrol/khtml-behavior/index.cache.bz2 share/doc/HTML/sv/kcontrol/khtml-behavior/index.docbook share/doc/HTML/sv/kcontrol/khtml-general/common share/doc/HTML/sv/kcontrol/khtml-general/index.cache.bz2 share/doc/HTML/sv/kcontrol/khtml-general/index.docbook share/doc/HTML/sv/kcontrol/khtml-java-js/common share/doc/HTML/sv/kcontrol/khtml-java-js/index.cache.bz2 share/doc/HTML/sv/kcontrol/khtml-java-js/index.docbook share/doc/HTML/sv/kcontrol/khtml-plugins/common share/doc/HTML/sv/kcontrol/khtml-plugins/index.cache.bz2 share/doc/HTML/sv/kcontrol/khtml-plugins/index.docbook share/doc/HTML/sv/kcontrol/kremotecontrol/common share/doc/HTML/sv/kcontrol/kremotecontrol/index.cache.bz2 share/doc/HTML/sv/kcontrol/kremotecontrol/index.docbook share/doc/HTML/sv/kcontrol/kresources/common share/doc/HTML/sv/kcontrol/kresources/index.cache.bz2 share/doc/HTML/sv/kcontrol/kresources/index.docbook share/doc/HTML/sv/kcontrol/kwincompositing/common share/doc/HTML/sv/kcontrol/kwincompositing/index.cache.bz2 share/doc/HTML/sv/kcontrol/kwincompositing/index.docbook share/doc/HTML/sv/kcontrol/kwindecoration/common share/doc/HTML/sv/kcontrol/kwindecoration/index.cache.bz2 share/doc/HTML/sv/kcontrol/kwindecoration/index.docbook share/doc/HTML/sv/kcontrol/kwinscreenedges/common share/doc/HTML/sv/kcontrol/kwinscreenedges/index.cache.bz2 share/doc/HTML/sv/kcontrol/kwinscreenedges/index.docbook share/doc/HTML/sv/kcontrol/kwintabbox/common share/doc/HTML/sv/kcontrol/kwintabbox/index.cache.bz2 share/doc/HTML/sv/kcontrol/kwintabbox/index.docbook share/doc/HTML/sv/kcontrol/language/common share/doc/HTML/sv/kcontrol/language/index.cache.bz2 share/doc/HTML/sv/kcontrol/language/index.docbook share/doc/HTML/sv/kcontrol/mouse/common share/doc/HTML/sv/kcontrol/mouse/index.cache.bz2 share/doc/HTML/sv/kcontrol/mouse/index.docbook share/doc/HTML/sv/kcontrol/nepomuk/common share/doc/HTML/sv/kcontrol/nepomuk/index.cache.bz2 share/doc/HTML/sv/kcontrol/nepomuk/index.docbook share/doc/HTML/sv/kcontrol/netpref/common share/doc/HTML/sv/kcontrol/netpref/index.cache.bz2 share/doc/HTML/sv/kcontrol/netpref/index.docbook share/doc/HTML/sv/kcontrol/paths/common share/doc/HTML/sv/kcontrol/paths/index.cache.bz2 share/doc/HTML/sv/kcontrol/paths/index.docbook share/doc/HTML/sv/kcontrol/performance/common share/doc/HTML/sv/kcontrol/performance/index.cache.bz2 share/doc/HTML/sv/kcontrol/performance/index.docbook share/doc/HTML/sv/kcontrol/phonon/common share/doc/HTML/sv/kcontrol/phonon/index.cache.bz2 share/doc/HTML/sv/kcontrol/phonon/index.docbook share/doc/HTML/sv/kcontrol/powerdevil/common share/doc/HTML/sv/kcontrol/powerdevil/index.cache.bz2 share/doc/HTML/sv/kcontrol/powerdevil/index.docbook share/doc/HTML/sv/kcontrol/proxy/common share/doc/HTML/sv/kcontrol/proxy/index.cache.bz2 share/doc/HTML/sv/kcontrol/proxy/index.docbook share/doc/HTML/sv/kcontrol/screensaver/common share/doc/HTML/sv/kcontrol/screensaver/index.cache.bz2 share/doc/HTML/sv/kcontrol/screensaver/index.docbook share/doc/HTML/sv/kcontrol/smb/common share/doc/HTML/sv/kcontrol/smb/index.cache.bz2 share/doc/HTML/sv/kcontrol/smb/index.docbook share/doc/HTML/sv/kcontrol/solid-actions/common share/doc/HTML/sv/kcontrol/solid-actions/index.cache.bz2 share/doc/HTML/sv/kcontrol/solid-actions/index.docbook share/doc/HTML/sv/kcontrol/solid-device-automounter/common share/doc/HTML/sv/kcontrol/solid-device-automounter/index.cache.bz2 share/doc/HTML/sv/kcontrol/solid-device-automounter/index.docbook share/doc/HTML/sv/kcontrol/solid-hardware/common share/doc/HTML/sv/kcontrol/solid-hardware/index.cache.bz2 share/doc/HTML/sv/kcontrol/solid-hardware/index.docbook share/doc/HTML/sv/kcontrol/spellchecking/common share/doc/HTML/sv/kcontrol/spellchecking/index.cache.bz2 share/doc/HTML/sv/kcontrol/spellchecking/index.docbook share/doc/HTML/sv/kcontrol/splashscreen/common share/doc/HTML/sv/kcontrol/splashscreen/index.cache.bz2 share/doc/HTML/sv/kcontrol/splashscreen/index.docbook share/doc/HTML/sv/kcontrol/trash/common share/doc/HTML/sv/kcontrol/trash/index.cache.bz2 share/doc/HTML/sv/kcontrol/trash/index.docbook share/doc/HTML/sv/kcontrol/useragent/common share/doc/HTML/sv/kcontrol/useragent/index.cache.bz2 share/doc/HTML/sv/kcontrol/useragent/index.docbook share/doc/HTML/sv/kcontrol/windowbehaviour/common share/doc/HTML/sv/kcontrol/windowbehaviour/index.cache.bz2 share/doc/HTML/sv/kcontrol/windowbehaviour/index.docbook share/doc/HTML/sv/kcontrol/windowspecific/common share/doc/HTML/sv/kcontrol/windowspecific/index.cache.bz2 share/doc/HTML/sv/kcontrol/windowspecific/index.docbook share/doc/HTML/sv/kcontrol/workspaceoptions/common share/doc/HTML/sv/kcontrol/workspaceoptions/index.cache.bz2 share/doc/HTML/sv/kcontrol/workspaceoptions/index.docbook share/doc/HTML/sv/kcron/common share/doc/HTML/sv/kcron/index.cache.bz2 share/doc/HTML/sv/kcron/index.docbook share/doc/HTML/sv/kcron/kcron.png share/doc/HTML/sv/kcron/kcronstart.png share/doc/HTML/sv/kcron/newtask.png share/doc/HTML/sv/kcron/newvariable.png share/doc/HTML/sv/kcron/print.png share/doc/HTML/sv/kdebugdialog/common share/doc/HTML/sv/kdebugdialog/index.cache.bz2 share/doc/HTML/sv/kdebugdialog/index.docbook share/doc/HTML/sv/kdepasswd/common share/doc/HTML/sv/kdepasswd/index.cache.bz2 share/doc/HTML/sv/kdepasswd/index.docbook share/doc/HTML/sv/kdepasswd/password.png share/doc/HTML/sv/kdesu/common share/doc/HTML/sv/kdesu/index.cache.bz2 share/doc/HTML/sv/kdesu/index.docbook share/doc/HTML/sv/kdesu/man-kdesu.1.docbook share/doc/HTML/sv/kdf/common share/doc/HTML/sv/kdf/index.cache.bz2 share/doc/HTML/sv/kdf/index.docbook share/doc/HTML/sv/kdf/kdf.png share/doc/HTML/sv/kdf/kdf_config.png share/doc/HTML/sv/kdiamond/common share/doc/HTML/sv/kdiamond/index.cache.bz2 share/doc/HTML/sv/kdiamond/index.docbook share/doc/HTML/sv/kdm/common share/doc/HTML/sv/kdm/index.cache.bz2 share/doc/HTML/sv/kdm/index.docbook share/doc/HTML/sv/kdm/kdmrc-ref.docbook share/doc/HTML/sv/kdm/theme-ref.docbook share/doc/HTML/sv/kfilereplace/addstringsdialog_window.png share/doc/HTML/sv/kfilereplace/common share/doc/HTML/sv/kfilereplace/index.cache.bz2 share/doc/HTML/sv/kfilereplace/index.docbook share/doc/HTML/sv/kfilereplace/kfr_standalone_main_window_1.png share/doc/HTML/sv/kfilereplace/optionsdialog_main_window_1.png share/doc/HTML/sv/kfilereplace/optionsdialog_main_window_2.png share/doc/HTML/sv/kfilereplace/projectdialog_main_window_1.png share/doc/HTML/sv/kfilereplace/projectdialog_main_window_2.png share/doc/HTML/sv/kfilereplace/report_example.png share/doc/HTML/sv/kfilereplace/results_view.png share/doc/HTML/sv/kfilereplace/strings_view.png share/doc/HTML/sv/kfind/common share/doc/HTML/sv/kfind/index.cache.bz2 share/doc/HTML/sv/kfind/index.docbook share/doc/HTML/sv/kfind/man-kfind.1.docbook share/doc/HTML/sv/kfloppy/common share/doc/HTML/sv/kfloppy/index.cache.bz2 share/doc/HTML/sv/kfloppy/index.docbook share/doc/HTML/sv/kfontview/common share/doc/HTML/sv/kfontview/index.cache.bz2 share/doc/HTML/sv/kfontview/index.docbook share/doc/HTML/sv/kfourinline/common share/doc/HTML/sv/kfourinline/index.cache.bz2 share/doc/HTML/sv/kfourinline/index.docbook share/doc/HTML/sv/kgeography/common share/doc/HTML/sv/kgeography/first-start1.png share/doc/HTML/sv/kgeography/first-start10.png share/doc/HTML/sv/kgeography/first-start11.png share/doc/HTML/sv/kgeography/first-start12.png share/doc/HTML/sv/kgeography/first-start2.png share/doc/HTML/sv/kgeography/first-start3.png share/doc/HTML/sv/kgeography/first-start4.png share/doc/HTML/sv/kgeography/first-start6.png share/doc/HTML/sv/kgeography/first-start7.png share/doc/HTML/sv/kgeography/first-start8.png share/doc/HTML/sv/kgeography/first-start9.png share/doc/HTML/sv/kgeography/index.cache.bz2 share/doc/HTML/sv/kgeography/index.docbook share/doc/HTML/sv/kgeography/kgeography.png share/doc/HTML/sv/kgeography/zoom.png share/doc/HTML/sv/kget/common share/doc/HTML/sv/kget/index.cache.bz2 share/doc/HTML/sv/kget/index.docbook share/doc/HTML/sv/kget/kget1.png share/doc/HTML/sv/kget/kget2.png share/doc/HTML/sv/kget/kget3.png share/doc/HTML/sv/kget/kget4.png share/doc/HTML/sv/kget/kget5.png share/doc/HTML/sv/kgoldrunner/common share/doc/HTML/sv/kgoldrunner/editbar.png share/doc/HTML/sv/kgoldrunner/index.cache.bz2 share/doc/HTML/sv/kgoldrunner/index.docbook share/doc/HTML/sv/kgoldrunner/select.png share/doc/HTML/sv/kgoldrunner/tute008.png share/doc/HTML/sv/kgpg/common share/doc/HTML/sv/kgpg/editor.png share/doc/HTML/sv/kgpg/index.cache.bz2 share/doc/HTML/sv/kgpg/index.docbook share/doc/HTML/sv/kgpg/keygen.png share/doc/HTML/sv/kgpg/keymanage.png share/doc/HTML/sv/kgpg/keys.png share/doc/HTML/sv/kgpg/options.png share/doc/HTML/sv/khangman/common share/doc/HTML/sv/khangman/getnewstuff.png share/doc/HTML/sv/khangman/index.cache.bz2 share/doc/HTML/sv/khangman/index.docbook share/doc/HTML/sv/khangman/man-khangman.6.docbook share/doc/HTML/sv/khelpcenter/common share/doc/HTML/sv/khelpcenter/documentationnotfound/common share/doc/HTML/sv/khelpcenter/documentationnotfound/index.cache.bz2 share/doc/HTML/sv/khelpcenter/documentationnotfound/index.docbook share/doc/HTML/sv/khelpcenter/glossary/common share/doc/HTML/sv/khelpcenter/glossary/index.cache.bz2 share/doc/HTML/sv/khelpcenter/glossary/index.docbook share/doc/HTML/sv/khelpcenter/glossary/kdeprintingglossary.docbook share/doc/HTML/sv/khelpcenter/index.cache.bz2 share/doc/HTML/sv/khelpcenter/index.docbook share/doc/HTML/sv/kig/common share/doc/HTML/sv/kig/constructed_a_point.png share/doc/HTML/sv/kig/constructed_script_object.png share/doc/HTML/sv/kig/constructing_a_circle.png share/doc/HTML/sv/kig/constructing_a_circle_2.png share/doc/HTML/sv/kig/edit_types_dialog.png share/doc/HTML/sv/kig/index.cache.bz2 share/doc/HTML/sv/kig/index.docbook share/doc/HTML/sv/kig/macro_wizard.png share/doc/HTML/sv/kig/macros_at_work.png share/doc/HTML/sv/kig/man-kig.1.docbook share/doc/HTML/sv/kig/script_wizard.png share/doc/HTML/sv/kig/script_wizard_entering_code.png share/doc/HTML/sv/kig/selecting_objects.png share/doc/HTML/sv/kig/simple_locus_construction.png share/doc/HTML/sv/kig/test_run_macro.png share/doc/HTML/sv/kig/text_label_attaching.png share/doc/HTML/sv/kig/text_label_wizard.png share/doc/HTML/sv/kig/text_label_wizard__select_property.png share/doc/HTML/sv/kigo/common share/doc/HTML/sv/kigo/index.cache.bz2 share/doc/HTML/sv/kigo/index.docbook share/doc/HTML/sv/killbots/common share/doc/HTML/sv/killbots/index.cache.bz2 share/doc/HTML/sv/killbots/index.docbook share/doc/HTML/sv/kimagemapeditor/common share/doc/HTML/sv/kimagemapeditor/index.cache.bz2 share/doc/HTML/sv/kimagemapeditor/index.docbook share/doc/HTML/sv/kinfocenter/common share/doc/HTML/sv/kinfocenter/index.cache.bz2 share/doc/HTML/sv/kinfocenter/index.docbook share/doc/HTML/sv/kioslave/audiocd/common share/doc/HTML/sv/kioslave/audiocd/index.cache.bz2 share/doc/HTML/sv/kioslave/audiocd/index.docbook share/doc/HTML/sv/kioslave/bookmarks/common share/doc/HTML/sv/kioslave/bookmarks/index.cache.bz2 share/doc/HTML/sv/kioslave/bookmarks/index.docbook share/doc/HTML/sv/kioslave/bzip2/common share/doc/HTML/sv/kioslave/bzip2/index.cache.bz2 share/doc/HTML/sv/kioslave/bzip2/index.docbook share/doc/HTML/sv/kioslave/cgi/common share/doc/HTML/sv/kioslave/cgi/index.cache.bz2 share/doc/HTML/sv/kioslave/cgi/index.docbook share/doc/HTML/sv/kioslave/data/common share/doc/HTML/sv/kioslave/data/index.cache.bz2 share/doc/HTML/sv/kioslave/data/index.docbook share/doc/HTML/sv/kioslave/file/common share/doc/HTML/sv/kioslave/file/index.cache.bz2 share/doc/HTML/sv/kioslave/file/index.docbook share/doc/HTML/sv/kioslave/finger/common share/doc/HTML/sv/kioslave/finger/index.cache.bz2 share/doc/HTML/sv/kioslave/finger/index.docbook share/doc/HTML/sv/kioslave/fish/common share/doc/HTML/sv/kioslave/fish/index.cache.bz2 share/doc/HTML/sv/kioslave/fish/index.docbook share/doc/HTML/sv/kioslave/floppy/common share/doc/HTML/sv/kioslave/floppy/index.cache.bz2 share/doc/HTML/sv/kioslave/floppy/index.docbook share/doc/HTML/sv/kioslave/ftp/common share/doc/HTML/sv/kioslave/ftp/index.cache.bz2 share/doc/HTML/sv/kioslave/ftp/index.docbook share/doc/HTML/sv/kioslave/gzip/common share/doc/HTML/sv/kioslave/gzip/index.cache.bz2 share/doc/HTML/sv/kioslave/gzip/index.docbook share/doc/HTML/sv/kioslave/help/common share/doc/HTML/sv/kioslave/help/index.cache.bz2 share/doc/HTML/sv/kioslave/help/index.docbook share/doc/HTML/sv/kioslave/http/common share/doc/HTML/sv/kioslave/http/index.cache.bz2 share/doc/HTML/sv/kioslave/http/index.docbook share/doc/HTML/sv/kioslave/imap/common share/doc/HTML/sv/kioslave/imap/index.cache.bz2 share/doc/HTML/sv/kioslave/imap/index.docbook share/doc/HTML/sv/kioslave/info/common share/doc/HTML/sv/kioslave/info/index.cache.bz2 share/doc/HTML/sv/kioslave/info/index.docbook share/doc/HTML/sv/kioslave/ldap/common share/doc/HTML/sv/kioslave/ldap/index.cache.bz2 share/doc/HTML/sv/kioslave/ldap/index.docbook share/doc/HTML/sv/kioslave/mailto/common share/doc/HTML/sv/kioslave/mailto/index.cache.bz2 share/doc/HTML/sv/kioslave/mailto/index.docbook share/doc/HTML/sv/kioslave/man/common share/doc/HTML/sv/kioslave/man/index.cache.bz2 share/doc/HTML/sv/kioslave/man/index.docbook share/doc/HTML/sv/kioslave/mbox/common share/doc/HTML/sv/kioslave/mbox/index.cache.bz2 share/doc/HTML/sv/kioslave/mbox/index.docbook share/doc/HTML/sv/kioslave/nepomuksearch/common share/doc/HTML/sv/kioslave/nepomuksearch/index.cache.bz2 share/doc/HTML/sv/kioslave/nepomuksearch/index.docbook share/doc/HTML/sv/kioslave/network/common share/doc/HTML/sv/kioslave/network/index.cache.bz2 share/doc/HTML/sv/kioslave/network/index.docbook share/doc/HTML/sv/kioslave/news/common share/doc/HTML/sv/kioslave/news/index.cache.bz2 share/doc/HTML/sv/kioslave/news/index.docbook share/doc/HTML/sv/kioslave/nfs/common share/doc/HTML/sv/kioslave/nfs/index.cache.bz2 share/doc/HTML/sv/kioslave/nfs/index.docbook share/doc/HTML/sv/kioslave/nntp/common share/doc/HTML/sv/kioslave/nntp/index.cache.bz2 share/doc/HTML/sv/kioslave/nntp/index.docbook share/doc/HTML/sv/kioslave/pop3/common share/doc/HTML/sv/kioslave/pop3/index.cache.bz2 share/doc/HTML/sv/kioslave/pop3/index.docbook share/doc/HTML/sv/kioslave/rlogin/common share/doc/HTML/sv/kioslave/rlogin/index.cache.bz2 share/doc/HTML/sv/kioslave/rlogin/index.docbook share/doc/HTML/sv/kioslave/sftp/common share/doc/HTML/sv/kioslave/sftp/index.cache.bz2 share/doc/HTML/sv/kioslave/sftp/index.docbook share/doc/HTML/sv/kioslave/sieve/common share/doc/HTML/sv/kioslave/sieve/index.cache.bz2 share/doc/HTML/sv/kioslave/sieve/index.docbook share/doc/HTML/sv/kioslave/smb/common share/doc/HTML/sv/kioslave/smb/index.cache.bz2 share/doc/HTML/sv/kioslave/smb/index.docbook share/doc/HTML/sv/kioslave/smtp/common share/doc/HTML/sv/kioslave/smtp/index.cache.bz2 share/doc/HTML/sv/kioslave/smtp/index.docbook share/doc/HTML/sv/kioslave/tar/common share/doc/HTML/sv/kioslave/tar/index.cache.bz2 share/doc/HTML/sv/kioslave/tar/index.docbook share/doc/HTML/sv/kioslave/telnet/common share/doc/HTML/sv/kioslave/telnet/index.cache.bz2 share/doc/HTML/sv/kioslave/telnet/index.docbook share/doc/HTML/sv/kioslave/thumbnail/common share/doc/HTML/sv/kioslave/thumbnail/index.cache.bz2 share/doc/HTML/sv/kioslave/thumbnail/index.docbook share/doc/HTML/sv/kioslave/webdav/common share/doc/HTML/sv/kioslave/webdav/index.cache.bz2 share/doc/HTML/sv/kioslave/webdav/index.docbook share/doc/HTML/sv/kioslave/xz/common share/doc/HTML/sv/kioslave/xz/index.cache.bz2 share/doc/HTML/sv/kioslave/xz/index.docbook share/doc/HTML/sv/kiriki/common share/doc/HTML/sv/kiriki/index.cache.bz2 share/doc/HTML/sv/kiriki/index.docbook share/doc/HTML/sv/kiten/common share/doc/HTML/sv/kiten/index.cache.bz2 share/doc/HTML/sv/kiten/index.docbook share/doc/HTML/sv/kiten/kiten1.png share/doc/HTML/sv/kiten/kiten2.png share/doc/HTML/sv/kjots/common share/doc/HTML/sv/kjots/index.cache.bz2 share/doc/HTML/sv/kjots/index.docbook share/doc/HTML/sv/kjumpingcube/common share/doc/HTML/sv/kjumpingcube/index.cache.bz2 share/doc/HTML/sv/kjumpingcube/index.docbook share/doc/HTML/sv/kleopatra/common share/doc/HTML/sv/kleopatra/index.cache.bz2 share/doc/HTML/sv/kleopatra/index.docbook share/doc/HTML/sv/klettres/common share/doc/HTML/sv/klettres/index.cache.bz2 share/doc/HTML/sv/klettres/index.docbook share/doc/HTML/sv/klettres/klettres1.png share/doc/HTML/sv/klettres/klettres2.png share/doc/HTML/sv/klettres/klettres3.png share/doc/HTML/sv/klettres/klettres4.png share/doc/HTML/sv/klettres/klettres5.png share/doc/HTML/sv/klettres/klettres6.png share/doc/HTML/sv/klickety/common share/doc/HTML/sv/klickety/index.cache.bz2 share/doc/HTML/sv/klickety/index.docbook share/doc/HTML/sv/klines/common share/doc/HTML/sv/klines/index.cache.bz2 share/doc/HTML/sv/klines/index.docbook share/doc/HTML/sv/klinkstatus/common share/doc/HTML/sv/klinkstatus/index.cache.bz2 share/doc/HTML/sv/klinkstatus/index.docbook share/doc/HTML/sv/klinkstatus/screenshot.png share/doc/HTML/sv/klipper/common share/doc/HTML/sv/klipper/index.cache.bz2 share/doc/HTML/sv/klipper/index.docbook share/doc/HTML/sv/kmag/common share/doc/HTML/sv/kmag/index.cache.bz2 share/doc/HTML/sv/kmag/index.docbook share/doc/HTML/sv/kmag/man-kmag.1.docbook share/doc/HTML/sv/kmag/screenshot.png share/doc/HTML/sv/kmahjongg/boardeditor.png share/doc/HTML/sv/kmahjongg/common share/doc/HTML/sv/kmahjongg/config.png share/doc/HTML/sv/kmahjongg/gamescreen.png share/doc/HTML/sv/kmahjongg/highscore.png share/doc/HTML/sv/kmahjongg/index.cache.bz2 share/doc/HTML/sv/kmahjongg/index.docbook share/doc/HTML/sv/kmahjongg/numbered.png share/doc/HTML/sv/kmahjongg/shortcuts.png share/doc/HTML/sv/kmahjongg/showremoved.png share/doc/HTML/sv/kmail/common share/doc/HTML/sv/kmail/configure.docbook share/doc/HTML/sv/kmail/credits-and-licenses.docbook share/doc/HTML/sv/kmail/faq.docbook share/doc/HTML/sv/kmail/getting-started.docbook share/doc/HTML/sv/kmail/importing.docbook share/doc/HTML/sv/kmail/index.cache.bz2 share/doc/HTML/sv/kmail/index.docbook share/doc/HTML/sv/kmail/intro.docbook share/doc/HTML/sv/kmail/menus.docbook share/doc/HTML/sv/kmail/troubleshooting.docbook share/doc/HTML/sv/kmail/using-kmail.docbook share/doc/HTML/sv/kmenuedit/common share/doc/HTML/sv/kmenuedit/done.png share/doc/HTML/sv/kmenuedit/index.cache.bz2 share/doc/HTML/sv/kmenuedit/index.docbook share/doc/HTML/sv/kmenuedit/itemname.png share/doc/HTML/sv/kmenuedit/new.png share/doc/HTML/sv/kmenuedit/selecticon.png share/doc/HTML/sv/kmenuedit/selectinternet.png share/doc/HTML/sv/kmines/common share/doc/HTML/sv/kmines/index.cache.bz2 share/doc/HTML/sv/kmines/index.docbook share/doc/HTML/sv/kmines/kmines1.png share/doc/HTML/sv/kmines/kmines2.png share/doc/HTML/sv/kmix/common share/doc/HTML/sv/kmix/index.cache.bz2 share/doc/HTML/sv/kmix/index.docbook share/doc/HTML/sv/kmix/kmix-channel-switches.png share/doc/HTML/sv/kmix/kmix-window.png share/doc/HTML/sv/kmousetool/common share/doc/HTML/sv/kmousetool/index.cache.bz2 share/doc/HTML/sv/kmousetool/index.docbook share/doc/HTML/sv/kmousetool/man-kmousetool.1.docbook share/doc/HTML/sv/kmouth/common share/doc/HTML/sv/kmouth/index.cache.bz2 share/doc/HTML/sv/kmouth/index.docbook share/doc/HTML/sv/kmouth/kmouthcpref.png share/doc/HTML/sv/kmouth/kmouthctts.png share/doc/HTML/sv/kmouth/kmouthcwcp.png share/doc/HTML/sv/kmouth/kmouthedit.png share/doc/HTML/sv/kmouth/kmouthmain.png share/doc/HTML/sv/kmouth/kmouthwizard.png share/doc/HTML/sv/kmouth/man-kmouth.1.docbook share/doc/HTML/sv/kmplot/commands.docbook share/doc/HTML/sv/kmplot/common share/doc/HTML/sv/kmplot/configuration.docbook share/doc/HTML/sv/kmplot/credits.docbook share/doc/HTML/sv/kmplot/dcop.docbook share/doc/HTML/sv/kmplot/developer.docbook share/doc/HTML/sv/kmplot/firststeps.docbook share/doc/HTML/sv/kmplot/index.cache.bz2 share/doc/HTML/sv/kmplot/index.docbook share/doc/HTML/sv/kmplot/install.docbook share/doc/HTML/sv/kmplot/introduction.docbook share/doc/HTML/sv/kmplot/main.png share/doc/HTML/sv/kmplot/man-kmplot.1.docbook share/doc/HTML/sv/kmplot/reference.docbook share/doc/HTML/sv/kmplot/using.docbook share/doc/HTML/sv/knetattach/common share/doc/HTML/sv/knetattach/index.cache.bz2 share/doc/HTML/sv/knetattach/index.docbook share/doc/HTML/sv/knetattach/screenshot.png share/doc/HTML/sv/knetattach/screenshot2.png share/doc/HTML/sv/knetattach/screenshot3.png share/doc/HTML/sv/knetattach/screenshot4.png share/doc/HTML/sv/knetwalk/common share/doc/HTML/sv/knetwalk/index.cache.bz2 share/doc/HTML/sv/knetwalk/index.docbook share/doc/HTML/sv/knode/commands.docbook share/doc/HTML/sv/knode/common share/doc/HTML/sv/knode/credits.docbook share/doc/HTML/sv/knode/faq.docbook share/doc/HTML/sv/knode/gloss.docbook share/doc/HTML/sv/knode/index.cache.bz2 share/doc/HTML/sv/knode/index.docbook share/doc/HTML/sv/knode/install.docbook share/doc/HTML/sv/knode/introduction.docbook share/doc/HTML/sv/knode/journey.docbook share/doc/HTML/sv/knode/knode-cleanup.png share/doc/HTML/sv/knode/knode-colors-fonts.png share/doc/HTML/sv/knode/knode-composer-attachments.png share/doc/HTML/sv/knode/knode-composer-settings.png share/doc/HTML/sv/knode/knode-edit-filter.png share/doc/HTML/sv/knode/knode-edit-header1.png share/doc/HTML/sv/knode/knode-edit-header2.png share/doc/HTML/sv/knode/knode-filters.png share/doc/HTML/sv/knode/knode-followup.png share/doc/HTML/sv/knode/knode-header-settings.png share/doc/HTML/sv/knode/knode-identity.png share/doc/HTML/sv/knode/knode-mail-account.png share/doc/HTML/sv/knode/knode-new-article.png share/doc/HTML/sv/knode/knode-news-account.png share/doc/HTML/sv/knode/knode-post-settings.png share/doc/HTML/sv/knode/knode-read-news-settings.png share/doc/HTML/sv/knode/knode-reply.png share/doc/HTML/sv/knode/knode-rule-editor.png share/doc/HTML/sv/knode/knode-search.png share/doc/HTML/sv/knode/knode-start.png share/doc/HTML/sv/knode/knode-subscribe.png share/doc/HTML/sv/knode/knode-views.png share/doc/HTML/sv/knode/more.docbook share/doc/HTML/sv/knode/using-firststart.docbook share/doc/HTML/sv/knode/using-morefeatures.docbook share/doc/HTML/sv/knode/using-subscribing.docbook share/doc/HTML/sv/knotes/common share/doc/HTML/sv/knotes/index.cache.bz2 share/doc/HTML/sv/knotes/index.docbook share/doc/HTML/sv/kolf/common share/doc/HTML/sv/kolf/index.cache.bz2 share/doc/HTML/sv/kolf/index.docbook share/doc/HTML/sv/kollision/common share/doc/HTML/sv/kollision/index.cache.bz2 share/doc/HTML/sv/kollision/index.docbook share/doc/HTML/sv/kolourpaint/common share/doc/HTML/sv/kolourpaint/image_balance.png share/doc/HTML/sv/kolourpaint/image_emboss.png share/doc/HTML/sv/kolourpaint/image_flatten.png share/doc/HTML/sv/kolourpaint/image_flip.png share/doc/HTML/sv/kolourpaint/image_invert.png share/doc/HTML/sv/kolourpaint/image_reduce_colors.png share/doc/HTML/sv/kolourpaint/image_resize_scale.png share/doc/HTML/sv/kolourpaint/image_rotate.png share/doc/HTML/sv/kolourpaint/image_skew.png share/doc/HTML/sv/kolourpaint/image_soften_sharpen.png share/doc/HTML/sv/kolourpaint/index.cache.bz2 share/doc/HTML/sv/kolourpaint/index.docbook share/doc/HTML/sv/kolourpaint/view_thumbnails.png share/doc/HTML/sv/kommander/basics.docbook share/doc/HTML/sv/kommander/commands.docbook share/doc/HTML/sv/kommander/common share/doc/HTML/sv/kommander/credits.docbook share/doc/HTML/sv/kommander/dcop.docbook share/doc/HTML/sv/kommander/editor.docbook share/doc/HTML/sv/kommander/editor.png share/doc/HTML/sv/kommander/extending.docbook share/doc/HTML/sv/kommander/glossary.docbook share/doc/HTML/sv/kommander/index.cache.bz2 share/doc/HTML/sv/kommander/index.docbook share/doc/HTML/sv/kommander/installation.docbook share/doc/HTML/sv/kommander/introduction.docbook share/doc/HTML/sv/kommander/q-and-a.docbook share/doc/HTML/sv/kommander/specials.docbook share/doc/HTML/sv/kommander/tutorials.docbook share/doc/HTML/sv/kommander/widgets.docbook share/doc/HTML/sv/kompare/common share/doc/HTML/sv/kompare/index.cache.bz2 share/doc/HTML/sv/kompare/index.docbook share/doc/HTML/sv/kompare/settings-diff1.png share/doc/HTML/sv/kompare/settings-diff2.png share/doc/HTML/sv/kompare/settings-diff3.png share/doc/HTML/sv/kompare/settings-diff4.png share/doc/HTML/sv/kompare/settings-view1.png share/doc/HTML/sv/kompare/settings-view2.png share/doc/HTML/sv/konqueror/basics.docbook share/doc/HTML/sv/konqueror/bookmarks.docbook share/doc/HTML/sv/konqueror/browser.docbook share/doc/HTML/sv/konqueror/cmndline.png share/doc/HTML/sv/konqueror/commands.docbook share/doc/HTML/sv/konqueror/common share/doc/HTML/sv/konqueror/config.docbook share/doc/HTML/sv/konqueror/credits.docbook share/doc/HTML/sv/konqueror/dirtree.png share/doc/HTML/sv/konqueror/dragdrop.png share/doc/HTML/sv/konqueror/faq.docbook share/doc/HTML/sv/konqueror/filemanager.docbook share/doc/HTML/sv/konqueror/index.cache.bz2 share/doc/HTML/sv/konqueror/index.docbook share/doc/HTML/sv/konqueror/introduction.docbook share/doc/HTML/sv/konqueror/konqorg.png share/doc/HTML/sv/konqueror/man-kbookmarkmerger.1.docbook share/doc/HTML/sv/konqueror/parts.png share/doc/HTML/sv/konqueror/path-complete.docbook share/doc/HTML/sv/konqueror/plugins.docbook share/doc/HTML/sv/konqueror/save-settings.docbook share/doc/HTML/sv/konqueror/shortcut1.png share/doc/HTML/sv/konqueror/shortcut2.png share/doc/HTML/sv/konqueror/sidebar.docbook share/doc/HTML/sv/konqueror/view-extensions.docbook share/doc/HTML/sv/konquest/common share/doc/HTML/sv/konquest/index.cache.bz2 share/doc/HTML/sv/konquest/index.docbook share/doc/HTML/sv/konsole/common share/doc/HTML/sv/konsole/index.cache.bz2 share/doc/HTML/sv/konsole/index.docbook share/doc/HTML/sv/konsolekalendar/common share/doc/HTML/sv/konsolekalendar/index.cache.bz2 share/doc/HTML/sv/konsolekalendar/index.docbook share/doc/HTML/sv/kontact-admin/common share/doc/HTML/sv/kontact-admin/index.cache.bz2 share/doc/HTML/sv/kontact-admin/index.docbook share/doc/HTML/sv/kontact/calendar-sidebar-icon.png share/doc/HTML/sv/kontact/common share/doc/HTML/sv/kontact/configuration-components.png share/doc/HTML/sv/kontact/configuration-main.png share/doc/HTML/sv/kontact/configuration-starting-component.png share/doc/HTML/sv/kontact/index.cache.bz2 share/doc/HTML/sv/kontact/index.docbook share/doc/HTML/sv/kontact/kaddressbook-sidebar-icon.png share/doc/HTML/sv/kontact/main-view.png share/doc/HTML/sv/kontact/menu-bar-kmail.png share/doc/HTML/sv/kontact/menu-bar-korganizer.png share/doc/HTML/sv/kontact/menu-bar-summary.png share/doc/HTML/sv/kontact/new-menu.png share/doc/HTML/sv/kontact/settings-menu-kmail.png share/doc/HTML/sv/kontact/side-pane.png share/doc/HTML/sv/kontact/summary-view-calendar.png share/doc/HTML/sv/kontact/summary-view-contacts.png share/doc/HTML/sv/kontact/summary-view-kpilot.png share/doc/HTML/sv/kontact/summary-view-mail.png share/doc/HTML/sv/kontact/summary-view-newsticker.png share/doc/HTML/sv/kontact/summary-view-notes.png share/doc/HTML/sv/kontact/summary-view-repositioning.png share/doc/HTML/sv/kontact/summary-view-todos.png share/doc/HTML/sv/kontact/summary-view-weather.png share/doc/HTML/sv/kontact/summary-view.png share/doc/HTML/sv/kontact/todo-list-sidebar-icon.png share/doc/HTML/sv/kopete/chatstyle.docbook share/doc/HTML/sv/kopete/common share/doc/HTML/sv/kopete/icq.docbook share/doc/HTML/sv/kopete/index.cache.bz2 share/doc/HTML/sv/kopete/index.docbook share/doc/HTML/sv/kopete/jabber.docbook share/doc/HTML/sv/kopete/menus.docbook share/doc/HTML/sv/kopete/pipes.docbook share/doc/HTML/sv/korganizer/common share/doc/HTML/sv/korganizer/event-attendees.png share/doc/HTML/sv/korganizer/event-freebusy.png share/doc/HTML/sv/korganizer/event-general.png share/doc/HTML/sv/korganizer/event-recurrence.png share/doc/HTML/sv/korganizer/index.cache.bz2 share/doc/HTML/sv/korganizer/index.docbook share/doc/HTML/sv/korganizer/korganizer-resource.png share/doc/HTML/sv/korganizer/o2v_importing1.png share/doc/HTML/sv/korganizer/o2v_importing2.png share/doc/HTML/sv/korganizer/o2v_importing3.png share/doc/HTML/sv/korganizer/remotefile-resource.png share/doc/HTML/sv/korganizer/todo-general.png share/doc/HTML/sv/kpat/common share/doc/HTML/sv/kpat/index.cache.bz2 share/doc/HTML/sv/kpat/index.docbook share/doc/HTML/sv/kpat/man-kpat.6.docbook share/doc/HTML/sv/kppp/accounting.docbook share/doc/HTML/sv/kppp/callback.docbook share/doc/HTML/sv/kppp/chap.docbook share/doc/HTML/sv/kppp/common share/doc/HTML/sv/kppp/dialog-setup.docbook share/doc/HTML/sv/kppp/getting-online.docbook share/doc/HTML/sv/kppp/global-settings.docbook share/doc/HTML/sv/kppp/hayes.docbook share/doc/HTML/sv/kppp/index.cache.bz2 share/doc/HTML/sv/kppp/index.docbook share/doc/HTML/sv/kppp/kppp-account-accounting-tab.png share/doc/HTML/sv/kppp/kppp-account-dial-tab.png share/doc/HTML/sv/kppp/kppp-account-dns-tab.png share/doc/HTML/sv/kppp/kppp-account-execute-tab.png share/doc/HTML/sv/kppp/kppp-account-gateway-tab.png share/doc/HTML/sv/kppp/kppp-account-ip-tab.png share/doc/HTML/sv/kppp/kppp-account-login-script-tab.png share/doc/HTML/sv/kppp/kppp-config.png share/doc/HTML/sv/kppp/kppp-device-tab.png share/doc/HTML/sv/kppp/kppp-dialler-tab.png share/doc/HTML/sv/kppp/kppp-faq.docbook share/doc/HTML/sv/kppp/kppp-graph-tab.png share/doc/HTML/sv/kppp/kppp-misc-tab.png share/doc/HTML/sv/kppp/kppp-modem-tab.png share/doc/HTML/sv/kppp/kppp-wizard.png share/doc/HTML/sv/kppp/security.docbook share/doc/HTML/sv/kppp/tricks.docbook share/doc/HTML/sv/kppp/wizard.docbook share/doc/HTML/sv/krdc/common share/doc/HTML/sv/krdc/index.cache.bz2 share/doc/HTML/sv/krdc/index.docbook share/doc/HTML/sv/kreversi/common share/doc/HTML/sv/kreversi/index.cache.bz2 share/doc/HTML/sv/kreversi/index.docbook share/doc/HTML/sv/kreversi/kreversi-configuration.png share/doc/HTML/sv/kreversi/kreversi1.png share/doc/HTML/sv/krfb/common share/doc/HTML/sv/krfb/configuration_access.png share/doc/HTML/sv/krfb/configuration_network.png share/doc/HTML/sv/krfb/configuration_session.png share/doc/HTML/sv/krfb/connection.png share/doc/HTML/sv/krfb/email_invitation.png share/doc/HTML/sv/krfb/index.cache.bz2 share/doc/HTML/sv/krfb/index.docbook share/doc/HTML/sv/krfb/invitation_management.png share/doc/HTML/sv/krfb/personal_invitation.png share/doc/HTML/sv/krfb/screenshot.png share/doc/HTML/sv/kruler/common share/doc/HTML/sv/kruler/index.cache.bz2 share/doc/HTML/sv/kruler/index.docbook share/doc/HTML/sv/kshisen/common share/doc/HTML/sv/kshisen/index.cache.bz2 share/doc/HTML/sv/kshisen/index.docbook share/doc/HTML/sv/kshisen/kshisen-configuration.png share/doc/HTML/sv/ksirk/common share/doc/HTML/sv/ksirk/index.cache.bz2 share/doc/HTML/sv/ksirk/index.docbook share/doc/HTML/sv/ksirkskineditor/common share/doc/HTML/sv/ksirkskineditor/index.cache.bz2 share/doc/HTML/sv/ksirkskineditor/index.docbook share/doc/HTML/sv/ksnapshot/common share/doc/HTML/sv/ksnapshot/index.cache.bz2 share/doc/HTML/sv/ksnapshot/index.docbook share/doc/HTML/sv/ksnapshot/preview.png share/doc/HTML/sv/ksnapshot/window.png share/doc/HTML/sv/kspaceduel/common share/doc/HTML/sv/kspaceduel/index.cache.bz2 share/doc/HTML/sv/kspaceduel/index.docbook share/doc/HTML/sv/kspaceduel/kspaceduel3.png share/doc/HTML/sv/ksquares/common share/doc/HTML/sv/ksquares/index.cache.bz2 share/doc/HTML/sv/ksquares/index.docbook share/doc/HTML/sv/kstars/aavso.png share/doc/HTML/sv/kstars/ai-contents.docbook share/doc/HTML/sv/kstars/altvstime.docbook share/doc/HTML/sv/kstars/altvstime.png share/doc/HTML/sv/kstars/astroinfo.docbook share/doc/HTML/sv/kstars/blackbody.docbook share/doc/HTML/sv/kstars/blackbody.png share/doc/HTML/sv/kstars/calc-angdist.docbook share/doc/HTML/sv/kstars/calc-angdist.png share/doc/HTML/sv/kstars/calc-apcoords.docbook share/doc/HTML/sv/kstars/calc-apcoords.png share/doc/HTML/sv/kstars/calc-dayduration.docbook share/doc/HTML/sv/kstars/calc-daylength.png share/doc/HTML/sv/kstars/calc-ecliptic.docbook share/doc/HTML/sv/kstars/calc-ecliptic.png share/doc/HTML/sv/kstars/calc-eqgal.docbook share/doc/HTML/sv/kstars/calc-eqgal.png share/doc/HTML/sv/kstars/calc-equinox.docbook share/doc/HTML/sv/kstars/calc-equinox.png share/doc/HTML/sv/kstars/calc-geodetic.docbook share/doc/HTML/sv/kstars/calc-geodetic.png share/doc/HTML/sv/kstars/calc-horizontal.docbook share/doc/HTML/sv/kstars/calc-horizontal.png share/doc/HTML/sv/kstars/calc-julian.png share/doc/HTML/sv/kstars/calc-julianday.docbook share/doc/HTML/sv/kstars/calc-planetcoords.docbook share/doc/HTML/sv/kstars/calc-planetcoords.png share/doc/HTML/sv/kstars/calc-precess.png share/doc/HTML/sv/kstars/calc-sidereal.docbook share/doc/HTML/sv/kstars/calc-sidereal.png share/doc/HTML/sv/kstars/calculator.docbook share/doc/HTML/sv/kstars/cequator.docbook share/doc/HTML/sv/kstars/color_indices.png share/doc/HTML/sv/kstars/colorandtemp.docbook share/doc/HTML/sv/kstars/commands.docbook share/doc/HTML/sv/kstars/common share/doc/HTML/sv/kstars/config.docbook share/doc/HTML/sv/kstars/cosmicdist.docbook share/doc/HTML/sv/kstars/cpoles.docbook share/doc/HTML/sv/kstars/credits.docbook share/doc/HTML/sv/kstars/csphere.docbook share/doc/HTML/sv/kstars/darkmatter.docbook share/doc/HTML/sv/kstars/detaildialog.png share/doc/HTML/sv/kstars/details.docbook share/doc/HTML/sv/kstars/devicemanager.png share/doc/HTML/sv/kstars/dumpmode.docbook share/doc/HTML/sv/kstars/ecliptic.docbook share/doc/HTML/sv/kstars/ellipticalgalaxies.docbook share/doc/HTML/sv/kstars/epoch.docbook share/doc/HTML/sv/kstars/equinox.docbook share/doc/HTML/sv/kstars/faq.docbook share/doc/HTML/sv/kstars/find.png share/doc/HTML/sv/kstars/fitsarea.png share/doc/HTML/sv/kstars/fitsviewer.docbook share/doc/HTML/sv/kstars/flux.docbook share/doc/HTML/sv/kstars/fovdialog.png share/doc/HTML/sv/kstars/geocoords.docbook share/doc/HTML/sv/kstars/geolocator.png share/doc/HTML/sv/kstars/greatcircle.docbook share/doc/HTML/sv/kstars/horizon.docbook share/doc/HTML/sv/kstars/hourangle.docbook share/doc/HTML/sv/kstars/index.cache.bz2 share/doc/HTML/sv/kstars/index.docbook share/doc/HTML/sv/kstars/indi.docbook share/doc/HTML/sv/kstars/indicapture.png share/doc/HTML/sv/kstars/indiclient.png share/doc/HTML/sv/kstars/indicontrolpanel.png share/doc/HTML/sv/kstars/install.docbook share/doc/HTML/sv/kstars/jmoons.docbook share/doc/HTML/sv/kstars/jmoons.png share/doc/HTML/sv/kstars/julianday.docbook share/doc/HTML/sv/kstars/leapyear.docbook share/doc/HTML/sv/kstars/lightcurve.png share/doc/HTML/sv/kstars/lightcurves.docbook share/doc/HTML/sv/kstars/luminosity.docbook share/doc/HTML/sv/kstars/magnitude.docbook share/doc/HTML/sv/kstars/meridian.docbook share/doc/HTML/sv/kstars/newfov.png share/doc/HTML/sv/kstars/observinglist.docbook share/doc/HTML/sv/kstars/observinglist.png share/doc/HTML/sv/kstars/obsplanner.docbook share/doc/HTML/sv/kstars/parallax.docbook share/doc/HTML/sv/kstars/popup.png share/doc/HTML/sv/kstars/precession.docbook share/doc/HTML/sv/kstars/quicktour.docbook share/doc/HTML/sv/kstars/retrograde.docbook share/doc/HTML/sv/kstars/screen1.png share/doc/HTML/sv/kstars/scriptbuilder.docbook share/doc/HTML/sv/kstars/scriptbuilder.png share/doc/HTML/sv/kstars/sidereal.docbook share/doc/HTML/sv/kstars/skycoords.docbook share/doc/HTML/sv/kstars/skymapdevice.png share/doc/HTML/sv/kstars/solarsys.docbook share/doc/HTML/sv/kstars/solarsystem.png share/doc/HTML/sv/kstars/spiralgalaxies.docbook share/doc/HTML/sv/kstars/star_colors.png share/doc/HTML/sv/kstars/stars.docbook share/doc/HTML/sv/kstars/telescopes.docbook share/doc/HTML/sv/kstars/timezones.docbook share/doc/HTML/sv/kstars/tools.docbook share/doc/HTML/sv/kstars/utime.docbook share/doc/HTML/sv/kstars/viewops.png share/doc/HTML/sv/kstars/wut.docbook share/doc/HTML/sv/kstars/wut.png share/doc/HTML/sv/kstars/zenith.docbook share/doc/HTML/sv/ksudoku/common share/doc/HTML/sv/ksudoku/index.cache.bz2 share/doc/HTML/sv/ksudoku/index.docbook share/doc/HTML/sv/ksysguard/common share/doc/HTML/sv/ksysguard/index.cache.bz2 share/doc/HTML/sv/ksysguard/index.docbook share/doc/HTML/sv/ksystemlog/common share/doc/HTML/sv/ksystemlog/index.cache.bz2 share/doc/HTML/sv/ksystemlog/index.docbook share/doc/HTML/sv/kteatime/common share/doc/HTML/sv/kteatime/config.png share/doc/HTML/sv/kteatime/index.cache.bz2 share/doc/HTML/sv/kteatime/index.docbook share/doc/HTML/sv/ktimer/common share/doc/HTML/sv/ktimer/index.cache.bz2 share/doc/HTML/sv/ktimer/index.docbook share/doc/HTML/sv/ktimetracker/common share/doc/HTML/sv/ktimetracker/copy-this-task.png share/doc/HTML/sv/ktimetracker/csvexport.png share/doc/HTML/sv/ktimetracker/daterange.png share/doc/HTML/sv/ktimetracker/idle-detect.png share/doc/HTML/sv/ktimetracker/index.cache.bz2 share/doc/HTML/sv/ktimetracker/index.docbook share/doc/HTML/sv/ktimetracker/karm.png share/doc/HTML/sv/ktnef/common share/doc/HTML/sv/ktnef/index.cache.bz2 share/doc/HTML/sv/ktnef/index.docbook share/doc/HTML/sv/ktouch/color_options.png share/doc/HTML/sv/ktouch/common share/doc/HTML/sv/ktouch/general_options.png share/doc/HTML/sv/ktouch/index.cache.bz2 share/doc/HTML/sv/ktouch/index.docbook share/doc/HTML/sv/ktouch/keyboard_options.png share/doc/HTML/sv/ktouch/main_screen_default_color.png share/doc/HTML/sv/ktouch/main_window_german.png share/doc/HTML/sv/ktouch/man-ktouch.1.docbook share/doc/HTML/sv/ktouch/statistics_dialog.png share/doc/HTML/sv/ktouch/statistics_dialog_chart.png share/doc/HTML/sv/ktouch/training_options.png share/doc/HTML/sv/ktron/common share/doc/HTML/sv/ktron/index.cache.bz2 share/doc/HTML/sv/ktron/index.docbook share/doc/HTML/sv/ktuberling/common share/doc/HTML/sv/ktuberling/index.cache.bz2 share/doc/HTML/sv/ktuberling/index.docbook share/doc/HTML/sv/ktuberling/menu-edit.png share/doc/HTML/sv/ktuberling/menu-game.png share/doc/HTML/sv/ktuberling/menu-help.png share/doc/HTML/sv/ktuberling/menu-settings.png share/doc/HTML/sv/ktuberling/technical-reference.docbook share/doc/HTML/sv/kturtle/common share/doc/HTML/sv/kturtle/getting-started.docbook share/doc/HTML/sv/kturtle/glossary.docbook share/doc/HTML/sv/kturtle/index.cache.bz2 share/doc/HTML/sv/kturtle/index.docbook share/doc/HTML/sv/kturtle/mainwindow.png share/doc/HTML/sv/kturtle/mainwindow_flower_nrs.png share/doc/HTML/sv/kturtle/programming-reference.docbook share/doc/HTML/sv/kturtle/translator-guide.docbook share/doc/HTML/sv/kturtle/using-kturtle.docbook share/doc/HTML/sv/kubrick/common share/doc/HTML/sv/kubrick/index.cache.bz2 share/doc/HTML/sv/kubrick/index.docbook share/doc/HTML/sv/kuser/common share/doc/HTML/sv/kuser/index.cache.bz2 share/doc/HTML/sv/kuser/index.docbook share/doc/HTML/sv/kuser/kuser.png share/doc/HTML/sv/kwallet/common share/doc/HTML/sv/kwallet/edit1.png share/doc/HTML/sv/kwallet/edit2.png share/doc/HTML/sv/kwallet/index.cache.bz2 share/doc/HTML/sv/kwallet/index.docbook share/doc/HTML/sv/kwallet/kwalletmanager.png share/doc/HTML/sv/kwatchgnupg/common share/doc/HTML/sv/kwatchgnupg/index.cache.bz2 share/doc/HTML/sv/kwatchgnupg/index.docbook share/doc/HTML/sv/kwordquiz/common share/doc/HTML/sv/kwordquiz/index.cache.bz2 share/doc/HTML/sv/kwordquiz/index.docbook share/doc/HTML/sv/kwordquiz/kwq-dlg-characters.png share/doc/HTML/sv/kwordquiz/kwq-dlg-configure-characters.png share/doc/HTML/sv/kwordquiz/kwq-dlg-configure-editor.png share/doc/HTML/sv/kwordquiz/kwq-dlg-configure-quiz.png share/doc/HTML/sv/kwordquiz/kwq-dlg-languages.png share/doc/HTML/sv/kwordquiz/kwq-dlg-print-exam.png share/doc/HTML/sv/kwordquiz/kwq-dlg-print-flashcard.png share/doc/HTML/sv/kwordquiz/kwq-dlg-print-list.png share/doc/HTML/sv/kwordquiz/kwq-dlg-print-type.png share/doc/HTML/sv/kwordquiz/kwq-dlg-rowscolumns.png share/doc/HTML/sv/kwordquiz/kwq-editor.png share/doc/HTML/sv/kwordquiz/kwq-flashcard.png share/doc/HTML/sv/kwordquiz/kwq-multiple.png share/doc/HTML/sv/kwordquiz/kwq-qanda.png share/doc/HTML/sv/kwrite/common share/doc/HTML/sv/kwrite/configuring.docbook share/doc/HTML/sv/kwrite/fundamentals.docbook share/doc/HTML/sv/kwrite/index.cache.bz2 share/doc/HTML/sv/kwrite/index.docbook share/doc/HTML/sv/kwrite/menus.docbook share/doc/HTML/sv/lokalize/common share/doc/HTML/sv/lokalize/index.cache.bz2 share/doc/HTML/sv/lokalize/index.docbook share/doc/HTML/sv/lskat/common share/doc/HTML/sv/lskat/index.cache.bz2 share/doc/HTML/sv/lskat/index.docbook share/doc/HTML/sv/marble/common share/doc/HTML/sv/marble/index.cache.bz2 share/doc/HTML/sv/marble/index.docbook share/doc/HTML/sv/okteta/common share/doc/HTML/sv/okteta/index.cache.bz2 share/doc/HTML/sv/okteta/index.docbook share/doc/HTML/sv/okular/common share/doc/HTML/sv/okular/configure.png share/doc/HTML/sv/okular/index.cache.bz2 share/doc/HTML/sv/okular/index.docbook share/doc/HTML/sv/okular/man-okular.1.docbook share/doc/HTML/sv/onlinehelp/common share/doc/HTML/sv/onlinehelp/index.cache.bz2 share/doc/HTML/sv/onlinehelp/index.docbook share/doc/HTML/sv/palapeli/common share/doc/HTML/sv/palapeli/index.cache.bz2 share/doc/HTML/sv/palapeli/index.docbook share/doc/HTML/sv/parley/art-query-dlg.png share/doc/HTML/sv/parley/common share/doc/HTML/sv/parley/comp-query-dlg.png share/doc/HTML/sv/parley/docprop1-dlg.png share/doc/HTML/sv/parley/docprop2-dlg.png share/doc/HTML/sv/parley/docprop6-dlg.png share/doc/HTML/sv/parley/entry1-dlg.png share/doc/HTML/sv/parley/entry2-dlg.png share/doc/HTML/sv/parley/entry3-dlg.png share/doc/HTML/sv/parley/entry4-dlg.png share/doc/HTML/sv/parley/entry5-dlg.png share/doc/HTML/sv/parley/entry6-dlg.png share/doc/HTML/sv/parley/get-new-stuff.png share/doc/HTML/sv/parley/index.cache.bz2 share/doc/HTML/sv/parley/index.docbook share/doc/HTML/sv/parley/lang1-dlg.png share/doc/HTML/sv/parley/mainview.png share/doc/HTML/sv/parley/mu-query-dlg.png share/doc/HTML/sv/parley/options1-dlg.png share/doc/HTML/sv/parley/options2-dlg.png share/doc/HTML/sv/parley/options3-dlg.png share/doc/HTML/sv/parley/options4-dlg.png share/doc/HTML/sv/parley/options5-dlg.png share/doc/HTML/sv/parley/options6-dlg.png share/doc/HTML/sv/parley/options7-dlg.png share/doc/HTML/sv/parley/profiles.png share/doc/HTML/sv/parley/pron-dlg.png share/doc/HTML/sv/parley/query-dlg.png share/doc/HTML/sv/parley/quick-1.png share/doc/HTML/sv/parley/quick-2.png share/doc/HTML/sv/parley/quick-3.png share/doc/HTML/sv/parley/quick-4.png share/doc/HTML/sv/parley/quick-5.png share/doc/HTML/sv/parley/stat1-dlg.png share/doc/HTML/sv/parley/stat2-dlg.png share/doc/HTML/sv/parley/syn-query-dlg.png share/doc/HTML/sv/parley/verb-query-dlg.png share/doc/HTML/sv/picmi/common share/doc/HTML/sv/picmi/index.cache.bz2 share/doc/HTML/sv/picmi/index.docbook share/doc/HTML/sv/plasma-desktop/common share/doc/HTML/sv/plasma-desktop/index.cache.bz2 share/doc/HTML/sv/plasma-desktop/index.docbook share/doc/HTML/sv/rocs/common share/doc/HTML/sv/rocs/index.cache.bz2 share/doc/HTML/sv/rocs/index.docbook share/doc/HTML/sv/sonnet/common share/doc/HTML/sv/sonnet/index.cache.bz2 share/doc/HTML/sv/sonnet/index.docbook share/doc/HTML/sv/step/common share/doc/HTML/sv/step/examples.docbook share/doc/HTML/sv/step/index.cache.bz2 share/doc/HTML/sv/step/index.docbook share/doc/HTML/sv/step/tutorials.docbook share/doc/HTML/sv/sweeper/common share/doc/HTML/sv/sweeper/index.cache.bz2 share/doc/HTML/sv/sweeper/index.docbook share/doc/HTML/sv/systemsettings/common share/doc/HTML/sv/systemsettings/index.cache.bz2 share/doc/HTML/sv/systemsettings/index.docbook share/doc/HTML/sv/umbrello/activity-diagram.png share/doc/HTML/sv/umbrello/aggregation.png share/doc/HTML/sv/umbrello/association.png share/doc/HTML/sv/umbrello/authors.docbook share/doc/HTML/sv/umbrello/class-diagram.png share/doc/HTML/sv/umbrello/class.png share/doc/HTML/sv/umbrello/code-import.png share/doc/HTML/sv/umbrello/code_import_and_generation.docbook share/doc/HTML/sv/umbrello/collaboration-diagram.png share/doc/HTML/sv/umbrello/common share/doc/HTML/sv/umbrello/composition.png share/doc/HTML/sv/umbrello/credits.docbook share/doc/HTML/sv/umbrello/folders.png share/doc/HTML/sv/umbrello/generalization.png share/doc/HTML/sv/umbrello/generation-options.png share/doc/HTML/sv/umbrello/index.cache.bz2 share/doc/HTML/sv/umbrello/index.docbook share/doc/HTML/sv/umbrello/introduction.docbook share/doc/HTML/sv/umbrello/other_features.docbook share/doc/HTML/sv/umbrello/sequence-diagram.png share/doc/HTML/sv/umbrello/state-diagram.png share/doc/HTML/sv/umbrello/umbrello-ui.png share/doc/HTML/sv/umbrello/uml_basics.docbook share/doc/HTML/sv/umbrello/use-case-diagram.png share/doc/HTML/sv/umbrello/working_with_umbrello.docbook share/locale/sv/LC_MESSAGES/accountwizard.mo share/locale/sv/LC_MESSAGES/accountwizard_ical.mo share/locale/sv/LC_MESSAGES/accountwizard_imap.mo share/locale/sv/LC_MESSAGES/accountwizard_kolab.mo share/locale/sv/LC_MESSAGES/accountwizard_mailbox.mo share/locale/sv/LC_MESSAGES/accountwizard_maildir.mo share/locale/sv/LC_MESSAGES/accountwizard_pop3.mo share/locale/sv/LC_MESSAGES/accountwizard_tine20.mo share/locale/sv/LC_MESSAGES/activitymanager_plugin_globalshortcuts.mo share/locale/sv/LC_MESSAGES/activitymanager_uihandler_declarative.mo share/locale/sv/LC_MESSAGES/adblock.mo share/locale/sv/LC_MESSAGES/akonadi-filestore.mo share/locale/sv/LC_MESSAGES/akonadi_archivemail_agent.mo share/locale/sv/LC_MESSAGES/akonadi_birthdays_resource.mo share/locale/sv/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/sv/LC_MESSAGES/akonadi_davgroupware_resource.mo share/locale/sv/LC_MESSAGES/akonadi_google_resource.mo share/locale/sv/LC_MESSAGES/akonadi_ical_resource.mo share/locale/sv/LC_MESSAGES/akonadi_icaldir_resource.mo share/locale/sv/LC_MESSAGES/akonadi_imap_resource.mo share/locale/sv/LC_MESSAGES/akonadi_invitations_agent.mo share/locale/sv/LC_MESSAGES/akonadi_kabc_resource.mo share/locale/sv/LC_MESSAGES/akonadi_kalarm_resource.mo share/locale/sv/LC_MESSAGES/akonadi_kcal_resource.mo share/locale/sv/LC_MESSAGES/akonadi_kdeaccounts_resource.mo share/locale/sv/LC_MESSAGES/akonadi_knut_resource.mo share/locale/sv/LC_MESSAGES/akonadi_kolabproxy_resource.mo share/locale/sv/LC_MESSAGES/akonadi_kresourceassistant.mo share/locale/sv/LC_MESSAGES/akonadi_localbookmarks_resource.mo share/locale/sv/LC_MESSAGES/akonadi_maildir_resource.mo share/locale/sv/LC_MESSAGES/akonadi_maildispatcher_agent.mo share/locale/sv/LC_MESSAGES/akonadi_mailfilter_agent.mo share/locale/sv/LC_MESSAGES/akonadi_mailtransport_resource.mo share/locale/sv/LC_MESSAGES/akonadi_mbox_resource.mo share/locale/sv/LC_MESSAGES/akonadi_microblog_resource.mo share/locale/sv/LC_MESSAGES/akonadi_mixedmaildir_resource.mo share/locale/sv/LC_MESSAGES/akonadi_nepomuk_feeder.mo share/locale/sv/LC_MESSAGES/akonadi_nepomuktag_resource.mo share/locale/sv/LC_MESSAGES/akonadi_next.mo share/locale/sv/LC_MESSAGES/akonadi_nntp_resource.mo share/locale/sv/LC_MESSAGES/akonadi_openxchange_resource.mo share/locale/sv/LC_MESSAGES/akonadi_pop3_resource.mo share/locale/sv/LC_MESSAGES/akonadi_serializer_plugins.mo share/locale/sv/LC_MESSAGES/akonadi_singlefile_resource.mo share/locale/sv/LC_MESSAGES/akonadi_strigi_feeder.mo share/locale/sv/LC_MESSAGES/akonadi_vcard_resource.mo share/locale/sv/LC_MESSAGES/akonadi_vcarddir_resource.mo share/locale/sv/LC_MESSAGES/akonadicontact.mo share/locale/sv/LC_MESSAGES/akonadinotes.mo share/locale/sv/LC_MESSAGES/akonaditray.mo share/locale/sv/LC_MESSAGES/akregator.mo share/locale/sv/LC_MESSAGES/akregator_konqplugin.mo share/locale/sv/LC_MESSAGES/amor.mo share/locale/sv/LC_MESSAGES/analitza.mo share/locale/sv/LC_MESSAGES/ark.mo share/locale/sv/LC_MESSAGES/attica_kde.mo share/locale/sv/LC_MESSAGES/audiocd_encoder_lame.mo share/locale/sv/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/sv/LC_MESSAGES/audiorename_plugin.mo share/locale/sv/LC_MESSAGES/autorefresh.mo share/locale/sv/LC_MESSAGES/babelfish.mo share/locale/sv/LC_MESSAGES/blinken.mo share/locale/sv/LC_MESSAGES/blogilo.mo share/locale/sv/LC_MESSAGES/bomber.mo share/locale/sv/LC_MESSAGES/bovo.mo share/locale/sv/LC_MESSAGES/calendarsupport.mo share/locale/sv/LC_MESSAGES/cantor.mo share/locale/sv/LC_MESSAGES/cervisia.mo share/locale/sv/LC_MESSAGES/cryptopageplugin.mo share/locale/sv/LC_MESSAGES/cvsservice.mo share/locale/sv/LC_MESSAGES/dirfilterplugin.mo share/locale/sv/LC_MESSAGES/display.mo share/locale/sv/LC_MESSAGES/dolphin.mo share/locale/sv/LC_MESSAGES/domtreeviewer.mo share/locale/sv/LC_MESSAGES/dragonplayer.mo share/locale/sv/LC_MESSAGES/drkonqi.mo share/locale/sv/LC_MESSAGES/filelight.mo share/locale/sv/LC_MESSAGES/filetypes.mo share/locale/sv/LC_MESSAGES/fileviewbazaarplugin.mo share/locale/sv/LC_MESSAGES/fileviewgitplugin.mo share/locale/sv/LC_MESSAGES/fileviewhgplugin.mo share/locale/sv/LC_MESSAGES/fileviewsvnplugin.mo share/locale/sv/LC_MESSAGES/freespacenotifier.mo share/locale/sv/LC_MESSAGES/fsview.mo share/locale/sv/LC_MESSAGES/granatier.mo share/locale/sv/LC_MESSAGES/gwenview.mo share/locale/sv/LC_MESSAGES/htmlsearch.mo share/locale/sv/LC_MESSAGES/imagerename_plugin.mo share/locale/sv/LC_MESSAGES/imgalleryplugin.mo share/locale/sv/LC_MESSAGES/importwizard.mo share/locale/sv/LC_MESSAGES/jovie.mo share/locale/sv/LC_MESSAGES/joystick.mo share/locale/sv/LC_MESSAGES/juk.mo share/locale/sv/LC_MESSAGES/kabc.mo share/locale/sv/LC_MESSAGES/kabc_akonadi.mo share/locale/sv/LC_MESSAGES/kabc_dir.mo share/locale/sv/LC_MESSAGES/kabc_file.mo share/locale/sv/LC_MESSAGES/kabc_ldapkio.mo share/locale/sv/LC_MESSAGES/kabc_net.mo share/locale/sv/LC_MESSAGES/kabcclient.mo share/locale/sv/LC_MESSAGES/kabcformat_binary.mo share/locale/sv/LC_MESSAGES/kaccess.mo share/locale/sv/LC_MESSAGES/kaccessibleapp.mo share/locale/sv/LC_MESSAGES/kactivitymanagerd.mo share/locale/sv/LC_MESSAGES/kactivitymanagerd_fileitem_linking_plugin.mo share/locale/sv/LC_MESSAGES/kaddressbook-mobile.mo share/locale/sv/LC_MESSAGES/kaddressbook.mo share/locale/sv/LC_MESSAGES/kaddressbookmigrator.mo share/locale/sv/LC_MESSAGES/kajongg.mo share/locale/sv/LC_MESSAGES/kalarm.mo share/locale/sv/LC_MESSAGES/kalgebra.mo share/locale/sv/LC_MESSAGES/kalzium.mo share/locale/sv/LC_MESSAGES/kanagram-harmattan.mo share/locale/sv/LC_MESSAGES/kanagram.mo share/locale/sv/LC_MESSAGES/kapman.mo share/locale/sv/LC_MESSAGES/kapptemplate.mo share/locale/sv/LC_MESSAGES/kate-ctags-plugin.mo share/locale/sv/LC_MESSAGES/kate.mo share/locale/sv/LC_MESSAGES/kate_kttsd.mo share/locale/sv/LC_MESSAGES/katebacktracebrowserplugin.mo share/locale/sv/LC_MESSAGES/katebuild-plugin.mo share/locale/sv/LC_MESSAGES/katefilebrowserplugin.mo share/locale/sv/LC_MESSAGES/katefiletemplates.mo share/locale/sv/LC_MESSAGES/kategdbplugin.mo share/locale/sv/LC_MESSAGES/katehelloworld.mo share/locale/sv/LC_MESSAGES/katekonsoleplugin.mo share/locale/sv/LC_MESSAGES/katemailfilesplugin.mo share/locale/sv/LC_MESSAGES/kateopenheader.mo share/locale/sv/LC_MESSAGES/katepart4.mo share/locale/sv/LC_MESSAGES/kateproject.mo share/locale/sv/LC_MESSAGES/katesearch.mo share/locale/sv/LC_MESSAGES/katesnippets_tng.mo share/locale/sv/LC_MESSAGES/katesnippetsplugin.mo share/locale/sv/LC_MESSAGES/katesql.mo share/locale/sv/LC_MESSAGES/katesymbolviewer.mo share/locale/sv/LC_MESSAGES/katetabbarextension.mo share/locale/sv/LC_MESSAGES/katetabifyplugin.mo share/locale/sv/LC_MESSAGES/katetextfilter.mo share/locale/sv/LC_MESSAGES/katexmlcheck.mo share/locale/sv/LC_MESSAGES/katexmltools.mo share/locale/sv/LC_MESSAGES/katomic.mo share/locale/sv/LC_MESSAGES/kbattleship.mo share/locale/sv/LC_MESSAGES/kblackbox.mo share/locale/sv/LC_MESSAGES/kblankscrn.mo share/locale/sv/LC_MESSAGES/kblocks.mo share/locale/sv/LC_MESSAGES/kbounce.mo share/locale/sv/LC_MESSAGES/kbreakout.mo share/locale/sv/LC_MESSAGES/kbruch.mo share/locale/sv/LC_MESSAGES/kcachegrind.mo share/locale/sv/LC_MESSAGES/kcachegrind_qt.mo share/locale/sv/LC_MESSAGES/kcal_akonadi.mo share/locale/sv/LC_MESSAGES/kcalc.mo share/locale/sv/LC_MESSAGES/kcertpart.mo share/locale/sv/LC_MESSAGES/kcharselect.mo share/locale/sv/LC_MESSAGES/kcm-kwin-scripts.mo share/locale/sv/LC_MESSAGES/kcm_activities.mo share/locale/sv/LC_MESSAGES/kcm_akonadi.mo share/locale/sv/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/sv/LC_MESSAGES/kcm_attica.mo share/locale/sv/LC_MESSAGES/kcm_autostart.mo share/locale/sv/LC_MESSAGES/kcm_desktoppaths.mo share/locale/sv/LC_MESSAGES/kcm_desktopthemedetails.mo share/locale/sv/LC_MESSAGES/kcm_device_automounter.mo share/locale/sv/LC_MESSAGES/kcm_emoticons.mo share/locale/sv/LC_MESSAGES/kcm_infobase.mo share/locale/sv/LC_MESSAGES/kcm_infosummary.mo -share/locale/sv/LC_MESSAGES/kcm_krfb.mo share/locale/sv/LC_MESSAGES/kcm_kwindesktop.mo share/locale/sv/LC_MESSAGES/kcm_kwintabbox.mo share/locale/sv/LC_MESSAGES/kcm_memory.mo share/locale/sv/LC_MESSAGES/kcm_nepomuk.mo share/locale/sv/LC_MESSAGES/kcm_pci.mo share/locale/sv/LC_MESSAGES/kcm_phonon.mo share/locale/sv/LC_MESSAGES/kcm_platform.mo share/locale/sv/LC_MESSAGES/kcm_remotecontrol.mo share/locale/sv/LC_MESSAGES/kcm_solid.mo share/locale/sv/LC_MESSAGES/kcm_solid_actions.mo share/locale/sv/LC_MESSAGES/kcm_standard_actions.mo share/locale/sv/LC_MESSAGES/kcmaccess.mo share/locale/sv/LC_MESSAGES/kcmaudiocd.mo share/locale/sv/LC_MESSAGES/kcmbackground.mo share/locale/sv/LC_MESSAGES/kcmbell.mo share/locale/sv/LC_MESSAGES/kcmcddb.mo share/locale/sv/LC_MESSAGES/kcmcgi.mo share/locale/sv/LC_MESSAGES/kcmcolors.mo share/locale/sv/LC_MESSAGES/kcmcomponentchooser.mo share/locale/sv/LC_MESSAGES/kcmcrypto.mo share/locale/sv/LC_MESSAGES/kcmdevinfo.mo share/locale/sv/LC_MESSAGES/kcmfonts.mo share/locale/sv/LC_MESSAGES/kcmhtmlsearch.mo share/locale/sv/LC_MESSAGES/kcmicons.mo share/locale/sv/LC_MESSAGES/kcminfo.mo share/locale/sv/LC_MESSAGES/kcminit.mo share/locale/sv/LC_MESSAGES/kcminput.mo share/locale/sv/LC_MESSAGES/kcmkamera.mo share/locale/sv/LC_MESSAGES/kcmkclock.mo share/locale/sv/LC_MESSAGES/kcmkded.mo share/locale/sv/LC_MESSAGES/kcmkdnssd.mo share/locale/sv/LC_MESSAGES/kcmkeyboard.mo share/locale/sv/LC_MESSAGES/kcmkeys.mo share/locale/sv/LC_MESSAGES/kcmkgamma.mo share/locale/sv/LC_MESSAGES/kcmkio.mo share/locale/sv/LC_MESSAGES/kcmkonq.mo share/locale/sv/LC_MESSAGES/kcmkonqhtml.mo share/locale/sv/LC_MESSAGES/kcmkurifilt.mo share/locale/sv/LC_MESSAGES/kcmkwallet.mo share/locale/sv/LC_MESSAGES/kcmkwincompositing.mo share/locale/sv/LC_MESSAGES/kcmkwindecoration.mo share/locale/sv/LC_MESSAGES/kcmkwinrules.mo share/locale/sv/LC_MESSAGES/kcmkwinscreenedges.mo share/locale/sv/LC_MESSAGES/kcmkwm.mo share/locale/sv/LC_MESSAGES/kcmlaunch.mo share/locale/sv/LC_MESSAGES/kcmlocale.mo share/locale/sv/LC_MESSAGES/kcmnic.mo share/locale/sv/LC_MESSAGES/kcmnotify.mo share/locale/sv/LC_MESSAGES/kcmopengl.mo share/locale/sv/LC_MESSAGES/kcmperformance.mo share/locale/sv/LC_MESSAGES/kcmsamba.mo share/locale/sv/LC_MESSAGES/kcmscreensaver.mo share/locale/sv/LC_MESSAGES/kcmshell.mo share/locale/sv/LC_MESSAGES/kcmsmartcard.mo share/locale/sv/LC_MESSAGES/kcmsmserver.mo share/locale/sv/LC_MESSAGES/kcmstyle.mo share/locale/sv/LC_MESSAGES/kcmusb.mo share/locale/sv/LC_MESSAGES/kcmview1394.mo share/locale/sv/LC_MESSAGES/kcmworkspaceoptions.mo share/locale/sv/LC_MESSAGES/kcolorchooser.mo share/locale/sv/LC_MESSAGES/kcron.mo share/locale/sv/LC_MESSAGES/kde-menu.mo share/locale/sv/LC_MESSAGES/kdeasciiquarium.mo share/locale/sv/LC_MESSAGES/kdebugdialog.mo share/locale/sv/LC_MESSAGES/kdecalendarsystems.mo share/locale/sv/LC_MESSAGES/kdelibs4.mo share/locale/sv/LC_MESSAGES/kdelibs_colors4.mo share/locale/sv/LC_MESSAGES/kdepasswd.mo share/locale/sv/LC_MESSAGES/kdepim-runtime-qml.mo share/locale/sv/LC_MESSAGES/kdeqt.mo share/locale/sv/LC_MESSAGES/kdesu.mo share/locale/sv/LC_MESSAGES/kdesud.mo share/locale/sv/LC_MESSAGES/kdf.mo share/locale/sv/LC_MESSAGES/kdgantt2.mo share/locale/sv/LC_MESSAGES/kdialog.mo share/locale/sv/LC_MESSAGES/kdiamond.mo share/locale/sv/LC_MESSAGES/kdmconfig.mo share/locale/sv/LC_MESSAGES/kdmgreet.mo share/locale/sv/LC_MESSAGES/kdontchangethehostname.mo share/locale/sv/LC_MESSAGES/keditbookmarks.mo share/locale/sv/LC_MESSAGES/kfile.mo share/locale/sv/LC_MESSAGES/kfile_dds.mo share/locale/sv/LC_MESSAGES/kfile_drgeo.mo share/locale/sv/LC_MESSAGES/kfile_exr.mo share/locale/sv/LC_MESSAGES/kfile_kig.mo share/locale/sv/LC_MESSAGES/kfile_mail.mo share/locale/sv/LC_MESSAGES/kfile_pnm.mo share/locale/sv/LC_MESSAGES/kfile_raw.mo share/locale/sv/LC_MESSAGES/kfile_rgb.mo share/locale/sv/LC_MESSAGES/kfile_rpm.mo share/locale/sv/LC_MESSAGES/kfile_tiff.mo share/locale/sv/LC_MESSAGES/kfile_xps.mo share/locale/sv/LC_MESSAGES/kfileaudiopreview4.mo share/locale/sv/LC_MESSAGES/kfilereplace.mo share/locale/sv/LC_MESSAGES/kfileshare.mo share/locale/sv/LC_MESSAGES/kfindpart.mo share/locale/sv/LC_MESSAGES/kfloppy.mo share/locale/sv/LC_MESSAGES/kfmclient.mo share/locale/sv/LC_MESSAGES/kfontinst.mo share/locale/sv/LC_MESSAGES/kfourinline.mo share/locale/sv/LC_MESSAGES/kgeography.mo share/locale/sv/LC_MESSAGES/kget.mo share/locale/sv/LC_MESSAGES/kgetplugin.mo share/locale/sv/LC_MESSAGES/kglobalaccel.mo share/locale/sv/LC_MESSAGES/kgoldrunner.mo share/locale/sv/LC_MESSAGES/kgpg.mo share/locale/sv/LC_MESSAGES/kgreet_classic.mo share/locale/sv/LC_MESSAGES/kgreet_generic.mo share/locale/sv/LC_MESSAGES/kgreet_winbind.mo share/locale/sv/LC_MESSAGES/khangman.mo share/locale/sv/LC_MESSAGES/khelpcenter.mo share/locale/sv/LC_MESSAGES/khotkeys.mo share/locale/sv/LC_MESSAGES/khotnewstuff.mo share/locale/sv/LC_MESSAGES/khtmlkttsd.mo share/locale/sv/LC_MESSAGES/khtmlsettingsplugin.mo share/locale/sv/LC_MESSAGES/kiconfinder.mo share/locale/sv/LC_MESSAGES/kig.mo share/locale/sv/LC_MESSAGES/kigo.mo share/locale/sv/LC_MESSAGES/killbots.mo share/locale/sv/LC_MESSAGES/kimagemapeditor.mo -share/locale/sv/LC_MESSAGES/kinetd.mo share/locale/sv/LC_MESSAGES/kinfocenter.mo share/locale/sv/LC_MESSAGES/kio4.mo share/locale/sv/LC_MESSAGES/kio_activities.mo share/locale/sv/LC_MESSAGES/kio_akonadi.mo share/locale/sv/LC_MESSAGES/kio_applications.mo share/locale/sv/LC_MESSAGES/kio_archive.mo share/locale/sv/LC_MESSAGES/kio_audiocd.mo share/locale/sv/LC_MESSAGES/kio_bookmarks.mo share/locale/sv/LC_MESSAGES/kio_finger.mo share/locale/sv/LC_MESSAGES/kio_fish.mo share/locale/sv/LC_MESSAGES/kio_floppy.mo share/locale/sv/LC_MESSAGES/kio_help4.mo share/locale/sv/LC_MESSAGES/kio_imap4.mo share/locale/sv/LC_MESSAGES/kio_info.mo share/locale/sv/LC_MESSAGES/kio_jabberdisco.mo share/locale/sv/LC_MESSAGES/kio_ldap.mo share/locale/sv/LC_MESSAGES/kio_man.mo share/locale/sv/LC_MESSAGES/kio_mbox.mo share/locale/sv/LC_MESSAGES/kio_nepomuk.mo share/locale/sv/LC_MESSAGES/kio_nepomuksearch.mo share/locale/sv/LC_MESSAGES/kio_nfs.mo share/locale/sv/LC_MESSAGES/kio_nntp.mo share/locale/sv/LC_MESSAGES/kio_perldoc.mo share/locale/sv/LC_MESSAGES/kio_pop3.mo share/locale/sv/LC_MESSAGES/kio_recentdocuments.mo share/locale/sv/LC_MESSAGES/kio_remote.mo share/locale/sv/LC_MESSAGES/kio_sftp.mo share/locale/sv/LC_MESSAGES/kio_sieve.mo share/locale/sv/LC_MESSAGES/kio_smb.mo share/locale/sv/LC_MESSAGES/kio_smtp.mo share/locale/sv/LC_MESSAGES/kio_svn.mo share/locale/sv/LC_MESSAGES/kio_tags.mo share/locale/sv/LC_MESSAGES/kio_thumbnail.mo share/locale/sv/LC_MESSAGES/kio_timeline.mo share/locale/sv/LC_MESSAGES/kio_trash.mo share/locale/sv/LC_MESSAGES/kio_zeroconf.mo share/locale/sv/LC_MESSAGES/kioclient.mo share/locale/sv/LC_MESSAGES/kioexec.mo share/locale/sv/LC_MESSAGES/kipiplugin_kxmlhelloworld.mo share/locale/sv/LC_MESSAGES/kiriki.mo share/locale/sv/LC_MESSAGES/kiten.mo share/locale/sv/LC_MESSAGES/kjots.mo share/locale/sv/LC_MESSAGES/kjotsmigrator.mo share/locale/sv/LC_MESSAGES/kjumpingcube.mo share/locale/sv/LC_MESSAGES/kleopatra.mo share/locale/sv/LC_MESSAGES/klettres.mo share/locale/sv/LC_MESSAGES/klickety.mo share/locale/sv/LC_MESSAGES/klines.mo share/locale/sv/LC_MESSAGES/klinkstatus.mo share/locale/sv/LC_MESSAGES/klipper.mo share/locale/sv/LC_MESSAGES/klock.mo share/locale/sv/LC_MESSAGES/kmag.mo share/locale/sv/LC_MESSAGES/kmahjongg.mo share/locale/sv/LC_MESSAGES/kmail-migrator.mo share/locale/sv/LC_MESSAGES/kmail-mobile.mo share/locale/sv/LC_MESSAGES/kmail.mo share/locale/sv/LC_MESSAGES/kmailcvt.mo share/locale/sv/LC_MESSAGES/kmenuedit.mo share/locale/sv/LC_MESSAGES/kmimetypefinder.mo share/locale/sv/LC_MESSAGES/kmines.mo share/locale/sv/LC_MESSAGES/kmix.mo share/locale/sv/LC_MESSAGES/kmousetool.mo share/locale/sv/LC_MESSAGES/kmouth.mo share/locale/sv/LC_MESSAGES/kmplot.mo share/locale/sv/LC_MESSAGES/knetattach.mo share/locale/sv/LC_MESSAGES/knetwalk.mo share/locale/sv/LC_MESSAGES/knode.mo share/locale/sv/LC_MESSAGES/knotes.mo share/locale/sv/LC_MESSAGES/knotify4.mo share/locale/sv/LC_MESSAGES/kolf.mo share/locale/sv/LC_MESSAGES/kollision.mo share/locale/sv/LC_MESSAGES/kolourpaint.mo share/locale/sv/LC_MESSAGES/kommander.mo share/locale/sv/LC_MESSAGES/kompare.mo share/locale/sv/LC_MESSAGES/konqprofiles.mo share/locale/sv/LC_MESSAGES/konqueror.mo share/locale/sv/LC_MESSAGES/konquest.mo share/locale/sv/LC_MESSAGES/konsole.mo share/locale/sv/LC_MESSAGES/konsolekalendar.mo share/locale/sv/LC_MESSAGES/konsoleprofiles.mo share/locale/sv/LC_MESSAGES/kontact.mo share/locale/sv/LC_MESSAGES/kontactinterfaces.mo share/locale/sv/LC_MESSAGES/kopete.mo share/locale/sv/LC_MESSAGES/korganizer-mobile.mo share/locale/sv/LC_MESSAGES/korganizer.mo share/locale/sv/LC_MESSAGES/kpartloader.mo share/locale/sv/LC_MESSAGES/kpartsaver.mo share/locale/sv/LC_MESSAGES/kpasswdserver.mo share/locale/sv/LC_MESSAGES/kpat.mo share/locale/sv/LC_MESSAGES/kppp.mo share/locale/sv/LC_MESSAGES/kppplogview.mo share/locale/sv/LC_MESSAGES/kquitapp.mo share/locale/sv/LC_MESSAGES/krandr.mo share/locale/sv/LC_MESSAGES/krcdnotifieritem.mo share/locale/sv/LC_MESSAGES/krdb.mo share/locale/sv/LC_MESSAGES/krdc.mo share/locale/sv/LC_MESSAGES/kreadconfig.mo share/locale/sv/LC_MESSAGES/kremotecontroldaemon.mo share/locale/sv/LC_MESSAGES/kres-migrator.mo share/locale/sv/LC_MESSAGES/kres_blog.mo share/locale/sv/LC_MESSAGES/kres_remote.mo share/locale/sv/LC_MESSAGES/kresources_shared_akonadi.mo share/locale/sv/LC_MESSAGES/kreversi.mo share/locale/sv/LC_MESSAGES/krfb.mo share/locale/sv/LC_MESSAGES/kruler.mo share/locale/sv/LC_MESSAGES/krunner.mo share/locale/sv/LC_MESSAGES/ksaneplugin.mo share/locale/sv/LC_MESSAGES/kscd.mo share/locale/sv/LC_MESSAGES/kscreenlocker.mo share/locale/sv/LC_MESSAGES/kscreenlocker_greet.mo share/locale/sv/LC_MESSAGES/kscreensaver.mo share/locale/sv/LC_MESSAGES/ksendemail.mo share/locale/sv/LC_MESSAGES/ksgrd.mo share/locale/sv/LC_MESSAGES/kshellcmdplugin.mo share/locale/sv/LC_MESSAGES/kshisen.mo share/locale/sv/LC_MESSAGES/kshorturifilter.mo share/locale/sv/LC_MESSAGES/ksirk.mo share/locale/sv/LC_MESSAGES/ksirkskineditor.mo share/locale/sv/LC_MESSAGES/ksmserver.mo share/locale/sv/LC_MESSAGES/ksnapshot.mo share/locale/sv/LC_MESSAGES/kspaceduel.mo share/locale/sv/LC_MESSAGES/ksplashthemes.mo share/locale/sv/LC_MESSAGES/ksquares.mo share/locale/sv/LC_MESSAGES/kstars.mo share/locale/sv/LC_MESSAGES/kstart.mo share/locale/sv/LC_MESSAGES/kstartperf.mo share/locale/sv/LC_MESSAGES/kstyle_config.mo share/locale/sv/LC_MESSAGES/kstyle_phase_config.mo share/locale/sv/LC_MESSAGES/ksudoku.mo share/locale/sv/LC_MESSAGES/ksysguard.mo share/locale/sv/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/sv/LC_MESSAGES/ksystemlog.mo share/locale/sv/LC_MESSAGES/ksystraycmd.mo share/locale/sv/LC_MESSAGES/kteatime.mo share/locale/sv/LC_MESSAGES/ktesnippets_editor.mo share/locale/sv/LC_MESSAGES/ktexteditor_codesnippets_core.mo share/locale/sv/LC_MESSAGES/ktexteditor_plugins.mo share/locale/sv/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/sv/LC_MESSAGES/ktimer.mo share/locale/sv/LC_MESSAGES/ktimetracker.mo share/locale/sv/LC_MESSAGES/ktnef.mo share/locale/sv/LC_MESSAGES/ktouch.mo share/locale/sv/LC_MESSAGES/ktouchpadenabler.mo share/locale/sv/LC_MESSAGES/ktraderclient.mo share/locale/sv/LC_MESSAGES/ktron.mo share/locale/sv/LC_MESSAGES/ktuberling.mo share/locale/sv/LC_MESSAGES/kturtle.mo share/locale/sv/LC_MESSAGES/ktux.mo share/locale/sv/LC_MESSAGES/kubrick.mo share/locale/sv/LC_MESSAGES/kuiserver.mo share/locale/sv/LC_MESSAGES/kuiviewer.mo share/locale/sv/LC_MESSAGES/kurifilter.mo share/locale/sv/LC_MESSAGES/kuser.mo share/locale/sv/LC_MESSAGES/kwalletd.mo share/locale/sv/LC_MESSAGES/kwalletmanager.mo share/locale/sv/LC_MESSAGES/kwatchgnupg.mo share/locale/sv/LC_MESSAGES/kwin.mo share/locale/sv/LC_MESSAGES/kwin_art_clients.mo share/locale/sv/LC_MESSAGES/kwin_clients.mo share/locale/sv/LC_MESSAGES/kwin_effects.mo share/locale/sv/LC_MESSAGES/kwinshutdown.mo share/locale/sv/LC_MESSAGES/kwinstartmenu.mo share/locale/sv/LC_MESSAGES/kwordquiz.mo share/locale/sv/LC_MESSAGES/kwrite.mo share/locale/sv/LC_MESSAGES/kwriteconfig.mo share/locale/sv/LC_MESSAGES/kxkb.mo share/locale/sv/LC_MESSAGES/kxsconfig.mo share/locale/sv/LC_MESSAGES/lancelot.mo share/locale/sv/LC_MESSAGES/libakonadi-calendar.mo share/locale/sv/LC_MESSAGES/libakonadi-kmime.mo share/locale/sv/LC_MESSAGES/libakonadi.mo share/locale/sv/LC_MESSAGES/libeventviews.mo share/locale/sv/LC_MESSAGES/libincidenceeditors.mo share/locale/sv/LC_MESSAGES/libkalarmcal.mo share/locale/sv/LC_MESSAGES/libkasten.mo share/locale/sv/LC_MESSAGES/libkblog.mo share/locale/sv/LC_MESSAGES/libkcal.mo share/locale/sv/LC_MESSAGES/libkcalutils.mo share/locale/sv/LC_MESSAGES/libkcddb.mo share/locale/sv/LC_MESSAGES/libkcompactdisc.mo share/locale/sv/LC_MESSAGES/libkdcraw.mo share/locale/sv/LC_MESSAGES/libkdecorations.mo share/locale/sv/LC_MESSAGES/libkdeedu.mo share/locale/sv/LC_MESSAGES/libkdegames.mo share/locale/sv/LC_MESSAGES/libkdepim.mo share/locale/sv/LC_MESSAGES/libkdepimmobileui.mo share/locale/sv/LC_MESSAGES/libkexiv2.mo share/locale/sv/LC_MESSAGES/libkholidays.mo share/locale/sv/LC_MESSAGES/libkimap.mo share/locale/sv/LC_MESSAGES/libkipi.mo share/locale/sv/LC_MESSAGES/libkldap.mo share/locale/sv/LC_MESSAGES/libkleopatra.mo share/locale/sv/LC_MESSAGES/libkmahjongg.mo share/locale/sv/LC_MESSAGES/libkmime.mo share/locale/sv/LC_MESSAGES/libkonq.mo share/locale/sv/LC_MESSAGES/libkpgp.mo share/locale/sv/LC_MESSAGES/libkpimidentities.mo share/locale/sv/LC_MESSAGES/libkpimtextedit.mo share/locale/sv/LC_MESSAGES/libkpimutils.mo share/locale/sv/LC_MESSAGES/libkremotecontrol.mo share/locale/sv/LC_MESSAGES/libkresources.mo share/locale/sv/LC_MESSAGES/libksane.mo share/locale/sv/LC_MESSAGES/libkscreensaver.mo share/locale/sv/LC_MESSAGES/libksieve.mo share/locale/sv/LC_MESSAGES/libktnef.mo share/locale/sv/LC_MESSAGES/libkunitconversion.mo share/locale/sv/LC_MESSAGES/libkworkspace.mo share/locale/sv/LC_MESSAGES/libkxmlrpcclient.mo share/locale/sv/LC_MESSAGES/liblancelot-datamodels.mo share/locale/sv/LC_MESSAGES/libmailcommon.mo share/locale/sv/LC_MESSAGES/libmailimporter.mo share/locale/sv/LC_MESSAGES/libmailtransport.mo share/locale/sv/LC_MESSAGES/libmessagecomposer.mo share/locale/sv/LC_MESSAGES/libmessagecore.mo share/locale/sv/LC_MESSAGES/libmessagelist.mo share/locale/sv/LC_MESSAGES/libmessageviewer.mo share/locale/sv/LC_MESSAGES/liboktetacore.mo share/locale/sv/LC_MESSAGES/liboktetagui.mo share/locale/sv/LC_MESSAGES/liboktetakasten.mo share/locale/sv/LC_MESSAGES/liboxygenstyleconfig.mo share/locale/sv/LC_MESSAGES/libphonon.mo share/locale/sv/LC_MESSAGES/libpimcommon.mo share/locale/sv/LC_MESSAGES/libplasma.mo share/locale/sv/LC_MESSAGES/libplasma_groupingcontainment.mo share/locale/sv/LC_MESSAGES/libplasmaclock.mo share/locale/sv/LC_MESSAGES/libplasmaweather.mo share/locale/sv/LC_MESSAGES/libtaskmanager.mo share/locale/sv/LC_MESSAGES/libtemplateparser.mo share/locale/sv/LC_MESSAGES/lokalize.mo share/locale/sv/LC_MESSAGES/lskat.mo share/locale/sv/LC_MESSAGES/mailreader.mo share/locale/sv/LC_MESSAGES/marble.mo share/locale/sv/LC_MESSAGES/marble_qt.mo share/locale/sv/LC_MESSAGES/marble_xml_mimetypes.mo share/locale/sv/LC_MESSAGES/messageviewer_application_mstnef_plugin.mo share/locale/sv/LC_MESSAGES/messageviewer_text_calendar_plugin.mo share/locale/sv/LC_MESSAGES/messageviewer_text_vcard_plugin.mo share/locale/sv/LC_MESSAGES/messageviewer_text_xdiff_plugin.mo share/locale/sv/LC_MESSAGES/mf_konqplugin.mo share/locale/sv/LC_MESSAGES/minitoolsplugin.mo share/locale/sv/LC_MESSAGES/mplayerthumbs.mo share/locale/sv/LC_MESSAGES/mplayerthumbsconfig.mo share/locale/sv/LC_MESSAGES/nepomukbackup.mo share/locale/sv/LC_MESSAGES/nepomukcleaner.mo share/locale/sv/LC_MESSAGES/nepomukcontroller.mo share/locale/sv/LC_MESSAGES/nepomukfileindexer.mo +share/locale/sv/LC_MESSAGES/nepomukpimindexerutility.mo share/locale/sv/LC_MESSAGES/nepomukqueryservice.mo share/locale/sv/LC_MESSAGES/nepomukserver.mo share/locale/sv/LC_MESSAGES/nepomukservicestub.mo share/locale/sv/LC_MESSAGES/nepomukstorage.mo share/locale/sv/LC_MESSAGES/nepomukwidgets.mo share/locale/sv/LC_MESSAGES/newmailnotifieragent.mo share/locale/sv/LC_MESSAGES/notes-mobile.mo share/locale/sv/LC_MESSAGES/nsplugin.mo share/locale/sv/LC_MESSAGES/okteta-mobile.mo share/locale/sv/LC_MESSAGES/okteta.mo share/locale/sv/LC_MESSAGES/oktetapart.mo share/locale/sv/LC_MESSAGES/okular.mo share/locale/sv/LC_MESSAGES/okular_chm.mo share/locale/sv/LC_MESSAGES/okular_comicbook.mo share/locale/sv/LC_MESSAGES/okular_djvu.mo share/locale/sv/LC_MESSAGES/okular_dvi.mo share/locale/sv/LC_MESSAGES/okular_epub.mo share/locale/sv/LC_MESSAGES/okular_fax.mo share/locale/sv/LC_MESSAGES/okular_fictionbook.mo share/locale/sv/LC_MESSAGES/okular_ghostview.mo share/locale/sv/LC_MESSAGES/okular_kimgio.mo share/locale/sv/LC_MESSAGES/okular_mobi.mo share/locale/sv/LC_MESSAGES/okular_ooo.mo share/locale/sv/LC_MESSAGES/okular_plucker.mo share/locale/sv/LC_MESSAGES/okular_poppler.mo share/locale/sv/LC_MESSAGES/okular_tiff.mo share/locale/sv/LC_MESSAGES/okular_xps.mo share/locale/sv/LC_MESSAGES/org.kde.active.documentviewer.mo share/locale/sv/LC_MESSAGES/pairs.mo share/locale/sv/LC_MESSAGES/pairseditor.mo share/locale/sv/LC_MESSAGES/palapeli.mo share/locale/sv/LC_MESSAGES/parley.mo share/locale/sv/LC_MESSAGES/phonon_gstreamer.mo share/locale/sv/LC_MESSAGES/phonon_kde.mo share/locale/sv/LC_MESSAGES/phonon_vlc.mo share/locale/sv/LC_MESSAGES/phononserver.mo share/locale/sv/LC_MESSAGES/picmi.mo share/locale/sv/LC_MESSAGES/pimsettingexporter.mo share/locale/sv/LC_MESSAGES/plasma-desktop.mo share/locale/sv/LC_MESSAGES/plasma-netbook.mo share/locale/sv/LC_MESSAGES/plasma-overlay.mo share/locale/sv/LC_MESSAGES/plasma-remote-helper.mo share/locale/sv/LC_MESSAGES/plasma-windowed.mo share/locale/sv/LC_MESSAGES/plasma_applet_BbalL.mo share/locale/sv/LC_MESSAGES/plasma_applet_CharSelectApplet.mo share/locale/sv/LC_MESSAGES/plasma_applet_Molmasscalculator.mo share/locale/sv/LC_MESSAGES/plasma_applet_akonotes_note.mo share/locale/sv/LC_MESSAGES/plasma_applet_battery.mo share/locale/sv/LC_MESSAGES/plasma_applet_binaryclock.mo share/locale/sv/LC_MESSAGES/plasma_applet_bookmarks.mo share/locale/sv/LC_MESSAGES/plasma_applet_bubblemon.mo share/locale/sv/LC_MESSAGES/plasma_applet_calculator.mo share/locale/sv/LC_MESSAGES/plasma_applet_clock.mo share/locale/sv/LC_MESSAGES/plasma_applet_comic.mo share/locale/sv/LC_MESSAGES/plasma_applet_concentrationCalculator.mo share/locale/sv/LC_MESSAGES/plasma_applet_currentappcontrol.mo share/locale/sv/LC_MESSAGES/plasma_applet_dig_clock.mo share/locale/sv/LC_MESSAGES/plasma_applet_fifteenPuzzle.mo share/locale/sv/LC_MESSAGES/plasma_applet_fileWatcher.mo share/locale/sv/LC_MESSAGES/plasma_applet_folderview.mo share/locale/sv/LC_MESSAGES/plasma_applet_frame.mo share/locale/sv/LC_MESSAGES/plasma_applet_fuzzy_clock.mo share/locale/sv/LC_MESSAGES/plasma_applet_gasCalculator.mo share/locale/sv/LC_MESSAGES/plasma_applet_groupingpanel.mo share/locale/sv/LC_MESSAGES/plasma_applet_icon.mo share/locale/sv/LC_MESSAGES/plasma_applet_icontasks.mo share/locale/sv/LC_MESSAGES/plasma_applet_incomingmsg.mo share/locale/sv/LC_MESSAGES/plasma_applet_kalgebra.mo share/locale/sv/LC_MESSAGES/plasma_applet_kalzium.mo share/locale/sv/LC_MESSAGES/plasma_applet_katesession.mo share/locale/sv/LC_MESSAGES/plasma_applet_kdeobservatory.mo share/locale/sv/LC_MESSAGES/plasma_applet_kget.mo share/locale/sv/LC_MESSAGES/plasma_applet_kimpanel.mo share/locale/sv/LC_MESSAGES/plasma_applet_knowledgebase.mo share/locale/sv/LC_MESSAGES/plasma_applet_kolourpicker.mo share/locale/sv/LC_MESSAGES/plasma_applet_kpapplet.mo share/locale/sv/LC_MESSAGES/plasma_applet_launcher.mo share/locale/sv/LC_MESSAGES/plasma_applet_leavenote.mo share/locale/sv/LC_MESSAGES/plasma_applet_life.mo share/locale/sv/LC_MESSAGES/plasma_applet_lockout.mo share/locale/sv/LC_MESSAGES/plasma_applet_luna.mo share/locale/sv/LC_MESSAGES/plasma_applet_magnifique.mo share/locale/sv/LC_MESSAGES/plasma_applet_microblog.mo share/locale/sv/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/sv/LC_MESSAGES/plasma_applet_news.mo share/locale/sv/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/sv/LC_MESSAGES/plasma_applet_notes.mo share/locale/sv/LC_MESSAGES/plasma_applet_notifier.mo share/locale/sv/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/sv/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/sv/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/sv/LC_MESSAGES/plasma_applet_opendesktop_activities.mo share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.notifications.mo share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/sv/LC_MESSAGES/plasma_applet_pager.mo share/locale/sv/LC_MESSAGES/plasma_applet_panel.mo share/locale/sv/LC_MESSAGES/plasma_applet_panelspacer_internal.mo share/locale/sv/LC_MESSAGES/plasma_applet_paste.mo share/locale/sv/LC_MESSAGES/plasma_applet_pastebin.mo share/locale/sv/LC_MESSAGES/plasma_applet_plasmaboard.mo share/locale/sv/LC_MESSAGES/plasma_applet_previewer.mo share/locale/sv/LC_MESSAGES/plasma_applet_printmanager.mo share/locale/sv/LC_MESSAGES/plasma_applet_qalculate.mo share/locale/sv/LC_MESSAGES/plasma_applet_qstardict.mo share/locale/sv/LC_MESSAGES/plasma_applet_quicklaunch.mo share/locale/sv/LC_MESSAGES/plasma_applet_rssnow.mo share/locale/sv/LC_MESSAGES/plasma_applet_rtm.mo share/locale/sv/LC_MESSAGES/plasma_applet_sal.mo share/locale/sv/LC_MESSAGES/plasma_applet_saverdesktop.mo share/locale/sv/LC_MESSAGES/plasma_applet_searchbox.mo share/locale/sv/LC_MESSAGES/plasma_applet_showdashboard.mo share/locale/sv/LC_MESSAGES/plasma_applet_showdesktop.mo share/locale/sv/LC_MESSAGES/plasma_applet_skapplet.mo share/locale/sv/LC_MESSAGES/plasma_applet_spellcheck.mo share/locale/sv/LC_MESSAGES/plasma_applet_system-monitor.mo share/locale/sv/LC_MESSAGES/plasma_applet_systemloadviewer.mo share/locale/sv/LC_MESSAGES/plasma_applet_systemtray.mo share/locale/sv/LC_MESSAGES/plasma_applet_tasks.mo share/locale/sv/LC_MESSAGES/plasma_applet_timer.mo share/locale/sv/LC_MESSAGES/plasma_applet_trash.mo share/locale/sv/LC_MESSAGES/plasma_applet_unitconverter.mo share/locale/sv/LC_MESSAGES/plasma_applet_weather.mo share/locale/sv/LC_MESSAGES/plasma_applet_weatherstation.mo share/locale/sv/LC_MESSAGES/plasma_applet_webbrowser.mo share/locale/sv/LC_MESSAGES/plasma_applet_webslice.mo share/locale/sv/LC_MESSAGES/plasma_applet_windowlist.mo share/locale/sv/LC_MESSAGES/plasma_appletscriptengine_dashboard.mo share/locale/sv/LC_MESSAGES/plasma_containmentactions_contextmenu.mo share/locale/sv/LC_MESSAGES/plasma_containmentactions_switchactivity.mo share/locale/sv/LC_MESSAGES/plasma_containmentactions_switchdesktop.mo share/locale/sv/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/sv/LC_MESSAGES/plasma_engine_calendar.mo share/locale/sv/LC_MESSAGES/plasma_engine_kalzium.mo share/locale/sv/LC_MESSAGES/plasma_engine_kdeobservatory.mo share/locale/sv/LC_MESSAGES/plasma_engine_keystate.mo share/locale/sv/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/sv/LC_MESSAGES/plasma_engine_metadata.mo share/locale/sv/LC_MESSAGES/plasma_engine_mpris2.mo share/locale/sv/LC_MESSAGES/plasma_engine_network.mo share/locale/sv/LC_MESSAGES/plasma_engine_notifications.mo share/locale/sv/LC_MESSAGES/plasma_engine_nowplaying.mo share/locale/sv/LC_MESSAGES/plasma_engine_rss.mo share/locale/sv/LC_MESSAGES/plasma_engine_share.mo share/locale/sv/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/sv/LC_MESSAGES/plasma_engine_weather.mo share/locale/sv/LC_MESSAGES/plasma_package_org.kde.desktop.activitymanager.mo share/locale/sv/LC_MESSAGES/plasma_package_org.kde.desktop.widgetexplorer.mo share/locale/sv/LC_MESSAGES/plasma_packagestructure_comic.mo share/locale/sv/LC_MESSAGES/plasma_runner_CharacterRunner.mo share/locale/sv/LC_MESSAGES/plasma_runner_activities.mo share/locale/sv/LC_MESSAGES/plasma_runner_audioplayercontrol.mo share/locale/sv/LC_MESSAGES/plasma_runner_bookmarksrunner.mo share/locale/sv/LC_MESSAGES/plasma_runner_browserhistory.mo share/locale/sv/LC_MESSAGES/plasma_runner_calculatorrunner.mo share/locale/sv/LC_MESSAGES/plasma_runner_contacts.mo share/locale/sv/LC_MESSAGES/plasma_runner_converterrunner.mo share/locale/sv/LC_MESSAGES/plasma_runner_datetime.mo share/locale/sv/LC_MESSAGES/plasma_runner_events.mo share/locale/sv/LC_MESSAGES/plasma_runner_katesessions.mo share/locale/sv/LC_MESSAGES/plasma_runner_kget.mo share/locale/sv/LC_MESSAGES/plasma_runner_kill.mo share/locale/sv/LC_MESSAGES/plasma_runner_konquerorsessions.mo share/locale/sv/LC_MESSAGES/plasma_runner_konsolesessions.mo share/locale/sv/LC_MESSAGES/plasma_runner_kopete.mo share/locale/sv/LC_MESSAGES/plasma_runner_krunner_dictionary.mo share/locale/sv/LC_MESSAGES/plasma_runner_locations.mo share/locale/sv/LC_MESSAGES/plasma_runner_marblerunner.mo share/locale/sv/LC_MESSAGES/plasma_runner_mediawiki.mo share/locale/sv/LC_MESSAGES/plasma_runner_nepomuksearchrunner.mo share/locale/sv/LC_MESSAGES/plasma_runner_placesrunner.mo share/locale/sv/LC_MESSAGES/plasma_runner_plasma-desktop.mo share/locale/sv/LC_MESSAGES/plasma_runner_powerdevil.mo share/locale/sv/LC_MESSAGES/plasma_runner_recentdocuments.mo share/locale/sv/LC_MESSAGES/plasma_runner_services.mo share/locale/sv/LC_MESSAGES/plasma_runner_sessions.mo share/locale/sv/LC_MESSAGES/plasma_runner_shell.mo share/locale/sv/LC_MESSAGES/plasma_runner_solid.mo share/locale/sv/LC_MESSAGES/plasma_runner_spellcheckrunner.mo share/locale/sv/LC_MESSAGES/plasma_runner_webshortcuts.mo share/locale/sv/LC_MESSAGES/plasma_runner_windowedwidgets.mo share/locale/sv/LC_MESSAGES/plasma_runner_windows.mo share/locale/sv/LC_MESSAGES/plasma_runner_youtube.mo share/locale/sv/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/sv/LC_MESSAGES/plasma_toolbox_desktoptoolbox.mo share/locale/sv/LC_MESSAGES/plasma_toolbox_paneltoolbox.mo share/locale/sv/LC_MESSAGES/plasma_wallpaper_color.mo share/locale/sv/LC_MESSAGES/plasma_wallpaper_image.mo share/locale/sv/LC_MESSAGES/plasma_wallpaper_mandelbrot.mo share/locale/sv/LC_MESSAGES/plasma_wallpaper_marble.mo share/locale/sv/LC_MESSAGES/plasma_wallpaper_pattern.mo share/locale/sv/LC_MESSAGES/plasma_wallpaper_potd.mo share/locale/sv/LC_MESSAGES/plasma_wallpaper_virus.mo share/locale/sv/LC_MESSAGES/plasma_wallpaper_wallpaper-qml.mo share/locale/sv/LC_MESSAGES/plasma_wallpaper_weather.mo share/locale/sv/LC_MESSAGES/plasmagenericshell.mo share/locale/sv/LC_MESSAGES/plasmapkg.mo share/locale/sv/LC_MESSAGES/pothumbnail.mo share/locale/sv/LC_MESSAGES/powerdevil.mo share/locale/sv/LC_MESSAGES/powerdevilactivitiesconfig.mo share/locale/sv/LC_MESSAGES/powerdevilglobalconfig.mo share/locale/sv/LC_MESSAGES/powerdevilprofilesconfig.mo share/locale/sv/LC_MESSAGES/print-manager.mo share/locale/sv/LC_MESSAGES/processcore.mo share/locale/sv/LC_MESSAGES/processui.mo share/locale/sv/LC_MESSAGES/randrmonitor.mo share/locale/sv/LC_MESSAGES/rellinks.mo share/locale/sv/LC_MESSAGES/rocs.mo share/locale/sv/LC_MESSAGES/rocscore.mo share/locale/sv/LC_MESSAGES/rocsvisualeditor.mo share/locale/sv/LC_MESSAGES/searchbarplugin.mo share/locale/sv/LC_MESSAGES/solid-hardware.mo share/locale/sv/LC_MESSAGES/solid-network.mo share/locale/sv/LC_MESSAGES/solid_qt.mo share/locale/sv/LC_MESSAGES/solidcontrol.mo share/locale/sv/LC_MESSAGES/soliduiserver.mo share/locale/sv/LC_MESSAGES/step.mo share/locale/sv/LC_MESSAGES/step_qt.mo share/locale/sv/LC_MESSAGES/strigila_diff.mo share/locale/sv/LC_MESSAGES/superkaramba.mo share/locale/sv/LC_MESSAGES/svgpart.mo share/locale/sv/LC_MESSAGES/sweeper.mo share/locale/sv/LC_MESSAGES/systemsettings.mo share/locale/sv/LC_MESSAGES/tasks-mobile.mo share/locale/sv/LC_MESSAGES/timezones4.mo share/locale/sv/LC_MESSAGES/uachangerplugin.mo share/locale/sv/LC_MESSAGES/umbrello.mo share/locale/sv/LC_MESSAGES/useraccount.mo share/locale/sv/LC_MESSAGES/validatorsplugin.mo share/locale/sv/LC_MESSAGES/webarchiver.mo share/locale/sv/LC_MESSAGES/xml_mimetypes.mo share/locale/sv/LC_SCRIPTS/kdelibs4/kdelibs4.js share/locale/sv/entry.desktop @dirrm share/locale/sv/LC_SCRIPTS/kdelibs4 @dirrm share/locale/sv/LC_SCRIPTS @dirrm share/doc/HTML/sv/umbrello @dirrm share/doc/HTML/sv/systemsettings @dirrm share/doc/HTML/sv/sweeper @dirrm share/doc/HTML/sv/step @dirrm share/doc/HTML/sv/sonnet @dirrm share/doc/HTML/sv/rocs @dirrm share/doc/HTML/sv/plasma-desktop @dirrm share/doc/HTML/sv/picmi @dirrm share/doc/HTML/sv/parley @dirrm share/doc/HTML/sv/palapeli @dirrm share/doc/HTML/sv/onlinehelp @dirrm share/doc/HTML/sv/okular @dirrm share/doc/HTML/sv/okteta @dirrm share/doc/HTML/sv/marble @dirrm share/doc/HTML/sv/lskat @dirrm share/doc/HTML/sv/lokalize @dirrm share/doc/HTML/sv/kwrite @dirrm share/doc/HTML/sv/kwordquiz @dirrm share/doc/HTML/sv/kwatchgnupg @dirrm share/doc/HTML/sv/kwallet @dirrm share/doc/HTML/sv/kuser @dirrm share/doc/HTML/sv/kubrick @dirrm share/doc/HTML/sv/kturtle @dirrm share/doc/HTML/sv/ktuberling @dirrm share/doc/HTML/sv/ktron @dirrm share/doc/HTML/sv/ktouch @dirrm share/doc/HTML/sv/ktnef @dirrm share/doc/HTML/sv/ktimetracker @dirrm share/doc/HTML/sv/ktimer @dirrm share/doc/HTML/sv/kteatime @dirrm share/doc/HTML/sv/ksystemlog @dirrm share/doc/HTML/sv/ksysguard @dirrm share/doc/HTML/sv/ksudoku @dirrm share/doc/HTML/sv/kstars @dirrm share/doc/HTML/sv/ksquares @dirrm share/doc/HTML/sv/kspaceduel @dirrm share/doc/HTML/sv/ksnapshot @dirrm share/doc/HTML/sv/ksirkskineditor @dirrm share/doc/HTML/sv/ksirk @dirrm share/doc/HTML/sv/kshisen @dirrm share/doc/HTML/sv/kruler @dirrm share/doc/HTML/sv/krfb @dirrm share/doc/HTML/sv/kreversi @dirrm share/doc/HTML/sv/krdc @dirrm share/doc/HTML/sv/kppp @dirrm share/doc/HTML/sv/kpat @dirrm share/doc/HTML/sv/korganizer @dirrm share/doc/HTML/sv/kopete @dirrm share/doc/HTML/sv/kontact-admin @dirrm share/doc/HTML/sv/kontact @dirrm share/doc/HTML/sv/konsolekalendar @dirrm share/doc/HTML/sv/konsole @dirrm share/doc/HTML/sv/konquest @dirrm share/doc/HTML/sv/konqueror @dirrm share/doc/HTML/sv/kompare @dirrm share/doc/HTML/sv/kommander @dirrm share/doc/HTML/sv/kolourpaint @dirrm share/doc/HTML/sv/kollision @dirrm share/doc/HTML/sv/kolf @dirrm share/doc/HTML/sv/knotes @dirrm share/doc/HTML/sv/knode @dirrm share/doc/HTML/sv/knetwalk @dirrm share/doc/HTML/sv/knetattach @dirrm share/doc/HTML/sv/kmplot @dirrm share/doc/HTML/sv/kmouth @dirrm share/doc/HTML/sv/kmousetool @dirrm share/doc/HTML/sv/kmix @dirrm share/doc/HTML/sv/kmines @dirrm share/doc/HTML/sv/kmenuedit @dirrm share/doc/HTML/sv/kmail @dirrm share/doc/HTML/sv/kmahjongg @dirrm share/doc/HTML/sv/kmag @dirrm share/doc/HTML/sv/klipper @dirrm share/doc/HTML/sv/klinkstatus @dirrm share/doc/HTML/sv/klines @dirrm share/doc/HTML/sv/klickety @dirrm share/doc/HTML/sv/klettres @dirrm share/doc/HTML/sv/kleopatra @dirrm share/doc/HTML/sv/kjumpingcube @dirrm share/doc/HTML/sv/kjots @dirrm share/doc/HTML/sv/kiten @dirrm share/doc/HTML/sv/kiriki @dirrm share/doc/HTML/sv/kioslave/xz @dirrm share/doc/HTML/sv/kioslave/webdav @dirrm share/doc/HTML/sv/kioslave/thumbnail @dirrm share/doc/HTML/sv/kioslave/telnet @dirrm share/doc/HTML/sv/kioslave/tar @dirrm share/doc/HTML/sv/kioslave/smtp @dirrm share/doc/HTML/sv/kioslave/smb @dirrm share/doc/HTML/sv/kioslave/sieve @dirrm share/doc/HTML/sv/kioslave/sftp @dirrm share/doc/HTML/sv/kioslave/rlogin @dirrm share/doc/HTML/sv/kioslave/pop3 @dirrm share/doc/HTML/sv/kioslave/nntp @dirrm share/doc/HTML/sv/kioslave/nfs @dirrm share/doc/HTML/sv/kioslave/news @dirrm share/doc/HTML/sv/kioslave/network @dirrm share/doc/HTML/sv/kioslave/nepomuksearch @dirrm share/doc/HTML/sv/kioslave/mbox @dirrm share/doc/HTML/sv/kioslave/man @dirrm share/doc/HTML/sv/kioslave/mailto @dirrm share/doc/HTML/sv/kioslave/ldap @dirrm share/doc/HTML/sv/kioslave/info @dirrm share/doc/HTML/sv/kioslave/imap @dirrm share/doc/HTML/sv/kioslave/http @dirrm share/doc/HTML/sv/kioslave/help @dirrm share/doc/HTML/sv/kioslave/gzip @dirrm share/doc/HTML/sv/kioslave/ftp @dirrm share/doc/HTML/sv/kioslave/floppy @dirrm share/doc/HTML/sv/kioslave/fish @dirrm share/doc/HTML/sv/kioslave/finger @dirrm share/doc/HTML/sv/kioslave/file @dirrm share/doc/HTML/sv/kioslave/data @dirrm share/doc/HTML/sv/kioslave/cgi @dirrm share/doc/HTML/sv/kioslave/bzip2 @dirrm share/doc/HTML/sv/kioslave/bookmarks @dirrm share/doc/HTML/sv/kioslave/audiocd @dirrm share/doc/HTML/sv/kioslave @dirrm share/doc/HTML/sv/kinfocenter @dirrm share/doc/HTML/sv/kimagemapeditor @dirrm share/doc/HTML/sv/killbots @dirrm share/doc/HTML/sv/kigo @dirrm share/doc/HTML/sv/kig @dirrm share/doc/HTML/sv/khelpcenter/glossary @dirrm share/doc/HTML/sv/khelpcenter/documentationnotfound @dirrm share/doc/HTML/sv/khelpcenter @dirrm share/doc/HTML/sv/khangman @dirrm share/doc/HTML/sv/kgpg @dirrm share/doc/HTML/sv/kgoldrunner @dirrm share/doc/HTML/sv/kget @dirrm share/doc/HTML/sv/kgeography @dirrm share/doc/HTML/sv/kfourinline @dirrm share/doc/HTML/sv/kfontview @dirrm share/doc/HTML/sv/kfloppy @dirrm share/doc/HTML/sv/kfind @dirrm share/doc/HTML/sv/kfilereplace @dirrm share/doc/HTML/sv/kdm @dirrm share/doc/HTML/sv/kdiamond @dirrm share/doc/HTML/sv/kdf @dirrm share/doc/HTML/sv/kdesu @dirrm share/doc/HTML/sv/kdepasswd @dirrm share/doc/HTML/sv/kdebugdialog @dirrm share/doc/HTML/sv/kcron @dirrm share/doc/HTML/sv/kcontrol/workspaceoptions @dirrm share/doc/HTML/sv/kcontrol/windowspecific @dirrm share/doc/HTML/sv/kcontrol/windowbehaviour @dirrm share/doc/HTML/sv/kcontrol/useragent @dirrm share/doc/HTML/sv/kcontrol/trash @dirrm share/doc/HTML/sv/kcontrol/splashscreen @dirrm share/doc/HTML/sv/kcontrol/spellchecking @dirrm share/doc/HTML/sv/kcontrol/solid-hardware @dirrm share/doc/HTML/sv/kcontrol/solid-device-automounter @dirrm share/doc/HTML/sv/kcontrol/solid-actions @dirrm share/doc/HTML/sv/kcontrol/smb @dirrm share/doc/HTML/sv/kcontrol/screensaver @dirrm share/doc/HTML/sv/kcontrol/proxy @dirrm share/doc/HTML/sv/kcontrol/powerdevil @dirrm share/doc/HTML/sv/kcontrol/phonon @dirrm share/doc/HTML/sv/kcontrol/performance @dirrm share/doc/HTML/sv/kcontrol/paths @dirrm share/doc/HTML/sv/kcontrol/netpref @dirrm share/doc/HTML/sv/kcontrol/nepomuk @dirrm share/doc/HTML/sv/kcontrol/mouse @dirrm share/doc/HTML/sv/kcontrol/language @dirrm share/doc/HTML/sv/kcontrol/kwintabbox @dirrm share/doc/HTML/sv/kcontrol/kwinscreenedges @dirrm share/doc/HTML/sv/kcontrol/kwindecoration @dirrm share/doc/HTML/sv/kcontrol/kwincompositing @dirrm share/doc/HTML/sv/kcontrol/kresources @dirrm share/doc/HTML/sv/kcontrol/kremotecontrol @dirrm share/doc/HTML/sv/kcontrol/khtml-plugins @dirrm share/doc/HTML/sv/kcontrol/khtml-java-js @dirrm share/doc/HTML/sv/kcontrol/khtml-general @dirrm share/doc/HTML/sv/kcontrol/khtml-behavior @dirrm share/doc/HTML/sv/kcontrol/khtml-adblock @dirrm share/doc/HTML/sv/kcontrol/khotkeys @dirrm share/doc/HTML/sv/kcontrol/kgamma @dirrm share/doc/HTML/sv/kcontrol/keys @dirrm share/doc/HTML/sv/kcontrol/keyboard @dirrm share/doc/HTML/sv/kcontrol/kded @dirrm share/doc/HTML/sv/kcontrol/kcmstyle @dirrm share/doc/HTML/sv/kcontrol/kcmsmserver @dirrm share/doc/HTML/sv/kcontrol/kcmnotify @dirrm share/doc/HTML/sv/kcontrol/kcmlaunch @dirrm share/doc/HTML/sv/kcontrol/kcmcss @dirrm share/doc/HTML/sv/kcontrol/kcmcgi @dirrm share/doc/HTML/sv/kcontrol/kcmaccess @dirrm share/doc/HTML/sv/kcontrol/kcm_ssl @dirrm share/doc/HTML/sv/kcontrol/kamera @dirrm share/doc/HTML/sv/kcontrol/joystick @dirrm share/doc/HTML/sv/kcontrol/icons @dirrm share/doc/HTML/sv/kcontrol/history @dirrm share/doc/HTML/sv/kcontrol/fonts @dirrm share/doc/HTML/sv/kcontrol/fontinst @dirrm share/doc/HTML/sv/kcontrol/filetypes @dirrm share/doc/HTML/sv/kcontrol/filemanager @dirrm share/doc/HTML/sv/kcontrol/emoticons @dirrm share/doc/HTML/sv/kcontrol/ebrowsing @dirrm share/doc/HTML/sv/kcontrol/desktopthemedetails @dirrm share/doc/HTML/sv/kcontrol/desktop @dirrm share/doc/HTML/sv/kcontrol/cursortheme @dirrm share/doc/HTML/sv/kcontrol/cookies @dirrm share/doc/HTML/sv/kcontrol/componentchooser @dirrm share/doc/HTML/sv/kcontrol/colors @dirrm share/doc/HTML/sv/kcontrol/clock @dirrm share/doc/HTML/sv/kcontrol/cddbretrieval @dirrm share/doc/HTML/sv/kcontrol/cache @dirrm share/doc/HTML/sv/kcontrol/bookmarks @dirrm share/doc/HTML/sv/kcontrol/blockdevices @dirrm share/doc/HTML/sv/kcontrol/bell @dirrm share/doc/HTML/sv/kcontrol/autostart @dirrm share/doc/HTML/sv/kcontrol/attica @dirrm share/doc/HTML/sv/kcontrol @dirrm share/doc/HTML/sv/kcharselect @dirrm share/doc/HTML/sv/kcalc @dirrm share/doc/HTML/sv/kcachegrind @dirrm share/doc/HTML/sv/kbruch @dirrm share/doc/HTML/sv/kbreakout @dirrm share/doc/HTML/sv/kbounce @dirrm share/doc/HTML/sv/kblocks @dirrm share/doc/HTML/sv/kblackbox @dirrm share/doc/HTML/sv/kbattleship @dirrm share/doc/HTML/sv/katomic @dirrm share/doc/HTML/sv/kate @dirrm share/doc/HTML/sv/kapptemplate @dirrm share/doc/HTML/sv/kapman @dirrm share/doc/HTML/sv/kanagram @dirrm share/doc/HTML/sv/kalzium @dirrm share/doc/HTML/sv/kalgebra @dirrm share/doc/HTML/sv/kalarm @dirrm share/doc/HTML/sv/kajongg @dirrm share/doc/HTML/sv/kabcclient @dirrm share/doc/HTML/sv/juk @dirrm share/doc/HTML/sv/jovie @dirrm share/doc/HTML/sv/gwenview @dirrm share/doc/HTML/sv/granatier @dirrm share/doc/HTML/sv/fundamentals @dirrm share/doc/HTML/sv/filelight @dirrm share/doc/HTML/sv/dragonplayer @dirrm share/doc/HTML/sv/dolphin @dirrm share/doc/HTML/sv/common @dirrm share/doc/HTML/sv/cervisia @dirrm share/doc/HTML/sv/cantor @dirrm share/doc/HTML/sv/bovo @dirrm share/doc/HTML/sv/bomber @dirrm share/doc/HTML/sv/blogilo @dirrm share/doc/HTML/sv/blinken @dirrm share/doc/HTML/sv/ark @dirrm share/doc/HTML/sv/amor @dirrm share/doc/HTML/sv/akregator @dirrm share/doc/HTML/sv/PolicyKit-kde @dirrm share/apps/kvtml/sv @dirrm share/apps/kvtml @dirrm share/apps/ktuberling/sounds/sv @dirrm share/apps/ktuberling/sounds @dirrm share/apps/ktuberling @dirrm share/apps/khangman @dirrmtry man/sv/man8 @dirrmtry man/sv/man7 @dirrmtry man/sv/man6 @dirrmtry man/sv/man1 @dirrmtry man/sv Index: head/misc/kde4-l10n-tg/distinfo =================================================================== --- head/misc/kde4-l10n-tg/distinfo (revision 318451) +++ head/misc/kde4-l10n-tg/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/kde-l10n/kde-l10n-tg-4.10.1.tar.xz) = 86a33e9151040f0a50bdd94b1e6bdfe9c1b91e4e0eeee74ab2e7e2529e4cfa64 -SIZE (KDE/4.10.1/kde-l10n/kde-l10n-tg-4.10.1.tar.xz) = 1994320 +SHA256 (KDE/4.10.3/kde-l10n/kde-l10n-tg-4.10.3.tar.xz) = 2dbe49f4a27929931edcbe6a2ab375fe7170675b8d42e093ee9a976cd130bd18 +SIZE (KDE/4.10.3/kde-l10n/kde-l10n-tg-4.10.3.tar.xz) = 1996244 Index: head/misc/kde4-l10n-tg/pkg-plist =================================================================== --- head/misc/kde4-l10n-tg/pkg-plist (revision 318451) +++ head/misc/kde4-l10n-tg/pkg-plist (revision 318452) @@ -1,383 +1,381 @@ share/apps/khangman/tg.txt share/apps/kvtml/tg/animals.kvtml share/apps/kvtml/tg/easy.kvtml share/apps/kvtml/tg/hard.kvtml share/apps/kvtml/tg/medium.kvtml share/locale/tg/LC_MESSAGES/adblock.mo share/locale/tg/LC_MESSAGES/akregator_konqplugin.mo share/locale/tg/LC_MESSAGES/amor.mo share/locale/tg/LC_MESSAGES/ark.mo share/locale/tg/LC_MESSAGES/attica_kde.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/cvsservice.mo share/locale/tg/LC_MESSAGES/dirfilterplugin.mo share/locale/tg/LC_MESSAGES/display.mo share/locale/tg/LC_MESSAGES/dolphin.mo share/locale/tg/LC_MESSAGES/domtreeviewer.mo share/locale/tg/LC_MESSAGES/drkonqi.mo share/locale/tg/LC_MESSAGES/filetypes.mo share/locale/tg/LC_MESSAGES/freespacenotifier.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/jovie.mo share/locale/tg/LC_MESSAGES/joystick.mo share/locale/tg/LC_MESSAGES/juk.mo share/locale/tg/LC_MESSAGES/kabc_dir.mo share/locale/tg/LC_MESSAGES/kabc_file.mo share/locale/tg/LC_MESSAGES/kabc_ldapkio.mo share/locale/tg/LC_MESSAGES/kabc_net.mo share/locale/tg/LC_MESSAGES/kabcformat_binary.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/kalgebra.mo share/locale/tg/LC_MESSAGES/kalzium.mo share/locale/tg/LC_MESSAGES/kanagram.mo share/locale/tg/LC_MESSAGES/kate.mo share/locale/tg/LC_MESSAGES/katefiletemplates.mo share/locale/tg/LC_MESSAGES/katehelloworld.mo share/locale/tg/LC_MESSAGES/kateopenheader.mo share/locale/tg/LC_MESSAGES/katepart4.mo share/locale/tg/LC_MESSAGES/katesymbolviewer.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/kbattleship.mo share/locale/tg/LC_MESSAGES/kblackbox.mo share/locale/tg/LC_MESSAGES/kblankscrn.mo share/locale/tg/LC_MESSAGES/kbounce.mo share/locale/tg/LC_MESSAGES/kbruch.mo share/locale/tg/LC_MESSAGES/kcachegrind.mo share/locale/tg/LC_MESSAGES/kcalc.mo share/locale/tg/LC_MESSAGES/kcertpart.mo share/locale/tg/LC_MESSAGES/kcharselect.mo share/locale/tg/LC_MESSAGES/kcm_attica.mo share/locale/tg/LC_MESSAGES/kcm_autostart.mo share/locale/tg/LC_MESSAGES/kcm_desktoppaths.mo share/locale/tg/LC_MESSAGES/kcm_desktopthemedetails.mo share/locale/tg/LC_MESSAGES/kcm_emoticons.mo -share/locale/tg/LC_MESSAGES/kcm_krfb.mo share/locale/tg/LC_MESSAGES/kcm_kwindesktop.mo share/locale/tg/LC_MESSAGES/kcm_memory.mo share/locale/tg/LC_MESSAGES/kcm_nepomuk.mo share/locale/tg/LC_MESSAGES/kcm_pci.mo share/locale/tg/LC_MESSAGES/kcm_phonon.mo share/locale/tg/LC_MESSAGES/kcm_solid.mo share/locale/tg/LC_MESSAGES/kcm_standard_actions.mo share/locale/tg/LC_MESSAGES/kcmaccess.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/kcmdevinfo.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/kcminit.mo share/locale/tg/LC_MESSAGES/kcminput.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/kcmkdnssd.mo share/locale/tg/LC_MESSAGES/kcmkeyboard.mo share/locale/tg/LC_MESSAGES/kcmkeys.mo share/locale/tg/LC_MESSAGES/kcmkgamma.mo share/locale/tg/LC_MESSAGES/kcmkio.mo share/locale/tg/LC_MESSAGES/kcmkonq.mo share/locale/tg/LC_MESSAGES/kcmkonqhtml.mo share/locale/tg/LC_MESSAGES/kcmkurifilt.mo share/locale/tg/LC_MESSAGES/kcmkwallet.mo share/locale/tg/LC_MESSAGES/kcmkwincompositing.mo share/locale/tg/LC_MESSAGES/kcmkwindecoration.mo share/locale/tg/LC_MESSAGES/kcmkwinrules.mo share/locale/tg/LC_MESSAGES/kcmkwm.mo share/locale/tg/LC_MESSAGES/kcmlaunch.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/kcmopengl.mo share/locale/tg/LC_MESSAGES/kcmperformance.mo share/locale/tg/LC_MESSAGES/kcmsamba.mo share/locale/tg/LC_MESSAGES/kcmscreensaver.mo share/locale/tg/LC_MESSAGES/kcmshell.mo share/locale/tg/LC_MESSAGES/kcmsmartcard.mo share/locale/tg/LC_MESSAGES/kcmsmserver.mo share/locale/tg/LC_MESSAGES/kcmstyle.mo share/locale/tg/LC_MESSAGES/kcmusb.mo share/locale/tg/LC_MESSAGES/kcmview1394.mo share/locale/tg/LC_MESSAGES/kcmworkspaceoptions.mo share/locale/tg/LC_MESSAGES/kcron.mo share/locale/tg/LC_MESSAGES/kde-menu.mo share/locale/tg/LC_MESSAGES/kdebugdialog.mo share/locale/tg/LC_MESSAGES/kdecalendarsystems.mo share/locale/tg/LC_MESSAGES/kdelibs4.mo share/locale/tg/LC_MESSAGES/kdelibs_colors4.mo share/locale/tg/LC_MESSAGES/kdepasswd.mo share/locale/tg/LC_MESSAGES/kdeqt.mo share/locale/tg/LC_MESSAGES/kdesu.mo share/locale/tg/LC_MESSAGES/kdesud.mo share/locale/tg/LC_MESSAGES/kdf.mo share/locale/tg/LC_MESSAGES/kdialog.mo share/locale/tg/LC_MESSAGES/kdmconfig.mo share/locale/tg/LC_MESSAGES/kdmgreet.mo share/locale/tg/LC_MESSAGES/kdontchangethehostname.mo share/locale/tg/LC_MESSAGES/keditbookmarks.mo share/locale/tg/LC_MESSAGES/kfile.mo share/locale/tg/LC_MESSAGES/kfile_drgeo.mo share/locale/tg/LC_MESSAGES/kfile_exr.mo share/locale/tg/LC_MESSAGES/kfile_kig.mo share/locale/tg/LC_MESSAGES/kfile_pnm.mo share/locale/tg/LC_MESSAGES/kfile_rgb.mo share/locale/tg/LC_MESSAGES/kfile_rpm.mo share/locale/tg/LC_MESSAGES/kfile_tiff.mo share/locale/tg/LC_MESSAGES/kfileaudiopreview4.mo share/locale/tg/LC_MESSAGES/kfilereplace.mo share/locale/tg/LC_MESSAGES/kfileshare.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/kfontinst.mo share/locale/tg/LC_MESSAGES/kfourinline.mo share/locale/tg/LC_MESSAGES/kgeography.mo share/locale/tg/LC_MESSAGES/kget.mo share/locale/tg/LC_MESSAGES/kgetplugin.mo share/locale/tg/LC_MESSAGES/kglobalaccel.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/kgreet_generic.mo share/locale/tg/LC_MESSAGES/kgreet_winbind.mo share/locale/tg/LC_MESSAGES/khangman.mo share/locale/tg/LC_MESSAGES/khelpcenter.mo share/locale/tg/LC_MESSAGES/khotkeys.mo share/locale/tg/LC_MESSAGES/khotnewstuff.mo share/locale/tg/LC_MESSAGES/khtmlkttsd.mo share/locale/tg/LC_MESSAGES/khtmlsettingsplugin.mo share/locale/tg/LC_MESSAGES/kiconfinder.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/kinfocenter.mo share/locale/tg/LC_MESSAGES/kio4.mo share/locale/tg/LC_MESSAGES/kio_applications.mo share/locale/tg/LC_MESSAGES/kio_archive.mo share/locale/tg/LC_MESSAGES/kio_audiocd.mo share/locale/tg/LC_MESSAGES/kio_bookmarks.mo share/locale/tg/LC_MESSAGES/kio_finger.mo share/locale/tg/LC_MESSAGES/kio_fish.mo share/locale/tg/LC_MESSAGES/kio_floppy.mo share/locale/tg/LC_MESSAGES/kio_help4.mo share/locale/tg/LC_MESSAGES/kio_imap4.mo share/locale/tg/LC_MESSAGES/kio_info.mo share/locale/tg/LC_MESSAGES/kio_man.mo share/locale/tg/LC_MESSAGES/kio_nepomuk.mo share/locale/tg/LC_MESSAGES/kio_nepomuksearch.mo share/locale/tg/LC_MESSAGES/kio_nfs.mo share/locale/tg/LC_MESSAGES/kio_nntp.mo share/locale/tg/LC_MESSAGES/kio_pop3.mo share/locale/tg/LC_MESSAGES/kio_remote.mo share/locale/tg/LC_MESSAGES/kio_sftp.mo share/locale/tg/LC_MESSAGES/kio_sieve.mo share/locale/tg/LC_MESSAGES/kio_smb.mo share/locale/tg/LC_MESSAGES/kio_smtp.mo share/locale/tg/LC_MESSAGES/kio_thumbnail.mo share/locale/tg/LC_MESSAGES/kio_timeline.mo share/locale/tg/LC_MESSAGES/kio_trash.mo share/locale/tg/LC_MESSAGES/kioclient.mo share/locale/tg/LC_MESSAGES/kioexec.mo share/locale/tg/LC_MESSAGES/kiten.mo share/locale/tg/LC_MESSAGES/kjots.mo share/locale/tg/LC_MESSAGES/kjumpingcube.mo share/locale/tg/LC_MESSAGES/kleopatra.mo share/locale/tg/LC_MESSAGES/klettres.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/kmailcvt.mo share/locale/tg/LC_MESSAGES/kmenuedit.mo share/locale/tg/LC_MESSAGES/kmimetypefinder.mo share/locale/tg/LC_MESSAGES/kmines.mo share/locale/tg/LC_MESSAGES/kmix.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/knetattach.mo share/locale/tg/LC_MESSAGES/knode.mo share/locale/tg/LC_MESSAGES/knotes.mo share/locale/tg/LC_MESSAGES/knotify4.mo share/locale/tg/LC_MESSAGES/kolf.mo share/locale/tg/LC_MESSAGES/kolourpaint.mo share/locale/tg/LC_MESSAGES/kompare.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/kopete.mo share/locale/tg/LC_MESSAGES/korganizer.mo share/locale/tg/LC_MESSAGES/kpartsaver.mo share/locale/tg/LC_MESSAGES/kpasswdserver.mo share/locale/tg/LC_MESSAGES/kpat.mo share/locale/tg/LC_MESSAGES/kppp.mo share/locale/tg/LC_MESSAGES/kppplogview.mo share/locale/tg/LC_MESSAGES/kquitapp.mo share/locale/tg/LC_MESSAGES/krandr.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/kres_remote.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/krunner.mo share/locale/tg/LC_MESSAGES/kscd.mo share/locale/tg/LC_MESSAGES/kscreensaver.mo share/locale/tg/LC_MESSAGES/kshellcmdplugin.mo share/locale/tg/LC_MESSAGES/kshisen.mo share/locale/tg/LC_MESSAGES/kshorturifilter.mo share/locale/tg/LC_MESSAGES/ksmserver.mo share/locale/tg/LC_MESSAGES/ksnapshot.mo share/locale/tg/LC_MESSAGES/kspaceduel.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/kstyle_config.mo share/locale/tg/LC_MESSAGES/kstyle_phase_config.mo share/locale/tg/LC_MESSAGES/ksysguard.mo share/locale/tg/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/tg/LC_MESSAGES/ksystraycmd.mo share/locale/tg/LC_MESSAGES/kteatime.mo share/locale/tg/LC_MESSAGES/ktexteditor_plugins.mo share/locale/tg/LC_MESSAGES/ktimer.mo share/locale/tg/LC_MESSAGES/ktimetracker.mo share/locale/tg/LC_MESSAGES/ktouch.mo share/locale/tg/LC_MESSAGES/ktraderclient.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/kuiserver.mo share/locale/tg/LC_MESSAGES/kuiviewer.mo share/locale/tg/LC_MESSAGES/kurifilter.mo share/locale/tg/LC_MESSAGES/kuser.mo share/locale/tg/LC_MESSAGES/kwalletd.mo share/locale/tg/LC_MESSAGES/kwalletmanager.mo share/locale/tg/LC_MESSAGES/kwatchgnupg.mo share/locale/tg/LC_MESSAGES/kwin.mo share/locale/tg/LC_MESSAGES/kwin_art_clients.mo share/locale/tg/LC_MESSAGES/kwin_clients.mo share/locale/tg/LC_MESSAGES/kwin_effects.mo share/locale/tg/LC_MESSAGES/kwinstartmenu.mo share/locale/tg/LC_MESSAGES/kwordquiz.mo share/locale/tg/LC_MESSAGES/kwrite.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/libkalarmcal.mo share/locale/tg/LC_MESSAGES/libkcal.mo share/locale/tg/LC_MESSAGES/libkcddb.mo share/locale/tg/LC_MESSAGES/libkdecorations.mo share/locale/tg/LC_MESSAGES/libkdeedu.mo share/locale/tg/LC_MESSAGES/libkdegames.mo share/locale/tg/LC_MESSAGES/libkdepim.mo share/locale/tg/LC_MESSAGES/libkleopatra.mo share/locale/tg/LC_MESSAGES/libkonq.mo share/locale/tg/LC_MESSAGES/libkscreensaver.mo share/locale/tg/LC_MESSAGES/libksieve.mo share/locale/tg/LC_MESSAGES/libkworkspace.mo share/locale/tg/LC_MESSAGES/libmailimporter.mo share/locale/tg/LC_MESSAGES/libmessagelist.mo share/locale/tg/LC_MESSAGES/libmessageviewer.mo share/locale/tg/LC_MESSAGES/libplasma.mo share/locale/tg/LC_MESSAGES/libplasmaclock.mo share/locale/tg/LC_MESSAGES/libtaskmanager.mo share/locale/tg/LC_MESSAGES/lskat.mo share/locale/tg/LC_MESSAGES/messageviewer_text_calendar_plugin.mo share/locale/tg/LC_MESSAGES/messageviewer_text_vcard_plugin.mo share/locale/tg/LC_MESSAGES/mf_konqplugin.mo share/locale/tg/LC_MESSAGES/minitoolsplugin.mo share/locale/tg/LC_MESSAGES/nepomukfileindexer.mo share/locale/tg/LC_MESSAGES/nepomukqueryservice.mo share/locale/tg/LC_MESSAGES/nepomukserver.mo share/locale/tg/LC_MESSAGES/nepomukservicestub.mo share/locale/tg/LC_MESSAGES/nepomukstorage.mo share/locale/tg/LC_MESSAGES/nsplugin.mo share/locale/tg/LC_MESSAGES/okular.mo share/locale/tg/LC_MESSAGES/parley.mo share/locale/tg/LC_MESSAGES/phonon_kde.mo share/locale/tg/LC_MESSAGES/phononserver.mo share/locale/tg/LC_MESSAGES/plasma-desktop.mo share/locale/tg/LC_MESSAGES/plasma-overlay.mo share/locale/tg/LC_MESSAGES/plasma_applet_battery.mo share/locale/tg/LC_MESSAGES/plasma_applet_clock.mo share/locale/tg/LC_MESSAGES/plasma_applet_dig_clock.mo share/locale/tg/LC_MESSAGES/plasma_applet_folderview.mo share/locale/tg/LC_MESSAGES/plasma_applet_launcher.mo share/locale/tg/LC_MESSAGES/plasma_applet_notifier.mo share/locale/tg/LC_MESSAGES/plasma_applet_pager.mo share/locale/tg/LC_MESSAGES/plasma_applet_panel.mo share/locale/tg/LC_MESSAGES/plasma_applet_quicklaunch.mo share/locale/tg/LC_MESSAGES/plasma_applet_saverdesktop.mo share/locale/tg/LC_MESSAGES/plasma_applet_system-monitor.mo share/locale/tg/LC_MESSAGES/plasma_applet_systemtray.mo share/locale/tg/LC_MESSAGES/plasma_applet_tasks.mo share/locale/tg/LC_MESSAGES/plasma_applet_trash.mo share/locale/tg/LC_MESSAGES/plasma_applet_webbrowser.mo share/locale/tg/LC_MESSAGES/plasma_appletscriptengine_dashboard.mo share/locale/tg/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/tg/LC_MESSAGES/plasma_engine_rss.mo share/locale/tg/LC_MESSAGES/plasma_runner_locations.mo share/locale/tg/LC_MESSAGES/plasma_runner_nepomuksearchrunner.mo share/locale/tg/LC_MESSAGES/plasma_runner_powerdevil.mo share/locale/tg/LC_MESSAGES/plasma_runner_recentdocuments.mo share/locale/tg/LC_MESSAGES/plasma_runner_sessions.mo share/locale/tg/LC_MESSAGES/plasma_runner_shell.mo share/locale/tg/LC_MESSAGES/plasma_runner_webshortcuts.mo share/locale/tg/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/tg/LC_MESSAGES/plasma_toolbox_desktoptoolbox.mo share/locale/tg/LC_MESSAGES/plasma_toolbox_paneltoolbox.mo share/locale/tg/LC_MESSAGES/plasma_wallpaper_color.mo share/locale/tg/LC_MESSAGES/plasma_wallpaper_image.mo share/locale/tg/LC_MESSAGES/plasmagenericshell.mo share/locale/tg/LC_MESSAGES/plasmapkg.mo share/locale/tg/LC_MESSAGES/powerdevil.mo share/locale/tg/LC_MESSAGES/processcore.mo share/locale/tg/LC_MESSAGES/processui.mo share/locale/tg/LC_MESSAGES/rellinks.mo share/locale/tg/LC_MESSAGES/searchbarplugin.mo share/locale/tg/LC_MESSAGES/solid-hardware.mo share/locale/tg/LC_MESSAGES/solid-network.mo share/locale/tg/LC_MESSAGES/solidcontrol.mo share/locale/tg/LC_MESSAGES/soliduiserver.mo share/locale/tg/LC_MESSAGES/strigila_diff.mo share/locale/tg/LC_MESSAGES/sweeper.mo share/locale/tg/LC_MESSAGES/systemsettings.mo share/locale/tg/LC_MESSAGES/timezones4.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/webarchiver.mo share/locale/tg/entry.desktop @dirrm share/apps/kvtml/tg @dirrm share/apps/kvtml @dirrm share/apps/khangman Index: head/misc/kde4-l10n-th/distinfo =================================================================== --- head/misc/kde4-l10n-th/distinfo (revision 318451) +++ head/misc/kde4-l10n-th/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/kde-l10n/kde-l10n-th-4.10.1.tar.xz) = d566ebf63f1eb2c66cabce8fc1ee1f6321f0f41e8914215f75a03bee60a92410 -SIZE (KDE/4.10.1/kde-l10n/kde-l10n-th-4.10.1.tar.xz) = 1713336 +SHA256 (KDE/4.10.3/kde-l10n/kde-l10n-th-4.10.3.tar.xz) = 388ea526538a0f8ecf2a41a809ab0095d1a8020bd47091fe2d12e361209c69e2 +SIZE (KDE/4.10.3/kde-l10n/kde-l10n-th-4.10.3.tar.xz) = 1714160 Index: head/misc/kde4-l10n-th/pkg-plist =================================================================== --- head/misc/kde4-l10n-th/pkg-plist (revision 318451) +++ head/misc/kde4-l10n-th/pkg-plist (revision 318452) @@ -1,516 +1,514 @@ share/locale/th/LC_MESSAGES/accountwizard.mo share/locale/th/LC_MESSAGES/accountwizard_imap.mo share/locale/th/LC_MESSAGES/accountwizard_kolab.mo share/locale/th/LC_MESSAGES/accountwizard_mailbox.mo share/locale/th/LC_MESSAGES/accountwizard_maildir.mo share/locale/th/LC_MESSAGES/accountwizard_pop3.mo share/locale/th/LC_MESSAGES/adblock.mo share/locale/th/LC_MESSAGES/akonadi_birthdays_resource.mo share/locale/th/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/th/LC_MESSAGES/akonadi_ical_resource.mo share/locale/th/LC_MESSAGES/akregator.mo share/locale/th/LC_MESSAGES/akregator_konqplugin.mo share/locale/th/LC_MESSAGES/amor.mo share/locale/th/LC_MESSAGES/ark.mo share/locale/th/LC_MESSAGES/attica_kde.mo share/locale/th/LC_MESSAGES/audiocd_encoder_lame.mo share/locale/th/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/th/LC_MESSAGES/audiorename_plugin.mo share/locale/th/LC_MESSAGES/autorefresh.mo share/locale/th/LC_MESSAGES/babelfish.mo share/locale/th/LC_MESSAGES/bomber.mo share/locale/th/LC_MESSAGES/cantor.mo share/locale/th/LC_MESSAGES/dirfilterplugin.mo share/locale/th/LC_MESSAGES/display.mo share/locale/th/LC_MESSAGES/dolphin.mo share/locale/th/LC_MESSAGES/domtreeviewer.mo share/locale/th/LC_MESSAGES/dragonplayer.mo share/locale/th/LC_MESSAGES/drkonqi.mo share/locale/th/LC_MESSAGES/filetypes.mo share/locale/th/LC_MESSAGES/freespacenotifier.mo share/locale/th/LC_MESSAGES/fsview.mo share/locale/th/LC_MESSAGES/granatier.mo share/locale/th/LC_MESSAGES/gwenview.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/kabc.mo share/locale/th/LC_MESSAGES/kabc_dir.mo share/locale/th/LC_MESSAGES/kabc_file.mo share/locale/th/LC_MESSAGES/kabc_ldapkio.mo share/locale/th/LC_MESSAGES/kabc_net.mo share/locale/th/LC_MESSAGES/kabcclient.mo share/locale/th/LC_MESSAGES/kabcformat_binary.mo share/locale/th/LC_MESSAGES/kaccess.mo share/locale/th/LC_MESSAGES/kaccessibleapp.mo share/locale/th/LC_MESSAGES/kactivitymanagerd.mo share/locale/th/LC_MESSAGES/kaddressbook.mo share/locale/th/LC_MESSAGES/kalzium.mo share/locale/th/LC_MESSAGES/kapman.mo share/locale/th/LC_MESSAGES/kapptemplate.mo share/locale/th/LC_MESSAGES/kate.mo share/locale/th/LC_MESSAGES/katebuild-plugin.mo share/locale/th/LC_MESSAGES/katefilebrowserplugin.mo share/locale/th/LC_MESSAGES/katehelloworld.mo share/locale/th/LC_MESSAGES/katekonsoleplugin.mo share/locale/th/LC_MESSAGES/katemailfilesplugin.mo share/locale/th/LC_MESSAGES/kateopenheader.mo share/locale/th/LC_MESSAGES/katepart4.mo share/locale/th/LC_MESSAGES/katomic.mo share/locale/th/LC_MESSAGES/kblackbox.mo share/locale/th/LC_MESSAGES/kblankscrn.mo share/locale/th/LC_MESSAGES/kblocks.mo share/locale/th/LC_MESSAGES/kbounce.mo share/locale/th/LC_MESSAGES/kbreakout.mo share/locale/th/LC_MESSAGES/kbruch.mo share/locale/th/LC_MESSAGES/kcalc.mo share/locale/th/LC_MESSAGES/kcertpart.mo share/locale/th/LC_MESSAGES/kcharselect.mo share/locale/th/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/th/LC_MESSAGES/kcm_attica.mo share/locale/th/LC_MESSAGES/kcm_autostart.mo share/locale/th/LC_MESSAGES/kcm_desktoppaths.mo share/locale/th/LC_MESSAGES/kcm_desktopthemedetails.mo share/locale/th/LC_MESSAGES/kcm_device_automounter.mo share/locale/th/LC_MESSAGES/kcm_emoticons.mo share/locale/th/LC_MESSAGES/kcm_infobase.mo share/locale/th/LC_MESSAGES/kcm_infosummary.mo -share/locale/th/LC_MESSAGES/kcm_krfb.mo share/locale/th/LC_MESSAGES/kcm_kwindesktop.mo share/locale/th/LC_MESSAGES/kcm_kwintabbox.mo share/locale/th/LC_MESSAGES/kcm_memory.mo share/locale/th/LC_MESSAGES/kcm_nepomuk.mo share/locale/th/LC_MESSAGES/kcm_pci.mo share/locale/th/LC_MESSAGES/kcm_phonon.mo share/locale/th/LC_MESSAGES/kcm_platform.mo share/locale/th/LC_MESSAGES/kcm_solid.mo share/locale/th/LC_MESSAGES/kcm_solid_actions.mo share/locale/th/LC_MESSAGES/kcm_standard_actions.mo share/locale/th/LC_MESSAGES/kcmaccess.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/kcmdevinfo.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/kcminit.mo share/locale/th/LC_MESSAGES/kcminput.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/kcmkdnssd.mo share/locale/th/LC_MESSAGES/kcmkeyboard.mo share/locale/th/LC_MESSAGES/kcmkeys.mo share/locale/th/LC_MESSAGES/kcmkgamma.mo share/locale/th/LC_MESSAGES/kcmkio.mo share/locale/th/LC_MESSAGES/kcmkonq.mo share/locale/th/LC_MESSAGES/kcmkonqhtml.mo share/locale/th/LC_MESSAGES/kcmkurifilt.mo share/locale/th/LC_MESSAGES/kcmkwallet.mo share/locale/th/LC_MESSAGES/kcmkwincompositing.mo share/locale/th/LC_MESSAGES/kcmkwindecoration.mo share/locale/th/LC_MESSAGES/kcmkwinrules.mo share/locale/th/LC_MESSAGES/kcmkwinscreenedges.mo share/locale/th/LC_MESSAGES/kcmkwm.mo share/locale/th/LC_MESSAGES/kcmlaunch.mo share/locale/th/LC_MESSAGES/kcmlocale.mo share/locale/th/LC_MESSAGES/kcmnic.mo share/locale/th/LC_MESSAGES/kcmnotify.mo share/locale/th/LC_MESSAGES/kcmopengl.mo share/locale/th/LC_MESSAGES/kcmperformance.mo share/locale/th/LC_MESSAGES/kcmsamba.mo share/locale/th/LC_MESSAGES/kcmscreensaver.mo share/locale/th/LC_MESSAGES/kcmshell.mo share/locale/th/LC_MESSAGES/kcmsmartcard.mo share/locale/th/LC_MESSAGES/kcmsmserver.mo share/locale/th/LC_MESSAGES/kcmstyle.mo share/locale/th/LC_MESSAGES/kcmusb.mo share/locale/th/LC_MESSAGES/kcmview1394.mo share/locale/th/LC_MESSAGES/kcmworkspaceoptions.mo share/locale/th/LC_MESSAGES/kcolorchooser.mo share/locale/th/LC_MESSAGES/kcron.mo share/locale/th/LC_MESSAGES/kde-menu.mo share/locale/th/LC_MESSAGES/kdebugdialog.mo share/locale/th/LC_MESSAGES/kdecalendarsystems.mo share/locale/th/LC_MESSAGES/kdelibs4.mo share/locale/th/LC_MESSAGES/kdelibs_colors4.mo share/locale/th/LC_MESSAGES/kdepasswd.mo share/locale/th/LC_MESSAGES/kdeqt.mo share/locale/th/LC_MESSAGES/kdesu.mo share/locale/th/LC_MESSAGES/kdesud.mo share/locale/th/LC_MESSAGES/kdf.mo share/locale/th/LC_MESSAGES/kdialog.mo share/locale/th/LC_MESSAGES/kdiamond.mo share/locale/th/LC_MESSAGES/kdmconfig.mo share/locale/th/LC_MESSAGES/kdmgreet.mo share/locale/th/LC_MESSAGES/kdontchangethehostname.mo share/locale/th/LC_MESSAGES/keditbookmarks.mo share/locale/th/LC_MESSAGES/kfile.mo share/locale/th/LC_MESSAGES/kfile_dds.mo share/locale/th/LC_MESSAGES/kfile_drgeo.mo share/locale/th/LC_MESSAGES/kfile_exr.mo share/locale/th/LC_MESSAGES/kfile_kig.mo share/locale/th/LC_MESSAGES/kfile_pnm.mo share/locale/th/LC_MESSAGES/kfile_raw.mo share/locale/th/LC_MESSAGES/kfile_rgb.mo share/locale/th/LC_MESSAGES/kfile_rpm.mo share/locale/th/LC_MESSAGES/kfile_tiff.mo share/locale/th/LC_MESSAGES/kfile_xps.mo share/locale/th/LC_MESSAGES/kfileaudiopreview4.mo share/locale/th/LC_MESSAGES/kfilereplace.mo share/locale/th/LC_MESSAGES/kfileshare.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/kfontinst.mo share/locale/th/LC_MESSAGES/kfourinline.mo share/locale/th/LC_MESSAGES/kgeography.mo share/locale/th/LC_MESSAGES/kget.mo share/locale/th/LC_MESSAGES/kgetplugin.mo share/locale/th/LC_MESSAGES/kglobalaccel.mo share/locale/th/LC_MESSAGES/kgreet_classic.mo share/locale/th/LC_MESSAGES/kgreet_generic.mo share/locale/th/LC_MESSAGES/kgreet_winbind.mo share/locale/th/LC_MESSAGES/khelpcenter.mo share/locale/th/LC_MESSAGES/khotkeys.mo share/locale/th/LC_MESSAGES/khotnewstuff.mo share/locale/th/LC_MESSAGES/khtmlkttsd.mo share/locale/th/LC_MESSAGES/khtmlsettingsplugin.mo share/locale/th/LC_MESSAGES/kiconfinder.mo share/locale/th/LC_MESSAGES/kigo.mo -share/locale/th/LC_MESSAGES/kinetd.mo share/locale/th/LC_MESSAGES/kinfocenter.mo share/locale/th/LC_MESSAGES/kio4.mo share/locale/th/LC_MESSAGES/kio_applications.mo share/locale/th/LC_MESSAGES/kio_archive.mo share/locale/th/LC_MESSAGES/kio_audiocd.mo share/locale/th/LC_MESSAGES/kio_bookmarks.mo share/locale/th/LC_MESSAGES/kio_finger.mo share/locale/th/LC_MESSAGES/kio_fish.mo share/locale/th/LC_MESSAGES/kio_floppy.mo share/locale/th/LC_MESSAGES/kio_help4.mo share/locale/th/LC_MESSAGES/kio_imap4.mo share/locale/th/LC_MESSAGES/kio_info.mo share/locale/th/LC_MESSAGES/kio_jabberdisco.mo share/locale/th/LC_MESSAGES/kio_ldap.mo share/locale/th/LC_MESSAGES/kio_man.mo share/locale/th/LC_MESSAGES/kio_mbox.mo share/locale/th/LC_MESSAGES/kio_nepomuk.mo share/locale/th/LC_MESSAGES/kio_nepomuksearch.mo share/locale/th/LC_MESSAGES/kio_nfs.mo share/locale/th/LC_MESSAGES/kio_nntp.mo share/locale/th/LC_MESSAGES/kio_pop3.mo share/locale/th/LC_MESSAGES/kio_remote.mo share/locale/th/LC_MESSAGES/kio_sftp.mo share/locale/th/LC_MESSAGES/kio_sieve.mo share/locale/th/LC_MESSAGES/kio_smb.mo share/locale/th/LC_MESSAGES/kio_smtp.mo share/locale/th/LC_MESSAGES/kio_thumbnail.mo share/locale/th/LC_MESSAGES/kio_timeline.mo share/locale/th/LC_MESSAGES/kio_trash.mo share/locale/th/LC_MESSAGES/kio_zeroconf.mo share/locale/th/LC_MESSAGES/kioclient.mo share/locale/th/LC_MESSAGES/kioexec.mo share/locale/th/LC_MESSAGES/kjots.mo share/locale/th/LC_MESSAGES/kleopatra.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/kmahjongg.mo share/locale/th/LC_MESSAGES/kmail.mo share/locale/th/LC_MESSAGES/kmailcvt.mo share/locale/th/LC_MESSAGES/kmenuedit.mo share/locale/th/LC_MESSAGES/kmimetypefinder.mo share/locale/th/LC_MESSAGES/kmines.mo share/locale/th/LC_MESSAGES/kmix.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/knode.mo share/locale/th/LC_MESSAGES/knotes.mo share/locale/th/LC_MESSAGES/knotify4.mo share/locale/th/LC_MESSAGES/kollision.mo share/locale/th/LC_MESSAGES/kolourpaint.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/kopete.mo share/locale/th/LC_MESSAGES/korganizer.mo share/locale/th/LC_MESSAGES/kpartsaver.mo share/locale/th/LC_MESSAGES/kpasswdserver.mo share/locale/th/LC_MESSAGES/kpat.mo share/locale/th/LC_MESSAGES/kppp.mo share/locale/th/LC_MESSAGES/kppplogview.mo share/locale/th/LC_MESSAGES/kquitapp.mo share/locale/th/LC_MESSAGES/krandr.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/kres_blog.mo share/locale/th/LC_MESSAGES/kreversi.mo share/locale/th/LC_MESSAGES/krfb.mo share/locale/th/LC_MESSAGES/kruler.mo share/locale/th/LC_MESSAGES/krunner.mo share/locale/th/LC_MESSAGES/ksaneplugin.mo share/locale/th/LC_MESSAGES/kscd.mo share/locale/th/LC_MESSAGES/kscreensaver.mo share/locale/th/LC_MESSAGES/kshellcmdplugin.mo share/locale/th/LC_MESSAGES/kshisen.mo share/locale/th/LC_MESSAGES/kshorturifilter.mo share/locale/th/LC_MESSAGES/ksmserver.mo share/locale/th/LC_MESSAGES/ksnapshot.mo share/locale/th/LC_MESSAGES/ksplashthemes.mo share/locale/th/LC_MESSAGES/kstars.mo share/locale/th/LC_MESSAGES/kstart.mo share/locale/th/LC_MESSAGES/kstartperf.mo share/locale/th/LC_MESSAGES/kstyle_config.mo share/locale/th/LC_MESSAGES/ksudoku.mo share/locale/th/LC_MESSAGES/ksysguard.mo share/locale/th/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/th/LC_MESSAGES/ksystemlog.mo share/locale/th/LC_MESSAGES/ksystraycmd.mo share/locale/th/LC_MESSAGES/kteatime.mo share/locale/th/LC_MESSAGES/ktexteditor_plugins.mo share/locale/th/LC_MESSAGES/ktimer.mo share/locale/th/LC_MESSAGES/ktimetracker.mo share/locale/th/LC_MESSAGES/ktraderclient.mo share/locale/th/LC_MESSAGES/ktux.mo share/locale/th/LC_MESSAGES/kuiserver.mo share/locale/th/LC_MESSAGES/kuiviewer.mo share/locale/th/LC_MESSAGES/kurifilter.mo share/locale/th/LC_MESSAGES/kuser.mo share/locale/th/LC_MESSAGES/kwalletd.mo share/locale/th/LC_MESSAGES/kwalletmanager.mo share/locale/th/LC_MESSAGES/kwin.mo share/locale/th/LC_MESSAGES/kwin_clients.mo share/locale/th/LC_MESSAGES/kwin_effects.mo share/locale/th/LC_MESSAGES/kwinstartmenu.mo share/locale/th/LC_MESSAGES/kwrite.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/lancelot.mo share/locale/th/LC_MESSAGES/libakonadi.mo share/locale/th/LC_MESSAGES/libkcal.mo share/locale/th/LC_MESSAGES/libkcddb.mo share/locale/th/LC_MESSAGES/libkcompactdisc.mo share/locale/th/LC_MESSAGES/libkdcraw.mo share/locale/th/LC_MESSAGES/libkdecorations.mo share/locale/th/LC_MESSAGES/libkdeedu.mo share/locale/th/LC_MESSAGES/libkdegames.mo share/locale/th/LC_MESSAGES/libkdepim.mo share/locale/th/LC_MESSAGES/libkexiv2.mo share/locale/th/LC_MESSAGES/libkholidays.mo share/locale/th/LC_MESSAGES/libkldap.mo share/locale/th/LC_MESSAGES/libkmahjongg.mo share/locale/th/LC_MESSAGES/libkmime.mo share/locale/th/LC_MESSAGES/libkonq.mo share/locale/th/LC_MESSAGES/libkpimidentities.mo share/locale/th/LC_MESSAGES/libkpimutils.mo share/locale/th/LC_MESSAGES/libkremotecontrol.mo share/locale/th/LC_MESSAGES/libkresources.mo share/locale/th/LC_MESSAGES/libksane.mo share/locale/th/LC_MESSAGES/libkscreensaver.mo share/locale/th/LC_MESSAGES/libkunitconversion.mo share/locale/th/LC_MESSAGES/libkworkspace.mo share/locale/th/LC_MESSAGES/libmailimporter.mo share/locale/th/LC_MESSAGES/libmailtransport.mo share/locale/th/LC_MESSAGES/libmessagecore.mo share/locale/th/LC_MESSAGES/libmessagelist.mo share/locale/th/LC_MESSAGES/libmessageviewer.mo share/locale/th/LC_MESSAGES/liboktetakasten.mo share/locale/th/LC_MESSAGES/libphonon.mo share/locale/th/LC_MESSAGES/libplasma.mo share/locale/th/LC_MESSAGES/libplasmaclock.mo share/locale/th/LC_MESSAGES/libplasmaweather.mo share/locale/th/LC_MESSAGES/libtaskmanager.mo share/locale/th/LC_MESSAGES/lokalize.mo share/locale/th/LC_MESSAGES/marble.mo share/locale/th/LC_MESSAGES/messageviewer_text_calendar_plugin.mo share/locale/th/LC_MESSAGES/messageviewer_text_vcard_plugin.mo share/locale/th/LC_MESSAGES/messageviewer_text_xdiff_plugin.mo share/locale/th/LC_MESSAGES/mf_konqplugin.mo share/locale/th/LC_MESSAGES/minitoolsplugin.mo share/locale/th/LC_MESSAGES/mplayerthumbs.mo share/locale/th/LC_MESSAGES/mplayerthumbsconfig.mo share/locale/th/LC_MESSAGES/nepomukbackup.mo share/locale/th/LC_MESSAGES/nepomukfileindexer.mo share/locale/th/LC_MESSAGES/nepomukqueryservice.mo share/locale/th/LC_MESSAGES/nepomukserver.mo share/locale/th/LC_MESSAGES/nepomukservicestub.mo share/locale/th/LC_MESSAGES/nepomukstorage.mo share/locale/th/LC_MESSAGES/nsplugin.mo share/locale/th/LC_MESSAGES/oktetapart.mo share/locale/th/LC_MESSAGES/okular.mo share/locale/th/LC_MESSAGES/okular_chm.mo share/locale/th/LC_MESSAGES/okular_comicbook.mo share/locale/th/LC_MESSAGES/okular_djvu.mo share/locale/th/LC_MESSAGES/okular_dvi.mo share/locale/th/LC_MESSAGES/okular_epub.mo share/locale/th/LC_MESSAGES/okular_fax.mo share/locale/th/LC_MESSAGES/okular_fictionbook.mo share/locale/th/LC_MESSAGES/okular_ghostview.mo share/locale/th/LC_MESSAGES/okular_kimgio.mo share/locale/th/LC_MESSAGES/okular_mobi.mo share/locale/th/LC_MESSAGES/okular_ooo.mo share/locale/th/LC_MESSAGES/okular_plucker.mo share/locale/th/LC_MESSAGES/okular_poppler.mo share/locale/th/LC_MESSAGES/okular_tiff.mo share/locale/th/LC_MESSAGES/okular_xps.mo share/locale/th/LC_MESSAGES/phonon_gstreamer.mo share/locale/th/LC_MESSAGES/phonon_kde.mo share/locale/th/LC_MESSAGES/phononserver.mo share/locale/th/LC_MESSAGES/plasma-desktop.mo share/locale/th/LC_MESSAGES/plasma-netbook.mo share/locale/th/LC_MESSAGES/plasma-overlay.mo share/locale/th/LC_MESSAGES/plasma-windowed.mo share/locale/th/LC_MESSAGES/plasma_applet_BbalL.mo share/locale/th/LC_MESSAGES/plasma_applet_CharSelectApplet.mo share/locale/th/LC_MESSAGES/plasma_applet_Molmasscalculator.mo share/locale/th/LC_MESSAGES/plasma_applet_battery.mo share/locale/th/LC_MESSAGES/plasma_applet_binaryclock.mo share/locale/th/LC_MESSAGES/plasma_applet_bookmarks.mo share/locale/th/LC_MESSAGES/plasma_applet_calculator.mo share/locale/th/LC_MESSAGES/plasma_applet_clock.mo share/locale/th/LC_MESSAGES/plasma_applet_comic.mo share/locale/th/LC_MESSAGES/plasma_applet_concentrationCalculator.mo share/locale/th/LC_MESSAGES/plasma_applet_currentappcontrol.mo share/locale/th/LC_MESSAGES/plasma_applet_dig_clock.mo share/locale/th/LC_MESSAGES/plasma_applet_fifteenPuzzle.mo share/locale/th/LC_MESSAGES/plasma_applet_fileWatcher.mo share/locale/th/LC_MESSAGES/plasma_applet_folderview.mo share/locale/th/LC_MESSAGES/plasma_applet_frame.mo share/locale/th/LC_MESSAGES/plasma_applet_fuzzy_clock.mo share/locale/th/LC_MESSAGES/plasma_applet_gasCalculator.mo share/locale/th/LC_MESSAGES/plasma_applet_icon.mo share/locale/th/LC_MESSAGES/plasma_applet_kalgebra.mo share/locale/th/LC_MESSAGES/plasma_applet_kalzium.mo share/locale/th/LC_MESSAGES/plasma_applet_katesession.mo share/locale/th/LC_MESSAGES/plasma_applet_kget.mo share/locale/th/LC_MESSAGES/plasma_applet_kolourpicker.mo share/locale/th/LC_MESSAGES/plasma_applet_launcher.mo share/locale/th/LC_MESSAGES/plasma_applet_leavenote.mo share/locale/th/LC_MESSAGES/plasma_applet_life.mo share/locale/th/LC_MESSAGES/plasma_applet_lockout.mo share/locale/th/LC_MESSAGES/plasma_applet_luna.mo share/locale/th/LC_MESSAGES/plasma_applet_microblog.mo share/locale/th/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/th/LC_MESSAGES/plasma_applet_news.mo share/locale/th/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/th/LC_MESSAGES/plasma_applet_notes.mo share/locale/th/LC_MESSAGES/plasma_applet_notifier.mo share/locale/th/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/th/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/th/LC_MESSAGES/plasma_applet_org.kde.notifications.mo share/locale/th/LC_MESSAGES/plasma_applet_pager.mo share/locale/th/LC_MESSAGES/plasma_applet_panel.mo share/locale/th/LC_MESSAGES/plasma_applet_panelspacer_internal.mo share/locale/th/LC_MESSAGES/plasma_applet_paste.mo share/locale/th/LC_MESSAGES/plasma_applet_pastebin.mo share/locale/th/LC_MESSAGES/plasma_applet_previewer.mo share/locale/th/LC_MESSAGES/plasma_applet_qstardict.mo share/locale/th/LC_MESSAGES/plasma_applet_quicklaunch.mo share/locale/th/LC_MESSAGES/plasma_applet_rssnow.mo share/locale/th/LC_MESSAGES/plasma_applet_sal.mo share/locale/th/LC_MESSAGES/plasma_applet_saverdesktop.mo share/locale/th/LC_MESSAGES/plasma_applet_searchbox.mo share/locale/th/LC_MESSAGES/plasma_applet_showdashboard.mo share/locale/th/LC_MESSAGES/plasma_applet_showdesktop.mo share/locale/th/LC_MESSAGES/plasma_applet_skapplet.mo share/locale/th/LC_MESSAGES/plasma_applet_system-monitor.mo share/locale/th/LC_MESSAGES/plasma_applet_systemtray.mo share/locale/th/LC_MESSAGES/plasma_applet_tasks.mo share/locale/th/LC_MESSAGES/plasma_applet_timer.mo share/locale/th/LC_MESSAGES/plasma_applet_trash.mo share/locale/th/LC_MESSAGES/plasma_applet_weatherstation.mo share/locale/th/LC_MESSAGES/plasma_applet_webbrowser.mo share/locale/th/LC_MESSAGES/plasma_applet_windowlist.mo share/locale/th/LC_MESSAGES/plasma_appletscriptengine_dashboard.mo share/locale/th/LC_MESSAGES/plasma_containmentactions_contextmenu.mo share/locale/th/LC_MESSAGES/plasma_containmentactions_switchactivity.mo share/locale/th/LC_MESSAGES/plasma_containmentactions_switchdesktop.mo share/locale/th/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/th/LC_MESSAGES/plasma_engine_calendar.mo share/locale/th/LC_MESSAGES/plasma_engine_kalzium.mo share/locale/th/LC_MESSAGES/plasma_engine_keystate.mo share/locale/th/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/th/LC_MESSAGES/plasma_engine_metadata.mo share/locale/th/LC_MESSAGES/plasma_engine_network.mo share/locale/th/LC_MESSAGES/plasma_engine_notifications.mo share/locale/th/LC_MESSAGES/plasma_engine_nowplaying.mo share/locale/th/LC_MESSAGES/plasma_engine_rss.mo share/locale/th/LC_MESSAGES/plasma_engine_share.mo share/locale/th/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/th/LC_MESSAGES/plasma_engine_weather.mo share/locale/th/LC_MESSAGES/plasma_runner_bookmarksrunner.mo share/locale/th/LC_MESSAGES/plasma_runner_calculatorrunner.mo share/locale/th/LC_MESSAGES/plasma_runner_contacts.mo share/locale/th/LC_MESSAGES/plasma_runner_katesessions.mo share/locale/th/LC_MESSAGES/plasma_runner_kget.mo share/locale/th/LC_MESSAGES/plasma_runner_kill.mo share/locale/th/LC_MESSAGES/plasma_runner_kopete.mo share/locale/th/LC_MESSAGES/plasma_runner_krunner_dictionary.mo share/locale/th/LC_MESSAGES/plasma_runner_locations.mo share/locale/th/LC_MESSAGES/plasma_runner_mediawiki.mo share/locale/th/LC_MESSAGES/plasma_runner_nepomuksearchrunner.mo share/locale/th/LC_MESSAGES/plasma_runner_placesrunner.mo share/locale/th/LC_MESSAGES/plasma_runner_plasma-desktop.mo share/locale/th/LC_MESSAGES/plasma_runner_powerdevil.mo share/locale/th/LC_MESSAGES/plasma_runner_recentdocuments.mo share/locale/th/LC_MESSAGES/plasma_runner_services.mo share/locale/th/LC_MESSAGES/plasma_runner_sessions.mo share/locale/th/LC_MESSAGES/plasma_runner_shell.mo share/locale/th/LC_MESSAGES/plasma_runner_solid.mo share/locale/th/LC_MESSAGES/plasma_runner_spellcheckrunner.mo share/locale/th/LC_MESSAGES/plasma_runner_webshortcuts.mo share/locale/th/LC_MESSAGES/plasma_runner_windowedwidgets.mo share/locale/th/LC_MESSAGES/plasma_runner_windows.mo share/locale/th/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/th/LC_MESSAGES/plasma_toolbox_desktoptoolbox.mo share/locale/th/LC_MESSAGES/plasma_toolbox_paneltoolbox.mo share/locale/th/LC_MESSAGES/plasma_wallpaper_color.mo share/locale/th/LC_MESSAGES/plasma_wallpaper_image.mo share/locale/th/LC_MESSAGES/plasmagenericshell.mo share/locale/th/LC_MESSAGES/plasmapkg.mo share/locale/th/LC_MESSAGES/powerdevil.mo share/locale/th/LC_MESSAGES/powerdevilglobalconfig.mo share/locale/th/LC_MESSAGES/powerdevilprofilesconfig.mo share/locale/th/LC_MESSAGES/processcore.mo share/locale/th/LC_MESSAGES/processui.mo share/locale/th/LC_MESSAGES/randrmonitor.mo share/locale/th/LC_MESSAGES/rellinks.mo share/locale/th/LC_MESSAGES/rocs.mo share/locale/th/LC_MESSAGES/rocscore.mo share/locale/th/LC_MESSAGES/rocsvisualeditor.mo share/locale/th/LC_MESSAGES/searchbarplugin.mo share/locale/th/LC_MESSAGES/solid-hardware.mo share/locale/th/LC_MESSAGES/solid-network.mo share/locale/th/LC_MESSAGES/solid_qt.mo share/locale/th/LC_MESSAGES/solidcontrol.mo share/locale/th/LC_MESSAGES/soliduiserver.mo share/locale/th/LC_MESSAGES/step.mo share/locale/th/LC_MESSAGES/step_qt.mo share/locale/th/LC_MESSAGES/superkaramba.mo share/locale/th/LC_MESSAGES/svgpart.mo share/locale/th/LC_MESSAGES/sweeper.mo share/locale/th/LC_MESSAGES/systemsettings.mo share/locale/th/LC_MESSAGES/timezones4.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/webarchiver.mo share/locale/th/LC_MESSAGES/xml_mimetypes.mo share/locale/th/charset share/locale/th/entry.desktop share/locale/th/flag.png Index: head/misc/kde4-l10n-tr/distinfo =================================================================== --- head/misc/kde4-l10n-tr/distinfo (revision 318451) +++ head/misc/kde4-l10n-tr/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/kde-l10n/kde-l10n-tr-4.10.1.tar.xz) = e511daca006e46072e51e50cfc4dcd64094ff3c54508a1f981d5ef9b98985749 -SIZE (KDE/4.10.1/kde-l10n/kde-l10n-tr-4.10.1.tar.xz) = 4085868 +SHA256 (KDE/4.10.3/kde-l10n/kde-l10n-tr-4.10.3.tar.xz) = 727e6f42201e8c4d47f5539fd2907f5b77788714ca2354311c8d6462eb45fcd8 +SIZE (KDE/4.10.3/kde-l10n/kde-l10n-tr-4.10.3.tar.xz) = 4093044 Index: head/misc/kde4-l10n-tr/pkg-plist =================================================================== --- head/misc/kde4-l10n-tr/pkg-plist (revision 318451) +++ head/misc/kde4-l10n-tr/pkg-plist (revision 318452) @@ -1,874 +1,872 @@ share/apps/khangman/tr.txt share/apps/kvtml/tr/animals.kvtml share/apps/kvtml/tr/easy.kvtml share/apps/kvtml/tr/hard.kvtml share/apps/kvtml/tr/medium.kvtml share/doc/HTML/tr/common/fdl-translated.html share/doc/HTML/tr/common/gpl-translated.html share/doc/HTML/tr/common/kde-localised.css share/doc/HTML/tr/common/lgpl-translated.html share/doc/HTML/tr/dragonplayer/common share/doc/HTML/tr/dragonplayer/index.cache.bz2 share/doc/HTML/tr/dragonplayer/index.docbook share/doc/HTML/tr/dragonplayer/man-dragon.1.docbook share/doc/HTML/tr/fundamentals/colors.png share/doc/HTML/tr/fundamentals/common share/doc/HTML/tr/fundamentals/config.docbook share/doc/HTML/tr/fundamentals/files-locationbar-breadcrumb.png share/doc/HTML/tr/fundamentals/files-locationbar-context-menu.png share/doc/HTML/tr/fundamentals/files-locationbar-editable.png share/doc/HTML/tr/fundamentals/files-open.png share/doc/HTML/tr/fundamentals/files-save.png share/doc/HTML/tr/fundamentals/find-find.png share/doc/HTML/tr/fundamentals/find-found.png share/doc/HTML/tr/fundamentals/find-replace.png share/doc/HTML/tr/fundamentals/fonts.png share/doc/HTML/tr/fundamentals/index.cache.bz2 share/doc/HTML/tr/fundamentals/index.docbook share/doc/HTML/tr/fundamentals/install.docbook share/doc/HTML/tr/fundamentals/menus.png share/doc/HTML/tr/fundamentals/shortcuts-schemes.png share/doc/HTML/tr/fundamentals/shortcuts-search.png share/doc/HTML/tr/fundamentals/shortcuts-set.png share/doc/HTML/tr/fundamentals/spellcheck-check.png share/doc/HTML/tr/fundamentals/tasks.docbook share/doc/HTML/tr/fundamentals/toolbars-configure.png share/doc/HTML/tr/fundamentals/toolbars-toolbar.png share/doc/HTML/tr/fundamentals/ui.docbook share/doc/HTML/tr/kcontrol/kresources/common share/doc/HTML/tr/kcontrol/kresources/index.cache.bz2 share/doc/HTML/tr/kcontrol/kresources/index.docbook share/doc/HTML/tr/khelpcenter/documentationnotfound/common share/doc/HTML/tr/khelpcenter/documentationnotfound/index.cache.bz2 share/doc/HTML/tr/khelpcenter/documentationnotfound/index.docbook share/doc/HTML/tr/kioslave/data/common share/doc/HTML/tr/kioslave/data/index.cache.bz2 share/doc/HTML/tr/kioslave/data/index.docbook share/doc/HTML/tr/kioslave/file/common share/doc/HTML/tr/kioslave/file/index.cache.bz2 share/doc/HTML/tr/kioslave/file/index.docbook share/doc/HTML/tr/kioslave/ftp/common share/doc/HTML/tr/kioslave/ftp/index.cache.bz2 share/doc/HTML/tr/kioslave/ftp/index.docbook share/doc/HTML/tr/kioslave/help/common share/doc/HTML/tr/kioslave/help/index.cache.bz2 share/doc/HTML/tr/kioslave/help/index.docbook share/doc/HTML/tr/kioslave/http/common share/doc/HTML/tr/kioslave/http/index.cache.bz2 share/doc/HTML/tr/kioslave/http/index.docbook share/doc/HTML/tr/kioslave/imap/common share/doc/HTML/tr/kioslave/imap/index.cache.bz2 share/doc/HTML/tr/kioslave/imap/index.docbook share/doc/HTML/tr/kioslave/ldap/common share/doc/HTML/tr/kioslave/ldap/index.cache.bz2 share/doc/HTML/tr/kioslave/ldap/index.docbook share/doc/HTML/tr/kioslave/mailto/common share/doc/HTML/tr/kioslave/mailto/index.cache.bz2 share/doc/HTML/tr/kioslave/mailto/index.docbook share/doc/HTML/tr/kioslave/mbox/common share/doc/HTML/tr/kioslave/mbox/index.cache.bz2 share/doc/HTML/tr/kioslave/mbox/index.docbook share/doc/HTML/tr/kioslave/news/common share/doc/HTML/tr/kioslave/news/index.cache.bz2 share/doc/HTML/tr/kioslave/news/index.docbook share/doc/HTML/tr/kioslave/nntp/common share/doc/HTML/tr/kioslave/nntp/index.cache.bz2 share/doc/HTML/tr/kioslave/nntp/index.docbook share/doc/HTML/tr/kioslave/pop3/common share/doc/HTML/tr/kioslave/pop3/index.cache.bz2 share/doc/HTML/tr/kioslave/pop3/index.docbook share/doc/HTML/tr/kioslave/rlogin/common share/doc/HTML/tr/kioslave/rlogin/index.cache.bz2 share/doc/HTML/tr/kioslave/rlogin/index.docbook share/doc/HTML/tr/kioslave/sieve/common share/doc/HTML/tr/kioslave/sieve/index.cache.bz2 share/doc/HTML/tr/kioslave/sieve/index.docbook share/doc/HTML/tr/kioslave/smtp/common share/doc/HTML/tr/kioslave/smtp/index.cache.bz2 share/doc/HTML/tr/kioslave/smtp/index.docbook share/doc/HTML/tr/kioslave/telnet/common share/doc/HTML/tr/kioslave/telnet/index.cache.bz2 share/doc/HTML/tr/kioslave/telnet/index.docbook share/doc/HTML/tr/kioslave/webdav/common share/doc/HTML/tr/kioslave/webdav/index.cache.bz2 share/doc/HTML/tr/kioslave/webdav/index.docbook share/doc/HTML/tr/onlinehelp/common share/doc/HTML/tr/onlinehelp/index.cache.bz2 share/doc/HTML/tr/onlinehelp/index.docbook share/doc/HTML/tr/plasma-desktop/add-widgets.png share/doc/HTML/tr/plasma-desktop/common share/doc/HTML/tr/plasma-desktop/desktop-settings.png share/doc/HTML/tr/plasma-desktop/device_notifier_widget.png share/doc/HTML/tr/plasma-desktop/device_notifier_widget_actions.png share/doc/HTML/tr/plasma-desktop/index.cache.bz2 share/doc/HTML/tr/plasma-desktop/index.docbook share/doc/HTML/tr/plasma-desktop/panel-settings.png share/doc/HTML/tr/plasma-desktop/system-tray-settings.png share/doc/HTML/tr/plasma-desktop/taskbar-settings.png share/doc/HTML/tr/sonnet/common share/doc/HTML/tr/sonnet/index.cache.bz2 share/doc/HTML/tr/sonnet/index.docbook share/locale/tr/LC_MESSAGES/accountwizard.mo share/locale/tr/LC_MESSAGES/accountwizard_ical.mo share/locale/tr/LC_MESSAGES/accountwizard_imap.mo share/locale/tr/LC_MESSAGES/accountwizard_kolab.mo share/locale/tr/LC_MESSAGES/accountwizard_mailbox.mo share/locale/tr/LC_MESSAGES/accountwizard_maildir.mo share/locale/tr/LC_MESSAGES/accountwizard_pop3.mo share/locale/tr/LC_MESSAGES/accountwizard_tine20.mo share/locale/tr/LC_MESSAGES/adblock.mo share/locale/tr/LC_MESSAGES/akonadi-filestore.mo share/locale/tr/LC_MESSAGES/akonadi_birthdays_resource.mo share/locale/tr/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/tr/LC_MESSAGES/akonadi_davgroupware_resource.mo share/locale/tr/LC_MESSAGES/akonadi_google_resource.mo share/locale/tr/LC_MESSAGES/akonadi_ical_resource.mo share/locale/tr/LC_MESSAGES/akonadi_imap_resource.mo share/locale/tr/LC_MESSAGES/akonadi_invitations_agent.mo share/locale/tr/LC_MESSAGES/akonadi_kabc_resource.mo share/locale/tr/LC_MESSAGES/akonadi_kalarm_resource.mo share/locale/tr/LC_MESSAGES/akonadi_kcal_resource.mo share/locale/tr/LC_MESSAGES/akonadi_kdeaccounts_resource.mo share/locale/tr/LC_MESSAGES/akonadi_knut_resource.mo share/locale/tr/LC_MESSAGES/akonadi_kolabproxy_resource.mo share/locale/tr/LC_MESSAGES/akonadi_kresourceassistant.mo share/locale/tr/LC_MESSAGES/akonadi_localbookmarks_resource.mo share/locale/tr/LC_MESSAGES/akonadi_maildir_resource.mo share/locale/tr/LC_MESSAGES/akonadi_maildispatcher_agent.mo share/locale/tr/LC_MESSAGES/akonadi_mailtransport_resource.mo share/locale/tr/LC_MESSAGES/akonadi_mbox_resource.mo share/locale/tr/LC_MESSAGES/akonadi_microblog_resource.mo share/locale/tr/LC_MESSAGES/akonadi_mixedmaildir_resource.mo share/locale/tr/LC_MESSAGES/akonadi_nepomuk_feeder.mo share/locale/tr/LC_MESSAGES/akonadi_nepomuktag_resource.mo share/locale/tr/LC_MESSAGES/akonadi_next.mo share/locale/tr/LC_MESSAGES/akonadi_nntp_resource.mo share/locale/tr/LC_MESSAGES/akonadi_openxchange_resource.mo share/locale/tr/LC_MESSAGES/akonadi_pop3_resource.mo share/locale/tr/LC_MESSAGES/akonadi_serializer_plugins.mo share/locale/tr/LC_MESSAGES/akonadi_singlefile_resource.mo share/locale/tr/LC_MESSAGES/akonadi_strigi_feeder.mo share/locale/tr/LC_MESSAGES/akonadi_vcard_resource.mo share/locale/tr/LC_MESSAGES/akonadi_vcarddir_resource.mo share/locale/tr/LC_MESSAGES/akonadicontact.mo share/locale/tr/LC_MESSAGES/akonadinotes.mo share/locale/tr/LC_MESSAGES/akonaditray.mo share/locale/tr/LC_MESSAGES/akregator.mo share/locale/tr/LC_MESSAGES/akregator_konqplugin.mo share/locale/tr/LC_MESSAGES/amor.mo share/locale/tr/LC_MESSAGES/ark.mo share/locale/tr/LC_MESSAGES/attica_kde.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/blogilo.mo share/locale/tr/LC_MESSAGES/bomber.mo share/locale/tr/LC_MESSAGES/bovo.mo share/locale/tr/LC_MESSAGES/calendarsupport.mo share/locale/tr/LC_MESSAGES/cantor.mo share/locale/tr/LC_MESSAGES/cervisia.mo share/locale/tr/LC_MESSAGES/cryptopageplugin.mo share/locale/tr/LC_MESSAGES/cvsservice.mo share/locale/tr/LC_MESSAGES/dirfilterplugin.mo share/locale/tr/LC_MESSAGES/display.mo share/locale/tr/LC_MESSAGES/dolphin.mo share/locale/tr/LC_MESSAGES/domtreeviewer.mo share/locale/tr/LC_MESSAGES/dragonplayer.mo share/locale/tr/LC_MESSAGES/drkonqi.mo share/locale/tr/LC_MESSAGES/filelight.mo share/locale/tr/LC_MESSAGES/filetypes.mo share/locale/tr/LC_MESSAGES/fileviewbazaarplugin.mo share/locale/tr/LC_MESSAGES/fileviewgitplugin.mo share/locale/tr/LC_MESSAGES/fileviewhgplugin.mo share/locale/tr/LC_MESSAGES/fileviewsvnplugin.mo share/locale/tr/LC_MESSAGES/freespacenotifier.mo share/locale/tr/LC_MESSAGES/fsview.mo share/locale/tr/LC_MESSAGES/granatier.mo share/locale/tr/LC_MESSAGES/gwenview.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/jovie.mo share/locale/tr/LC_MESSAGES/joystick.mo share/locale/tr/LC_MESSAGES/juk.mo share/locale/tr/LC_MESSAGES/kabc.mo share/locale/tr/LC_MESSAGES/kabc_akonadi.mo share/locale/tr/LC_MESSAGES/kabc_dir.mo share/locale/tr/LC_MESSAGES/kabc_file.mo share/locale/tr/LC_MESSAGES/kabc_ldapkio.mo share/locale/tr/LC_MESSAGES/kabc_net.mo share/locale/tr/LC_MESSAGES/kabcclient.mo share/locale/tr/LC_MESSAGES/kabcformat_binary.mo share/locale/tr/LC_MESSAGES/kaccess.mo share/locale/tr/LC_MESSAGES/kaccessibleapp.mo share/locale/tr/LC_MESSAGES/kactivitymanagerd.mo share/locale/tr/LC_MESSAGES/kaddressbook-mobile.mo share/locale/tr/LC_MESSAGES/kaddressbook.mo share/locale/tr/LC_MESSAGES/kaddressbookmigrator.mo share/locale/tr/LC_MESSAGES/kajongg.mo share/locale/tr/LC_MESSAGES/kalarm.mo share/locale/tr/LC_MESSAGES/kalgebra.mo share/locale/tr/LC_MESSAGES/kalzium.mo share/locale/tr/LC_MESSAGES/kanagram.mo share/locale/tr/LC_MESSAGES/kapman.mo share/locale/tr/LC_MESSAGES/kapptemplate.mo share/locale/tr/LC_MESSAGES/kate-ctags-plugin.mo share/locale/tr/LC_MESSAGES/kate.mo share/locale/tr/LC_MESSAGES/kate_kttsd.mo share/locale/tr/LC_MESSAGES/katebacktracebrowserplugin.mo share/locale/tr/LC_MESSAGES/katebuild-plugin.mo share/locale/tr/LC_MESSAGES/katefilebrowserplugin.mo share/locale/tr/LC_MESSAGES/katefiletemplates.mo share/locale/tr/LC_MESSAGES/kategdbplugin.mo share/locale/tr/LC_MESSAGES/katehelloworld.mo share/locale/tr/LC_MESSAGES/katekonsoleplugin.mo share/locale/tr/LC_MESSAGES/katemailfilesplugin.mo share/locale/tr/LC_MESSAGES/kateopenheader.mo share/locale/tr/LC_MESSAGES/katepart4.mo share/locale/tr/LC_MESSAGES/katesearch.mo share/locale/tr/LC_MESSAGES/katesnippets_tng.mo share/locale/tr/LC_MESSAGES/katesql.mo share/locale/tr/LC_MESSAGES/katesymbolviewer.mo share/locale/tr/LC_MESSAGES/katetabbarextension.mo share/locale/tr/LC_MESSAGES/katetabifyplugin.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/kbattleship.mo share/locale/tr/LC_MESSAGES/kblackbox.mo share/locale/tr/LC_MESSAGES/kblankscrn.mo share/locale/tr/LC_MESSAGES/kblocks.mo share/locale/tr/LC_MESSAGES/kbounce.mo share/locale/tr/LC_MESSAGES/kbreakout.mo share/locale/tr/LC_MESSAGES/kbruch.mo share/locale/tr/LC_MESSAGES/kcachegrind.mo share/locale/tr/LC_MESSAGES/kcachegrind_qt.mo share/locale/tr/LC_MESSAGES/kcal_akonadi.mo share/locale/tr/LC_MESSAGES/kcalc.mo share/locale/tr/LC_MESSAGES/kcertpart.mo share/locale/tr/LC_MESSAGES/kcharselect.mo share/locale/tr/LC_MESSAGES/kcm-kwin-scripts.mo share/locale/tr/LC_MESSAGES/kcm_akonadi.mo share/locale/tr/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/tr/LC_MESSAGES/kcm_attica.mo share/locale/tr/LC_MESSAGES/kcm_autostart.mo share/locale/tr/LC_MESSAGES/kcm_desktoppaths.mo share/locale/tr/LC_MESSAGES/kcm_desktopthemedetails.mo share/locale/tr/LC_MESSAGES/kcm_device_automounter.mo share/locale/tr/LC_MESSAGES/kcm_emoticons.mo share/locale/tr/LC_MESSAGES/kcm_infobase.mo share/locale/tr/LC_MESSAGES/kcm_infosummary.mo -share/locale/tr/LC_MESSAGES/kcm_krfb.mo share/locale/tr/LC_MESSAGES/kcm_kwindesktop.mo share/locale/tr/LC_MESSAGES/kcm_kwintabbox.mo share/locale/tr/LC_MESSAGES/kcm_memory.mo share/locale/tr/LC_MESSAGES/kcm_nepomuk.mo share/locale/tr/LC_MESSAGES/kcm_pci.mo share/locale/tr/LC_MESSAGES/kcm_phonon.mo share/locale/tr/LC_MESSAGES/kcm_platform.mo share/locale/tr/LC_MESSAGES/kcm_remotecontrol.mo share/locale/tr/LC_MESSAGES/kcm_solid.mo share/locale/tr/LC_MESSAGES/kcm_solid_actions.mo share/locale/tr/LC_MESSAGES/kcm_standard_actions.mo share/locale/tr/LC_MESSAGES/kcmaccess.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/kcmdevinfo.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/kcminit.mo share/locale/tr/LC_MESSAGES/kcminput.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/kcmkdnssd.mo share/locale/tr/LC_MESSAGES/kcmkeyboard.mo share/locale/tr/LC_MESSAGES/kcmkeys.mo share/locale/tr/LC_MESSAGES/kcmkgamma.mo share/locale/tr/LC_MESSAGES/kcmkio.mo share/locale/tr/LC_MESSAGES/kcmkonq.mo share/locale/tr/LC_MESSAGES/kcmkonqhtml.mo share/locale/tr/LC_MESSAGES/kcmkurifilt.mo share/locale/tr/LC_MESSAGES/kcmkwallet.mo share/locale/tr/LC_MESSAGES/kcmkwincompositing.mo share/locale/tr/LC_MESSAGES/kcmkwindecoration.mo share/locale/tr/LC_MESSAGES/kcmkwinrules.mo share/locale/tr/LC_MESSAGES/kcmkwinscreenedges.mo share/locale/tr/LC_MESSAGES/kcmkwm.mo share/locale/tr/LC_MESSAGES/kcmlaunch.mo share/locale/tr/LC_MESSAGES/kcmlocale.mo share/locale/tr/LC_MESSAGES/kcmnic.mo share/locale/tr/LC_MESSAGES/kcmnotify.mo share/locale/tr/LC_MESSAGES/kcmopengl.mo share/locale/tr/LC_MESSAGES/kcmperformance.mo share/locale/tr/LC_MESSAGES/kcmsamba.mo share/locale/tr/LC_MESSAGES/kcmscreensaver.mo share/locale/tr/LC_MESSAGES/kcmshell.mo share/locale/tr/LC_MESSAGES/kcmsmartcard.mo share/locale/tr/LC_MESSAGES/kcmsmserver.mo share/locale/tr/LC_MESSAGES/kcmstyle.mo share/locale/tr/LC_MESSAGES/kcmusb.mo share/locale/tr/LC_MESSAGES/kcmview1394.mo share/locale/tr/LC_MESSAGES/kcmworkspaceoptions.mo share/locale/tr/LC_MESSAGES/kcolorchooser.mo share/locale/tr/LC_MESSAGES/kcron.mo share/locale/tr/LC_MESSAGES/kde-menu.mo share/locale/tr/LC_MESSAGES/kdeasciiquarium.mo share/locale/tr/LC_MESSAGES/kdebugdialog.mo share/locale/tr/LC_MESSAGES/kdecalendarsystems.mo share/locale/tr/LC_MESSAGES/kdelibs4.mo share/locale/tr/LC_MESSAGES/kdelibs_colors4.mo share/locale/tr/LC_MESSAGES/kdepasswd.mo share/locale/tr/LC_MESSAGES/kdepim-runtime-qml.mo share/locale/tr/LC_MESSAGES/kdeqt.mo share/locale/tr/LC_MESSAGES/kdesu.mo share/locale/tr/LC_MESSAGES/kdesud.mo share/locale/tr/LC_MESSAGES/kdf.mo share/locale/tr/LC_MESSAGES/kdgantt2.mo share/locale/tr/LC_MESSAGES/kdialog.mo share/locale/tr/LC_MESSAGES/kdiamond.mo share/locale/tr/LC_MESSAGES/kdmconfig.mo share/locale/tr/LC_MESSAGES/kdmgreet.mo share/locale/tr/LC_MESSAGES/kdontchangethehostname.mo share/locale/tr/LC_MESSAGES/keditbookmarks.mo share/locale/tr/LC_MESSAGES/kfile.mo share/locale/tr/LC_MESSAGES/kfile_dds.mo share/locale/tr/LC_MESSAGES/kfile_drgeo.mo share/locale/tr/LC_MESSAGES/kfile_exr.mo share/locale/tr/LC_MESSAGES/kfile_kig.mo share/locale/tr/LC_MESSAGES/kfile_mail.mo share/locale/tr/LC_MESSAGES/kfile_pnm.mo share/locale/tr/LC_MESSAGES/kfile_raw.mo share/locale/tr/LC_MESSAGES/kfile_rgb.mo share/locale/tr/LC_MESSAGES/kfile_rpm.mo share/locale/tr/LC_MESSAGES/kfile_tiff.mo share/locale/tr/LC_MESSAGES/kfile_xps.mo share/locale/tr/LC_MESSAGES/kfileaudiopreview4.mo share/locale/tr/LC_MESSAGES/kfilereplace.mo share/locale/tr/LC_MESSAGES/kfileshare.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/kfontinst.mo share/locale/tr/LC_MESSAGES/kfourinline.mo share/locale/tr/LC_MESSAGES/kgeography.mo share/locale/tr/LC_MESSAGES/kget.mo share/locale/tr/LC_MESSAGES/kgetplugin.mo share/locale/tr/LC_MESSAGES/kglobalaccel.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_generic.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/khotkeys.mo share/locale/tr/LC_MESSAGES/khotnewstuff.mo share/locale/tr/LC_MESSAGES/khtmlkttsd.mo share/locale/tr/LC_MESSAGES/khtmlsettingsplugin.mo share/locale/tr/LC_MESSAGES/kiconfinder.mo share/locale/tr/LC_MESSAGES/kig.mo share/locale/tr/LC_MESSAGES/kigo.mo share/locale/tr/LC_MESSAGES/killbots.mo share/locale/tr/LC_MESSAGES/kimagemapeditor.mo -share/locale/tr/LC_MESSAGES/kinetd.mo share/locale/tr/LC_MESSAGES/kinfocenter.mo share/locale/tr/LC_MESSAGES/kio4.mo share/locale/tr/LC_MESSAGES/kio_activities.mo share/locale/tr/LC_MESSAGES/kio_akonadi.mo share/locale/tr/LC_MESSAGES/kio_applications.mo share/locale/tr/LC_MESSAGES/kio_archive.mo share/locale/tr/LC_MESSAGES/kio_audiocd.mo share/locale/tr/LC_MESSAGES/kio_bookmarks.mo share/locale/tr/LC_MESSAGES/kio_finger.mo share/locale/tr/LC_MESSAGES/kio_fish.mo share/locale/tr/LC_MESSAGES/kio_floppy.mo share/locale/tr/LC_MESSAGES/kio_help4.mo share/locale/tr/LC_MESSAGES/kio_imap4.mo share/locale/tr/LC_MESSAGES/kio_info.mo share/locale/tr/LC_MESSAGES/kio_jabberdisco.mo share/locale/tr/LC_MESSAGES/kio_ldap.mo share/locale/tr/LC_MESSAGES/kio_man.mo share/locale/tr/LC_MESSAGES/kio_mbox.mo share/locale/tr/LC_MESSAGES/kio_nepomuk.mo share/locale/tr/LC_MESSAGES/kio_nepomuksearch.mo share/locale/tr/LC_MESSAGES/kio_nfs.mo share/locale/tr/LC_MESSAGES/kio_nntp.mo share/locale/tr/LC_MESSAGES/kio_perldoc.mo share/locale/tr/LC_MESSAGES/kio_pop3.mo share/locale/tr/LC_MESSAGES/kio_recentdocuments.mo share/locale/tr/LC_MESSAGES/kio_remote.mo share/locale/tr/LC_MESSAGES/kio_sftp.mo share/locale/tr/LC_MESSAGES/kio_sieve.mo share/locale/tr/LC_MESSAGES/kio_smb.mo share/locale/tr/LC_MESSAGES/kio_smtp.mo share/locale/tr/LC_MESSAGES/kio_svn.mo share/locale/tr/LC_MESSAGES/kio_thumbnail.mo share/locale/tr/LC_MESSAGES/kio_timeline.mo share/locale/tr/LC_MESSAGES/kio_trash.mo share/locale/tr/LC_MESSAGES/kio_zeroconf.mo share/locale/tr/LC_MESSAGES/kioclient.mo share/locale/tr/LC_MESSAGES/kioexec.mo share/locale/tr/LC_MESSAGES/kiriki.mo share/locale/tr/LC_MESSAGES/kiten.mo share/locale/tr/LC_MESSAGES/kjots.mo share/locale/tr/LC_MESSAGES/kjotsmigrator.mo share/locale/tr/LC_MESSAGES/kjumpingcube.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-migrator.mo share/locale/tr/LC_MESSAGES/kmail-mobile.mo share/locale/tr/LC_MESSAGES/kmail.mo share/locale/tr/LC_MESSAGES/kmailcvt.mo share/locale/tr/LC_MESSAGES/kmenuedit.mo share/locale/tr/LC_MESSAGES/kmimetypefinder.mo share/locale/tr/LC_MESSAGES/kmines.mo share/locale/tr/LC_MESSAGES/kmix.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/knetattach.mo share/locale/tr/LC_MESSAGES/knetwalk.mo share/locale/tr/LC_MESSAGES/knode.mo share/locale/tr/LC_MESSAGES/knotes.mo share/locale/tr/LC_MESSAGES/knotify4.mo share/locale/tr/LC_MESSAGES/kolf.mo share/locale/tr/LC_MESSAGES/kollision.mo share/locale/tr/LC_MESSAGES/kolourpaint.mo share/locale/tr/LC_MESSAGES/kommander.mo share/locale/tr/LC_MESSAGES/kompare.mo share/locale/tr/LC_MESSAGES/konqprofiles.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/konsoleprofiles.mo share/locale/tr/LC_MESSAGES/kontact.mo share/locale/tr/LC_MESSAGES/kontactinterfaces.mo share/locale/tr/LC_MESSAGES/kopete.mo share/locale/tr/LC_MESSAGES/korganizer-mobile.mo share/locale/tr/LC_MESSAGES/korganizer.mo share/locale/tr/LC_MESSAGES/kpartloader.mo share/locale/tr/LC_MESSAGES/kpartsaver.mo share/locale/tr/LC_MESSAGES/kpasswdserver.mo share/locale/tr/LC_MESSAGES/kpat.mo share/locale/tr/LC_MESSAGES/kppp.mo share/locale/tr/LC_MESSAGES/kppplogview.mo share/locale/tr/LC_MESSAGES/kquitapp.mo share/locale/tr/LC_MESSAGES/krandr.mo share/locale/tr/LC_MESSAGES/krcdnotifieritem.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/kremotecontroldaemon.mo share/locale/tr/LC_MESSAGES/kres-migrator.mo share/locale/tr/LC_MESSAGES/kres_blog.mo share/locale/tr/LC_MESSAGES/kres_remote.mo share/locale/tr/LC_MESSAGES/kresources_shared_akonadi.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/krunner.mo share/locale/tr/LC_MESSAGES/ksaneplugin.mo share/locale/tr/LC_MESSAGES/kscd.mo share/locale/tr/LC_MESSAGES/kscreensaver.mo share/locale/tr/LC_MESSAGES/ksendemail.mo share/locale/tr/LC_MESSAGES/kshellcmdplugin.mo share/locale/tr/LC_MESSAGES/kshisen.mo share/locale/tr/LC_MESSAGES/kshorturifilter.mo share/locale/tr/LC_MESSAGES/ksirk.mo share/locale/tr/LC_MESSAGES/ksirkskineditor.mo share/locale/tr/LC_MESSAGES/ksmserver.mo share/locale/tr/LC_MESSAGES/ksnapshot.mo share/locale/tr/LC_MESSAGES/kspaceduel.mo share/locale/tr/LC_MESSAGES/ksplashthemes.mo share/locale/tr/LC_MESSAGES/ksquares.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/kstyle_config.mo share/locale/tr/LC_MESSAGES/kstyle_phase_config.mo share/locale/tr/LC_MESSAGES/ksudoku.mo share/locale/tr/LC_MESSAGES/ksysguard.mo share/locale/tr/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/tr/LC_MESSAGES/ksystemlog.mo share/locale/tr/LC_MESSAGES/ksystraycmd.mo share/locale/tr/LC_MESSAGES/kteatime.mo share/locale/tr/LC_MESSAGES/ktesnippets_editor.mo share/locale/tr/LC_MESSAGES/ktexteditor_codesnippets_core.mo share/locale/tr/LC_MESSAGES/ktexteditor_plugins.mo share/locale/tr/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/tr/LC_MESSAGES/ktimer.mo share/locale/tr/LC_MESSAGES/ktimetracker.mo share/locale/tr/LC_MESSAGES/ktouch.mo share/locale/tr/LC_MESSAGES/ktraderclient.mo share/locale/tr/LC_MESSAGES/ktron.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/kubrick.mo share/locale/tr/LC_MESSAGES/kuiserver.mo share/locale/tr/LC_MESSAGES/kuiviewer.mo share/locale/tr/LC_MESSAGES/kurifilter.mo share/locale/tr/LC_MESSAGES/kuser.mo share/locale/tr/LC_MESSAGES/kwalletd.mo share/locale/tr/LC_MESSAGES/kwalletmanager.mo share/locale/tr/LC_MESSAGES/kwatchgnupg.mo share/locale/tr/LC_MESSAGES/kwin.mo share/locale/tr/LC_MESSAGES/kwin_art_clients.mo share/locale/tr/LC_MESSAGES/kwin_clients.mo share/locale/tr/LC_MESSAGES/kwin_effects.mo share/locale/tr/LC_MESSAGES/kwinshutdown.mo share/locale/tr/LC_MESSAGES/kwinstartmenu.mo share/locale/tr/LC_MESSAGES/kwordquiz.mo share/locale/tr/LC_MESSAGES/kwrite.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/lancelot.mo share/locale/tr/LC_MESSAGES/libakonadi-calendar.mo share/locale/tr/LC_MESSAGES/libakonadi-kmime.mo share/locale/tr/LC_MESSAGES/libakonadi.mo share/locale/tr/LC_MESSAGES/libeventviews.mo share/locale/tr/LC_MESSAGES/libincidenceeditors.mo share/locale/tr/LC_MESSAGES/libkalarmcal.mo share/locale/tr/LC_MESSAGES/libkasten.mo share/locale/tr/LC_MESSAGES/libkblog.mo share/locale/tr/LC_MESSAGES/libkcal.mo share/locale/tr/LC_MESSAGES/libkcalutils.mo share/locale/tr/LC_MESSAGES/libkcddb.mo share/locale/tr/LC_MESSAGES/libkcompactdisc.mo share/locale/tr/LC_MESSAGES/libkdcraw.mo share/locale/tr/LC_MESSAGES/libkdecorations.mo share/locale/tr/LC_MESSAGES/libkdeedu.mo share/locale/tr/LC_MESSAGES/libkdegames.mo share/locale/tr/LC_MESSAGES/libkdepim.mo share/locale/tr/LC_MESSAGES/libkdepimmobileui.mo share/locale/tr/LC_MESSAGES/libkexiv2.mo share/locale/tr/LC_MESSAGES/libkholidays.mo share/locale/tr/LC_MESSAGES/libkimap.mo share/locale/tr/LC_MESSAGES/libkldap.mo share/locale/tr/LC_MESSAGES/libkleopatra.mo share/locale/tr/LC_MESSAGES/libkmahjongg.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/libkpimidentities.mo share/locale/tr/LC_MESSAGES/libkpimtextedit.mo share/locale/tr/LC_MESSAGES/libkpimutils.mo share/locale/tr/LC_MESSAGES/libkremotecontrol.mo share/locale/tr/LC_MESSAGES/libkresources.mo share/locale/tr/LC_MESSAGES/libksane.mo share/locale/tr/LC_MESSAGES/libkscreensaver.mo share/locale/tr/LC_MESSAGES/libksieve.mo share/locale/tr/LC_MESSAGES/libktnef.mo share/locale/tr/LC_MESSAGES/libkunitconversion.mo share/locale/tr/LC_MESSAGES/libkworkspace.mo share/locale/tr/LC_MESSAGES/libkxmlrpcclient.mo share/locale/tr/LC_MESSAGES/liblancelot-datamodels.mo share/locale/tr/LC_MESSAGES/libmailcommon.mo share/locale/tr/LC_MESSAGES/libmailimporter.mo share/locale/tr/LC_MESSAGES/libmailtransport.mo share/locale/tr/LC_MESSAGES/libmessagecomposer.mo share/locale/tr/LC_MESSAGES/libmessagecore.mo share/locale/tr/LC_MESSAGES/libmessagelist.mo share/locale/tr/LC_MESSAGES/libmessageviewer.mo share/locale/tr/LC_MESSAGES/liboktetacore.mo share/locale/tr/LC_MESSAGES/liboktetagui.mo share/locale/tr/LC_MESSAGES/liboktetakasten.mo share/locale/tr/LC_MESSAGES/libphonon.mo share/locale/tr/LC_MESSAGES/libplasma.mo share/locale/tr/LC_MESSAGES/libplasma_groupingcontainment.mo share/locale/tr/LC_MESSAGES/libplasmaclock.mo share/locale/tr/LC_MESSAGES/libplasmaweather.mo share/locale/tr/LC_MESSAGES/libtaskmanager.mo share/locale/tr/LC_MESSAGES/libtemplateparser.mo share/locale/tr/LC_MESSAGES/lokalize.mo share/locale/tr/LC_MESSAGES/lskat.mo share/locale/tr/LC_MESSAGES/mailreader.mo share/locale/tr/LC_MESSAGES/marble.mo share/locale/tr/LC_MESSAGES/marble_qt.mo share/locale/tr/LC_MESSAGES/messageviewer_text_calendar_plugin.mo share/locale/tr/LC_MESSAGES/messageviewer_text_vcard_plugin.mo share/locale/tr/LC_MESSAGES/messageviewer_text_xdiff_plugin.mo share/locale/tr/LC_MESSAGES/mf_konqplugin.mo share/locale/tr/LC_MESSAGES/minitoolsplugin.mo share/locale/tr/LC_MESSAGES/mplayerthumbs.mo share/locale/tr/LC_MESSAGES/mplayerthumbsconfig.mo share/locale/tr/LC_MESSAGES/nepomukbackup.mo share/locale/tr/LC_MESSAGES/nepomukcontroller.mo share/locale/tr/LC_MESSAGES/nepomukfileindexer.mo share/locale/tr/LC_MESSAGES/nepomukqueryservice.mo share/locale/tr/LC_MESSAGES/nepomukserver.mo share/locale/tr/LC_MESSAGES/nepomukservicestub.mo share/locale/tr/LC_MESSAGES/nepomukstorage.mo share/locale/tr/LC_MESSAGES/newmailnotifieragent.mo share/locale/tr/LC_MESSAGES/notes-mobile.mo share/locale/tr/LC_MESSAGES/nsplugin.mo share/locale/tr/LC_MESSAGES/okteta-mobile.mo share/locale/tr/LC_MESSAGES/okteta.mo share/locale/tr/LC_MESSAGES/oktetapart.mo share/locale/tr/LC_MESSAGES/okular.mo share/locale/tr/LC_MESSAGES/okular_chm.mo share/locale/tr/LC_MESSAGES/okular_comicbook.mo share/locale/tr/LC_MESSAGES/okular_djvu.mo share/locale/tr/LC_MESSAGES/okular_dvi.mo share/locale/tr/LC_MESSAGES/okular_epub.mo share/locale/tr/LC_MESSAGES/okular_fax.mo share/locale/tr/LC_MESSAGES/okular_fictionbook.mo share/locale/tr/LC_MESSAGES/okular_ghostview.mo share/locale/tr/LC_MESSAGES/okular_kimgio.mo share/locale/tr/LC_MESSAGES/okular_mobi.mo share/locale/tr/LC_MESSAGES/okular_ooo.mo share/locale/tr/LC_MESSAGES/okular_plucker.mo share/locale/tr/LC_MESSAGES/okular_poppler.mo share/locale/tr/LC_MESSAGES/okular_tiff.mo share/locale/tr/LC_MESSAGES/okular_xps.mo share/locale/tr/LC_MESSAGES/palapeli.mo share/locale/tr/LC_MESSAGES/parley.mo share/locale/tr/LC_MESSAGES/phonon_gstreamer.mo share/locale/tr/LC_MESSAGES/phonon_kde.mo share/locale/tr/LC_MESSAGES/phonon_vlc.mo share/locale/tr/LC_MESSAGES/phononserver.mo share/locale/tr/LC_MESSAGES/plasma-desktop.mo share/locale/tr/LC_MESSAGES/plasma-netbook.mo share/locale/tr/LC_MESSAGES/plasma-overlay.mo share/locale/tr/LC_MESSAGES/plasma-remote-helper.mo share/locale/tr/LC_MESSAGES/plasma-windowed.mo share/locale/tr/LC_MESSAGES/plasma_applet_BbalL.mo share/locale/tr/LC_MESSAGES/plasma_applet_CharSelectApplet.mo share/locale/tr/LC_MESSAGES/plasma_applet_Molmasscalculator.mo share/locale/tr/LC_MESSAGES/plasma_applet_akonotes_note.mo share/locale/tr/LC_MESSAGES/plasma_applet_battery.mo share/locale/tr/LC_MESSAGES/plasma_applet_binaryclock.mo share/locale/tr/LC_MESSAGES/plasma_applet_bookmarks.mo share/locale/tr/LC_MESSAGES/plasma_applet_bubblemon.mo share/locale/tr/LC_MESSAGES/plasma_applet_calculator.mo share/locale/tr/LC_MESSAGES/plasma_applet_clock.mo share/locale/tr/LC_MESSAGES/plasma_applet_comic.mo share/locale/tr/LC_MESSAGES/plasma_applet_concentrationCalculator.mo share/locale/tr/LC_MESSAGES/plasma_applet_currentappcontrol.mo share/locale/tr/LC_MESSAGES/plasma_applet_dig_clock.mo share/locale/tr/LC_MESSAGES/plasma_applet_fifteenPuzzle.mo share/locale/tr/LC_MESSAGES/plasma_applet_fileWatcher.mo share/locale/tr/LC_MESSAGES/plasma_applet_folderview.mo share/locale/tr/LC_MESSAGES/plasma_applet_frame.mo share/locale/tr/LC_MESSAGES/plasma_applet_fuzzy_clock.mo share/locale/tr/LC_MESSAGES/plasma_applet_gasCalculator.mo share/locale/tr/LC_MESSAGES/plasma_applet_groupingpanel.mo share/locale/tr/LC_MESSAGES/plasma_applet_icon.mo share/locale/tr/LC_MESSAGES/plasma_applet_icontasks.mo share/locale/tr/LC_MESSAGES/plasma_applet_incomingmsg.mo share/locale/tr/LC_MESSAGES/plasma_applet_kalgebra.mo share/locale/tr/LC_MESSAGES/plasma_applet_kalzium.mo share/locale/tr/LC_MESSAGES/plasma_applet_katesession.mo share/locale/tr/LC_MESSAGES/plasma_applet_kdeobservatory.mo share/locale/tr/LC_MESSAGES/plasma_applet_kget.mo share/locale/tr/LC_MESSAGES/plasma_applet_kimpanel.mo share/locale/tr/LC_MESSAGES/plasma_applet_knowledgebase.mo share/locale/tr/LC_MESSAGES/plasma_applet_kolourpicker.mo share/locale/tr/LC_MESSAGES/plasma_applet_kpapplet.mo share/locale/tr/LC_MESSAGES/plasma_applet_launcher.mo share/locale/tr/LC_MESSAGES/plasma_applet_leavenote.mo share/locale/tr/LC_MESSAGES/plasma_applet_life.mo share/locale/tr/LC_MESSAGES/plasma_applet_lockout.mo share/locale/tr/LC_MESSAGES/plasma_applet_luna.mo share/locale/tr/LC_MESSAGES/plasma_applet_magnifique.mo share/locale/tr/LC_MESSAGES/plasma_applet_microblog.mo share/locale/tr/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/tr/LC_MESSAGES/plasma_applet_news.mo share/locale/tr/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/tr/LC_MESSAGES/plasma_applet_notes.mo share/locale/tr/LC_MESSAGES/plasma_applet_notifier.mo share/locale/tr/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/tr/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/tr/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/tr/LC_MESSAGES/plasma_applet_opendesktop_activities.mo share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.notifications.mo share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/tr/LC_MESSAGES/plasma_applet_pager.mo share/locale/tr/LC_MESSAGES/plasma_applet_panel.mo share/locale/tr/LC_MESSAGES/plasma_applet_panelspacer_internal.mo share/locale/tr/LC_MESSAGES/plasma_applet_paste.mo share/locale/tr/LC_MESSAGES/plasma_applet_pastebin.mo share/locale/tr/LC_MESSAGES/plasma_applet_plasmaboard.mo share/locale/tr/LC_MESSAGES/plasma_applet_previewer.mo share/locale/tr/LC_MESSAGES/plasma_applet_qalculate.mo share/locale/tr/LC_MESSAGES/plasma_applet_qstardict.mo share/locale/tr/LC_MESSAGES/plasma_applet_quicklaunch.mo share/locale/tr/LC_MESSAGES/plasma_applet_rssnow.mo share/locale/tr/LC_MESSAGES/plasma_applet_rtm.mo share/locale/tr/LC_MESSAGES/plasma_applet_sal.mo share/locale/tr/LC_MESSAGES/plasma_applet_saverdesktop.mo share/locale/tr/LC_MESSAGES/plasma_applet_searchbox.mo share/locale/tr/LC_MESSAGES/plasma_applet_showdashboard.mo share/locale/tr/LC_MESSAGES/plasma_applet_showdesktop.mo share/locale/tr/LC_MESSAGES/plasma_applet_skapplet.mo share/locale/tr/LC_MESSAGES/plasma_applet_spellcheck.mo share/locale/tr/LC_MESSAGES/plasma_applet_system-monitor.mo share/locale/tr/LC_MESSAGES/plasma_applet_systemloadviewer.mo share/locale/tr/LC_MESSAGES/plasma_applet_systemtray.mo share/locale/tr/LC_MESSAGES/plasma_applet_tasks.mo share/locale/tr/LC_MESSAGES/plasma_applet_timer.mo share/locale/tr/LC_MESSAGES/plasma_applet_trash.mo share/locale/tr/LC_MESSAGES/plasma_applet_unitconverter.mo share/locale/tr/LC_MESSAGES/plasma_applet_weather.mo share/locale/tr/LC_MESSAGES/plasma_applet_weatherstation.mo share/locale/tr/LC_MESSAGES/plasma_applet_webbrowser.mo share/locale/tr/LC_MESSAGES/plasma_applet_webslice.mo share/locale/tr/LC_MESSAGES/plasma_applet_windowlist.mo share/locale/tr/LC_MESSAGES/plasma_appletscriptengine_dashboard.mo share/locale/tr/LC_MESSAGES/plasma_containmentactions_contextmenu.mo share/locale/tr/LC_MESSAGES/plasma_containmentactions_switchactivity.mo share/locale/tr/LC_MESSAGES/plasma_containmentactions_switchdesktop.mo share/locale/tr/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/tr/LC_MESSAGES/plasma_engine_calendar.mo share/locale/tr/LC_MESSAGES/plasma_engine_kalzium.mo share/locale/tr/LC_MESSAGES/plasma_engine_kdeobservatory.mo share/locale/tr/LC_MESSAGES/plasma_engine_keystate.mo share/locale/tr/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/tr/LC_MESSAGES/plasma_engine_metadata.mo share/locale/tr/LC_MESSAGES/plasma_engine_mpris2.mo share/locale/tr/LC_MESSAGES/plasma_engine_network.mo share/locale/tr/LC_MESSAGES/plasma_engine_notifications.mo share/locale/tr/LC_MESSAGES/plasma_engine_nowplaying.mo share/locale/tr/LC_MESSAGES/plasma_engine_rss.mo share/locale/tr/LC_MESSAGES/plasma_engine_share.mo share/locale/tr/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/tr/LC_MESSAGES/plasma_engine_weather.mo share/locale/tr/LC_MESSAGES/plasma_package_org.kde.desktop.activitymanager.mo share/locale/tr/LC_MESSAGES/plasma_package_org.kde.desktop.widgetexplorer.mo share/locale/tr/LC_MESSAGES/plasma_packagestructure_comic.mo share/locale/tr/LC_MESSAGES/plasma_runner_CharacterRunner.mo share/locale/tr/LC_MESSAGES/plasma_runner_activities.mo share/locale/tr/LC_MESSAGES/plasma_runner_audioplayercontrol.mo share/locale/tr/LC_MESSAGES/plasma_runner_bookmarksrunner.mo share/locale/tr/LC_MESSAGES/plasma_runner_browserhistory.mo share/locale/tr/LC_MESSAGES/plasma_runner_calculatorrunner.mo share/locale/tr/LC_MESSAGES/plasma_runner_contacts.mo share/locale/tr/LC_MESSAGES/plasma_runner_converterrunner.mo share/locale/tr/LC_MESSAGES/plasma_runner_datetime.mo share/locale/tr/LC_MESSAGES/plasma_runner_events.mo share/locale/tr/LC_MESSAGES/plasma_runner_katesessions.mo share/locale/tr/LC_MESSAGES/plasma_runner_kget.mo share/locale/tr/LC_MESSAGES/plasma_runner_kill.mo share/locale/tr/LC_MESSAGES/plasma_runner_konquerorsessions.mo share/locale/tr/LC_MESSAGES/plasma_runner_konsolesessions.mo share/locale/tr/LC_MESSAGES/plasma_runner_kopete.mo share/locale/tr/LC_MESSAGES/plasma_runner_krunner_dictionary.mo share/locale/tr/LC_MESSAGES/plasma_runner_locations.mo share/locale/tr/LC_MESSAGES/plasma_runner_mediawiki.mo share/locale/tr/LC_MESSAGES/plasma_runner_nepomuksearchrunner.mo share/locale/tr/LC_MESSAGES/plasma_runner_placesrunner.mo share/locale/tr/LC_MESSAGES/plasma_runner_plasma-desktop.mo share/locale/tr/LC_MESSAGES/plasma_runner_powerdevil.mo share/locale/tr/LC_MESSAGES/plasma_runner_recentdocuments.mo share/locale/tr/LC_MESSAGES/plasma_runner_services.mo share/locale/tr/LC_MESSAGES/plasma_runner_sessions.mo share/locale/tr/LC_MESSAGES/plasma_runner_shell.mo share/locale/tr/LC_MESSAGES/plasma_runner_solid.mo share/locale/tr/LC_MESSAGES/plasma_runner_spellcheckrunner.mo share/locale/tr/LC_MESSAGES/plasma_runner_webshortcuts.mo share/locale/tr/LC_MESSAGES/plasma_runner_windowedwidgets.mo share/locale/tr/LC_MESSAGES/plasma_runner_windows.mo share/locale/tr/LC_MESSAGES/plasma_runner_youtube.mo share/locale/tr/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/tr/LC_MESSAGES/plasma_toolbox_desktoptoolbox.mo share/locale/tr/LC_MESSAGES/plasma_toolbox_paneltoolbox.mo share/locale/tr/LC_MESSAGES/plasma_wallpaper_color.mo share/locale/tr/LC_MESSAGES/plasma_wallpaper_image.mo share/locale/tr/LC_MESSAGES/plasma_wallpaper_mandelbrot.mo share/locale/tr/LC_MESSAGES/plasma_wallpaper_marble.mo share/locale/tr/LC_MESSAGES/plasma_wallpaper_pattern.mo share/locale/tr/LC_MESSAGES/plasma_wallpaper_potd.mo share/locale/tr/LC_MESSAGES/plasma_wallpaper_virus.mo share/locale/tr/LC_MESSAGES/plasma_wallpaper_weather.mo share/locale/tr/LC_MESSAGES/plasmagenericshell.mo share/locale/tr/LC_MESSAGES/plasmapkg.mo share/locale/tr/LC_MESSAGES/pothumbnail.mo share/locale/tr/LC_MESSAGES/powerdevil.mo share/locale/tr/LC_MESSAGES/powerdevilactivitiesconfig.mo share/locale/tr/LC_MESSAGES/powerdevilglobalconfig.mo share/locale/tr/LC_MESSAGES/powerdevilprofilesconfig.mo share/locale/tr/LC_MESSAGES/processcore.mo share/locale/tr/LC_MESSAGES/processui.mo share/locale/tr/LC_MESSAGES/randrmonitor.mo share/locale/tr/LC_MESSAGES/rellinks.mo share/locale/tr/LC_MESSAGES/rocs.mo share/locale/tr/LC_MESSAGES/rocscore.mo share/locale/tr/LC_MESSAGES/rocsvisualeditor.mo share/locale/tr/LC_MESSAGES/searchbarplugin.mo share/locale/tr/LC_MESSAGES/solid-hardware.mo share/locale/tr/LC_MESSAGES/solid-network.mo share/locale/tr/LC_MESSAGES/solid_qt.mo share/locale/tr/LC_MESSAGES/solidcontrol.mo share/locale/tr/LC_MESSAGES/soliduiserver.mo share/locale/tr/LC_MESSAGES/step.mo share/locale/tr/LC_MESSAGES/step_qt.mo share/locale/tr/LC_MESSAGES/strigila_diff.mo share/locale/tr/LC_MESSAGES/superkaramba.mo share/locale/tr/LC_MESSAGES/svgpart.mo share/locale/tr/LC_MESSAGES/sweeper.mo share/locale/tr/LC_MESSAGES/systemsettings.mo share/locale/tr/LC_MESSAGES/tasks-mobile.mo share/locale/tr/LC_MESSAGES/timezones4.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/webarchiver.mo share/locale/tr/LC_MESSAGES/xml_mimetypes.mo share/locale/tr/entry.desktop @dirrm share/doc/HTML/tr/sonnet @dirrm share/doc/HTML/tr/plasma-desktop @dirrm share/doc/HTML/tr/onlinehelp @dirrm share/doc/HTML/tr/kioslave/webdav @dirrm share/doc/HTML/tr/kioslave/telnet @dirrm share/doc/HTML/tr/kioslave/smtp @dirrm share/doc/HTML/tr/kioslave/sieve @dirrm share/doc/HTML/tr/kioslave/rlogin @dirrm share/doc/HTML/tr/kioslave/pop3 @dirrm share/doc/HTML/tr/kioslave/nntp @dirrm share/doc/HTML/tr/kioslave/news @dirrm share/doc/HTML/tr/kioslave/mbox @dirrm share/doc/HTML/tr/kioslave/mailto @dirrm share/doc/HTML/tr/kioslave/ldap @dirrm share/doc/HTML/tr/kioslave/imap @dirrm share/doc/HTML/tr/kioslave/http @dirrm share/doc/HTML/tr/kioslave/help @dirrm share/doc/HTML/tr/kioslave/ftp @dirrm share/doc/HTML/tr/kioslave/file @dirrm share/doc/HTML/tr/kioslave/data @dirrm share/doc/HTML/tr/kioslave @dirrm share/doc/HTML/tr/khelpcenter/documentationnotfound @dirrm share/doc/HTML/tr/khelpcenter @dirrm share/doc/HTML/tr/kcontrol/kresources @dirrm share/doc/HTML/tr/kcontrol @dirrm share/doc/HTML/tr/fundamentals @dirrm share/doc/HTML/tr/dragonplayer @dirrm share/doc/HTML/tr/common @dirrm share/apps/kvtml/tr @dirrm share/apps/kvtml @dirrm share/apps/khangman @dirrmtry man/tr/man7 @dirrmtry man/tr/man1 @dirrmtry man/tr Index: head/misc/kde4-l10n-ug/distinfo =================================================================== --- head/misc/kde4-l10n-ug/distinfo (revision 318451) +++ head/misc/kde4-l10n-ug/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/kde-l10n/kde-l10n-ug-4.10.1.tar.xz) = 8c2d737788ff413e5caa3157ec3d892ec60903bfdc369ae36c2c8ecb1f214e32 -SIZE (KDE/4.10.1/kde-l10n/kde-l10n-ug-4.10.1.tar.xz) = 1747044 +SHA256 (KDE/4.10.3/kde-l10n/kde-l10n-ug-4.10.3.tar.xz) = 2c446b02f03a6f55523ff4f6fbca85b000221ad6b1e566551c830ad369341a19 +SIZE (KDE/4.10.3/kde-l10n/kde-l10n-ug-4.10.3.tar.xz) = 1750588 Index: head/misc/kde4-l10n-ug/pkg-plist =================================================================== --- head/misc/kde4-l10n-ug/pkg-plist (revision 318451) +++ head/misc/kde4-l10n-ug/pkg-plist (revision 318452) @@ -1,712 +1,710 @@ share/locale/ug/LC_MESSAGES/accountwizard.mo share/locale/ug/LC_MESSAGES/accountwizard_ical.mo share/locale/ug/LC_MESSAGES/accountwizard_imap.mo share/locale/ug/LC_MESSAGES/accountwizard_kolab.mo share/locale/ug/LC_MESSAGES/accountwizard_mailbox.mo share/locale/ug/LC_MESSAGES/accountwizard_maildir.mo share/locale/ug/LC_MESSAGES/accountwizard_pop3.mo share/locale/ug/LC_MESSAGES/adblock.mo share/locale/ug/LC_MESSAGES/akonadi-filestore.mo share/locale/ug/LC_MESSAGES/akonadi_birthdays_resource.mo share/locale/ug/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/ug/LC_MESSAGES/akonadi_davgroupware_resource.mo share/locale/ug/LC_MESSAGES/akonadi_ical_resource.mo share/locale/ug/LC_MESSAGES/akonadi_imap_resource.mo share/locale/ug/LC_MESSAGES/akonadi_invitations_agent.mo share/locale/ug/LC_MESSAGES/akonadi_kabc_resource.mo share/locale/ug/LC_MESSAGES/akonadi_kcal_resource.mo share/locale/ug/LC_MESSAGES/akonadi_kdeaccounts_resource.mo share/locale/ug/LC_MESSAGES/akonadi_knut_resource.mo share/locale/ug/LC_MESSAGES/akonadi_kolabproxy_resource.mo share/locale/ug/LC_MESSAGES/akonadi_kresourceassistant.mo share/locale/ug/LC_MESSAGES/akonadi_localbookmarks_resource.mo share/locale/ug/LC_MESSAGES/akonadi_maildir_resource.mo share/locale/ug/LC_MESSAGES/akonadi_maildispatcher_agent.mo share/locale/ug/LC_MESSAGES/akonadi_mailtransport_resource.mo share/locale/ug/LC_MESSAGES/akonadi_mbox_resource.mo share/locale/ug/LC_MESSAGES/akonadi_microblog_resource.mo share/locale/ug/LC_MESSAGES/akonadi_mixedmaildir_resource.mo share/locale/ug/LC_MESSAGES/akonadi_nepomuk_feeder.mo share/locale/ug/LC_MESSAGES/akonadi_nepomuktag_resource.mo share/locale/ug/LC_MESSAGES/akonadi_next.mo share/locale/ug/LC_MESSAGES/akonadi_nntp_resource.mo share/locale/ug/LC_MESSAGES/akonadi_openxchange_resource.mo share/locale/ug/LC_MESSAGES/akonadi_pop3_resource.mo share/locale/ug/LC_MESSAGES/akonadi_serializer_plugins.mo share/locale/ug/LC_MESSAGES/akonadi_singlefile_resource.mo share/locale/ug/LC_MESSAGES/akonadi_strigi_feeder.mo share/locale/ug/LC_MESSAGES/akonadi_vcard_resource.mo share/locale/ug/LC_MESSAGES/akonadi_vcarddir_resource.mo share/locale/ug/LC_MESSAGES/akonadicontact.mo share/locale/ug/LC_MESSAGES/akonaditray.mo share/locale/ug/LC_MESSAGES/akregator.mo share/locale/ug/LC_MESSAGES/akregator_konqplugin.mo share/locale/ug/LC_MESSAGES/amor.mo share/locale/ug/LC_MESSAGES/ark.mo share/locale/ug/LC_MESSAGES/attica_kde.mo share/locale/ug/LC_MESSAGES/audiocd_encoder_lame.mo share/locale/ug/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/ug/LC_MESSAGES/audiorename_plugin.mo share/locale/ug/LC_MESSAGES/autorefresh.mo share/locale/ug/LC_MESSAGES/babelfish.mo share/locale/ug/LC_MESSAGES/blinken.mo share/locale/ug/LC_MESSAGES/blogilo.mo share/locale/ug/LC_MESSAGES/bomber.mo share/locale/ug/LC_MESSAGES/bovo.mo share/locale/ug/LC_MESSAGES/calendarsupport.mo share/locale/ug/LC_MESSAGES/cantor.mo share/locale/ug/LC_MESSAGES/cervisia.mo share/locale/ug/LC_MESSAGES/cryptopageplugin.mo share/locale/ug/LC_MESSAGES/cvsservice.mo share/locale/ug/LC_MESSAGES/dirfilterplugin.mo share/locale/ug/LC_MESSAGES/display.mo share/locale/ug/LC_MESSAGES/dolphin.mo share/locale/ug/LC_MESSAGES/domtreeviewer.mo share/locale/ug/LC_MESSAGES/dragonplayer.mo share/locale/ug/LC_MESSAGES/drkonqi.mo share/locale/ug/LC_MESSAGES/filelight.mo share/locale/ug/LC_MESSAGES/filetypes.mo share/locale/ug/LC_MESSAGES/fileviewgitplugin.mo share/locale/ug/LC_MESSAGES/fileviewsvnplugin.mo share/locale/ug/LC_MESSAGES/freespacenotifier.mo share/locale/ug/LC_MESSAGES/fsview.mo share/locale/ug/LC_MESSAGES/granatier.mo share/locale/ug/LC_MESSAGES/gwenview.mo share/locale/ug/LC_MESSAGES/htmlsearch.mo share/locale/ug/LC_MESSAGES/imagerename_plugin.mo share/locale/ug/LC_MESSAGES/imgalleryplugin.mo share/locale/ug/LC_MESSAGES/jovie.mo share/locale/ug/LC_MESSAGES/joystick.mo share/locale/ug/LC_MESSAGES/juk.mo share/locale/ug/LC_MESSAGES/kabc.mo share/locale/ug/LC_MESSAGES/kabc_akonadi.mo share/locale/ug/LC_MESSAGES/kabc_dir.mo share/locale/ug/LC_MESSAGES/kabc_file.mo share/locale/ug/LC_MESSAGES/kabc_ldapkio.mo share/locale/ug/LC_MESSAGES/kabc_net.mo share/locale/ug/LC_MESSAGES/kabcclient.mo share/locale/ug/LC_MESSAGES/kabcformat_binary.mo share/locale/ug/LC_MESSAGES/kaccess.mo share/locale/ug/LC_MESSAGES/kaccessibleapp.mo share/locale/ug/LC_MESSAGES/kactivitymanagerd.mo share/locale/ug/LC_MESSAGES/kaddressbook-mobile.mo share/locale/ug/LC_MESSAGES/kaddressbook.mo share/locale/ug/LC_MESSAGES/kaddressbookmigrator.mo share/locale/ug/LC_MESSAGES/kajongg.mo share/locale/ug/LC_MESSAGES/kalarm.mo share/locale/ug/LC_MESSAGES/kalgebra.mo share/locale/ug/LC_MESSAGES/kalzium.mo share/locale/ug/LC_MESSAGES/kanagram.mo share/locale/ug/LC_MESSAGES/kapman.mo share/locale/ug/LC_MESSAGES/kapptemplate.mo share/locale/ug/LC_MESSAGES/kate-ctags-plugin.mo share/locale/ug/LC_MESSAGES/kate.mo share/locale/ug/LC_MESSAGES/kate_kttsd.mo share/locale/ug/LC_MESSAGES/katebacktracebrowserplugin.mo share/locale/ug/LC_MESSAGES/katebuild-plugin.mo share/locale/ug/LC_MESSAGES/katefilebrowserplugin.mo share/locale/ug/LC_MESSAGES/katefiletemplates.mo share/locale/ug/LC_MESSAGES/kategdbplugin.mo share/locale/ug/LC_MESSAGES/katehelloworld.mo share/locale/ug/LC_MESSAGES/katekonsoleplugin.mo share/locale/ug/LC_MESSAGES/katemailfilesplugin.mo share/locale/ug/LC_MESSAGES/kateopenheader.mo share/locale/ug/LC_MESSAGES/katepart4.mo share/locale/ug/LC_MESSAGES/katesearch.mo share/locale/ug/LC_MESSAGES/katesnippets_tng.mo share/locale/ug/LC_MESSAGES/katesql.mo share/locale/ug/LC_MESSAGES/katesymbolviewer.mo share/locale/ug/LC_MESSAGES/katetabbarextension.mo share/locale/ug/LC_MESSAGES/katetabifyplugin.mo share/locale/ug/LC_MESSAGES/katetextfilter.mo share/locale/ug/LC_MESSAGES/katexmlcheck.mo share/locale/ug/LC_MESSAGES/katexmltools.mo share/locale/ug/LC_MESSAGES/katomic.mo share/locale/ug/LC_MESSAGES/kbattleship.mo share/locale/ug/LC_MESSAGES/kblackbox.mo share/locale/ug/LC_MESSAGES/kblankscrn.mo share/locale/ug/LC_MESSAGES/kblocks.mo share/locale/ug/LC_MESSAGES/kbounce.mo share/locale/ug/LC_MESSAGES/kbreakout.mo share/locale/ug/LC_MESSAGES/kbruch.mo share/locale/ug/LC_MESSAGES/kcachegrind.mo share/locale/ug/LC_MESSAGES/kcachegrind_qt.mo share/locale/ug/LC_MESSAGES/kcal_akonadi.mo share/locale/ug/LC_MESSAGES/kcalc.mo share/locale/ug/LC_MESSAGES/kcertpart.mo share/locale/ug/LC_MESSAGES/kcharselect.mo share/locale/ug/LC_MESSAGES/kcm_akonadi.mo share/locale/ug/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/ug/LC_MESSAGES/kcm_attica.mo share/locale/ug/LC_MESSAGES/kcm_autostart.mo share/locale/ug/LC_MESSAGES/kcm_desktoppaths.mo share/locale/ug/LC_MESSAGES/kcm_desktopthemedetails.mo share/locale/ug/LC_MESSAGES/kcm_device_automounter.mo share/locale/ug/LC_MESSAGES/kcm_emoticons.mo share/locale/ug/LC_MESSAGES/kcm_infobase.mo share/locale/ug/LC_MESSAGES/kcm_infosummary.mo -share/locale/ug/LC_MESSAGES/kcm_krfb.mo share/locale/ug/LC_MESSAGES/kcm_kwindesktop.mo share/locale/ug/LC_MESSAGES/kcm_kwintabbox.mo share/locale/ug/LC_MESSAGES/kcm_memory.mo share/locale/ug/LC_MESSAGES/kcm_nepomuk.mo share/locale/ug/LC_MESSAGES/kcm_pci.mo share/locale/ug/LC_MESSAGES/kcm_phonon.mo share/locale/ug/LC_MESSAGES/kcm_platform.mo share/locale/ug/LC_MESSAGES/kcm_remotecontrol.mo share/locale/ug/LC_MESSAGES/kcm_solid.mo share/locale/ug/LC_MESSAGES/kcm_solid_actions.mo share/locale/ug/LC_MESSAGES/kcm_standard_actions.mo share/locale/ug/LC_MESSAGES/kcmaccess.mo share/locale/ug/LC_MESSAGES/kcmaudiocd.mo share/locale/ug/LC_MESSAGES/kcmbackground.mo share/locale/ug/LC_MESSAGES/kcmbell.mo share/locale/ug/LC_MESSAGES/kcmcddb.mo share/locale/ug/LC_MESSAGES/kcmcgi.mo share/locale/ug/LC_MESSAGES/kcmcolors.mo share/locale/ug/LC_MESSAGES/kcmcomponentchooser.mo share/locale/ug/LC_MESSAGES/kcmcrypto.mo share/locale/ug/LC_MESSAGES/kcmdevinfo.mo share/locale/ug/LC_MESSAGES/kcmfonts.mo share/locale/ug/LC_MESSAGES/kcmhtmlsearch.mo share/locale/ug/LC_MESSAGES/kcmicons.mo share/locale/ug/LC_MESSAGES/kcminfo.mo share/locale/ug/LC_MESSAGES/kcminit.mo share/locale/ug/LC_MESSAGES/kcminput.mo share/locale/ug/LC_MESSAGES/kcmkamera.mo share/locale/ug/LC_MESSAGES/kcmkclock.mo share/locale/ug/LC_MESSAGES/kcmkded.mo share/locale/ug/LC_MESSAGES/kcmkdnssd.mo share/locale/ug/LC_MESSAGES/kcmkeyboard.mo share/locale/ug/LC_MESSAGES/kcmkeys.mo share/locale/ug/LC_MESSAGES/kcmkgamma.mo share/locale/ug/LC_MESSAGES/kcmkio.mo share/locale/ug/LC_MESSAGES/kcmkonq.mo share/locale/ug/LC_MESSAGES/kcmkonqhtml.mo share/locale/ug/LC_MESSAGES/kcmkurifilt.mo share/locale/ug/LC_MESSAGES/kcmkwallet.mo share/locale/ug/LC_MESSAGES/kcmkwincompositing.mo share/locale/ug/LC_MESSAGES/kcmkwindecoration.mo share/locale/ug/LC_MESSAGES/kcmkwinrules.mo share/locale/ug/LC_MESSAGES/kcmkwinscreenedges.mo share/locale/ug/LC_MESSAGES/kcmkwm.mo share/locale/ug/LC_MESSAGES/kcmlaunch.mo share/locale/ug/LC_MESSAGES/kcmlocale.mo share/locale/ug/LC_MESSAGES/kcmnic.mo share/locale/ug/LC_MESSAGES/kcmnotify.mo share/locale/ug/LC_MESSAGES/kcmopengl.mo share/locale/ug/LC_MESSAGES/kcmperformance.mo share/locale/ug/LC_MESSAGES/kcmsamba.mo share/locale/ug/LC_MESSAGES/kcmscreensaver.mo share/locale/ug/LC_MESSAGES/kcmshell.mo share/locale/ug/LC_MESSAGES/kcmsmartcard.mo share/locale/ug/LC_MESSAGES/kcmsmserver.mo share/locale/ug/LC_MESSAGES/kcmstyle.mo share/locale/ug/LC_MESSAGES/kcmusb.mo share/locale/ug/LC_MESSAGES/kcmview1394.mo share/locale/ug/LC_MESSAGES/kcmworkspaceoptions.mo share/locale/ug/LC_MESSAGES/kcolorchooser.mo share/locale/ug/LC_MESSAGES/kcron.mo share/locale/ug/LC_MESSAGES/kde-menu.mo share/locale/ug/LC_MESSAGES/kdeasciiquarium.mo share/locale/ug/LC_MESSAGES/kdebugdialog.mo share/locale/ug/LC_MESSAGES/kdecalendarsystems.mo share/locale/ug/LC_MESSAGES/kdelibs4.mo share/locale/ug/LC_MESSAGES/kdelibs_colors4.mo share/locale/ug/LC_MESSAGES/kdepasswd.mo share/locale/ug/LC_MESSAGES/kdepim-runtime-qml.mo share/locale/ug/LC_MESSAGES/kdeqt.mo share/locale/ug/LC_MESSAGES/kdesu.mo share/locale/ug/LC_MESSAGES/kdesud.mo share/locale/ug/LC_MESSAGES/kdf.mo share/locale/ug/LC_MESSAGES/kdgantt2.mo share/locale/ug/LC_MESSAGES/kdialog.mo share/locale/ug/LC_MESSAGES/kdiamond.mo share/locale/ug/LC_MESSAGES/kdmconfig.mo share/locale/ug/LC_MESSAGES/kdmgreet.mo share/locale/ug/LC_MESSAGES/kdontchangethehostname.mo share/locale/ug/LC_MESSAGES/keditbookmarks.mo share/locale/ug/LC_MESSAGES/kfile.mo share/locale/ug/LC_MESSAGES/kfile_dds.mo share/locale/ug/LC_MESSAGES/kfile_drgeo.mo share/locale/ug/LC_MESSAGES/kfile_exr.mo share/locale/ug/LC_MESSAGES/kfile_kig.mo share/locale/ug/LC_MESSAGES/kfile_mail.mo share/locale/ug/LC_MESSAGES/kfile_pnm.mo share/locale/ug/LC_MESSAGES/kfile_raw.mo share/locale/ug/LC_MESSAGES/kfile_rgb.mo share/locale/ug/LC_MESSAGES/kfile_rpm.mo share/locale/ug/LC_MESSAGES/kfile_tiff.mo share/locale/ug/LC_MESSAGES/kfile_xps.mo share/locale/ug/LC_MESSAGES/kfileaudiopreview4.mo share/locale/ug/LC_MESSAGES/kfilereplace.mo share/locale/ug/LC_MESSAGES/kfileshare.mo share/locale/ug/LC_MESSAGES/kfindpart.mo share/locale/ug/LC_MESSAGES/kfloppy.mo share/locale/ug/LC_MESSAGES/kfmclient.mo share/locale/ug/LC_MESSAGES/kfontinst.mo share/locale/ug/LC_MESSAGES/kfourinline.mo share/locale/ug/LC_MESSAGES/kgeography.mo share/locale/ug/LC_MESSAGES/kget.mo share/locale/ug/LC_MESSAGES/kgetplugin.mo share/locale/ug/LC_MESSAGES/kglobalaccel.mo share/locale/ug/LC_MESSAGES/kgoldrunner.mo share/locale/ug/LC_MESSAGES/kgpg.mo share/locale/ug/LC_MESSAGES/kgreet_classic.mo share/locale/ug/LC_MESSAGES/kgreet_generic.mo share/locale/ug/LC_MESSAGES/kgreet_winbind.mo share/locale/ug/LC_MESSAGES/khangman.mo share/locale/ug/LC_MESSAGES/khelpcenter.mo share/locale/ug/LC_MESSAGES/khotkeys.mo share/locale/ug/LC_MESSAGES/khotnewstuff.mo share/locale/ug/LC_MESSAGES/khtmlkttsd.mo share/locale/ug/LC_MESSAGES/khtmlsettingsplugin.mo share/locale/ug/LC_MESSAGES/kiconfinder.mo share/locale/ug/LC_MESSAGES/kig.mo share/locale/ug/LC_MESSAGES/kigo.mo share/locale/ug/LC_MESSAGES/killbots.mo share/locale/ug/LC_MESSAGES/kimagemapeditor.mo -share/locale/ug/LC_MESSAGES/kinetd.mo share/locale/ug/LC_MESSAGES/kinfocenter.mo share/locale/ug/LC_MESSAGES/kio4.mo share/locale/ug/LC_MESSAGES/kio_akonadi.mo share/locale/ug/LC_MESSAGES/kio_applications.mo share/locale/ug/LC_MESSAGES/kio_archive.mo share/locale/ug/LC_MESSAGES/kio_audiocd.mo share/locale/ug/LC_MESSAGES/kio_bookmarks.mo share/locale/ug/LC_MESSAGES/kio_finger.mo share/locale/ug/LC_MESSAGES/kio_fish.mo share/locale/ug/LC_MESSAGES/kio_floppy.mo share/locale/ug/LC_MESSAGES/kio_help4.mo share/locale/ug/LC_MESSAGES/kio_imap4.mo share/locale/ug/LC_MESSAGES/kio_info.mo share/locale/ug/LC_MESSAGES/kio_jabberdisco.mo share/locale/ug/LC_MESSAGES/kio_ldap.mo share/locale/ug/LC_MESSAGES/kio_man.mo share/locale/ug/LC_MESSAGES/kio_mbox.mo share/locale/ug/LC_MESSAGES/kio_nepomuk.mo share/locale/ug/LC_MESSAGES/kio_nepomuksearch.mo share/locale/ug/LC_MESSAGES/kio_nfs.mo share/locale/ug/LC_MESSAGES/kio_nntp.mo share/locale/ug/LC_MESSAGES/kio_perldoc.mo share/locale/ug/LC_MESSAGES/kio_pop3.mo share/locale/ug/LC_MESSAGES/kio_remote.mo share/locale/ug/LC_MESSAGES/kio_sftp.mo share/locale/ug/LC_MESSAGES/kio_sieve.mo share/locale/ug/LC_MESSAGES/kio_smb.mo share/locale/ug/LC_MESSAGES/kio_smtp.mo share/locale/ug/LC_MESSAGES/kio_svn.mo share/locale/ug/LC_MESSAGES/kio_thumbnail.mo share/locale/ug/LC_MESSAGES/kio_timeline.mo share/locale/ug/LC_MESSAGES/kio_trash.mo share/locale/ug/LC_MESSAGES/kio_zeroconf.mo share/locale/ug/LC_MESSAGES/kioclient.mo share/locale/ug/LC_MESSAGES/kioexec.mo share/locale/ug/LC_MESSAGES/kiriki.mo share/locale/ug/LC_MESSAGES/kiten.mo share/locale/ug/LC_MESSAGES/kjots.mo share/locale/ug/LC_MESSAGES/kjotsmigrator.mo share/locale/ug/LC_MESSAGES/kjumpingcube.mo share/locale/ug/LC_MESSAGES/kleopatra.mo share/locale/ug/LC_MESSAGES/klettres.mo share/locale/ug/LC_MESSAGES/klickety.mo share/locale/ug/LC_MESSAGES/klines.mo share/locale/ug/LC_MESSAGES/klinkstatus.mo share/locale/ug/LC_MESSAGES/klipper.mo share/locale/ug/LC_MESSAGES/klock.mo share/locale/ug/LC_MESSAGES/kmag.mo share/locale/ug/LC_MESSAGES/kmahjongg.mo share/locale/ug/LC_MESSAGES/kmail-migrator.mo share/locale/ug/LC_MESSAGES/kmail-mobile.mo share/locale/ug/LC_MESSAGES/kmail.mo share/locale/ug/LC_MESSAGES/kmailcvt.mo share/locale/ug/LC_MESSAGES/kmenuedit.mo share/locale/ug/LC_MESSAGES/kmimetypefinder.mo share/locale/ug/LC_MESSAGES/kmines.mo share/locale/ug/LC_MESSAGES/kmix.mo share/locale/ug/LC_MESSAGES/kmousetool.mo share/locale/ug/LC_MESSAGES/kmouth.mo share/locale/ug/LC_MESSAGES/kmplot.mo share/locale/ug/LC_MESSAGES/knetattach.mo share/locale/ug/LC_MESSAGES/knetwalk.mo share/locale/ug/LC_MESSAGES/knode.mo share/locale/ug/LC_MESSAGES/knotes.mo share/locale/ug/LC_MESSAGES/knotify4.mo share/locale/ug/LC_MESSAGES/kolf.mo share/locale/ug/LC_MESSAGES/kollision.mo share/locale/ug/LC_MESSAGES/kolourpaint.mo share/locale/ug/LC_MESSAGES/kommander.mo share/locale/ug/LC_MESSAGES/kompare.mo share/locale/ug/LC_MESSAGES/konqueror.mo share/locale/ug/LC_MESSAGES/konquest.mo share/locale/ug/LC_MESSAGES/konsole.mo share/locale/ug/LC_MESSAGES/konsolekalendar.mo share/locale/ug/LC_MESSAGES/kontact.mo share/locale/ug/LC_MESSAGES/kontactinterfaces.mo share/locale/ug/LC_MESSAGES/kopete.mo share/locale/ug/LC_MESSAGES/korganizer-mobile.mo share/locale/ug/LC_MESSAGES/korganizer.mo share/locale/ug/LC_MESSAGES/kpartloader.mo share/locale/ug/LC_MESSAGES/kpartsaver.mo share/locale/ug/LC_MESSAGES/kpasswdserver.mo share/locale/ug/LC_MESSAGES/kpat.mo share/locale/ug/LC_MESSAGES/kppp.mo share/locale/ug/LC_MESSAGES/kppplogview.mo share/locale/ug/LC_MESSAGES/kquitapp.mo share/locale/ug/LC_MESSAGES/krandr.mo share/locale/ug/LC_MESSAGES/krcdnotifieritem.mo share/locale/ug/LC_MESSAGES/krdb.mo share/locale/ug/LC_MESSAGES/krdc.mo share/locale/ug/LC_MESSAGES/kreadconfig.mo share/locale/ug/LC_MESSAGES/kremotecontroldaemon.mo share/locale/ug/LC_MESSAGES/kres-migrator.mo share/locale/ug/LC_MESSAGES/kres_blog.mo share/locale/ug/LC_MESSAGES/kres_remote.mo share/locale/ug/LC_MESSAGES/kresources_shared_akonadi.mo share/locale/ug/LC_MESSAGES/kreversi.mo share/locale/ug/LC_MESSAGES/krfb.mo share/locale/ug/LC_MESSAGES/kruler.mo share/locale/ug/LC_MESSAGES/krunner.mo share/locale/ug/LC_MESSAGES/ksaneplugin.mo share/locale/ug/LC_MESSAGES/kscd.mo share/locale/ug/LC_MESSAGES/kscreensaver.mo share/locale/ug/LC_MESSAGES/ksendemail.mo share/locale/ug/LC_MESSAGES/kshellcmdplugin.mo share/locale/ug/LC_MESSAGES/kshisen.mo share/locale/ug/LC_MESSAGES/kshorturifilter.mo share/locale/ug/LC_MESSAGES/ksirk.mo share/locale/ug/LC_MESSAGES/ksirkskineditor.mo share/locale/ug/LC_MESSAGES/ksmserver.mo share/locale/ug/LC_MESSAGES/ksnapshot.mo share/locale/ug/LC_MESSAGES/kspaceduel.mo share/locale/ug/LC_MESSAGES/ksplashthemes.mo share/locale/ug/LC_MESSAGES/ksquares.mo share/locale/ug/LC_MESSAGES/kstars.mo share/locale/ug/LC_MESSAGES/kstart.mo share/locale/ug/LC_MESSAGES/kstartperf.mo share/locale/ug/LC_MESSAGES/kstyle_config.mo share/locale/ug/LC_MESSAGES/kstyle_phase_config.mo share/locale/ug/LC_MESSAGES/ksudoku.mo share/locale/ug/LC_MESSAGES/ksysguard.mo share/locale/ug/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/ug/LC_MESSAGES/ksystemlog.mo share/locale/ug/LC_MESSAGES/ksystraycmd.mo share/locale/ug/LC_MESSAGES/kteatime.mo share/locale/ug/LC_MESSAGES/ktesnippets_editor.mo share/locale/ug/LC_MESSAGES/ktexteditor_codesnippets_core.mo share/locale/ug/LC_MESSAGES/ktexteditor_plugins.mo share/locale/ug/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/ug/LC_MESSAGES/ktimer.mo share/locale/ug/LC_MESSAGES/ktimetracker.mo share/locale/ug/LC_MESSAGES/ktouch.mo share/locale/ug/LC_MESSAGES/ktraderclient.mo share/locale/ug/LC_MESSAGES/ktron.mo share/locale/ug/LC_MESSAGES/ktuberling.mo share/locale/ug/LC_MESSAGES/kturtle.mo share/locale/ug/LC_MESSAGES/ktux.mo share/locale/ug/LC_MESSAGES/kubrick.mo share/locale/ug/LC_MESSAGES/kuiserver.mo share/locale/ug/LC_MESSAGES/kuiviewer.mo share/locale/ug/LC_MESSAGES/kurifilter.mo share/locale/ug/LC_MESSAGES/kuser.mo share/locale/ug/LC_MESSAGES/kwalletd.mo share/locale/ug/LC_MESSAGES/kwalletmanager.mo share/locale/ug/LC_MESSAGES/kwatchgnupg.mo share/locale/ug/LC_MESSAGES/kwin.mo share/locale/ug/LC_MESSAGES/kwin_art_clients.mo share/locale/ug/LC_MESSAGES/kwin_clients.mo share/locale/ug/LC_MESSAGES/kwin_effects.mo share/locale/ug/LC_MESSAGES/kwinshutdown.mo share/locale/ug/LC_MESSAGES/kwinstartmenu.mo share/locale/ug/LC_MESSAGES/kwordquiz.mo share/locale/ug/LC_MESSAGES/kwrite.mo share/locale/ug/LC_MESSAGES/kwriteconfig.mo share/locale/ug/LC_MESSAGES/kxkb.mo share/locale/ug/LC_MESSAGES/kxsconfig.mo share/locale/ug/LC_MESSAGES/lancelot.mo share/locale/ug/LC_MESSAGES/libakonadi-calendar.mo share/locale/ug/LC_MESSAGES/libakonadi-kmime.mo share/locale/ug/LC_MESSAGES/libakonadi.mo share/locale/ug/LC_MESSAGES/libeventviews.mo share/locale/ug/LC_MESSAGES/libincidenceeditors.mo share/locale/ug/LC_MESSAGES/libkalarmcal.mo share/locale/ug/LC_MESSAGES/libkasten.mo share/locale/ug/LC_MESSAGES/libkblog.mo share/locale/ug/LC_MESSAGES/libkcal.mo share/locale/ug/LC_MESSAGES/libkcalutils.mo share/locale/ug/LC_MESSAGES/libkcddb.mo share/locale/ug/LC_MESSAGES/libkcompactdisc.mo share/locale/ug/LC_MESSAGES/libkdcraw.mo share/locale/ug/LC_MESSAGES/libkdecorations.mo share/locale/ug/LC_MESSAGES/libkdeedu.mo share/locale/ug/LC_MESSAGES/libkdegames.mo share/locale/ug/LC_MESSAGES/libkdepim.mo share/locale/ug/LC_MESSAGES/libkdepimmobileui.mo share/locale/ug/LC_MESSAGES/libkexiv2.mo share/locale/ug/LC_MESSAGES/libkholidays.mo share/locale/ug/LC_MESSAGES/libkimap.mo share/locale/ug/LC_MESSAGES/libkldap.mo share/locale/ug/LC_MESSAGES/libkleopatra.mo share/locale/ug/LC_MESSAGES/libkmahjongg.mo share/locale/ug/LC_MESSAGES/libkmime.mo share/locale/ug/LC_MESSAGES/libkonq.mo share/locale/ug/LC_MESSAGES/libkpgp.mo share/locale/ug/LC_MESSAGES/libkpimidentities.mo share/locale/ug/LC_MESSAGES/libkpimtextedit.mo share/locale/ug/LC_MESSAGES/libkpimutils.mo share/locale/ug/LC_MESSAGES/libkremotecontrol.mo share/locale/ug/LC_MESSAGES/libkresources.mo share/locale/ug/LC_MESSAGES/libksane.mo share/locale/ug/LC_MESSAGES/libkscreensaver.mo share/locale/ug/LC_MESSAGES/libksieve.mo share/locale/ug/LC_MESSAGES/libktnef.mo share/locale/ug/LC_MESSAGES/libkunitconversion.mo share/locale/ug/LC_MESSAGES/libkworkspace.mo share/locale/ug/LC_MESSAGES/libkxmlrpcclient.mo share/locale/ug/LC_MESSAGES/liblancelot-datamodels.mo share/locale/ug/LC_MESSAGES/libmailcommon.mo share/locale/ug/LC_MESSAGES/libmailimporter.mo share/locale/ug/LC_MESSAGES/libmailtransport.mo share/locale/ug/LC_MESSAGES/libmessagecomposer.mo share/locale/ug/LC_MESSAGES/libmessagecore.mo share/locale/ug/LC_MESSAGES/libmessagelist.mo share/locale/ug/LC_MESSAGES/libmessageviewer.mo share/locale/ug/LC_MESSAGES/liboktetacore.mo share/locale/ug/LC_MESSAGES/liboktetagui.mo share/locale/ug/LC_MESSAGES/liboktetakasten.mo share/locale/ug/LC_MESSAGES/libphonon.mo share/locale/ug/LC_MESSAGES/libplasma.mo share/locale/ug/LC_MESSAGES/libplasma_groupingcontainment.mo share/locale/ug/LC_MESSAGES/libplasmaclock.mo share/locale/ug/LC_MESSAGES/libplasmaweather.mo share/locale/ug/LC_MESSAGES/libtaskmanager.mo share/locale/ug/LC_MESSAGES/libtemplateparser.mo share/locale/ug/LC_MESSAGES/lokalize.mo share/locale/ug/LC_MESSAGES/lskat.mo share/locale/ug/LC_MESSAGES/mailreader.mo share/locale/ug/LC_MESSAGES/marble.mo share/locale/ug/LC_MESSAGES/marble_qt.mo share/locale/ug/LC_MESSAGES/messageviewer_text_calendar_plugin.mo share/locale/ug/LC_MESSAGES/messageviewer_text_vcard_plugin.mo share/locale/ug/LC_MESSAGES/messageviewer_text_xdiff_plugin.mo share/locale/ug/LC_MESSAGES/mf_konqplugin.mo share/locale/ug/LC_MESSAGES/minitoolsplugin.mo share/locale/ug/LC_MESSAGES/mplayerthumbs.mo share/locale/ug/LC_MESSAGES/mplayerthumbsconfig.mo share/locale/ug/LC_MESSAGES/nepomukbackup.mo share/locale/ug/LC_MESSAGES/nepomukcontroller.mo share/locale/ug/LC_MESSAGES/nepomukfileindexer.mo share/locale/ug/LC_MESSAGES/nepomukqueryservice.mo share/locale/ug/LC_MESSAGES/nepomukserver.mo share/locale/ug/LC_MESSAGES/nepomukservicestub.mo share/locale/ug/LC_MESSAGES/nepomukstorage.mo share/locale/ug/LC_MESSAGES/newmailnotifieragent.mo share/locale/ug/LC_MESSAGES/notes-mobile.mo share/locale/ug/LC_MESSAGES/nsplugin.mo share/locale/ug/LC_MESSAGES/okteta-mobile.mo share/locale/ug/LC_MESSAGES/okteta.mo share/locale/ug/LC_MESSAGES/oktetapart.mo share/locale/ug/LC_MESSAGES/okular.mo share/locale/ug/LC_MESSAGES/okular_chm.mo share/locale/ug/LC_MESSAGES/okular_comicbook.mo share/locale/ug/LC_MESSAGES/okular_djvu.mo share/locale/ug/LC_MESSAGES/okular_dvi.mo share/locale/ug/LC_MESSAGES/okular_epub.mo share/locale/ug/LC_MESSAGES/okular_fax.mo share/locale/ug/LC_MESSAGES/okular_fictionbook.mo share/locale/ug/LC_MESSAGES/okular_ghostview.mo share/locale/ug/LC_MESSAGES/okular_kimgio.mo share/locale/ug/LC_MESSAGES/okular_mobi.mo share/locale/ug/LC_MESSAGES/okular_ooo.mo share/locale/ug/LC_MESSAGES/okular_plucker.mo share/locale/ug/LC_MESSAGES/okular_poppler.mo share/locale/ug/LC_MESSAGES/okular_tiff.mo share/locale/ug/LC_MESSAGES/okular_xps.mo share/locale/ug/LC_MESSAGES/palapeli.mo share/locale/ug/LC_MESSAGES/parley.mo share/locale/ug/LC_MESSAGES/phonon_gstreamer.mo share/locale/ug/LC_MESSAGES/phonon_kde.mo share/locale/ug/LC_MESSAGES/phonon_vlc.mo share/locale/ug/LC_MESSAGES/phononserver.mo share/locale/ug/LC_MESSAGES/plasma-desktop.mo share/locale/ug/LC_MESSAGES/plasma-netbook.mo share/locale/ug/LC_MESSAGES/plasma-overlay.mo share/locale/ug/LC_MESSAGES/plasma-remote-helper.mo share/locale/ug/LC_MESSAGES/plasma-windowed.mo share/locale/ug/LC_MESSAGES/plasma_applet_BbalL.mo share/locale/ug/LC_MESSAGES/plasma_applet_CharSelectApplet.mo share/locale/ug/LC_MESSAGES/plasma_applet_Molmasscalculator.mo share/locale/ug/LC_MESSAGES/plasma_applet_akonotes_note.mo share/locale/ug/LC_MESSAGES/plasma_applet_battery.mo share/locale/ug/LC_MESSAGES/plasma_applet_binaryclock.mo share/locale/ug/LC_MESSAGES/plasma_applet_bookmarks.mo share/locale/ug/LC_MESSAGES/plasma_applet_bubblemon.mo share/locale/ug/LC_MESSAGES/plasma_applet_calculator.mo share/locale/ug/LC_MESSAGES/plasma_applet_clock.mo share/locale/ug/LC_MESSAGES/plasma_applet_comic.mo share/locale/ug/LC_MESSAGES/plasma_applet_concentrationCalculator.mo share/locale/ug/LC_MESSAGES/plasma_applet_currentappcontrol.mo share/locale/ug/LC_MESSAGES/plasma_applet_dig_clock.mo share/locale/ug/LC_MESSAGES/plasma_applet_fifteenPuzzle.mo share/locale/ug/LC_MESSAGES/plasma_applet_fileWatcher.mo share/locale/ug/LC_MESSAGES/plasma_applet_folderview.mo share/locale/ug/LC_MESSAGES/plasma_applet_frame.mo share/locale/ug/LC_MESSAGES/plasma_applet_fuzzy_clock.mo share/locale/ug/LC_MESSAGES/plasma_applet_gasCalculator.mo share/locale/ug/LC_MESSAGES/plasma_applet_groupingpanel.mo share/locale/ug/LC_MESSAGES/plasma_applet_icon.mo share/locale/ug/LC_MESSAGES/plasma_applet_incomingmsg.mo share/locale/ug/LC_MESSAGES/plasma_applet_kalgebra.mo share/locale/ug/LC_MESSAGES/plasma_applet_kalzium.mo share/locale/ug/LC_MESSAGES/plasma_applet_katesession.mo share/locale/ug/LC_MESSAGES/plasma_applet_kdeobservatory.mo share/locale/ug/LC_MESSAGES/plasma_applet_kget.mo share/locale/ug/LC_MESSAGES/plasma_applet_kimpanel.mo share/locale/ug/LC_MESSAGES/plasma_applet_knowledgebase.mo share/locale/ug/LC_MESSAGES/plasma_applet_kolourpicker.mo share/locale/ug/LC_MESSAGES/plasma_applet_kpapplet.mo share/locale/ug/LC_MESSAGES/plasma_applet_launcher.mo share/locale/ug/LC_MESSAGES/plasma_applet_leavenote.mo share/locale/ug/LC_MESSAGES/plasma_applet_life.mo share/locale/ug/LC_MESSAGES/plasma_applet_lockout.mo share/locale/ug/LC_MESSAGES/plasma_applet_luna.mo share/locale/ug/LC_MESSAGES/plasma_applet_magnifique.mo share/locale/ug/LC_MESSAGES/plasma_applet_microblog.mo share/locale/ug/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/ug/LC_MESSAGES/plasma_applet_news.mo share/locale/ug/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/ug/LC_MESSAGES/plasma_applet_notes.mo share/locale/ug/LC_MESSAGES/plasma_applet_notifier.mo share/locale/ug/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/ug/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/ug/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/ug/LC_MESSAGES/plasma_applet_opendesktop_activities.mo share/locale/ug/LC_MESSAGES/plasma_applet_org.kde.notifications.mo share/locale/ug/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/ug/LC_MESSAGES/plasma_applet_pager.mo share/locale/ug/LC_MESSAGES/plasma_applet_panel.mo share/locale/ug/LC_MESSAGES/plasma_applet_panelspacer_internal.mo share/locale/ug/LC_MESSAGES/plasma_applet_paste.mo share/locale/ug/LC_MESSAGES/plasma_applet_pastebin.mo share/locale/ug/LC_MESSAGES/plasma_applet_plasmaboard.mo share/locale/ug/LC_MESSAGES/plasma_applet_previewer.mo share/locale/ug/LC_MESSAGES/plasma_applet_qalculate.mo share/locale/ug/LC_MESSAGES/plasma_applet_qstardict.mo share/locale/ug/LC_MESSAGES/plasma_applet_quicklaunch.mo share/locale/ug/LC_MESSAGES/plasma_applet_rssnow.mo share/locale/ug/LC_MESSAGES/plasma_applet_rtm.mo share/locale/ug/LC_MESSAGES/plasma_applet_sal.mo share/locale/ug/LC_MESSAGES/plasma_applet_saverdesktop.mo share/locale/ug/LC_MESSAGES/plasma_applet_searchbox.mo share/locale/ug/LC_MESSAGES/plasma_applet_showdashboard.mo share/locale/ug/LC_MESSAGES/plasma_applet_showdesktop.mo share/locale/ug/LC_MESSAGES/plasma_applet_skapplet.mo share/locale/ug/LC_MESSAGES/plasma_applet_spellcheck.mo share/locale/ug/LC_MESSAGES/plasma_applet_system-monitor.mo share/locale/ug/LC_MESSAGES/plasma_applet_systemloadviewer.mo share/locale/ug/LC_MESSAGES/plasma_applet_systemtray.mo share/locale/ug/LC_MESSAGES/plasma_applet_tasks.mo share/locale/ug/LC_MESSAGES/plasma_applet_timer.mo share/locale/ug/LC_MESSAGES/plasma_applet_trash.mo share/locale/ug/LC_MESSAGES/plasma_applet_unitconverter.mo share/locale/ug/LC_MESSAGES/plasma_applet_weather.mo share/locale/ug/LC_MESSAGES/plasma_applet_weatherstation.mo share/locale/ug/LC_MESSAGES/plasma_applet_webbrowser.mo share/locale/ug/LC_MESSAGES/plasma_applet_webslice.mo share/locale/ug/LC_MESSAGES/plasma_applet_windowlist.mo share/locale/ug/LC_MESSAGES/plasma_appletscriptengine_dashboard.mo share/locale/ug/LC_MESSAGES/plasma_containmentactions_contextmenu.mo share/locale/ug/LC_MESSAGES/plasma_containmentactions_switchactivity.mo share/locale/ug/LC_MESSAGES/plasma_containmentactions_switchdesktop.mo share/locale/ug/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/ug/LC_MESSAGES/plasma_engine_calendar.mo share/locale/ug/LC_MESSAGES/plasma_engine_kalzium.mo share/locale/ug/LC_MESSAGES/plasma_engine_kdeobservatory.mo share/locale/ug/LC_MESSAGES/plasma_engine_keystate.mo share/locale/ug/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/ug/LC_MESSAGES/plasma_engine_metadata.mo share/locale/ug/LC_MESSAGES/plasma_engine_network.mo share/locale/ug/LC_MESSAGES/plasma_engine_notifications.mo share/locale/ug/LC_MESSAGES/plasma_engine_nowplaying.mo share/locale/ug/LC_MESSAGES/plasma_engine_rss.mo share/locale/ug/LC_MESSAGES/plasma_engine_share.mo share/locale/ug/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/ug/LC_MESSAGES/plasma_engine_weather.mo share/locale/ug/LC_MESSAGES/plasma_packagestructure_comic.mo share/locale/ug/LC_MESSAGES/plasma_runner_CharacterRunner.mo share/locale/ug/LC_MESSAGES/plasma_runner_activities.mo share/locale/ug/LC_MESSAGES/plasma_runner_audioplayercontrol.mo share/locale/ug/LC_MESSAGES/plasma_runner_bookmarksrunner.mo share/locale/ug/LC_MESSAGES/plasma_runner_browserhistory.mo share/locale/ug/LC_MESSAGES/plasma_runner_calculatorrunner.mo share/locale/ug/LC_MESSAGES/plasma_runner_contacts.mo share/locale/ug/LC_MESSAGES/plasma_runner_converterrunner.mo share/locale/ug/LC_MESSAGES/plasma_runner_datetime.mo share/locale/ug/LC_MESSAGES/plasma_runner_events.mo share/locale/ug/LC_MESSAGES/plasma_runner_katesessions.mo share/locale/ug/LC_MESSAGES/plasma_runner_kget.mo share/locale/ug/LC_MESSAGES/plasma_runner_kill.mo share/locale/ug/LC_MESSAGES/plasma_runner_konquerorsessions.mo share/locale/ug/LC_MESSAGES/plasma_runner_konsolesessions.mo share/locale/ug/LC_MESSAGES/plasma_runner_kopete.mo share/locale/ug/LC_MESSAGES/plasma_runner_krunner_dictionary.mo share/locale/ug/LC_MESSAGES/plasma_runner_locations.mo share/locale/ug/LC_MESSAGES/plasma_runner_mediawiki.mo share/locale/ug/LC_MESSAGES/plasma_runner_nepomuksearchrunner.mo share/locale/ug/LC_MESSAGES/plasma_runner_placesrunner.mo share/locale/ug/LC_MESSAGES/plasma_runner_plasma-desktop.mo share/locale/ug/LC_MESSAGES/plasma_runner_powerdevil.mo share/locale/ug/LC_MESSAGES/plasma_runner_recentdocuments.mo share/locale/ug/LC_MESSAGES/plasma_runner_services.mo share/locale/ug/LC_MESSAGES/plasma_runner_sessions.mo share/locale/ug/LC_MESSAGES/plasma_runner_shell.mo share/locale/ug/LC_MESSAGES/plasma_runner_solid.mo share/locale/ug/LC_MESSAGES/plasma_runner_spellcheckrunner.mo share/locale/ug/LC_MESSAGES/plasma_runner_webshortcuts.mo share/locale/ug/LC_MESSAGES/plasma_runner_windowedwidgets.mo share/locale/ug/LC_MESSAGES/plasma_runner_windows.mo share/locale/ug/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/ug/LC_MESSAGES/plasma_toolbox_desktoptoolbox.mo share/locale/ug/LC_MESSAGES/plasma_toolbox_paneltoolbox.mo share/locale/ug/LC_MESSAGES/plasma_wallpaper_color.mo share/locale/ug/LC_MESSAGES/plasma_wallpaper_image.mo share/locale/ug/LC_MESSAGES/plasma_wallpaper_mandelbrot.mo share/locale/ug/LC_MESSAGES/plasma_wallpaper_marble.mo share/locale/ug/LC_MESSAGES/plasma_wallpaper_pattern.mo share/locale/ug/LC_MESSAGES/plasma_wallpaper_virus.mo share/locale/ug/LC_MESSAGES/plasma_wallpaper_weather.mo share/locale/ug/LC_MESSAGES/plasmagenericshell.mo share/locale/ug/LC_MESSAGES/plasmapkg.mo share/locale/ug/LC_MESSAGES/powerdevil.mo share/locale/ug/LC_MESSAGES/powerdevilactivitiesconfig.mo share/locale/ug/LC_MESSAGES/powerdevilglobalconfig.mo share/locale/ug/LC_MESSAGES/powerdevilprofilesconfig.mo share/locale/ug/LC_MESSAGES/processcore.mo share/locale/ug/LC_MESSAGES/processui.mo share/locale/ug/LC_MESSAGES/randrmonitor.mo share/locale/ug/LC_MESSAGES/rellinks.mo share/locale/ug/LC_MESSAGES/rocs.mo share/locale/ug/LC_MESSAGES/rocscore.mo share/locale/ug/LC_MESSAGES/rocsvisualeditor.mo share/locale/ug/LC_MESSAGES/searchbarplugin.mo share/locale/ug/LC_MESSAGES/solid-hardware.mo share/locale/ug/LC_MESSAGES/solid-network.mo share/locale/ug/LC_MESSAGES/solid_qt.mo share/locale/ug/LC_MESSAGES/solidcontrol.mo share/locale/ug/LC_MESSAGES/soliduiserver.mo share/locale/ug/LC_MESSAGES/step.mo share/locale/ug/LC_MESSAGES/step_qt.mo share/locale/ug/LC_MESSAGES/strigila_diff.mo share/locale/ug/LC_MESSAGES/superkaramba.mo share/locale/ug/LC_MESSAGES/svgpart.mo share/locale/ug/LC_MESSAGES/sweeper.mo share/locale/ug/LC_MESSAGES/systemsettings.mo share/locale/ug/LC_MESSAGES/tasks-mobile.mo share/locale/ug/LC_MESSAGES/timezones4.mo share/locale/ug/LC_MESSAGES/uachangerplugin.mo share/locale/ug/LC_MESSAGES/umbrello.mo share/locale/ug/LC_MESSAGES/useraccount.mo share/locale/ug/LC_MESSAGES/validatorsplugin.mo share/locale/ug/LC_MESSAGES/webarchiver.mo share/locale/ug/LC_MESSAGES/xml_mimetypes.mo share/locale/ug/entry.desktop Index: head/misc/kde4-l10n-wa/distinfo =================================================================== --- head/misc/kde4-l10n-wa/distinfo (revision 318451) +++ head/misc/kde4-l10n-wa/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/kde-l10n/kde-l10n-wa-4.10.1.tar.xz) = d707dfd0ae358f2e0d77bcdc60ae3f8b617edc52c091a322e75248db140c9a52 -SIZE (KDE/4.10.1/kde-l10n/kde-l10n-wa-4.10.1.tar.xz) = 1743052 +SHA256 (KDE/4.10.3/kde-l10n/kde-l10n-wa-4.10.3.tar.xz) = 66f3654970d5f926fd7c71e0c8ba986f7c33cc47280c808d9db7dfa1e268883b +SIZE (KDE/4.10.3/kde-l10n/kde-l10n-wa-4.10.3.tar.xz) = 1745408 Index: head/misc/kgeography/distinfo =================================================================== --- head/misc/kgeography/distinfo (revision 318451) +++ head/misc/kgeography/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/kgeography-4.10.1.tar.xz) = da90031c38c629438d37a32e0c91270a88ba501ef5899744c771a7d18257f30a -SIZE (KDE/4.10.1/kgeography-4.10.1.tar.xz) = 6722172 +SHA256 (KDE/4.10.3/kgeography-4.10.3.tar.xz) = 3ab732089ba90eaddeb113adc51777497f224ce3f2a6511577f3f0d3c0a1ba01 +SIZE (KDE/4.10.3/kgeography-4.10.3.tar.xz) = 6720436 Index: head/misc/klettres/distinfo =================================================================== --- head/misc/klettres/distinfo (revision 318451) +++ head/misc/klettres/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/klettres-4.10.1.tar.xz) = 4a2266e805f2dfd8002a88fae5dfa239ce3ae5ca4892025632d46075d4840b55 -SIZE (KDE/4.10.1/klettres-4.10.1.tar.xz) = 2655312 +SHA256 (KDE/4.10.3/klettres-4.10.3.tar.xz) = 6184a367ff1e03deb2b5979d0f82593b2a7ec092cfed0b96a8de89138022be7a +SIZE (KDE/4.10.3/klettres-4.10.3.tar.xz) = 2656760 Index: head/misc/ktouch/distinfo =================================================================== --- head/misc/ktouch/distinfo (revision 318451) +++ head/misc/ktouch/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/ktouch-4.10.1.tar.xz) = 7a7d7db6dd2d071ec36af453ac6ee302b84416b641f1d3ebc12476435de36545 -SIZE (KDE/4.10.1/ktouch-4.10.1.tar.xz) = 2626684 +SHA256 (KDE/4.10.3/ktouch-4.10.3.tar.xz) = da6a2a09d246e5cebecb281f666d278097967bec0256005b2e00fe1c2d015521 +SIZE (KDE/4.10.3/ktouch-4.10.3.tar.xz) = 2624388 Index: head/misc/kwordquiz/distinfo =================================================================== --- head/misc/kwordquiz/distinfo (revision 318451) +++ head/misc/kwordquiz/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/kwordquiz-4.10.1.tar.xz) = ad912881c1addfd9c290609030caa448b5724abc2a397fbdd7674c247193fd44 -SIZE (KDE/4.10.1/kwordquiz-4.10.1.tar.xz) = 1215032 +SHA256 (KDE/4.10.3/kwordquiz-4.10.3.tar.xz) = 7709ea7e4277cf9106ed05533cd48db895fb98c052cd0b75558f335db00d06ec +SIZE (KDE/4.10.3/kwordquiz-4.10.3.tar.xz) = 1215088 Index: head/misc/libkdeedu/distinfo =================================================================== --- head/misc/libkdeedu/distinfo (revision 318451) +++ head/misc/libkdeedu/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/libkdeedu-4.10.1.tar.xz) = eb4065027b48a3b7a09deb4079afbfb4a36c46846dc4d67632bcd5ab7819c8bf -SIZE (KDE/4.10.1/libkdeedu-4.10.1.tar.xz) = 213324 +SHA256 (KDE/4.10.3/libkdeedu-4.10.3.tar.xz) = d5ed802077b00c37ab657c840c25df096aec7bd5e1dd100064fe6d4701c31cb9 +SIZE (KDE/4.10.3/libkdeedu-4.10.3.tar.xz) = 212756 Index: head/misc/parley/distinfo =================================================================== --- head/misc/parley/distinfo (revision 318451) +++ head/misc/parley/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/parley-4.10.1.tar.xz) = e021d74ba0675281406fd9233c686eb81b3b44410e9e7783d6230c5fa73d363a -SIZE (KDE/4.10.1/parley-4.10.1.tar.xz) = 8209680 +SHA256 (KDE/4.10.3/parley-4.10.3.tar.xz) = 82d67b2ce3f0aadb982c7ec1367baed1f231b9febc447d1fbfe73fff5faecc71 +SIZE (KDE/4.10.3/parley-4.10.3.tar.xz) = 8204780 Index: head/multimedia/dragon/distinfo =================================================================== --- head/multimedia/dragon/distinfo (revision 318451) +++ head/multimedia/dragon/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/dragon-4.10.1.tar.xz) = 7157cea80036db3446e798922d3df46f74a06642451d6d642efa4e778f2bc9be -SIZE (KDE/4.10.1/dragon-4.10.1.tar.xz) = 395400 +SHA256 (KDE/4.10.3/dragon-4.10.3.tar.xz) = 9d4e08d24b91465ad92110cf54bbc8c9e25a288785575a4f1be42d245994bd76 +SIZE (KDE/4.10.3/dragon-4.10.3.tar.xz) = 395184 Index: head/multimedia/kdemultimedia4-ffmpegthumbs/distinfo =================================================================== --- head/multimedia/kdemultimedia4-ffmpegthumbs/distinfo (revision 318451) +++ head/multimedia/kdemultimedia4-ffmpegthumbs/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/ffmpegthumbs-4.10.1.tar.xz) = d1ee276056de2d197460cb664b20db6d56a6bf7e2ab8e477316a01d67afd6144 -SIZE (KDE/4.10.1/ffmpegthumbs-4.10.1.tar.xz) = 20824 +SHA256 (KDE/4.10.3/ffmpegthumbs-4.10.3.tar.xz) = 4bbdc3178d15733f0e3c9df43c259246f813ddd59c7b836f8e1a9392945b9844 +SIZE (KDE/4.10.3/ffmpegthumbs-4.10.3.tar.xz) = 20836 Index: head/multimedia/kdemultimedia4-mplayerthumbs/distinfo =================================================================== --- head/multimedia/kdemultimedia4-mplayerthumbs/distinfo (revision 318451) +++ head/multimedia/kdemultimedia4-mplayerthumbs/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/mplayerthumbs-4.10.1.tar.xz) = 879501f3b8de2a84d5fda176cba538ad792b36c553c50ece220f027dbb2daa4e -SIZE (KDE/4.10.1/mplayerthumbs-4.10.1.tar.xz) = 28124 +SHA256 (KDE/4.10.3/mplayerthumbs-4.10.3.tar.xz) = 06dcdef06d1665d721d6f752eadf41428ff06c00dfe1ff769daf2aa019cb4811 +SIZE (KDE/4.10.3/mplayerthumbs-4.10.3.tar.xz) = 28380 Index: head/net/kdenetwork4/Makefile =================================================================== --- head/net/kdenetwork4/Makefile (revision 318451) +++ head/net/kdenetwork4/Makefile (revision 318452) @@ -1,68 +1,59 @@ # Created by: Martin Wilke # $FreeBSD$ PORTNAME= kdenetwork PORTVERSION= ${KDE4_VERSION} CATEGORIES= net kde ipv6 MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= KDE Network applications LIB_DEPENDS= qca.2:${PORTSDIR}/devel/qca \ ktorrent:${PORTSDIR}/net-p2p/libktorrent \ boost_thread:${PORTSDIR}/devel/boost-libs \ mms.0:${PORTSDIR}/net/libmms \ jpeg.11:${PORTSDIR}/graphics/jpeg RUN_DEPENDS= qca-ossl>=2.0.0.b3:${PORTSDIR}/security/qca-ossl LATEST_LINK= ${PORTNAME}4 USE_KDE4= kdehier kdelibs kdeprefix libkonq pimlibs workspace \ automoc4 ontologies strigi USES= cmake:outsource USE_OPENSSL= yes USE_QT4= corelib gui sql \ moc_build qmake_build rcc_build uic_build USE_SQLITE= yes USE_XORG= x11 xdamage xext xscrnsaver xtst USE_XZ= yes USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes CMAKE_ARGS+= -DBUILD_kopete=off \ -DBUILD_krdc=off \ -DBUILD_krfb=off OPTIONS_DEFINE= KOPETE KRDC KRFB OPTIONS_DEFAULT= ${OPTIONS_DEFINE} KOPETE_DESC= Multi-protocol instant messenger KRDC_DESC= RDP and VNC client for KDE KRFB_DESC= VNC server for KDE -.include +.include -.if ${OSVERSION} >= 800074 -CMAKE_ARGS+= -DBUILD_kppp:BOOL=OFF -PLIST_SUB+= KPPP="@comment " -.else -EXTRA_PATCHES+= ${FILESDIR}/extra-patch-CMakeLists.txt -CMAKE_ARGS+= -DBUILD_kppp:BOOL=ON -PLIST_SUB+= KPPP="" -.endif - .if ${PORT_OPTIONS:MKOPETE} RUN_DEPENDS+= ${KDE4_PREFIX}/bin/kopete:${PORTSDIR}/net-im/kopete-kde4 .endif .if ${PORT_OPTIONS:MKRDC} RUN_DEPENDS+= ${KDE4_PREFIX}/bin/krdc:${PORTSDIR}/net/krdc .endif .if ${PORT_OPTIONS:MKRFB} RUN_DEPENDS+= ${KDE4_PREFIX}/bin/krfb:${PORTSDIR}/net/krfb .endif -.include +.include Index: head/net/kdenetwork4/distinfo =================================================================== --- head/net/kdenetwork4/distinfo (revision 318451) +++ head/net/kdenetwork4/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/kdenetwork-4.10.1.tar.xz) = d8e1566f444387f9bbc2a02aa75cea280ce6ae7703bac1c5f6b0d1c66c2c931a -SIZE (KDE/4.10.1/kdenetwork-4.10.1.tar.xz) = 9051764 +SHA256 (KDE/4.10.3/kdenetwork-4.10.3.tar.xz) = 0f5e92d7920bc2d8a30985ca309b131384e3cb2f7b414962f394de36963be5f7 +SIZE (KDE/4.10.3/kdenetwork-4.10.3.tar.xz) = 9058180 Index: head/net/kdenetwork4/files/extra-patch-CMakeLists.txt =================================================================== --- head/net/kdenetwork4/files/extra-patch-CMakeLists.txt (revision 318451) +++ head/net/kdenetwork4/files/extra-patch-CMakeLists.txt (nonexistent) @@ -1,12 +0,0 @@ ---- ./CMakeLists.txt.orig 2011-12-20 21:00:23.000000000 +0000 -+++ ./CMakeLists.txt 2012-02-28 15:15:47.088880908 +0000 -@@ -86,9 +86,7 @@ - if(Q_WS_X11) - # kppp is broken on FreeBSD >= 8.0 - # disabling until a fix appears -- if(NOT CMAKE_SYSTEM_NAME MATCHES FreeBSD AND NOT APPLE AND NOT CMAKE_SYSTEM_NAME STREQUAL GNU) - macro_optional_add_subdirectory(kppp) -- endif(NOT CMAKE_SYSTEM_NAME MATCHES FreeBSD AND NOT APPLE AND NOT CMAKE_SYSTEM_NAME STREQUAL GNU) - - macro_optional_add_subdirectory(krfb) - endif(Q_WS_X11) Property changes on: head/net/kdenetwork4/files/extra-patch-CMakeLists.txt ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/net/kdenetwork4/pkg-plist =================================================================== --- head/net/kdenetwork4/pkg-plist (revision 318451) +++ head/net/kdenetwork4/pkg-plist (revision 318452) @@ -1,718 +1,118 @@ bin/kget -%%KPPP%%bin/kppp -%%KPPP%%bin/kppplogview lib/kde4/kcm_kget_bittorrentfactory.so lib/kde4/kcm_kget_checksumsearchfactory.so lib/kde4/kcm_kget_metalinkfactory.so lib/kde4/kcm_kget_mirrorsearchfactory.so lib/kde4/kcm_kget_mmsfactory.so lib/kde4/kcm_kget_multisegkiofactory.so lib/kde4/kded_dnssdwatcher.so lib/kde4/kget_bittorrentfactory.so lib/kde4/kget_browser_integration.so lib/kde4/kget_checksumsearchfactory.so lib/kde4/kget_kiofactory.so lib/kde4/kget_metalinkfactory.so lib/kde4/kget_mirrorsearchfactory.so lib/kde4/kget_mmsfactory.so lib/kde4/kget_multisegkiofactory.so lib/kde4/kio_zeroconf.so lib/kde4/krunner_kget.so lib/kde4/plasma_engine_kget.so lib/kde4/plasma_kget_barapplet.so lib/kde4/plasma_kget_piechart.so lib/kde4/sambausershareplugin.so lib/libkgetcore.so lib/libkgetcore.so.5 lib/libkgetcore.so.5.0.1 -%%KPPP%%share/applications/kde4/Kppp.desktop share/applications/kde4/kget.desktop -%%KPPP%%share/applications/kde4/kppplogview.desktop share/apps/dolphinpart/kpartplugins/kget_plug_in.desktop share/apps/dolphinpart/kpartplugins/kget_plug_in.rc share/apps/kconf_update/kget.upd share/apps/kconf_update/kget_limitdownloads.pl share/apps/kconf_update/kget_sensitive.pl share/apps/kget/kget.notifyrc share/apps/kget/kgetui.rc share/apps/kget/pics/kget_splash.png share/apps/kget/www/blank.gif share/apps/kget/www/favicon.ico share/apps/kget/www/header-background.png share/apps/kget/www/header-separator.png share/apps/kget/www/hi64-apps-kget.png share/apps/kget/www/iepngfix.htc share/apps/kget/www/index.htm share/apps/kget/www/mootools-core-yc.js share/apps/kget/www/mootools-more.js share/apps/kget/www/new-download-background.png share/apps/kget/www/preferences-system.png share/apps/kget/www/title-border-bottom-downloads.png share/apps/kget/www/title-border-bottom-settings.png share/apps/kget/www/view-refresh.png share/apps/khtml/kpartplugins/kget_plug_in.desktop share/apps/khtml/kpartplugins/kget_plug_in.rc -%%KPPP%%share/apps/kppp/Provider/Austria/.directory -%%KPPP%%share/apps/kppp/Provider/Austria/Simon%032Media -%%KPPP%%share/apps/kppp/Provider/Belarus/.directory -%%KPPP%%share/apps/kppp/Provider/Belarus/AtlantTelecom -%%KPPP%%share/apps/kppp/Provider/Czech_Republic/.directory -%%KPPP%%share/apps/kppp/Provider/Czech_Republic/AICOM -%%KPPP%%share/apps/kppp/Provider/Czech_Republic/ARsystem -%%KPPP%%share/apps/kppp/Provider/Czech_Republic/ASYS -%%KPPP%%share/apps/kppp/Provider/Czech_Republic/ApexNet -%%KPPP%%share/apps/kppp/Provider/Czech_Republic/BohemiaNet -%%KPPP%%share/apps/kppp/Provider/Czech_Republic/Brailcom -%%KPPP%%share/apps/kppp/Provider/Czech_Republic/CITYNET -%%KPPP%%share/apps/kppp/Provider/Czech_Republic/Contactel -%%KPPP%%share/apps/kppp/Provider/Czech_Republic/ES-servis -%%KPPP%%share/apps/kppp/Provider/Czech_Republic/Econnect -%%KPPP%%share/apps/kppp/Provider/Czech_Republic/Falco_computer -%%KPPP%%share/apps/kppp/Provider/Czech_Republic/Fortech -%%KPPP%%share/apps/kppp/Provider/Czech_Republic/HP-NET -%%KPPP%%share/apps/kppp/Provider/Czech_Republic/INTERNET_OnLine -%%KPPP%%share/apps/kppp/Provider/Czech_Republic/INTERNEXT -%%KPPP%%share/apps/kppp/Provider/Czech_Republic/IQNET -%%KPPP%%share/apps/kppp/Provider/Czech_Republic/KPNQuest -%%KPPP%%share/apps/kppp/Provider/Czech_Republic/M-soft -%%KPPP%%share/apps/kppp/Provider/Czech_Republic/Nextra -%%KPPP%%share/apps/kppp/Provider/Czech_Republic/ProfiNet -%%KPPP%%share/apps/kppp/Provider/Czech_Republic/SeverNET -%%KPPP%%share/apps/kppp/Provider/Czech_Republic/Video_OnLine -%%KPPP%%share/apps/kppp/Provider/Czech_Republic/Volny -%%KPPP%%share/apps/kppp/Provider/Denmark/.directory -%%KPPP%%share/apps/kppp/Provider/Denmark/Get2Net -%%KPPP%%share/apps/kppp/Provider/France/.directory -%%KPPP%%share/apps/kppp/Provider/France/ClubInternetFull -%%KPPP%%share/apps/kppp/Provider/Germany/.directory -%%KPPP%%share/apps/kppp/Provider/Germany/CityWeb -%%KPPP%%share/apps/kppp/Provider/Germany/FH%032Rhein%032Sieg%032%040Informatik%041 -%%KPPP%%share/apps/kppp/Provider/Germany/MUC%046DE -%%KPPP%%share/apps/kppp/Provider/Germany/Netsurf -%%KPPP%%share/apps/kppp/Provider/Irland/.directory -%%KPPP%%share/apps/kppp/Provider/Irland/Eircom -%%KPPP%%share/apps/kppp/Provider/Irland/IOL -%%KPPP%%share/apps/kppp/Provider/Netherlands/.directory -%%KPPP%%share/apps/kppp/Provider/Netherlands/12Move -%%KPPP%%share/apps/kppp/Provider/Netherlands/Bart -%%KPPP%%share/apps/kppp/Provider/Netherlands/Betuwenet%032BFree -%%KPPP%%share/apps/kppp/Provider/Netherlands/Betuwenet%032BQuality -%%KPPP%%share/apps/kppp/Provider/Netherlands/Cistron -%%KPPP%%share/apps/kppp/Provider/Netherlands/Concepts%032ICT -%%KPPP%%share/apps/kppp/Provider/Netherlands/Cubic%032Circle -%%KPPP%%share/apps/kppp/Provider/Netherlands/Dataweb -%%KPPP%%share/apps/kppp/Provider/Netherlands/Daxis%032Internet -%%KPPP%%share/apps/kppp/Provider/Netherlands/Demon%032Internet -%%KPPP%%share/apps/kppp/Provider/Netherlands/Energis-Ision -%%KPPP%%share/apps/kppp/Provider/Netherlands/Euronet%032anytime -%%KPPP%%share/apps/kppp/Provider/Netherlands/Euronet%032professional -%%KPPP%%share/apps/kppp/Provider/Netherlands/FlakkeeNet -%%KPPP%%share/apps/kppp/Provider/Netherlands/FreeAcces -%%KPPP%%share/apps/kppp/Provider/Netherlands/Freeler%032basis -%%KPPP%%share/apps/kppp/Provider/Netherlands/Freeler%032compleet -%%KPPP%%share/apps/kppp/Provider/Netherlands/Freeler%032voordelig -%%KPPP%%share/apps/kppp/Provider/Netherlands/HCC%032NET -%%KPPP%%share/apps/kppp/Provider/Netherlands/Hacom -%%KPPP%%share/apps/kppp/Provider/Netherlands/HetNet%032Basis%032Surfen -%%KPPP%%share/apps/kppp/Provider/Netherlands/HetNet%032Frequent%032Surfen -%%KPPP%%share/apps/kppp/Provider/Netherlands/HetNet%032Regelmatig%032Surfen -%%KPPP%%share/apps/kppp/Provider/Netherlands/IAE -%%KPPP%%share/apps/kppp/Provider/Netherlands/ILimburg -%%KPPP%%share/apps/kppp/Provider/Netherlands/InterNLnet -%%KPPP%%share/apps/kppp/Provider/Netherlands/Interbox -%%KPPP%%share/apps/kppp/Provider/Netherlands/Internet%032Acces%032Facilities -%%KPPP%%share/apps/kppp/Provider/Netherlands/Internet%032Online -%%KPPP%%share/apps/kppp/Provider/Netherlands/Interstroom -%%KPPP%%share/apps/kppp/Provider/Netherlands/IntroWeb%032Hengelo%032EO -%%KPPP%%share/apps/kppp/Provider/Netherlands/IntroWeb%032met%0323-cijferig%032kengetal -%%KPPP%%share/apps/kppp/Provider/Netherlands/IntroWeb%032met%0324-cijferig%032kengetal -%%KPPP%%share/apps/kppp/Provider/Netherlands/Kabelfoon -%%KPPP%%share/apps/kppp/Provider/Netherlands/KeyAcces%032met%0323%032cijferig%032kengetal -%%KPPP%%share/apps/kppp/Provider/Netherlands/KeyAcces%032met%0324%032cijferig%032kengetal -%%KPPP%%share/apps/kppp/Provider/Netherlands/Luna -%%KPPP%%share/apps/kppp/Provider/Netherlands/Macom -%%KPPP%%share/apps/kppp/Provider/Netherlands/Nederland.net -%%KPPP%%share/apps/kppp/Provider/Netherlands/Planet%032Internet%032Premium -%%KPPP%%share/apps/kppp/Provider/Netherlands/Planet%032Internet%032Standaard -%%KPPP%%share/apps/kppp/Provider/Netherlands/Plant%032Acces -%%KPPP%%share/apps/kppp/Provider/Netherlands/Popin -%%KPPP%%share/apps/kppp/Provider/Netherlands/PublishNet -%%KPPP%%share/apps/kppp/Provider/Netherlands/Raketnet -%%KPPP%%share/apps/kppp/Provider/Netherlands/Solcon -%%KPPP%%share/apps/kppp/Provider/Netherlands/Support%032Net -%%KPPP%%share/apps/kppp/Provider/Netherlands/Telebyte -%%KPPP%%share/apps/kppp/Provider/Netherlands/Tiscali%032Compleet -%%KPPP%%share/apps/kppp/Provider/Netherlands/Tiscali%032Gratis -%%KPPP%%share/apps/kppp/Provider/Netherlands/UwNet -%%KPPP%%share/apps/kppp/Provider/Netherlands/Via%032Networks -%%KPPP%%share/apps/kppp/Provider/Netherlands/Wannadoo%032budget -%%KPPP%%share/apps/kppp/Provider/Netherlands/Wannadoo%032budget%320plus -%%KPPP%%share/apps/kppp/Provider/Netherlands/Wannadoo%032smartpack -%%KPPP%%share/apps/kppp/Provider/Netherlands/Wirehub -%%KPPP%%share/apps/kppp/Provider/Netherlands/XS4All -%%KPPP%%share/apps/kppp/Provider/Netherlands/Zeelandnet -%%KPPP%%share/apps/kppp/Provider/Netherlands/Zon%0322 -%%KPPP%%share/apps/kppp/Provider/Netherlands/Zon%032Gratis -%%KPPP%%share/apps/kppp/Provider/Netherlands/Zon%032Inclusief -%%KPPP%%share/apps/kppp/Provider/NewZealand/.directory -%%KPPP%%share/apps/kppp/Provider/NewZealand/OrconInternet -%%KPPP%%share/apps/kppp/Provider/NewZealand/Paradise -%%KPPP%%share/apps/kppp/Provider/NewZealand/Voyager -%%KPPP%%share/apps/kppp/Provider/NewZealand/XTRA -%%KPPP%%share/apps/kppp/Provider/NewZealand/ihug -%%KPPP%%share/apps/kppp/Provider/Norway/.directory -%%KPPP%%share/apps/kppp/Provider/Norway/BGNett -%%KPPP%%share/apps/kppp/Provider/Norway/Institutt%032for%032informatikk -%%KPPP%%share/apps/kppp/Provider/Portugal/.directory -%%KPPP%%share/apps/kppp/Provider/Portugal/Clix -%%KPPP%%share/apps/kppp/Provider/Portugal/Netc -%%KPPP%%share/apps/kppp/Provider/Portugal/OniNet -%%KPPP%%share/apps/kppp/Provider/Slovenia/AmisNet -%%KPPP%%share/apps/kppp/Provider/Slovenia/Arnes -%%KPPP%%share/apps/kppp/Provider/Slovenia/Kiss -%%KPPP%%share/apps/kppp/Provider/Slovenia/MojNet -%%KPPP%%share/apps/kppp/Provider/Slovenia/SiOL -%%KPPP%%share/apps/kppp/Provider/Slovenia/Volja -%%KPPP%%share/apps/kppp/Provider/Sweden/.directory -%%KPPP%%share/apps/kppp/Provider/Sweden/Tiscali -%%KPPP%%share/apps/kppp/Provider/Sweden/Utfors -%%KPPP%%share/apps/kppp/Provider/Switzerland/.directory -%%KPPP%%share/apps/kppp/Provider/Switzerland/Bluewin -%%KPPP%%share/apps/kppp/Provider/Taiwan/.directory -%%KPPP%%share/apps/kppp/Provider/Taiwan/EraNet -%%KPPP%%share/apps/kppp/Provider/Taiwan/HiNet -%%KPPP%%share/apps/kppp/Provider/Taiwan/SeedNet -%%KPPP%%share/apps/kppp/Provider/Ukraine/.directory -%%KPPP%%share/apps/kppp/Provider/Ukraine/Adamant -%%KPPP%%share/apps/kppp/Provider/Ukraine/IPTelecom -%%KPPP%%share/apps/kppp/Provider/Ukraine/LifeEDGE -%%KPPP%%share/apps/kppp/Provider/Ukraine/NuVse -%%KPPP%%share/apps/kppp/Provider/United_Kingdom/.directory -%%KPPP%%share/apps/kppp/Provider/United_Kingdom/Demon%032Green%0322120666 -%%KPPP%%share/apps/kppp/Provider/United_Kingdom/Demon%032Purple%0322121666 -%%KPPP%%share/apps/kppp/Provider/United_Kingdom/Demon%032Red%0320798666 -%%KPPP%%share/apps/kppp/Provider/United_Kingdom/FreeServe -%%KPPP%%share/apps/kppp/Provider/United_Kingdom/UK%032Free%032Software%032Network%032ISDN -%%KPPP%%share/apps/kppp/Provider/United_Kingdom/UK%032Free%032Software%032Network%032Modem -%%KPPP%%share/apps/kppp/Provider/United_Kingdom/UKPOST%032ISDN -%%KPPP%%share/apps/kppp/Provider/United_Kingdom/UKPOST%032Modem -%%KPPP%%share/apps/kppp/Provider/United_Kingdom/UTV -%%KPPP%%share/apps/kppp/Provider/Yugoslavia/041Net -%%KPPP%%share/apps/kppp/Provider/Yugoslavia/BeoTelNet -%%KPPP%%share/apps/kppp/Provider/Yugoslavia/CG.Bar.yu -%%KPPP%%share/apps/kppp/Provider/Yugoslavia/CG.Berane.yu -%%KPPP%%share/apps/kppp/Provider/Yugoslavia/CG.BijeloPolje.CG.yu -%%KPPP%%share/apps/kppp/Provider/Yugoslavia/CG.Budva.yu -%%KPPP%%share/apps/kppp/Provider/Yugoslavia/CG.Cetinje.yu -%%KPPP%%share/apps/kppp/Provider/Yugoslavia/CG.HercegNovi.yu -%%KPPP%%share/apps/kppp/Provider/Yugoslavia/CG.Kotor.yu -%%KPPP%%share/apps/kppp/Provider/Yugoslavia/CG.Niksic.yu -%%KPPP%%share/apps/kppp/Provider/Yugoslavia/CG.Pljevlja.yu -%%KPPP%%share/apps/kppp/Provider/Yugoslavia/CG.Podgorica.yu -%%KPPP%%share/apps/kppp/Provider/Yugoslavia/CG.Tivat.yu -%%KPPP%%share/apps/kppp/Provider/Yugoslavia/CG.Ulcinj.yu -%%KPPP%%share/apps/kppp/Provider/Yugoslavia/CG.yu -%%KPPP%%share/apps/kppp/Provider/Yugoslavia/DrenikNet -%%KPPP%%share/apps/kppp/Provider/Yugoslavia/EUnet@Full -%%KPPP%%share/apps/kppp/Provider/Yugoslavia/EUnet@Lite -%%KPPP%%share/apps/kppp/Provider/Yugoslavia/EUnetBeograd -%%KPPP%%share/apps/kppp/Provider/Yugoslavia/EUnetCacak -%%KPPP%%share/apps/kppp/Provider/Yugoslavia/EUnetKragujevac -%%KPPP%%share/apps/kppp/Provider/Yugoslavia/EUnetNis -%%KPPP%%share/apps/kppp/Provider/Yugoslavia/EUnetNoviSad -%%KPPP%%share/apps/kppp/Provider/Yugoslavia/EUnetPristina -%%KPPP%%share/apps/kppp/Provider/Yugoslavia/EUnetSombor -%%KPPP%%share/apps/kppp/Provider/Yugoslavia/EUnetSubotica -%%KPPP%%share/apps/kppp/Provider/Yugoslavia/InfoSKY -%%KPPP%%share/apps/kppp/Provider/Yugoslavia/PTT -%%KPPP%%share/apps/kppp/Provider/Yugoslavia/SCnet -%%KPPP%%share/apps/kppp/Provider/Yugoslavia/Sezampro -%%KPPP%%share/apps/kppp/Provider/Yugoslavia/SuOnline -%%KPPP%%share/apps/kppp/Provider/Yugoslavia/TippNet -%%KPPP%%share/apps/kppp/Provider/Yugoslavia/VeratNet -%%KPPP%%share/apps/kppp/Provider/Yugoslavia/YUBCnet -%%KPPP%%share/apps/kppp/Rules/Argentina/Argentina_0610.rst -%%KPPP%%share/apps/kppp/Rules/Argentina/Argentina_Local.rst -%%KPPP%%share/apps/kppp/Rules/Australia/Local.rst -%%KPPP%%share/apps/kppp/Rules/Australia/Optus_Residential.rst -%%KPPP%%share/apps/kppp/Rules/Australia/STD_Zone_1_-_25-50_kms.rst -%%KPPP%%share/apps/kppp/Rules/Australia/STD_Zone_2_-_50-85_kms.rst -%%KPPP%%share/apps/kppp/Rules/Australia/STD_Zone_3_-_85-165_kms.rst -%%KPPP%%share/apps/kppp/Rules/Australia/STD_Zone_4_-_165+_kms.rst -%%KPPP%%share/apps/kppp/Rules/Austria/Business_1/Local.rst -%%KPPP%%share/apps/kppp/Rules/Austria/Business_1/Long_Distance.rst -%%KPPP%%share/apps/kppp/Rules/Austria/Business_1/Online.rst -%%KPPP%%share/apps/kppp/Rules/Austria/Business_2/Local.rst -%%KPPP%%share/apps/kppp/Rules/Austria/Business_2/Long_Distance.rst -%%KPPP%%share/apps/kppp/Rules/Austria/Business_2/Online.rst -%%KPPP%%share/apps/kppp/Rules/Austria/Minimum/Local.rst -%%KPPP%%share/apps/kppp/Rules/Austria/Minimum/Long_Distance.rst -%%KPPP%%share/apps/kppp/Rules/Austria/Minimum/Online.rst -%%KPPP%%share/apps/kppp/Rules/Austria/Standard/Local.rst -%%KPPP%%share/apps/kppp/Rules/Austria/Standard/Long_Distance.rst -%%KPPP%%share/apps/kppp/Rules/Austria/Standard/Online.rst -%%KPPP%%share/apps/kppp/Rules/Austria/Standard/UTA_easyinternet.rst -%%KPPP%%share/apps/kppp/Rules/Bangladesh/ATT00007.rst -%%KPPP%%share/apps/kppp/Rules/Bangladesh/ATT00010.rst -%%KPPP%%share/apps/kppp/Rules/Belgium/Belgium_internet_euro.rst -%%KPPP%%share/apps/kppp/Rules/Belgium/Belgium_internet_frank.rst -%%KPPP%%share/apps/kppp/Rules/Belgium/Belgium_interzonal.rst -%%KPPP%%share/apps/kppp/Rules/Belgium/Belgium_zonal.rst -%%KPPP%%share/apps/kppp/Rules/Bosnia_and_Herzegovina/BiHnet_-_home_-_bez_impulsa.rst -%%KPPP%%share/apps/kppp/Rules/Bosnia_and_Herzegovina/BiHnet_-_student_-_bez_impulsa.rst -%%KPPP%%share/apps/kppp/Rules/Bosnia_and_Herzegovina/SmartNet_PERSONAL_bez_impulsa.rst -%%KPPP%%share/apps/kppp/Rules/Bosnia_and_Herzegovina/samo_impulsi.rst -%%KPPP%%share/apps/kppp/Rules/Brasil/Brasil.rst -%%KPPP%%share/apps/kppp/Rules/Brasil/Brasil_Ligbr.rst -%%KPPP%%share/apps/kppp/Rules/Brasil/Rio_de_Janeiro.rst -%%KPPP%%share/apps/kppp/Rules/Brasil/SaoPaulo.rst -%%KPPP%%share/apps/kppp/Rules/Croatia/CARNet.rst -%%KPPP%%share/apps/kppp/Rules/Czechia/Czech_Telecom_Internet_2004_Business_Internet.rst -%%KPPP%%share/apps/kppp/Rules/Czechia/Czech_Telecom_Internet_2004_Home_Internet.rst -%%KPPP%%share/apps/kppp/Rules/Czechia/Czech_Telecom_Internet_2004_telefon_a_Internet_180_+_660.rst -%%KPPP%%share/apps/kppp/Rules/Czechia/Czech_Telecom_Internet_2004_telefon_a_Internet_90_+_300.rst -%%KPPP%%share/apps/kppp/Rules/Czechia/Czech_Telecom_Internet_2004_telefon_universal.rst -%%KPPP%%share/apps/kppp/Rules/Denmark/12Move_Analog.rst -%%KPPP%%share/apps/kppp/Rules/Denmark/12Move_ISDN.rst -%%KPPP%%share/apps/kppp/Rules/Denmark/Cybercity_Friabonnement.rst -%%KPPP%%share/apps/kppp/Rules/Denmark/Get2net_Betaling.rst -%%KPPP%%share/apps/kppp/Rules/Denmark/Get2net_Gratis.rst -%%KPPP%%share/apps/kppp/Rules/Denmark/Mobilix_Wanadoo.rst -%%KPPP%%share/apps/kppp/Rules/Denmark/Teledanmark_Basis.rst -%%KPPP%%share/apps/kppp/Rules/Denmark/Teledanmark_Favoritinternet.rst -%%KPPP%%share/apps/kppp/Rules/Denmark/Worldonline-Analog.rst -%%KPPP%%share/apps/kppp/Rules/Denmark/Worldonline-ISDN.rst -%%KPPP%%share/apps/kppp/Rules/Estonia/Eesti_Telefon.rst -%%KPPP%%share/apps/kppp/Rules/Finland/VLP.rst -%%KPPP%%share/apps/kppp/Rules/France/Cegetel_Local.rst -%%KPPP%%share/apps/kppp/Rules/France/Cegetel_National.rst -%%KPPP%%share/apps/kppp/Rules/France/France_Telecom_Internet.rst -%%KPPP%%share/apps/kppp/Rules/France/France_Telecom_Local.rst -%%KPPP%%share/apps/kppp/Rules/France/France_Telecom_National.rst -%%KPPP%%share/apps/kppp/Rules/France/Le_9_Local.rst -%%KPPP%%share/apps/kppp/Rules/France/Le_9_National.rst -%%KPPP%%share/apps/kppp/Rules/France/OneTel.rst -%%KPPP%%share/apps/kppp/Rules/France/Tele2_Local.rst -%%KPPP%%share/apps/kppp/Rules/France/Tele2_National.rst -%%KPPP%%share/apps/kppp/Rules/France/Wanadoo_Free.rst -%%KPPP%%share/apps/kppp/Rules/Germany/1und1_InternetZugang.rst -%%KPPP%%share/apps/kppp/Rules/Germany/2.5min.rst -%%KPPP%%share/apps/kppp/Rules/Germany/2.5s.rst -%%KPPP%%share/apps/kppp/Rules/Germany/AddCom_by_Call.rst -%%KPPP%%share/apps/kppp/Rules/Germany/Addcom.rst -%%KPPP%%share/apps/kppp/Rules/Germany/Arcor_Internet_by_Call_easy.rst -%%KPPP%%share/apps/kppp/Rules/Germany/CallOkaynet.rst -%%KPPP%%share/apps/kppp/Rules/Germany/Callino_Surf_Basic.rst -%%KPPP%%share/apps/kppp/Rules/Germany/Callino_Surf_Plus.rst -%%KPPP%%share/apps/kppp/Rules/Germany/Callisa_City.rst -%%KPPP%%share/apps/kppp/Rules/Germany/City_Activ_Plus_Option.rst -%%KPPP%%share/apps/kppp/Rules/Germany/Cityweb.rst -%%KPPP%%share/apps/kppp/Rules/Germany/CompuservePro.rst -%%KPPP%%share/apps/kppp/Rules/Germany/E-Plus-Online_Jedermann.rst -%%KPPP%%share/apps/kppp/Rules/Germany/Easynet_easy-call.rst -%%KPPP%%share/apps/kppp/Rules/Germany/Freenet_Enterprise.rst -%%KPPP%%share/apps/kppp/Rules/Germany/Freenet_Sorglos.rst -%%KPPP%%share/apps/kppp/Rules/Germany/Freenet_StandardTarif.rst -%%KPPP%%share/apps/kppp/Rules/Germany/Freenet_Super_CbC.rst -%%KPPP%%share/apps/kppp/Rules/Germany/Freenet_special_call_by_call.rst -%%KPPP%%share/apps/kppp/Rules/Germany/MSN.rst -%%KPPP%%share/apps/kppp/Rules/Germany/Mobilcom_Freenet.rst -%%KPPP%%share/apps/kppp/Rules/Germany/NGI_Call_By_Call.rst -%%KPPP%%share/apps/kppp/Rules/Germany/Netcom_Kassel.rst -%%KPPP%%share/apps/kppp/Rules/Germany/Nikoma.rst -%%KPPP%%share/apps/kppp/Rules/Germany/Nikoma_Internet_by_Call.rst -%%KPPP%%share/apps/kppp/Rules/Germany/Nikoma_Study_and_Surf.rst -%%KPPP%%share/apps/kppp/Rules/Germany/Planet-Interkom_Internet_by_call.rst -%%KPPP%%share/apps/kppp/Rules/Germany/Puretec.rst -%%KPPP%%share/apps/kppp/Rules/Germany/Telekom_City_Select_5_30.rst -%%KPPP%%share/apps/kppp/Rules/Germany/VR-Web.rst -%%KPPP%%share/apps/kppp/Rules/Germany/expressnet.rst -%%KPPP%%share/apps/kppp/Rules/Germany/knUUt-by-Call.rst -%%KPPP%%share/apps/kppp/Rules/Germany/talkline_by_call.rst -%%KPPP%%share/apps/kppp/Rules/Germany/vossnet_fun.rst -%%KPPP%%share/apps/kppp/Rules/Germany/vossnet_fun_light.rst -%%KPPP%%share/apps/kppp/Rules/Germany/vossnet_kompl.rst -%%KPPP%%share/apps/kppp/Rules/Greece/Hellas_EPAK_Zone1_in_euro.rst -%%KPPP%%share/apps/kppp/Rules/Greece/Hellas_EPAK_Zone2_in_euro.rst -%%KPPP%%share/apps/kppp/Rules/Greece/Hellas_EPAK_local_in_euro.rst -%%KPPP%%share/apps/kppp/Rules/Greece/Hellas_analog_local_in_euro.rst -%%KPPP%%share/apps/kppp/Rules/Greece/Hellas_digital_local_in_euro.rst -%%KPPP%%share/apps/kppp/Rules/Hong_Kong/Hong_Kong_Telecom.rst -%%KPPP%%share/apps/kppp/Rules/Hungary/Local.rst -%%KPPP%%share/apps/kppp/Rules/Hungary/LocalTop_MATAV.rst -%%KPPP%%share/apps/kppp/Rules/Hungary/Local_MATAV.rst -%%KPPP%%share/apps/kppp/Rules/Hungary/PapaTel.rst -%%KPPP%%share/apps/kppp/Rules/Iceland/Iceland_general.rst -%%KPPP%%share/apps/kppp/Rules/India/BSNL_Local.rst -%%KPPP%%share/apps/kppp/Rules/India/BSNL_Long_101_To_200.rst -%%KPPP%%share/apps/kppp/Rules/India/BSNL_Medium_51_To_100.rst -%%KPPP%%share/apps/kppp/Rules/India/Vsnl_local.rst -%%KPPP%%share/apps/kppp/Rules/Indonesia/Lokal_1_Metropolitan.rst -%%KPPP%%share/apps/kppp/Rules/Indonesia/Lokal_2_Metropolitan.rst -%%KPPP%%share/apps/kppp/Rules/Indonesia/Lokal_non_metropolitan.rst -%%KPPP%%share/apps/kppp/Rules/Ireland/Eircom_Internet.rst -%%KPPP%%share/apps/kppp/Rules/Ireland/Eircom_Local.rst -%%KPPP%%share/apps/kppp/Rules/Ireland/Eircom_National.rst -%%KPPP%%share/apps/kppp/Rules/Ireland/Eircom_Special.rst -%%KPPP%%share/apps/kppp/Rules/Israel/Bezeq_Interurban.rst -%%KPPP%%share/apps/kppp/Rules/Israel/Bezeq_Local.rst -%%KPPP%%share/apps/kppp/Rules/Italy/Atlanet.rst -%%KPPP%%share/apps/kppp/Rules/Italy/Cheapnet.rst -%%KPPP%%share/apps/kppp/Rules/Italy/Infostrada_Internet_SpZero.rst -%%KPPP%%share/apps/kppp/Rules/Italy/Infostrada_Libero1055_Base.rst -%%KPPP%%share/apps/kppp/Rules/Italy/Infostrada_Libero1055_SpZero.rst -%%KPPP%%share/apps/kppp/Rules/Italy/Infostrada_Loc_Reg_Naz_SpZero.rst -%%KPPP%%share/apps/kppp/Rules/Italy/Infostrada_Locali_Base.rst -%%KPPP%%share/apps/kppp/Rules/Italy/Infostrada_Reg_Naz_Base.rst -%%KPPP%%share/apps/kppp/Rules/Italy/Tele2_Altri_ISP.rst -%%KPPP%%share/apps/kppp/Rules/Italy/Tele2_Internet_Tele2.rst -%%KPPP%%share/apps/kppp/Rules/Italy/Telecom_Interurbane_Fino15Km.rst -%%KPPP%%share/apps/kppp/Rules/Italy/Telecom_Interurbane_Oltre15Km.rst -%%KPPP%%share/apps/kppp/Rules/Italy/Telecom_Locali.rst -%%KPPP%%share/apps/kppp/Rules/Italy/Teleconomy24_Internet.rst -%%KPPP%%share/apps/kppp/Rules/Italy/Teleconomy24_Nazionali.rst -%%KPPP%%share/apps/kppp/Rules/Italy/Teleconomy_NoStop_Internet.rst -%%KPPP%%share/apps/kppp/Rules/Italy/Wind_24ore_Internet_AltriISP.rst -%%KPPP%%share/apps/kppp/Rules/Italy/Wind_24ore_Internet_InWind.rst -%%KPPP%%share/apps/kppp/Rules/Italy/Wind_24ore_Interurbane.rst -%%KPPP%%share/apps/kppp/Rules/Italy/Wind_24ore_Urbane.rst -%%KPPP%%share/apps/kppp/Rules/Italy/Wind_Family+SuperLight_Internet_InWind.rst -%%KPPP%%share/apps/kppp/Rules/Italy/Wind_Family+SuperLight_Urbane_Interurbane.rst -%%KPPP%%share/apps/kppp/Rules/Italy/Wind_Family_Internet_AltriISP.rst -%%KPPP%%share/apps/kppp/Rules/Italy/Wind_Family_Internet_InWind.rst -%%KPPP%%share/apps/kppp/Rules/Italy/Wind_Family_Interurbane.rst -%%KPPP%%share/apps/kppp/Rules/Italy/Wind_Family_Urbane.rst -%%KPPP%%share/apps/kppp/Rules/Italy/Wind_Flat_Internet_AltriISP.rst -%%KPPP%%share/apps/kppp/Rules/Italy/Wind_Flat_Internet_InWind.rst -%%KPPP%%share/apps/kppp/Rules/Italy/Wind_Urbana_1088_Light.rst -%%KPPP%%share/apps/kppp/Rules/Jamaica/CWJ_InterParish.rst -%%KPPP%%share/apps/kppp/Rules/Jamaica/CWJ_Local.rst -%%KPPP%%share/apps/kppp/Rules/Japan/NTT_Local.rst -%%KPPP%%share/apps/kppp/Rules/Kazakhstan/Akparat_Sprint.rst -%%KPPP%%share/apps/kppp/Rules/Luxembourg/Local.rst -%%KPPP%%share/apps/kppp/Rules/Macedonia/Macedonia_GenericISP_interurban.rst -%%KPPP%%share/apps/kppp/Rules/Macedonia/Macedonia_GenericISP_local.rst -%%KPPP%%share/apps/kppp/Rules/Macedonia/Macedonia_MTnet.rst -%%KPPP%%share/apps/kppp/Rules/Malaysia/TMNet_Jaring.rst -%%KPPP%%share/apps/kppp/Rules/Malaysia/malaysia.rst -%%KPPP%%share/apps/kppp/Rules/Netherlands/12Move.rst -%%KPPP%%share/apps/kppp/Rules/Netherlands/BelBasis_Buiten_Regio.rst -%%KPPP%%share/apps/kppp/Rules/Netherlands/BelBasis_Buiten_Regio_Nummervoordeel.rst -%%KPPP%%share/apps/kppp/Rules/Netherlands/BelBasis_Regio.rst -%%KPPP%%share/apps/kppp/Rules/Netherlands/BelBasis_Regio_Nummervoordeel.rst -%%KPPP%%share/apps/kppp/Rules/Netherlands/BelBudget_Buiten_Regio.rst -%%KPPP%%share/apps/kppp/Rules/Netherlands/BelBudget_Regio.rst -%%KPPP%%share/apps/kppp/Rules/Netherlands/BelPlus_Buiten_Regio.rst -%%KPPP%%share/apps/kppp/Rules/Netherlands/BelPlus_Regio.rst -%%KPPP%%share/apps/kppp/Rules/Netherlands/BelPlus_Regio_Nummervoordeel.rst -%%KPPP%%share/apps/kppp/Rules/Netherlands/Cistron -%%KPPP%%share/apps/kppp/Rules/Netherlands/Freeler_Basis.rst -%%KPPP%%share/apps/kppp/Rules/Netherlands/Freeler_Voordelig.rst -%%KPPP%%share/apps/kppp/Rules/Netherlands/HetNet_Regelmatig_Surfen.rst -%%KPPP%%share/apps/kppp/Rules/Netherlands/InterNLnet.rst -%%KPPP%%share/apps/kppp/Rules/Netherlands/OneTel_Spaarstand_Buiten_Regio.rst -%%KPPP%%share/apps/kppp/Rules/Netherlands/OneTel_Spaarstand_Regio.rst -%%KPPP%%share/apps/kppp/Rules/Netherlands/OneTel_Toets_1658_Buiten_Regio.rst -%%KPPP%%share/apps/kppp/Rules/Netherlands/OneTel_Toets_1658_Regio.rst -%%KPPP%%share/apps/kppp/Rules/Netherlands/Planet_Internet.rst -%%KPPP%%share/apps/kppp/Rules/Netherlands/Priority_Telecom_Nationaal.rst -%%KPPP%%share/apps/kppp/Rules/Netherlands/Priority_Telecom_Regionaal.rst -%%KPPP%%share/apps/kppp/Rules/Netherlands/Tele2_Extra_Buiten_Regio.rst -%%KPPP%%share/apps/kppp/Rules/Netherlands/Tele2_Extra_Regio.rst -%%KPPP%%share/apps/kppp/Rules/Netherlands/Tele2_Preselect_Buiten_Regio.rst -%%KPPP%%share/apps/kppp/Rules/Netherlands/Tele2_Preselect_Regio.rst -%%KPPP%%share/apps/kppp/Rules/Netherlands/Tele2_Toets_1609_Buiten_Regio.rst -%%KPPP%%share/apps/kppp/Rules/Netherlands/Tele2_Toets_1609_Regio.rst -%%KPPP%%share/apps/kppp/Rules/Netherlands/Wannadoo_Budget_Plus -%%KPPP%%share/apps/kppp/Rules/Norway/Local_Area.rst -%%KPPP%%share/apps/kppp/Rules/Norway/Long_Distance.rst -%%KPPP%%share/apps/kppp/Rules/Norway/Netcom.rst -%%KPPP%%share/apps/kppp/Rules/Poland/Internetia.rst -%%KPPP%%share/apps/kppp/Rules/Poland/Netia_100km_Niebieska.rst -%%KPPP%%share/apps/kppp/Rules/Poland/Netia_100km_Zielona.rst -%%KPPP%%share/apps/kppp/Rules/Poland/Netia_Lokalne_Niebieska.rst -%%KPPP%%share/apps/kppp/Rules/Poland/Netia_Lokalne_Zielona.rst -%%KPPP%%share/apps/kppp/Rules/Poland/TPSA.rst -%%KPPP%%share/apps/kppp/Rules/Poland/TP_100km.rst -%%KPPP%%share/apps/kppp/Rules/Poland/TP_Lokalne.rst -%%KPPP%%share/apps/kppp/Rules/Portugal/PT_Local.rst -%%KPPP%%share/apps/kppp/Rules/Portugal/PT_Local_Ilhas.rst -%%KPPP%%share/apps/kppp/Rules/Portugal/PT_Regional.rst -%%KPPP%%share/apps/kppp/Rules/Portugal/PT_Regional_Ilhas.rst -%%KPPP%%share/apps/kppp/Rules/Portugal/PT_YesNET.rst -%%KPPP%%share/apps/kppp/Rules/Portugal/PT_YesNET_Ilhas.rst -%%KPPP%%share/apps/kppp/Rules/Romania/Easynet.rst -%%KPPP%%share/apps/kppp/Rules/Romania/RomTelecom_GSM.rst -%%KPPP%%share/apps/kppp/Rules/Romania/Romtelecom_Acces_Special_Internet.rst -%%KPPP%%share/apps/kppp/Rules/Romania/Romtelecom_Interjudetean.rst -%%KPPP%%share/apps/kppp/Rules/Romania/Romtelecom_Local.rst -%%KPPP%%share/apps/kppp/Rules/Romania/Zapp-Mobile.rst -%%KPPP%%share/apps/kppp/Rules/Russia/TEMPLATE.ru -%%KPPP%%share/apps/kppp/Rules/Russia/mtu-intel_standart.rst -%%KPPP%%share/apps/kppp/Rules/Singapore/SingTel_Local.rst -%%KPPP%%share/apps/kppp/Rules/Slovakia/Internetovy_tarif_019XY.rst -%%KPPP%%share/apps/kppp/Rules/Slovakia/ST_medzimesto.rst -%%KPPP%%share/apps/kppp/Rules/Slovakia/ST_mesto.rst -%%KPPP%%share/apps/kppp/Rules/Slovenia/omrezje_0880.rst -%%KPPP%%share/apps/kppp/Rules/Slovenia/omrezje_0889.rst -%%KPPP%%share/apps/kppp/Rules/Slovenia/stacionarno_omrezje.rst -%%KPPP%%share/apps/kppp/Rules/South_Africa/South_Africa_local.rst -%%KPPP%%share/apps/kppp/Rules/South_Africa/South_Africa_long_distance.rst -%%KPPP%%share/apps/kppp/Rules/South_Afrika/South_Afrika.rst -%%KPPP%%share/apps/kppp/Rules/South_Afrika/South_Afrika_Justin.rst -%%KPPP%%share/apps/kppp/Rules/Spain/Infovia.rst -%%KPPP%%share/apps/kppp/Rules/Spain/Infovia_IVA.rst -%%KPPP%%share/apps/kppp/Rules/Spain/Telefonica_Interprovincial.rst -%%KPPP%%share/apps/kppp/Rules/Spain/Telefonica_Interprovincial_IVA.rst -%%KPPP%%share/apps/kppp/Rules/Spain/Telefonica_Local.rst -%%KPPP%%share/apps/kppp/Rules/Spain/Telefonica_Metropolitana.rst -%%KPPP%%share/apps/kppp/Rules/Spain/Telefonica_Metropolitana_IVA.rst -%%KPPP%%share/apps/kppp/Rules/Spain/Telefonica_Nacional.rst -%%KPPP%%share/apps/kppp/Rules/Spain/Telefonica_Provincial.rst -%%KPPP%%share/apps/kppp/Rules/Spain/Telefonica_Provincial_IVA.rst -%%KPPP%%share/apps/kppp/Rules/Sweden/ACN.rst -%%KPPP%%share/apps/kppp/Rules/Sweden/Abonnera_com.rst -%%KPPP%%share/apps/kppp/Rules/Sweden/CNEAB-Route66.rst -%%KPPP%%share/apps/kppp/Rules/Sweden/Crossnet-Affinity.rst -%%KPPP%%share/apps/kppp/Rules/Sweden/Glocalnet.rst -%%KPPP%%share/apps/kppp/Rules/Sweden/Gts.rst -%%KPPP%%share/apps/kppp/Rules/Sweden/Home_se.rst -%%KPPP%%share/apps/kppp/Rules/Sweden/Nemtel.rst -%%KPPP%%share/apps/kppp/Rules/Sweden/Plusenergi.rst -%%KPPP%%share/apps/kppp/Rules/Sweden/RSLCom.rst -%%KPPP%%share/apps/kppp/Rules/Sweden/Rix_Telecom.rst -%%KPPP%%share/apps/kppp/Rules/Sweden/Supertel.rst -%%KPPP%%share/apps/kppp/Rules/Sweden/Svensk_Telekom.rst -%%KPPP%%share/apps/kppp/Rules/Sweden/Tele1_Europe.rst -%%KPPP%%share/apps/kppp/Rules/Sweden/Tele2.rst -%%KPPP%%share/apps/kppp/Rules/Sweden/Tele8.rst -%%KPPP%%share/apps/kppp/Rules/Sweden/Teleman.rst -%%KPPP%%share/apps/kppp/Rules/Sweden/Telenordia.rst -%%KPPP%%share/apps/kppp/Rules/Sweden/Telerian.rst -%%KPPP%%share/apps/kppp/Rules/Sweden/Telia.rst -%%KPPP%%share/apps/kppp/Rules/Sweden/Telia_Telebonus1.rst -%%KPPP%%share/apps/kppp/Rules/Sweden/Telia_Telebonus2.rst -%%KPPP%%share/apps/kppp/Rules/Sweden/Telitel.rst -%%KPPP%%share/apps/kppp/Rules/Sweden/Tiscali.rst -%%KPPP%%share/apps/kppp/Rules/Sweden/Transnet.rst -%%KPPP%%share/apps/kppp/Rules/Sweden/Universal_Telecom.rst -%%KPPP%%share/apps/kppp/Rules/Sweden/Utfors.rst -%%KPPP%%share/apps/kppp/Rules/Sweden/Vattenfall.rst -%%KPPP%%share/apps/kppp/Rules/Switzerland/Sunrise_Freetime.rst -%%KPPP%%share/apps/kppp/Rules/Switzerland/Sunrise_Local.rst -%%KPPP%%share/apps/kppp/Rules/Switzerland/Sunrise_Select_Internet.rst -%%KPPP%%share/apps/kppp/Rules/Switzerland/Swisscom_Local.rst -%%KPPP%%share/apps/kppp/Rules/Switzerland/Swisscom_Remote.rst -%%KPPP%%share/apps/kppp/Rules/Switzerland/Swisscom_Surf.rst -%%KPPP%%share/apps/kppp/Rules/TEMPLATE -%%KPPP%%share/apps/kppp/Rules/Turkey/Turk_Telekom_Internet.rst -%%KPPP%%share/apps/kppp/Rules/Ukraine/IPTelecom_hourly.rst -%%KPPP%%share/apps/kppp/Rules/Ukraine/NuVse_hourly.rst -%%KPPP%%share/apps/kppp/Rules/Ukraine/TEMPLATE.uk -%%KPPP%%share/apps/kppp/Rules/Ukraine/Utel_Unet.rst -%%KPPP%%share/apps/kppp/Rules/United_Kingdom/BirminghamCable_Local.rst -%%KPPP%%share/apps/kppp/Rules/United_Kingdom/BirminghamCable_National.rst -%%KPPP%%share/apps/kppp/Rules/United_Kingdom/BirminghamCable_SameTelco.rst -%%KPPP%%share/apps/kppp/Rules/United_Kingdom/BritishTelecom_Local.rst -%%KPPP%%share/apps/kppp/Rules/United_Kingdom/BritishTelecom_National.rst -%%KPPP%%share/apps/kppp/Rules/United_Kingdom/BritishTelecom_Regional.rst -%%KPPP%%share/apps/kppp/Rules/United_Kingdom/British_OneTel.rst -%%KPPP%%share/apps/kppp/Rules/United_Kingdom/Connaught_Telecom.rst -%%KPPP%%share/apps/kppp/Rules/Uruguay/Adinet_cIVA.rst -%%KPPP%%share/apps/kppp/Rules/Yugoslavia/041_1xx_xxx.rst -%%KPPP%%share/apps/kppp/Rules/Yugoslavia/041_2xx_xxx.rst -%%KPPP%%share/apps/kppp/Rules/Yugoslavia/041_3xx_xxx.rst -%%KPPP%%share/apps/kppp/Rules/Yugoslavia/041_4xx_xxx.rst -%%KPPP%%share/apps/kppp/Rules/Yugoslavia/041_5xx_xxx.rst -%%KPPP%%share/apps/kppp/Rules/Yugoslavia/041_9xx_xxx.rst -%%KPPP%%share/apps/kppp/Rules/Yugoslavia/III_zona-preko_200km.rst -%%KPPP%%share/apps/kppp/Rules/Yugoslavia/II_zona-do_200km.rst -%%KPPP%%share/apps/kppp/Rules/Yugoslavia/I_zona-ista_mreza.rst -%%KPPP%%share/apps/kppp/Rules/Yugoslavia/Lokalni_poziv.rst -%%KPPP%%share/apps/kppp/pics/dock_both.png -%%KPPP%%share/apps/kppp/pics/dock_left.png -%%KPPP%%share/apps/kppp/pics/dock_none.png -%%KPPP%%share/apps/kppp/pics/dock_right.png -%%KPPP%%share/apps/kppp/pics/folder.png -%%KPPP%%share/apps/kppp/pics/modemboth.png -%%KPPP%%share/apps/kppp/pics/modemleft.png -%%KPPP%%share/apps/kppp/pics/modemnone.png -%%KPPP%%share/apps/kppp/pics/modemright.png -%%KPPP%%share/apps/kppp/pics/phone.png share/apps/kwebkitpart/kpartplugins/kget_plug_in.desktop share/apps/kwebkitpart/kpartplugins/kget_plug_in.rc share/apps/remoteview/zeroconf.desktop share/config.kcfg/kget.kcfg share/config.kcfg/kget_checksumsearchfactory.kcfg share/config.kcfg/kget_mirrorsearchfactory.kcfg share/config.kcfg/kget_mmsfactory.kcfg share/config.kcfg/kget_multisegkiofactory.kcfg share/dbus-1/interfaces/org.kde.kdnssd.xml -%%KPPP%%share/dbus-1/interfaces/org.kde.kppp.xml share/dbus-1/services/org.kde.kget.service share/doc/HTML/en/kget/common share/doc/HTML/en/kget/file.png share/doc/HTML/en/kget/import_link.png share/doc/HTML/en/kget/index.cache.bz2 share/doc/HTML/en/kget/index.docbook share/doc/HTML/en/kget/kget_Advanced.png share/doc/HTML/en/kget/kget_Appearance.png share/doc/HTML/en/kget/kget_Network.png share/doc/HTML/en/kget/kget_Web_Interface.png share/doc/HTML/en/kget/kget_drop_target.png share/doc/HTML/en/kget/kget_group.png share/doc/HTML/en/kget/kget_groups.png share/doc/HTML/en/kget/kget_plugins.png share/doc/HTML/en/kget/kget_transfer_hostory.png share/doc/HTML/en/kget/kget_verification.png share/doc/HTML/en/kget/metalink0.png share/doc/HTML/en/kget/metalink1.png share/doc/HTML/en/kget/metalink2.png share/doc/HTML/en/kget/metalink3.png -%%KPPP%%share/doc/HTML/en/kppp/accounting.docbook -%%KPPP%%share/doc/HTML/en/kppp/callback.docbook -%%KPPP%%share/doc/HTML/en/kppp/chap.docbook -%%KPPP%%share/doc/HTML/en/kppp/common -%%KPPP%%share/doc/HTML/en/kppp/costsgraphs.png -%%KPPP%%share/doc/HTML/en/kppp/dialog-setup.docbook -%%KPPP%%share/doc/HTML/en/kppp/getting-online.docbook -%%KPPP%%share/doc/HTML/en/kppp/global-settings.docbook -%%KPPP%%share/doc/HTML/en/kppp/hayes.docbook -%%KPPP%%share/doc/HTML/en/kppp/index.cache.bz2 -%%KPPP%%share/doc/HTML/en/kppp/index.docbook -%%KPPP%%share/doc/HTML/en/kppp/kppp-account-accounting-tab.png -%%KPPP%%share/doc/HTML/en/kppp/kppp-account-dial-tab.png -%%KPPP%%share/doc/HTML/en/kppp/kppp-account-dns-tab.png -%%KPPP%%share/doc/HTML/en/kppp/kppp-account-execute-tab.png -%%KPPP%%share/doc/HTML/en/kppp/kppp-account-gateway-tab.png -%%KPPP%%share/doc/HTML/en/kppp/kppp-account-ip-tab.png -%%KPPP%%share/doc/HTML/en/kppp/kppp-account-login-script-tab.png -%%KPPP%%share/doc/HTML/en/kppp/kppp-config.png -%%KPPP%%share/doc/HTML/en/kppp/kppp-device-tab.png -%%KPPP%%share/doc/HTML/en/kppp/kppp-dialler-tab.png -%%KPPP%%share/doc/HTML/en/kppp/kppp-faq.docbook -%%KPPP%%share/doc/HTML/en/kppp/kppp-graph-tab.png -%%KPPP%%share/doc/HTML/en/kppp/kppp-misc-tab.png -%%KPPP%%share/doc/HTML/en/kppp/kppp-modem-tab.png -%%KPPP%%share/doc/HTML/en/kppp/kppp-wizard.png -%%KPPP%%share/doc/HTML/en/kppp/security.docbook -%%KPPP%%share/doc/HTML/en/kppp/tricks.docbook -%%KPPP%%share/doc/HTML/en/kppp/wizard.docbook share/icons/hicolor/128x128/apps/kget.png -%%KPPP%%share/icons/hicolor/128x128/apps/kppp.png share/icons/hicolor/16x16/apps/kget.png -%%KPPP%%share/icons/hicolor/16x16/apps/kppp.png share/icons/hicolor/22x22/apps/kget.png -%%KPPP%%share/icons/hicolor/22x22/apps/kppp.png share/icons/hicolor/32x32/apps/kget.png -%%KPPP%%share/icons/hicolor/32x32/apps/kppp.png share/icons/hicolor/48x48/apps/kget.png -%%KPPP%%share/icons/hicolor/48x48/apps/kppp.png share/icons/hicolor/64x64/apps/kget.png -%%KPPP%%share/icons/hicolor/64x64/apps/kppp.png share/icons/hicolor/scalable/apps/kget.svgz share/kde4/services/ServiceMenus/kget_download.desktop share/kde4/services/kded/dnssdwatcher.desktop share/kde4/services/kget_bittorrentfactory.desktop share/kde4/services/kget_bittorrentfactory_config.desktop share/kde4/services/kget_checksumsearchfactory.desktop share/kde4/services/kget_checksumsearchfactory_config.desktop share/kde4/services/kget_kiofactory.desktop share/kde4/services/kget_metalinkfactory.desktop share/kde4/services/kget_metalinkfactory_config.desktop share/kde4/services/kget_mirrorsearchfactory.desktop share/kde4/services/kget_mirrorsearchfactory_config.desktop share/kde4/services/kget_mmsfactory.desktop share/kde4/services/kget_mmsfactory_config.desktop share/kde4/services/kget_multisegkiofactory.desktop share/kde4/services/kget_multisegkiofactory_config.desktop share/kde4/services/kgetbarapplet-default.desktop share/kde4/services/kgetpiechartapplet-default.desktop share/kde4/services/plasma-engine-kget.desktop share/kde4/services/plasma-runner-kget.desktop share/kde4/services/sambausershareplugin.desktop share/kde4/services/zeroconf.protocol share/kde4/servicetypes/kget_plugin.desktop -%%KPPP%%@dirrm share/doc/HTML/en/kppp +share/ontology/kde/kget_history.ontology +share/ontology/kde/kget_history.trig @dirrm share/doc/HTML/en/kget @dirrmtry share/apps/kwebkitpart/kpartplugins @dirrmtry share/apps/kwebkitpart -%%KPPP%%@dirrm share/apps/kppp/pics -%%KPPP%%@dirrm share/apps/kppp/Rules/Yugoslavia -%%KPPP%%@dirrm share/apps/kppp/Rules/Uruguay -%%KPPP%%@dirrm share/apps/kppp/Rules/United_Kingdom -%%KPPP%%@dirrm share/apps/kppp/Rules/Ukraine -%%KPPP%%@dirrm share/apps/kppp/Rules/Turkey -%%KPPP%%@dirrm share/apps/kppp/Rules/Switzerland -%%KPPP%%@dirrm share/apps/kppp/Rules/Sweden -%%KPPP%%@dirrm share/apps/kppp/Rules/Spain -%%KPPP%%@dirrm share/apps/kppp/Rules/South_Afrika -%%KPPP%%@dirrm share/apps/kppp/Rules/South_Africa -%%KPPP%%@dirrm share/apps/kppp/Rules/Slovenia -%%KPPP%%@dirrm share/apps/kppp/Rules/Slovakia -%%KPPP%%@dirrm share/apps/kppp/Rules/Singapore -%%KPPP%%@dirrm share/apps/kppp/Rules/Russia -%%KPPP%%@dirrm share/apps/kppp/Rules/Romania -%%KPPP%%@dirrm share/apps/kppp/Rules/Portugal -%%KPPP%%@dirrm share/apps/kppp/Rules/Poland -%%KPPP%%@dirrm share/apps/kppp/Rules/Norway -%%KPPP%%@dirrm share/apps/kppp/Rules/Netherlands -%%KPPP%%@dirrm share/apps/kppp/Rules/Malaysia -%%KPPP%%@dirrm share/apps/kppp/Rules/Macedonia -%%KPPP%%@dirrm share/apps/kppp/Rules/Luxembourg -%%KPPP%%@dirrm share/apps/kppp/Rules/Kazakhstan -%%KPPP%%@dirrm share/apps/kppp/Rules/Japan -%%KPPP%%@dirrm share/apps/kppp/Rules/Jamaica -%%KPPP%%@dirrm share/apps/kppp/Rules/Italy -%%KPPP%%@dirrm share/apps/kppp/Rules/Israel -%%KPPP%%@dirrm share/apps/kppp/Rules/Ireland -%%KPPP%%@dirrm share/apps/kppp/Rules/Indonesia -%%KPPP%%@dirrm share/apps/kppp/Rules/India -%%KPPP%%@dirrm share/apps/kppp/Rules/Iceland -%%KPPP%%@dirrm share/apps/kppp/Rules/Hungary -%%KPPP%%@dirrm share/apps/kppp/Rules/Hong_Kong -%%KPPP%%@dirrm share/apps/kppp/Rules/Greece -%%KPPP%%@dirrm share/apps/kppp/Rules/Germany -%%KPPP%%@dirrm share/apps/kppp/Rules/France -%%KPPP%%@dirrm share/apps/kppp/Rules/Finland -%%KPPP%%@dirrm share/apps/kppp/Rules/Estonia -%%KPPP%%@dirrm share/apps/kppp/Rules/Denmark -%%KPPP%%@dirrm share/apps/kppp/Rules/Czechia -%%KPPP%%@dirrm share/apps/kppp/Rules/Croatia -%%KPPP%%@dirrm share/apps/kppp/Rules/Brasil -%%KPPP%%@dirrm share/apps/kppp/Rules/Bosnia_and_Herzegovina -%%KPPP%%@dirrm share/apps/kppp/Rules/Belgium -%%KPPP%%@dirrm share/apps/kppp/Rules/Bangladesh -%%KPPP%%@dirrm share/apps/kppp/Rules/Austria/Standard -%%KPPP%%@dirrm share/apps/kppp/Rules/Austria/Minimum -%%KPPP%%@dirrm share/apps/kppp/Rules/Austria/Business_2 -%%KPPP%%@dirrm share/apps/kppp/Rules/Austria/Business_1 -%%KPPP%%@dirrm share/apps/kppp/Rules/Austria -%%KPPP%%@dirrm share/apps/kppp/Rules/Australia -%%KPPP%%@dirrm share/apps/kppp/Rules/Argentina -%%KPPP%%@dirrm share/apps/kppp/Rules -%%KPPP%%@dirrm share/apps/kppp/Provider/Yugoslavia -%%KPPP%%@dirrm share/apps/kppp/Provider/United_Kingdom -%%KPPP%%@dirrm share/apps/kppp/Provider/Ukraine -%%KPPP%%@dirrm share/apps/kppp/Provider/Taiwan -%%KPPP%%@dirrm share/apps/kppp/Provider/Switzerland -%%KPPP%%@dirrm share/apps/kppp/Provider/Sweden -%%KPPP%%@dirrm share/apps/kppp/Provider/Slovenia -%%KPPP%%@dirrm share/apps/kppp/Provider/Portugal -%%KPPP%%@dirrm share/apps/kppp/Provider/Norway -%%KPPP%%@dirrm share/apps/kppp/Provider/NewZealand -%%KPPP%%@dirrm share/apps/kppp/Provider/Netherlands -%%KPPP%%@dirrm share/apps/kppp/Provider/Irland -%%KPPP%%@dirrm share/apps/kppp/Provider/Germany -%%KPPP%%@dirrm share/apps/kppp/Provider/France -%%KPPP%%@dirrm share/apps/kppp/Provider/Denmark -%%KPPP%%@dirrm share/apps/kppp/Provider/Czech_Republic -%%KPPP%%@dirrm share/apps/kppp/Provider/Belarus -%%KPPP%%@dirrm share/apps/kppp/Provider/Austria -%%KPPP%%@dirrm share/apps/kppp/Provider -%%KPPP%%@dirrm share/apps/kppp @dirrm share/apps/kget/www @dirrm share/apps/kget/pics @dirrm share/apps/kget @dirrmtry share/apps/dolphinpart/kpartplugins @dirrmtry share/apps/dolphinpart Index: head/polish/kde4-l10n/distinfo =================================================================== --- head/polish/kde4-l10n/distinfo (revision 318451) +++ head/polish/kde4-l10n/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/kde-l10n/kde-l10n-pl-4.10.1.tar.xz) = b9baf4ef9262faa625fb7391eed6c070cd7382f4d12800e1df0d9377fc9548ff -SIZE (KDE/4.10.1/kde-l10n/kde-l10n-pl-4.10.1.tar.xz) = 17748912 +SHA256 (KDE/4.10.3/kde-l10n/kde-l10n-pl-4.10.3.tar.xz) = 9cee314a8fa363fd236c24d9557ab75c55fe21e4df91632084f61ddb1f79b6cc +SIZE (KDE/4.10.3/kde-l10n/kde-l10n-pl-4.10.3.tar.xz) = 17761256 Index: head/polish/kde4-l10n/pkg-plist =================================================================== --- head/polish/kde4-l10n/pkg-plist (revision 318451) +++ head/polish/kde4-l10n/pkg-plist (revision 318452) @@ -1,1746 +1,1745 @@ share/apps/khangman/pl.txt share/apps/kvtml/pl/animals.kvtml share/apps/kvtml/pl/easy.kvtml share/apps/kvtml/pl/hard.kvtml share/apps/kvtml/pl/medium.kvtml share/doc/HTML/pl/PolicyKit-kde/authdialog_1.png share/doc/HTML/pl/PolicyKit-kde/authdialog_3.png share/doc/HTML/pl/PolicyKit-kde/authorization.docbook share/doc/HTML/pl/PolicyKit-kde/authorization_1.png share/doc/HTML/pl/PolicyKit-kde/authorization_2.png share/doc/HTML/pl/PolicyKit-kde/authorizationagent.docbook share/doc/HTML/pl/PolicyKit-kde/common share/doc/HTML/pl/PolicyKit-kde/howitworks.docbook share/doc/HTML/pl/PolicyKit-kde/index.cache.bz2 share/doc/HTML/pl/PolicyKit-kde/index.docbook share/doc/HTML/pl/PolicyKit-kde/introduction.docbook share/doc/HTML/pl/amor/common share/doc/HTML/pl/amor/index.cache.bz2 share/doc/HTML/pl/amor/index.docbook share/doc/HTML/pl/amor/man-amor.6.docbook share/doc/HTML/pl/ark/common share/doc/HTML/pl/ark/index.cache.bz2 share/doc/HTML/pl/ark/index.docbook share/doc/HTML/pl/blinken/blinken1.png share/doc/HTML/pl/blinken/blinken2.png share/doc/HTML/pl/blinken/blinken_accesskeys.png share/doc/HTML/pl/blinken/blinken_nickprompt.png share/doc/HTML/pl/blinken/common share/doc/HTML/pl/blinken/index.cache.bz2 share/doc/HTML/pl/blinken/index.docbook share/doc/HTML/pl/bomber/common share/doc/HTML/pl/bomber/index.cache.bz2 share/doc/HTML/pl/bomber/index.docbook share/doc/HTML/pl/bovo/common share/doc/HTML/pl/bovo/index.cache.bz2 share/doc/HTML/pl/bovo/index.docbook share/doc/HTML/pl/common/fdl-translated.html share/doc/HTML/pl/common/gpl-translated.html share/doc/HTML/pl/common/kde-localised.css share/doc/HTML/pl/common/lgpl-translated.html share/doc/HTML/pl/dolphin/common share/doc/HTML/pl/dolphin/default-ui.png share/doc/HTML/pl/dolphin/index.cache.bz2 share/doc/HTML/pl/dolphin/index.docbook share/doc/HTML/pl/dolphin/locationbar-breadcrumb.png share/doc/HTML/pl/dolphin/locationbar-editable.png share/doc/HTML/pl/dolphin/preferences-general-behavior.png share/doc/HTML/pl/dolphin/preferences-navigation.png share/doc/HTML/pl/dolphin/preferences-startup.png share/doc/HTML/pl/dolphin/preferences-trash.png share/doc/HTML/pl/dolphin/preferences-viewmodes-icons.png share/doc/HTML/pl/dolphin/toolbar-navigation.png share/doc/HTML/pl/dolphin/toolbar-view-appearance.png share/doc/HTML/pl/dolphin/viewproperties-dialog.png share/doc/HTML/pl/dragonplayer/common share/doc/HTML/pl/dragonplayer/index.cache.bz2 share/doc/HTML/pl/dragonplayer/index.docbook share/doc/HTML/pl/dragonplayer/main.png share/doc/HTML/pl/juk/common share/doc/HTML/pl/juk/history-playlist.png share/doc/HTML/pl/juk/index.cache.bz2 share/doc/HTML/pl/juk/index.docbook share/doc/HTML/pl/juk/juk-adv-search.png share/doc/HTML/pl/juk/juk-file-renamer.png share/doc/HTML/pl/juk/juk-main.png share/doc/HTML/pl/juk/juk-tag-guesser.png share/doc/HTML/pl/juk/normal-playlist.png share/doc/HTML/pl/juk/search-playlist.png share/doc/HTML/pl/juk/toolbar.png share/doc/HTML/pl/kalzium/common share/doc/HTML/pl/kalzium/gradient.png share/doc/HTML/pl/kalzium/index.cache.bz2 share/doc/HTML/pl/kalzium/index.docbook share/doc/HTML/pl/kalzium/infodialog_bohr.png share/doc/HTML/pl/kalzium/infodialog_data_overview.png share/doc/HTML/pl/kalzium/infodialog_isotopes.png share/doc/HTML/pl/kalzium/infodialog_misc.png share/doc/HTML/pl/kalzium/infodialog_overview.png share/doc/HTML/pl/kalzium/infodialog_spectrum.png share/doc/HTML/pl/kalzium/man-kalzium.1.docbook share/doc/HTML/pl/kalzium/quick-1.png share/doc/HTML/pl/kalzium/quick-2.png share/doc/HTML/pl/kalzium/quick-3.png share/doc/HTML/pl/kalzium/quick-4.png share/doc/HTML/pl/kalzium/screenshot1.png share/doc/HTML/pl/kalzium/screenshot2.png share/doc/HTML/pl/kalzium/screenshot5.png share/doc/HTML/pl/kalzium/screenshot6.png share/doc/HTML/pl/kalzium/screenshot7.png share/doc/HTML/pl/kalzium/screenshoteqsolver.png share/doc/HTML/pl/kalzium/screenshotnuclidboard.png share/doc/HTML/pl/kalzium/settings1.png share/doc/HTML/pl/kalzium/settings2.png share/doc/HTML/pl/kalzium/settings3.png share/doc/HTML/pl/kalzium/sidebar1.png share/doc/HTML/pl/kalzium/sidebar2.png share/doc/HTML/pl/kanagram/common share/doc/HTML/pl/kanagram/general-settings.png share/doc/HTML/pl/kanagram/helpstates.png share/doc/HTML/pl/kanagram/index.cache.bz2 share/doc/HTML/pl/kanagram/index.docbook share/doc/HTML/pl/kanagram/kanagram-hint.png share/doc/HTML/pl/kanagram/kanagram.png share/doc/HTML/pl/kanagram/newstuff-dialog.png share/doc/HTML/pl/kanagram/newstuff-settings.png share/doc/HTML/pl/kanagram/shortcuts-settings.png share/doc/HTML/pl/kanagram/vocab-editor.png share/doc/HTML/pl/kanagram/vocab-settings.png share/doc/HTML/pl/kapman/common share/doc/HTML/pl/kapman/config.png share/doc/HTML/pl/kapman/index.cache.bz2 share/doc/HTML/pl/kapman/index.docbook share/doc/HTML/pl/kapman/kapman.png share/doc/HTML/pl/kbattleship/common share/doc/HTML/pl/kbattleship/index.cache.bz2 share/doc/HTML/pl/kbattleship/index.docbook share/doc/HTML/pl/kblackbox/common share/doc/HTML/pl/kblackbox/index.cache.bz2 share/doc/HTML/pl/kblackbox/index.docbook share/doc/HTML/pl/kblocks/common share/doc/HTML/pl/kblocks/index.cache.bz2 share/doc/HTML/pl/kblocks/index.docbook share/doc/HTML/pl/kbounce/KBounce4-nowa.png share/doc/HTML/pl/kbounce/button-new.png share/doc/HTML/pl/kbounce/button-pause.png share/doc/HTML/pl/kbounce/common share/doc/HTML/pl/kbounce/index.cache.bz2 share/doc/HTML/pl/kbounce/index.docbook share/doc/HTML/pl/kbounce/kbounce_corridor1.png share/doc/HTML/pl/kbounce/kbounce_corridor2.png share/doc/HTML/pl/kbounce/menu-game.png share/doc/HTML/pl/kbounce/menu-help.png share/doc/HTML/pl/kbounce/menu-settings.png share/doc/HTML/pl/kbreakout/common share/doc/HTML/pl/kbreakout/index.cache.bz2 share/doc/HTML/pl/kbreakout/index.docbook share/doc/HTML/pl/kbruch/checked.png share/doc/HTML/pl/kbruch/common share/doc/HTML/pl/kbruch/compare.png share/doc/HTML/pl/kbruch/convert.png share/doc/HTML/pl/kbruch/factorize.png share/doc/HTML/pl/kbruch/gui_main.png share/doc/HTML/pl/kbruch/gui_mode.png share/doc/HTML/pl/kbruch/index.cache.bz2 share/doc/HTML/pl/kbruch/index.docbook share/doc/HTML/pl/kbruch/learning.png share/doc/HTML/pl/kbruch/man-kbruch.1.docbook share/doc/HTML/pl/kbruch/percentage.png share/doc/HTML/pl/kbruch/reduced.png share/doc/HTML/pl/kbruch/settings.png share/doc/HTML/pl/kbruch/statistics.png share/doc/HTML/pl/kcontrol/autostart/common share/doc/HTML/pl/kcontrol/autostart/index.cache.bz2 share/doc/HTML/pl/kcontrol/autostart/index.docbook share/doc/HTML/pl/kcontrol/bell/common share/doc/HTML/pl/kcontrol/bell/index.cache.bz2 share/doc/HTML/pl/kcontrol/bell/index.docbook share/doc/HTML/pl/kcontrol/blockdevices/common share/doc/HTML/pl/kcontrol/blockdevices/index.cache.bz2 share/doc/HTML/pl/kcontrol/blockdevices/index.docbook share/doc/HTML/pl/kcontrol/bookmarks/common share/doc/HTML/pl/kcontrol/bookmarks/index.cache.bz2 share/doc/HTML/pl/kcontrol/bookmarks/index.docbook share/doc/HTML/pl/kcontrol/cache/common share/doc/HTML/pl/kcontrol/cache/index.cache.bz2 share/doc/HTML/pl/kcontrol/cache/index.docbook share/doc/HTML/pl/kcontrol/clock/common share/doc/HTML/pl/kcontrol/clock/index.cache.bz2 share/doc/HTML/pl/kcontrol/clock/index.docbook share/doc/HTML/pl/kcontrol/componentchooser/common share/doc/HTML/pl/kcontrol/componentchooser/index.cache.bz2 share/doc/HTML/pl/kcontrol/componentchooser/index.docbook share/doc/HTML/pl/kcontrol/cookies/common share/doc/HTML/pl/kcontrol/cookies/index.cache.bz2 share/doc/HTML/pl/kcontrol/cookies/index.docbook share/doc/HTML/pl/kcontrol/desktopthemedetails/common share/doc/HTML/pl/kcontrol/desktopthemedetails/details.png share/doc/HTML/pl/kcontrol/desktopthemedetails/index.cache.bz2 share/doc/HTML/pl/kcontrol/desktopthemedetails/index.docbook share/doc/HTML/pl/kcontrol/desktopthemedetails/own.png share/doc/HTML/pl/kcontrol/ebrowsing/common share/doc/HTML/pl/kcontrol/ebrowsing/index.cache.bz2 share/doc/HTML/pl/kcontrol/ebrowsing/index.docbook share/doc/HTML/pl/kcontrol/emoticons/common share/doc/HTML/pl/kcontrol/emoticons/emoticons.png share/doc/HTML/pl/kcontrol/emoticons/index.cache.bz2 share/doc/HTML/pl/kcontrol/emoticons/index.docbook share/doc/HTML/pl/kcontrol/fontinst/common share/doc/HTML/pl/kcontrol/fontinst/index.cache.bz2 share/doc/HTML/pl/kcontrol/fontinst/index.docbook share/doc/HTML/pl/kcontrol/fonts/adjust-all.png share/doc/HTML/pl/kcontrol/fonts/anti-aliasing.png share/doc/HTML/pl/kcontrol/fonts/common share/doc/HTML/pl/kcontrol/fonts/index.cache.bz2 share/doc/HTML/pl/kcontrol/fonts/index.docbook share/doc/HTML/pl/kcontrol/fonts/main.png share/doc/HTML/pl/kcontrol/history/common share/doc/HTML/pl/kcontrol/history/index.cache.bz2 share/doc/HTML/pl/kcontrol/history/index.docbook share/doc/HTML/pl/kcontrol/joystick/common share/doc/HTML/pl/kcontrol/joystick/index.cache.bz2 share/doc/HTML/pl/kcontrol/joystick/index.docbook share/doc/HTML/pl/kcontrol/kamera/common share/doc/HTML/pl/kcontrol/kamera/index.cache.bz2 share/doc/HTML/pl/kcontrol/kamera/index.docbook share/doc/HTML/pl/kcontrol/kcmaccess/common share/doc/HTML/pl/kcontrol/kcmaccess/index.cache.bz2 share/doc/HTML/pl/kcontrol/kcmaccess/index.docbook share/doc/HTML/pl/kcontrol/kcmcgi/common share/doc/HTML/pl/kcontrol/kcmcgi/index.cache.bz2 share/doc/HTML/pl/kcontrol/kcmcgi/index.docbook share/doc/HTML/pl/kcontrol/kcmcss/common share/doc/HTML/pl/kcontrol/kcmcss/index.cache.bz2 share/doc/HTML/pl/kcontrol/kcmcss/index.docbook share/doc/HTML/pl/kcontrol/kcmlaunch/common share/doc/HTML/pl/kcontrol/kcmlaunch/index.cache.bz2 share/doc/HTML/pl/kcontrol/kcmlaunch/index.docbook share/doc/HTML/pl/kcontrol/kcmnotify/common share/doc/HTML/pl/kcontrol/kcmnotify/index.cache.bz2 share/doc/HTML/pl/kcontrol/kcmnotify/index.docbook share/doc/HTML/pl/kcontrol/kcmsmserver/common share/doc/HTML/pl/kcontrol/kcmsmserver/index.cache.bz2 share/doc/HTML/pl/kcontrol/kcmsmserver/index.docbook share/doc/HTML/pl/kcontrol/kded/common share/doc/HTML/pl/kcontrol/kded/index.cache.bz2 share/doc/HTML/pl/kcontrol/kded/index.docbook share/doc/HTML/pl/kcontrol/keyboard/common share/doc/HTML/pl/kcontrol/keyboard/index.cache.bz2 share/doc/HTML/pl/kcontrol/keyboard/index.docbook share/doc/HTML/pl/kcontrol/kgamma/common share/doc/HTML/pl/kcontrol/kgamma/index.cache.bz2 share/doc/HTML/pl/kcontrol/kgamma/index.docbook share/doc/HTML/pl/kcontrol/khtml-adblock/common share/doc/HTML/pl/kcontrol/khtml-adblock/index.cache.bz2 share/doc/HTML/pl/kcontrol/khtml-adblock/index.docbook share/doc/HTML/pl/kcontrol/khtml-behavior/common share/doc/HTML/pl/kcontrol/khtml-behavior/index.cache.bz2 share/doc/HTML/pl/kcontrol/khtml-behavior/index.docbook share/doc/HTML/pl/kcontrol/khtml-general/common share/doc/HTML/pl/kcontrol/khtml-general/index.cache.bz2 share/doc/HTML/pl/kcontrol/khtml-general/index.docbook share/doc/HTML/pl/kcontrol/khtml-java-js/common share/doc/HTML/pl/kcontrol/khtml-java-js/index.cache.bz2 share/doc/HTML/pl/kcontrol/khtml-java-js/index.docbook share/doc/HTML/pl/kcontrol/khtml-plugins/common share/doc/HTML/pl/kcontrol/khtml-plugins/index.cache.bz2 share/doc/HTML/pl/kcontrol/khtml-plugins/index.docbook share/doc/HTML/pl/kcontrol/kwincompositing/common share/doc/HTML/pl/kcontrol/kwincompositing/index.cache.bz2 share/doc/HTML/pl/kcontrol/kwincompositing/index.docbook share/doc/HTML/pl/kcontrol/kwindecoration/buttons.png share/doc/HTML/pl/kcontrol/kwindecoration/common share/doc/HTML/pl/kcontrol/kwindecoration/index.cache.bz2 share/doc/HTML/pl/kcontrol/kwindecoration/index.docbook share/doc/HTML/pl/kcontrol/kwindecoration/main.png share/doc/HTML/pl/kcontrol/kwinscreenedges/common share/doc/HTML/pl/kcontrol/kwinscreenedges/index.cache.bz2 share/doc/HTML/pl/kcontrol/kwinscreenedges/index.docbook share/doc/HTML/pl/kcontrol/language/common share/doc/HTML/pl/kcontrol/language/index.cache.bz2 share/doc/HTML/pl/kcontrol/language/index.docbook share/doc/HTML/pl/kcontrol/mouse/common share/doc/HTML/pl/kcontrol/mouse/index.cache.bz2 share/doc/HTML/pl/kcontrol/mouse/index.docbook share/doc/HTML/pl/kcontrol/nepomuk/common share/doc/HTML/pl/kcontrol/nepomuk/index.cache.bz2 share/doc/HTML/pl/kcontrol/nepomuk/index.docbook share/doc/HTML/pl/kcontrol/netpref/common share/doc/HTML/pl/kcontrol/netpref/index.cache.bz2 share/doc/HTML/pl/kcontrol/netpref/index.docbook share/doc/HTML/pl/kcontrol/paths/common share/doc/HTML/pl/kcontrol/paths/index.cache.bz2 share/doc/HTML/pl/kcontrol/paths/index.docbook share/doc/HTML/pl/kcontrol/paths/paths.png share/doc/HTML/pl/kcontrol/performance/common share/doc/HTML/pl/kcontrol/performance/index.cache.bz2 share/doc/HTML/pl/kcontrol/performance/index.docbook share/doc/HTML/pl/kcontrol/phonon/common share/doc/HTML/pl/kcontrol/phonon/index.cache.bz2 share/doc/HTML/pl/kcontrol/phonon/index.docbook share/doc/HTML/pl/kcontrol/screensaver/common share/doc/HTML/pl/kcontrol/screensaver/index.cache.bz2 share/doc/HTML/pl/kcontrol/screensaver/index.docbook share/doc/HTML/pl/kcontrol/smb/common share/doc/HTML/pl/kcontrol/smb/index.cache.bz2 share/doc/HTML/pl/kcontrol/smb/index.docbook share/doc/HTML/pl/kcontrol/solid-device-automounter/common share/doc/HTML/pl/kcontrol/solid-device-automounter/index.cache.bz2 share/doc/HTML/pl/kcontrol/solid-device-automounter/index.docbook share/doc/HTML/pl/kcontrol/splashscreen/common share/doc/HTML/pl/kcontrol/splashscreen/get-new-theme.png share/doc/HTML/pl/kcontrol/splashscreen/index.cache.bz2 share/doc/HTML/pl/kcontrol/splashscreen/index.docbook share/doc/HTML/pl/kcontrol/splashscreen/splash-main.png share/doc/HTML/pl/kcontrol/trash/common share/doc/HTML/pl/kcontrol/trash/index.cache.bz2 share/doc/HTML/pl/kcontrol/trash/index.docbook share/doc/HTML/pl/kcontrol/useragent/common share/doc/HTML/pl/kcontrol/useragent/index.cache.bz2 share/doc/HTML/pl/kcontrol/useragent/index.docbook share/doc/HTML/pl/kcontrol/windowbehaviour/common share/doc/HTML/pl/kcontrol/windowbehaviour/index.cache.bz2 share/doc/HTML/pl/kcontrol/windowbehaviour/index.docbook share/doc/HTML/pl/kcontrol/windowspecific/common share/doc/HTML/pl/kcontrol/windowspecific/index.cache.bz2 share/doc/HTML/pl/kcontrol/windowspecific/index.docbook share/doc/HTML/pl/kdebugdialog/common share/doc/HTML/pl/kdebugdialog/index.cache.bz2 share/doc/HTML/pl/kdebugdialog/index.docbook share/doc/HTML/pl/kdepasswd/common share/doc/HTML/pl/kdepasswd/index.cache.bz2 share/doc/HTML/pl/kdepasswd/index.docbook share/doc/HTML/pl/kdepasswd/password.png share/doc/HTML/pl/kdesu/common share/doc/HTML/pl/kdesu/index.cache.bz2 share/doc/HTML/pl/kdesu/index.docbook share/doc/HTML/pl/kdesu/man-kdesu.1.docbook share/doc/HTML/pl/kdiamond/common share/doc/HTML/pl/kdiamond/index.cache.bz2 share/doc/HTML/pl/kdiamond/index.docbook share/doc/HTML/pl/kdm/common share/doc/HTML/pl/kdm/index.cache.bz2 share/doc/HTML/pl/kdm/index.docbook share/doc/HTML/pl/kdm/kdmrc-ref.docbook share/doc/HTML/pl/kdm/theme-ref.docbook share/doc/HTML/pl/kfind/common share/doc/HTML/pl/kfind/index.cache.bz2 share/doc/HTML/pl/kfind/index.docbook share/doc/HTML/pl/kfind/man-kfind.1.docbook share/doc/HTML/pl/kfourinline/common share/doc/HTML/pl/kfourinline/index.cache.bz2 share/doc/HTML/pl/kfourinline/index.docbook share/doc/HTML/pl/kgeography/common share/doc/HTML/pl/kgeography/first-start1.png share/doc/HTML/pl/kgeography/first-start10.png share/doc/HTML/pl/kgeography/first-start11.png share/doc/HTML/pl/kgeography/first-start12.png share/doc/HTML/pl/kgeography/first-start13.png share/doc/HTML/pl/kgeography/first-start2.png share/doc/HTML/pl/kgeography/first-start3.png share/doc/HTML/pl/kgeography/first-start4.png share/doc/HTML/pl/kgeography/first-start5.png share/doc/HTML/pl/kgeography/first-start6.png share/doc/HTML/pl/kgeography/first-start7.png share/doc/HTML/pl/kgeography/first-start8.png share/doc/HTML/pl/kgeography/first-start9.png share/doc/HTML/pl/kgeography/index.cache.bz2 share/doc/HTML/pl/kgeography/index.docbook share/doc/HTML/pl/kgeography/kgeography.png share/doc/HTML/pl/kgeography/zoom.png share/doc/HTML/pl/kget/common share/doc/HTML/pl/kget/index.cache.bz2 share/doc/HTML/pl/kget/index.docbook share/doc/HTML/pl/kget/kget1.png share/doc/HTML/pl/kget/kget2.png share/doc/HTML/pl/kget/kget3.png share/doc/HTML/pl/kget/kget4.png share/doc/HTML/pl/kget/kget5.png share/doc/HTML/pl/khelpcenter/glossary/common share/doc/HTML/pl/khelpcenter/glossary/index.cache.bz2 share/doc/HTML/pl/khelpcenter/glossary/index.docbook share/doc/HTML/pl/khelpcenter/glossary/kdeprintingglossary.docbook share/doc/HTML/pl/killbots/common share/doc/HTML/pl/killbots/index.cache.bz2 share/doc/HTML/pl/killbots/index.docbook share/doc/HTML/pl/killbots/status.png share/doc/HTML/pl/kimagemapeditor/common share/doc/HTML/pl/kimagemapeditor/index.cache.bz2 share/doc/HTML/pl/kimagemapeditor/index.docbook share/doc/HTML/pl/kinfocenter/common share/doc/HTML/pl/kinfocenter/index.cache.bz2 share/doc/HTML/pl/kinfocenter/index.docbook share/doc/HTML/pl/kioslave/audiocd/common share/doc/HTML/pl/kioslave/audiocd/index.cache.bz2 share/doc/HTML/pl/kioslave/audiocd/index.docbook share/doc/HTML/pl/kioslave/bookmarks/common share/doc/HTML/pl/kioslave/bookmarks/index.cache.bz2 share/doc/HTML/pl/kioslave/bookmarks/index.docbook share/doc/HTML/pl/kioslave/bzip2/common share/doc/HTML/pl/kioslave/bzip2/index.cache.bz2 share/doc/HTML/pl/kioslave/bzip2/index.docbook share/doc/HTML/pl/kioslave/cgi/common share/doc/HTML/pl/kioslave/cgi/index.cache.bz2 share/doc/HTML/pl/kioslave/cgi/index.docbook share/doc/HTML/pl/kioslave/data/common share/doc/HTML/pl/kioslave/data/index.cache.bz2 share/doc/HTML/pl/kioslave/data/index.docbook share/doc/HTML/pl/kioslave/file/common share/doc/HTML/pl/kioslave/file/index.cache.bz2 share/doc/HTML/pl/kioslave/file/index.docbook share/doc/HTML/pl/kioslave/finger/common share/doc/HTML/pl/kioslave/finger/index.cache.bz2 share/doc/HTML/pl/kioslave/finger/index.docbook share/doc/HTML/pl/kioslave/fish/common share/doc/HTML/pl/kioslave/fish/index.cache.bz2 share/doc/HTML/pl/kioslave/fish/index.docbook share/doc/HTML/pl/kioslave/floppy/common share/doc/HTML/pl/kioslave/floppy/index.cache.bz2 share/doc/HTML/pl/kioslave/floppy/index.docbook share/doc/HTML/pl/kioslave/ftp/common share/doc/HTML/pl/kioslave/ftp/index.cache.bz2 share/doc/HTML/pl/kioslave/ftp/index.docbook share/doc/HTML/pl/kioslave/gzip/common share/doc/HTML/pl/kioslave/gzip/index.cache.bz2 share/doc/HTML/pl/kioslave/gzip/index.docbook share/doc/HTML/pl/kioslave/help/common share/doc/HTML/pl/kioslave/help/index.cache.bz2 share/doc/HTML/pl/kioslave/help/index.docbook share/doc/HTML/pl/kioslave/http/common share/doc/HTML/pl/kioslave/http/index.cache.bz2 share/doc/HTML/pl/kioslave/http/index.docbook share/doc/HTML/pl/kioslave/info/common share/doc/HTML/pl/kioslave/info/index.cache.bz2 share/doc/HTML/pl/kioslave/info/index.docbook share/doc/HTML/pl/kioslave/ldap/common share/doc/HTML/pl/kioslave/ldap/index.cache.bz2 share/doc/HTML/pl/kioslave/ldap/index.docbook share/doc/HTML/pl/kioslave/mailto/common share/doc/HTML/pl/kioslave/mailto/index.cache.bz2 share/doc/HTML/pl/kioslave/mailto/index.docbook share/doc/HTML/pl/kioslave/man/common share/doc/HTML/pl/kioslave/man/index.cache.bz2 share/doc/HTML/pl/kioslave/man/index.docbook share/doc/HTML/pl/kioslave/network/common share/doc/HTML/pl/kioslave/network/index.cache.bz2 share/doc/HTML/pl/kioslave/network/index.docbook share/doc/HTML/pl/kioslave/news/common share/doc/HTML/pl/kioslave/news/index.cache.bz2 share/doc/HTML/pl/kioslave/news/index.docbook share/doc/HTML/pl/kioslave/nfs/common share/doc/HTML/pl/kioslave/nfs/index.cache.bz2 share/doc/HTML/pl/kioslave/nfs/index.docbook share/doc/HTML/pl/kioslave/nntp/common share/doc/HTML/pl/kioslave/nntp/index.cache.bz2 share/doc/HTML/pl/kioslave/nntp/index.docbook share/doc/HTML/pl/kioslave/pop3/common share/doc/HTML/pl/kioslave/pop3/index.cache.bz2 share/doc/HTML/pl/kioslave/pop3/index.docbook share/doc/HTML/pl/kioslave/rlogin/common share/doc/HTML/pl/kioslave/rlogin/index.cache.bz2 share/doc/HTML/pl/kioslave/rlogin/index.docbook share/doc/HTML/pl/kioslave/sftp/common share/doc/HTML/pl/kioslave/sftp/index.cache.bz2 share/doc/HTML/pl/kioslave/sftp/index.docbook share/doc/HTML/pl/kioslave/smtp/common share/doc/HTML/pl/kioslave/smtp/index.cache.bz2 share/doc/HTML/pl/kioslave/smtp/index.docbook share/doc/HTML/pl/kioslave/tar/common share/doc/HTML/pl/kioslave/tar/index.cache.bz2 share/doc/HTML/pl/kioslave/tar/index.docbook share/doc/HTML/pl/kioslave/telnet/common share/doc/HTML/pl/kioslave/telnet/index.cache.bz2 share/doc/HTML/pl/kioslave/telnet/index.docbook share/doc/HTML/pl/kioslave/thumbnail/common share/doc/HTML/pl/kioslave/thumbnail/index.cache.bz2 share/doc/HTML/pl/kioslave/thumbnail/index.docbook share/doc/HTML/pl/kioslave/webdav/common share/doc/HTML/pl/kioslave/webdav/index.cache.bz2 share/doc/HTML/pl/kioslave/webdav/index.docbook share/doc/HTML/pl/kioslave/xz/common share/doc/HTML/pl/kioslave/xz/index.cache.bz2 share/doc/HTML/pl/kioslave/xz/index.docbook share/doc/HTML/pl/kiriki/common share/doc/HTML/pl/kiriki/index.cache.bz2 share/doc/HTML/pl/kiriki/index.docbook share/doc/HTML/pl/kiten/common share/doc/HTML/pl/kiten/index.cache.bz2 share/doc/HTML/pl/kiten/index.docbook share/doc/HTML/pl/kiten/kiten1.png share/doc/HTML/pl/kiten/kiten2.png share/doc/HTML/pl/kjumpingcube/common share/doc/HTML/pl/kjumpingcube/index.cache.bz2 share/doc/HTML/pl/kjumpingcube/index.docbook share/doc/HTML/pl/klettres/common share/doc/HTML/pl/klettres/index.cache.bz2 share/doc/HTML/pl/klettres/index.docbook share/doc/HTML/pl/klettres/klettres-newstuff.png share/doc/HTML/pl/klettres/klettres-newstuff1.png share/doc/HTML/pl/klettres/klettres-newstuff2.png share/doc/HTML/pl/klettres/klettres1.png share/doc/HTML/pl/klettres/klettres2.png share/doc/HTML/pl/klettres/klettres3.png share/doc/HTML/pl/klettres/klettres4.png share/doc/HTML/pl/klettres/klettres5.png share/doc/HTML/pl/klettres/klettres6.png share/doc/HTML/pl/klines/common share/doc/HTML/pl/klines/gamescreen.png share/doc/HTML/pl/klines/index.cache.bz2 share/doc/HTML/pl/klines/index.docbook share/doc/HTML/pl/klinkstatus/common share/doc/HTML/pl/klinkstatus/index.cache.bz2 share/doc/HTML/pl/klinkstatus/index.docbook share/doc/HTML/pl/klipper/common share/doc/HTML/pl/klipper/index.cache.bz2 share/doc/HTML/pl/klipper/index.docbook share/doc/HTML/pl/kmahjongg/common share/doc/HTML/pl/kmahjongg/config.png share/doc/HTML/pl/kmahjongg/config_background.png share/doc/HTML/pl/kmahjongg/config_layout.png share/doc/HTML/pl/kmahjongg/config_tiles.png share/doc/HTML/pl/kmahjongg/gamescreen.png share/doc/HTML/pl/kmahjongg/highscore.png share/doc/HTML/pl/kmahjongg/index.cache.bz2 share/doc/HTML/pl/kmahjongg/index.docbook share/doc/HTML/pl/kmahjongg/numbered.png share/doc/HTML/pl/kmahjongg/shortcuts.png share/doc/HTML/pl/kmenuedit/common share/doc/HTML/pl/kmenuedit/done.png share/doc/HTML/pl/kmenuedit/index.cache.bz2 share/doc/HTML/pl/kmenuedit/index.docbook share/doc/HTML/pl/kmenuedit/itemname.png share/doc/HTML/pl/kmenuedit/new.png share/doc/HTML/pl/kmenuedit/selecticon.png share/doc/HTML/pl/kmenuedit/selectinternet.png share/doc/HTML/pl/kmines/common share/doc/HTML/pl/kmines/index.cache.bz2 share/doc/HTML/pl/kmines/index.docbook share/doc/HTML/pl/kmplot/commands.docbook share/doc/HTML/pl/kmplot/common share/doc/HTML/pl/kmplot/configuration.docbook share/doc/HTML/pl/kmplot/credits.docbook share/doc/HTML/pl/kmplot/dcop.docbook share/doc/HTML/pl/kmplot/developer.docbook share/doc/HTML/pl/kmplot/firststeps.docbook share/doc/HTML/pl/kmplot/index.cache.bz2 share/doc/HTML/pl/kmplot/index.docbook share/doc/HTML/pl/kmplot/install.docbook share/doc/HTML/pl/kmplot/introduction.docbook share/doc/HTML/pl/kmplot/main.png share/doc/HTML/pl/kmplot/man-kmplot.1.docbook share/doc/HTML/pl/kmplot/popup.png share/doc/HTML/pl/kmplot/reference.docbook share/doc/HTML/pl/kmplot/settings-colors.png share/doc/HTML/pl/kmplot/settings-constants.png share/doc/HTML/pl/kmplot/settings-coords.png share/doc/HTML/pl/kmplot/settings-diagram.png share/doc/HTML/pl/kmplot/settings-fonts.png share/doc/HTML/pl/kmplot/settings-general.png share/doc/HTML/pl/kmplot/using.docbook share/doc/HTML/pl/knetattach/common share/doc/HTML/pl/knetattach/index.cache.bz2 share/doc/HTML/pl/knetattach/index.docbook share/doc/HTML/pl/knetattach/screenshot.png share/doc/HTML/pl/knetattach/screenshot1.png share/doc/HTML/pl/knetattach/screenshot2.png share/doc/HTML/pl/knetattach/screenshot3.png share/doc/HTML/pl/knetattach/screenshot4.png share/doc/HTML/pl/knetwalk/common share/doc/HTML/pl/knetwalk/index.cache.bz2 share/doc/HTML/pl/knetwalk/index.docbook share/doc/HTML/pl/kollision/common share/doc/HTML/pl/kollision/index.cache.bz2 share/doc/HTML/pl/kollision/index.docbook share/doc/HTML/pl/kolourpaint/common share/doc/HTML/pl/kolourpaint/fullscreen_mode.png share/doc/HTML/pl/kolourpaint/image_balance.png share/doc/HTML/pl/kolourpaint/image_emboss.png share/doc/HTML/pl/kolourpaint/image_flatten.png share/doc/HTML/pl/kolourpaint/image_flip.png share/doc/HTML/pl/kolourpaint/image_invert.png share/doc/HTML/pl/kolourpaint/image_reduce_colors.png share/doc/HTML/pl/kolourpaint/image_resize_scale.png share/doc/HTML/pl/kolourpaint/image_rotate.png share/doc/HTML/pl/kolourpaint/image_skew.png share/doc/HTML/pl/kolourpaint/image_soften_sharpen.png share/doc/HTML/pl/kolourpaint/index.cache.bz2 share/doc/HTML/pl/kolourpaint/index.docbook share/doc/HTML/pl/konqueror/basics.docbook share/doc/HTML/pl/konqueror/bookmarks.docbook share/doc/HTML/pl/konqueror/browser.docbook share/doc/HTML/pl/konqueror/cmndline.png share/doc/HTML/pl/konqueror/commands.docbook share/doc/HTML/pl/konqueror/common share/doc/HTML/pl/konqueror/config.docbook share/doc/HTML/pl/konqueror/credits.docbook share/doc/HTML/pl/konqueror/dirtree.png share/doc/HTML/pl/konqueror/dragdrop.png share/doc/HTML/pl/konqueror/faq.docbook share/doc/HTML/pl/konqueror/filemanager.docbook share/doc/HTML/pl/konqueror/index.cache.bz2 share/doc/HTML/pl/konqueror/index.docbook share/doc/HTML/pl/konqueror/introduction.docbook share/doc/HTML/pl/konqueror/konqorg.png share/doc/HTML/pl/konqueror/man-kbookmarkmerger.1.docbook share/doc/HTML/pl/konqueror/parts.png share/doc/HTML/pl/konqueror/path-complete.docbook share/doc/HTML/pl/konqueror/plugins.docbook share/doc/HTML/pl/konqueror/save-settings.docbook share/doc/HTML/pl/konqueror/shortcut1.png share/doc/HTML/pl/konqueror/shortcut2.png share/doc/HTML/pl/konqueror/sidebar.docbook share/doc/HTML/pl/konquest/common share/doc/HTML/pl/konquest/index.cache.bz2 share/doc/HTML/pl/konquest/index.docbook share/doc/HTML/pl/konsole/common share/doc/HTML/pl/konsole/index.cache.bz2 share/doc/HTML/pl/konsole/index.docbook share/doc/HTML/pl/kopete/chatstyle.docbook share/doc/HTML/pl/kopete/common share/doc/HTML/pl/kopete/index.cache.bz2 share/doc/HTML/pl/kopete/index.docbook share/doc/HTML/pl/kopete/menus.docbook share/doc/HTML/pl/kopete/otr-auth-1.png share/doc/HTML/pl/kopete/pipes.docbook share/doc/HTML/pl/kpat/common share/doc/HTML/pl/kpat/index.cache.bz2 share/doc/HTML/pl/kpat/index.docbook share/doc/HTML/pl/kppp/accounting.docbook share/doc/HTML/pl/kppp/callback.docbook share/doc/HTML/pl/kppp/chap.docbook share/doc/HTML/pl/kppp/common share/doc/HTML/pl/kppp/dialog-setup.docbook share/doc/HTML/pl/kppp/getting-online.docbook share/doc/HTML/pl/kppp/global-settings.docbook share/doc/HTML/pl/kppp/hayes.docbook share/doc/HTML/pl/kppp/index.cache.bz2 share/doc/HTML/pl/kppp/index.docbook share/doc/HTML/pl/kppp/kppp-account-accounting-tab.png share/doc/HTML/pl/kppp/kppp-account-dial-tab.png share/doc/HTML/pl/kppp/kppp-account-dns-tab.png share/doc/HTML/pl/kppp/kppp-account-execute-tab.png share/doc/HTML/pl/kppp/kppp-account-gateway-tab.png share/doc/HTML/pl/kppp/kppp-account-ip-tab.png share/doc/HTML/pl/kppp/kppp-account-login-script-tab.png share/doc/HTML/pl/kppp/kppp-config.png share/doc/HTML/pl/kppp/kppp-device-tab.png share/doc/HTML/pl/kppp/kppp-dialler-tab.png share/doc/HTML/pl/kppp/kppp-faq.docbook share/doc/HTML/pl/kppp/kppp-graph-tab.png share/doc/HTML/pl/kppp/kppp-misc-tab.png share/doc/HTML/pl/kppp/kppp-modem-tab.png share/doc/HTML/pl/kppp/kppp-wizard.png share/doc/HTML/pl/kppp/security.docbook share/doc/HTML/pl/kppp/tricks.docbook share/doc/HTML/pl/kppp/wizard.docbook share/doc/HTML/pl/krdc/bookmarks_menu.png share/doc/HTML/pl/krdc/common share/doc/HTML/pl/krdc/general_preferences.png share/doc/HTML/pl/krdc/index.cache.bz2 share/doc/HTML/pl/krdc/index.docbook share/doc/HTML/pl/krdc/krdc_mainwindow.png share/doc/HTML/pl/krdc/rdp_preferences.png share/doc/HTML/pl/krdc/view-fullscreen.png share/doc/HTML/pl/krdc/view-restore.png share/doc/HTML/pl/krdc/vnc_host_configuration.png share/doc/HTML/pl/krdc/vnc_preferences.png share/doc/HTML/pl/kreversi/common share/doc/HTML/pl/kreversi/index.cache.bz2 share/doc/HTML/pl/kreversi/index.docbook share/doc/HTML/pl/kreversi/kreversi1.png share/doc/HTML/pl/kruler/common share/doc/HTML/pl/kruler/index.cache.bz2 share/doc/HTML/pl/kruler/index.docbook share/doc/HTML/pl/kshisen/common share/doc/HTML/pl/kshisen/index.cache.bz2 share/doc/HTML/pl/kshisen/index.docbook share/doc/HTML/pl/kshisen/kshisen-configuration.png share/doc/HTML/pl/ksnapshot/common share/doc/HTML/pl/ksnapshot/index.cache.bz2 share/doc/HTML/pl/ksnapshot/index.docbook share/doc/HTML/pl/ksnapshot/preview.png share/doc/HTML/pl/ksnapshot/window.png share/doc/HTML/pl/kstars/aavso.png share/doc/HTML/pl/kstars/ai-contents.docbook share/doc/HTML/pl/kstars/altvstime.docbook share/doc/HTML/pl/kstars/altvstime.png share/doc/HTML/pl/kstars/astroinfo.docbook share/doc/HTML/pl/kstars/blackbody.docbook share/doc/HTML/pl/kstars/calc-angdist.docbook share/doc/HTML/pl/kstars/calc-angdist.png share/doc/HTML/pl/kstars/calc-apcoords.docbook share/doc/HTML/pl/kstars/calc-apcoords.png share/doc/HTML/pl/kstars/calc-dayduration.docbook share/doc/HTML/pl/kstars/calc-daylength.png share/doc/HTML/pl/kstars/calc-ecliptic.docbook share/doc/HTML/pl/kstars/calc-ecliptic.png share/doc/HTML/pl/kstars/calc-eqgal.docbook share/doc/HTML/pl/kstars/calc-eqgal.png share/doc/HTML/pl/kstars/calc-equinox.docbook share/doc/HTML/pl/kstars/calc-equinox.png share/doc/HTML/pl/kstars/calc-geodetic.docbook share/doc/HTML/pl/kstars/calc-geodetic.png share/doc/HTML/pl/kstars/calc-horizontal.docbook share/doc/HTML/pl/kstars/calc-horizontal.png share/doc/HTML/pl/kstars/calc-julian.png share/doc/HTML/pl/kstars/calc-julianday.docbook share/doc/HTML/pl/kstars/calc-planetcoords.docbook share/doc/HTML/pl/kstars/calc-planetcoords.png share/doc/HTML/pl/kstars/calc-precess.docbook share/doc/HTML/pl/kstars/calc-precess.png share/doc/HTML/pl/kstars/calc-sidereal.docbook share/doc/HTML/pl/kstars/calc-sidereal.png share/doc/HTML/pl/kstars/calculator.docbook share/doc/HTML/pl/kstars/cequator.docbook share/doc/HTML/pl/kstars/colorandtemp.docbook share/doc/HTML/pl/kstars/commands.docbook share/doc/HTML/pl/kstars/common share/doc/HTML/pl/kstars/config.docbook share/doc/HTML/pl/kstars/cpoles.docbook share/doc/HTML/pl/kstars/credits.docbook share/doc/HTML/pl/kstars/csphere.docbook share/doc/HTML/pl/kstars/darkmatter.docbook share/doc/HTML/pl/kstars/detaildialog.png share/doc/HTML/pl/kstars/details.docbook share/doc/HTML/pl/kstars/devicemanager.png share/doc/HTML/pl/kstars/dumpmode.docbook share/doc/HTML/pl/kstars/ecliptic.docbook share/doc/HTML/pl/kstars/ellipticalgalaxies.docbook share/doc/HTML/pl/kstars/equinox.docbook share/doc/HTML/pl/kstars/faq.docbook share/doc/HTML/pl/kstars/find.png share/doc/HTML/pl/kstars/fitsviewer.docbook share/doc/HTML/pl/kstars/flux.docbook share/doc/HTML/pl/kstars/fovdialog.png share/doc/HTML/pl/kstars/geocoords.docbook share/doc/HTML/pl/kstars/geolocator.png share/doc/HTML/pl/kstars/greatcircle.docbook share/doc/HTML/pl/kstars/horizon.docbook share/doc/HTML/pl/kstars/hourangle.docbook share/doc/HTML/pl/kstars/index.cache.bz2 share/doc/HTML/pl/kstars/index.docbook share/doc/HTML/pl/kstars/indi.docbook share/doc/HTML/pl/kstars/indiclient.png share/doc/HTML/pl/kstars/install.docbook share/doc/HTML/pl/kstars/jmoons.docbook share/doc/HTML/pl/kstars/jmoons.png share/doc/HTML/pl/kstars/julianday.docbook share/doc/HTML/pl/kstars/leapyear.docbook share/doc/HTML/pl/kstars/lightcurves.docbook share/doc/HTML/pl/kstars/luminosity.docbook share/doc/HTML/pl/kstars/magnitude.docbook share/doc/HTML/pl/kstars/meridian.docbook share/doc/HTML/pl/kstars/newfov.png share/doc/HTML/pl/kstars/observinglist.docbook share/doc/HTML/pl/kstars/observinglist.png share/doc/HTML/pl/kstars/parallax.docbook share/doc/HTML/pl/kstars/popup.png share/doc/HTML/pl/kstars/precession.docbook share/doc/HTML/pl/kstars/quicktour.docbook share/doc/HTML/pl/kstars/retrograde.docbook share/doc/HTML/pl/kstars/screen1.png share/doc/HTML/pl/kstars/scriptbuilder.docbook share/doc/HTML/pl/kstars/scriptbuilder.png share/doc/HTML/pl/kstars/sidereal.docbook share/doc/HTML/pl/kstars/skycoords.docbook share/doc/HTML/pl/kstars/solarsys.docbook share/doc/HTML/pl/kstars/solarsystem.png share/doc/HTML/pl/kstars/spiralgalaxies.docbook share/doc/HTML/pl/kstars/stars.docbook share/doc/HTML/pl/kstars/timezones.docbook share/doc/HTML/pl/kstars/tools.docbook share/doc/HTML/pl/kstars/utime.docbook share/doc/HTML/pl/kstars/viewops.png share/doc/HTML/pl/kstars/wut.docbook share/doc/HTML/pl/kstars/wut.png share/doc/HTML/pl/kstars/zenith.docbook share/doc/HTML/pl/ksysguard/common share/doc/HTML/pl/ksysguard/index.cache.bz2 share/doc/HTML/pl/ksysguard/index.docbook share/doc/HTML/pl/kteatime/common share/doc/HTML/pl/kteatime/index.cache.bz2 share/doc/HTML/pl/kteatime/index.docbook share/doc/HTML/pl/ktouch/color_options.png share/doc/HTML/pl/ktouch/common share/doc/HTML/pl/ktouch/general_options.png share/doc/HTML/pl/ktouch/index.cache.bz2 share/doc/HTML/pl/ktouch/index.docbook share/doc/HTML/pl/ktouch/keyboard_options.png share/doc/HTML/pl/ktouch/main_screen_default_color.png share/doc/HTML/pl/ktouch/main_window_german.png share/doc/HTML/pl/ktouch/man-ktouch.1.docbook share/doc/HTML/pl/ktouch/statistics_dialog.png share/doc/HTML/pl/ktouch/statistics_dialog_chart.png share/doc/HTML/pl/ktouch/training_options.png share/doc/HTML/pl/ktuberling/common share/doc/HTML/pl/ktuberling/index.cache.bz2 share/doc/HTML/pl/ktuberling/index.docbook share/doc/HTML/pl/ktuberling/technical-reference.docbook share/doc/HTML/pl/kwallet/common share/doc/HTML/pl/kwallet/edit1.png share/doc/HTML/pl/kwallet/edit2.png share/doc/HTML/pl/kwallet/first-open-request.png share/doc/HTML/pl/kwallet/index.cache.bz2 share/doc/HTML/pl/kwallet/index.docbook share/doc/HTML/pl/kwallet/kwalletmanager.png share/doc/HTML/pl/kwallet/openwallet-request.png share/doc/HTML/pl/kwallet/save-login-information.png share/doc/HTML/pl/kwordquiz/common share/doc/HTML/pl/kwordquiz/index.cache.bz2 share/doc/HTML/pl/kwordquiz/index.docbook share/doc/HTML/pl/kwordquiz/kwq-dlg-characters.png share/doc/HTML/pl/kwordquiz/kwq-dlg-configure-characters.png share/doc/HTML/pl/kwordquiz/kwq-dlg-configure-editor.png share/doc/HTML/pl/kwordquiz/kwq-dlg-configure-quiz.png share/doc/HTML/pl/kwordquiz/kwq-dlg-languages.png share/doc/HTML/pl/kwordquiz/kwq-dlg-print-type.png share/doc/HTML/pl/kwordquiz/kwq-editor.png share/doc/HTML/pl/kwordquiz/kwq-flashcard.png share/doc/HTML/pl/kwordquiz/kwq-multiple.png share/doc/HTML/pl/kwordquiz/kwq-qanda.png share/doc/HTML/pl/kwrite/common share/doc/HTML/pl/kwrite/index.cache.bz2 share/doc/HTML/pl/kwrite/index.docbook share/doc/HTML/pl/okular/common share/doc/HTML/pl/okular/configure.png share/doc/HTML/pl/okular/embedded-files-bar.png share/doc/HTML/pl/okular/index.cache.bz2 share/doc/HTML/pl/okular/index.docbook share/doc/HTML/pl/parley/common share/doc/HTML/pl/parley/index.cache.bz2 share/doc/HTML/pl/parley/index.docbook share/doc/HTML/pl/plasma-desktop/common share/doc/HTML/pl/plasma-desktop/favorite-widgets.png share/doc/HTML/pl/plasma-desktop/index.cache.bz2 share/doc/HTML/pl/plasma-desktop/index.docbook share/doc/HTML/pl/plasma-desktop/taskbar-settings.png share/doc/HTML/pl/systemsettings/common share/doc/HTML/pl/systemsettings/index.cache.bz2 share/doc/HTML/pl/systemsettings/index.docbook share/locale/pl/LC_MESSAGES/accountwizard.mo share/locale/pl/LC_MESSAGES/accountwizard_ical.mo share/locale/pl/LC_MESSAGES/accountwizard_imap.mo share/locale/pl/LC_MESSAGES/accountwizard_kolab.mo share/locale/pl/LC_MESSAGES/accountwizard_mailbox.mo share/locale/pl/LC_MESSAGES/accountwizard_maildir.mo share/locale/pl/LC_MESSAGES/accountwizard_pop3.mo share/locale/pl/LC_MESSAGES/accountwizard_tine20.mo share/locale/pl/LC_MESSAGES/activitymanager_plugin_globalshortcuts.mo share/locale/pl/LC_MESSAGES/activitymanager_uihandler_declarative.mo share/locale/pl/LC_MESSAGES/adblock.mo share/locale/pl/LC_MESSAGES/akonadi-filestore.mo share/locale/pl/LC_MESSAGES/akonadi_archivemail_agent.mo share/locale/pl/LC_MESSAGES/akonadi_birthdays_resource.mo share/locale/pl/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/pl/LC_MESSAGES/akonadi_davgroupware_resource.mo share/locale/pl/LC_MESSAGES/akonadi_google_resource.mo share/locale/pl/LC_MESSAGES/akonadi_ical_resource.mo share/locale/pl/LC_MESSAGES/akonadi_icaldir_resource.mo share/locale/pl/LC_MESSAGES/akonadi_imap_resource.mo share/locale/pl/LC_MESSAGES/akonadi_invitations_agent.mo share/locale/pl/LC_MESSAGES/akonadi_kabc_resource.mo share/locale/pl/LC_MESSAGES/akonadi_kalarm_resource.mo share/locale/pl/LC_MESSAGES/akonadi_kcal_resource.mo share/locale/pl/LC_MESSAGES/akonadi_kdeaccounts_resource.mo share/locale/pl/LC_MESSAGES/akonadi_knut_resource.mo share/locale/pl/LC_MESSAGES/akonadi_kolabproxy_resource.mo share/locale/pl/LC_MESSAGES/akonadi_kresourceassistant.mo share/locale/pl/LC_MESSAGES/akonadi_localbookmarks_resource.mo share/locale/pl/LC_MESSAGES/akonadi_maildir_resource.mo share/locale/pl/LC_MESSAGES/akonadi_maildispatcher_agent.mo share/locale/pl/LC_MESSAGES/akonadi_mailfilter_agent.mo share/locale/pl/LC_MESSAGES/akonadi_mailtransport_resource.mo share/locale/pl/LC_MESSAGES/akonadi_mbox_resource.mo share/locale/pl/LC_MESSAGES/akonadi_microblog_resource.mo share/locale/pl/LC_MESSAGES/akonadi_mixedmaildir_resource.mo share/locale/pl/LC_MESSAGES/akonadi_nepomuk_feeder.mo share/locale/pl/LC_MESSAGES/akonadi_nepomuktag_resource.mo share/locale/pl/LC_MESSAGES/akonadi_next.mo share/locale/pl/LC_MESSAGES/akonadi_nntp_resource.mo share/locale/pl/LC_MESSAGES/akonadi_openxchange_resource.mo share/locale/pl/LC_MESSAGES/akonadi_pop3_resource.mo share/locale/pl/LC_MESSAGES/akonadi_serializer_plugins.mo share/locale/pl/LC_MESSAGES/akonadi_singlefile_resource.mo share/locale/pl/LC_MESSAGES/akonadi_strigi_feeder.mo share/locale/pl/LC_MESSAGES/akonadi_vcard_resource.mo share/locale/pl/LC_MESSAGES/akonadi_vcarddir_resource.mo share/locale/pl/LC_MESSAGES/akonadicontact.mo share/locale/pl/LC_MESSAGES/akonadinotes.mo share/locale/pl/LC_MESSAGES/akonaditray.mo share/locale/pl/LC_MESSAGES/akregator.mo share/locale/pl/LC_MESSAGES/akregator_konqplugin.mo share/locale/pl/LC_MESSAGES/amor.mo share/locale/pl/LC_MESSAGES/analitza.mo share/locale/pl/LC_MESSAGES/ark.mo share/locale/pl/LC_MESSAGES/attica_kde.mo share/locale/pl/LC_MESSAGES/audiocd_encoder_lame.mo share/locale/pl/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/pl/LC_MESSAGES/audiorename_plugin.mo share/locale/pl/LC_MESSAGES/autorefresh.mo share/locale/pl/LC_MESSAGES/babelfish.mo share/locale/pl/LC_MESSAGES/blinken.mo share/locale/pl/LC_MESSAGES/blogilo.mo share/locale/pl/LC_MESSAGES/bomber.mo share/locale/pl/LC_MESSAGES/bovo.mo share/locale/pl/LC_MESSAGES/calendarsupport.mo share/locale/pl/LC_MESSAGES/cantor.mo share/locale/pl/LC_MESSAGES/cervisia.mo share/locale/pl/LC_MESSAGES/cryptopageplugin.mo share/locale/pl/LC_MESSAGES/cvsservice.mo share/locale/pl/LC_MESSAGES/dirfilterplugin.mo share/locale/pl/LC_MESSAGES/display.mo share/locale/pl/LC_MESSAGES/dolphin.mo share/locale/pl/LC_MESSAGES/domtreeviewer.mo share/locale/pl/LC_MESSAGES/dragonplayer.mo share/locale/pl/LC_MESSAGES/drkonqi.mo share/locale/pl/LC_MESSAGES/filelight.mo share/locale/pl/LC_MESSAGES/filetypes.mo share/locale/pl/LC_MESSAGES/fileviewbazaarplugin.mo share/locale/pl/LC_MESSAGES/fileviewgitplugin.mo share/locale/pl/LC_MESSAGES/fileviewhgplugin.mo share/locale/pl/LC_MESSAGES/fileviewsvnplugin.mo share/locale/pl/LC_MESSAGES/freespacenotifier.mo share/locale/pl/LC_MESSAGES/fsview.mo share/locale/pl/LC_MESSAGES/granatier.mo share/locale/pl/LC_MESSAGES/gwenview.mo share/locale/pl/LC_MESSAGES/htmlsearch.mo share/locale/pl/LC_MESSAGES/imagerename_plugin.mo share/locale/pl/LC_MESSAGES/imgalleryplugin.mo share/locale/pl/LC_MESSAGES/importwizard.mo share/locale/pl/LC_MESSAGES/jovie.mo share/locale/pl/LC_MESSAGES/joystick.mo share/locale/pl/LC_MESSAGES/juk.mo share/locale/pl/LC_MESSAGES/kabc.mo share/locale/pl/LC_MESSAGES/kabc_akonadi.mo share/locale/pl/LC_MESSAGES/kabc_dir.mo share/locale/pl/LC_MESSAGES/kabc_file.mo share/locale/pl/LC_MESSAGES/kabc_ldapkio.mo share/locale/pl/LC_MESSAGES/kabc_net.mo share/locale/pl/LC_MESSAGES/kabcclient.mo share/locale/pl/LC_MESSAGES/kabcformat_binary.mo share/locale/pl/LC_MESSAGES/kaccess.mo share/locale/pl/LC_MESSAGES/kaccessibleapp.mo share/locale/pl/LC_MESSAGES/kactivitymanagerd.mo share/locale/pl/LC_MESSAGES/kactivitymanagerd_fileitem_linking_plugin.mo share/locale/pl/LC_MESSAGES/kaddressbook-mobile.mo share/locale/pl/LC_MESSAGES/kaddressbook.mo share/locale/pl/LC_MESSAGES/kaddressbookmigrator.mo share/locale/pl/LC_MESSAGES/kajongg.mo share/locale/pl/LC_MESSAGES/kalarm.mo share/locale/pl/LC_MESSAGES/kalgebra.mo share/locale/pl/LC_MESSAGES/kalzium.mo share/locale/pl/LC_MESSAGES/kanagram-harmattan.mo share/locale/pl/LC_MESSAGES/kanagram.mo share/locale/pl/LC_MESSAGES/kapman.mo share/locale/pl/LC_MESSAGES/kapptemplate.mo share/locale/pl/LC_MESSAGES/kate-ctags-plugin.mo share/locale/pl/LC_MESSAGES/kate.mo share/locale/pl/LC_MESSAGES/kate_kttsd.mo share/locale/pl/LC_MESSAGES/katebacktracebrowserplugin.mo share/locale/pl/LC_MESSAGES/katebuild-plugin.mo share/locale/pl/LC_MESSAGES/katefilebrowserplugin.mo share/locale/pl/LC_MESSAGES/katefiletemplates.mo share/locale/pl/LC_MESSAGES/kategdbplugin.mo share/locale/pl/LC_MESSAGES/katehelloworld.mo share/locale/pl/LC_MESSAGES/katekonsoleplugin.mo share/locale/pl/LC_MESSAGES/katemailfilesplugin.mo share/locale/pl/LC_MESSAGES/kateopenheader.mo share/locale/pl/LC_MESSAGES/katepart4.mo share/locale/pl/LC_MESSAGES/kateproject.mo share/locale/pl/LC_MESSAGES/katesearch.mo share/locale/pl/LC_MESSAGES/katesnippets_tng.mo share/locale/pl/LC_MESSAGES/katesnippetsplugin.mo share/locale/pl/LC_MESSAGES/katesql.mo share/locale/pl/LC_MESSAGES/katesymbolviewer.mo share/locale/pl/LC_MESSAGES/katetabbarextension.mo share/locale/pl/LC_MESSAGES/katetabifyplugin.mo share/locale/pl/LC_MESSAGES/katetextfilter.mo share/locale/pl/LC_MESSAGES/katexmlcheck.mo share/locale/pl/LC_MESSAGES/katexmltools.mo share/locale/pl/LC_MESSAGES/katomic.mo share/locale/pl/LC_MESSAGES/kbattleship.mo share/locale/pl/LC_MESSAGES/kblackbox.mo share/locale/pl/LC_MESSAGES/kblankscrn.mo share/locale/pl/LC_MESSAGES/kblocks.mo share/locale/pl/LC_MESSAGES/kbounce.mo share/locale/pl/LC_MESSAGES/kbreakout.mo share/locale/pl/LC_MESSAGES/kbruch.mo share/locale/pl/LC_MESSAGES/kcachegrind.mo share/locale/pl/LC_MESSAGES/kcachegrind_qt.mo share/locale/pl/LC_MESSAGES/kcal_akonadi.mo share/locale/pl/LC_MESSAGES/kcalc.mo share/locale/pl/LC_MESSAGES/kcertpart.mo share/locale/pl/LC_MESSAGES/kcharselect.mo share/locale/pl/LC_MESSAGES/kcm-kwin-scripts.mo share/locale/pl/LC_MESSAGES/kcm_activities.mo share/locale/pl/LC_MESSAGES/kcm_akonadi.mo share/locale/pl/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/pl/LC_MESSAGES/kcm_attica.mo share/locale/pl/LC_MESSAGES/kcm_autostart.mo share/locale/pl/LC_MESSAGES/kcm_desktoppaths.mo share/locale/pl/LC_MESSAGES/kcm_desktopthemedetails.mo share/locale/pl/LC_MESSAGES/kcm_device_automounter.mo share/locale/pl/LC_MESSAGES/kcm_emoticons.mo share/locale/pl/LC_MESSAGES/kcm_infobase.mo share/locale/pl/LC_MESSAGES/kcm_infosummary.mo -share/locale/pl/LC_MESSAGES/kcm_krfb.mo share/locale/pl/LC_MESSAGES/kcm_kwindesktop.mo share/locale/pl/LC_MESSAGES/kcm_kwintabbox.mo share/locale/pl/LC_MESSAGES/kcm_memory.mo share/locale/pl/LC_MESSAGES/kcm_nepomuk.mo share/locale/pl/LC_MESSAGES/kcm_pci.mo share/locale/pl/LC_MESSAGES/kcm_phonon.mo share/locale/pl/LC_MESSAGES/kcm_platform.mo share/locale/pl/LC_MESSAGES/kcm_remotecontrol.mo share/locale/pl/LC_MESSAGES/kcm_solid.mo share/locale/pl/LC_MESSAGES/kcm_solid_actions.mo share/locale/pl/LC_MESSAGES/kcm_standard_actions.mo share/locale/pl/LC_MESSAGES/kcmaccess.mo share/locale/pl/LC_MESSAGES/kcmaudiocd.mo share/locale/pl/LC_MESSAGES/kcmbackground.mo share/locale/pl/LC_MESSAGES/kcmbell.mo share/locale/pl/LC_MESSAGES/kcmcddb.mo share/locale/pl/LC_MESSAGES/kcmcgi.mo share/locale/pl/LC_MESSAGES/kcmcolors.mo share/locale/pl/LC_MESSAGES/kcmcomponentchooser.mo share/locale/pl/LC_MESSAGES/kcmcrypto.mo share/locale/pl/LC_MESSAGES/kcmdevinfo.mo share/locale/pl/LC_MESSAGES/kcmfonts.mo share/locale/pl/LC_MESSAGES/kcmhtmlsearch.mo share/locale/pl/LC_MESSAGES/kcmicons.mo share/locale/pl/LC_MESSAGES/kcminfo.mo share/locale/pl/LC_MESSAGES/kcminit.mo share/locale/pl/LC_MESSAGES/kcminput.mo share/locale/pl/LC_MESSAGES/kcmkamera.mo share/locale/pl/LC_MESSAGES/kcmkclock.mo share/locale/pl/LC_MESSAGES/kcmkded.mo share/locale/pl/LC_MESSAGES/kcmkdnssd.mo share/locale/pl/LC_MESSAGES/kcmkeyboard.mo share/locale/pl/LC_MESSAGES/kcmkeys.mo share/locale/pl/LC_MESSAGES/kcmkgamma.mo share/locale/pl/LC_MESSAGES/kcmkio.mo share/locale/pl/LC_MESSAGES/kcmkonq.mo share/locale/pl/LC_MESSAGES/kcmkonqhtml.mo share/locale/pl/LC_MESSAGES/kcmkurifilt.mo share/locale/pl/LC_MESSAGES/kcmkwallet.mo share/locale/pl/LC_MESSAGES/kcmkwincompositing.mo share/locale/pl/LC_MESSAGES/kcmkwindecoration.mo share/locale/pl/LC_MESSAGES/kcmkwinrules.mo share/locale/pl/LC_MESSAGES/kcmkwinscreenedges.mo share/locale/pl/LC_MESSAGES/kcmkwm.mo share/locale/pl/LC_MESSAGES/kcmlaunch.mo share/locale/pl/LC_MESSAGES/kcmlocale.mo share/locale/pl/LC_MESSAGES/kcmnic.mo share/locale/pl/LC_MESSAGES/kcmnotify.mo share/locale/pl/LC_MESSAGES/kcmopengl.mo share/locale/pl/LC_MESSAGES/kcmperformance.mo share/locale/pl/LC_MESSAGES/kcmsamba.mo share/locale/pl/LC_MESSAGES/kcmscreensaver.mo share/locale/pl/LC_MESSAGES/kcmshell.mo share/locale/pl/LC_MESSAGES/kcmsmartcard.mo share/locale/pl/LC_MESSAGES/kcmsmserver.mo share/locale/pl/LC_MESSAGES/kcmstyle.mo share/locale/pl/LC_MESSAGES/kcmusb.mo share/locale/pl/LC_MESSAGES/kcmview1394.mo share/locale/pl/LC_MESSAGES/kcmworkspaceoptions.mo share/locale/pl/LC_MESSAGES/kcolorchooser.mo share/locale/pl/LC_MESSAGES/kcron.mo share/locale/pl/LC_MESSAGES/kde-menu.mo share/locale/pl/LC_MESSAGES/kdeasciiquarium.mo share/locale/pl/LC_MESSAGES/kdebugdialog.mo share/locale/pl/LC_MESSAGES/kdecalendarsystems.mo share/locale/pl/LC_MESSAGES/kdelibs4.mo share/locale/pl/LC_MESSAGES/kdelibs_colors4.mo share/locale/pl/LC_MESSAGES/kdepasswd.mo share/locale/pl/LC_MESSAGES/kdepim-runtime-qml.mo share/locale/pl/LC_MESSAGES/kdeqt.mo share/locale/pl/LC_MESSAGES/kdesu.mo share/locale/pl/LC_MESSAGES/kdesud.mo share/locale/pl/LC_MESSAGES/kdf.mo share/locale/pl/LC_MESSAGES/kdgantt2.mo share/locale/pl/LC_MESSAGES/kdialog.mo share/locale/pl/LC_MESSAGES/kdiamond.mo share/locale/pl/LC_MESSAGES/kdmconfig.mo share/locale/pl/LC_MESSAGES/kdmgreet.mo share/locale/pl/LC_MESSAGES/kdontchangethehostname.mo share/locale/pl/LC_MESSAGES/keditbookmarks.mo share/locale/pl/LC_MESSAGES/kfile.mo share/locale/pl/LC_MESSAGES/kfile_dds.mo share/locale/pl/LC_MESSAGES/kfile_drgeo.mo share/locale/pl/LC_MESSAGES/kfile_exr.mo share/locale/pl/LC_MESSAGES/kfile_kig.mo share/locale/pl/LC_MESSAGES/kfile_mail.mo share/locale/pl/LC_MESSAGES/kfile_pnm.mo share/locale/pl/LC_MESSAGES/kfile_raw.mo share/locale/pl/LC_MESSAGES/kfile_rgb.mo share/locale/pl/LC_MESSAGES/kfile_rpm.mo share/locale/pl/LC_MESSAGES/kfile_tiff.mo share/locale/pl/LC_MESSAGES/kfile_xps.mo share/locale/pl/LC_MESSAGES/kfileaudiopreview4.mo share/locale/pl/LC_MESSAGES/kfilereplace.mo share/locale/pl/LC_MESSAGES/kfileshare.mo share/locale/pl/LC_MESSAGES/kfindpart.mo share/locale/pl/LC_MESSAGES/kfloppy.mo share/locale/pl/LC_MESSAGES/kfmclient.mo share/locale/pl/LC_MESSAGES/kfontinst.mo share/locale/pl/LC_MESSAGES/kfourinline.mo share/locale/pl/LC_MESSAGES/kgeography.mo share/locale/pl/LC_MESSAGES/kget.mo share/locale/pl/LC_MESSAGES/kgetplugin.mo share/locale/pl/LC_MESSAGES/kglobalaccel.mo share/locale/pl/LC_MESSAGES/kgoldrunner.mo share/locale/pl/LC_MESSAGES/kgpg.mo share/locale/pl/LC_MESSAGES/kgreet_classic.mo share/locale/pl/LC_MESSAGES/kgreet_generic.mo share/locale/pl/LC_MESSAGES/kgreet_winbind.mo share/locale/pl/LC_MESSAGES/khangman.mo share/locale/pl/LC_MESSAGES/khelpcenter.mo share/locale/pl/LC_MESSAGES/khotkeys.mo share/locale/pl/LC_MESSAGES/khotnewstuff.mo share/locale/pl/LC_MESSAGES/khtmlkttsd.mo share/locale/pl/LC_MESSAGES/khtmlsettingsplugin.mo share/locale/pl/LC_MESSAGES/kiconfinder.mo share/locale/pl/LC_MESSAGES/kig.mo share/locale/pl/LC_MESSAGES/kigo.mo share/locale/pl/LC_MESSAGES/killbots.mo share/locale/pl/LC_MESSAGES/kimagemapeditor.mo -share/locale/pl/LC_MESSAGES/kinetd.mo share/locale/pl/LC_MESSAGES/kinfocenter.mo share/locale/pl/LC_MESSAGES/kio4.mo share/locale/pl/LC_MESSAGES/kio_activities.mo share/locale/pl/LC_MESSAGES/kio_akonadi.mo share/locale/pl/LC_MESSAGES/kio_applications.mo share/locale/pl/LC_MESSAGES/kio_archive.mo share/locale/pl/LC_MESSAGES/kio_audiocd.mo share/locale/pl/LC_MESSAGES/kio_bookmarks.mo share/locale/pl/LC_MESSAGES/kio_finger.mo share/locale/pl/LC_MESSAGES/kio_fish.mo share/locale/pl/LC_MESSAGES/kio_floppy.mo share/locale/pl/LC_MESSAGES/kio_help4.mo share/locale/pl/LC_MESSAGES/kio_imap4.mo share/locale/pl/LC_MESSAGES/kio_info.mo share/locale/pl/LC_MESSAGES/kio_jabberdisco.mo share/locale/pl/LC_MESSAGES/kio_ldap.mo share/locale/pl/LC_MESSAGES/kio_man.mo share/locale/pl/LC_MESSAGES/kio_mbox.mo share/locale/pl/LC_MESSAGES/kio_nepomuk.mo share/locale/pl/LC_MESSAGES/kio_nepomuksearch.mo share/locale/pl/LC_MESSAGES/kio_nfs.mo share/locale/pl/LC_MESSAGES/kio_nntp.mo share/locale/pl/LC_MESSAGES/kio_perldoc.mo share/locale/pl/LC_MESSAGES/kio_pop3.mo share/locale/pl/LC_MESSAGES/kio_recentdocuments.mo share/locale/pl/LC_MESSAGES/kio_remote.mo share/locale/pl/LC_MESSAGES/kio_sftp.mo share/locale/pl/LC_MESSAGES/kio_sieve.mo share/locale/pl/LC_MESSAGES/kio_smb.mo share/locale/pl/LC_MESSAGES/kio_smtp.mo share/locale/pl/LC_MESSAGES/kio_svn.mo share/locale/pl/LC_MESSAGES/kio_tags.mo share/locale/pl/LC_MESSAGES/kio_thumbnail.mo share/locale/pl/LC_MESSAGES/kio_timeline.mo share/locale/pl/LC_MESSAGES/kio_trash.mo share/locale/pl/LC_MESSAGES/kio_zeroconf.mo share/locale/pl/LC_MESSAGES/kioclient.mo share/locale/pl/LC_MESSAGES/kioexec.mo share/locale/pl/LC_MESSAGES/kipiplugin_kxmlhelloworld.mo share/locale/pl/LC_MESSAGES/kiriki.mo share/locale/pl/LC_MESSAGES/kiten.mo share/locale/pl/LC_MESSAGES/kjots.mo share/locale/pl/LC_MESSAGES/kjotsmigrator.mo share/locale/pl/LC_MESSAGES/kjumpingcube.mo share/locale/pl/LC_MESSAGES/kleopatra.mo share/locale/pl/LC_MESSAGES/klettres.mo share/locale/pl/LC_MESSAGES/klickety.mo share/locale/pl/LC_MESSAGES/klines.mo share/locale/pl/LC_MESSAGES/klinkstatus.mo share/locale/pl/LC_MESSAGES/klipper.mo share/locale/pl/LC_MESSAGES/klock.mo share/locale/pl/LC_MESSAGES/kmag.mo share/locale/pl/LC_MESSAGES/kmahjongg.mo share/locale/pl/LC_MESSAGES/kmail-migrator.mo share/locale/pl/LC_MESSAGES/kmail-mobile.mo share/locale/pl/LC_MESSAGES/kmail.mo share/locale/pl/LC_MESSAGES/kmailcvt.mo share/locale/pl/LC_MESSAGES/kmenuedit.mo share/locale/pl/LC_MESSAGES/kmimetypefinder.mo share/locale/pl/LC_MESSAGES/kmines.mo share/locale/pl/LC_MESSAGES/kmix.mo share/locale/pl/LC_MESSAGES/kmousetool.mo share/locale/pl/LC_MESSAGES/kmouth.mo share/locale/pl/LC_MESSAGES/kmplot.mo share/locale/pl/LC_MESSAGES/knetattach.mo share/locale/pl/LC_MESSAGES/knetwalk.mo share/locale/pl/LC_MESSAGES/knode.mo share/locale/pl/LC_MESSAGES/knotes.mo share/locale/pl/LC_MESSAGES/knotify4.mo share/locale/pl/LC_MESSAGES/kolf.mo share/locale/pl/LC_MESSAGES/kollision.mo share/locale/pl/LC_MESSAGES/kolourpaint.mo share/locale/pl/LC_MESSAGES/kommander.mo share/locale/pl/LC_MESSAGES/kompare.mo share/locale/pl/LC_MESSAGES/konqprofiles.mo share/locale/pl/LC_MESSAGES/konqueror.mo share/locale/pl/LC_MESSAGES/konquest.mo share/locale/pl/LC_MESSAGES/konsole.mo share/locale/pl/LC_MESSAGES/konsolekalendar.mo share/locale/pl/LC_MESSAGES/konsoleprofiles.mo share/locale/pl/LC_MESSAGES/kontact.mo share/locale/pl/LC_MESSAGES/kontactinterfaces.mo share/locale/pl/LC_MESSAGES/kopete.mo share/locale/pl/LC_MESSAGES/korganizer-mobile.mo share/locale/pl/LC_MESSAGES/korganizer.mo share/locale/pl/LC_MESSAGES/kpartloader.mo share/locale/pl/LC_MESSAGES/kpartsaver.mo share/locale/pl/LC_MESSAGES/kpasswdserver.mo share/locale/pl/LC_MESSAGES/kpat.mo share/locale/pl/LC_MESSAGES/kppp.mo share/locale/pl/LC_MESSAGES/kppplogview.mo share/locale/pl/LC_MESSAGES/kquitapp.mo share/locale/pl/LC_MESSAGES/krandr.mo share/locale/pl/LC_MESSAGES/krcdnotifieritem.mo share/locale/pl/LC_MESSAGES/krdb.mo share/locale/pl/LC_MESSAGES/krdc.mo share/locale/pl/LC_MESSAGES/kreadconfig.mo share/locale/pl/LC_MESSAGES/kremotecontroldaemon.mo share/locale/pl/LC_MESSAGES/kres-migrator.mo share/locale/pl/LC_MESSAGES/kres_blog.mo share/locale/pl/LC_MESSAGES/kres_remote.mo share/locale/pl/LC_MESSAGES/kresources_shared_akonadi.mo share/locale/pl/LC_MESSAGES/kreversi.mo share/locale/pl/LC_MESSAGES/krfb.mo share/locale/pl/LC_MESSAGES/kruler.mo share/locale/pl/LC_MESSAGES/krunner.mo share/locale/pl/LC_MESSAGES/ksaneplugin.mo share/locale/pl/LC_MESSAGES/kscd.mo share/locale/pl/LC_MESSAGES/kscreenlocker.mo share/locale/pl/LC_MESSAGES/kscreenlocker_greet.mo share/locale/pl/LC_MESSAGES/kscreensaver.mo share/locale/pl/LC_MESSAGES/ksendemail.mo share/locale/pl/LC_MESSAGES/ksgrd.mo share/locale/pl/LC_MESSAGES/kshellcmdplugin.mo share/locale/pl/LC_MESSAGES/kshisen.mo share/locale/pl/LC_MESSAGES/kshorturifilter.mo share/locale/pl/LC_MESSAGES/ksirk.mo share/locale/pl/LC_MESSAGES/ksirkskineditor.mo share/locale/pl/LC_MESSAGES/ksmserver.mo share/locale/pl/LC_MESSAGES/ksnapshot.mo share/locale/pl/LC_MESSAGES/kspaceduel.mo share/locale/pl/LC_MESSAGES/ksplashthemes.mo share/locale/pl/LC_MESSAGES/ksquares.mo share/locale/pl/LC_MESSAGES/kstars.mo share/locale/pl/LC_MESSAGES/kstart.mo share/locale/pl/LC_MESSAGES/kstartperf.mo share/locale/pl/LC_MESSAGES/kstyle_config.mo share/locale/pl/LC_MESSAGES/kstyle_phase_config.mo share/locale/pl/LC_MESSAGES/ksudoku.mo share/locale/pl/LC_MESSAGES/ksysguard.mo share/locale/pl/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/pl/LC_MESSAGES/ksystemlog.mo share/locale/pl/LC_MESSAGES/ksystraycmd.mo share/locale/pl/LC_MESSAGES/kteatime.mo share/locale/pl/LC_MESSAGES/ktesnippets_editor.mo share/locale/pl/LC_MESSAGES/ktexteditor_codesnippets_core.mo share/locale/pl/LC_MESSAGES/ktexteditor_plugins.mo share/locale/pl/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/pl/LC_MESSAGES/ktimer.mo share/locale/pl/LC_MESSAGES/ktimetracker.mo share/locale/pl/LC_MESSAGES/ktnef.mo share/locale/pl/LC_MESSAGES/ktouch.mo share/locale/pl/LC_MESSAGES/ktouchpadenabler.mo share/locale/pl/LC_MESSAGES/ktraderclient.mo share/locale/pl/LC_MESSAGES/ktron.mo share/locale/pl/LC_MESSAGES/ktuberling.mo share/locale/pl/LC_MESSAGES/kturtle.mo share/locale/pl/LC_MESSAGES/ktux.mo share/locale/pl/LC_MESSAGES/kubrick.mo share/locale/pl/LC_MESSAGES/kuiserver.mo share/locale/pl/LC_MESSAGES/kuiviewer.mo share/locale/pl/LC_MESSAGES/kurifilter.mo share/locale/pl/LC_MESSAGES/kuser.mo share/locale/pl/LC_MESSAGES/kwalletd.mo share/locale/pl/LC_MESSAGES/kwalletmanager.mo share/locale/pl/LC_MESSAGES/kwatchgnupg.mo share/locale/pl/LC_MESSAGES/kwin.mo share/locale/pl/LC_MESSAGES/kwin_art_clients.mo share/locale/pl/LC_MESSAGES/kwin_clients.mo share/locale/pl/LC_MESSAGES/kwin_effects.mo share/locale/pl/LC_MESSAGES/kwinshutdown.mo share/locale/pl/LC_MESSAGES/kwinstartmenu.mo share/locale/pl/LC_MESSAGES/kwordquiz.mo share/locale/pl/LC_MESSAGES/kwrite.mo share/locale/pl/LC_MESSAGES/kwriteconfig.mo share/locale/pl/LC_MESSAGES/kxkb.mo share/locale/pl/LC_MESSAGES/kxsconfig.mo share/locale/pl/LC_MESSAGES/lancelot.mo share/locale/pl/LC_MESSAGES/libakonadi-calendar.mo share/locale/pl/LC_MESSAGES/libakonadi-kmime.mo share/locale/pl/LC_MESSAGES/libakonadi.mo share/locale/pl/LC_MESSAGES/libeventviews.mo share/locale/pl/LC_MESSAGES/libincidenceeditors.mo share/locale/pl/LC_MESSAGES/libkalarmcal.mo share/locale/pl/LC_MESSAGES/libkasten.mo share/locale/pl/LC_MESSAGES/libkblog.mo share/locale/pl/LC_MESSAGES/libkcal.mo share/locale/pl/LC_MESSAGES/libkcalutils.mo share/locale/pl/LC_MESSAGES/libkcddb.mo share/locale/pl/LC_MESSAGES/libkcompactdisc.mo share/locale/pl/LC_MESSAGES/libkdcraw.mo share/locale/pl/LC_MESSAGES/libkdecorations.mo share/locale/pl/LC_MESSAGES/libkdeedu.mo share/locale/pl/LC_MESSAGES/libkdegames.mo share/locale/pl/LC_MESSAGES/libkdepim.mo share/locale/pl/LC_MESSAGES/libkdepimmobileui.mo share/locale/pl/LC_MESSAGES/libkexiv2.mo share/locale/pl/LC_MESSAGES/libkholidays.mo share/locale/pl/LC_MESSAGES/libkimap.mo share/locale/pl/LC_MESSAGES/libkipi.mo share/locale/pl/LC_MESSAGES/libkldap.mo share/locale/pl/LC_MESSAGES/libkleopatra.mo share/locale/pl/LC_MESSAGES/libkmahjongg.mo share/locale/pl/LC_MESSAGES/libkmime.mo share/locale/pl/LC_MESSAGES/libkonq.mo share/locale/pl/LC_MESSAGES/libkpgp.mo share/locale/pl/LC_MESSAGES/libkpimidentities.mo share/locale/pl/LC_MESSAGES/libkpimtextedit.mo share/locale/pl/LC_MESSAGES/libkpimutils.mo share/locale/pl/LC_MESSAGES/libkremotecontrol.mo share/locale/pl/LC_MESSAGES/libkresources.mo share/locale/pl/LC_MESSAGES/libksane.mo share/locale/pl/LC_MESSAGES/libkscreensaver.mo share/locale/pl/LC_MESSAGES/libksieve.mo share/locale/pl/LC_MESSAGES/libktnef.mo share/locale/pl/LC_MESSAGES/libkunitconversion.mo share/locale/pl/LC_MESSAGES/libkworkspace.mo share/locale/pl/LC_MESSAGES/libkxmlrpcclient.mo share/locale/pl/LC_MESSAGES/liblancelot-datamodels.mo share/locale/pl/LC_MESSAGES/libmailcommon.mo share/locale/pl/LC_MESSAGES/libmailimporter.mo share/locale/pl/LC_MESSAGES/libmailtransport.mo share/locale/pl/LC_MESSAGES/libmessagecomposer.mo share/locale/pl/LC_MESSAGES/libmessagecore.mo share/locale/pl/LC_MESSAGES/libmessagelist.mo share/locale/pl/LC_MESSAGES/libmessageviewer.mo share/locale/pl/LC_MESSAGES/liboktetacore.mo share/locale/pl/LC_MESSAGES/liboktetagui.mo share/locale/pl/LC_MESSAGES/liboktetakasten.mo share/locale/pl/LC_MESSAGES/liboxygenstyleconfig.mo share/locale/pl/LC_MESSAGES/libphonon.mo share/locale/pl/LC_MESSAGES/libpimcommon.mo share/locale/pl/LC_MESSAGES/libplasma.mo share/locale/pl/LC_MESSAGES/libplasma_groupingcontainment.mo share/locale/pl/LC_MESSAGES/libplasmaclock.mo share/locale/pl/LC_MESSAGES/libplasmaweather.mo share/locale/pl/LC_MESSAGES/libtaskmanager.mo share/locale/pl/LC_MESSAGES/libtemplateparser.mo share/locale/pl/LC_MESSAGES/lokalize.mo share/locale/pl/LC_MESSAGES/lskat.mo share/locale/pl/LC_MESSAGES/mailreader.mo share/locale/pl/LC_MESSAGES/marble.mo share/locale/pl/LC_MESSAGES/marble_qt.mo share/locale/pl/LC_MESSAGES/marble_xml_mimetypes.mo share/locale/pl/LC_MESSAGES/messageviewer_application_mstnef_plugin.mo share/locale/pl/LC_MESSAGES/messageviewer_text_calendar_plugin.mo share/locale/pl/LC_MESSAGES/messageviewer_text_vcard_plugin.mo share/locale/pl/LC_MESSAGES/messageviewer_text_xdiff_plugin.mo share/locale/pl/LC_MESSAGES/mf_konqplugin.mo share/locale/pl/LC_MESSAGES/minitoolsplugin.mo share/locale/pl/LC_MESSAGES/mplayerthumbs.mo share/locale/pl/LC_MESSAGES/mplayerthumbsconfig.mo share/locale/pl/LC_MESSAGES/nepomukbackup.mo share/locale/pl/LC_MESSAGES/nepomukcleaner.mo share/locale/pl/LC_MESSAGES/nepomukcontroller.mo share/locale/pl/LC_MESSAGES/nepomukfileindexer.mo +share/locale/pl/LC_MESSAGES/nepomukpimindexerutility.mo share/locale/pl/LC_MESSAGES/nepomukqueryservice.mo share/locale/pl/LC_MESSAGES/nepomukserver.mo share/locale/pl/LC_MESSAGES/nepomukservicestub.mo share/locale/pl/LC_MESSAGES/nepomukstorage.mo share/locale/pl/LC_MESSAGES/nepomukwidgets.mo share/locale/pl/LC_MESSAGES/newmailnotifieragent.mo share/locale/pl/LC_MESSAGES/notes-mobile.mo share/locale/pl/LC_MESSAGES/nsplugin.mo share/locale/pl/LC_MESSAGES/okteta-mobile.mo share/locale/pl/LC_MESSAGES/okteta.mo share/locale/pl/LC_MESSAGES/oktetapart.mo share/locale/pl/LC_MESSAGES/okular.mo share/locale/pl/LC_MESSAGES/okular_chm.mo share/locale/pl/LC_MESSAGES/okular_comicbook.mo share/locale/pl/LC_MESSAGES/okular_djvu.mo share/locale/pl/LC_MESSAGES/okular_dvi.mo share/locale/pl/LC_MESSAGES/okular_epub.mo share/locale/pl/LC_MESSAGES/okular_fax.mo share/locale/pl/LC_MESSAGES/okular_fictionbook.mo share/locale/pl/LC_MESSAGES/okular_ghostview.mo share/locale/pl/LC_MESSAGES/okular_kimgio.mo share/locale/pl/LC_MESSAGES/okular_mobi.mo share/locale/pl/LC_MESSAGES/okular_ooo.mo share/locale/pl/LC_MESSAGES/okular_plucker.mo share/locale/pl/LC_MESSAGES/okular_poppler.mo share/locale/pl/LC_MESSAGES/okular_tiff.mo share/locale/pl/LC_MESSAGES/okular_xps.mo share/locale/pl/LC_MESSAGES/org.kde.active.documentviewer.mo share/locale/pl/LC_MESSAGES/pairs.mo share/locale/pl/LC_MESSAGES/pairseditor.mo share/locale/pl/LC_MESSAGES/palapeli.mo share/locale/pl/LC_MESSAGES/parley.mo share/locale/pl/LC_MESSAGES/phonon_gstreamer.mo share/locale/pl/LC_MESSAGES/phonon_kde.mo share/locale/pl/LC_MESSAGES/phonon_vlc.mo share/locale/pl/LC_MESSAGES/phononserver.mo share/locale/pl/LC_MESSAGES/picmi.mo share/locale/pl/LC_MESSAGES/pimsettingexporter.mo share/locale/pl/LC_MESSAGES/plasma-desktop.mo share/locale/pl/LC_MESSAGES/plasma-netbook.mo share/locale/pl/LC_MESSAGES/plasma-overlay.mo share/locale/pl/LC_MESSAGES/plasma-remote-helper.mo share/locale/pl/LC_MESSAGES/plasma-windowed.mo share/locale/pl/LC_MESSAGES/plasma_applet_BbalL.mo share/locale/pl/LC_MESSAGES/plasma_applet_CharSelectApplet.mo share/locale/pl/LC_MESSAGES/plasma_applet_Molmasscalculator.mo share/locale/pl/LC_MESSAGES/plasma_applet_akonotes_note.mo share/locale/pl/LC_MESSAGES/plasma_applet_battery.mo share/locale/pl/LC_MESSAGES/plasma_applet_binaryclock.mo share/locale/pl/LC_MESSAGES/plasma_applet_bookmarks.mo share/locale/pl/LC_MESSAGES/plasma_applet_bubblemon.mo share/locale/pl/LC_MESSAGES/plasma_applet_calculator.mo share/locale/pl/LC_MESSAGES/plasma_applet_clock.mo share/locale/pl/LC_MESSAGES/plasma_applet_comic.mo share/locale/pl/LC_MESSAGES/plasma_applet_concentrationCalculator.mo share/locale/pl/LC_MESSAGES/plasma_applet_currentappcontrol.mo share/locale/pl/LC_MESSAGES/plasma_applet_dig_clock.mo share/locale/pl/LC_MESSAGES/plasma_applet_fifteenPuzzle.mo share/locale/pl/LC_MESSAGES/plasma_applet_fileWatcher.mo share/locale/pl/LC_MESSAGES/plasma_applet_folderview.mo share/locale/pl/LC_MESSAGES/plasma_applet_frame.mo share/locale/pl/LC_MESSAGES/plasma_applet_fuzzy_clock.mo share/locale/pl/LC_MESSAGES/plasma_applet_gasCalculator.mo share/locale/pl/LC_MESSAGES/plasma_applet_groupingpanel.mo share/locale/pl/LC_MESSAGES/plasma_applet_icon.mo share/locale/pl/LC_MESSAGES/plasma_applet_icontasks.mo share/locale/pl/LC_MESSAGES/plasma_applet_incomingmsg.mo share/locale/pl/LC_MESSAGES/plasma_applet_kalgebra.mo share/locale/pl/LC_MESSAGES/plasma_applet_kalzium.mo share/locale/pl/LC_MESSAGES/plasma_applet_katesession.mo share/locale/pl/LC_MESSAGES/plasma_applet_kdeobservatory.mo share/locale/pl/LC_MESSAGES/plasma_applet_kget.mo share/locale/pl/LC_MESSAGES/plasma_applet_kimpanel.mo share/locale/pl/LC_MESSAGES/plasma_applet_knowledgebase.mo share/locale/pl/LC_MESSAGES/plasma_applet_kolourpicker.mo share/locale/pl/LC_MESSAGES/plasma_applet_kpapplet.mo share/locale/pl/LC_MESSAGES/plasma_applet_launcher.mo share/locale/pl/LC_MESSAGES/plasma_applet_leavenote.mo share/locale/pl/LC_MESSAGES/plasma_applet_life.mo share/locale/pl/LC_MESSAGES/plasma_applet_lockout.mo share/locale/pl/LC_MESSAGES/plasma_applet_luna.mo share/locale/pl/LC_MESSAGES/plasma_applet_magnifique.mo share/locale/pl/LC_MESSAGES/plasma_applet_microblog.mo share/locale/pl/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/pl/LC_MESSAGES/plasma_applet_news.mo share/locale/pl/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/pl/LC_MESSAGES/plasma_applet_notes.mo share/locale/pl/LC_MESSAGES/plasma_applet_notifier.mo share/locale/pl/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/pl/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/pl/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/pl/LC_MESSAGES/plasma_applet_opendesktop_activities.mo share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.notifications.mo share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/pl/LC_MESSAGES/plasma_applet_pager.mo share/locale/pl/LC_MESSAGES/plasma_applet_panel.mo share/locale/pl/LC_MESSAGES/plasma_applet_panelspacer_internal.mo share/locale/pl/LC_MESSAGES/plasma_applet_paste.mo share/locale/pl/LC_MESSAGES/plasma_applet_pastebin.mo share/locale/pl/LC_MESSAGES/plasma_applet_plasmaboard.mo share/locale/pl/LC_MESSAGES/plasma_applet_previewer.mo share/locale/pl/LC_MESSAGES/plasma_applet_printmanager.mo share/locale/pl/LC_MESSAGES/plasma_applet_qalculate.mo share/locale/pl/LC_MESSAGES/plasma_applet_qstardict.mo share/locale/pl/LC_MESSAGES/plasma_applet_quicklaunch.mo share/locale/pl/LC_MESSAGES/plasma_applet_rssnow.mo share/locale/pl/LC_MESSAGES/plasma_applet_rtm.mo share/locale/pl/LC_MESSAGES/plasma_applet_sal.mo share/locale/pl/LC_MESSAGES/plasma_applet_saverdesktop.mo share/locale/pl/LC_MESSAGES/plasma_applet_searchbox.mo share/locale/pl/LC_MESSAGES/plasma_applet_showdashboard.mo share/locale/pl/LC_MESSAGES/plasma_applet_showdesktop.mo share/locale/pl/LC_MESSAGES/plasma_applet_skapplet.mo share/locale/pl/LC_MESSAGES/plasma_applet_spellcheck.mo share/locale/pl/LC_MESSAGES/plasma_applet_system-monitor.mo share/locale/pl/LC_MESSAGES/plasma_applet_systemloadviewer.mo share/locale/pl/LC_MESSAGES/plasma_applet_systemtray.mo share/locale/pl/LC_MESSAGES/plasma_applet_tasks.mo share/locale/pl/LC_MESSAGES/plasma_applet_timer.mo share/locale/pl/LC_MESSAGES/plasma_applet_trash.mo share/locale/pl/LC_MESSAGES/plasma_applet_unitconverter.mo share/locale/pl/LC_MESSAGES/plasma_applet_weather.mo share/locale/pl/LC_MESSAGES/plasma_applet_weatherstation.mo share/locale/pl/LC_MESSAGES/plasma_applet_webbrowser.mo share/locale/pl/LC_MESSAGES/plasma_applet_webslice.mo share/locale/pl/LC_MESSAGES/plasma_applet_windowlist.mo share/locale/pl/LC_MESSAGES/plasma_appletscriptengine_dashboard.mo share/locale/pl/LC_MESSAGES/plasma_containmentactions_contextmenu.mo share/locale/pl/LC_MESSAGES/plasma_containmentactions_switchactivity.mo share/locale/pl/LC_MESSAGES/plasma_containmentactions_switchdesktop.mo share/locale/pl/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/pl/LC_MESSAGES/plasma_engine_calendar.mo share/locale/pl/LC_MESSAGES/plasma_engine_kalzium.mo share/locale/pl/LC_MESSAGES/plasma_engine_kdeobservatory.mo share/locale/pl/LC_MESSAGES/plasma_engine_keystate.mo share/locale/pl/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/pl/LC_MESSAGES/plasma_engine_metadata.mo share/locale/pl/LC_MESSAGES/plasma_engine_mpris2.mo share/locale/pl/LC_MESSAGES/plasma_engine_network.mo share/locale/pl/LC_MESSAGES/plasma_engine_notifications.mo share/locale/pl/LC_MESSAGES/plasma_engine_nowplaying.mo share/locale/pl/LC_MESSAGES/plasma_engine_rss.mo share/locale/pl/LC_MESSAGES/plasma_engine_share.mo share/locale/pl/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/pl/LC_MESSAGES/plasma_engine_weather.mo share/locale/pl/LC_MESSAGES/plasma_package_org.kde.desktop.activitymanager.mo share/locale/pl/LC_MESSAGES/plasma_package_org.kde.desktop.widgetexplorer.mo share/locale/pl/LC_MESSAGES/plasma_packagestructure_comic.mo share/locale/pl/LC_MESSAGES/plasma_runner_CharacterRunner.mo share/locale/pl/LC_MESSAGES/plasma_runner_activities.mo share/locale/pl/LC_MESSAGES/plasma_runner_audioplayercontrol.mo share/locale/pl/LC_MESSAGES/plasma_runner_bookmarksrunner.mo share/locale/pl/LC_MESSAGES/plasma_runner_browserhistory.mo share/locale/pl/LC_MESSAGES/plasma_runner_calculatorrunner.mo share/locale/pl/LC_MESSAGES/plasma_runner_contacts.mo share/locale/pl/LC_MESSAGES/plasma_runner_converterrunner.mo share/locale/pl/LC_MESSAGES/plasma_runner_datetime.mo share/locale/pl/LC_MESSAGES/plasma_runner_events.mo share/locale/pl/LC_MESSAGES/plasma_runner_katesessions.mo share/locale/pl/LC_MESSAGES/plasma_runner_kget.mo share/locale/pl/LC_MESSAGES/plasma_runner_kill.mo share/locale/pl/LC_MESSAGES/plasma_runner_konquerorsessions.mo share/locale/pl/LC_MESSAGES/plasma_runner_konsolesessions.mo share/locale/pl/LC_MESSAGES/plasma_runner_kopete.mo share/locale/pl/LC_MESSAGES/plasma_runner_krunner_dictionary.mo share/locale/pl/LC_MESSAGES/plasma_runner_locations.mo share/locale/pl/LC_MESSAGES/plasma_runner_marblerunner.mo share/locale/pl/LC_MESSAGES/plasma_runner_mediawiki.mo share/locale/pl/LC_MESSAGES/plasma_runner_nepomuksearchrunner.mo share/locale/pl/LC_MESSAGES/plasma_runner_placesrunner.mo share/locale/pl/LC_MESSAGES/plasma_runner_plasma-desktop.mo share/locale/pl/LC_MESSAGES/plasma_runner_powerdevil.mo share/locale/pl/LC_MESSAGES/plasma_runner_recentdocuments.mo share/locale/pl/LC_MESSAGES/plasma_runner_services.mo share/locale/pl/LC_MESSAGES/plasma_runner_sessions.mo share/locale/pl/LC_MESSAGES/plasma_runner_shell.mo share/locale/pl/LC_MESSAGES/plasma_runner_solid.mo share/locale/pl/LC_MESSAGES/plasma_runner_spellcheckrunner.mo share/locale/pl/LC_MESSAGES/plasma_runner_webshortcuts.mo share/locale/pl/LC_MESSAGES/plasma_runner_windowedwidgets.mo share/locale/pl/LC_MESSAGES/plasma_runner_windows.mo share/locale/pl/LC_MESSAGES/plasma_runner_youtube.mo share/locale/pl/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/pl/LC_MESSAGES/plasma_toolbox_desktoptoolbox.mo share/locale/pl/LC_MESSAGES/plasma_toolbox_paneltoolbox.mo share/locale/pl/LC_MESSAGES/plasma_wallpaper_color.mo share/locale/pl/LC_MESSAGES/plasma_wallpaper_image.mo share/locale/pl/LC_MESSAGES/plasma_wallpaper_mandelbrot.mo share/locale/pl/LC_MESSAGES/plasma_wallpaper_marble.mo share/locale/pl/LC_MESSAGES/plasma_wallpaper_pattern.mo share/locale/pl/LC_MESSAGES/plasma_wallpaper_potd.mo share/locale/pl/LC_MESSAGES/plasma_wallpaper_virus.mo share/locale/pl/LC_MESSAGES/plasma_wallpaper_wallpaper-qml.mo share/locale/pl/LC_MESSAGES/plasma_wallpaper_weather.mo share/locale/pl/LC_MESSAGES/plasmagenericshell.mo share/locale/pl/LC_MESSAGES/plasmapkg.mo share/locale/pl/LC_MESSAGES/pothumbnail.mo share/locale/pl/LC_MESSAGES/powerdevil.mo share/locale/pl/LC_MESSAGES/powerdevilactivitiesconfig.mo share/locale/pl/LC_MESSAGES/powerdevilglobalconfig.mo share/locale/pl/LC_MESSAGES/powerdevilprofilesconfig.mo share/locale/pl/LC_MESSAGES/print-manager.mo share/locale/pl/LC_MESSAGES/processcore.mo share/locale/pl/LC_MESSAGES/processui.mo share/locale/pl/LC_MESSAGES/randrmonitor.mo share/locale/pl/LC_MESSAGES/rellinks.mo share/locale/pl/LC_MESSAGES/rocs.mo share/locale/pl/LC_MESSAGES/rocscore.mo share/locale/pl/LC_MESSAGES/rocsvisualeditor.mo share/locale/pl/LC_MESSAGES/searchbarplugin.mo share/locale/pl/LC_MESSAGES/solid-hardware.mo share/locale/pl/LC_MESSAGES/solid-network.mo share/locale/pl/LC_MESSAGES/solid_qt.mo share/locale/pl/LC_MESSAGES/solidcontrol.mo share/locale/pl/LC_MESSAGES/soliduiserver.mo share/locale/pl/LC_MESSAGES/step.mo share/locale/pl/LC_MESSAGES/step_qt.mo share/locale/pl/LC_MESSAGES/strigila_diff.mo share/locale/pl/LC_MESSAGES/superkaramba.mo share/locale/pl/LC_MESSAGES/svgpart.mo share/locale/pl/LC_MESSAGES/sweeper.mo share/locale/pl/LC_MESSAGES/systemsettings.mo share/locale/pl/LC_MESSAGES/tasks-mobile.mo share/locale/pl/LC_MESSAGES/timezones4.mo share/locale/pl/LC_MESSAGES/uachangerplugin.mo share/locale/pl/LC_MESSAGES/umbrello.mo share/locale/pl/LC_MESSAGES/useraccount.mo share/locale/pl/LC_MESSAGES/validatorsplugin.mo share/locale/pl/LC_MESSAGES/webarchiver.mo share/locale/pl/LC_MESSAGES/xml_mimetypes.mo share/locale/pl/LC_SCRIPTS/kgeography/general.pmap share/locale/pl/LC_SCRIPTS/kgeography/kgeography.js share/locale/pl/entry.desktop @dirrm share/locale/pl/LC_SCRIPTS/kgeography @dirrm share/locale/pl/LC_SCRIPTS @dirrm share/doc/HTML/pl/systemsettings @dirrm share/doc/HTML/pl/plasma-desktop @dirrm share/doc/HTML/pl/parley @dirrm share/doc/HTML/pl/okular @dirrm share/doc/HTML/pl/kwrite @dirrm share/doc/HTML/pl/kwordquiz @dirrm share/doc/HTML/pl/kwallet @dirrm share/doc/HTML/pl/ktuberling @dirrm share/doc/HTML/pl/ktouch @dirrm share/doc/HTML/pl/kteatime @dirrm share/doc/HTML/pl/ksysguard @dirrm share/doc/HTML/pl/kstars @dirrm share/doc/HTML/pl/ksnapshot @dirrm share/doc/HTML/pl/kshisen @dirrm share/doc/HTML/pl/kruler @dirrm share/doc/HTML/pl/kreversi @dirrm share/doc/HTML/pl/krdc @dirrm share/doc/HTML/pl/kppp @dirrm share/doc/HTML/pl/kpat @dirrm share/doc/HTML/pl/kopete @dirrm share/doc/HTML/pl/konsole @dirrm share/doc/HTML/pl/konquest @dirrm share/doc/HTML/pl/konqueror @dirrm share/doc/HTML/pl/kolourpaint @dirrm share/doc/HTML/pl/kollision @dirrm share/doc/HTML/pl/knetwalk @dirrm share/doc/HTML/pl/knetattach @dirrm share/doc/HTML/pl/kmplot @dirrm share/doc/HTML/pl/kmines @dirrm share/doc/HTML/pl/kmenuedit @dirrm share/doc/HTML/pl/kmahjongg @dirrm share/doc/HTML/pl/klipper @dirrm share/doc/HTML/pl/klinkstatus @dirrm share/doc/HTML/pl/klines @dirrm share/doc/HTML/pl/klettres @dirrm share/doc/HTML/pl/kjumpingcube @dirrm share/doc/HTML/pl/kiten @dirrm share/doc/HTML/pl/kiriki @dirrm share/doc/HTML/pl/kioslave/xz @dirrm share/doc/HTML/pl/kioslave/webdav @dirrm share/doc/HTML/pl/kioslave/thumbnail @dirrm share/doc/HTML/pl/kioslave/telnet @dirrm share/doc/HTML/pl/kioslave/tar @dirrm share/doc/HTML/pl/kioslave/smtp @dirrm share/doc/HTML/pl/kioslave/sftp @dirrm share/doc/HTML/pl/kioslave/rlogin @dirrm share/doc/HTML/pl/kioslave/pop3 @dirrm share/doc/HTML/pl/kioslave/nntp @dirrm share/doc/HTML/pl/kioslave/nfs @dirrm share/doc/HTML/pl/kioslave/news @dirrm share/doc/HTML/pl/kioslave/network @dirrm share/doc/HTML/pl/kioslave/man @dirrm share/doc/HTML/pl/kioslave/mailto @dirrm share/doc/HTML/pl/kioslave/ldap @dirrm share/doc/HTML/pl/kioslave/info @dirrm share/doc/HTML/pl/kioslave/http @dirrm share/doc/HTML/pl/kioslave/help @dirrm share/doc/HTML/pl/kioslave/gzip @dirrm share/doc/HTML/pl/kioslave/ftp @dirrm share/doc/HTML/pl/kioslave/floppy @dirrm share/doc/HTML/pl/kioslave/fish @dirrm share/doc/HTML/pl/kioslave/finger @dirrm share/doc/HTML/pl/kioslave/file @dirrm share/doc/HTML/pl/kioslave/data @dirrm share/doc/HTML/pl/kioslave/cgi @dirrm share/doc/HTML/pl/kioslave/bzip2 @dirrm share/doc/HTML/pl/kioslave/bookmarks @dirrm share/doc/HTML/pl/kioslave/audiocd @dirrm share/doc/HTML/pl/kioslave @dirrm share/doc/HTML/pl/kinfocenter @dirrm share/doc/HTML/pl/kimagemapeditor @dirrm share/doc/HTML/pl/killbots @dirrm share/doc/HTML/pl/khelpcenter/glossary @dirrm share/doc/HTML/pl/khelpcenter @dirrm share/doc/HTML/pl/kget @dirrm share/doc/HTML/pl/kgeography @dirrm share/doc/HTML/pl/kfourinline @dirrm share/doc/HTML/pl/kfind @dirrm share/doc/HTML/pl/kdm @dirrm share/doc/HTML/pl/kdiamond @dirrm share/doc/HTML/pl/kdesu @dirrm share/doc/HTML/pl/kdepasswd @dirrm share/doc/HTML/pl/kdebugdialog @dirrm share/doc/HTML/pl/kcontrol/windowspecific @dirrm share/doc/HTML/pl/kcontrol/windowbehaviour @dirrm share/doc/HTML/pl/kcontrol/useragent @dirrm share/doc/HTML/pl/kcontrol/trash @dirrm share/doc/HTML/pl/kcontrol/splashscreen @dirrm share/doc/HTML/pl/kcontrol/solid-device-automounter @dirrm share/doc/HTML/pl/kcontrol/smb @dirrm share/doc/HTML/pl/kcontrol/screensaver @dirrm share/doc/HTML/pl/kcontrol/phonon @dirrm share/doc/HTML/pl/kcontrol/performance @dirrm share/doc/HTML/pl/kcontrol/paths @dirrm share/doc/HTML/pl/kcontrol/netpref @dirrm share/doc/HTML/pl/kcontrol/nepomuk @dirrm share/doc/HTML/pl/kcontrol/mouse @dirrm share/doc/HTML/pl/kcontrol/language @dirrm share/doc/HTML/pl/kcontrol/kwinscreenedges @dirrm share/doc/HTML/pl/kcontrol/kwindecoration @dirrm share/doc/HTML/pl/kcontrol/kwincompositing @dirrm share/doc/HTML/pl/kcontrol/khtml-plugins @dirrm share/doc/HTML/pl/kcontrol/khtml-java-js @dirrm share/doc/HTML/pl/kcontrol/khtml-general @dirrm share/doc/HTML/pl/kcontrol/khtml-behavior @dirrm share/doc/HTML/pl/kcontrol/khtml-adblock @dirrm share/doc/HTML/pl/kcontrol/kgamma @dirrm share/doc/HTML/pl/kcontrol/keyboard @dirrm share/doc/HTML/pl/kcontrol/kded @dirrm share/doc/HTML/pl/kcontrol/kcmsmserver @dirrm share/doc/HTML/pl/kcontrol/kcmnotify @dirrm share/doc/HTML/pl/kcontrol/kcmlaunch @dirrm share/doc/HTML/pl/kcontrol/kcmcss @dirrm share/doc/HTML/pl/kcontrol/kcmcgi @dirrm share/doc/HTML/pl/kcontrol/kcmaccess @dirrm share/doc/HTML/pl/kcontrol/kamera @dirrm share/doc/HTML/pl/kcontrol/joystick @dirrm share/doc/HTML/pl/kcontrol/history @dirrm share/doc/HTML/pl/kcontrol/fonts @dirrm share/doc/HTML/pl/kcontrol/fontinst @dirrm share/doc/HTML/pl/kcontrol/emoticons @dirrm share/doc/HTML/pl/kcontrol/ebrowsing @dirrm share/doc/HTML/pl/kcontrol/desktopthemedetails @dirrm share/doc/HTML/pl/kcontrol/cookies @dirrm share/doc/HTML/pl/kcontrol/componentchooser @dirrm share/doc/HTML/pl/kcontrol/clock @dirrm share/doc/HTML/pl/kcontrol/cache @dirrm share/doc/HTML/pl/kcontrol/bookmarks @dirrm share/doc/HTML/pl/kcontrol/blockdevices @dirrm share/doc/HTML/pl/kcontrol/bell @dirrm share/doc/HTML/pl/kcontrol/autostart @dirrm share/doc/HTML/pl/kcontrol @dirrm share/doc/HTML/pl/kbruch @dirrm share/doc/HTML/pl/kbreakout @dirrm share/doc/HTML/pl/kbounce @dirrm share/doc/HTML/pl/kblocks @dirrm share/doc/HTML/pl/kblackbox @dirrm share/doc/HTML/pl/kbattleship @dirrm share/doc/HTML/pl/kapman @dirrm share/doc/HTML/pl/kanagram @dirrm share/doc/HTML/pl/kalzium @dirrm share/doc/HTML/pl/juk @dirrm share/doc/HTML/pl/dragonplayer @dirrm share/doc/HTML/pl/dolphin @dirrm share/doc/HTML/pl/common @dirrm share/doc/HTML/pl/bovo @dirrm share/doc/HTML/pl/bomber @dirrm share/doc/HTML/pl/blinken @dirrm share/doc/HTML/pl/ark @dirrm share/doc/HTML/pl/amor @dirrm share/doc/HTML/pl/PolicyKit-kde @dirrm share/apps/kvtml/pl @dirrm share/apps/kvtml @dirrm share/apps/khangman @dirrmtry man/pl/man8 @dirrmtry man/pl/man6 @dirrmtry man/pl/man1 @dirrmtry man/pl Index: head/portuguese/kde4-l10n/distinfo =================================================================== --- head/portuguese/kde4-l10n/distinfo (revision 318451) +++ head/portuguese/kde4-l10n/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/kde-l10n/kde-l10n-pt-4.10.1.tar.xz) = 38aa1cd30af14a1cd4a6c82087d01094337b3f45a73a8611c6312ac72529fa57 -SIZE (KDE/4.10.1/kde-l10n/kde-l10n-pt-4.10.1.tar.xz) = 5817332 +SHA256 (KDE/4.10.3/kde-l10n/kde-l10n-pt-4.10.3.tar.xz) = 759315dfbd16fb0bc52a6da2fe70624d36bb58f5b3c36ad6d3dba11d1ada966c +SIZE (KDE/4.10.3/kde-l10n/kde-l10n-pt-4.10.3.tar.xz) = 5832396 Index: head/portuguese/kde4-l10n/pkg-plist =================================================================== --- head/portuguese/kde4-l10n/pkg-plist (revision 318451) +++ head/portuguese/kde4-l10n/pkg-plist (revision 318452) @@ -1,1995 +1,1994 @@ share/apps/khangman/pt.txt share/apps/ktuberling/sounds/pt.soundtheme share/apps/ktuberling/sounds/pt/bigode.wav share/apps/ktuberling/sounds/pt/boca.wav share/apps/ktuberling/sounds/pt/brincos.wav share/apps/ktuberling/sounds/pt/cabelo.wav share/apps/ktuberling/sounds/pt/chapeu.wav share/apps/ktuberling/sounds/pt/gravata.wav share/apps/ktuberling/sounds/pt/laco.wav share/apps/ktuberling/sounds/pt/nariz.wav share/apps/ktuberling/sounds/pt/oculos-de-sol.wav share/apps/ktuberling/sounds/pt/oculos.wav share/apps/ktuberling/sounds/pt/olho.wav share/apps/ktuberling/sounds/pt/orelha.wav share/apps/ktuberling/sounds/pt/sobrancelha.wav share/apps/kvtml/pt/animals.kvtml share/apps/kvtml/pt/easy.kvtml share/apps/kvtml/pt/hard.kvtml share/apps/kvtml/pt/medium.kvtml share/doc/HTML/pt/PolicyKit-kde/authorization.docbook share/doc/HTML/pt/PolicyKit-kde/authorizationagent.docbook share/doc/HTML/pt/PolicyKit-kde/common share/doc/HTML/pt/PolicyKit-kde/howitworks.docbook share/doc/HTML/pt/PolicyKit-kde/index.cache.bz2 share/doc/HTML/pt/PolicyKit-kde/index.docbook share/doc/HTML/pt/PolicyKit-kde/introduction.docbook share/doc/HTML/pt/akregator/common share/doc/HTML/pt/akregator/index.cache.bz2 share/doc/HTML/pt/akregator/index.docbook share/doc/HTML/pt/amor/common share/doc/HTML/pt/amor/index.cache.bz2 share/doc/HTML/pt/amor/index.docbook share/doc/HTML/pt/amor/man-amor.6.docbook share/doc/HTML/pt/ark/common share/doc/HTML/pt/ark/index.cache.bz2 share/doc/HTML/pt/ark/index.docbook share/doc/HTML/pt/ark/man-ark.1.docbook share/doc/HTML/pt/blinken/common share/doc/HTML/pt/blinken/index.cache.bz2 share/doc/HTML/pt/blinken/index.docbook share/doc/HTML/pt/blogilo/common share/doc/HTML/pt/blogilo/index.cache.bz2 share/doc/HTML/pt/blogilo/index.docbook share/doc/HTML/pt/bomber/common share/doc/HTML/pt/bomber/index.cache.bz2 share/doc/HTML/pt/bomber/index.docbook share/doc/HTML/pt/bovo/common share/doc/HTML/pt/bovo/index.cache.bz2 share/doc/HTML/pt/bovo/index.docbook share/doc/HTML/pt/cantor/common share/doc/HTML/pt/cantor/index.cache.bz2 share/doc/HTML/pt/cantor/index.docbook share/doc/HTML/pt/cervisia/common share/doc/HTML/pt/cervisia/index.cache.bz2 share/doc/HTML/pt/cervisia/index.docbook share/doc/HTML/pt/common/fdl-translated.html share/doc/HTML/pt/common/gpl-translated.html share/doc/HTML/pt/common/kde-localised.css share/doc/HTML/pt/common/lgpl-translated.html share/doc/HTML/pt/dolphin/common share/doc/HTML/pt/dolphin/index.cache.bz2 share/doc/HTML/pt/dolphin/index.docbook share/doc/HTML/pt/dragonplayer/common share/doc/HTML/pt/dragonplayer/index.cache.bz2 share/doc/HTML/pt/dragonplayer/index.docbook share/doc/HTML/pt/dragonplayer/man-dragon.1.docbook share/doc/HTML/pt/filelight/common share/doc/HTML/pt/filelight/index.cache.bz2 share/doc/HTML/pt/filelight/index.docbook share/doc/HTML/pt/fundamentals/common share/doc/HTML/pt/fundamentals/config.docbook share/doc/HTML/pt/fundamentals/index.cache.bz2 share/doc/HTML/pt/fundamentals/index.docbook share/doc/HTML/pt/fundamentals/install.docbook share/doc/HTML/pt/fundamentals/tasks.docbook share/doc/HTML/pt/fundamentals/ui.docbook share/doc/HTML/pt/granatier/common share/doc/HTML/pt/granatier/index.cache.bz2 share/doc/HTML/pt/granatier/index.docbook share/doc/HTML/pt/gwenview/common share/doc/HTML/pt/gwenview/index.cache.bz2 share/doc/HTML/pt/gwenview/index.docbook share/doc/HTML/pt/jovie/common share/doc/HTML/pt/jovie/index.cache.bz2 share/doc/HTML/pt/jovie/index.docbook share/doc/HTML/pt/juk/common share/doc/HTML/pt/juk/index.cache.bz2 share/doc/HTML/pt/juk/index.docbook share/doc/HTML/pt/kabcclient/common share/doc/HTML/pt/kabcclient/index.cache.bz2 share/doc/HTML/pt/kabcclient/index.docbook share/doc/HTML/pt/kabcclient/man-kabcclient.1.docbook share/doc/HTML/pt/kajongg/common share/doc/HTML/pt/kajongg/index.cache.bz2 share/doc/HTML/pt/kajongg/index.docbook share/doc/HTML/pt/kalarm/common share/doc/HTML/pt/kalarm/index.cache.bz2 share/doc/HTML/pt/kalarm/index.docbook share/doc/HTML/pt/kalgebra/commands.docbook share/doc/HTML/pt/kalgebra/common share/doc/HTML/pt/kalgebra/index.cache.bz2 share/doc/HTML/pt/kalgebra/index.docbook share/doc/HTML/pt/kalzium/common share/doc/HTML/pt/kalzium/index.cache.bz2 share/doc/HTML/pt/kalzium/index.docbook share/doc/HTML/pt/kalzium/man-kalzium.1.docbook share/doc/HTML/pt/kanagram/common share/doc/HTML/pt/kanagram/index.cache.bz2 share/doc/HTML/pt/kanagram/index.docbook share/doc/HTML/pt/kapman/common share/doc/HTML/pt/kapman/index.cache.bz2 share/doc/HTML/pt/kapman/index.docbook share/doc/HTML/pt/kapptemplate/common share/doc/HTML/pt/kapptemplate/index.cache.bz2 share/doc/HTML/pt/kapptemplate/index.docbook share/doc/HTML/pt/kate/advanced.docbook share/doc/HTML/pt/kate/common share/doc/HTML/pt/kate/configuring-part.docbook share/doc/HTML/pt/kate/configuring.docbook share/doc/HTML/pt/kate/fundamentals.docbook share/doc/HTML/pt/kate/highlighting.docbook share/doc/HTML/pt/kate/index.cache.bz2 share/doc/HTML/pt/kate/index.docbook share/doc/HTML/pt/kate/man-kate.1.docbook share/doc/HTML/pt/kate/mdi.docbook share/doc/HTML/pt/kate/menus.docbook share/doc/HTML/pt/kate/part.docbook share/doc/HTML/pt/kate/plugins.docbook share/doc/HTML/pt/kate/regular-expressions.docbook share/doc/HTML/pt/kate/vi.docbook share/doc/HTML/pt/katomic/common share/doc/HTML/pt/katomic/index.cache.bz2 share/doc/HTML/pt/katomic/index.docbook share/doc/HTML/pt/kbattleship/common share/doc/HTML/pt/kbattleship/index.cache.bz2 share/doc/HTML/pt/kbattleship/index.docbook share/doc/HTML/pt/kblackbox/common share/doc/HTML/pt/kblackbox/index.cache.bz2 share/doc/HTML/pt/kblackbox/index.docbook share/doc/HTML/pt/kblocks/common share/doc/HTML/pt/kblocks/index.cache.bz2 share/doc/HTML/pt/kblocks/index.docbook share/doc/HTML/pt/kbounce/common share/doc/HTML/pt/kbounce/index.cache.bz2 share/doc/HTML/pt/kbounce/index.docbook share/doc/HTML/pt/kbreakout/common share/doc/HTML/pt/kbreakout/index.cache.bz2 share/doc/HTML/pt/kbreakout/index.docbook share/doc/HTML/pt/kbruch/common share/doc/HTML/pt/kbruch/index.cache.bz2 share/doc/HTML/pt/kbruch/index.docbook share/doc/HTML/pt/kbruch/man-kbruch.1.docbook share/doc/HTML/pt/kcachegrind/common share/doc/HTML/pt/kcachegrind/index.cache.bz2 share/doc/HTML/pt/kcachegrind/index.docbook share/doc/HTML/pt/kcalc/commands.docbook share/doc/HTML/pt/kcalc/common share/doc/HTML/pt/kcalc/index.cache.bz2 share/doc/HTML/pt/kcalc/index.docbook share/doc/HTML/pt/kcharselect/common share/doc/HTML/pt/kcharselect/index.cache.bz2 share/doc/HTML/pt/kcharselect/index.docbook share/doc/HTML/pt/kcontrol/attica/common share/doc/HTML/pt/kcontrol/attica/index.cache.bz2 share/doc/HTML/pt/kcontrol/attica/index.docbook share/doc/HTML/pt/kcontrol/autostart/common share/doc/HTML/pt/kcontrol/autostart/index.cache.bz2 share/doc/HTML/pt/kcontrol/autostart/index.docbook share/doc/HTML/pt/kcontrol/bell/common share/doc/HTML/pt/kcontrol/bell/index.cache.bz2 share/doc/HTML/pt/kcontrol/bell/index.docbook share/doc/HTML/pt/kcontrol/blockdevices/common share/doc/HTML/pt/kcontrol/blockdevices/index.cache.bz2 share/doc/HTML/pt/kcontrol/blockdevices/index.docbook share/doc/HTML/pt/kcontrol/bookmarks/common share/doc/HTML/pt/kcontrol/bookmarks/index.cache.bz2 share/doc/HTML/pt/kcontrol/bookmarks/index.docbook share/doc/HTML/pt/kcontrol/cache/common share/doc/HTML/pt/kcontrol/cache/index.cache.bz2 share/doc/HTML/pt/kcontrol/cache/index.docbook share/doc/HTML/pt/kcontrol/cddbretrieval/common share/doc/HTML/pt/kcontrol/cddbretrieval/index.cache.bz2 share/doc/HTML/pt/kcontrol/cddbretrieval/index.docbook share/doc/HTML/pt/kcontrol/clock/common share/doc/HTML/pt/kcontrol/clock/index.cache.bz2 share/doc/HTML/pt/kcontrol/clock/index.docbook share/doc/HTML/pt/kcontrol/colors/common share/doc/HTML/pt/kcontrol/colors/index.cache.bz2 share/doc/HTML/pt/kcontrol/colors/index.docbook share/doc/HTML/pt/kcontrol/componentchooser/common share/doc/HTML/pt/kcontrol/componentchooser/index.cache.bz2 share/doc/HTML/pt/kcontrol/componentchooser/index.docbook share/doc/HTML/pt/kcontrol/cookies/common share/doc/HTML/pt/kcontrol/cookies/index.cache.bz2 share/doc/HTML/pt/kcontrol/cookies/index.docbook share/doc/HTML/pt/kcontrol/cursortheme/common share/doc/HTML/pt/kcontrol/cursortheme/index.cache.bz2 share/doc/HTML/pt/kcontrol/cursortheme/index.docbook share/doc/HTML/pt/kcontrol/desktop/common share/doc/HTML/pt/kcontrol/desktop/index.cache.bz2 share/doc/HTML/pt/kcontrol/desktop/index.docbook share/doc/HTML/pt/kcontrol/desktopthemedetails/common share/doc/HTML/pt/kcontrol/desktopthemedetails/index.cache.bz2 share/doc/HTML/pt/kcontrol/desktopthemedetails/index.docbook share/doc/HTML/pt/kcontrol/ebrowsing/common share/doc/HTML/pt/kcontrol/ebrowsing/index.cache.bz2 share/doc/HTML/pt/kcontrol/ebrowsing/index.docbook share/doc/HTML/pt/kcontrol/emoticons/common share/doc/HTML/pt/kcontrol/emoticons/index.cache.bz2 share/doc/HTML/pt/kcontrol/emoticons/index.docbook share/doc/HTML/pt/kcontrol/filemanager/common share/doc/HTML/pt/kcontrol/filemanager/index.cache.bz2 share/doc/HTML/pt/kcontrol/filemanager/index.docbook share/doc/HTML/pt/kcontrol/filetypes/common share/doc/HTML/pt/kcontrol/filetypes/index.cache.bz2 share/doc/HTML/pt/kcontrol/filetypes/index.docbook share/doc/HTML/pt/kcontrol/fontinst/common share/doc/HTML/pt/kcontrol/fontinst/index.cache.bz2 share/doc/HTML/pt/kcontrol/fontinst/index.docbook share/doc/HTML/pt/kcontrol/fonts/common share/doc/HTML/pt/kcontrol/fonts/index.cache.bz2 share/doc/HTML/pt/kcontrol/fonts/index.docbook share/doc/HTML/pt/kcontrol/history/common share/doc/HTML/pt/kcontrol/history/index.cache.bz2 share/doc/HTML/pt/kcontrol/history/index.docbook share/doc/HTML/pt/kcontrol/icons/common share/doc/HTML/pt/kcontrol/icons/index.cache.bz2 share/doc/HTML/pt/kcontrol/icons/index.docbook share/doc/HTML/pt/kcontrol/joystick/common share/doc/HTML/pt/kcontrol/joystick/index.cache.bz2 share/doc/HTML/pt/kcontrol/joystick/index.docbook share/doc/HTML/pt/kcontrol/kamera/common share/doc/HTML/pt/kcontrol/kamera/index.cache.bz2 share/doc/HTML/pt/kcontrol/kamera/index.docbook share/doc/HTML/pt/kcontrol/kcm_ssl/common share/doc/HTML/pt/kcontrol/kcm_ssl/index.cache.bz2 share/doc/HTML/pt/kcontrol/kcm_ssl/index.docbook share/doc/HTML/pt/kcontrol/kcmaccess/common share/doc/HTML/pt/kcontrol/kcmaccess/index.cache.bz2 share/doc/HTML/pt/kcontrol/kcmaccess/index.docbook share/doc/HTML/pt/kcontrol/kcmcgi/common share/doc/HTML/pt/kcontrol/kcmcgi/index.cache.bz2 share/doc/HTML/pt/kcontrol/kcmcgi/index.docbook share/doc/HTML/pt/kcontrol/kcmcss/common share/doc/HTML/pt/kcontrol/kcmcss/index.cache.bz2 share/doc/HTML/pt/kcontrol/kcmcss/index.docbook share/doc/HTML/pt/kcontrol/kcmlaunch/common share/doc/HTML/pt/kcontrol/kcmlaunch/index.cache.bz2 share/doc/HTML/pt/kcontrol/kcmlaunch/index.docbook share/doc/HTML/pt/kcontrol/kcmnotify/common share/doc/HTML/pt/kcontrol/kcmnotify/index.cache.bz2 share/doc/HTML/pt/kcontrol/kcmnotify/index.docbook share/doc/HTML/pt/kcontrol/kcmsmserver/common share/doc/HTML/pt/kcontrol/kcmsmserver/index.cache.bz2 share/doc/HTML/pt/kcontrol/kcmsmserver/index.docbook share/doc/HTML/pt/kcontrol/kcmstyle/common share/doc/HTML/pt/kcontrol/kcmstyle/index.cache.bz2 share/doc/HTML/pt/kcontrol/kcmstyle/index.docbook share/doc/HTML/pt/kcontrol/kded/common share/doc/HTML/pt/kcontrol/kded/index.cache.bz2 share/doc/HTML/pt/kcontrol/kded/index.docbook share/doc/HTML/pt/kcontrol/keyboard/common share/doc/HTML/pt/kcontrol/keyboard/index.cache.bz2 share/doc/HTML/pt/kcontrol/keyboard/index.docbook share/doc/HTML/pt/kcontrol/keys/common share/doc/HTML/pt/kcontrol/keys/index.cache.bz2 share/doc/HTML/pt/kcontrol/keys/index.docbook share/doc/HTML/pt/kcontrol/kgamma/common share/doc/HTML/pt/kcontrol/kgamma/index.cache.bz2 share/doc/HTML/pt/kcontrol/kgamma/index.docbook share/doc/HTML/pt/kcontrol/khotkeys/common share/doc/HTML/pt/kcontrol/khotkeys/index.cache.bz2 share/doc/HTML/pt/kcontrol/khotkeys/index.docbook share/doc/HTML/pt/kcontrol/khtml-adblock/common share/doc/HTML/pt/kcontrol/khtml-adblock/index.cache.bz2 share/doc/HTML/pt/kcontrol/khtml-adblock/index.docbook share/doc/HTML/pt/kcontrol/khtml-behavior/common share/doc/HTML/pt/kcontrol/khtml-behavior/index.cache.bz2 share/doc/HTML/pt/kcontrol/khtml-behavior/index.docbook share/doc/HTML/pt/kcontrol/khtml-general/common share/doc/HTML/pt/kcontrol/khtml-general/index.cache.bz2 share/doc/HTML/pt/kcontrol/khtml-general/index.docbook share/doc/HTML/pt/kcontrol/khtml-java-js/common share/doc/HTML/pt/kcontrol/khtml-java-js/index.cache.bz2 share/doc/HTML/pt/kcontrol/khtml-java-js/index.docbook share/doc/HTML/pt/kcontrol/khtml-plugins/common share/doc/HTML/pt/kcontrol/khtml-plugins/index.cache.bz2 share/doc/HTML/pt/kcontrol/khtml-plugins/index.docbook share/doc/HTML/pt/kcontrol/kremotecontrol/common share/doc/HTML/pt/kcontrol/kremotecontrol/index.cache.bz2 share/doc/HTML/pt/kcontrol/kremotecontrol/index.docbook share/doc/HTML/pt/kcontrol/kresources/common share/doc/HTML/pt/kcontrol/kresources/index.cache.bz2 share/doc/HTML/pt/kcontrol/kresources/index.docbook share/doc/HTML/pt/kcontrol/kwincompositing/common share/doc/HTML/pt/kcontrol/kwincompositing/index.cache.bz2 share/doc/HTML/pt/kcontrol/kwincompositing/index.docbook share/doc/HTML/pt/kcontrol/kwindecoration/common share/doc/HTML/pt/kcontrol/kwindecoration/index.cache.bz2 share/doc/HTML/pt/kcontrol/kwindecoration/index.docbook share/doc/HTML/pt/kcontrol/kwinscreenedges/common share/doc/HTML/pt/kcontrol/kwinscreenedges/index.cache.bz2 share/doc/HTML/pt/kcontrol/kwinscreenedges/index.docbook share/doc/HTML/pt/kcontrol/kwintabbox/common share/doc/HTML/pt/kcontrol/kwintabbox/index.cache.bz2 share/doc/HTML/pt/kcontrol/kwintabbox/index.docbook share/doc/HTML/pt/kcontrol/language/common share/doc/HTML/pt/kcontrol/language/index.cache.bz2 share/doc/HTML/pt/kcontrol/language/index.docbook share/doc/HTML/pt/kcontrol/mouse/common share/doc/HTML/pt/kcontrol/mouse/index.cache.bz2 share/doc/HTML/pt/kcontrol/mouse/index.docbook share/doc/HTML/pt/kcontrol/nepomuk/common share/doc/HTML/pt/kcontrol/nepomuk/index.cache.bz2 share/doc/HTML/pt/kcontrol/nepomuk/index.docbook share/doc/HTML/pt/kcontrol/netpref/common share/doc/HTML/pt/kcontrol/netpref/index.cache.bz2 share/doc/HTML/pt/kcontrol/netpref/index.docbook share/doc/HTML/pt/kcontrol/paths/common share/doc/HTML/pt/kcontrol/paths/index.cache.bz2 share/doc/HTML/pt/kcontrol/paths/index.docbook share/doc/HTML/pt/kcontrol/performance/common share/doc/HTML/pt/kcontrol/performance/index.cache.bz2 share/doc/HTML/pt/kcontrol/performance/index.docbook share/doc/HTML/pt/kcontrol/phonon/common share/doc/HTML/pt/kcontrol/phonon/index.cache.bz2 share/doc/HTML/pt/kcontrol/phonon/index.docbook share/doc/HTML/pt/kcontrol/powerdevil/common share/doc/HTML/pt/kcontrol/powerdevil/index.cache.bz2 share/doc/HTML/pt/kcontrol/powerdevil/index.docbook share/doc/HTML/pt/kcontrol/proxy/common share/doc/HTML/pt/kcontrol/proxy/index.cache.bz2 share/doc/HTML/pt/kcontrol/proxy/index.docbook share/doc/HTML/pt/kcontrol/screensaver/common share/doc/HTML/pt/kcontrol/screensaver/index.cache.bz2 share/doc/HTML/pt/kcontrol/screensaver/index.docbook share/doc/HTML/pt/kcontrol/smb/common share/doc/HTML/pt/kcontrol/smb/index.cache.bz2 share/doc/HTML/pt/kcontrol/smb/index.docbook share/doc/HTML/pt/kcontrol/solid-actions/common share/doc/HTML/pt/kcontrol/solid-actions/index.cache.bz2 share/doc/HTML/pt/kcontrol/solid-actions/index.docbook share/doc/HTML/pt/kcontrol/solid-device-automounter/common share/doc/HTML/pt/kcontrol/solid-device-automounter/index.cache.bz2 share/doc/HTML/pt/kcontrol/solid-device-automounter/index.docbook share/doc/HTML/pt/kcontrol/solid-hardware/common share/doc/HTML/pt/kcontrol/solid-hardware/index.cache.bz2 share/doc/HTML/pt/kcontrol/solid-hardware/index.docbook share/doc/HTML/pt/kcontrol/spellchecking/common share/doc/HTML/pt/kcontrol/spellchecking/index.cache.bz2 share/doc/HTML/pt/kcontrol/spellchecking/index.docbook share/doc/HTML/pt/kcontrol/splashscreen/common share/doc/HTML/pt/kcontrol/splashscreen/index.cache.bz2 share/doc/HTML/pt/kcontrol/splashscreen/index.docbook share/doc/HTML/pt/kcontrol/trash/common share/doc/HTML/pt/kcontrol/trash/index.cache.bz2 share/doc/HTML/pt/kcontrol/trash/index.docbook share/doc/HTML/pt/kcontrol/useragent/common share/doc/HTML/pt/kcontrol/useragent/index.cache.bz2 share/doc/HTML/pt/kcontrol/useragent/index.docbook share/doc/HTML/pt/kcontrol/windowbehaviour/common share/doc/HTML/pt/kcontrol/windowbehaviour/index.cache.bz2 share/doc/HTML/pt/kcontrol/windowbehaviour/index.docbook share/doc/HTML/pt/kcontrol/windowspecific/common share/doc/HTML/pt/kcontrol/windowspecific/index.cache.bz2 share/doc/HTML/pt/kcontrol/windowspecific/index.docbook share/doc/HTML/pt/kcontrol/workspaceoptions/common share/doc/HTML/pt/kcontrol/workspaceoptions/index.cache.bz2 share/doc/HTML/pt/kcontrol/workspaceoptions/index.docbook share/doc/HTML/pt/kcron/common share/doc/HTML/pt/kcron/index.cache.bz2 share/doc/HTML/pt/kcron/index.docbook share/doc/HTML/pt/kcron/kcron.png share/doc/HTML/pt/kcron/kcronstart.png share/doc/HTML/pt/kcron/newtask.png share/doc/HTML/pt/kcron/newvariable.png share/doc/HTML/pt/kcron/print.png share/doc/HTML/pt/kdebugdialog/common share/doc/HTML/pt/kdebugdialog/index.cache.bz2 share/doc/HTML/pt/kdebugdialog/index.docbook share/doc/HTML/pt/kdepasswd/common share/doc/HTML/pt/kdepasswd/index.cache.bz2 share/doc/HTML/pt/kdepasswd/index.docbook share/doc/HTML/pt/kdesu/common share/doc/HTML/pt/kdesu/index.cache.bz2 share/doc/HTML/pt/kdesu/index.docbook share/doc/HTML/pt/kdesu/man-kdesu.1.docbook share/doc/HTML/pt/kdf/common share/doc/HTML/pt/kdf/index.cache.bz2 share/doc/HTML/pt/kdf/index.docbook share/doc/HTML/pt/kdiamond/common share/doc/HTML/pt/kdiamond/index.cache.bz2 share/doc/HTML/pt/kdiamond/index.docbook share/doc/HTML/pt/kdm/common share/doc/HTML/pt/kdm/index.cache.bz2 share/doc/HTML/pt/kdm/index.docbook share/doc/HTML/pt/kdm/kdmrc-ref.docbook share/doc/HTML/pt/kdm/theme-ref.docbook share/doc/HTML/pt/kfilereplace/common share/doc/HTML/pt/kfilereplace/index.cache.bz2 share/doc/HTML/pt/kfilereplace/index.docbook share/doc/HTML/pt/kfind/common share/doc/HTML/pt/kfind/index.cache.bz2 share/doc/HTML/pt/kfind/index.docbook share/doc/HTML/pt/kfind/man-kfind.1.docbook share/doc/HTML/pt/kfloppy/common share/doc/HTML/pt/kfloppy/index.cache.bz2 share/doc/HTML/pt/kfloppy/index.docbook share/doc/HTML/pt/kfontview/common share/doc/HTML/pt/kfontview/index.cache.bz2 share/doc/HTML/pt/kfontview/index.docbook share/doc/HTML/pt/kfourinline/common share/doc/HTML/pt/kfourinline/index.cache.bz2 share/doc/HTML/pt/kfourinline/index.docbook share/doc/HTML/pt/kgeography/common share/doc/HTML/pt/kgeography/index.cache.bz2 share/doc/HTML/pt/kgeography/index.docbook share/doc/HTML/pt/kget/common share/doc/HTML/pt/kget/index.cache.bz2 share/doc/HTML/pt/kget/index.docbook share/doc/HTML/pt/kgoldrunner/common share/doc/HTML/pt/kgoldrunner/index.cache.bz2 share/doc/HTML/pt/kgoldrunner/index.docbook share/doc/HTML/pt/kgpg/common share/doc/HTML/pt/kgpg/index.cache.bz2 share/doc/HTML/pt/kgpg/index.docbook share/doc/HTML/pt/khangman/common share/doc/HTML/pt/khangman/index.cache.bz2 share/doc/HTML/pt/khangman/index.docbook share/doc/HTML/pt/khangman/man-khangman.6.docbook share/doc/HTML/pt/khelpcenter/common share/doc/HTML/pt/khelpcenter/documentationnotfound/common share/doc/HTML/pt/khelpcenter/documentationnotfound/index.cache.bz2 share/doc/HTML/pt/khelpcenter/documentationnotfound/index.docbook share/doc/HTML/pt/khelpcenter/glossary/common share/doc/HTML/pt/khelpcenter/glossary/index.cache.bz2 share/doc/HTML/pt/khelpcenter/glossary/index.docbook share/doc/HTML/pt/khelpcenter/glossary/kdeprintingglossary.docbook share/doc/HTML/pt/khelpcenter/index.cache.bz2 share/doc/HTML/pt/khelpcenter/index.docbook share/doc/HTML/pt/kig/common share/doc/HTML/pt/kig/index.cache.bz2 share/doc/HTML/pt/kig/index.docbook share/doc/HTML/pt/kig/man-kig.1.docbook share/doc/HTML/pt/kigo/common share/doc/HTML/pt/kigo/index.cache.bz2 share/doc/HTML/pt/kigo/index.docbook share/doc/HTML/pt/killbots/common share/doc/HTML/pt/killbots/index.cache.bz2 share/doc/HTML/pt/killbots/index.docbook share/doc/HTML/pt/kimagemapeditor/common share/doc/HTML/pt/kimagemapeditor/index.cache.bz2 share/doc/HTML/pt/kimagemapeditor/index.docbook share/doc/HTML/pt/kinfocenter/common share/doc/HTML/pt/kinfocenter/index.cache.bz2 share/doc/HTML/pt/kinfocenter/index.docbook share/doc/HTML/pt/kioslave/audiocd/common share/doc/HTML/pt/kioslave/audiocd/index.cache.bz2 share/doc/HTML/pt/kioslave/audiocd/index.docbook share/doc/HTML/pt/kioslave/bookmarks/common share/doc/HTML/pt/kioslave/bookmarks/index.cache.bz2 share/doc/HTML/pt/kioslave/bookmarks/index.docbook share/doc/HTML/pt/kioslave/bzip2/common share/doc/HTML/pt/kioslave/bzip2/index.cache.bz2 share/doc/HTML/pt/kioslave/bzip2/index.docbook share/doc/HTML/pt/kioslave/cgi/common share/doc/HTML/pt/kioslave/cgi/index.cache.bz2 share/doc/HTML/pt/kioslave/cgi/index.docbook share/doc/HTML/pt/kioslave/data/common share/doc/HTML/pt/kioslave/data/index.cache.bz2 share/doc/HTML/pt/kioslave/data/index.docbook share/doc/HTML/pt/kioslave/file/common share/doc/HTML/pt/kioslave/file/index.cache.bz2 share/doc/HTML/pt/kioslave/file/index.docbook share/doc/HTML/pt/kioslave/finger/common share/doc/HTML/pt/kioslave/finger/index.cache.bz2 share/doc/HTML/pt/kioslave/finger/index.docbook share/doc/HTML/pt/kioslave/fish/common share/doc/HTML/pt/kioslave/fish/index.cache.bz2 share/doc/HTML/pt/kioslave/fish/index.docbook share/doc/HTML/pt/kioslave/floppy/common share/doc/HTML/pt/kioslave/floppy/index.cache.bz2 share/doc/HTML/pt/kioslave/floppy/index.docbook share/doc/HTML/pt/kioslave/ftp/common share/doc/HTML/pt/kioslave/ftp/index.cache.bz2 share/doc/HTML/pt/kioslave/ftp/index.docbook share/doc/HTML/pt/kioslave/gzip/common share/doc/HTML/pt/kioslave/gzip/index.cache.bz2 share/doc/HTML/pt/kioslave/gzip/index.docbook share/doc/HTML/pt/kioslave/help/common share/doc/HTML/pt/kioslave/help/index.cache.bz2 share/doc/HTML/pt/kioslave/help/index.docbook share/doc/HTML/pt/kioslave/http/common share/doc/HTML/pt/kioslave/http/index.cache.bz2 share/doc/HTML/pt/kioslave/http/index.docbook share/doc/HTML/pt/kioslave/imap/common share/doc/HTML/pt/kioslave/imap/index.cache.bz2 share/doc/HTML/pt/kioslave/imap/index.docbook share/doc/HTML/pt/kioslave/info/common share/doc/HTML/pt/kioslave/info/index.cache.bz2 share/doc/HTML/pt/kioslave/info/index.docbook share/doc/HTML/pt/kioslave/ldap/common share/doc/HTML/pt/kioslave/ldap/index.cache.bz2 share/doc/HTML/pt/kioslave/ldap/index.docbook share/doc/HTML/pt/kioslave/mailto/common share/doc/HTML/pt/kioslave/mailto/index.cache.bz2 share/doc/HTML/pt/kioslave/mailto/index.docbook share/doc/HTML/pt/kioslave/man/common share/doc/HTML/pt/kioslave/man/index.cache.bz2 share/doc/HTML/pt/kioslave/man/index.docbook share/doc/HTML/pt/kioslave/mbox/common share/doc/HTML/pt/kioslave/mbox/index.cache.bz2 share/doc/HTML/pt/kioslave/mbox/index.docbook share/doc/HTML/pt/kioslave/nepomuksearch/common share/doc/HTML/pt/kioslave/nepomuksearch/index.cache.bz2 share/doc/HTML/pt/kioslave/nepomuksearch/index.docbook share/doc/HTML/pt/kioslave/network/common share/doc/HTML/pt/kioslave/network/index.cache.bz2 share/doc/HTML/pt/kioslave/network/index.docbook share/doc/HTML/pt/kioslave/news/common share/doc/HTML/pt/kioslave/news/index.cache.bz2 share/doc/HTML/pt/kioslave/news/index.docbook share/doc/HTML/pt/kioslave/nfs/common share/doc/HTML/pt/kioslave/nfs/index.cache.bz2 share/doc/HTML/pt/kioslave/nfs/index.docbook share/doc/HTML/pt/kioslave/nntp/common share/doc/HTML/pt/kioslave/nntp/index.cache.bz2 share/doc/HTML/pt/kioslave/nntp/index.docbook share/doc/HTML/pt/kioslave/pop3/common share/doc/HTML/pt/kioslave/pop3/index.cache.bz2 share/doc/HTML/pt/kioslave/pop3/index.docbook share/doc/HTML/pt/kioslave/rlogin/common share/doc/HTML/pt/kioslave/rlogin/index.cache.bz2 share/doc/HTML/pt/kioslave/rlogin/index.docbook share/doc/HTML/pt/kioslave/sftp/common share/doc/HTML/pt/kioslave/sftp/index.cache.bz2 share/doc/HTML/pt/kioslave/sftp/index.docbook share/doc/HTML/pt/kioslave/sieve/common share/doc/HTML/pt/kioslave/sieve/index.cache.bz2 share/doc/HTML/pt/kioslave/sieve/index.docbook share/doc/HTML/pt/kioslave/smb/common share/doc/HTML/pt/kioslave/smb/index.cache.bz2 share/doc/HTML/pt/kioslave/smb/index.docbook share/doc/HTML/pt/kioslave/smtp/common share/doc/HTML/pt/kioslave/smtp/index.cache.bz2 share/doc/HTML/pt/kioslave/smtp/index.docbook share/doc/HTML/pt/kioslave/tar/common share/doc/HTML/pt/kioslave/tar/index.cache.bz2 share/doc/HTML/pt/kioslave/tar/index.docbook share/doc/HTML/pt/kioslave/telnet/common share/doc/HTML/pt/kioslave/telnet/index.cache.bz2 share/doc/HTML/pt/kioslave/telnet/index.docbook share/doc/HTML/pt/kioslave/thumbnail/common share/doc/HTML/pt/kioslave/thumbnail/index.cache.bz2 share/doc/HTML/pt/kioslave/thumbnail/index.docbook share/doc/HTML/pt/kioslave/webdav/common share/doc/HTML/pt/kioslave/webdav/index.cache.bz2 share/doc/HTML/pt/kioslave/webdav/index.docbook share/doc/HTML/pt/kioslave/xz/common share/doc/HTML/pt/kioslave/xz/index.cache.bz2 share/doc/HTML/pt/kioslave/xz/index.docbook share/doc/HTML/pt/kiriki/common share/doc/HTML/pt/kiriki/index.cache.bz2 share/doc/HTML/pt/kiriki/index.docbook share/doc/HTML/pt/kiten/common share/doc/HTML/pt/kiten/index.cache.bz2 share/doc/HTML/pt/kiten/index.docbook share/doc/HTML/pt/kjots/common share/doc/HTML/pt/kjots/index.cache.bz2 share/doc/HTML/pt/kjots/index.docbook share/doc/HTML/pt/kjumpingcube/common share/doc/HTML/pt/kjumpingcube/index.cache.bz2 share/doc/HTML/pt/kjumpingcube/index.docbook share/doc/HTML/pt/kleopatra/common share/doc/HTML/pt/kleopatra/index.cache.bz2 share/doc/HTML/pt/kleopatra/index.docbook share/doc/HTML/pt/klettres/common share/doc/HTML/pt/klettres/index.cache.bz2 share/doc/HTML/pt/klettres/index.docbook share/doc/HTML/pt/klickety/common share/doc/HTML/pt/klickety/index.cache.bz2 share/doc/HTML/pt/klickety/index.docbook share/doc/HTML/pt/klines/common share/doc/HTML/pt/klines/index.cache.bz2 share/doc/HTML/pt/klines/index.docbook share/doc/HTML/pt/klinkstatus/common share/doc/HTML/pt/klinkstatus/index.cache.bz2 share/doc/HTML/pt/klinkstatus/index.docbook share/doc/HTML/pt/klipper/common share/doc/HTML/pt/klipper/index.cache.bz2 share/doc/HTML/pt/klipper/index.docbook share/doc/HTML/pt/kmag/common share/doc/HTML/pt/kmag/index.cache.bz2 share/doc/HTML/pt/kmag/index.docbook share/doc/HTML/pt/kmag/man-kmag.1.docbook share/doc/HTML/pt/kmahjongg/common share/doc/HTML/pt/kmahjongg/index.cache.bz2 share/doc/HTML/pt/kmahjongg/index.docbook share/doc/HTML/pt/kmail/common share/doc/HTML/pt/kmail/configure.docbook share/doc/HTML/pt/kmail/credits-and-licenses.docbook share/doc/HTML/pt/kmail/faq.docbook share/doc/HTML/pt/kmail/getting-started.docbook share/doc/HTML/pt/kmail/importing.docbook share/doc/HTML/pt/kmail/index.cache.bz2 share/doc/HTML/pt/kmail/index.docbook share/doc/HTML/pt/kmail/intro.docbook share/doc/HTML/pt/kmail/menus.docbook share/doc/HTML/pt/kmail/using-kmail.docbook share/doc/HTML/pt/kmenuedit/common share/doc/HTML/pt/kmenuedit/index.cache.bz2 share/doc/HTML/pt/kmenuedit/index.docbook share/doc/HTML/pt/kmines/common share/doc/HTML/pt/kmines/index.cache.bz2 share/doc/HTML/pt/kmines/index.docbook share/doc/HTML/pt/kmix/common share/doc/HTML/pt/kmix/index.cache.bz2 share/doc/HTML/pt/kmix/index.docbook share/doc/HTML/pt/kmousetool/common share/doc/HTML/pt/kmousetool/index.cache.bz2 share/doc/HTML/pt/kmousetool/index.docbook share/doc/HTML/pt/kmousetool/man-kmousetool.1.docbook share/doc/HTML/pt/kmouth/common share/doc/HTML/pt/kmouth/index.cache.bz2 share/doc/HTML/pt/kmouth/index.docbook share/doc/HTML/pt/kmouth/man-kmouth.1.docbook share/doc/HTML/pt/kmplot/commands.docbook share/doc/HTML/pt/kmplot/common share/doc/HTML/pt/kmplot/configuration.docbook share/doc/HTML/pt/kmplot/credits.docbook share/doc/HTML/pt/kmplot/dcop.docbook share/doc/HTML/pt/kmplot/developer.docbook share/doc/HTML/pt/kmplot/firststeps.docbook share/doc/HTML/pt/kmplot/index.cache.bz2 share/doc/HTML/pt/kmplot/index.docbook share/doc/HTML/pt/kmplot/install.docbook share/doc/HTML/pt/kmplot/introduction.docbook share/doc/HTML/pt/kmplot/man-kmplot.1.docbook share/doc/HTML/pt/kmplot/reference.docbook share/doc/HTML/pt/kmplot/using.docbook share/doc/HTML/pt/knetattach/common share/doc/HTML/pt/knetattach/index.cache.bz2 share/doc/HTML/pt/knetattach/index.docbook share/doc/HTML/pt/knetwalk/common share/doc/HTML/pt/knetwalk/index.cache.bz2 share/doc/HTML/pt/knetwalk/index.docbook share/doc/HTML/pt/knode/commands.docbook share/doc/HTML/pt/knode/common share/doc/HTML/pt/knode/credits.docbook share/doc/HTML/pt/knode/faq.docbook share/doc/HTML/pt/knode/gloss.docbook share/doc/HTML/pt/knode/index.cache.bz2 share/doc/HTML/pt/knode/index.docbook share/doc/HTML/pt/knode/install.docbook share/doc/HTML/pt/knode/introduction.docbook share/doc/HTML/pt/knode/journey.docbook share/doc/HTML/pt/knode/more.docbook share/doc/HTML/pt/knode/using-firststart.docbook share/doc/HTML/pt/knode/using-morefeatures.docbook share/doc/HTML/pt/knode/using-subscribing.docbook share/doc/HTML/pt/knotes/common share/doc/HTML/pt/knotes/index.cache.bz2 share/doc/HTML/pt/knotes/index.docbook share/doc/HTML/pt/kolf/common share/doc/HTML/pt/kolf/index.cache.bz2 share/doc/HTML/pt/kolf/index.docbook share/doc/HTML/pt/kollision/common share/doc/HTML/pt/kollision/index.cache.bz2 share/doc/HTML/pt/kollision/index.docbook share/doc/HTML/pt/kolourpaint/common share/doc/HTML/pt/kolourpaint/index.cache.bz2 share/doc/HTML/pt/kolourpaint/index.docbook share/doc/HTML/pt/kommander/basics.docbook share/doc/HTML/pt/kommander/commands.docbook share/doc/HTML/pt/kommander/common share/doc/HTML/pt/kommander/credits.docbook share/doc/HTML/pt/kommander/dcop.docbook share/doc/HTML/pt/kommander/editor.docbook share/doc/HTML/pt/kommander/extending.docbook share/doc/HTML/pt/kommander/glossary.docbook share/doc/HTML/pt/kommander/index.cache.bz2 share/doc/HTML/pt/kommander/index.docbook share/doc/HTML/pt/kommander/installation.docbook share/doc/HTML/pt/kommander/introduction.docbook share/doc/HTML/pt/kommander/q-and-a.docbook share/doc/HTML/pt/kommander/specials.docbook share/doc/HTML/pt/kommander/tutorials.docbook share/doc/HTML/pt/kommander/widgets.docbook share/doc/HTML/pt/kompare/common share/doc/HTML/pt/kompare/index.cache.bz2 share/doc/HTML/pt/kompare/index.docbook share/doc/HTML/pt/konqueror/basics.docbook share/doc/HTML/pt/konqueror/bookmarks.docbook share/doc/HTML/pt/konqueror/browser.docbook share/doc/HTML/pt/konqueror/commands.docbook share/doc/HTML/pt/konqueror/common share/doc/HTML/pt/konqueror/config.docbook share/doc/HTML/pt/konqueror/credits.docbook share/doc/HTML/pt/konqueror/faq.docbook share/doc/HTML/pt/konqueror/filemanager.docbook share/doc/HTML/pt/konqueror/index.cache.bz2 share/doc/HTML/pt/konqueror/index.docbook share/doc/HTML/pt/konqueror/introduction.docbook share/doc/HTML/pt/konqueror/man-kbookmarkmerger.1.docbook share/doc/HTML/pt/konqueror/path-complete.docbook share/doc/HTML/pt/konqueror/plugins.docbook share/doc/HTML/pt/konqueror/save-settings.docbook share/doc/HTML/pt/konqueror/sidebar.docbook share/doc/HTML/pt/konqueror/view-extensions.docbook share/doc/HTML/pt/konquest/common share/doc/HTML/pt/konquest/index.cache.bz2 share/doc/HTML/pt/konquest/index.docbook share/doc/HTML/pt/konsole/common share/doc/HTML/pt/konsole/index.cache.bz2 share/doc/HTML/pt/konsole/index.docbook share/doc/HTML/pt/konsolekalendar/common share/doc/HTML/pt/konsolekalendar/index.cache.bz2 share/doc/HTML/pt/konsolekalendar/index.docbook share/doc/HTML/pt/kontact-admin/common share/doc/HTML/pt/kontact-admin/index.cache.bz2 share/doc/HTML/pt/kontact-admin/index.docbook share/doc/HTML/pt/kontact/common share/doc/HTML/pt/kontact/index.cache.bz2 share/doc/HTML/pt/kontact/index.docbook share/doc/HTML/pt/kopete/chatstyle.docbook share/doc/HTML/pt/kopete/common share/doc/HTML/pt/kopete/icq.docbook share/doc/HTML/pt/kopete/index.cache.bz2 share/doc/HTML/pt/kopete/index.docbook share/doc/HTML/pt/kopete/jabber.docbook share/doc/HTML/pt/kopete/menus.docbook share/doc/HTML/pt/kopete/pipes.docbook share/doc/HTML/pt/korganizer/common share/doc/HTML/pt/korganizer/index.cache.bz2 share/doc/HTML/pt/korganizer/index.docbook share/doc/HTML/pt/kpat/common share/doc/HTML/pt/kpat/index.cache.bz2 share/doc/HTML/pt/kpat/index.docbook share/doc/HTML/pt/kpat/man-kpat.6.docbook share/doc/HTML/pt/kppp/accounting.docbook share/doc/HTML/pt/kppp/callback.docbook share/doc/HTML/pt/kppp/chap.docbook share/doc/HTML/pt/kppp/common share/doc/HTML/pt/kppp/dialog-setup.docbook share/doc/HTML/pt/kppp/getting-online.docbook share/doc/HTML/pt/kppp/global-settings.docbook share/doc/HTML/pt/kppp/hayes.docbook share/doc/HTML/pt/kppp/index.cache.bz2 share/doc/HTML/pt/kppp/index.docbook share/doc/HTML/pt/kppp/kppp-faq.docbook share/doc/HTML/pt/kppp/security.docbook share/doc/HTML/pt/kppp/tricks.docbook share/doc/HTML/pt/kppp/wizard.docbook share/doc/HTML/pt/krdc/common share/doc/HTML/pt/krdc/index.cache.bz2 share/doc/HTML/pt/krdc/index.docbook share/doc/HTML/pt/kreversi/common share/doc/HTML/pt/kreversi/index.cache.bz2 share/doc/HTML/pt/kreversi/index.docbook share/doc/HTML/pt/krfb/common share/doc/HTML/pt/krfb/index.cache.bz2 share/doc/HTML/pt/krfb/index.docbook share/doc/HTML/pt/kruler/common share/doc/HTML/pt/kruler/index.cache.bz2 share/doc/HTML/pt/kruler/index.docbook share/doc/HTML/pt/kshisen/common share/doc/HTML/pt/kshisen/index.cache.bz2 share/doc/HTML/pt/kshisen/index.docbook share/doc/HTML/pt/ksirk/common share/doc/HTML/pt/ksirk/index.cache.bz2 share/doc/HTML/pt/ksirk/index.docbook share/doc/HTML/pt/ksirkskineditor/common share/doc/HTML/pt/ksirkskineditor/index.cache.bz2 share/doc/HTML/pt/ksirkskineditor/index.docbook share/doc/HTML/pt/ksnapshot/common share/doc/HTML/pt/ksnapshot/index.cache.bz2 share/doc/HTML/pt/ksnapshot/index.docbook share/doc/HTML/pt/kspaceduel/common share/doc/HTML/pt/kspaceduel/index.cache.bz2 share/doc/HTML/pt/kspaceduel/index.docbook share/doc/HTML/pt/ksquares/common share/doc/HTML/pt/ksquares/index.cache.bz2 share/doc/HTML/pt/ksquares/index.docbook share/doc/HTML/pt/kstars/ai-contents.docbook share/doc/HTML/pt/kstars/altvstime.docbook share/doc/HTML/pt/kstars/astroinfo.docbook share/doc/HTML/pt/kstars/blackbody.docbook share/doc/HTML/pt/kstars/calc-angdist.docbook share/doc/HTML/pt/kstars/calc-apcoords.docbook share/doc/HTML/pt/kstars/calc-dayduration.docbook share/doc/HTML/pt/kstars/calc-ecliptic.docbook share/doc/HTML/pt/kstars/calc-eqgal.docbook share/doc/HTML/pt/kstars/calc-equinox.docbook share/doc/HTML/pt/kstars/calc-geodetic.docbook share/doc/HTML/pt/kstars/calc-horizontal.docbook share/doc/HTML/pt/kstars/calc-julianday.docbook share/doc/HTML/pt/kstars/calc-planetcoords.docbook share/doc/HTML/pt/kstars/calc-sidereal.docbook share/doc/HTML/pt/kstars/calculator.docbook share/doc/HTML/pt/kstars/cequator.docbook share/doc/HTML/pt/kstars/colorandtemp.docbook share/doc/HTML/pt/kstars/commands.docbook share/doc/HTML/pt/kstars/common share/doc/HTML/pt/kstars/config.docbook share/doc/HTML/pt/kstars/cosmicdist.docbook share/doc/HTML/pt/kstars/cpoles.docbook share/doc/HTML/pt/kstars/credits.docbook share/doc/HTML/pt/kstars/csphere.docbook share/doc/HTML/pt/kstars/darkmatter.docbook share/doc/HTML/pt/kstars/details.docbook share/doc/HTML/pt/kstars/dumpmode.docbook share/doc/HTML/pt/kstars/ecliptic.docbook share/doc/HTML/pt/kstars/ellipticalgalaxies.docbook share/doc/HTML/pt/kstars/epoch.docbook share/doc/HTML/pt/kstars/equinox.docbook share/doc/HTML/pt/kstars/faq.docbook share/doc/HTML/pt/kstars/fitsviewer.docbook share/doc/HTML/pt/kstars/flux.docbook share/doc/HTML/pt/kstars/geocoords.docbook share/doc/HTML/pt/kstars/greatcircle.docbook share/doc/HTML/pt/kstars/horizon.docbook share/doc/HTML/pt/kstars/hourangle.docbook share/doc/HTML/pt/kstars/index.cache.bz2 share/doc/HTML/pt/kstars/index.docbook share/doc/HTML/pt/kstars/indi.docbook share/doc/HTML/pt/kstars/install.docbook share/doc/HTML/pt/kstars/jmoons.docbook share/doc/HTML/pt/kstars/julianday.docbook share/doc/HTML/pt/kstars/leapyear.docbook share/doc/HTML/pt/kstars/lightcurves.docbook share/doc/HTML/pt/kstars/luminosity.docbook share/doc/HTML/pt/kstars/magnitude.docbook share/doc/HTML/pt/kstars/meridian.docbook share/doc/HTML/pt/kstars/obsplanner.docbook share/doc/HTML/pt/kstars/parallax.docbook share/doc/HTML/pt/kstars/precession.docbook share/doc/HTML/pt/kstars/quicktour.docbook share/doc/HTML/pt/kstars/retrograde.docbook share/doc/HTML/pt/kstars/scriptbuilder.docbook share/doc/HTML/pt/kstars/sidereal.docbook share/doc/HTML/pt/kstars/skycoords.docbook share/doc/HTML/pt/kstars/solarsys.docbook share/doc/HTML/pt/kstars/spiralgalaxies.docbook share/doc/HTML/pt/kstars/stars.docbook share/doc/HTML/pt/kstars/telescopes.docbook share/doc/HTML/pt/kstars/timezones.docbook share/doc/HTML/pt/kstars/tools.docbook share/doc/HTML/pt/kstars/utime.docbook share/doc/HTML/pt/kstars/wut.docbook share/doc/HTML/pt/kstars/zenith.docbook share/doc/HTML/pt/ksudoku/common share/doc/HTML/pt/ksudoku/index.cache.bz2 share/doc/HTML/pt/ksudoku/index.docbook share/doc/HTML/pt/ksysguard/common share/doc/HTML/pt/ksysguard/index.cache.bz2 share/doc/HTML/pt/ksysguard/index.docbook share/doc/HTML/pt/ksystemlog/common share/doc/HTML/pt/ksystemlog/index.cache.bz2 share/doc/HTML/pt/ksystemlog/index.docbook share/doc/HTML/pt/kteatime/common share/doc/HTML/pt/kteatime/index.cache.bz2 share/doc/HTML/pt/kteatime/index.docbook share/doc/HTML/pt/ktimer/common share/doc/HTML/pt/ktimer/index.cache.bz2 share/doc/HTML/pt/ktimer/index.docbook share/doc/HTML/pt/ktimetracker/common share/doc/HTML/pt/ktimetracker/index.cache.bz2 share/doc/HTML/pt/ktimetracker/index.docbook share/doc/HTML/pt/ktnef/common share/doc/HTML/pt/ktnef/index.cache.bz2 share/doc/HTML/pt/ktnef/index.docbook share/doc/HTML/pt/ktouch/common share/doc/HTML/pt/ktouch/index.cache.bz2 share/doc/HTML/pt/ktouch/index.docbook share/doc/HTML/pt/ktouch/man-ktouch.1.docbook share/doc/HTML/pt/ktron/common share/doc/HTML/pt/ktron/index.cache.bz2 share/doc/HTML/pt/ktron/index.docbook share/doc/HTML/pt/ktuberling/common share/doc/HTML/pt/ktuberling/index.cache.bz2 share/doc/HTML/pt/ktuberling/index.docbook share/doc/HTML/pt/ktuberling/technical-reference.docbook share/doc/HTML/pt/kturtle/common share/doc/HTML/pt/kturtle/getting-started.docbook share/doc/HTML/pt/kturtle/glossary.docbook share/doc/HTML/pt/kturtle/index.cache.bz2 share/doc/HTML/pt/kturtle/index.docbook share/doc/HTML/pt/kturtle/programming-reference.docbook share/doc/HTML/pt/kturtle/translator-guide.docbook share/doc/HTML/pt/kturtle/using-kturtle.docbook share/doc/HTML/pt/kubrick/common share/doc/HTML/pt/kubrick/index.cache.bz2 share/doc/HTML/pt/kubrick/index.docbook share/doc/HTML/pt/kuser/common share/doc/HTML/pt/kuser/index.cache.bz2 share/doc/HTML/pt/kuser/index.docbook share/doc/HTML/pt/kwallet/common share/doc/HTML/pt/kwallet/index.cache.bz2 share/doc/HTML/pt/kwallet/index.docbook share/doc/HTML/pt/kwatchgnupg/common share/doc/HTML/pt/kwatchgnupg/index.cache.bz2 share/doc/HTML/pt/kwatchgnupg/index.docbook share/doc/HTML/pt/kwordquiz/common share/doc/HTML/pt/kwordquiz/index.cache.bz2 share/doc/HTML/pt/kwordquiz/index.docbook share/doc/HTML/pt/kwrite/common share/doc/HTML/pt/kwrite/configuring.docbook share/doc/HTML/pt/kwrite/fundamentals.docbook share/doc/HTML/pt/kwrite/index.cache.bz2 share/doc/HTML/pt/kwrite/index.docbook share/doc/HTML/pt/kwrite/menus.docbook share/doc/HTML/pt/lokalize/common share/doc/HTML/pt/lokalize/index.cache.bz2 share/doc/HTML/pt/lokalize/index.docbook share/doc/HTML/pt/lskat/common share/doc/HTML/pt/lskat/index.cache.bz2 share/doc/HTML/pt/lskat/index.docbook share/doc/HTML/pt/marble/common share/doc/HTML/pt/marble/index.cache.bz2 share/doc/HTML/pt/marble/index.docbook share/doc/HTML/pt/okteta/common share/doc/HTML/pt/okteta/index.cache.bz2 share/doc/HTML/pt/okteta/index.docbook share/doc/HTML/pt/okular/common share/doc/HTML/pt/okular/index.cache.bz2 share/doc/HTML/pt/okular/index.docbook share/doc/HTML/pt/onlinehelp/common share/doc/HTML/pt/onlinehelp/index.cache.bz2 share/doc/HTML/pt/onlinehelp/index.docbook share/doc/HTML/pt/palapeli/common share/doc/HTML/pt/palapeli/index.cache.bz2 share/doc/HTML/pt/palapeli/index.docbook share/doc/HTML/pt/parley/common share/doc/HTML/pt/parley/index.cache.bz2 share/doc/HTML/pt/parley/index.docbook share/doc/HTML/pt/picmi/common share/doc/HTML/pt/picmi/index.cache.bz2 share/doc/HTML/pt/picmi/index.docbook share/doc/HTML/pt/plasma-desktop/common share/doc/HTML/pt/plasma-desktop/index.cache.bz2 share/doc/HTML/pt/plasma-desktop/index.docbook share/doc/HTML/pt/rocs/common share/doc/HTML/pt/rocs/index.cache.bz2 share/doc/HTML/pt/rocs/index.docbook share/doc/HTML/pt/sonnet/common share/doc/HTML/pt/sonnet/index.cache.bz2 share/doc/HTML/pt/sonnet/index.docbook share/doc/HTML/pt/step/common share/doc/HTML/pt/step/examples.docbook share/doc/HTML/pt/step/index.cache.bz2 share/doc/HTML/pt/step/index.docbook share/doc/HTML/pt/step/tutorials.docbook share/doc/HTML/pt/sweeper/common share/doc/HTML/pt/sweeper/index.cache.bz2 share/doc/HTML/pt/sweeper/index.docbook share/doc/HTML/pt/systemsettings/common share/doc/HTML/pt/systemsettings/index.cache.bz2 share/doc/HTML/pt/systemsettings/index.docbook share/doc/HTML/pt/umbrello/authors.docbook share/doc/HTML/pt/umbrello/code_import_and_generation.docbook share/doc/HTML/pt/umbrello/common share/doc/HTML/pt/umbrello/credits.docbook share/doc/HTML/pt/umbrello/index.cache.bz2 share/doc/HTML/pt/umbrello/index.docbook share/doc/HTML/pt/umbrello/introduction.docbook share/doc/HTML/pt/umbrello/other_features.docbook share/doc/HTML/pt/umbrello/uml_basics.docbook share/doc/HTML/pt/umbrello/working_with_umbrello.docbook share/locale/pt/LC_MESSAGES/accountwizard.mo share/locale/pt/LC_MESSAGES/accountwizard_ical.mo share/locale/pt/LC_MESSAGES/accountwizard_imap.mo share/locale/pt/LC_MESSAGES/accountwizard_kolab.mo share/locale/pt/LC_MESSAGES/accountwizard_mailbox.mo share/locale/pt/LC_MESSAGES/accountwizard_maildir.mo share/locale/pt/LC_MESSAGES/accountwizard_pop3.mo share/locale/pt/LC_MESSAGES/accountwizard_tine20.mo share/locale/pt/LC_MESSAGES/activitymanager_plugin_globalshortcuts.mo share/locale/pt/LC_MESSAGES/activitymanager_uihandler_declarative.mo share/locale/pt/LC_MESSAGES/adblock.mo share/locale/pt/LC_MESSAGES/akonadi-filestore.mo share/locale/pt/LC_MESSAGES/akonadi_archivemail_agent.mo share/locale/pt/LC_MESSAGES/akonadi_birthdays_resource.mo share/locale/pt/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/pt/LC_MESSAGES/akonadi_davgroupware_resource.mo share/locale/pt/LC_MESSAGES/akonadi_google_resource.mo share/locale/pt/LC_MESSAGES/akonadi_ical_resource.mo share/locale/pt/LC_MESSAGES/akonadi_icaldir_resource.mo share/locale/pt/LC_MESSAGES/akonadi_imap_resource.mo share/locale/pt/LC_MESSAGES/akonadi_invitations_agent.mo share/locale/pt/LC_MESSAGES/akonadi_kabc_resource.mo share/locale/pt/LC_MESSAGES/akonadi_kalarm_resource.mo share/locale/pt/LC_MESSAGES/akonadi_kcal_resource.mo share/locale/pt/LC_MESSAGES/akonadi_kdeaccounts_resource.mo share/locale/pt/LC_MESSAGES/akonadi_knut_resource.mo share/locale/pt/LC_MESSAGES/akonadi_kolabproxy_resource.mo share/locale/pt/LC_MESSAGES/akonadi_kresourceassistant.mo share/locale/pt/LC_MESSAGES/akonadi_localbookmarks_resource.mo share/locale/pt/LC_MESSAGES/akonadi_maildir_resource.mo share/locale/pt/LC_MESSAGES/akonadi_maildispatcher_agent.mo share/locale/pt/LC_MESSAGES/akonadi_mailfilter_agent.mo share/locale/pt/LC_MESSAGES/akonadi_mailtransport_resource.mo share/locale/pt/LC_MESSAGES/akonadi_mbox_resource.mo share/locale/pt/LC_MESSAGES/akonadi_microblog_resource.mo share/locale/pt/LC_MESSAGES/akonadi_mixedmaildir_resource.mo share/locale/pt/LC_MESSAGES/akonadi_nepomuk_feeder.mo share/locale/pt/LC_MESSAGES/akonadi_nepomuktag_resource.mo share/locale/pt/LC_MESSAGES/akonadi_next.mo share/locale/pt/LC_MESSAGES/akonadi_nntp_resource.mo share/locale/pt/LC_MESSAGES/akonadi_openxchange_resource.mo share/locale/pt/LC_MESSAGES/akonadi_pop3_resource.mo share/locale/pt/LC_MESSAGES/akonadi_serializer_plugins.mo share/locale/pt/LC_MESSAGES/akonadi_singlefile_resource.mo share/locale/pt/LC_MESSAGES/akonadi_strigi_feeder.mo share/locale/pt/LC_MESSAGES/akonadi_vcard_resource.mo share/locale/pt/LC_MESSAGES/akonadi_vcarddir_resource.mo share/locale/pt/LC_MESSAGES/akonadicontact.mo share/locale/pt/LC_MESSAGES/akonadinotes.mo share/locale/pt/LC_MESSAGES/akonaditray.mo share/locale/pt/LC_MESSAGES/akregator.mo share/locale/pt/LC_MESSAGES/akregator_konqplugin.mo share/locale/pt/LC_MESSAGES/amor.mo share/locale/pt/LC_MESSAGES/analitza.mo share/locale/pt/LC_MESSAGES/ark.mo share/locale/pt/LC_MESSAGES/attica_kde.mo share/locale/pt/LC_MESSAGES/audiocd_encoder_lame.mo share/locale/pt/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/pt/LC_MESSAGES/audiorename_plugin.mo share/locale/pt/LC_MESSAGES/autorefresh.mo share/locale/pt/LC_MESSAGES/babelfish.mo share/locale/pt/LC_MESSAGES/blinken.mo share/locale/pt/LC_MESSAGES/blogilo.mo share/locale/pt/LC_MESSAGES/bomber.mo share/locale/pt/LC_MESSAGES/bovo.mo share/locale/pt/LC_MESSAGES/calendarsupport.mo share/locale/pt/LC_MESSAGES/cantor.mo share/locale/pt/LC_MESSAGES/cervisia.mo share/locale/pt/LC_MESSAGES/cryptopageplugin.mo share/locale/pt/LC_MESSAGES/cvsservice.mo share/locale/pt/LC_MESSAGES/dirfilterplugin.mo share/locale/pt/LC_MESSAGES/display.mo share/locale/pt/LC_MESSAGES/dolphin.mo share/locale/pt/LC_MESSAGES/domtreeviewer.mo share/locale/pt/LC_MESSAGES/dragonplayer.mo share/locale/pt/LC_MESSAGES/drkonqi.mo share/locale/pt/LC_MESSAGES/filelight.mo share/locale/pt/LC_MESSAGES/filetypes.mo share/locale/pt/LC_MESSAGES/fileviewbazaarplugin.mo share/locale/pt/LC_MESSAGES/fileviewgitplugin.mo share/locale/pt/LC_MESSAGES/fileviewhgplugin.mo share/locale/pt/LC_MESSAGES/fileviewsvnplugin.mo share/locale/pt/LC_MESSAGES/freespacenotifier.mo share/locale/pt/LC_MESSAGES/fsview.mo share/locale/pt/LC_MESSAGES/granatier.mo share/locale/pt/LC_MESSAGES/gwenview.mo share/locale/pt/LC_MESSAGES/htmlsearch.mo share/locale/pt/LC_MESSAGES/imagerename_plugin.mo share/locale/pt/LC_MESSAGES/imgalleryplugin.mo share/locale/pt/LC_MESSAGES/importwizard.mo share/locale/pt/LC_MESSAGES/jovie.mo share/locale/pt/LC_MESSAGES/joystick.mo share/locale/pt/LC_MESSAGES/juk.mo share/locale/pt/LC_MESSAGES/kabc.mo share/locale/pt/LC_MESSAGES/kabc_akonadi.mo share/locale/pt/LC_MESSAGES/kabc_dir.mo share/locale/pt/LC_MESSAGES/kabc_file.mo share/locale/pt/LC_MESSAGES/kabc_ldapkio.mo share/locale/pt/LC_MESSAGES/kabc_net.mo share/locale/pt/LC_MESSAGES/kabcclient.mo share/locale/pt/LC_MESSAGES/kabcformat_binary.mo share/locale/pt/LC_MESSAGES/kaccess.mo share/locale/pt/LC_MESSAGES/kaccessibleapp.mo share/locale/pt/LC_MESSAGES/kactivitymanagerd.mo share/locale/pt/LC_MESSAGES/kactivitymanagerd_fileitem_linking_plugin.mo share/locale/pt/LC_MESSAGES/kaddressbook-mobile.mo share/locale/pt/LC_MESSAGES/kaddressbook.mo share/locale/pt/LC_MESSAGES/kaddressbookmigrator.mo share/locale/pt/LC_MESSAGES/kajongg.mo share/locale/pt/LC_MESSAGES/kalarm.mo share/locale/pt/LC_MESSAGES/kalgebra.mo share/locale/pt/LC_MESSAGES/kalzium.mo share/locale/pt/LC_MESSAGES/kanagram-harmattan.mo share/locale/pt/LC_MESSAGES/kanagram.mo share/locale/pt/LC_MESSAGES/kapman.mo share/locale/pt/LC_MESSAGES/kapptemplate.mo share/locale/pt/LC_MESSAGES/kate-ctags-plugin.mo share/locale/pt/LC_MESSAGES/kate.mo share/locale/pt/LC_MESSAGES/kate_kttsd.mo share/locale/pt/LC_MESSAGES/katebacktracebrowserplugin.mo share/locale/pt/LC_MESSAGES/katebuild-plugin.mo share/locale/pt/LC_MESSAGES/katefilebrowserplugin.mo share/locale/pt/LC_MESSAGES/katefiletemplates.mo share/locale/pt/LC_MESSAGES/kategdbplugin.mo share/locale/pt/LC_MESSAGES/katehelloworld.mo share/locale/pt/LC_MESSAGES/katekonsoleplugin.mo share/locale/pt/LC_MESSAGES/katemailfilesplugin.mo share/locale/pt/LC_MESSAGES/kateopenheader.mo share/locale/pt/LC_MESSAGES/katepart4.mo share/locale/pt/LC_MESSAGES/kateproject.mo share/locale/pt/LC_MESSAGES/katesearch.mo share/locale/pt/LC_MESSAGES/katesnippets_tng.mo share/locale/pt/LC_MESSAGES/katesnippetsplugin.mo share/locale/pt/LC_MESSAGES/katesql.mo share/locale/pt/LC_MESSAGES/katesymbolviewer.mo share/locale/pt/LC_MESSAGES/katetabbarextension.mo share/locale/pt/LC_MESSAGES/katetabifyplugin.mo share/locale/pt/LC_MESSAGES/katetextfilter.mo share/locale/pt/LC_MESSAGES/katexmlcheck.mo share/locale/pt/LC_MESSAGES/katexmltools.mo share/locale/pt/LC_MESSAGES/katomic.mo share/locale/pt/LC_MESSAGES/kbattleship.mo share/locale/pt/LC_MESSAGES/kblackbox.mo share/locale/pt/LC_MESSAGES/kblankscrn.mo share/locale/pt/LC_MESSAGES/kblocks.mo share/locale/pt/LC_MESSAGES/kbounce.mo share/locale/pt/LC_MESSAGES/kbreakout.mo share/locale/pt/LC_MESSAGES/kbruch.mo share/locale/pt/LC_MESSAGES/kcachegrind.mo share/locale/pt/LC_MESSAGES/kcachegrind_qt.mo share/locale/pt/LC_MESSAGES/kcal_akonadi.mo share/locale/pt/LC_MESSAGES/kcalc.mo share/locale/pt/LC_MESSAGES/kcertpart.mo share/locale/pt/LC_MESSAGES/kcharselect.mo share/locale/pt/LC_MESSAGES/kcm-kwin-scripts.mo share/locale/pt/LC_MESSAGES/kcm_activities.mo share/locale/pt/LC_MESSAGES/kcm_akonadi.mo share/locale/pt/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/pt/LC_MESSAGES/kcm_attica.mo share/locale/pt/LC_MESSAGES/kcm_autostart.mo share/locale/pt/LC_MESSAGES/kcm_desktoppaths.mo share/locale/pt/LC_MESSAGES/kcm_desktopthemedetails.mo share/locale/pt/LC_MESSAGES/kcm_device_automounter.mo share/locale/pt/LC_MESSAGES/kcm_emoticons.mo share/locale/pt/LC_MESSAGES/kcm_infobase.mo share/locale/pt/LC_MESSAGES/kcm_infosummary.mo -share/locale/pt/LC_MESSAGES/kcm_krfb.mo share/locale/pt/LC_MESSAGES/kcm_kwindesktop.mo share/locale/pt/LC_MESSAGES/kcm_kwintabbox.mo share/locale/pt/LC_MESSAGES/kcm_memory.mo share/locale/pt/LC_MESSAGES/kcm_nepomuk.mo share/locale/pt/LC_MESSAGES/kcm_pci.mo share/locale/pt/LC_MESSAGES/kcm_phonon.mo share/locale/pt/LC_MESSAGES/kcm_platform.mo share/locale/pt/LC_MESSAGES/kcm_remotecontrol.mo share/locale/pt/LC_MESSAGES/kcm_solid.mo share/locale/pt/LC_MESSAGES/kcm_solid_actions.mo share/locale/pt/LC_MESSAGES/kcm_standard_actions.mo share/locale/pt/LC_MESSAGES/kcmaccess.mo share/locale/pt/LC_MESSAGES/kcmaudiocd.mo share/locale/pt/LC_MESSAGES/kcmbackground.mo share/locale/pt/LC_MESSAGES/kcmbell.mo share/locale/pt/LC_MESSAGES/kcmcddb.mo share/locale/pt/LC_MESSAGES/kcmcgi.mo share/locale/pt/LC_MESSAGES/kcmcolors.mo share/locale/pt/LC_MESSAGES/kcmcomponentchooser.mo share/locale/pt/LC_MESSAGES/kcmcrypto.mo share/locale/pt/LC_MESSAGES/kcmdevinfo.mo share/locale/pt/LC_MESSAGES/kcmfonts.mo share/locale/pt/LC_MESSAGES/kcmhtmlsearch.mo share/locale/pt/LC_MESSAGES/kcmicons.mo share/locale/pt/LC_MESSAGES/kcminfo.mo share/locale/pt/LC_MESSAGES/kcminit.mo share/locale/pt/LC_MESSAGES/kcminput.mo share/locale/pt/LC_MESSAGES/kcmkamera.mo share/locale/pt/LC_MESSAGES/kcmkclock.mo share/locale/pt/LC_MESSAGES/kcmkded.mo share/locale/pt/LC_MESSAGES/kcmkdnssd.mo share/locale/pt/LC_MESSAGES/kcmkeyboard.mo share/locale/pt/LC_MESSAGES/kcmkeys.mo share/locale/pt/LC_MESSAGES/kcmkgamma.mo share/locale/pt/LC_MESSAGES/kcmkio.mo share/locale/pt/LC_MESSAGES/kcmkonq.mo share/locale/pt/LC_MESSAGES/kcmkonqhtml.mo share/locale/pt/LC_MESSAGES/kcmkurifilt.mo share/locale/pt/LC_MESSAGES/kcmkwallet.mo share/locale/pt/LC_MESSAGES/kcmkwincompositing.mo share/locale/pt/LC_MESSAGES/kcmkwindecoration.mo share/locale/pt/LC_MESSAGES/kcmkwinrules.mo share/locale/pt/LC_MESSAGES/kcmkwinscreenedges.mo share/locale/pt/LC_MESSAGES/kcmkwm.mo share/locale/pt/LC_MESSAGES/kcmlaunch.mo share/locale/pt/LC_MESSAGES/kcmlocale.mo share/locale/pt/LC_MESSAGES/kcmnic.mo share/locale/pt/LC_MESSAGES/kcmnotify.mo share/locale/pt/LC_MESSAGES/kcmopengl.mo share/locale/pt/LC_MESSAGES/kcmperformance.mo share/locale/pt/LC_MESSAGES/kcmsamba.mo share/locale/pt/LC_MESSAGES/kcmscreensaver.mo share/locale/pt/LC_MESSAGES/kcmshell.mo share/locale/pt/LC_MESSAGES/kcmsmartcard.mo share/locale/pt/LC_MESSAGES/kcmsmserver.mo share/locale/pt/LC_MESSAGES/kcmstyle.mo share/locale/pt/LC_MESSAGES/kcmusb.mo share/locale/pt/LC_MESSAGES/kcmview1394.mo share/locale/pt/LC_MESSAGES/kcmworkspaceoptions.mo share/locale/pt/LC_MESSAGES/kcolorchooser.mo share/locale/pt/LC_MESSAGES/kcron.mo share/locale/pt/LC_MESSAGES/kde-menu.mo share/locale/pt/LC_MESSAGES/kdeasciiquarium.mo share/locale/pt/LC_MESSAGES/kdebugdialog.mo share/locale/pt/LC_MESSAGES/kdecalendarsystems.mo share/locale/pt/LC_MESSAGES/kdelibs4.mo share/locale/pt/LC_MESSAGES/kdelibs_colors4.mo share/locale/pt/LC_MESSAGES/kdepasswd.mo share/locale/pt/LC_MESSAGES/kdepim-runtime-qml.mo share/locale/pt/LC_MESSAGES/kdeqt.mo share/locale/pt/LC_MESSAGES/kdesu.mo share/locale/pt/LC_MESSAGES/kdesud.mo share/locale/pt/LC_MESSAGES/kdf.mo share/locale/pt/LC_MESSAGES/kdgantt2.mo share/locale/pt/LC_MESSAGES/kdialog.mo share/locale/pt/LC_MESSAGES/kdiamond.mo share/locale/pt/LC_MESSAGES/kdmconfig.mo share/locale/pt/LC_MESSAGES/kdmgreet.mo share/locale/pt/LC_MESSAGES/kdontchangethehostname.mo share/locale/pt/LC_MESSAGES/keditbookmarks.mo share/locale/pt/LC_MESSAGES/kfile.mo share/locale/pt/LC_MESSAGES/kfile_dds.mo share/locale/pt/LC_MESSAGES/kfile_drgeo.mo share/locale/pt/LC_MESSAGES/kfile_exr.mo share/locale/pt/LC_MESSAGES/kfile_kig.mo share/locale/pt/LC_MESSAGES/kfile_mail.mo share/locale/pt/LC_MESSAGES/kfile_pnm.mo share/locale/pt/LC_MESSAGES/kfile_raw.mo share/locale/pt/LC_MESSAGES/kfile_rgb.mo share/locale/pt/LC_MESSAGES/kfile_rpm.mo share/locale/pt/LC_MESSAGES/kfile_tiff.mo share/locale/pt/LC_MESSAGES/kfile_xps.mo share/locale/pt/LC_MESSAGES/kfileaudiopreview4.mo share/locale/pt/LC_MESSAGES/kfilereplace.mo share/locale/pt/LC_MESSAGES/kfileshare.mo share/locale/pt/LC_MESSAGES/kfindpart.mo share/locale/pt/LC_MESSAGES/kfloppy.mo share/locale/pt/LC_MESSAGES/kfmclient.mo share/locale/pt/LC_MESSAGES/kfontinst.mo share/locale/pt/LC_MESSAGES/kfourinline.mo share/locale/pt/LC_MESSAGES/kgeography.mo share/locale/pt/LC_MESSAGES/kget.mo share/locale/pt/LC_MESSAGES/kgetplugin.mo share/locale/pt/LC_MESSAGES/kglobalaccel.mo share/locale/pt/LC_MESSAGES/kgoldrunner.mo share/locale/pt/LC_MESSAGES/kgpg.mo share/locale/pt/LC_MESSAGES/kgreet_classic.mo share/locale/pt/LC_MESSAGES/kgreet_generic.mo share/locale/pt/LC_MESSAGES/kgreet_winbind.mo share/locale/pt/LC_MESSAGES/khangman.mo share/locale/pt/LC_MESSAGES/khelpcenter.mo share/locale/pt/LC_MESSAGES/khotkeys.mo share/locale/pt/LC_MESSAGES/khotnewstuff.mo share/locale/pt/LC_MESSAGES/khtmlkttsd.mo share/locale/pt/LC_MESSAGES/khtmlsettingsplugin.mo share/locale/pt/LC_MESSAGES/kiconfinder.mo share/locale/pt/LC_MESSAGES/kig.mo share/locale/pt/LC_MESSAGES/kigo.mo share/locale/pt/LC_MESSAGES/killbots.mo share/locale/pt/LC_MESSAGES/kimagemapeditor.mo -share/locale/pt/LC_MESSAGES/kinetd.mo share/locale/pt/LC_MESSAGES/kinfocenter.mo share/locale/pt/LC_MESSAGES/kio4.mo share/locale/pt/LC_MESSAGES/kio_activities.mo share/locale/pt/LC_MESSAGES/kio_akonadi.mo share/locale/pt/LC_MESSAGES/kio_applications.mo share/locale/pt/LC_MESSAGES/kio_archive.mo share/locale/pt/LC_MESSAGES/kio_audiocd.mo share/locale/pt/LC_MESSAGES/kio_bookmarks.mo share/locale/pt/LC_MESSAGES/kio_finger.mo share/locale/pt/LC_MESSAGES/kio_fish.mo share/locale/pt/LC_MESSAGES/kio_floppy.mo share/locale/pt/LC_MESSAGES/kio_help4.mo share/locale/pt/LC_MESSAGES/kio_imap4.mo share/locale/pt/LC_MESSAGES/kio_info.mo share/locale/pt/LC_MESSAGES/kio_jabberdisco.mo share/locale/pt/LC_MESSAGES/kio_ldap.mo share/locale/pt/LC_MESSAGES/kio_man.mo share/locale/pt/LC_MESSAGES/kio_mbox.mo share/locale/pt/LC_MESSAGES/kio_nepomuk.mo share/locale/pt/LC_MESSAGES/kio_nepomuksearch.mo share/locale/pt/LC_MESSAGES/kio_nfs.mo share/locale/pt/LC_MESSAGES/kio_nntp.mo share/locale/pt/LC_MESSAGES/kio_perldoc.mo share/locale/pt/LC_MESSAGES/kio_pop3.mo share/locale/pt/LC_MESSAGES/kio_recentdocuments.mo share/locale/pt/LC_MESSAGES/kio_remote.mo share/locale/pt/LC_MESSAGES/kio_sftp.mo share/locale/pt/LC_MESSAGES/kio_sieve.mo share/locale/pt/LC_MESSAGES/kio_smb.mo share/locale/pt/LC_MESSAGES/kio_smtp.mo share/locale/pt/LC_MESSAGES/kio_svn.mo share/locale/pt/LC_MESSAGES/kio_tags.mo share/locale/pt/LC_MESSAGES/kio_thumbnail.mo share/locale/pt/LC_MESSAGES/kio_timeline.mo share/locale/pt/LC_MESSAGES/kio_trash.mo share/locale/pt/LC_MESSAGES/kio_zeroconf.mo share/locale/pt/LC_MESSAGES/kioclient.mo share/locale/pt/LC_MESSAGES/kioexec.mo share/locale/pt/LC_MESSAGES/kipiplugin_kxmlhelloworld.mo share/locale/pt/LC_MESSAGES/kiriki.mo share/locale/pt/LC_MESSAGES/kiten.mo share/locale/pt/LC_MESSAGES/kjots.mo share/locale/pt/LC_MESSAGES/kjotsmigrator.mo share/locale/pt/LC_MESSAGES/kjumpingcube.mo share/locale/pt/LC_MESSAGES/kleopatra.mo share/locale/pt/LC_MESSAGES/klettres.mo share/locale/pt/LC_MESSAGES/klickety.mo share/locale/pt/LC_MESSAGES/klines.mo share/locale/pt/LC_MESSAGES/klinkstatus.mo share/locale/pt/LC_MESSAGES/klipper.mo share/locale/pt/LC_MESSAGES/klock.mo share/locale/pt/LC_MESSAGES/kmag.mo share/locale/pt/LC_MESSAGES/kmahjongg.mo share/locale/pt/LC_MESSAGES/kmail-migrator.mo share/locale/pt/LC_MESSAGES/kmail-mobile.mo share/locale/pt/LC_MESSAGES/kmail.mo share/locale/pt/LC_MESSAGES/kmailcvt.mo share/locale/pt/LC_MESSAGES/kmenuedit.mo share/locale/pt/LC_MESSAGES/kmimetypefinder.mo share/locale/pt/LC_MESSAGES/kmines.mo share/locale/pt/LC_MESSAGES/kmix.mo share/locale/pt/LC_MESSAGES/kmousetool.mo share/locale/pt/LC_MESSAGES/kmouth.mo share/locale/pt/LC_MESSAGES/kmplot.mo share/locale/pt/LC_MESSAGES/knetattach.mo share/locale/pt/LC_MESSAGES/knetwalk.mo share/locale/pt/LC_MESSAGES/knode.mo share/locale/pt/LC_MESSAGES/knotes.mo share/locale/pt/LC_MESSAGES/knotify4.mo share/locale/pt/LC_MESSAGES/kolf.mo share/locale/pt/LC_MESSAGES/kollision.mo share/locale/pt/LC_MESSAGES/kolourpaint.mo share/locale/pt/LC_MESSAGES/kommander.mo share/locale/pt/LC_MESSAGES/kompare.mo share/locale/pt/LC_MESSAGES/konqprofiles.mo share/locale/pt/LC_MESSAGES/konqueror.mo share/locale/pt/LC_MESSAGES/konquest.mo share/locale/pt/LC_MESSAGES/konsole.mo share/locale/pt/LC_MESSAGES/konsolekalendar.mo share/locale/pt/LC_MESSAGES/konsoleprofiles.mo share/locale/pt/LC_MESSAGES/kontact.mo share/locale/pt/LC_MESSAGES/kontactinterfaces.mo share/locale/pt/LC_MESSAGES/kopete.mo share/locale/pt/LC_MESSAGES/korganizer-mobile.mo share/locale/pt/LC_MESSAGES/korganizer.mo share/locale/pt/LC_MESSAGES/kpartloader.mo share/locale/pt/LC_MESSAGES/kpartsaver.mo share/locale/pt/LC_MESSAGES/kpasswdserver.mo share/locale/pt/LC_MESSAGES/kpat.mo share/locale/pt/LC_MESSAGES/kppp.mo share/locale/pt/LC_MESSAGES/kppplogview.mo share/locale/pt/LC_MESSAGES/kquitapp.mo share/locale/pt/LC_MESSAGES/krandr.mo share/locale/pt/LC_MESSAGES/krcdnotifieritem.mo share/locale/pt/LC_MESSAGES/krdb.mo share/locale/pt/LC_MESSAGES/krdc.mo share/locale/pt/LC_MESSAGES/kreadconfig.mo share/locale/pt/LC_MESSAGES/kremotecontroldaemon.mo share/locale/pt/LC_MESSAGES/kres-migrator.mo share/locale/pt/LC_MESSAGES/kres_blog.mo share/locale/pt/LC_MESSAGES/kres_remote.mo share/locale/pt/LC_MESSAGES/kresources_shared_akonadi.mo share/locale/pt/LC_MESSAGES/kreversi.mo share/locale/pt/LC_MESSAGES/krfb.mo share/locale/pt/LC_MESSAGES/kruler.mo share/locale/pt/LC_MESSAGES/krunner.mo share/locale/pt/LC_MESSAGES/ksaneplugin.mo share/locale/pt/LC_MESSAGES/kscd.mo share/locale/pt/LC_MESSAGES/kscreenlocker.mo share/locale/pt/LC_MESSAGES/kscreenlocker_greet.mo share/locale/pt/LC_MESSAGES/kscreensaver.mo share/locale/pt/LC_MESSAGES/ksendemail.mo share/locale/pt/LC_MESSAGES/ksgrd.mo share/locale/pt/LC_MESSAGES/kshellcmdplugin.mo share/locale/pt/LC_MESSAGES/kshisen.mo share/locale/pt/LC_MESSAGES/kshorturifilter.mo share/locale/pt/LC_MESSAGES/ksirk.mo share/locale/pt/LC_MESSAGES/ksirkskineditor.mo share/locale/pt/LC_MESSAGES/ksmserver.mo share/locale/pt/LC_MESSAGES/ksnapshot.mo share/locale/pt/LC_MESSAGES/kspaceduel.mo share/locale/pt/LC_MESSAGES/ksplashthemes.mo share/locale/pt/LC_MESSAGES/ksquares.mo share/locale/pt/LC_MESSAGES/kstars.mo share/locale/pt/LC_MESSAGES/kstart.mo share/locale/pt/LC_MESSAGES/kstartperf.mo share/locale/pt/LC_MESSAGES/kstyle_config.mo share/locale/pt/LC_MESSAGES/kstyle_phase_config.mo share/locale/pt/LC_MESSAGES/ksudoku.mo share/locale/pt/LC_MESSAGES/ksysguard.mo share/locale/pt/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/pt/LC_MESSAGES/ksystemlog.mo share/locale/pt/LC_MESSAGES/ksystraycmd.mo share/locale/pt/LC_MESSAGES/kteatime.mo share/locale/pt/LC_MESSAGES/ktesnippets_editor.mo share/locale/pt/LC_MESSAGES/ktexteditor_codesnippets_core.mo share/locale/pt/LC_MESSAGES/ktexteditor_plugins.mo share/locale/pt/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/pt/LC_MESSAGES/ktimer.mo share/locale/pt/LC_MESSAGES/ktimetracker.mo share/locale/pt/LC_MESSAGES/ktnef.mo share/locale/pt/LC_MESSAGES/ktouch.mo share/locale/pt/LC_MESSAGES/ktouchpadenabler.mo share/locale/pt/LC_MESSAGES/ktraderclient.mo share/locale/pt/LC_MESSAGES/ktron.mo share/locale/pt/LC_MESSAGES/ktuberling.mo share/locale/pt/LC_MESSAGES/kturtle.mo share/locale/pt/LC_MESSAGES/ktux.mo share/locale/pt/LC_MESSAGES/kubrick.mo share/locale/pt/LC_MESSAGES/kuiserver.mo share/locale/pt/LC_MESSAGES/kuiviewer.mo share/locale/pt/LC_MESSAGES/kurifilter.mo share/locale/pt/LC_MESSAGES/kuser.mo share/locale/pt/LC_MESSAGES/kwalletd.mo share/locale/pt/LC_MESSAGES/kwalletmanager.mo share/locale/pt/LC_MESSAGES/kwatchgnupg.mo share/locale/pt/LC_MESSAGES/kwin.mo share/locale/pt/LC_MESSAGES/kwin_art_clients.mo share/locale/pt/LC_MESSAGES/kwin_clients.mo share/locale/pt/LC_MESSAGES/kwin_effects.mo share/locale/pt/LC_MESSAGES/kwinshutdown.mo share/locale/pt/LC_MESSAGES/kwinstartmenu.mo share/locale/pt/LC_MESSAGES/kwordquiz.mo share/locale/pt/LC_MESSAGES/kwrite.mo share/locale/pt/LC_MESSAGES/kwriteconfig.mo share/locale/pt/LC_MESSAGES/kxkb.mo share/locale/pt/LC_MESSAGES/kxsconfig.mo share/locale/pt/LC_MESSAGES/lancelot.mo share/locale/pt/LC_MESSAGES/libakonadi-calendar.mo share/locale/pt/LC_MESSAGES/libakonadi-kmime.mo share/locale/pt/LC_MESSAGES/libakonadi.mo share/locale/pt/LC_MESSAGES/libeventviews.mo share/locale/pt/LC_MESSAGES/libincidenceeditors.mo share/locale/pt/LC_MESSAGES/libkalarmcal.mo share/locale/pt/LC_MESSAGES/libkasten.mo share/locale/pt/LC_MESSAGES/libkblog.mo share/locale/pt/LC_MESSAGES/libkcal.mo share/locale/pt/LC_MESSAGES/libkcalutils.mo share/locale/pt/LC_MESSAGES/libkcddb.mo share/locale/pt/LC_MESSAGES/libkcompactdisc.mo share/locale/pt/LC_MESSAGES/libkdcraw.mo share/locale/pt/LC_MESSAGES/libkdecorations.mo share/locale/pt/LC_MESSAGES/libkdeedu.mo share/locale/pt/LC_MESSAGES/libkdegames.mo share/locale/pt/LC_MESSAGES/libkdepim.mo share/locale/pt/LC_MESSAGES/libkdepimmobileui.mo share/locale/pt/LC_MESSAGES/libkexiv2.mo share/locale/pt/LC_MESSAGES/libkholidays.mo share/locale/pt/LC_MESSAGES/libkimap.mo share/locale/pt/LC_MESSAGES/libkipi.mo share/locale/pt/LC_MESSAGES/libkldap.mo share/locale/pt/LC_MESSAGES/libkleopatra.mo share/locale/pt/LC_MESSAGES/libkmahjongg.mo share/locale/pt/LC_MESSAGES/libkmime.mo share/locale/pt/LC_MESSAGES/libkonq.mo share/locale/pt/LC_MESSAGES/libkpgp.mo share/locale/pt/LC_MESSAGES/libkpimidentities.mo share/locale/pt/LC_MESSAGES/libkpimtextedit.mo share/locale/pt/LC_MESSAGES/libkpimutils.mo share/locale/pt/LC_MESSAGES/libkremotecontrol.mo share/locale/pt/LC_MESSAGES/libkresources.mo share/locale/pt/LC_MESSAGES/libksane.mo share/locale/pt/LC_MESSAGES/libkscreensaver.mo share/locale/pt/LC_MESSAGES/libksieve.mo share/locale/pt/LC_MESSAGES/libktnef.mo share/locale/pt/LC_MESSAGES/libkunitconversion.mo share/locale/pt/LC_MESSAGES/libkworkspace.mo share/locale/pt/LC_MESSAGES/libkxmlrpcclient.mo share/locale/pt/LC_MESSAGES/liblancelot-datamodels.mo share/locale/pt/LC_MESSAGES/libmailcommon.mo share/locale/pt/LC_MESSAGES/libmailimporter.mo share/locale/pt/LC_MESSAGES/libmailtransport.mo share/locale/pt/LC_MESSAGES/libmessagecomposer.mo share/locale/pt/LC_MESSAGES/libmessagecore.mo share/locale/pt/LC_MESSAGES/libmessagelist.mo share/locale/pt/LC_MESSAGES/libmessageviewer.mo share/locale/pt/LC_MESSAGES/liboktetacore.mo share/locale/pt/LC_MESSAGES/liboktetagui.mo share/locale/pt/LC_MESSAGES/liboktetakasten.mo share/locale/pt/LC_MESSAGES/liboxygenstyleconfig.mo share/locale/pt/LC_MESSAGES/libphonon.mo share/locale/pt/LC_MESSAGES/libpimcommon.mo share/locale/pt/LC_MESSAGES/libplasma.mo share/locale/pt/LC_MESSAGES/libplasma_groupingcontainment.mo share/locale/pt/LC_MESSAGES/libplasmaclock.mo share/locale/pt/LC_MESSAGES/libplasmaweather.mo share/locale/pt/LC_MESSAGES/libtaskmanager.mo share/locale/pt/LC_MESSAGES/libtemplateparser.mo share/locale/pt/LC_MESSAGES/lokalize.mo share/locale/pt/LC_MESSAGES/lskat.mo share/locale/pt/LC_MESSAGES/mailreader.mo share/locale/pt/LC_MESSAGES/marble.mo share/locale/pt/LC_MESSAGES/marble_qt.mo share/locale/pt/LC_MESSAGES/marble_xml_mimetypes.mo share/locale/pt/LC_MESSAGES/messageviewer_application_mstnef_plugin.mo share/locale/pt/LC_MESSAGES/messageviewer_text_calendar_plugin.mo share/locale/pt/LC_MESSAGES/messageviewer_text_vcard_plugin.mo share/locale/pt/LC_MESSAGES/messageviewer_text_xdiff_plugin.mo share/locale/pt/LC_MESSAGES/mf_konqplugin.mo share/locale/pt/LC_MESSAGES/minitoolsplugin.mo share/locale/pt/LC_MESSAGES/mplayerthumbs.mo share/locale/pt/LC_MESSAGES/mplayerthumbsconfig.mo share/locale/pt/LC_MESSAGES/nepomukbackup.mo share/locale/pt/LC_MESSAGES/nepomukcleaner.mo share/locale/pt/LC_MESSAGES/nepomukcontroller.mo share/locale/pt/LC_MESSAGES/nepomukfileindexer.mo +share/locale/pt/LC_MESSAGES/nepomukpimindexerutility.mo share/locale/pt/LC_MESSAGES/nepomukqueryservice.mo share/locale/pt/LC_MESSAGES/nepomukserver.mo share/locale/pt/LC_MESSAGES/nepomukservicestub.mo share/locale/pt/LC_MESSAGES/nepomukstorage.mo share/locale/pt/LC_MESSAGES/nepomukwidgets.mo share/locale/pt/LC_MESSAGES/newmailnotifieragent.mo share/locale/pt/LC_MESSAGES/notes-mobile.mo share/locale/pt/LC_MESSAGES/nsplugin.mo share/locale/pt/LC_MESSAGES/okteta-mobile.mo share/locale/pt/LC_MESSAGES/okteta.mo share/locale/pt/LC_MESSAGES/oktetapart.mo share/locale/pt/LC_MESSAGES/okular.mo share/locale/pt/LC_MESSAGES/okular_chm.mo share/locale/pt/LC_MESSAGES/okular_comicbook.mo share/locale/pt/LC_MESSAGES/okular_djvu.mo share/locale/pt/LC_MESSAGES/okular_dvi.mo share/locale/pt/LC_MESSAGES/okular_epub.mo share/locale/pt/LC_MESSAGES/okular_fax.mo share/locale/pt/LC_MESSAGES/okular_fictionbook.mo share/locale/pt/LC_MESSAGES/okular_ghostview.mo share/locale/pt/LC_MESSAGES/okular_kimgio.mo share/locale/pt/LC_MESSAGES/okular_mobi.mo share/locale/pt/LC_MESSAGES/okular_ooo.mo share/locale/pt/LC_MESSAGES/okular_plucker.mo share/locale/pt/LC_MESSAGES/okular_poppler.mo share/locale/pt/LC_MESSAGES/okular_tiff.mo share/locale/pt/LC_MESSAGES/okular_xps.mo share/locale/pt/LC_MESSAGES/org.kde.active.documentviewer.mo share/locale/pt/LC_MESSAGES/pairs.mo share/locale/pt/LC_MESSAGES/pairseditor.mo share/locale/pt/LC_MESSAGES/palapeli.mo share/locale/pt/LC_MESSAGES/parley.mo share/locale/pt/LC_MESSAGES/phonon_gstreamer.mo share/locale/pt/LC_MESSAGES/phonon_kde.mo share/locale/pt/LC_MESSAGES/phonon_vlc.mo share/locale/pt/LC_MESSAGES/phononserver.mo share/locale/pt/LC_MESSAGES/picmi.mo share/locale/pt/LC_MESSAGES/pimsettingexporter.mo share/locale/pt/LC_MESSAGES/plasma-desktop.mo share/locale/pt/LC_MESSAGES/plasma-netbook.mo share/locale/pt/LC_MESSAGES/plasma-overlay.mo share/locale/pt/LC_MESSAGES/plasma-remote-helper.mo share/locale/pt/LC_MESSAGES/plasma-windowed.mo share/locale/pt/LC_MESSAGES/plasma_applet_BbalL.mo share/locale/pt/LC_MESSAGES/plasma_applet_CharSelectApplet.mo share/locale/pt/LC_MESSAGES/plasma_applet_Molmasscalculator.mo share/locale/pt/LC_MESSAGES/plasma_applet_akonotes_note.mo share/locale/pt/LC_MESSAGES/plasma_applet_battery.mo share/locale/pt/LC_MESSAGES/plasma_applet_binaryclock.mo share/locale/pt/LC_MESSAGES/plasma_applet_bookmarks.mo share/locale/pt/LC_MESSAGES/plasma_applet_bubblemon.mo share/locale/pt/LC_MESSAGES/plasma_applet_calculator.mo share/locale/pt/LC_MESSAGES/plasma_applet_clock.mo share/locale/pt/LC_MESSAGES/plasma_applet_comic.mo share/locale/pt/LC_MESSAGES/plasma_applet_concentrationCalculator.mo share/locale/pt/LC_MESSAGES/plasma_applet_currentappcontrol.mo share/locale/pt/LC_MESSAGES/plasma_applet_dig_clock.mo share/locale/pt/LC_MESSAGES/plasma_applet_fifteenPuzzle.mo share/locale/pt/LC_MESSAGES/plasma_applet_fileWatcher.mo share/locale/pt/LC_MESSAGES/plasma_applet_folderview.mo share/locale/pt/LC_MESSAGES/plasma_applet_frame.mo share/locale/pt/LC_MESSAGES/plasma_applet_fuzzy_clock.mo share/locale/pt/LC_MESSAGES/plasma_applet_gasCalculator.mo share/locale/pt/LC_MESSAGES/plasma_applet_groupingpanel.mo share/locale/pt/LC_MESSAGES/plasma_applet_icon.mo share/locale/pt/LC_MESSAGES/plasma_applet_icontasks.mo share/locale/pt/LC_MESSAGES/plasma_applet_incomingmsg.mo share/locale/pt/LC_MESSAGES/plasma_applet_kalgebra.mo share/locale/pt/LC_MESSAGES/plasma_applet_kalzium.mo share/locale/pt/LC_MESSAGES/plasma_applet_katesession.mo share/locale/pt/LC_MESSAGES/plasma_applet_kdeobservatory.mo share/locale/pt/LC_MESSAGES/plasma_applet_kget.mo share/locale/pt/LC_MESSAGES/plasma_applet_kimpanel.mo share/locale/pt/LC_MESSAGES/plasma_applet_knowledgebase.mo share/locale/pt/LC_MESSAGES/plasma_applet_kolourpicker.mo share/locale/pt/LC_MESSAGES/plasma_applet_kpapplet.mo share/locale/pt/LC_MESSAGES/plasma_applet_launcher.mo share/locale/pt/LC_MESSAGES/plasma_applet_leavenote.mo share/locale/pt/LC_MESSAGES/plasma_applet_life.mo share/locale/pt/LC_MESSAGES/plasma_applet_lockout.mo share/locale/pt/LC_MESSAGES/plasma_applet_luna.mo share/locale/pt/LC_MESSAGES/plasma_applet_magnifique.mo share/locale/pt/LC_MESSAGES/plasma_applet_microblog.mo share/locale/pt/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/pt/LC_MESSAGES/plasma_applet_news.mo share/locale/pt/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/pt/LC_MESSAGES/plasma_applet_notes.mo share/locale/pt/LC_MESSAGES/plasma_applet_notifier.mo share/locale/pt/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/pt/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/pt/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/pt/LC_MESSAGES/plasma_applet_opendesktop_activities.mo share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.notifications.mo share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/pt/LC_MESSAGES/plasma_applet_pager.mo share/locale/pt/LC_MESSAGES/plasma_applet_panel.mo share/locale/pt/LC_MESSAGES/plasma_applet_panelspacer_internal.mo share/locale/pt/LC_MESSAGES/plasma_applet_paste.mo share/locale/pt/LC_MESSAGES/plasma_applet_pastebin.mo share/locale/pt/LC_MESSAGES/plasma_applet_plasmaboard.mo share/locale/pt/LC_MESSAGES/plasma_applet_previewer.mo share/locale/pt/LC_MESSAGES/plasma_applet_printmanager.mo share/locale/pt/LC_MESSAGES/plasma_applet_qalculate.mo share/locale/pt/LC_MESSAGES/plasma_applet_qstardict.mo share/locale/pt/LC_MESSAGES/plasma_applet_quicklaunch.mo share/locale/pt/LC_MESSAGES/plasma_applet_rssnow.mo share/locale/pt/LC_MESSAGES/plasma_applet_rtm.mo share/locale/pt/LC_MESSAGES/plasma_applet_sal.mo share/locale/pt/LC_MESSAGES/plasma_applet_saverdesktop.mo share/locale/pt/LC_MESSAGES/plasma_applet_searchbox.mo share/locale/pt/LC_MESSAGES/plasma_applet_showdashboard.mo share/locale/pt/LC_MESSAGES/plasma_applet_showdesktop.mo share/locale/pt/LC_MESSAGES/plasma_applet_skapplet.mo share/locale/pt/LC_MESSAGES/plasma_applet_spellcheck.mo share/locale/pt/LC_MESSAGES/plasma_applet_system-monitor.mo share/locale/pt/LC_MESSAGES/plasma_applet_systemloadviewer.mo share/locale/pt/LC_MESSAGES/plasma_applet_systemtray.mo share/locale/pt/LC_MESSAGES/plasma_applet_tasks.mo share/locale/pt/LC_MESSAGES/plasma_applet_timer.mo share/locale/pt/LC_MESSAGES/plasma_applet_trash.mo share/locale/pt/LC_MESSAGES/plasma_applet_unitconverter.mo share/locale/pt/LC_MESSAGES/plasma_applet_weather.mo share/locale/pt/LC_MESSAGES/plasma_applet_weatherstation.mo share/locale/pt/LC_MESSAGES/plasma_applet_webbrowser.mo share/locale/pt/LC_MESSAGES/plasma_applet_webslice.mo share/locale/pt/LC_MESSAGES/plasma_applet_windowlist.mo share/locale/pt/LC_MESSAGES/plasma_appletscriptengine_dashboard.mo share/locale/pt/LC_MESSAGES/plasma_containmentactions_contextmenu.mo share/locale/pt/LC_MESSAGES/plasma_containmentactions_switchactivity.mo share/locale/pt/LC_MESSAGES/plasma_containmentactions_switchdesktop.mo share/locale/pt/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/pt/LC_MESSAGES/plasma_engine_calendar.mo share/locale/pt/LC_MESSAGES/plasma_engine_kalzium.mo share/locale/pt/LC_MESSAGES/plasma_engine_kdeobservatory.mo share/locale/pt/LC_MESSAGES/plasma_engine_keystate.mo share/locale/pt/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/pt/LC_MESSAGES/plasma_engine_metadata.mo share/locale/pt/LC_MESSAGES/plasma_engine_mpris2.mo share/locale/pt/LC_MESSAGES/plasma_engine_network.mo share/locale/pt/LC_MESSAGES/plasma_engine_notifications.mo share/locale/pt/LC_MESSAGES/plasma_engine_nowplaying.mo share/locale/pt/LC_MESSAGES/plasma_engine_rss.mo share/locale/pt/LC_MESSAGES/plasma_engine_share.mo share/locale/pt/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/pt/LC_MESSAGES/plasma_engine_weather.mo share/locale/pt/LC_MESSAGES/plasma_package_org.kde.desktop.activitymanager.mo share/locale/pt/LC_MESSAGES/plasma_package_org.kde.desktop.widgetexplorer.mo share/locale/pt/LC_MESSAGES/plasma_packagestructure_comic.mo share/locale/pt/LC_MESSAGES/plasma_runner_CharacterRunner.mo share/locale/pt/LC_MESSAGES/plasma_runner_activities.mo share/locale/pt/LC_MESSAGES/plasma_runner_audioplayercontrol.mo share/locale/pt/LC_MESSAGES/plasma_runner_bookmarksrunner.mo share/locale/pt/LC_MESSAGES/plasma_runner_browserhistory.mo share/locale/pt/LC_MESSAGES/plasma_runner_calculatorrunner.mo share/locale/pt/LC_MESSAGES/plasma_runner_contacts.mo share/locale/pt/LC_MESSAGES/plasma_runner_converterrunner.mo share/locale/pt/LC_MESSAGES/plasma_runner_datetime.mo share/locale/pt/LC_MESSAGES/plasma_runner_events.mo share/locale/pt/LC_MESSAGES/plasma_runner_katesessions.mo share/locale/pt/LC_MESSAGES/plasma_runner_kget.mo share/locale/pt/LC_MESSAGES/plasma_runner_kill.mo share/locale/pt/LC_MESSAGES/plasma_runner_konquerorsessions.mo share/locale/pt/LC_MESSAGES/plasma_runner_konsolesessions.mo share/locale/pt/LC_MESSAGES/plasma_runner_kopete.mo share/locale/pt/LC_MESSAGES/plasma_runner_krunner_dictionary.mo share/locale/pt/LC_MESSAGES/plasma_runner_locations.mo share/locale/pt/LC_MESSAGES/plasma_runner_marblerunner.mo share/locale/pt/LC_MESSAGES/plasma_runner_mediawiki.mo share/locale/pt/LC_MESSAGES/plasma_runner_nepomuksearchrunner.mo share/locale/pt/LC_MESSAGES/plasma_runner_placesrunner.mo share/locale/pt/LC_MESSAGES/plasma_runner_plasma-desktop.mo share/locale/pt/LC_MESSAGES/plasma_runner_powerdevil.mo share/locale/pt/LC_MESSAGES/plasma_runner_recentdocuments.mo share/locale/pt/LC_MESSAGES/plasma_runner_services.mo share/locale/pt/LC_MESSAGES/plasma_runner_sessions.mo share/locale/pt/LC_MESSAGES/plasma_runner_shell.mo share/locale/pt/LC_MESSAGES/plasma_runner_solid.mo share/locale/pt/LC_MESSAGES/plasma_runner_spellcheckrunner.mo share/locale/pt/LC_MESSAGES/plasma_runner_webshortcuts.mo share/locale/pt/LC_MESSAGES/plasma_runner_windowedwidgets.mo share/locale/pt/LC_MESSAGES/plasma_runner_windows.mo share/locale/pt/LC_MESSAGES/plasma_runner_youtube.mo share/locale/pt/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/pt/LC_MESSAGES/plasma_toolbox_desktoptoolbox.mo share/locale/pt/LC_MESSAGES/plasma_toolbox_paneltoolbox.mo share/locale/pt/LC_MESSAGES/plasma_wallpaper_color.mo share/locale/pt/LC_MESSAGES/plasma_wallpaper_image.mo share/locale/pt/LC_MESSAGES/plasma_wallpaper_mandelbrot.mo share/locale/pt/LC_MESSAGES/plasma_wallpaper_marble.mo share/locale/pt/LC_MESSAGES/plasma_wallpaper_pattern.mo share/locale/pt/LC_MESSAGES/plasma_wallpaper_potd.mo share/locale/pt/LC_MESSAGES/plasma_wallpaper_virus.mo share/locale/pt/LC_MESSAGES/plasma_wallpaper_wallpaper-qml.mo share/locale/pt/LC_MESSAGES/plasma_wallpaper_weather.mo share/locale/pt/LC_MESSAGES/plasmagenericshell.mo share/locale/pt/LC_MESSAGES/plasmapkg.mo share/locale/pt/LC_MESSAGES/pothumbnail.mo share/locale/pt/LC_MESSAGES/powerdevil.mo share/locale/pt/LC_MESSAGES/powerdevilactivitiesconfig.mo share/locale/pt/LC_MESSAGES/powerdevilglobalconfig.mo share/locale/pt/LC_MESSAGES/powerdevilprofilesconfig.mo share/locale/pt/LC_MESSAGES/print-manager.mo share/locale/pt/LC_MESSAGES/processcore.mo share/locale/pt/LC_MESSAGES/processui.mo share/locale/pt/LC_MESSAGES/randrmonitor.mo share/locale/pt/LC_MESSAGES/rellinks.mo share/locale/pt/LC_MESSAGES/rocs.mo share/locale/pt/LC_MESSAGES/rocscore.mo share/locale/pt/LC_MESSAGES/rocsvisualeditor.mo share/locale/pt/LC_MESSAGES/searchbarplugin.mo share/locale/pt/LC_MESSAGES/solid-hardware.mo share/locale/pt/LC_MESSAGES/solid-network.mo share/locale/pt/LC_MESSAGES/solid_qt.mo share/locale/pt/LC_MESSAGES/solidcontrol.mo share/locale/pt/LC_MESSAGES/soliduiserver.mo share/locale/pt/LC_MESSAGES/step.mo share/locale/pt/LC_MESSAGES/step_qt.mo share/locale/pt/LC_MESSAGES/strigila_diff.mo share/locale/pt/LC_MESSAGES/superkaramba.mo share/locale/pt/LC_MESSAGES/svgpart.mo share/locale/pt/LC_MESSAGES/sweeper.mo share/locale/pt/LC_MESSAGES/systemsettings.mo share/locale/pt/LC_MESSAGES/tasks-mobile.mo share/locale/pt/LC_MESSAGES/timezones4.mo share/locale/pt/LC_MESSAGES/uachangerplugin.mo share/locale/pt/LC_MESSAGES/umbrello.mo share/locale/pt/LC_MESSAGES/useraccount.mo share/locale/pt/LC_MESSAGES/validatorsplugin.mo share/locale/pt/LC_MESSAGES/webarchiver.mo share/locale/pt/LC_MESSAGES/xml_mimetypes.mo share/locale/pt/entry.desktop @dirrm share/doc/HTML/pt/umbrello @dirrm share/doc/HTML/pt/systemsettings @dirrm share/doc/HTML/pt/sweeper @dirrm share/doc/HTML/pt/step @dirrm share/doc/HTML/pt/sonnet @dirrm share/doc/HTML/pt/rocs @dirrm share/doc/HTML/pt/plasma-desktop @dirrm share/doc/HTML/pt/picmi @dirrm share/doc/HTML/pt/parley @dirrm share/doc/HTML/pt/palapeli @dirrm share/doc/HTML/pt/onlinehelp @dirrm share/doc/HTML/pt/okular @dirrm share/doc/HTML/pt/okteta @dirrm share/doc/HTML/pt/marble @dirrm share/doc/HTML/pt/lskat @dirrm share/doc/HTML/pt/lokalize @dirrm share/doc/HTML/pt/kwrite @dirrm share/doc/HTML/pt/kwordquiz @dirrm share/doc/HTML/pt/kwatchgnupg @dirrm share/doc/HTML/pt/kwallet @dirrm share/doc/HTML/pt/kuser @dirrm share/doc/HTML/pt/kubrick @dirrm share/doc/HTML/pt/kturtle @dirrm share/doc/HTML/pt/ktuberling @dirrm share/doc/HTML/pt/ktron @dirrm share/doc/HTML/pt/ktouch @dirrm share/doc/HTML/pt/ktnef @dirrm share/doc/HTML/pt/ktimetracker @dirrm share/doc/HTML/pt/ktimer @dirrm share/doc/HTML/pt/kteatime @dirrm share/doc/HTML/pt/ksystemlog @dirrm share/doc/HTML/pt/ksysguard @dirrm share/doc/HTML/pt/ksudoku @dirrm share/doc/HTML/pt/kstars @dirrm share/doc/HTML/pt/ksquares @dirrm share/doc/HTML/pt/kspaceduel @dirrm share/doc/HTML/pt/ksnapshot @dirrm share/doc/HTML/pt/ksirkskineditor @dirrm share/doc/HTML/pt/ksirk @dirrm share/doc/HTML/pt/kshisen @dirrm share/doc/HTML/pt/kruler @dirrm share/doc/HTML/pt/krfb @dirrm share/doc/HTML/pt/kreversi @dirrm share/doc/HTML/pt/krdc @dirrm share/doc/HTML/pt/kppp @dirrm share/doc/HTML/pt/kpat @dirrm share/doc/HTML/pt/korganizer @dirrm share/doc/HTML/pt/kopete @dirrm share/doc/HTML/pt/kontact-admin @dirrm share/doc/HTML/pt/kontact @dirrm share/doc/HTML/pt/konsolekalendar @dirrm share/doc/HTML/pt/konsole @dirrm share/doc/HTML/pt/konquest @dirrm share/doc/HTML/pt/konqueror @dirrm share/doc/HTML/pt/kompare @dirrm share/doc/HTML/pt/kommander @dirrm share/doc/HTML/pt/kolourpaint @dirrm share/doc/HTML/pt/kollision @dirrm share/doc/HTML/pt/kolf @dirrm share/doc/HTML/pt/knotes @dirrm share/doc/HTML/pt/knode @dirrm share/doc/HTML/pt/knetwalk @dirrm share/doc/HTML/pt/knetattach @dirrm share/doc/HTML/pt/kmplot @dirrm share/doc/HTML/pt/kmouth @dirrm share/doc/HTML/pt/kmousetool @dirrm share/doc/HTML/pt/kmix @dirrm share/doc/HTML/pt/kmines @dirrm share/doc/HTML/pt/kmenuedit @dirrm share/doc/HTML/pt/kmail @dirrm share/doc/HTML/pt/kmahjongg @dirrm share/doc/HTML/pt/kmag @dirrm share/doc/HTML/pt/klipper @dirrm share/doc/HTML/pt/klinkstatus @dirrm share/doc/HTML/pt/klines @dirrm share/doc/HTML/pt/klickety @dirrm share/doc/HTML/pt/klettres @dirrm share/doc/HTML/pt/kleopatra @dirrm share/doc/HTML/pt/kjumpingcube @dirrm share/doc/HTML/pt/kjots @dirrm share/doc/HTML/pt/kiten @dirrm share/doc/HTML/pt/kiriki @dirrm share/doc/HTML/pt/kioslave/xz @dirrm share/doc/HTML/pt/kioslave/webdav @dirrm share/doc/HTML/pt/kioslave/thumbnail @dirrm share/doc/HTML/pt/kioslave/telnet @dirrm share/doc/HTML/pt/kioslave/tar @dirrm share/doc/HTML/pt/kioslave/smtp @dirrm share/doc/HTML/pt/kioslave/smb @dirrm share/doc/HTML/pt/kioslave/sieve @dirrm share/doc/HTML/pt/kioslave/sftp @dirrm share/doc/HTML/pt/kioslave/rlogin @dirrm share/doc/HTML/pt/kioslave/pop3 @dirrm share/doc/HTML/pt/kioslave/nntp @dirrm share/doc/HTML/pt/kioslave/nfs @dirrm share/doc/HTML/pt/kioslave/news @dirrm share/doc/HTML/pt/kioslave/network @dirrm share/doc/HTML/pt/kioslave/nepomuksearch @dirrm share/doc/HTML/pt/kioslave/mbox @dirrm share/doc/HTML/pt/kioslave/man @dirrm share/doc/HTML/pt/kioslave/mailto @dirrm share/doc/HTML/pt/kioslave/ldap @dirrm share/doc/HTML/pt/kioslave/info @dirrm share/doc/HTML/pt/kioslave/imap @dirrm share/doc/HTML/pt/kioslave/http @dirrm share/doc/HTML/pt/kioslave/help @dirrm share/doc/HTML/pt/kioslave/gzip @dirrm share/doc/HTML/pt/kioslave/ftp @dirrm share/doc/HTML/pt/kioslave/floppy @dirrm share/doc/HTML/pt/kioslave/fish @dirrm share/doc/HTML/pt/kioslave/finger @dirrm share/doc/HTML/pt/kioslave/file @dirrm share/doc/HTML/pt/kioslave/data @dirrm share/doc/HTML/pt/kioslave/cgi @dirrm share/doc/HTML/pt/kioslave/bzip2 @dirrm share/doc/HTML/pt/kioslave/bookmarks @dirrm share/doc/HTML/pt/kioslave/audiocd @dirrm share/doc/HTML/pt/kioslave @dirrm share/doc/HTML/pt/kinfocenter @dirrm share/doc/HTML/pt/kimagemapeditor @dirrm share/doc/HTML/pt/killbots @dirrm share/doc/HTML/pt/kigo @dirrm share/doc/HTML/pt/kig @dirrm share/doc/HTML/pt/khelpcenter/glossary @dirrm share/doc/HTML/pt/khelpcenter/documentationnotfound @dirrm share/doc/HTML/pt/khelpcenter @dirrm share/doc/HTML/pt/khangman @dirrm share/doc/HTML/pt/kgpg @dirrm share/doc/HTML/pt/kgoldrunner @dirrm share/doc/HTML/pt/kget @dirrm share/doc/HTML/pt/kgeography @dirrm share/doc/HTML/pt/kfourinline @dirrm share/doc/HTML/pt/kfontview @dirrm share/doc/HTML/pt/kfloppy @dirrm share/doc/HTML/pt/kfind @dirrm share/doc/HTML/pt/kfilereplace @dirrm share/doc/HTML/pt/kdm @dirrm share/doc/HTML/pt/kdiamond @dirrm share/doc/HTML/pt/kdf @dirrm share/doc/HTML/pt/kdesu @dirrm share/doc/HTML/pt/kdepasswd @dirrm share/doc/HTML/pt/kdebugdialog @dirrm share/doc/HTML/pt/kcron @dirrm share/doc/HTML/pt/kcontrol/workspaceoptions @dirrm share/doc/HTML/pt/kcontrol/windowspecific @dirrm share/doc/HTML/pt/kcontrol/windowbehaviour @dirrm share/doc/HTML/pt/kcontrol/useragent @dirrm share/doc/HTML/pt/kcontrol/trash @dirrm share/doc/HTML/pt/kcontrol/splashscreen @dirrm share/doc/HTML/pt/kcontrol/spellchecking @dirrm share/doc/HTML/pt/kcontrol/solid-hardware @dirrm share/doc/HTML/pt/kcontrol/solid-device-automounter @dirrm share/doc/HTML/pt/kcontrol/solid-actions @dirrm share/doc/HTML/pt/kcontrol/smb @dirrm share/doc/HTML/pt/kcontrol/screensaver @dirrm share/doc/HTML/pt/kcontrol/proxy @dirrm share/doc/HTML/pt/kcontrol/powerdevil @dirrm share/doc/HTML/pt/kcontrol/phonon @dirrm share/doc/HTML/pt/kcontrol/performance @dirrm share/doc/HTML/pt/kcontrol/paths @dirrm share/doc/HTML/pt/kcontrol/netpref @dirrm share/doc/HTML/pt/kcontrol/nepomuk @dirrm share/doc/HTML/pt/kcontrol/mouse @dirrm share/doc/HTML/pt/kcontrol/language @dirrm share/doc/HTML/pt/kcontrol/kwintabbox @dirrm share/doc/HTML/pt/kcontrol/kwinscreenedges @dirrm share/doc/HTML/pt/kcontrol/kwindecoration @dirrm share/doc/HTML/pt/kcontrol/kwincompositing @dirrm share/doc/HTML/pt/kcontrol/kresources @dirrm share/doc/HTML/pt/kcontrol/kremotecontrol @dirrm share/doc/HTML/pt/kcontrol/khtml-plugins @dirrm share/doc/HTML/pt/kcontrol/khtml-java-js @dirrm share/doc/HTML/pt/kcontrol/khtml-general @dirrm share/doc/HTML/pt/kcontrol/khtml-behavior @dirrm share/doc/HTML/pt/kcontrol/khtml-adblock @dirrm share/doc/HTML/pt/kcontrol/khotkeys @dirrm share/doc/HTML/pt/kcontrol/kgamma @dirrm share/doc/HTML/pt/kcontrol/keys @dirrm share/doc/HTML/pt/kcontrol/keyboard @dirrm share/doc/HTML/pt/kcontrol/kded @dirrm share/doc/HTML/pt/kcontrol/kcmstyle @dirrm share/doc/HTML/pt/kcontrol/kcmsmserver @dirrm share/doc/HTML/pt/kcontrol/kcmnotify @dirrm share/doc/HTML/pt/kcontrol/kcmlaunch @dirrm share/doc/HTML/pt/kcontrol/kcmcss @dirrm share/doc/HTML/pt/kcontrol/kcmcgi @dirrm share/doc/HTML/pt/kcontrol/kcmaccess @dirrm share/doc/HTML/pt/kcontrol/kcm_ssl @dirrm share/doc/HTML/pt/kcontrol/kamera @dirrm share/doc/HTML/pt/kcontrol/joystick @dirrm share/doc/HTML/pt/kcontrol/icons @dirrm share/doc/HTML/pt/kcontrol/history @dirrm share/doc/HTML/pt/kcontrol/fonts @dirrm share/doc/HTML/pt/kcontrol/fontinst @dirrm share/doc/HTML/pt/kcontrol/filetypes @dirrm share/doc/HTML/pt/kcontrol/filemanager @dirrm share/doc/HTML/pt/kcontrol/emoticons @dirrm share/doc/HTML/pt/kcontrol/ebrowsing @dirrm share/doc/HTML/pt/kcontrol/desktopthemedetails @dirrm share/doc/HTML/pt/kcontrol/desktop @dirrm share/doc/HTML/pt/kcontrol/cursortheme @dirrm share/doc/HTML/pt/kcontrol/cookies @dirrm share/doc/HTML/pt/kcontrol/componentchooser @dirrm share/doc/HTML/pt/kcontrol/colors @dirrm share/doc/HTML/pt/kcontrol/clock @dirrm share/doc/HTML/pt/kcontrol/cddbretrieval @dirrm share/doc/HTML/pt/kcontrol/cache @dirrm share/doc/HTML/pt/kcontrol/bookmarks @dirrm share/doc/HTML/pt/kcontrol/blockdevices @dirrm share/doc/HTML/pt/kcontrol/bell @dirrm share/doc/HTML/pt/kcontrol/autostart @dirrm share/doc/HTML/pt/kcontrol/attica @dirrm share/doc/HTML/pt/kcontrol @dirrm share/doc/HTML/pt/kcharselect @dirrm share/doc/HTML/pt/kcalc @dirrm share/doc/HTML/pt/kcachegrind @dirrm share/doc/HTML/pt/kbruch @dirrm share/doc/HTML/pt/kbreakout @dirrm share/doc/HTML/pt/kbounce @dirrm share/doc/HTML/pt/kblocks @dirrm share/doc/HTML/pt/kblackbox @dirrm share/doc/HTML/pt/kbattleship @dirrm share/doc/HTML/pt/katomic @dirrm share/doc/HTML/pt/kate @dirrm share/doc/HTML/pt/kapptemplate @dirrm share/doc/HTML/pt/kapman @dirrm share/doc/HTML/pt/kanagram @dirrm share/doc/HTML/pt/kalzium @dirrm share/doc/HTML/pt/kalgebra @dirrm share/doc/HTML/pt/kalarm @dirrm share/doc/HTML/pt/kajongg @dirrm share/doc/HTML/pt/kabcclient @dirrm share/doc/HTML/pt/juk @dirrm share/doc/HTML/pt/jovie @dirrm share/doc/HTML/pt/gwenview @dirrm share/doc/HTML/pt/granatier @dirrm share/doc/HTML/pt/fundamentals @dirrm share/doc/HTML/pt/filelight @dirrm share/doc/HTML/pt/dragonplayer @dirrm share/doc/HTML/pt/dolphin @dirrm share/doc/HTML/pt/common @dirrm share/doc/HTML/pt/cervisia @dirrm share/doc/HTML/pt/cantor @dirrm share/doc/HTML/pt/bovo @dirrm share/doc/HTML/pt/bomber @dirrm share/doc/HTML/pt/blogilo @dirrm share/doc/HTML/pt/blinken @dirrm share/doc/HTML/pt/ark @dirrm share/doc/HTML/pt/amor @dirrm share/doc/HTML/pt/akregator @dirrm share/doc/HTML/pt/PolicyKit-kde @dirrm share/apps/kvtml/pt @dirrm share/apps/kvtml @dirrm share/apps/ktuberling/sounds/pt @dirrm share/apps/ktuberling/sounds @dirrm share/apps/ktuberling @dirrm share/apps/khangman @dirrmtry man/pt/man8 @dirrmtry man/pt/man7 @dirrmtry man/pt/man6 @dirrmtry man/pt/man1 @dirrmtry man/pt Index: head/portuguese/kde4-l10n-pt_BR/distinfo =================================================================== --- head/portuguese/kde4-l10n-pt_BR/distinfo (revision 318451) +++ head/portuguese/kde4-l10n-pt_BR/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/kde-l10n/kde-l10n-pt_BR-4.10.1.tar.xz) = 41359c4e5f294d0c7961607818d81492a19e745cffad670ae2d590c17b874543 -SIZE (KDE/4.10.1/kde-l10n/kde-l10n-pt_BR-4.10.1.tar.xz) = 27986124 +SHA256 (KDE/4.10.3/kde-l10n/kde-l10n-pt_BR-4.10.3.tar.xz) = 03519073fd45178b8d81bd930649d0f0beddbed15eff7db8794137003d8efac4 +SIZE (KDE/4.10.3/kde-l10n/kde-l10n-pt_BR-4.10.3.tar.xz) = 28005952 Index: head/portuguese/kde4-l10n-pt_BR/pkg-plist =================================================================== --- head/portuguese/kde4-l10n-pt_BR/pkg-plist (revision 318451) +++ head/portuguese/kde4-l10n-pt_BR/pkg-plist (revision 318452) @@ -1,2511 +1,2509 @@ share/apps/khangman/pt_BR.txt share/apps/klettres/pt_BR/alpha/a.ogg share/apps/klettres/pt_BR/alpha/b.ogg share/apps/klettres/pt_BR/alpha/c.ogg share/apps/klettres/pt_BR/alpha/d.ogg share/apps/klettres/pt_BR/alpha/e.ogg share/apps/klettres/pt_BR/alpha/f.ogg share/apps/klettres/pt_BR/alpha/g.ogg share/apps/klettres/pt_BR/alpha/h.ogg share/apps/klettres/pt_BR/alpha/i.ogg share/apps/klettres/pt_BR/alpha/j.ogg share/apps/klettres/pt_BR/alpha/k.ogg share/apps/klettres/pt_BR/alpha/l.ogg share/apps/klettres/pt_BR/alpha/m.ogg share/apps/klettres/pt_BR/alpha/n.ogg share/apps/klettres/pt_BR/alpha/o.ogg share/apps/klettres/pt_BR/alpha/p.ogg share/apps/klettres/pt_BR/alpha/q.ogg share/apps/klettres/pt_BR/alpha/r.ogg share/apps/klettres/pt_BR/alpha/s.ogg share/apps/klettres/pt_BR/alpha/t.ogg share/apps/klettres/pt_BR/alpha/u.ogg share/apps/klettres/pt_BR/alpha/v.ogg share/apps/klettres/pt_BR/alpha/w.ogg share/apps/klettres/pt_BR/alpha/x.ogg share/apps/klettres/pt_BR/alpha/y.ogg share/apps/klettres/pt_BR/alpha/z.ogg share/apps/klettres/pt_BR/sounds.xml share/apps/klettres/pt_BR/syllab/ba.ogg share/apps/klettres/pt_BR/syllab/be.ogg share/apps/klettres/pt_BR/syllab/bi.ogg share/apps/klettres/pt_BR/syllab/bo.ogg share/apps/klettres/pt_BR/syllab/bu.ogg share/apps/klettres/pt_BR/syllab/ca.ogg share/apps/klettres/pt_BR/syllab/co.ogg share/apps/klettres/pt_BR/syllab/cu.ogg share/apps/klettres/pt_BR/syllab/da.ogg share/apps/klettres/pt_BR/syllab/de.ogg share/apps/klettres/pt_BR/syllab/di.ogg share/apps/klettres/pt_BR/syllab/do.ogg share/apps/klettres/pt_BR/syllab/du.ogg share/apps/klettres/pt_BR/syllab/fa.ogg share/apps/klettres/pt_BR/syllab/fe.ogg share/apps/klettres/pt_BR/syllab/fi.ogg share/apps/klettres/pt_BR/syllab/fo.ogg share/apps/klettres/pt_BR/syllab/fu.ogg share/apps/klettres/pt_BR/syllab/ga.ogg share/apps/klettres/pt_BR/syllab/go.ogg share/apps/klettres/pt_BR/syllab/gu.ogg share/apps/klettres/pt_BR/syllab/ja.ogg share/apps/klettres/pt_BR/syllab/je.ogg share/apps/klettres/pt_BR/syllab/ji.ogg share/apps/klettres/pt_BR/syllab/jo.ogg share/apps/klettres/pt_BR/syllab/ju.ogg share/apps/klettres/pt_BR/syllab/la.ogg share/apps/klettres/pt_BR/syllab/le.ogg share/apps/klettres/pt_BR/syllab/li.ogg share/apps/klettres/pt_BR/syllab/lo.ogg share/apps/klettres/pt_BR/syllab/lu.ogg share/apps/klettres/pt_BR/syllab/ma.ogg share/apps/klettres/pt_BR/syllab/me.ogg share/apps/klettres/pt_BR/syllab/mi.ogg share/apps/klettres/pt_BR/syllab/mo.ogg share/apps/klettres/pt_BR/syllab/mu.ogg share/apps/klettres/pt_BR/syllab/na.ogg share/apps/klettres/pt_BR/syllab/ne.ogg share/apps/klettres/pt_BR/syllab/ni.ogg share/apps/klettres/pt_BR/syllab/no.ogg share/apps/klettres/pt_BR/syllab/nu.ogg share/apps/klettres/pt_BR/syllab/pa.ogg share/apps/klettres/pt_BR/syllab/pe.ogg share/apps/klettres/pt_BR/syllab/pi.ogg share/apps/klettres/pt_BR/syllab/po.ogg share/apps/klettres/pt_BR/syllab/pu.ogg share/apps/klettres/pt_BR/syllab/ra.ogg share/apps/klettres/pt_BR/syllab/re.ogg share/apps/klettres/pt_BR/syllab/ri.ogg share/apps/klettres/pt_BR/syllab/ro.ogg share/apps/klettres/pt_BR/syllab/ru.ogg share/apps/klettres/pt_BR/syllab/sa.ogg share/apps/klettres/pt_BR/syllab/se.ogg share/apps/klettres/pt_BR/syllab/si.ogg share/apps/klettres/pt_BR/syllab/so.ogg share/apps/klettres/pt_BR/syllab/su.ogg share/apps/klettres/pt_BR/syllab/ta.ogg share/apps/klettres/pt_BR/syllab/te.ogg share/apps/klettres/pt_BR/syllab/ti.ogg share/apps/klettres/pt_BR/syllab/to.ogg share/apps/klettres/pt_BR/syllab/tu.ogg share/apps/klettres/pt_BR/syllab/va.ogg share/apps/klettres/pt_BR/syllab/ve.ogg share/apps/klettres/pt_BR/syllab/vi.ogg share/apps/klettres/pt_BR/syllab/vo.ogg share/apps/klettres/pt_BR/syllab/vu.ogg share/apps/klettres/pt_BR/syllab/xa.ogg share/apps/klettres/pt_BR/syllab/xe.ogg share/apps/klettres/pt_BR/syllab/xi.ogg share/apps/klettres/pt_BR/syllab/xo.ogg share/apps/klettres/pt_BR/syllab/xu.ogg share/apps/klettres/pt_BR/syllab/za.ogg share/apps/klettres/pt_BR/syllab/ze.ogg share/apps/klettres/pt_BR/syllab/zi.ogg share/apps/klettres/pt_BR/syllab/zo.ogg share/apps/klettres/pt_BR/syllab/zu.ogg share/apps/kvtml/pt_BR/animals.kvtml share/apps/kvtml/pt_BR/easy.kvtml share/apps/kvtml/pt_BR/hard.kvtml share/apps/kvtml/pt_BR/medium.kvtml share/doc/HTML/pt_BR/PolicyKit-kde/authorization.docbook share/doc/HTML/pt_BR/PolicyKit-kde/authorizationagent.docbook share/doc/HTML/pt_BR/PolicyKit-kde/common share/doc/HTML/pt_BR/PolicyKit-kde/howitworks.docbook share/doc/HTML/pt_BR/PolicyKit-kde/index.cache.bz2 share/doc/HTML/pt_BR/PolicyKit-kde/index.docbook share/doc/HTML/pt_BR/PolicyKit-kde/introduction.docbook share/doc/HTML/pt_BR/akregator/add-feed.png share/doc/HTML/pt_BR/akregator/add-feed2.png share/doc/HTML/pt_BR/akregator/add-folder.png share/doc/HTML/pt_BR/akregator/add-folder2.png share/doc/HTML/pt_BR/akregator/advanced-tab.png share/doc/HTML/pt_BR/akregator/appearance-tab.png share/doc/HTML/pt_BR/akregator/archive-tab.png share/doc/HTML/pt_BR/akregator/browser-tab.png share/doc/HTML/pt_BR/akregator/common share/doc/HTML/pt_BR/akregator/general-tab.png share/doc/HTML/pt_BR/akregator/index.cache.bz2 share/doc/HTML/pt_BR/akregator/index.docbook share/doc/HTML/pt_BR/akregator/main-window.png share/doc/HTML/pt_BR/akregator/main-window2.png share/doc/HTML/pt_BR/akregator/main-window4.png share/doc/HTML/pt_BR/akregator/quick-filter.png share/doc/HTML/pt_BR/amor/common share/doc/HTML/pt_BR/amor/index.cache.bz2 share/doc/HTML/pt_BR/amor/index.docbook share/doc/HTML/pt_BR/amor/man-amor.6.docbook share/doc/HTML/pt_BR/ark/ark-mainwindow.png share/doc/HTML/pt_BR/ark/common share/doc/HTML/pt_BR/ark/index.cache.bz2 share/doc/HTML/pt_BR/ark/index.docbook share/doc/HTML/pt_BR/ark/man-ark.1.docbook share/doc/HTML/pt_BR/blinken/blinken1.png share/doc/HTML/pt_BR/blinken/blinken2.png share/doc/HTML/pt_BR/blinken/blinken_accesskeys.png share/doc/HTML/pt_BR/blinken/blinken_helpbutton.png share/doc/HTML/pt_BR/blinken/blinken_highscoresbutton.png share/doc/HTML/pt_BR/blinken/blinken_nickprompt.png share/doc/HTML/pt_BR/blinken/blinken_quitbutton.png share/doc/HTML/pt_BR/blinken/common share/doc/HTML/pt_BR/blinken/index.cache.bz2 share/doc/HTML/pt_BR/blinken/index.docbook share/doc/HTML/pt_BR/blogilo/common share/doc/HTML/pt_BR/blogilo/index.cache.bz2 share/doc/HTML/pt_BR/blogilo/index.docbook share/doc/HTML/pt_BR/bomber/common share/doc/HTML/pt_BR/bomber/index.cache.bz2 share/doc/HTML/pt_BR/bomber/index.docbook share/doc/HTML/pt_BR/bovo/common share/doc/HTML/pt_BR/bovo/index.cache.bz2 share/doc/HTML/pt_BR/bovo/index.docbook share/doc/HTML/pt_BR/cantor/common share/doc/HTML/pt_BR/cantor/index.cache.bz2 share/doc/HTML/pt_BR/cantor/index.docbook share/doc/HTML/pt_BR/cantor/latex_formula.png share/doc/HTML/pt_BR/cantor/screenshot.png share/doc/HTML/pt_BR/cervisia/common share/doc/HTML/pt_BR/cervisia/index.cache.bz2 share/doc/HTML/pt_BR/cervisia/index.docbook share/doc/HTML/pt_BR/cervisia/mainview.png share/doc/HTML/pt_BR/cervisia/popup.png share/doc/HTML/pt_BR/common/fdl-translated.html share/doc/HTML/pt_BR/common/gpl-translated.html share/doc/HTML/pt_BR/common/kde-localised.css share/doc/HTML/pt_BR/common/lgpl-translated.html share/doc/HTML/pt_BR/dolphin/common share/doc/HTML/pt_BR/dolphin/default-ui.png share/doc/HTML/pt_BR/dolphin/index.cache.bz2 share/doc/HTML/pt_BR/dolphin/index.docbook share/doc/HTML/pt_BR/dolphin/locationbar-breadcrumb.png share/doc/HTML/pt_BR/dolphin/locationbar-editable.png share/doc/HTML/pt_BR/dolphin/nepomuk-search.png share/doc/HTML/pt_BR/dolphin/preferences-general-behavior.png share/doc/HTML/pt_BR/dolphin/preferences-navigation.png share/doc/HTML/pt_BR/dolphin/preferences-startup.png share/doc/HTML/pt_BR/dolphin/preferences-trash.png share/doc/HTML/pt_BR/dolphin/preferences-viewmodes-icons.png share/doc/HTML/pt_BR/dolphin/toolbar-navigation.png share/doc/HTML/pt_BR/dolphin/toolbar-view-appearance.png share/doc/HTML/pt_BR/dolphin/viewproperties-dialog.png share/doc/HTML/pt_BR/dragonplayer/common share/doc/HTML/pt_BR/dragonplayer/index.cache.bz2 share/doc/HTML/pt_BR/dragonplayer/index.docbook share/doc/HTML/pt_BR/dragonplayer/main.png share/doc/HTML/pt_BR/dragonplayer/man-dragon.1.docbook share/doc/HTML/pt_BR/filelight/common share/doc/HTML/pt_BR/filelight/config_appear.png share/doc/HTML/pt_BR/filelight/config_scan.png share/doc/HTML/pt_BR/filelight/index.cache.bz2 share/doc/HTML/pt_BR/filelight/index.docbook share/doc/HTML/pt_BR/filelight/radial_map.png share/doc/HTML/pt_BR/filelight/radial_map_context_menu.png share/doc/HTML/pt_BR/fundamentals/common share/doc/HTML/pt_BR/fundamentals/config.docbook share/doc/HTML/pt_BR/fundamentals/index.cache.bz2 share/doc/HTML/pt_BR/fundamentals/index.docbook share/doc/HTML/pt_BR/fundamentals/install.docbook share/doc/HTML/pt_BR/fundamentals/tasks.docbook share/doc/HTML/pt_BR/fundamentals/ui.docbook share/doc/HTML/pt_BR/granatier/common share/doc/HTML/pt_BR/granatier/index.cache.bz2 share/doc/HTML/pt_BR/granatier/index.docbook share/doc/HTML/pt_BR/gwenview/browse_mode.png share/doc/HTML/pt_BR/gwenview/common share/doc/HTML/pt_BR/gwenview/fullscreen_mode.png share/doc/HTML/pt_BR/gwenview/index.cache.bz2 share/doc/HTML/pt_BR/gwenview/index.docbook share/doc/HTML/pt_BR/gwenview/view_mode.png share/doc/HTML/pt_BR/jovie/addtalker.png share/doc/HTML/pt_BR/jovie/common share/doc/HTML/pt_BR/jovie/filters.png share/doc/HTML/pt_BR/jovie/general.png share/doc/HTML/pt_BR/jovie/index.cache.bz2 share/doc/HTML/pt_BR/jovie/index.docbook share/doc/HTML/pt_BR/jovie/jobs.png share/doc/HTML/pt_BR/jovie/stringreplacer.png share/doc/HTML/pt_BR/jovie/talkerchooser.png share/doc/HTML/pt_BR/jovie/talkers.png share/doc/HTML/pt_BR/jovie/xmltransformer.png share/doc/HTML/pt_BR/juk/common share/doc/HTML/pt_BR/juk/history-playlist.png share/doc/HTML/pt_BR/juk/index.cache.bz2 share/doc/HTML/pt_BR/juk/index.docbook share/doc/HTML/pt_BR/juk/juk-file-renamer.png share/doc/HTML/pt_BR/juk/juk-main.png share/doc/HTML/pt_BR/juk/juk-tag-guesser.png share/doc/HTML/pt_BR/juk/toolbar.png share/doc/HTML/pt_BR/kabcclient/common share/doc/HTML/pt_BR/kabcclient/index.cache.bz2 share/doc/HTML/pt_BR/kabcclient/index.docbook share/doc/HTML/pt_BR/kabcclient/man-kabcclient.1.docbook share/doc/HTML/pt_BR/kajongg/common share/doc/HTML/pt_BR/kajongg/index.cache.bz2 share/doc/HTML/pt_BR/kajongg/index.docbook share/doc/HTML/pt_BR/kalarm/alarmmessage.png share/doc/HTML/pt_BR/kalarm/common share/doc/HTML/pt_BR/kalarm/editwindow-simple.png share/doc/HTML/pt_BR/kalarm/editwindow.png share/doc/HTML/pt_BR/kalarm/index.cache.bz2 share/doc/HTML/pt_BR/kalarm/index.docbook share/doc/HTML/pt_BR/kalarm/mainwindow-calendars.png share/doc/HTML/pt_BR/kalarm/mainwindow.png share/doc/HTML/pt_BR/kalarm/spinbox.png share/doc/HTML/pt_BR/kalgebra/commands.docbook share/doc/HTML/pt_BR/kalgebra/common share/doc/HTML/pt_BR/kalgebra/index.cache.bz2 share/doc/HTML/pt_BR/kalgebra/index.docbook share/doc/HTML/pt_BR/kalgebra/kalgebra-main-window.png share/doc/HTML/pt_BR/kalzium/common share/doc/HTML/pt_BR/kalzium/gradient.png share/doc/HTML/pt_BR/kalzium/index.cache.bz2 share/doc/HTML/pt_BR/kalzium/index.docbook share/doc/HTML/pt_BR/kalzium/infodialog_bohr.png share/doc/HTML/pt_BR/kalzium/infodialog_data_overview.png share/doc/HTML/pt_BR/kalzium/infodialog_extra.png share/doc/HTML/pt_BR/kalzium/infodialog_isotopes.png share/doc/HTML/pt_BR/kalzium/infodialog_misc.png share/doc/HTML/pt_BR/kalzium/infodialog_spectrum.png share/doc/HTML/pt_BR/kalzium/man-kalzium.1.docbook share/doc/HTML/pt_BR/kalzium/quick-1.png share/doc/HTML/pt_BR/kalzium/quick-2.png share/doc/HTML/pt_BR/kalzium/quick-3.png share/doc/HTML/pt_BR/kalzium/quick-4.png share/doc/HTML/pt_BR/kalzium/screenshot-calc-conc.png share/doc/HTML/pt_BR/kalzium/screenshot-calc-eq.png share/doc/HTML/pt_BR/kalzium/screenshot-calc-gas.png share/doc/HTML/pt_BR/kalzium/screenshot-calc-mass.png share/doc/HTML/pt_BR/kalzium/screenshot-calc-nucl.png share/doc/HTML/pt_BR/kalzium/screenshot-calc-titr.png share/doc/HTML/pt_BR/kalzium/screenshot-mol-edit.png share/doc/HTML/pt_BR/kalzium/screenshot-rs-phrases.png share/doc/HTML/pt_BR/kalzium/screenshot-tables.png share/doc/HTML/pt_BR/kalzium/screenshot1.png share/doc/HTML/pt_BR/kalzium/screenshot2.png share/doc/HTML/pt_BR/kalzium/screenshot5.png share/doc/HTML/pt_BR/kalzium/screenshot6.png share/doc/HTML/pt_BR/kalzium/screenshot7.png share/doc/HTML/pt_BR/kalzium/screenshotnuclidboard.png share/doc/HTML/pt_BR/kalzium/settings1.png share/doc/HTML/pt_BR/kalzium/settings2.png share/doc/HTML/pt_BR/kalzium/settings3.png share/doc/HTML/pt_BR/kalzium/settings4.png share/doc/HTML/pt_BR/kalzium/sidebar1.png share/doc/HTML/pt_BR/kalzium/sidebar2.png share/doc/HTML/pt_BR/kanagram/common share/doc/HTML/pt_BR/kanagram/index.cache.bz2 share/doc/HTML/pt_BR/kanagram/index.docbook share/doc/HTML/pt_BR/kapman/common share/doc/HTML/pt_BR/kapman/config.png share/doc/HTML/pt_BR/kapman/index.cache.bz2 share/doc/HTML/pt_BR/kapman/index.docbook share/doc/HTML/pt_BR/kapman/kapman.png share/doc/HTML/pt_BR/kapptemplate/common share/doc/HTML/pt_BR/kapptemplate/index.cache.bz2 share/doc/HTML/pt_BR/kapptemplate/index.docbook share/doc/HTML/pt_BR/kate/advanced.docbook share/doc/HTML/pt_BR/kate/common share/doc/HTML/pt_BR/kate/configuring-part.docbook share/doc/HTML/pt_BR/kate/configuring.docbook share/doc/HTML/pt_BR/kate/fundamentals.docbook share/doc/HTML/pt_BR/kate/highlighting.docbook share/doc/HTML/pt_BR/kate/index.cache.bz2 share/doc/HTML/pt_BR/kate/index.docbook share/doc/HTML/pt_BR/kate/man-kate.1.docbook share/doc/HTML/pt_BR/kate/mdi.docbook share/doc/HTML/pt_BR/kate/menus.docbook share/doc/HTML/pt_BR/kate/part.docbook share/doc/HTML/pt_BR/kate/plugins-part.docbook share/doc/HTML/pt_BR/kate/plugins.docbook share/doc/HTML/pt_BR/kate/regular-expressions.docbook share/doc/HTML/pt_BR/kate/vi.docbook share/doc/HTML/pt_BR/katomic/common share/doc/HTML/pt_BR/katomic/index.cache.bz2 share/doc/HTML/pt_BR/katomic/index.docbook share/doc/HTML/pt_BR/kbattleship/common share/doc/HTML/pt_BR/kbattleship/index.cache.bz2 share/doc/HTML/pt_BR/kbattleship/index.docbook share/doc/HTML/pt_BR/kblackbox/common share/doc/HTML/pt_BR/kblackbox/index.cache.bz2 share/doc/HTML/pt_BR/kblackbox/index.docbook share/doc/HTML/pt_BR/kblocks/common share/doc/HTML/pt_BR/kblocks/index.cache.bz2 share/doc/HTML/pt_BR/kblocks/index.docbook share/doc/HTML/pt_BR/kbounce/button-new.png share/doc/HTML/pt_BR/kbounce/button-pause.png share/doc/HTML/pt_BR/kbounce/common share/doc/HTML/pt_BR/kbounce/index.cache.bz2 share/doc/HTML/pt_BR/kbounce/index.docbook share/doc/HTML/pt_BR/kbounce/kbounce_corridor1.png share/doc/HTML/pt_BR/kbounce/kbounce_corridor2.png share/doc/HTML/pt_BR/kbounce/menu-game.png share/doc/HTML/pt_BR/kbounce/menu-help.png share/doc/HTML/pt_BR/kbounce/menu-settings.png share/doc/HTML/pt_BR/kbounce/toolbar.png share/doc/HTML/pt_BR/kbreakout/common share/doc/HTML/pt_BR/kbreakout/index.cache.bz2 share/doc/HTML/pt_BR/kbreakout/index.docbook share/doc/HTML/pt_BR/kbruch/checked.png share/doc/HTML/pt_BR/kbruch/common share/doc/HTML/pt_BR/kbruch/compare.png share/doc/HTML/pt_BR/kbruch/convert.png share/doc/HTML/pt_BR/kbruch/factorize.png share/doc/HTML/pt_BR/kbruch/gui_main.png share/doc/HTML/pt_BR/kbruch/gui_mode.png share/doc/HTML/pt_BR/kbruch/index.cache.bz2 share/doc/HTML/pt_BR/kbruch/index.docbook share/doc/HTML/pt_BR/kbruch/learning.png share/doc/HTML/pt_BR/kbruch/man-kbruch.1.docbook share/doc/HTML/pt_BR/kbruch/percentage.png share/doc/HTML/pt_BR/kbruch/reduced.png share/doc/HTML/pt_BR/kbruch/settings.png share/doc/HTML/pt_BR/kbruch/statistics.png share/doc/HTML/pt_BR/kcachegrind/common share/doc/HTML/pt_BR/kcachegrind/index.cache.bz2 share/doc/HTML/pt_BR/kcachegrind/index.docbook share/doc/HTML/pt_BR/kcalc/commands.docbook share/doc/HTML/pt_BR/kcalc/common share/doc/HTML/pt_BR/kcalc/index.cache.bz2 share/doc/HTML/pt_BR/kcalc/index.docbook share/doc/HTML/pt_BR/kcharselect/common share/doc/HTML/pt_BR/kcharselect/index.cache.bz2 share/doc/HTML/pt_BR/kcharselect/index.docbook share/doc/HTML/pt_BR/kcharselect/kcharselect.png share/doc/HTML/pt_BR/kcontrol/attica/common share/doc/HTML/pt_BR/kcontrol/attica/index.cache.bz2 share/doc/HTML/pt_BR/kcontrol/attica/index.docbook share/doc/HTML/pt_BR/kcontrol/autostart/common share/doc/HTML/pt_BR/kcontrol/autostart/index.cache.bz2 share/doc/HTML/pt_BR/kcontrol/autostart/index.docbook share/doc/HTML/pt_BR/kcontrol/bell/common share/doc/HTML/pt_BR/kcontrol/bell/index.cache.bz2 share/doc/HTML/pt_BR/kcontrol/bell/index.docbook share/doc/HTML/pt_BR/kcontrol/blockdevices/common share/doc/HTML/pt_BR/kcontrol/blockdevices/index.cache.bz2 share/doc/HTML/pt_BR/kcontrol/blockdevices/index.docbook share/doc/HTML/pt_BR/kcontrol/bookmarks/common share/doc/HTML/pt_BR/kcontrol/bookmarks/index.cache.bz2 share/doc/HTML/pt_BR/kcontrol/bookmarks/index.docbook share/doc/HTML/pt_BR/kcontrol/cache/common share/doc/HTML/pt_BR/kcontrol/cache/index.cache.bz2 share/doc/HTML/pt_BR/kcontrol/cache/index.docbook share/doc/HTML/pt_BR/kcontrol/cddbretrieval/common share/doc/HTML/pt_BR/kcontrol/cddbretrieval/index.cache.bz2 share/doc/HTML/pt_BR/kcontrol/cddbretrieval/index.docbook share/doc/HTML/pt_BR/kcontrol/cddbretrieval/kscd14.png share/doc/HTML/pt_BR/kcontrol/cddbretrieval/kscd16.png share/doc/HTML/pt_BR/kcontrol/clock/common share/doc/HTML/pt_BR/kcontrol/clock/index.cache.bz2 share/doc/HTML/pt_BR/kcontrol/clock/index.docbook share/doc/HTML/pt_BR/kcontrol/colors/common share/doc/HTML/pt_BR/kcontrol/colors/index.cache.bz2 share/doc/HTML/pt_BR/kcontrol/colors/index.docbook share/doc/HTML/pt_BR/kcontrol/componentchooser/common share/doc/HTML/pt_BR/kcontrol/componentchooser/index.cache.bz2 share/doc/HTML/pt_BR/kcontrol/componentchooser/index.docbook share/doc/HTML/pt_BR/kcontrol/cookies/common share/doc/HTML/pt_BR/kcontrol/cookies/index.cache.bz2 share/doc/HTML/pt_BR/kcontrol/cookies/index.docbook share/doc/HTML/pt_BR/kcontrol/cursortheme/common share/doc/HTML/pt_BR/kcontrol/cursortheme/index.cache.bz2 share/doc/HTML/pt_BR/kcontrol/cursortheme/index.docbook share/doc/HTML/pt_BR/kcontrol/desktop/common share/doc/HTML/pt_BR/kcontrol/desktop/index.cache.bz2 share/doc/HTML/pt_BR/kcontrol/desktop/index.docbook share/doc/HTML/pt_BR/kcontrol/desktopthemedetails/common share/doc/HTML/pt_BR/kcontrol/desktopthemedetails/index.cache.bz2 share/doc/HTML/pt_BR/kcontrol/desktopthemedetails/index.docbook share/doc/HTML/pt_BR/kcontrol/ebrowsing/common share/doc/HTML/pt_BR/kcontrol/ebrowsing/index.cache.bz2 share/doc/HTML/pt_BR/kcontrol/ebrowsing/index.docbook share/doc/HTML/pt_BR/kcontrol/emoticons/common share/doc/HTML/pt_BR/kcontrol/emoticons/emoticons.png share/doc/HTML/pt_BR/kcontrol/emoticons/index.cache.bz2 share/doc/HTML/pt_BR/kcontrol/emoticons/index.docbook share/doc/HTML/pt_BR/kcontrol/filemanager/common share/doc/HTML/pt_BR/kcontrol/filemanager/index.cache.bz2 share/doc/HTML/pt_BR/kcontrol/filemanager/index.docbook share/doc/HTML/pt_BR/kcontrol/filetypes/common share/doc/HTML/pt_BR/kcontrol/filetypes/index.cache.bz2 share/doc/HTML/pt_BR/kcontrol/filetypes/index.docbook share/doc/HTML/pt_BR/kcontrol/fontinst/common share/doc/HTML/pt_BR/kcontrol/fontinst/index.cache.bz2 share/doc/HTML/pt_BR/kcontrol/fontinst/index.docbook share/doc/HTML/pt_BR/kcontrol/fonts/common share/doc/HTML/pt_BR/kcontrol/fonts/index.cache.bz2 share/doc/HTML/pt_BR/kcontrol/fonts/index.docbook share/doc/HTML/pt_BR/kcontrol/history/common share/doc/HTML/pt_BR/kcontrol/history/index.cache.bz2 share/doc/HTML/pt_BR/kcontrol/history/index.docbook share/doc/HTML/pt_BR/kcontrol/icons/common share/doc/HTML/pt_BR/kcontrol/icons/delete-theme.png share/doc/HTML/pt_BR/kcontrol/icons/effects.png share/doc/HTML/pt_BR/kcontrol/icons/get-new-theme.png share/doc/HTML/pt_BR/kcontrol/icons/index.cache.bz2 share/doc/HTML/pt_BR/kcontrol/icons/index.docbook share/doc/HTML/pt_BR/kcontrol/icons/install-theme.png share/doc/HTML/pt_BR/kcontrol/icons/main.png share/doc/HTML/pt_BR/kcontrol/icons/size.png share/doc/HTML/pt_BR/kcontrol/icons/use-of-icons.png share/doc/HTML/pt_BR/kcontrol/joystick/common share/doc/HTML/pt_BR/kcontrol/joystick/index.cache.bz2 share/doc/HTML/pt_BR/kcontrol/joystick/index.docbook share/doc/HTML/pt_BR/kcontrol/kamera/common share/doc/HTML/pt_BR/kcontrol/kamera/index.cache.bz2 share/doc/HTML/pt_BR/kcontrol/kamera/index.docbook share/doc/HTML/pt_BR/kcontrol/kcm_ssl/common share/doc/HTML/pt_BR/kcontrol/kcm_ssl/details.png share/doc/HTML/pt_BR/kcontrol/kcm_ssl/index.cache.bz2 share/doc/HTML/pt_BR/kcontrol/kcm_ssl/index.docbook share/doc/HTML/pt_BR/kcontrol/kcm_ssl/module.png share/doc/HTML/pt_BR/kcontrol/kcmaccess/common share/doc/HTML/pt_BR/kcontrol/kcmaccess/index.cache.bz2 share/doc/HTML/pt_BR/kcontrol/kcmaccess/index.docbook share/doc/HTML/pt_BR/kcontrol/kcmcgi/common share/doc/HTML/pt_BR/kcontrol/kcmcgi/index.cache.bz2 share/doc/HTML/pt_BR/kcontrol/kcmcgi/index.docbook share/doc/HTML/pt_BR/kcontrol/kcmcss/common share/doc/HTML/pt_BR/kcontrol/kcmcss/index.cache.bz2 share/doc/HTML/pt_BR/kcontrol/kcmcss/index.docbook share/doc/HTML/pt_BR/kcontrol/kcmlaunch/common share/doc/HTML/pt_BR/kcontrol/kcmlaunch/index.cache.bz2 share/doc/HTML/pt_BR/kcontrol/kcmlaunch/index.docbook share/doc/HTML/pt_BR/kcontrol/kcmnotify/common share/doc/HTML/pt_BR/kcontrol/kcmnotify/index.cache.bz2 share/doc/HTML/pt_BR/kcontrol/kcmnotify/index.docbook share/doc/HTML/pt_BR/kcontrol/kcmsmserver/common share/doc/HTML/pt_BR/kcontrol/kcmsmserver/index.cache.bz2 share/doc/HTML/pt_BR/kcontrol/kcmsmserver/index.docbook share/doc/HTML/pt_BR/kcontrol/kcmstyle/common share/doc/HTML/pt_BR/kcontrol/kcmstyle/index.cache.bz2 share/doc/HTML/pt_BR/kcontrol/kcmstyle/index.docbook share/doc/HTML/pt_BR/kcontrol/kded/common share/doc/HTML/pt_BR/kcontrol/kded/index.cache.bz2 share/doc/HTML/pt_BR/kcontrol/kded/index.docbook share/doc/HTML/pt_BR/kcontrol/keyboard/common share/doc/HTML/pt_BR/kcontrol/keyboard/index.cache.bz2 share/doc/HTML/pt_BR/kcontrol/keyboard/index.docbook share/doc/HTML/pt_BR/kcontrol/keys/common share/doc/HTML/pt_BR/kcontrol/keys/index.cache.bz2 share/doc/HTML/pt_BR/kcontrol/keys/index.docbook share/doc/HTML/pt_BR/kcontrol/kgamma/common share/doc/HTML/pt_BR/kcontrol/kgamma/index.cache.bz2 share/doc/HTML/pt_BR/kcontrol/kgamma/index.docbook share/doc/HTML/pt_BR/kcontrol/khotkeys/common share/doc/HTML/pt_BR/kcontrol/khotkeys/index.cache.bz2 share/doc/HTML/pt_BR/kcontrol/khotkeys/index.docbook share/doc/HTML/pt_BR/kcontrol/khtml-adblock/common share/doc/HTML/pt_BR/kcontrol/khtml-adblock/index.cache.bz2 share/doc/HTML/pt_BR/kcontrol/khtml-adblock/index.docbook share/doc/HTML/pt_BR/kcontrol/khtml-behavior/common share/doc/HTML/pt_BR/kcontrol/khtml-behavior/index.cache.bz2 share/doc/HTML/pt_BR/kcontrol/khtml-behavior/index.docbook share/doc/HTML/pt_BR/kcontrol/khtml-general/common share/doc/HTML/pt_BR/kcontrol/khtml-general/index.cache.bz2 share/doc/HTML/pt_BR/kcontrol/khtml-general/index.docbook share/doc/HTML/pt_BR/kcontrol/khtml-java-js/common share/doc/HTML/pt_BR/kcontrol/khtml-java-js/index.cache.bz2 share/doc/HTML/pt_BR/kcontrol/khtml-java-js/index.docbook share/doc/HTML/pt_BR/kcontrol/khtml-plugins/common share/doc/HTML/pt_BR/kcontrol/khtml-plugins/index.cache.bz2 share/doc/HTML/pt_BR/kcontrol/khtml-plugins/index.docbook share/doc/HTML/pt_BR/kcontrol/kremotecontrol/common share/doc/HTML/pt_BR/kcontrol/kremotecontrol/index.cache.bz2 share/doc/HTML/pt_BR/kcontrol/kremotecontrol/index.docbook share/doc/HTML/pt_BR/kcontrol/kresources/common share/doc/HTML/pt_BR/kcontrol/kresources/index.cache.bz2 share/doc/HTML/pt_BR/kcontrol/kresources/index.docbook share/doc/HTML/pt_BR/kcontrol/kwincompositing/common share/doc/HTML/pt_BR/kcontrol/kwincompositing/index.cache.bz2 share/doc/HTML/pt_BR/kcontrol/kwincompositing/index.docbook share/doc/HTML/pt_BR/kcontrol/kwindecoration/common share/doc/HTML/pt_BR/kcontrol/kwindecoration/index.cache.bz2 share/doc/HTML/pt_BR/kcontrol/kwindecoration/index.docbook share/doc/HTML/pt_BR/kcontrol/kwinscreenedges/common share/doc/HTML/pt_BR/kcontrol/kwinscreenedges/index.cache.bz2 share/doc/HTML/pt_BR/kcontrol/kwinscreenedges/index.docbook share/doc/HTML/pt_BR/kcontrol/kwintabbox/common share/doc/HTML/pt_BR/kcontrol/kwintabbox/index.cache.bz2 share/doc/HTML/pt_BR/kcontrol/kwintabbox/index.docbook share/doc/HTML/pt_BR/kcontrol/language/common share/doc/HTML/pt_BR/kcontrol/language/index.cache.bz2 share/doc/HTML/pt_BR/kcontrol/language/index.docbook share/doc/HTML/pt_BR/kcontrol/mouse/common share/doc/HTML/pt_BR/kcontrol/mouse/index.cache.bz2 share/doc/HTML/pt_BR/kcontrol/mouse/index.docbook share/doc/HTML/pt_BR/kcontrol/nepomuk/common share/doc/HTML/pt_BR/kcontrol/nepomuk/index.cache.bz2 share/doc/HTML/pt_BR/kcontrol/nepomuk/index.docbook share/doc/HTML/pt_BR/kcontrol/netpref/common share/doc/HTML/pt_BR/kcontrol/netpref/index.cache.bz2 share/doc/HTML/pt_BR/kcontrol/netpref/index.docbook share/doc/HTML/pt_BR/kcontrol/paths/common share/doc/HTML/pt_BR/kcontrol/paths/index.cache.bz2 share/doc/HTML/pt_BR/kcontrol/paths/index.docbook share/doc/HTML/pt_BR/kcontrol/performance/common share/doc/HTML/pt_BR/kcontrol/performance/index.cache.bz2 share/doc/HTML/pt_BR/kcontrol/performance/index.docbook share/doc/HTML/pt_BR/kcontrol/phonon/common share/doc/HTML/pt_BR/kcontrol/phonon/index.cache.bz2 share/doc/HTML/pt_BR/kcontrol/phonon/index.docbook share/doc/HTML/pt_BR/kcontrol/powerdevil/common share/doc/HTML/pt_BR/kcontrol/powerdevil/index.cache.bz2 share/doc/HTML/pt_BR/kcontrol/powerdevil/index.docbook share/doc/HTML/pt_BR/kcontrol/proxy/common share/doc/HTML/pt_BR/kcontrol/proxy/index.cache.bz2 share/doc/HTML/pt_BR/kcontrol/proxy/index.docbook share/doc/HTML/pt_BR/kcontrol/screensaver/common share/doc/HTML/pt_BR/kcontrol/screensaver/index.cache.bz2 share/doc/HTML/pt_BR/kcontrol/screensaver/index.docbook share/doc/HTML/pt_BR/kcontrol/smb/common share/doc/HTML/pt_BR/kcontrol/smb/index.cache.bz2 share/doc/HTML/pt_BR/kcontrol/smb/index.docbook share/doc/HTML/pt_BR/kcontrol/solid-actions/common share/doc/HTML/pt_BR/kcontrol/solid-actions/index.cache.bz2 share/doc/HTML/pt_BR/kcontrol/solid-actions/index.docbook share/doc/HTML/pt_BR/kcontrol/solid-device-automounter/common share/doc/HTML/pt_BR/kcontrol/solid-device-automounter/index.cache.bz2 share/doc/HTML/pt_BR/kcontrol/solid-device-automounter/index.docbook share/doc/HTML/pt_BR/kcontrol/solid-hardware/common share/doc/HTML/pt_BR/kcontrol/solid-hardware/index.cache.bz2 share/doc/HTML/pt_BR/kcontrol/solid-hardware/index.docbook share/doc/HTML/pt_BR/kcontrol/spellchecking/common share/doc/HTML/pt_BR/kcontrol/spellchecking/index.cache.bz2 share/doc/HTML/pt_BR/kcontrol/spellchecking/index.docbook share/doc/HTML/pt_BR/kcontrol/splashscreen/common share/doc/HTML/pt_BR/kcontrol/splashscreen/index.cache.bz2 share/doc/HTML/pt_BR/kcontrol/splashscreen/index.docbook share/doc/HTML/pt_BR/kcontrol/trash/common share/doc/HTML/pt_BR/kcontrol/trash/index.cache.bz2 share/doc/HTML/pt_BR/kcontrol/trash/index.docbook share/doc/HTML/pt_BR/kcontrol/useragent/common share/doc/HTML/pt_BR/kcontrol/useragent/index.cache.bz2 share/doc/HTML/pt_BR/kcontrol/useragent/index.docbook share/doc/HTML/pt_BR/kcontrol/windowbehaviour/common share/doc/HTML/pt_BR/kcontrol/windowbehaviour/index.cache.bz2 share/doc/HTML/pt_BR/kcontrol/windowbehaviour/index.docbook share/doc/HTML/pt_BR/kcontrol/windowspecific/common share/doc/HTML/pt_BR/kcontrol/windowspecific/index.cache.bz2 share/doc/HTML/pt_BR/kcontrol/windowspecific/index.docbook share/doc/HTML/pt_BR/kcontrol/workspaceoptions/common share/doc/HTML/pt_BR/kcontrol/workspaceoptions/index.cache.bz2 share/doc/HTML/pt_BR/kcontrol/workspaceoptions/index.docbook share/doc/HTML/pt_BR/kcron/common share/doc/HTML/pt_BR/kcron/index.cache.bz2 share/doc/HTML/pt_BR/kcron/index.docbook share/doc/HTML/pt_BR/kcron/kcronstart.png share/doc/HTML/pt_BR/kcron/newtask.png share/doc/HTML/pt_BR/kcron/newvariable.png share/doc/HTML/pt_BR/kdebugdialog/common share/doc/HTML/pt_BR/kdebugdialog/index.cache.bz2 share/doc/HTML/pt_BR/kdebugdialog/index.docbook share/doc/HTML/pt_BR/kdepasswd/common share/doc/HTML/pt_BR/kdepasswd/index.cache.bz2 share/doc/HTML/pt_BR/kdepasswd/index.docbook share/doc/HTML/pt_BR/kdepasswd/password.png share/doc/HTML/pt_BR/kdesu/common share/doc/HTML/pt_BR/kdesu/index.cache.bz2 share/doc/HTML/pt_BR/kdesu/index.docbook share/doc/HTML/pt_BR/kdesu/man-kdesu.1.docbook share/doc/HTML/pt_BR/kdf/common share/doc/HTML/pt_BR/kdf/index.cache.bz2 share/doc/HTML/pt_BR/kdf/index.docbook share/doc/HTML/pt_BR/kdf/kdf.png share/doc/HTML/pt_BR/kdf/kdf_config.png share/doc/HTML/pt_BR/kdiamond/common share/doc/HTML/pt_BR/kdiamond/index.cache.bz2 share/doc/HTML/pt_BR/kdiamond/index.docbook share/doc/HTML/pt_BR/kdm/common share/doc/HTML/pt_BR/kdm/index.cache.bz2 share/doc/HTML/pt_BR/kdm/index.docbook share/doc/HTML/pt_BR/kdm/kdmrc-ref.docbook share/doc/HTML/pt_BR/kdm/theme-ref.docbook share/doc/HTML/pt_BR/kfilereplace/common share/doc/HTML/pt_BR/kfilereplace/index.cache.bz2 share/doc/HTML/pt_BR/kfilereplace/index.docbook share/doc/HTML/pt_BR/kfind/common share/doc/HTML/pt_BR/kfind/index.cache.bz2 share/doc/HTML/pt_BR/kfind/index.docbook share/doc/HTML/pt_BR/kfind/man-kfind.1.docbook share/doc/HTML/pt_BR/kfloppy/common share/doc/HTML/pt_BR/kfloppy/index.cache.bz2 share/doc/HTML/pt_BR/kfloppy/index.docbook share/doc/HTML/pt_BR/kfontview/common share/doc/HTML/pt_BR/kfontview/index.cache.bz2 share/doc/HTML/pt_BR/kfontview/index.docbook share/doc/HTML/pt_BR/kfourinline/common share/doc/HTML/pt_BR/kfourinline/index.cache.bz2 share/doc/HTML/pt_BR/kfourinline/index.docbook share/doc/HTML/pt_BR/kgeography/common share/doc/HTML/pt_BR/kgeography/first-start1.png share/doc/HTML/pt_BR/kgeography/first-start10.png share/doc/HTML/pt_BR/kgeography/first-start11.png share/doc/HTML/pt_BR/kgeography/first-start12.png share/doc/HTML/pt_BR/kgeography/first-start13.png share/doc/HTML/pt_BR/kgeography/first-start2.png share/doc/HTML/pt_BR/kgeography/first-start3.png share/doc/HTML/pt_BR/kgeography/first-start4.png share/doc/HTML/pt_BR/kgeography/first-start5.png share/doc/HTML/pt_BR/kgeography/first-start6.png share/doc/HTML/pt_BR/kgeography/first-start7.png share/doc/HTML/pt_BR/kgeography/first-start8.png share/doc/HTML/pt_BR/kgeography/first-start9.png share/doc/HTML/pt_BR/kgeography/index.cache.bz2 share/doc/HTML/pt_BR/kgeography/index.docbook share/doc/HTML/pt_BR/kgeography/kgeography.png share/doc/HTML/pt_BR/kgeography/zoom.png share/doc/HTML/pt_BR/kget/common share/doc/HTML/pt_BR/kget/file.png share/doc/HTML/pt_BR/kget/import_link.png share/doc/HTML/pt_BR/kget/index.cache.bz2 share/doc/HTML/pt_BR/kget/index.docbook share/doc/HTML/pt_BR/kget/kget_Advanced.png share/doc/HTML/pt_BR/kget/kget_Appearance.png share/doc/HTML/pt_BR/kget/kget_Network.png share/doc/HTML/pt_BR/kget/kget_Web_Interface.png share/doc/HTML/pt_BR/kget/kget_drop_target.png share/doc/HTML/pt_BR/kget/kget_group.png share/doc/HTML/pt_BR/kget/kget_groups.png share/doc/HTML/pt_BR/kget/kget_plugins.png share/doc/HTML/pt_BR/kget/kget_transfer_hostory.png share/doc/HTML/pt_BR/kget/kget_verification.png share/doc/HTML/pt_BR/kget/metalink0.png share/doc/HTML/pt_BR/kget/metalink1.png share/doc/HTML/pt_BR/kget/metalink2.png share/doc/HTML/pt_BR/kget/metalink3.png share/doc/HTML/pt_BR/kgoldrunner/common share/doc/HTML/pt_BR/kgoldrunner/index.cache.bz2 share/doc/HTML/pt_BR/kgoldrunner/index.docbook share/doc/HTML/pt_BR/kgpg/common share/doc/HTML/pt_BR/kgpg/editor.png share/doc/HTML/pt_BR/kgpg/index.cache.bz2 share/doc/HTML/pt_BR/kgpg/index.docbook share/doc/HTML/pt_BR/kgpg/keygen.png share/doc/HTML/pt_BR/kgpg/keymanage.png share/doc/HTML/pt_BR/kgpg/keyprop.png share/doc/HTML/pt_BR/kgpg/keys.png share/doc/HTML/pt_BR/kgpg/keyserver-search.png share/doc/HTML/pt_BR/kgpg/keyserver.png share/doc/HTML/pt_BR/kgpg/options.png share/doc/HTML/pt_BR/kgpg/select-secret-key.png share/doc/HTML/pt_BR/kgpg/systray.png share/doc/HTML/pt_BR/khangman/common share/doc/HTML/pt_BR/khangman/getnewstuff.png share/doc/HTML/pt_BR/khangman/index.cache.bz2 share/doc/HTML/pt_BR/khangman/index.docbook share/doc/HTML/pt_BR/khangman/khangman-desert.png share/doc/HTML/pt_BR/khangman/khangman-main.png share/doc/HTML/pt_BR/khangman/man-khangman.6.docbook share/doc/HTML/pt_BR/khangman/settings-general.png share/doc/HTML/pt_BR/khangman/settings-languages.png share/doc/HTML/pt_BR/khangman/settings-timers.png share/doc/HTML/pt_BR/khelpcenter/common share/doc/HTML/pt_BR/khelpcenter/documentationnotfound/common share/doc/HTML/pt_BR/khelpcenter/documentationnotfound/index.cache.bz2 share/doc/HTML/pt_BR/khelpcenter/documentationnotfound/index.docbook share/doc/HTML/pt_BR/khelpcenter/glossary/common share/doc/HTML/pt_BR/khelpcenter/glossary/index.cache.bz2 share/doc/HTML/pt_BR/khelpcenter/glossary/index.docbook share/doc/HTML/pt_BR/khelpcenter/glossary/kdeprintingglossary.docbook share/doc/HTML/pt_BR/khelpcenter/index.cache.bz2 share/doc/HTML/pt_BR/khelpcenter/index.docbook share/doc/HTML/pt_BR/kig/common share/doc/HTML/pt_BR/kig/constructed_a_point.png share/doc/HTML/pt_BR/kig/constructed_script_object.png share/doc/HTML/pt_BR/kig/constructing_a_circle.png share/doc/HTML/pt_BR/kig/constructing_a_circle_2.png share/doc/HTML/pt_BR/kig/edit_types_dialog.png share/doc/HTML/pt_BR/kig/index.cache.bz2 share/doc/HTML/pt_BR/kig/index.docbook share/doc/HTML/pt_BR/kig/macro_wizard.png share/doc/HTML/pt_BR/kig/macros_at_work.png share/doc/HTML/pt_BR/kig/man-kig.1.docbook share/doc/HTML/pt_BR/kig/script_wizard.png share/doc/HTML/pt_BR/kig/script_wizard_entering_code.png share/doc/HTML/pt_BR/kig/selecting_objects.png share/doc/HTML/pt_BR/kig/simple_locus_construction.png share/doc/HTML/pt_BR/kig/test_run_macro.png share/doc/HTML/pt_BR/kig/text_label_attaching.png share/doc/HTML/pt_BR/kig/text_label_wizard.png share/doc/HTML/pt_BR/kig/text_label_wizard__select_property.png share/doc/HTML/pt_BR/kigo/common share/doc/HTML/pt_BR/kigo/index.cache.bz2 share/doc/HTML/pt_BR/kigo/index.docbook share/doc/HTML/pt_BR/killbots/common share/doc/HTML/pt_BR/killbots/index.cache.bz2 share/doc/HTML/pt_BR/killbots/index.docbook share/doc/HTML/pt_BR/kimagemapeditor/common share/doc/HTML/pt_BR/kimagemapeditor/index.cache.bz2 share/doc/HTML/pt_BR/kimagemapeditor/index.docbook share/doc/HTML/pt_BR/kinfocenter/common share/doc/HTML/pt_BR/kinfocenter/index.cache.bz2 share/doc/HTML/pt_BR/kinfocenter/index.docbook share/doc/HTML/pt_BR/kioslave/audiocd/common share/doc/HTML/pt_BR/kioslave/audiocd/index.cache.bz2 share/doc/HTML/pt_BR/kioslave/audiocd/index.docbook share/doc/HTML/pt_BR/kioslave/bookmarks/common share/doc/HTML/pt_BR/kioslave/bookmarks/index.cache.bz2 share/doc/HTML/pt_BR/kioslave/bookmarks/index.docbook share/doc/HTML/pt_BR/kioslave/bzip2/common share/doc/HTML/pt_BR/kioslave/bzip2/index.cache.bz2 share/doc/HTML/pt_BR/kioslave/bzip2/index.docbook share/doc/HTML/pt_BR/kioslave/cgi/common share/doc/HTML/pt_BR/kioslave/cgi/index.cache.bz2 share/doc/HTML/pt_BR/kioslave/cgi/index.docbook share/doc/HTML/pt_BR/kioslave/data/common share/doc/HTML/pt_BR/kioslave/data/index.cache.bz2 share/doc/HTML/pt_BR/kioslave/data/index.docbook share/doc/HTML/pt_BR/kioslave/file/common share/doc/HTML/pt_BR/kioslave/file/index.cache.bz2 share/doc/HTML/pt_BR/kioslave/file/index.docbook share/doc/HTML/pt_BR/kioslave/finger/common share/doc/HTML/pt_BR/kioslave/finger/index.cache.bz2 share/doc/HTML/pt_BR/kioslave/finger/index.docbook share/doc/HTML/pt_BR/kioslave/fish/common share/doc/HTML/pt_BR/kioslave/fish/index.cache.bz2 share/doc/HTML/pt_BR/kioslave/fish/index.docbook share/doc/HTML/pt_BR/kioslave/floppy/common share/doc/HTML/pt_BR/kioslave/floppy/index.cache.bz2 share/doc/HTML/pt_BR/kioslave/floppy/index.docbook share/doc/HTML/pt_BR/kioslave/ftp/common share/doc/HTML/pt_BR/kioslave/ftp/index.cache.bz2 share/doc/HTML/pt_BR/kioslave/ftp/index.docbook share/doc/HTML/pt_BR/kioslave/gzip/common share/doc/HTML/pt_BR/kioslave/gzip/index.cache.bz2 share/doc/HTML/pt_BR/kioslave/gzip/index.docbook share/doc/HTML/pt_BR/kioslave/help/common share/doc/HTML/pt_BR/kioslave/help/index.cache.bz2 share/doc/HTML/pt_BR/kioslave/help/index.docbook share/doc/HTML/pt_BR/kioslave/http/common share/doc/HTML/pt_BR/kioslave/http/index.cache.bz2 share/doc/HTML/pt_BR/kioslave/http/index.docbook share/doc/HTML/pt_BR/kioslave/imap/common share/doc/HTML/pt_BR/kioslave/imap/index.cache.bz2 share/doc/HTML/pt_BR/kioslave/imap/index.docbook share/doc/HTML/pt_BR/kioslave/info/common share/doc/HTML/pt_BR/kioslave/info/index.cache.bz2 share/doc/HTML/pt_BR/kioslave/info/index.docbook share/doc/HTML/pt_BR/kioslave/ldap/common share/doc/HTML/pt_BR/kioslave/ldap/index.cache.bz2 share/doc/HTML/pt_BR/kioslave/ldap/index.docbook share/doc/HTML/pt_BR/kioslave/mailto/common share/doc/HTML/pt_BR/kioslave/mailto/index.cache.bz2 share/doc/HTML/pt_BR/kioslave/mailto/index.docbook share/doc/HTML/pt_BR/kioslave/man/common share/doc/HTML/pt_BR/kioslave/man/index.cache.bz2 share/doc/HTML/pt_BR/kioslave/man/index.docbook share/doc/HTML/pt_BR/kioslave/mbox/common share/doc/HTML/pt_BR/kioslave/mbox/index.cache.bz2 share/doc/HTML/pt_BR/kioslave/mbox/index.docbook share/doc/HTML/pt_BR/kioslave/nepomuksearch/common share/doc/HTML/pt_BR/kioslave/nepomuksearch/index.cache.bz2 share/doc/HTML/pt_BR/kioslave/nepomuksearch/index.docbook share/doc/HTML/pt_BR/kioslave/network/common share/doc/HTML/pt_BR/kioslave/network/index.cache.bz2 share/doc/HTML/pt_BR/kioslave/network/index.docbook share/doc/HTML/pt_BR/kioslave/news/common share/doc/HTML/pt_BR/kioslave/news/index.cache.bz2 share/doc/HTML/pt_BR/kioslave/news/index.docbook share/doc/HTML/pt_BR/kioslave/nfs/common share/doc/HTML/pt_BR/kioslave/nfs/index.cache.bz2 share/doc/HTML/pt_BR/kioslave/nfs/index.docbook share/doc/HTML/pt_BR/kioslave/nntp/common share/doc/HTML/pt_BR/kioslave/nntp/index.cache.bz2 share/doc/HTML/pt_BR/kioslave/nntp/index.docbook share/doc/HTML/pt_BR/kioslave/pop3/common share/doc/HTML/pt_BR/kioslave/pop3/index.cache.bz2 share/doc/HTML/pt_BR/kioslave/pop3/index.docbook share/doc/HTML/pt_BR/kioslave/rlogin/common share/doc/HTML/pt_BR/kioslave/rlogin/index.cache.bz2 share/doc/HTML/pt_BR/kioslave/rlogin/index.docbook share/doc/HTML/pt_BR/kioslave/sftp/common share/doc/HTML/pt_BR/kioslave/sftp/index.cache.bz2 share/doc/HTML/pt_BR/kioslave/sftp/index.docbook share/doc/HTML/pt_BR/kioslave/sieve/common share/doc/HTML/pt_BR/kioslave/sieve/index.cache.bz2 share/doc/HTML/pt_BR/kioslave/sieve/index.docbook share/doc/HTML/pt_BR/kioslave/smb/common share/doc/HTML/pt_BR/kioslave/smb/index.cache.bz2 share/doc/HTML/pt_BR/kioslave/smb/index.docbook share/doc/HTML/pt_BR/kioslave/smtp/common share/doc/HTML/pt_BR/kioslave/smtp/index.cache.bz2 share/doc/HTML/pt_BR/kioslave/smtp/index.docbook share/doc/HTML/pt_BR/kioslave/tar/common share/doc/HTML/pt_BR/kioslave/tar/index.cache.bz2 share/doc/HTML/pt_BR/kioslave/tar/index.docbook share/doc/HTML/pt_BR/kioslave/telnet/common share/doc/HTML/pt_BR/kioslave/telnet/index.cache.bz2 share/doc/HTML/pt_BR/kioslave/telnet/index.docbook share/doc/HTML/pt_BR/kioslave/thumbnail/common share/doc/HTML/pt_BR/kioslave/thumbnail/index.cache.bz2 share/doc/HTML/pt_BR/kioslave/thumbnail/index.docbook share/doc/HTML/pt_BR/kioslave/webdav/common share/doc/HTML/pt_BR/kioslave/webdav/index.cache.bz2 share/doc/HTML/pt_BR/kioslave/webdav/index.docbook share/doc/HTML/pt_BR/kioslave/xz/common share/doc/HTML/pt_BR/kioslave/xz/index.cache.bz2 share/doc/HTML/pt_BR/kioslave/xz/index.docbook share/doc/HTML/pt_BR/kiriki/common share/doc/HTML/pt_BR/kiriki/index.cache.bz2 share/doc/HTML/pt_BR/kiriki/index.docbook share/doc/HTML/pt_BR/kiten/common share/doc/HTML/pt_BR/kiten/index.cache.bz2 share/doc/HTML/pt_BR/kiten/index.docbook share/doc/HTML/pt_BR/kjots/common share/doc/HTML/pt_BR/kjots/index.cache.bz2 share/doc/HTML/pt_BR/kjots/index.docbook share/doc/HTML/pt_BR/kjumpingcube/common share/doc/HTML/pt_BR/kjumpingcube/index.cache.bz2 share/doc/HTML/pt_BR/kjumpingcube/index.docbook share/doc/HTML/pt_BR/kleopatra/common share/doc/HTML/pt_BR/kleopatra/index.cache.bz2 share/doc/HTML/pt_BR/kleopatra/index.docbook share/doc/HTML/pt_BR/klettres/common share/doc/HTML/pt_BR/klettres/index.cache.bz2 share/doc/HTML/pt_BR/klettres/index.docbook share/doc/HTML/pt_BR/klettres/klettres-newstuff.png share/doc/HTML/pt_BR/klettres/klettres-newstuff1.png share/doc/HTML/pt_BR/klettres/klettres-newstuff2.png share/doc/HTML/pt_BR/klettres/klettres1.png share/doc/HTML/pt_BR/klettres/klettres2.png share/doc/HTML/pt_BR/klettres/klettres3.png share/doc/HTML/pt_BR/klettres/klettres4.png share/doc/HTML/pt_BR/klettres/klettres5.png share/doc/HTML/pt_BR/klettres/klettres6.png share/doc/HTML/pt_BR/klickety/common share/doc/HTML/pt_BR/klickety/index.cache.bz2 share/doc/HTML/pt_BR/klickety/index.docbook share/doc/HTML/pt_BR/klines/common share/doc/HTML/pt_BR/klines/index.cache.bz2 share/doc/HTML/pt_BR/klines/index.docbook share/doc/HTML/pt_BR/klinkstatus/common share/doc/HTML/pt_BR/klinkstatus/index.cache.bz2 share/doc/HTML/pt_BR/klinkstatus/index.docbook share/doc/HTML/pt_BR/klipper/common share/doc/HTML/pt_BR/klipper/index.cache.bz2 share/doc/HTML/pt_BR/klipper/index.docbook share/doc/HTML/pt_BR/kmag/common share/doc/HTML/pt_BR/kmag/index.cache.bz2 share/doc/HTML/pt_BR/kmag/index.docbook share/doc/HTML/pt_BR/kmag/man-kmag.1.docbook share/doc/HTML/pt_BR/kmag/screenshot.png share/doc/HTML/pt_BR/kmahjongg/common share/doc/HTML/pt_BR/kmahjongg/index.cache.bz2 share/doc/HTML/pt_BR/kmahjongg/index.docbook share/doc/HTML/pt_BR/kmail/common share/doc/HTML/pt_BR/kmail/configure.docbook share/doc/HTML/pt_BR/kmail/credits-and-licenses.docbook share/doc/HTML/pt_BR/kmail/faq.docbook share/doc/HTML/pt_BR/kmail/getting-started.docbook share/doc/HTML/pt_BR/kmail/importing.docbook share/doc/HTML/pt_BR/kmail/index.cache.bz2 share/doc/HTML/pt_BR/kmail/index.docbook share/doc/HTML/pt_BR/kmail/intro.docbook share/doc/HTML/pt_BR/kmail/menus.docbook share/doc/HTML/pt_BR/kmail/troubleshooting.docbook share/doc/HTML/pt_BR/kmail/using-kmail.docbook share/doc/HTML/pt_BR/kmenuedit/common share/doc/HTML/pt_BR/kmenuedit/index.cache.bz2 share/doc/HTML/pt_BR/kmenuedit/index.docbook share/doc/HTML/pt_BR/kmines/common share/doc/HTML/pt_BR/kmines/index.cache.bz2 share/doc/HTML/pt_BR/kmines/index.docbook share/doc/HTML/pt_BR/kmix/common share/doc/HTML/pt_BR/kmix/index.cache.bz2 share/doc/HTML/pt_BR/kmix/index.docbook share/doc/HTML/pt_BR/kmix/kmix-channels.png share/doc/HTML/pt_BR/kmix/kmix-configure.png share/doc/HTML/pt_BR/kmix/kmix-file.png share/doc/HTML/pt_BR/kmix/kmix-master.png share/doc/HTML/pt_BR/kmix/kmix-options.png share/doc/HTML/pt_BR/kmix/kmix.png share/doc/HTML/pt_BR/kmousetool/common share/doc/HTML/pt_BR/kmousetool/index.cache.bz2 share/doc/HTML/pt_BR/kmousetool/index.docbook share/doc/HTML/pt_BR/kmousetool/man-kmousetool.1.docbook share/doc/HTML/pt_BR/kmouth/common share/doc/HTML/pt_BR/kmouth/index.cache.bz2 share/doc/HTML/pt_BR/kmouth/index.docbook share/doc/HTML/pt_BR/kmouth/kmouthcpref.png share/doc/HTML/pt_BR/kmouth/kmouthctts.png share/doc/HTML/pt_BR/kmouth/kmouthcwcp.png share/doc/HTML/pt_BR/kmouth/kmouthedit.png share/doc/HTML/pt_BR/kmouth/kmouthmain.png share/doc/HTML/pt_BR/kmouth/kmouthwizard1.png share/doc/HTML/pt_BR/kmouth/kmouthwizard2.png share/doc/HTML/pt_BR/kmouth/kmouthwizard3.png share/doc/HTML/pt_BR/kmouth/man-kmouth.1.docbook share/doc/HTML/pt_BR/kmplot/commands.docbook share/doc/HTML/pt_BR/kmplot/common share/doc/HTML/pt_BR/kmplot/configuration.docbook share/doc/HTML/pt_BR/kmplot/credits.docbook share/doc/HTML/pt_BR/kmplot/dcop.docbook share/doc/HTML/pt_BR/kmplot/developer.docbook share/doc/HTML/pt_BR/kmplot/edu-logo.png share/doc/HTML/pt_BR/kmplot/firststeps.docbook share/doc/HTML/pt_BR/kmplot/index.cache.bz2 share/doc/HTML/pt_BR/kmplot/index.docbook share/doc/HTML/pt_BR/kmplot/install.docbook share/doc/HTML/pt_BR/kmplot/introduction.docbook share/doc/HTML/pt_BR/kmplot/kfkt.png share/doc/HTML/pt_BR/kmplot/ksys1.png share/doc/HTML/pt_BR/kmplot/ksys2.png share/doc/HTML/pt_BR/kmplot/ksys3.png share/doc/HTML/pt_BR/kmplot/main.png share/doc/HTML/pt_BR/kmplot/man-kmplot.1.docbook share/doc/HTML/pt_BR/kmplot/popup.png share/doc/HTML/pt_BR/kmplot/reference.docbook share/doc/HTML/pt_BR/kmplot/settings-colors.png share/doc/HTML/pt_BR/kmplot/settings-constants.png share/doc/HTML/pt_BR/kmplot/settings-coords.png share/doc/HTML/pt_BR/kmplot/settings-diagram.png share/doc/HTML/pt_BR/kmplot/settings-fonts.png share/doc/HTML/pt_BR/kmplot/settings-general.png share/doc/HTML/pt_BR/kmplot/threeplots.png share/doc/HTML/pt_BR/kmplot/using.docbook share/doc/HTML/pt_BR/knetattach/common share/doc/HTML/pt_BR/knetattach/index.cache.bz2 share/doc/HTML/pt_BR/knetattach/index.docbook share/doc/HTML/pt_BR/knetattach/screenshot.png share/doc/HTML/pt_BR/knetattach/screenshot1.png share/doc/HTML/pt_BR/knetattach/screenshot2.png share/doc/HTML/pt_BR/knetattach/screenshot3.png share/doc/HTML/pt_BR/knetattach/screenshot4.png share/doc/HTML/pt_BR/knetwalk/common share/doc/HTML/pt_BR/knetwalk/index.cache.bz2 share/doc/HTML/pt_BR/knetwalk/index.docbook share/doc/HTML/pt_BR/knode/commands.docbook share/doc/HTML/pt_BR/knode/common share/doc/HTML/pt_BR/knode/credits.docbook share/doc/HTML/pt_BR/knode/faq.docbook share/doc/HTML/pt_BR/knode/gloss.docbook share/doc/HTML/pt_BR/knode/index.cache.bz2 share/doc/HTML/pt_BR/knode/index.docbook share/doc/HTML/pt_BR/knode/install.docbook share/doc/HTML/pt_BR/knode/introduction.docbook share/doc/HTML/pt_BR/knode/journey.docbook share/doc/HTML/pt_BR/knode/more.docbook share/doc/HTML/pt_BR/knode/using-firststart.docbook share/doc/HTML/pt_BR/knode/using-morefeatures.docbook share/doc/HTML/pt_BR/knode/using-subscribing.docbook share/doc/HTML/pt_BR/knotes/common share/doc/HTML/pt_BR/knotes/index.cache.bz2 share/doc/HTML/pt_BR/knotes/index.docbook share/doc/HTML/pt_BR/kolf/common share/doc/HTML/pt_BR/kolf/index.cache.bz2 share/doc/HTML/pt_BR/kolf/index.docbook share/doc/HTML/pt_BR/kollision/common share/doc/HTML/pt_BR/kollision/index.cache.bz2 share/doc/HTML/pt_BR/kollision/index.docbook share/doc/HTML/pt_BR/kolourpaint/KolourPaint.png share/doc/HTML/pt_BR/kolourpaint/brush_shapes.png share/doc/HTML/pt_BR/kolourpaint/color_box.png share/doc/HTML/pt_BR/kolourpaint/common share/doc/HTML/pt_BR/kolourpaint/eraser_shapes.png share/doc/HTML/pt_BR/kolourpaint/fcc_std_text.png share/doc/HTML/pt_BR/kolourpaint/fcc_trans_text.png share/doc/HTML/pt_BR/kolourpaint/fill_color_similarity.png share/doc/HTML/pt_BR/kolourpaint/fill_style.png share/doc/HTML/pt_BR/kolourpaint/image_balance.png share/doc/HTML/pt_BR/kolourpaint/image_emboss.png share/doc/HTML/pt_BR/kolourpaint/image_flatten.png share/doc/HTML/pt_BR/kolourpaint/image_invert.png share/doc/HTML/pt_BR/kolourpaint/image_reduce_colors.png share/doc/HTML/pt_BR/kolourpaint/image_resize_scale.png share/doc/HTML/pt_BR/kolourpaint/image_rotate.png share/doc/HTML/pt_BR/kolourpaint/image_skew.png share/doc/HTML/pt_BR/kolourpaint/image_soften_sharpen.png share/doc/HTML/pt_BR/kolourpaint/index.cache.bz2 share/doc/HTML/pt_BR/kolourpaint/index.docbook share/doc/HTML/pt_BR/kolourpaint/line_width.png share/doc/HTML/pt_BR/kolourpaint/lines_30_45_deg.png share/doc/HTML/pt_BR/kolourpaint/lines_30_deg.png share/doc/HTML/pt_BR/kolourpaint/lines_45_deg.png share/doc/HTML/pt_BR/kolourpaint/rotate_image_30.png share/doc/HTML/pt_BR/kolourpaint/rotate_selection_30.png share/doc/HTML/pt_BR/kolourpaint/screenshot_acquiring.png share/doc/HTML/pt_BR/kolourpaint/selections_opaque_transparent.png share/doc/HTML/pt_BR/kolourpaint/spraycan_patterns.png share/doc/HTML/pt_BR/kolourpaint/text_zoom_grid.png share/doc/HTML/pt_BR/kolourpaint/tool_brush.png share/doc/HTML/pt_BR/kolourpaint/tool_color_picker.png share/doc/HTML/pt_BR/kolourpaint/tool_color_washer.png share/doc/HTML/pt_BR/kolourpaint/tool_curve.png share/doc/HTML/pt_BR/kolourpaint/tool_ellipse.png share/doc/HTML/pt_BR/kolourpaint/tool_elliptical_selection.png share/doc/HTML/pt_BR/kolourpaint/tool_eraser.png share/doc/HTML/pt_BR/kolourpaint/tool_flood_fill.png share/doc/HTML/pt_BR/kolourpaint/tool_free_form_selection.png share/doc/HTML/pt_BR/kolourpaint/tool_line.png share/doc/HTML/pt_BR/kolourpaint/tool_pen.png share/doc/HTML/pt_BR/kolourpaint/tool_polygon.png share/doc/HTML/pt_BR/kolourpaint/tool_polyline.png share/doc/HTML/pt_BR/kolourpaint/tool_polystar.png share/doc/HTML/pt_BR/kolourpaint/tool_rect_selection.png share/doc/HTML/pt_BR/kolourpaint/tool_rectangle.png share/doc/HTML/pt_BR/kolourpaint/tool_rectangles.png share/doc/HTML/pt_BR/kolourpaint/tool_rounded_rectangle.png share/doc/HTML/pt_BR/kolourpaint/tool_selections.png share/doc/HTML/pt_BR/kolourpaint/tool_spraycan.png share/doc/HTML/pt_BR/kolourpaint/tool_text.png share/doc/HTML/pt_BR/kolourpaint/view_thumbnails.png share/doc/HTML/pt_BR/kommander/basics.docbook share/doc/HTML/pt_BR/kommander/commands.docbook share/doc/HTML/pt_BR/kommander/common share/doc/HTML/pt_BR/kommander/credits.docbook share/doc/HTML/pt_BR/kommander/dcop.docbook share/doc/HTML/pt_BR/kommander/editor.docbook share/doc/HTML/pt_BR/kommander/extending.docbook share/doc/HTML/pt_BR/kommander/glossary.docbook share/doc/HTML/pt_BR/kommander/index.cache.bz2 share/doc/HTML/pt_BR/kommander/index.docbook share/doc/HTML/pt_BR/kommander/installation.docbook share/doc/HTML/pt_BR/kommander/introduction.docbook share/doc/HTML/pt_BR/kommander/q-and-a.docbook share/doc/HTML/pt_BR/kommander/specials.docbook share/doc/HTML/pt_BR/kommander/tutorials.docbook share/doc/HTML/pt_BR/kommander/widgets.docbook share/doc/HTML/pt_BR/kompare/common share/doc/HTML/pt_BR/kompare/index.cache.bz2 share/doc/HTML/pt_BR/kompare/index.docbook share/doc/HTML/pt_BR/konqueror/basics.docbook share/doc/HTML/pt_BR/konqueror/bookmarks.docbook share/doc/HTML/pt_BR/konqueror/browser.docbook share/doc/HTML/pt_BR/konqueror/cmndline.png share/doc/HTML/pt_BR/konqueror/commands.docbook share/doc/HTML/pt_BR/konqueror/common share/doc/HTML/pt_BR/konqueror/config.docbook share/doc/HTML/pt_BR/konqueror/credits.docbook share/doc/HTML/pt_BR/konqueror/dirtree.png share/doc/HTML/pt_BR/konqueror/dragdrop.png share/doc/HTML/pt_BR/konqueror/faq.docbook share/doc/HTML/pt_BR/konqueror/filemanager.docbook share/doc/HTML/pt_BR/konqueror/folders.png share/doc/HTML/pt_BR/konqueror/index.cache.bz2 share/doc/HTML/pt_BR/konqueror/index.docbook share/doc/HTML/pt_BR/konqueror/introduction.docbook share/doc/HTML/pt_BR/konqueror/konqorg.png share/doc/HTML/pt_BR/konqueror/look.png share/doc/HTML/pt_BR/konqueror/man-kbookmarkmerger.1.docbook share/doc/HTML/pt_BR/konqueror/parts.png share/doc/HTML/pt_BR/konqueror/path-complete.docbook share/doc/HTML/pt_BR/konqueror/plugins.docbook share/doc/HTML/pt_BR/konqueror/save-settings.docbook share/doc/HTML/pt_BR/konqueror/shortcut1.png share/doc/HTML/pt_BR/konqueror/shortcut2.png share/doc/HTML/pt_BR/konqueror/sidebar.docbook share/doc/HTML/pt_BR/konqueror/thumbnails.png share/doc/HTML/pt_BR/konqueror/view-extensions.docbook share/doc/HTML/pt_BR/konqueror/viewproperties-dialog.png share/doc/HTML/pt_BR/konquest/common share/doc/HTML/pt_BR/konquest/index.cache.bz2 share/doc/HTML/pt_BR/konquest/index.docbook share/doc/HTML/pt_BR/konsole/common share/doc/HTML/pt_BR/konsole/index.cache.bz2 share/doc/HTML/pt_BR/konsole/index.docbook share/doc/HTML/pt_BR/konsolekalendar/common share/doc/HTML/pt_BR/konsolekalendar/index.cache.bz2 share/doc/HTML/pt_BR/konsolekalendar/index.docbook share/doc/HTML/pt_BR/kontact-admin/common share/doc/HTML/pt_BR/kontact-admin/index.cache.bz2 share/doc/HTML/pt_BR/kontact-admin/index.docbook share/doc/HTML/pt_BR/kontact/calendar-sidebar-icon.png share/doc/HTML/pt_BR/kontact/common share/doc/HTML/pt_BR/kontact/configuration-main.png share/doc/HTML/pt_BR/kontact/configuration-shortcuts.png share/doc/HTML/pt_BR/kontact/configuration-starting-component.png share/doc/HTML/pt_BR/kontact/index.cache.bz2 share/doc/HTML/pt_BR/kontact/index.docbook share/doc/HTML/pt_BR/kontact/kaddressbook-sidebar-icon.png share/doc/HTML/pt_BR/kontact/main-view.png share/doc/HTML/pt_BR/kontact/menu-bar-kmail.png share/doc/HTML/pt_BR/kontact/menu-bar-korganizer.png share/doc/HTML/pt_BR/kontact/menu-bar-summary.png share/doc/HTML/pt_BR/kontact/navigator-bar-kontact.png share/doc/HTML/pt_BR/kontact/new-menu.png share/doc/HTML/pt_BR/kontact/settings-menu-kmail.png share/doc/HTML/pt_BR/kontact/side-pane.png share/doc/HTML/pt_BR/kontact/summary-selection.png share/doc/HTML/pt_BR/kontact/summary-view-calendar.png share/doc/HTML/pt_BR/kontact/summary-view-mail.png share/doc/HTML/pt_BR/kontact/summary-view-notes.png share/doc/HTML/pt_BR/kontact/summary-view-repositioning.png share/doc/HTML/pt_BR/kontact/summary-view-special-dates.png share/doc/HTML/pt_BR/kontact/summary-view-todos.png share/doc/HTML/pt_BR/kontact/summary-view.png share/doc/HTML/pt_BR/kontact/todo-list-sidebar-icon.png share/doc/HTML/pt_BR/kopete/chatstyle.docbook share/doc/HTML/pt_BR/kopete/common share/doc/HTML/pt_BR/kopete/icq.docbook share/doc/HTML/pt_BR/kopete/index.cache.bz2 share/doc/HTML/pt_BR/kopete/index.docbook share/doc/HTML/pt_BR/kopete/jabber.docbook share/doc/HTML/pt_BR/kopete/menus.docbook share/doc/HTML/pt_BR/kopete/pipes.docbook share/doc/HTML/pt_BR/korganizer/common share/doc/HTML/pt_BR/korganizer/index.cache.bz2 share/doc/HTML/pt_BR/korganizer/index.docbook share/doc/HTML/pt_BR/kpat/common share/doc/HTML/pt_BR/kpat/index.cache.bz2 share/doc/HTML/pt_BR/kpat/index.docbook share/doc/HTML/pt_BR/kpat/man-kpat.6.docbook share/doc/HTML/pt_BR/kppp/accounting.docbook share/doc/HTML/pt_BR/kppp/callback.docbook share/doc/HTML/pt_BR/kppp/chap.docbook share/doc/HTML/pt_BR/kppp/common share/doc/HTML/pt_BR/kppp/dialog-setup.docbook share/doc/HTML/pt_BR/kppp/getting-online.docbook share/doc/HTML/pt_BR/kppp/global-settings.docbook share/doc/HTML/pt_BR/kppp/hayes.docbook share/doc/HTML/pt_BR/kppp/index.cache.bz2 share/doc/HTML/pt_BR/kppp/index.docbook share/doc/HTML/pt_BR/kppp/kppp-faq.docbook share/doc/HTML/pt_BR/kppp/security.docbook share/doc/HTML/pt_BR/kppp/tricks.docbook share/doc/HTML/pt_BR/kppp/wizard.docbook share/doc/HTML/pt_BR/krdc/common share/doc/HTML/pt_BR/krdc/index.cache.bz2 share/doc/HTML/pt_BR/krdc/index.docbook share/doc/HTML/pt_BR/kreversi/common share/doc/HTML/pt_BR/kreversi/index.cache.bz2 share/doc/HTML/pt_BR/kreversi/index.docbook share/doc/HTML/pt_BR/krfb/common share/doc/HTML/pt_BR/krfb/index.cache.bz2 share/doc/HTML/pt_BR/krfb/index.docbook share/doc/HTML/pt_BR/kruler/common share/doc/HTML/pt_BR/kruler/index.cache.bz2 share/doc/HTML/pt_BR/kruler/index.docbook share/doc/HTML/pt_BR/kruler/kruler-settings.png share/doc/HTML/pt_BR/kruler/kruler.png share/doc/HTML/pt_BR/kshisen/common share/doc/HTML/pt_BR/kshisen/index.cache.bz2 share/doc/HTML/pt_BR/kshisen/index.docbook share/doc/HTML/pt_BR/ksirk/common share/doc/HTML/pt_BR/ksirk/index.cache.bz2 share/doc/HTML/pt_BR/ksirk/index.docbook share/doc/HTML/pt_BR/ksirkskineditor/common share/doc/HTML/pt_BR/ksirkskineditor/index.cache.bz2 share/doc/HTML/pt_BR/ksirkskineditor/index.docbook share/doc/HTML/pt_BR/ksnapshot/common share/doc/HTML/pt_BR/ksnapshot/index.cache.bz2 share/doc/HTML/pt_BR/ksnapshot/index.docbook share/doc/HTML/pt_BR/ksnapshot/preview.png share/doc/HTML/pt_BR/ksnapshot/window.png share/doc/HTML/pt_BR/kspaceduel/common share/doc/HTML/pt_BR/kspaceduel/index.cache.bz2 share/doc/HTML/pt_BR/kspaceduel/index.docbook share/doc/HTML/pt_BR/kspaceduel/kspaceduel3.png share/doc/HTML/pt_BR/ksquares/common share/doc/HTML/pt_BR/ksquares/index.cache.bz2 share/doc/HTML/pt_BR/ksquares/index.docbook share/doc/HTML/pt_BR/kstars/aavso.png share/doc/HTML/pt_BR/kstars/ai-contents.docbook share/doc/HTML/pt_BR/kstars/altvstime.docbook share/doc/HTML/pt_BR/kstars/altvstime.png share/doc/HTML/pt_BR/kstars/astroinfo.docbook share/doc/HTML/pt_BR/kstars/blackbody.docbook share/doc/HTML/pt_BR/kstars/calc-angdist.docbook share/doc/HTML/pt_BR/kstars/calc-angdist.png share/doc/HTML/pt_BR/kstars/calc-apcoords.docbook share/doc/HTML/pt_BR/kstars/calc-apcoords.png share/doc/HTML/pt_BR/kstars/calc-dayduration.docbook share/doc/HTML/pt_BR/kstars/calc-daylength.png share/doc/HTML/pt_BR/kstars/calc-ecliptic.docbook share/doc/HTML/pt_BR/kstars/calc-ecliptic.png share/doc/HTML/pt_BR/kstars/calc-eqgal.docbook share/doc/HTML/pt_BR/kstars/calc-eqgal.png share/doc/HTML/pt_BR/kstars/calc-equinox.docbook share/doc/HTML/pt_BR/kstars/calc-equinox.png share/doc/HTML/pt_BR/kstars/calc-geodetic.docbook share/doc/HTML/pt_BR/kstars/calc-geodetic.png share/doc/HTML/pt_BR/kstars/calc-horizontal.docbook share/doc/HTML/pt_BR/kstars/calc-horizontal.png share/doc/HTML/pt_BR/kstars/calc-julian.png share/doc/HTML/pt_BR/kstars/calc-julianday.docbook share/doc/HTML/pt_BR/kstars/calc-planetcoords.docbook share/doc/HTML/pt_BR/kstars/calc-planetcoords.png share/doc/HTML/pt_BR/kstars/calc-sidereal.docbook share/doc/HTML/pt_BR/kstars/calc-sidereal.png share/doc/HTML/pt_BR/kstars/calculator.docbook share/doc/HTML/pt_BR/kstars/cequator.docbook share/doc/HTML/pt_BR/kstars/colorandtemp.docbook share/doc/HTML/pt_BR/kstars/commands.docbook share/doc/HTML/pt_BR/kstars/common share/doc/HTML/pt_BR/kstars/config.docbook share/doc/HTML/pt_BR/kstars/cosmicdist.docbook share/doc/HTML/pt_BR/kstars/cpoles.docbook share/doc/HTML/pt_BR/kstars/credits.docbook share/doc/HTML/pt_BR/kstars/csphere.docbook share/doc/HTML/pt_BR/kstars/darkmatter.docbook share/doc/HTML/pt_BR/kstars/detaildialog.png share/doc/HTML/pt_BR/kstars/details.docbook share/doc/HTML/pt_BR/kstars/devicemanager.png share/doc/HTML/pt_BR/kstars/dumpmode.docbook share/doc/HTML/pt_BR/kstars/ecliptic.docbook share/doc/HTML/pt_BR/kstars/ellipticalgalaxies.docbook share/doc/HTML/pt_BR/kstars/epoch.docbook share/doc/HTML/pt_BR/kstars/equinox.docbook share/doc/HTML/pt_BR/kstars/faq.docbook share/doc/HTML/pt_BR/kstars/find.png share/doc/HTML/pt_BR/kstars/fitsviewer.docbook share/doc/HTML/pt_BR/kstars/flux.docbook share/doc/HTML/pt_BR/kstars/fovdialog.png share/doc/HTML/pt_BR/kstars/geocoords.docbook share/doc/HTML/pt_BR/kstars/geolocator.png share/doc/HTML/pt_BR/kstars/greatcircle.docbook share/doc/HTML/pt_BR/kstars/horizon.docbook share/doc/HTML/pt_BR/kstars/hourangle.docbook share/doc/HTML/pt_BR/kstars/index.cache.bz2 share/doc/HTML/pt_BR/kstars/index.docbook share/doc/HTML/pt_BR/kstars/indi.docbook share/doc/HTML/pt_BR/kstars/indiclient.png share/doc/HTML/pt_BR/kstars/indicontrolpanel.png share/doc/HTML/pt_BR/kstars/install.docbook share/doc/HTML/pt_BR/kstars/jmoons.docbook share/doc/HTML/pt_BR/kstars/jmoons.png share/doc/HTML/pt_BR/kstars/julianday.docbook share/doc/HTML/pt_BR/kstars/leapyear.docbook share/doc/HTML/pt_BR/kstars/lightcurve.png share/doc/HTML/pt_BR/kstars/lightcurves.docbook share/doc/HTML/pt_BR/kstars/luminosity.docbook share/doc/HTML/pt_BR/kstars/magnitude.docbook share/doc/HTML/pt_BR/kstars/meridian.docbook share/doc/HTML/pt_BR/kstars/newfov.png share/doc/HTML/pt_BR/kstars/observinglist.docbook share/doc/HTML/pt_BR/kstars/obsplanner.docbook share/doc/HTML/pt_BR/kstars/parallax.docbook share/doc/HTML/pt_BR/kstars/popup.png share/doc/HTML/pt_BR/kstars/precession.docbook share/doc/HTML/pt_BR/kstars/quicktour.docbook share/doc/HTML/pt_BR/kstars/retrograde.docbook share/doc/HTML/pt_BR/kstars/screen1.png share/doc/HTML/pt_BR/kstars/scriptbuilder.docbook share/doc/HTML/pt_BR/kstars/scriptbuilder.png share/doc/HTML/pt_BR/kstars/sidereal.docbook share/doc/HTML/pt_BR/kstars/skycoords.docbook share/doc/HTML/pt_BR/kstars/skymapdevice.png share/doc/HTML/pt_BR/kstars/solarsys.docbook share/doc/HTML/pt_BR/kstars/solarsystem.png share/doc/HTML/pt_BR/kstars/spiralgalaxies.docbook share/doc/HTML/pt_BR/kstars/star_colors.png share/doc/HTML/pt_BR/kstars/stars.docbook share/doc/HTML/pt_BR/kstars/telescopes.docbook share/doc/HTML/pt_BR/kstars/timezones.docbook share/doc/HTML/pt_BR/kstars/tools.docbook share/doc/HTML/pt_BR/kstars/utime.docbook share/doc/HTML/pt_BR/kstars/viewops.png share/doc/HTML/pt_BR/kstars/wut.docbook share/doc/HTML/pt_BR/kstars/wut.png share/doc/HTML/pt_BR/kstars/zenith.docbook share/doc/HTML/pt_BR/ksudoku/common share/doc/HTML/pt_BR/ksudoku/index.cache.bz2 share/doc/HTML/pt_BR/ksudoku/index.docbook share/doc/HTML/pt_BR/ksysguard/common share/doc/HTML/pt_BR/ksysguard/index.cache.bz2 share/doc/HTML/pt_BR/ksysguard/index.docbook share/doc/HTML/pt_BR/ksystemlog/common share/doc/HTML/pt_BR/ksystemlog/filter-process.png share/doc/HTML/pt_BR/ksystemlog/first-opening.png share/doc/HTML/pt_BR/ksystemlog/index.cache.bz2 share/doc/HTML/pt_BR/ksystemlog/index.docbook share/doc/HTML/pt_BR/ksystemlog/main-screen.png share/doc/HTML/pt_BR/kteatime/common share/doc/HTML/pt_BR/kteatime/config.png share/doc/HTML/pt_BR/kteatime/index.cache.bz2 share/doc/HTML/pt_BR/kteatime/index.docbook share/doc/HTML/pt_BR/ktimer/common share/doc/HTML/pt_BR/ktimer/first.png share/doc/HTML/pt_BR/ktimer/index.cache.bz2 share/doc/HTML/pt_BR/ktimer/index.docbook share/doc/HTML/pt_BR/ktimer/main.png share/doc/HTML/pt_BR/ktimer/running.png share/doc/HTML/pt_BR/ktimer/two_at_once.png share/doc/HTML/pt_BR/ktimetracker/common share/doc/HTML/pt_BR/ktimetracker/index.cache.bz2 share/doc/HTML/pt_BR/ktimetracker/index.docbook share/doc/HTML/pt_BR/ktnef/common share/doc/HTML/pt_BR/ktnef/index.cache.bz2 share/doc/HTML/pt_BR/ktnef/index.docbook share/doc/HTML/pt_BR/ktouch/color_options.png share/doc/HTML/pt_BR/ktouch/common share/doc/HTML/pt_BR/ktouch/general_options.png share/doc/HTML/pt_BR/ktouch/index.cache.bz2 share/doc/HTML/pt_BR/ktouch/index.docbook share/doc/HTML/pt_BR/ktouch/keyboard_options.png share/doc/HTML/pt_BR/ktouch/main_screen_default_color.png share/doc/HTML/pt_BR/ktouch/main_window_german.png share/doc/HTML/pt_BR/ktouch/man-ktouch.1.docbook share/doc/HTML/pt_BR/ktouch/sound_options.png share/doc/HTML/pt_BR/ktouch/statistics_dialog.png share/doc/HTML/pt_BR/ktouch/statistics_dialog_chart.png share/doc/HTML/pt_BR/ktouch/training_options.png share/doc/HTML/pt_BR/ktron/common share/doc/HTML/pt_BR/ktron/index.cache.bz2 share/doc/HTML/pt_BR/ktron/index.docbook share/doc/HTML/pt_BR/ktuberling/common share/doc/HTML/pt_BR/ktuberling/index.cache.bz2 share/doc/HTML/pt_BR/ktuberling/index.docbook share/doc/HTML/pt_BR/ktuberling/technical-reference.docbook share/doc/HTML/pt_BR/kturtle/common share/doc/HTML/pt_BR/kturtle/getting-started.docbook share/doc/HTML/pt_BR/kturtle/glossary.docbook share/doc/HTML/pt_BR/kturtle/index.cache.bz2 share/doc/HTML/pt_BR/kturtle/index.docbook share/doc/HTML/pt_BR/kturtle/mainwindow.png share/doc/HTML/pt_BR/kturtle/mainwindow_flower_nrs.png share/doc/HTML/pt_BR/kturtle/programming-reference.docbook share/doc/HTML/pt_BR/kturtle/translator-guide.docbook share/doc/HTML/pt_BR/kturtle/using-kturtle.docbook share/doc/HTML/pt_BR/kubrick/common share/doc/HTML/pt_BR/kubrick/index.cache.bz2 share/doc/HTML/pt_BR/kubrick/index.docbook share/doc/HTML/pt_BR/kuser/common share/doc/HTML/pt_BR/kuser/index.cache.bz2 share/doc/HTML/pt_BR/kuser/index.docbook share/doc/HTML/pt_BR/kuser/kuser.png share/doc/HTML/pt_BR/kwallet/common share/doc/HTML/pt_BR/kwallet/index.cache.bz2 share/doc/HTML/pt_BR/kwallet/index.docbook share/doc/HTML/pt_BR/kwallet/kwalletmanager.png share/doc/HTML/pt_BR/kwallet/openwallet-request.png share/doc/HTML/pt_BR/kwallet/oxygen48-status-wallet-closed.png share/doc/HTML/pt_BR/kwallet/oxygen48-status-wallet-open.png share/doc/HTML/pt_BR/kwatchgnupg/common share/doc/HTML/pt_BR/kwatchgnupg/index.cache.bz2 share/doc/HTML/pt_BR/kwatchgnupg/index.docbook share/doc/HTML/pt_BR/kwordquiz/common share/doc/HTML/pt_BR/kwordquiz/index.cache.bz2 share/doc/HTML/pt_BR/kwordquiz/index.docbook share/doc/HTML/pt_BR/kwrite/common share/doc/HTML/pt_BR/kwrite/configuring.docbook share/doc/HTML/pt_BR/kwrite/fundamentals.docbook share/doc/HTML/pt_BR/kwrite/index.cache.bz2 share/doc/HTML/pt_BR/kwrite/index.docbook share/doc/HTML/pt_BR/kwrite/menus.docbook share/doc/HTML/pt_BR/lokalize/common share/doc/HTML/pt_BR/lokalize/index.cache.bz2 share/doc/HTML/pt_BR/lokalize/index.docbook share/doc/HTML/pt_BR/lskat/common share/doc/HTML/pt_BR/lskat/index.cache.bz2 share/doc/HTML/pt_BR/lskat/index.docbook share/doc/HTML/pt_BR/marble/common share/doc/HTML/pt_BR/marble/configure-cacheproxy.png share/doc/HTML/pt_BR/marble/configure-navigation.png share/doc/HTML/pt_BR/marble/configure-plugins.png share/doc/HTML/pt_BR/marble/configure-view.png share/doc/HTML/pt_BR/marble/index.cache.bz2 share/doc/HTML/pt_BR/marble/index.docbook share/doc/HTML/pt_BR/marble/mapview-1.png share/doc/HTML/pt_BR/marble/measure-1.png share/doc/HTML/pt_BR/marble/quick-1.png share/doc/HTML/pt_BR/marble/search-1.png share/doc/HTML/pt_BR/marble/search-2.png share/doc/HTML/pt_BR/okteta/common share/doc/HTML/pt_BR/okteta/index.cache.bz2 share/doc/HTML/pt_BR/okteta/index.docbook share/doc/HTML/pt_BR/okular/annotation-properties.png share/doc/HTML/pt_BR/okular/annotations.png share/doc/HTML/pt_BR/okular/common share/doc/HTML/pt_BR/okular/configure.png share/doc/HTML/pt_BR/okular/embedded-files-bar.png share/doc/HTML/pt_BR/okular/forms-bar.png share/doc/HTML/pt_BR/okular/index.cache.bz2 share/doc/HTML/pt_BR/okular/index.docbook share/doc/HTML/pt_BR/okular/mainwindow.png share/doc/HTML/pt_BR/okular/man-okular.1.docbook share/doc/HTML/pt_BR/okular/presentation.png share/doc/HTML/pt_BR/onlinehelp/common share/doc/HTML/pt_BR/onlinehelp/index.cache.bz2 share/doc/HTML/pt_BR/onlinehelp/index.docbook share/doc/HTML/pt_BR/palapeli/common share/doc/HTML/pt_BR/palapeli/index.cache.bz2 share/doc/HTML/pt_BR/palapeli/index.docbook share/doc/HTML/pt_BR/parley/common share/doc/HTML/pt_BR/parley/index.cache.bz2 share/doc/HTML/pt_BR/parley/index.docbook share/doc/HTML/pt_BR/picmi/common share/doc/HTML/pt_BR/picmi/index.cache.bz2 share/doc/HTML/pt_BR/picmi/index.docbook share/doc/HTML/pt_BR/plasma-desktop/add-widgets.png share/doc/HTML/pt_BR/plasma-desktop/common share/doc/HTML/pt_BR/plasma-desktop/desktop-settings.png share/doc/HTML/pt_BR/plasma-desktop/device_notifier_widget.png share/doc/HTML/pt_BR/plasma-desktop/device_notifier_widget_actions.png share/doc/HTML/pt_BR/plasma-desktop/index.cache.bz2 share/doc/HTML/pt_BR/plasma-desktop/index.docbook share/doc/HTML/pt_BR/plasma-desktop/panel-settings.png share/doc/HTML/pt_BR/plasma-desktop/system-tray-settings.png share/doc/HTML/pt_BR/plasma-desktop/taskbar-settings.png share/doc/HTML/pt_BR/rocs/common share/doc/HTML/pt_BR/rocs/index.cache.bz2 share/doc/HTML/pt_BR/rocs/index.docbook share/doc/HTML/pt_BR/sonnet/common share/doc/HTML/pt_BR/sonnet/index.cache.bz2 share/doc/HTML/pt_BR/sonnet/index.docbook share/doc/HTML/pt_BR/step/common share/doc/HTML/pt_BR/step/examples.docbook share/doc/HTML/pt_BR/step/index.cache.bz2 share/doc/HTML/pt_BR/step/index.docbook share/doc/HTML/pt_BR/step/tutorials.docbook share/doc/HTML/pt_BR/sweeper/common share/doc/HTML/pt_BR/sweeper/index.cache.bz2 share/doc/HTML/pt_BR/sweeper/index.docbook share/doc/HTML/pt_BR/sweeper/sweeper.png share/doc/HTML/pt_BR/systemsettings/common share/doc/HTML/pt_BR/systemsettings/index.cache.bz2 share/doc/HTML/pt_BR/systemsettings/index.docbook share/doc/HTML/pt_BR/umbrello/activity-diagram.png share/doc/HTML/pt_BR/umbrello/add-remove-languages.png share/doc/HTML/pt_BR/umbrello/aggregation.png share/doc/HTML/pt_BR/umbrello/association.png share/doc/HTML/pt_BR/umbrello/authors.docbook share/doc/HTML/pt_BR/umbrello/class-diagram.png share/doc/HTML/pt_BR/umbrello/class.png share/doc/HTML/pt_BR/umbrello/code-import.png share/doc/HTML/pt_BR/umbrello/code_import_and_generation.docbook share/doc/HTML/pt_BR/umbrello/collaboration-diagram.png share/doc/HTML/pt_BR/umbrello/common share/doc/HTML/pt_BR/umbrello/composition.png share/doc/HTML/pt_BR/umbrello/credits.docbook share/doc/HTML/pt_BR/umbrello/folders.png share/doc/HTML/pt_BR/umbrello/generalization.png share/doc/HTML/pt_BR/umbrello/generation-options.png share/doc/HTML/pt_BR/umbrello/index.cache.bz2 share/doc/HTML/pt_BR/umbrello/index.docbook share/doc/HTML/pt_BR/umbrello/introduction.docbook share/doc/HTML/pt_BR/umbrello/other_features.docbook share/doc/HTML/pt_BR/umbrello/sequence-diagram.png share/doc/HTML/pt_BR/umbrello/state-diagram.png share/doc/HTML/pt_BR/umbrello/umbrello-main-screen.png share/doc/HTML/pt_BR/umbrello/umbrello-ui-clean.png share/doc/HTML/pt_BR/umbrello/umbrello-ui.png share/doc/HTML/pt_BR/umbrello/uml_basics.docbook share/doc/HTML/pt_BR/umbrello/use-case-diagram.png share/doc/HTML/pt_BR/umbrello/working_with_umbrello.docbook share/locale/pt_BR/LC_MESSAGES/accountwizard.mo share/locale/pt_BR/LC_MESSAGES/accountwizard_ical.mo share/locale/pt_BR/LC_MESSAGES/accountwizard_imap.mo share/locale/pt_BR/LC_MESSAGES/accountwizard_kolab.mo share/locale/pt_BR/LC_MESSAGES/accountwizard_mailbox.mo share/locale/pt_BR/LC_MESSAGES/accountwizard_maildir.mo share/locale/pt_BR/LC_MESSAGES/accountwizard_pop3.mo share/locale/pt_BR/LC_MESSAGES/accountwizard_tine20.mo share/locale/pt_BR/LC_MESSAGES/activitymanager_plugin_globalshortcuts.mo share/locale/pt_BR/LC_MESSAGES/activitymanager_uihandler_declarative.mo share/locale/pt_BR/LC_MESSAGES/adblock.mo share/locale/pt_BR/LC_MESSAGES/akonadi-filestore.mo share/locale/pt_BR/LC_MESSAGES/akonadi_archivemail_agent.mo share/locale/pt_BR/LC_MESSAGES/akonadi_birthdays_resource.mo share/locale/pt_BR/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/pt_BR/LC_MESSAGES/akonadi_davgroupware_resource.mo share/locale/pt_BR/LC_MESSAGES/akonadi_google_resource.mo share/locale/pt_BR/LC_MESSAGES/akonadi_ical_resource.mo share/locale/pt_BR/LC_MESSAGES/akonadi_icaldir_resource.mo share/locale/pt_BR/LC_MESSAGES/akonadi_imap_resource.mo share/locale/pt_BR/LC_MESSAGES/akonadi_invitations_agent.mo share/locale/pt_BR/LC_MESSAGES/akonadi_kabc_resource.mo share/locale/pt_BR/LC_MESSAGES/akonadi_kalarm_resource.mo share/locale/pt_BR/LC_MESSAGES/akonadi_kcal_resource.mo share/locale/pt_BR/LC_MESSAGES/akonadi_kdeaccounts_resource.mo share/locale/pt_BR/LC_MESSAGES/akonadi_knut_resource.mo share/locale/pt_BR/LC_MESSAGES/akonadi_kolabproxy_resource.mo share/locale/pt_BR/LC_MESSAGES/akonadi_kresourceassistant.mo share/locale/pt_BR/LC_MESSAGES/akonadi_localbookmarks_resource.mo share/locale/pt_BR/LC_MESSAGES/akonadi_maildir_resource.mo share/locale/pt_BR/LC_MESSAGES/akonadi_maildispatcher_agent.mo share/locale/pt_BR/LC_MESSAGES/akonadi_mailfilter_agent.mo share/locale/pt_BR/LC_MESSAGES/akonadi_mailtransport_resource.mo share/locale/pt_BR/LC_MESSAGES/akonadi_mbox_resource.mo share/locale/pt_BR/LC_MESSAGES/akonadi_microblog_resource.mo share/locale/pt_BR/LC_MESSAGES/akonadi_mixedmaildir_resource.mo share/locale/pt_BR/LC_MESSAGES/akonadi_nepomuk_feeder.mo share/locale/pt_BR/LC_MESSAGES/akonadi_nepomuktag_resource.mo share/locale/pt_BR/LC_MESSAGES/akonadi_next.mo share/locale/pt_BR/LC_MESSAGES/akonadi_nntp_resource.mo share/locale/pt_BR/LC_MESSAGES/akonadi_openxchange_resource.mo share/locale/pt_BR/LC_MESSAGES/akonadi_pop3_resource.mo share/locale/pt_BR/LC_MESSAGES/akonadi_serializer_plugins.mo share/locale/pt_BR/LC_MESSAGES/akonadi_singlefile_resource.mo share/locale/pt_BR/LC_MESSAGES/akonadi_strigi_feeder.mo share/locale/pt_BR/LC_MESSAGES/akonadi_vcard_resource.mo share/locale/pt_BR/LC_MESSAGES/akonadi_vcarddir_resource.mo share/locale/pt_BR/LC_MESSAGES/akonadicontact.mo share/locale/pt_BR/LC_MESSAGES/akonadinotes.mo share/locale/pt_BR/LC_MESSAGES/akonaditray.mo share/locale/pt_BR/LC_MESSAGES/akregator.mo share/locale/pt_BR/LC_MESSAGES/akregator_konqplugin.mo share/locale/pt_BR/LC_MESSAGES/amor.mo share/locale/pt_BR/LC_MESSAGES/analitza.mo share/locale/pt_BR/LC_MESSAGES/ark.mo share/locale/pt_BR/LC_MESSAGES/attica_kde.mo share/locale/pt_BR/LC_MESSAGES/audiocd_encoder_lame.mo share/locale/pt_BR/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/pt_BR/LC_MESSAGES/audiorename_plugin.mo share/locale/pt_BR/LC_MESSAGES/autorefresh.mo share/locale/pt_BR/LC_MESSAGES/babelfish.mo share/locale/pt_BR/LC_MESSAGES/blinken.mo share/locale/pt_BR/LC_MESSAGES/blogilo.mo share/locale/pt_BR/LC_MESSAGES/bomber.mo share/locale/pt_BR/LC_MESSAGES/bovo.mo share/locale/pt_BR/LC_MESSAGES/calendarsupport.mo share/locale/pt_BR/LC_MESSAGES/cantor.mo share/locale/pt_BR/LC_MESSAGES/cervisia.mo share/locale/pt_BR/LC_MESSAGES/cryptopageplugin.mo share/locale/pt_BR/LC_MESSAGES/cvsservice.mo share/locale/pt_BR/LC_MESSAGES/dirfilterplugin.mo share/locale/pt_BR/LC_MESSAGES/display.mo share/locale/pt_BR/LC_MESSAGES/dolphin.mo share/locale/pt_BR/LC_MESSAGES/domtreeviewer.mo share/locale/pt_BR/LC_MESSAGES/dragonplayer.mo share/locale/pt_BR/LC_MESSAGES/drkonqi.mo share/locale/pt_BR/LC_MESSAGES/filelight.mo share/locale/pt_BR/LC_MESSAGES/filetypes.mo share/locale/pt_BR/LC_MESSAGES/fileviewbazaarplugin.mo share/locale/pt_BR/LC_MESSAGES/fileviewgitplugin.mo share/locale/pt_BR/LC_MESSAGES/fileviewhgplugin.mo share/locale/pt_BR/LC_MESSAGES/fileviewsvnplugin.mo share/locale/pt_BR/LC_MESSAGES/freespacenotifier.mo share/locale/pt_BR/LC_MESSAGES/fsview.mo share/locale/pt_BR/LC_MESSAGES/granatier.mo share/locale/pt_BR/LC_MESSAGES/gwenview.mo share/locale/pt_BR/LC_MESSAGES/htmlsearch.mo share/locale/pt_BR/LC_MESSAGES/imagerename_plugin.mo share/locale/pt_BR/LC_MESSAGES/imgalleryplugin.mo share/locale/pt_BR/LC_MESSAGES/importwizard.mo share/locale/pt_BR/LC_MESSAGES/jovie.mo share/locale/pt_BR/LC_MESSAGES/joystick.mo share/locale/pt_BR/LC_MESSAGES/juk.mo share/locale/pt_BR/LC_MESSAGES/kabc.mo share/locale/pt_BR/LC_MESSAGES/kabc_akonadi.mo share/locale/pt_BR/LC_MESSAGES/kabc_dir.mo share/locale/pt_BR/LC_MESSAGES/kabc_file.mo share/locale/pt_BR/LC_MESSAGES/kabc_ldapkio.mo share/locale/pt_BR/LC_MESSAGES/kabc_net.mo share/locale/pt_BR/LC_MESSAGES/kabcclient.mo share/locale/pt_BR/LC_MESSAGES/kabcformat_binary.mo share/locale/pt_BR/LC_MESSAGES/kaccess.mo share/locale/pt_BR/LC_MESSAGES/kaccessibleapp.mo share/locale/pt_BR/LC_MESSAGES/kactivitymanagerd.mo share/locale/pt_BR/LC_MESSAGES/kactivitymanagerd_fileitem_linking_plugin.mo share/locale/pt_BR/LC_MESSAGES/kaddressbook-mobile.mo share/locale/pt_BR/LC_MESSAGES/kaddressbook.mo share/locale/pt_BR/LC_MESSAGES/kaddressbookmigrator.mo share/locale/pt_BR/LC_MESSAGES/kajongg.mo share/locale/pt_BR/LC_MESSAGES/kalarm.mo share/locale/pt_BR/LC_MESSAGES/kalgebra.mo share/locale/pt_BR/LC_MESSAGES/kalzium.mo share/locale/pt_BR/LC_MESSAGES/kanagram-harmattan.mo share/locale/pt_BR/LC_MESSAGES/kanagram.mo share/locale/pt_BR/LC_MESSAGES/kapman.mo share/locale/pt_BR/LC_MESSAGES/kapptemplate.mo share/locale/pt_BR/LC_MESSAGES/kate-ctags-plugin.mo share/locale/pt_BR/LC_MESSAGES/kate.mo share/locale/pt_BR/LC_MESSAGES/kate_kttsd.mo share/locale/pt_BR/LC_MESSAGES/katebacktracebrowserplugin.mo share/locale/pt_BR/LC_MESSAGES/katebuild-plugin.mo share/locale/pt_BR/LC_MESSAGES/katefilebrowserplugin.mo share/locale/pt_BR/LC_MESSAGES/katefiletemplates.mo share/locale/pt_BR/LC_MESSAGES/kategdbplugin.mo share/locale/pt_BR/LC_MESSAGES/katehelloworld.mo share/locale/pt_BR/LC_MESSAGES/katekonsoleplugin.mo share/locale/pt_BR/LC_MESSAGES/katemailfilesplugin.mo share/locale/pt_BR/LC_MESSAGES/kateopenheader.mo share/locale/pt_BR/LC_MESSAGES/katepart4.mo share/locale/pt_BR/LC_MESSAGES/kateproject.mo share/locale/pt_BR/LC_MESSAGES/katesearch.mo share/locale/pt_BR/LC_MESSAGES/katesnippets_tng.mo share/locale/pt_BR/LC_MESSAGES/katesnippetsplugin.mo share/locale/pt_BR/LC_MESSAGES/katesql.mo share/locale/pt_BR/LC_MESSAGES/katesymbolviewer.mo share/locale/pt_BR/LC_MESSAGES/katetabbarextension.mo share/locale/pt_BR/LC_MESSAGES/katetabifyplugin.mo share/locale/pt_BR/LC_MESSAGES/katetextfilter.mo share/locale/pt_BR/LC_MESSAGES/katexmlcheck.mo share/locale/pt_BR/LC_MESSAGES/katexmltools.mo share/locale/pt_BR/LC_MESSAGES/katomic.mo share/locale/pt_BR/LC_MESSAGES/kbattleship.mo share/locale/pt_BR/LC_MESSAGES/kblackbox.mo share/locale/pt_BR/LC_MESSAGES/kblankscrn.mo share/locale/pt_BR/LC_MESSAGES/kblocks.mo share/locale/pt_BR/LC_MESSAGES/kbounce.mo share/locale/pt_BR/LC_MESSAGES/kbreakout.mo share/locale/pt_BR/LC_MESSAGES/kbruch.mo share/locale/pt_BR/LC_MESSAGES/kcachegrind.mo share/locale/pt_BR/LC_MESSAGES/kcachegrind_qt.mo share/locale/pt_BR/LC_MESSAGES/kcal_akonadi.mo share/locale/pt_BR/LC_MESSAGES/kcalc.mo share/locale/pt_BR/LC_MESSAGES/kcertpart.mo share/locale/pt_BR/LC_MESSAGES/kcharselect.mo share/locale/pt_BR/LC_MESSAGES/kcm-kwin-scripts.mo share/locale/pt_BR/LC_MESSAGES/kcm_activities.mo share/locale/pt_BR/LC_MESSAGES/kcm_akonadi.mo share/locale/pt_BR/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/pt_BR/LC_MESSAGES/kcm_attica.mo share/locale/pt_BR/LC_MESSAGES/kcm_autostart.mo share/locale/pt_BR/LC_MESSAGES/kcm_desktoppaths.mo share/locale/pt_BR/LC_MESSAGES/kcm_desktopthemedetails.mo share/locale/pt_BR/LC_MESSAGES/kcm_device_automounter.mo share/locale/pt_BR/LC_MESSAGES/kcm_emoticons.mo share/locale/pt_BR/LC_MESSAGES/kcm_infobase.mo share/locale/pt_BR/LC_MESSAGES/kcm_infosummary.mo -share/locale/pt_BR/LC_MESSAGES/kcm_krfb.mo share/locale/pt_BR/LC_MESSAGES/kcm_kwindesktop.mo share/locale/pt_BR/LC_MESSAGES/kcm_kwintabbox.mo share/locale/pt_BR/LC_MESSAGES/kcm_memory.mo share/locale/pt_BR/LC_MESSAGES/kcm_nepomuk.mo share/locale/pt_BR/LC_MESSAGES/kcm_pci.mo share/locale/pt_BR/LC_MESSAGES/kcm_phonon.mo share/locale/pt_BR/LC_MESSAGES/kcm_platform.mo share/locale/pt_BR/LC_MESSAGES/kcm_remotecontrol.mo share/locale/pt_BR/LC_MESSAGES/kcm_solid.mo share/locale/pt_BR/LC_MESSAGES/kcm_solid_actions.mo share/locale/pt_BR/LC_MESSAGES/kcm_standard_actions.mo share/locale/pt_BR/LC_MESSAGES/kcmaccess.mo share/locale/pt_BR/LC_MESSAGES/kcmaudiocd.mo share/locale/pt_BR/LC_MESSAGES/kcmbackground.mo share/locale/pt_BR/LC_MESSAGES/kcmbell.mo share/locale/pt_BR/LC_MESSAGES/kcmcddb.mo share/locale/pt_BR/LC_MESSAGES/kcmcgi.mo share/locale/pt_BR/LC_MESSAGES/kcmcolors.mo share/locale/pt_BR/LC_MESSAGES/kcmcomponentchooser.mo share/locale/pt_BR/LC_MESSAGES/kcmcrypto.mo share/locale/pt_BR/LC_MESSAGES/kcmdevinfo.mo share/locale/pt_BR/LC_MESSAGES/kcmfonts.mo share/locale/pt_BR/LC_MESSAGES/kcmhtmlsearch.mo share/locale/pt_BR/LC_MESSAGES/kcmicons.mo share/locale/pt_BR/LC_MESSAGES/kcminfo.mo share/locale/pt_BR/LC_MESSAGES/kcminit.mo share/locale/pt_BR/LC_MESSAGES/kcminput.mo share/locale/pt_BR/LC_MESSAGES/kcmkamera.mo share/locale/pt_BR/LC_MESSAGES/kcmkclock.mo share/locale/pt_BR/LC_MESSAGES/kcmkded.mo share/locale/pt_BR/LC_MESSAGES/kcmkdnssd.mo share/locale/pt_BR/LC_MESSAGES/kcmkeyboard.mo share/locale/pt_BR/LC_MESSAGES/kcmkeys.mo share/locale/pt_BR/LC_MESSAGES/kcmkgamma.mo share/locale/pt_BR/LC_MESSAGES/kcmkio.mo share/locale/pt_BR/LC_MESSAGES/kcmkonq.mo share/locale/pt_BR/LC_MESSAGES/kcmkonqhtml.mo share/locale/pt_BR/LC_MESSAGES/kcmkurifilt.mo share/locale/pt_BR/LC_MESSAGES/kcmkwallet.mo share/locale/pt_BR/LC_MESSAGES/kcmkwincompositing.mo share/locale/pt_BR/LC_MESSAGES/kcmkwindecoration.mo share/locale/pt_BR/LC_MESSAGES/kcmkwinrules.mo share/locale/pt_BR/LC_MESSAGES/kcmkwinscreenedges.mo share/locale/pt_BR/LC_MESSAGES/kcmkwm.mo share/locale/pt_BR/LC_MESSAGES/kcmlaunch.mo share/locale/pt_BR/LC_MESSAGES/kcmlocale.mo share/locale/pt_BR/LC_MESSAGES/kcmnic.mo share/locale/pt_BR/LC_MESSAGES/kcmnotify.mo share/locale/pt_BR/LC_MESSAGES/kcmopengl.mo share/locale/pt_BR/LC_MESSAGES/kcmperformance.mo share/locale/pt_BR/LC_MESSAGES/kcmsamba.mo share/locale/pt_BR/LC_MESSAGES/kcmscreensaver.mo share/locale/pt_BR/LC_MESSAGES/kcmshell.mo share/locale/pt_BR/LC_MESSAGES/kcmsmartcard.mo share/locale/pt_BR/LC_MESSAGES/kcmsmserver.mo share/locale/pt_BR/LC_MESSAGES/kcmstyle.mo share/locale/pt_BR/LC_MESSAGES/kcmusb.mo share/locale/pt_BR/LC_MESSAGES/kcmview1394.mo share/locale/pt_BR/LC_MESSAGES/kcmworkspaceoptions.mo share/locale/pt_BR/LC_MESSAGES/kcolorchooser.mo share/locale/pt_BR/LC_MESSAGES/kcron.mo share/locale/pt_BR/LC_MESSAGES/kde-menu.mo share/locale/pt_BR/LC_MESSAGES/kdeasciiquarium.mo share/locale/pt_BR/LC_MESSAGES/kdebugdialog.mo share/locale/pt_BR/LC_MESSAGES/kdecalendarsystems.mo share/locale/pt_BR/LC_MESSAGES/kdelibs4.mo share/locale/pt_BR/LC_MESSAGES/kdelibs_colors4.mo share/locale/pt_BR/LC_MESSAGES/kdepasswd.mo share/locale/pt_BR/LC_MESSAGES/kdepim-runtime-qml.mo share/locale/pt_BR/LC_MESSAGES/kdeqt.mo share/locale/pt_BR/LC_MESSAGES/kdesu.mo share/locale/pt_BR/LC_MESSAGES/kdesud.mo share/locale/pt_BR/LC_MESSAGES/kdf.mo share/locale/pt_BR/LC_MESSAGES/kdgantt2.mo share/locale/pt_BR/LC_MESSAGES/kdialog.mo share/locale/pt_BR/LC_MESSAGES/kdiamond.mo share/locale/pt_BR/LC_MESSAGES/kdmconfig.mo share/locale/pt_BR/LC_MESSAGES/kdmgreet.mo share/locale/pt_BR/LC_MESSAGES/kdontchangethehostname.mo share/locale/pt_BR/LC_MESSAGES/keditbookmarks.mo share/locale/pt_BR/LC_MESSAGES/kfile.mo share/locale/pt_BR/LC_MESSAGES/kfile_dds.mo share/locale/pt_BR/LC_MESSAGES/kfile_drgeo.mo share/locale/pt_BR/LC_MESSAGES/kfile_exr.mo share/locale/pt_BR/LC_MESSAGES/kfile_kig.mo share/locale/pt_BR/LC_MESSAGES/kfile_mail.mo share/locale/pt_BR/LC_MESSAGES/kfile_pnm.mo share/locale/pt_BR/LC_MESSAGES/kfile_raw.mo share/locale/pt_BR/LC_MESSAGES/kfile_rgb.mo share/locale/pt_BR/LC_MESSAGES/kfile_rpm.mo share/locale/pt_BR/LC_MESSAGES/kfile_tiff.mo share/locale/pt_BR/LC_MESSAGES/kfile_xps.mo share/locale/pt_BR/LC_MESSAGES/kfileaudiopreview4.mo share/locale/pt_BR/LC_MESSAGES/kfilereplace.mo share/locale/pt_BR/LC_MESSAGES/kfileshare.mo share/locale/pt_BR/LC_MESSAGES/kfindpart.mo share/locale/pt_BR/LC_MESSAGES/kfloppy.mo share/locale/pt_BR/LC_MESSAGES/kfmclient.mo share/locale/pt_BR/LC_MESSAGES/kfontinst.mo share/locale/pt_BR/LC_MESSAGES/kfourinline.mo share/locale/pt_BR/LC_MESSAGES/kgeography.mo share/locale/pt_BR/LC_MESSAGES/kget.mo share/locale/pt_BR/LC_MESSAGES/kgetplugin.mo share/locale/pt_BR/LC_MESSAGES/kglobalaccel.mo share/locale/pt_BR/LC_MESSAGES/kgoldrunner.mo share/locale/pt_BR/LC_MESSAGES/kgpg.mo share/locale/pt_BR/LC_MESSAGES/kgreet_classic.mo share/locale/pt_BR/LC_MESSAGES/kgreet_generic.mo share/locale/pt_BR/LC_MESSAGES/kgreet_winbind.mo share/locale/pt_BR/LC_MESSAGES/khangman.mo share/locale/pt_BR/LC_MESSAGES/khelpcenter.mo share/locale/pt_BR/LC_MESSAGES/khotkeys.mo share/locale/pt_BR/LC_MESSAGES/khotnewstuff.mo share/locale/pt_BR/LC_MESSAGES/khtmlkttsd.mo share/locale/pt_BR/LC_MESSAGES/khtmlsettingsplugin.mo share/locale/pt_BR/LC_MESSAGES/kiconfinder.mo share/locale/pt_BR/LC_MESSAGES/kig.mo share/locale/pt_BR/LC_MESSAGES/kigo.mo share/locale/pt_BR/LC_MESSAGES/killbots.mo share/locale/pt_BR/LC_MESSAGES/kimagemapeditor.mo -share/locale/pt_BR/LC_MESSAGES/kinetd.mo share/locale/pt_BR/LC_MESSAGES/kinfocenter.mo share/locale/pt_BR/LC_MESSAGES/kio4.mo share/locale/pt_BR/LC_MESSAGES/kio_activities.mo share/locale/pt_BR/LC_MESSAGES/kio_akonadi.mo share/locale/pt_BR/LC_MESSAGES/kio_applications.mo share/locale/pt_BR/LC_MESSAGES/kio_archive.mo share/locale/pt_BR/LC_MESSAGES/kio_audiocd.mo share/locale/pt_BR/LC_MESSAGES/kio_bookmarks.mo share/locale/pt_BR/LC_MESSAGES/kio_finger.mo share/locale/pt_BR/LC_MESSAGES/kio_fish.mo share/locale/pt_BR/LC_MESSAGES/kio_floppy.mo share/locale/pt_BR/LC_MESSAGES/kio_help4.mo share/locale/pt_BR/LC_MESSAGES/kio_imap4.mo share/locale/pt_BR/LC_MESSAGES/kio_info.mo share/locale/pt_BR/LC_MESSAGES/kio_jabberdisco.mo share/locale/pt_BR/LC_MESSAGES/kio_ldap.mo share/locale/pt_BR/LC_MESSAGES/kio_man.mo share/locale/pt_BR/LC_MESSAGES/kio_mbox.mo share/locale/pt_BR/LC_MESSAGES/kio_nepomuk.mo share/locale/pt_BR/LC_MESSAGES/kio_nepomuksearch.mo share/locale/pt_BR/LC_MESSAGES/kio_nfs.mo share/locale/pt_BR/LC_MESSAGES/kio_nntp.mo share/locale/pt_BR/LC_MESSAGES/kio_perldoc.mo share/locale/pt_BR/LC_MESSAGES/kio_pop3.mo share/locale/pt_BR/LC_MESSAGES/kio_recentdocuments.mo share/locale/pt_BR/LC_MESSAGES/kio_remote.mo share/locale/pt_BR/LC_MESSAGES/kio_sftp.mo share/locale/pt_BR/LC_MESSAGES/kio_sieve.mo share/locale/pt_BR/LC_MESSAGES/kio_smb.mo share/locale/pt_BR/LC_MESSAGES/kio_smtp.mo share/locale/pt_BR/LC_MESSAGES/kio_svn.mo share/locale/pt_BR/LC_MESSAGES/kio_tags.mo share/locale/pt_BR/LC_MESSAGES/kio_thumbnail.mo share/locale/pt_BR/LC_MESSAGES/kio_timeline.mo share/locale/pt_BR/LC_MESSAGES/kio_trash.mo share/locale/pt_BR/LC_MESSAGES/kio_zeroconf.mo share/locale/pt_BR/LC_MESSAGES/kioclient.mo share/locale/pt_BR/LC_MESSAGES/kioexec.mo share/locale/pt_BR/LC_MESSAGES/kipiplugin_kxmlhelloworld.mo share/locale/pt_BR/LC_MESSAGES/kiriki.mo share/locale/pt_BR/LC_MESSAGES/kiten.mo share/locale/pt_BR/LC_MESSAGES/kjots.mo share/locale/pt_BR/LC_MESSAGES/kjotsmigrator.mo share/locale/pt_BR/LC_MESSAGES/kjumpingcube.mo share/locale/pt_BR/LC_MESSAGES/kleopatra.mo share/locale/pt_BR/LC_MESSAGES/klettres.mo share/locale/pt_BR/LC_MESSAGES/klickety.mo share/locale/pt_BR/LC_MESSAGES/klines.mo share/locale/pt_BR/LC_MESSAGES/klinkstatus.mo share/locale/pt_BR/LC_MESSAGES/klipper.mo share/locale/pt_BR/LC_MESSAGES/klock.mo share/locale/pt_BR/LC_MESSAGES/kmag.mo share/locale/pt_BR/LC_MESSAGES/kmahjongg.mo share/locale/pt_BR/LC_MESSAGES/kmail-migrator.mo share/locale/pt_BR/LC_MESSAGES/kmail-mobile.mo share/locale/pt_BR/LC_MESSAGES/kmail.mo share/locale/pt_BR/LC_MESSAGES/kmailcvt.mo share/locale/pt_BR/LC_MESSAGES/kmenuedit.mo share/locale/pt_BR/LC_MESSAGES/kmimetypefinder.mo share/locale/pt_BR/LC_MESSAGES/kmines.mo share/locale/pt_BR/LC_MESSAGES/kmix.mo share/locale/pt_BR/LC_MESSAGES/kmousetool.mo share/locale/pt_BR/LC_MESSAGES/kmouth.mo share/locale/pt_BR/LC_MESSAGES/kmplot.mo share/locale/pt_BR/LC_MESSAGES/knetattach.mo share/locale/pt_BR/LC_MESSAGES/knetwalk.mo share/locale/pt_BR/LC_MESSAGES/knode.mo share/locale/pt_BR/LC_MESSAGES/knotes.mo share/locale/pt_BR/LC_MESSAGES/knotify4.mo share/locale/pt_BR/LC_MESSAGES/kolf.mo share/locale/pt_BR/LC_MESSAGES/kollision.mo share/locale/pt_BR/LC_MESSAGES/kolourpaint.mo share/locale/pt_BR/LC_MESSAGES/kommander.mo share/locale/pt_BR/LC_MESSAGES/kompare.mo share/locale/pt_BR/LC_MESSAGES/konqprofiles.mo share/locale/pt_BR/LC_MESSAGES/konqueror.mo share/locale/pt_BR/LC_MESSAGES/konquest.mo share/locale/pt_BR/LC_MESSAGES/konsole.mo share/locale/pt_BR/LC_MESSAGES/konsolekalendar.mo share/locale/pt_BR/LC_MESSAGES/konsoleprofiles.mo share/locale/pt_BR/LC_MESSAGES/kontact.mo share/locale/pt_BR/LC_MESSAGES/kontactinterfaces.mo share/locale/pt_BR/LC_MESSAGES/kopete.mo share/locale/pt_BR/LC_MESSAGES/korganizer-mobile.mo share/locale/pt_BR/LC_MESSAGES/korganizer.mo share/locale/pt_BR/LC_MESSAGES/kpartloader.mo share/locale/pt_BR/LC_MESSAGES/kpartsaver.mo share/locale/pt_BR/LC_MESSAGES/kpasswdserver.mo share/locale/pt_BR/LC_MESSAGES/kpat.mo share/locale/pt_BR/LC_MESSAGES/kppp.mo share/locale/pt_BR/LC_MESSAGES/kppplogview.mo share/locale/pt_BR/LC_MESSAGES/kquitapp.mo share/locale/pt_BR/LC_MESSAGES/krandr.mo share/locale/pt_BR/LC_MESSAGES/krcdnotifieritem.mo share/locale/pt_BR/LC_MESSAGES/krdb.mo share/locale/pt_BR/LC_MESSAGES/krdc.mo share/locale/pt_BR/LC_MESSAGES/kreadconfig.mo share/locale/pt_BR/LC_MESSAGES/kremotecontroldaemon.mo share/locale/pt_BR/LC_MESSAGES/kres-migrator.mo share/locale/pt_BR/LC_MESSAGES/kres_blog.mo share/locale/pt_BR/LC_MESSAGES/kres_remote.mo share/locale/pt_BR/LC_MESSAGES/kresources_shared_akonadi.mo share/locale/pt_BR/LC_MESSAGES/kreversi.mo share/locale/pt_BR/LC_MESSAGES/krfb.mo share/locale/pt_BR/LC_MESSAGES/kruler.mo share/locale/pt_BR/LC_MESSAGES/krunner.mo share/locale/pt_BR/LC_MESSAGES/ksaneplugin.mo share/locale/pt_BR/LC_MESSAGES/kscd.mo share/locale/pt_BR/LC_MESSAGES/kscreenlocker.mo share/locale/pt_BR/LC_MESSAGES/kscreenlocker_greet.mo share/locale/pt_BR/LC_MESSAGES/kscreensaver.mo share/locale/pt_BR/LC_MESSAGES/ksendemail.mo share/locale/pt_BR/LC_MESSAGES/ksgrd.mo share/locale/pt_BR/LC_MESSAGES/kshellcmdplugin.mo share/locale/pt_BR/LC_MESSAGES/kshisen.mo share/locale/pt_BR/LC_MESSAGES/kshorturifilter.mo share/locale/pt_BR/LC_MESSAGES/ksirk.mo share/locale/pt_BR/LC_MESSAGES/ksirkskineditor.mo share/locale/pt_BR/LC_MESSAGES/ksmserver.mo share/locale/pt_BR/LC_MESSAGES/ksnapshot.mo share/locale/pt_BR/LC_MESSAGES/kspaceduel.mo share/locale/pt_BR/LC_MESSAGES/ksplashthemes.mo share/locale/pt_BR/LC_MESSAGES/ksquares.mo share/locale/pt_BR/LC_MESSAGES/kstars.mo share/locale/pt_BR/LC_MESSAGES/kstart.mo share/locale/pt_BR/LC_MESSAGES/kstartperf.mo share/locale/pt_BR/LC_MESSAGES/kstyle_config.mo share/locale/pt_BR/LC_MESSAGES/kstyle_phase_config.mo share/locale/pt_BR/LC_MESSAGES/ksudoku.mo share/locale/pt_BR/LC_MESSAGES/ksysguard.mo share/locale/pt_BR/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/pt_BR/LC_MESSAGES/ksystemlog.mo share/locale/pt_BR/LC_MESSAGES/ksystraycmd.mo share/locale/pt_BR/LC_MESSAGES/kteatime.mo share/locale/pt_BR/LC_MESSAGES/ktesnippets_editor.mo share/locale/pt_BR/LC_MESSAGES/ktexteditor_codesnippets_core.mo share/locale/pt_BR/LC_MESSAGES/ktexteditor_plugins.mo share/locale/pt_BR/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/pt_BR/LC_MESSAGES/ktimer.mo share/locale/pt_BR/LC_MESSAGES/ktimetracker.mo share/locale/pt_BR/LC_MESSAGES/ktnef.mo share/locale/pt_BR/LC_MESSAGES/ktouch.mo share/locale/pt_BR/LC_MESSAGES/ktouchpadenabler.mo share/locale/pt_BR/LC_MESSAGES/ktraderclient.mo share/locale/pt_BR/LC_MESSAGES/ktron.mo share/locale/pt_BR/LC_MESSAGES/ktuberling.mo share/locale/pt_BR/LC_MESSAGES/kturtle.mo share/locale/pt_BR/LC_MESSAGES/ktux.mo share/locale/pt_BR/LC_MESSAGES/kubrick.mo share/locale/pt_BR/LC_MESSAGES/kuiserver.mo share/locale/pt_BR/LC_MESSAGES/kuiviewer.mo share/locale/pt_BR/LC_MESSAGES/kurifilter.mo share/locale/pt_BR/LC_MESSAGES/kuser.mo share/locale/pt_BR/LC_MESSAGES/kwalletd.mo share/locale/pt_BR/LC_MESSAGES/kwalletmanager.mo share/locale/pt_BR/LC_MESSAGES/kwatchgnupg.mo share/locale/pt_BR/LC_MESSAGES/kwin.mo share/locale/pt_BR/LC_MESSAGES/kwin_art_clients.mo share/locale/pt_BR/LC_MESSAGES/kwin_clients.mo share/locale/pt_BR/LC_MESSAGES/kwin_effects.mo share/locale/pt_BR/LC_MESSAGES/kwinshutdown.mo share/locale/pt_BR/LC_MESSAGES/kwinstartmenu.mo share/locale/pt_BR/LC_MESSAGES/kwordquiz.mo share/locale/pt_BR/LC_MESSAGES/kwrite.mo share/locale/pt_BR/LC_MESSAGES/kwriteconfig.mo share/locale/pt_BR/LC_MESSAGES/kxkb.mo share/locale/pt_BR/LC_MESSAGES/kxsconfig.mo share/locale/pt_BR/LC_MESSAGES/lancelot.mo share/locale/pt_BR/LC_MESSAGES/libakonadi-calendar.mo share/locale/pt_BR/LC_MESSAGES/libakonadi-kmime.mo share/locale/pt_BR/LC_MESSAGES/libakonadi.mo share/locale/pt_BR/LC_MESSAGES/libeventviews.mo share/locale/pt_BR/LC_MESSAGES/libincidenceeditors.mo share/locale/pt_BR/LC_MESSAGES/libkalarmcal.mo share/locale/pt_BR/LC_MESSAGES/libkasten.mo share/locale/pt_BR/LC_MESSAGES/libkblog.mo share/locale/pt_BR/LC_MESSAGES/libkcal.mo share/locale/pt_BR/LC_MESSAGES/libkcalutils.mo share/locale/pt_BR/LC_MESSAGES/libkcddb.mo share/locale/pt_BR/LC_MESSAGES/libkcompactdisc.mo share/locale/pt_BR/LC_MESSAGES/libkdcraw.mo share/locale/pt_BR/LC_MESSAGES/libkdecorations.mo share/locale/pt_BR/LC_MESSAGES/libkdeedu.mo share/locale/pt_BR/LC_MESSAGES/libkdegames.mo share/locale/pt_BR/LC_MESSAGES/libkdepim.mo share/locale/pt_BR/LC_MESSAGES/libkdepimmobileui.mo share/locale/pt_BR/LC_MESSAGES/libkexiv2.mo share/locale/pt_BR/LC_MESSAGES/libkholidays.mo share/locale/pt_BR/LC_MESSAGES/libkimap.mo share/locale/pt_BR/LC_MESSAGES/libkipi.mo share/locale/pt_BR/LC_MESSAGES/libkldap.mo share/locale/pt_BR/LC_MESSAGES/libkleopatra.mo share/locale/pt_BR/LC_MESSAGES/libkmahjongg.mo share/locale/pt_BR/LC_MESSAGES/libkmime.mo share/locale/pt_BR/LC_MESSAGES/libkonq.mo share/locale/pt_BR/LC_MESSAGES/libkpgp.mo share/locale/pt_BR/LC_MESSAGES/libkpimidentities.mo share/locale/pt_BR/LC_MESSAGES/libkpimtextedit.mo share/locale/pt_BR/LC_MESSAGES/libkpimutils.mo share/locale/pt_BR/LC_MESSAGES/libkremotecontrol.mo share/locale/pt_BR/LC_MESSAGES/libkresources.mo share/locale/pt_BR/LC_MESSAGES/libksane.mo share/locale/pt_BR/LC_MESSAGES/libkscreensaver.mo share/locale/pt_BR/LC_MESSAGES/libksieve.mo share/locale/pt_BR/LC_MESSAGES/libktnef.mo share/locale/pt_BR/LC_MESSAGES/libkunitconversion.mo share/locale/pt_BR/LC_MESSAGES/libkworkspace.mo share/locale/pt_BR/LC_MESSAGES/libkxmlrpcclient.mo share/locale/pt_BR/LC_MESSAGES/liblancelot-datamodels.mo share/locale/pt_BR/LC_MESSAGES/libmailcommon.mo share/locale/pt_BR/LC_MESSAGES/libmailimporter.mo share/locale/pt_BR/LC_MESSAGES/libmailtransport.mo share/locale/pt_BR/LC_MESSAGES/libmessagecomposer.mo share/locale/pt_BR/LC_MESSAGES/libmessagecore.mo share/locale/pt_BR/LC_MESSAGES/libmessagelist.mo share/locale/pt_BR/LC_MESSAGES/libmessageviewer.mo share/locale/pt_BR/LC_MESSAGES/liboktetacore.mo share/locale/pt_BR/LC_MESSAGES/liboktetagui.mo share/locale/pt_BR/LC_MESSAGES/liboktetakasten.mo share/locale/pt_BR/LC_MESSAGES/liboxygenstyleconfig.mo share/locale/pt_BR/LC_MESSAGES/libphonon.mo share/locale/pt_BR/LC_MESSAGES/libpimcommon.mo share/locale/pt_BR/LC_MESSAGES/libplasma.mo share/locale/pt_BR/LC_MESSAGES/libplasma_groupingcontainment.mo share/locale/pt_BR/LC_MESSAGES/libplasmaclock.mo share/locale/pt_BR/LC_MESSAGES/libplasmaweather.mo share/locale/pt_BR/LC_MESSAGES/libtaskmanager.mo share/locale/pt_BR/LC_MESSAGES/libtemplateparser.mo share/locale/pt_BR/LC_MESSAGES/lokalize.mo share/locale/pt_BR/LC_MESSAGES/lskat.mo share/locale/pt_BR/LC_MESSAGES/mailreader.mo share/locale/pt_BR/LC_MESSAGES/marble.mo share/locale/pt_BR/LC_MESSAGES/marble_qt.mo share/locale/pt_BR/LC_MESSAGES/marble_xml_mimetypes.mo share/locale/pt_BR/LC_MESSAGES/messageviewer_application_mstnef_plugin.mo share/locale/pt_BR/LC_MESSAGES/messageviewer_text_calendar_plugin.mo share/locale/pt_BR/LC_MESSAGES/messageviewer_text_vcard_plugin.mo share/locale/pt_BR/LC_MESSAGES/messageviewer_text_xdiff_plugin.mo share/locale/pt_BR/LC_MESSAGES/mf_konqplugin.mo share/locale/pt_BR/LC_MESSAGES/minitoolsplugin.mo share/locale/pt_BR/LC_MESSAGES/mplayerthumbs.mo share/locale/pt_BR/LC_MESSAGES/mplayerthumbsconfig.mo share/locale/pt_BR/LC_MESSAGES/nepomukbackup.mo share/locale/pt_BR/LC_MESSAGES/nepomukcleaner.mo share/locale/pt_BR/LC_MESSAGES/nepomukcontroller.mo share/locale/pt_BR/LC_MESSAGES/nepomukfileindexer.mo share/locale/pt_BR/LC_MESSAGES/nepomukpimindexerutility.mo share/locale/pt_BR/LC_MESSAGES/nepomukqueryservice.mo share/locale/pt_BR/LC_MESSAGES/nepomukserver.mo share/locale/pt_BR/LC_MESSAGES/nepomukservicestub.mo share/locale/pt_BR/LC_MESSAGES/nepomukstorage.mo share/locale/pt_BR/LC_MESSAGES/nepomukwidgets.mo share/locale/pt_BR/LC_MESSAGES/newmailnotifieragent.mo share/locale/pt_BR/LC_MESSAGES/notes-mobile.mo share/locale/pt_BR/LC_MESSAGES/nsplugin.mo share/locale/pt_BR/LC_MESSAGES/okteta-mobile.mo share/locale/pt_BR/LC_MESSAGES/okteta.mo share/locale/pt_BR/LC_MESSAGES/oktetapart.mo share/locale/pt_BR/LC_MESSAGES/okular.mo share/locale/pt_BR/LC_MESSAGES/okular_chm.mo share/locale/pt_BR/LC_MESSAGES/okular_comicbook.mo share/locale/pt_BR/LC_MESSAGES/okular_djvu.mo share/locale/pt_BR/LC_MESSAGES/okular_dvi.mo share/locale/pt_BR/LC_MESSAGES/okular_epub.mo share/locale/pt_BR/LC_MESSAGES/okular_fax.mo share/locale/pt_BR/LC_MESSAGES/okular_fictionbook.mo share/locale/pt_BR/LC_MESSAGES/okular_ghostview.mo share/locale/pt_BR/LC_MESSAGES/okular_kimgio.mo share/locale/pt_BR/LC_MESSAGES/okular_mobi.mo share/locale/pt_BR/LC_MESSAGES/okular_ooo.mo share/locale/pt_BR/LC_MESSAGES/okular_plucker.mo share/locale/pt_BR/LC_MESSAGES/okular_poppler.mo share/locale/pt_BR/LC_MESSAGES/okular_tiff.mo share/locale/pt_BR/LC_MESSAGES/okular_xps.mo share/locale/pt_BR/LC_MESSAGES/org.kde.active.documentviewer.mo share/locale/pt_BR/LC_MESSAGES/pairs.mo share/locale/pt_BR/LC_MESSAGES/pairseditor.mo share/locale/pt_BR/LC_MESSAGES/palapeli.mo share/locale/pt_BR/LC_MESSAGES/parley.mo share/locale/pt_BR/LC_MESSAGES/phonon_gstreamer.mo share/locale/pt_BR/LC_MESSAGES/phonon_kde.mo share/locale/pt_BR/LC_MESSAGES/phonon_vlc.mo share/locale/pt_BR/LC_MESSAGES/phononserver.mo share/locale/pt_BR/LC_MESSAGES/picmi.mo share/locale/pt_BR/LC_MESSAGES/pimsettingexporter.mo share/locale/pt_BR/LC_MESSAGES/plasma-desktop.mo share/locale/pt_BR/LC_MESSAGES/plasma-netbook.mo share/locale/pt_BR/LC_MESSAGES/plasma-overlay.mo share/locale/pt_BR/LC_MESSAGES/plasma-remote-helper.mo share/locale/pt_BR/LC_MESSAGES/plasma-windowed.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_BbalL.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_CharSelectApplet.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_Molmasscalculator.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_akonotes_note.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_battery.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_binaryclock.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_bookmarks.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_bubblemon.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_calculator.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_clock.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_comic.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_concentrationCalculator.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_currentappcontrol.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_dig_clock.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_fifteenPuzzle.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_fileWatcher.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_folderview.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_frame.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_fuzzy_clock.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_gasCalculator.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_groupingpanel.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_icon.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_icontasks.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_incomingmsg.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_kalgebra.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_kalzium.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_katesession.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_kdeobservatory.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_kget.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_kimpanel.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_knowledgebase.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_kolourpicker.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_kpapplet.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_launcher.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_leavenote.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_life.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_lockout.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_luna.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_magnifique.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_microblog.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_news.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_notes.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_notifier.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_opendesktop_activities.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.notifications.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_pager.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_panel.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_panelspacer_internal.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_paste.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_pastebin.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_plasmaboard.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_previewer.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_printmanager.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_qalculate.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_qstardict.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_quicklaunch.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_rssnow.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_rtm.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_sal.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_saverdesktop.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_searchbox.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_showdashboard.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_showdesktop.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_skapplet.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_spellcheck.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_system-monitor.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_systemloadviewer.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_systemtray.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_tasks.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_timer.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_trash.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_unitconverter.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_weather.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_weatherstation.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_webbrowser.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_webslice.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_windowlist.mo share/locale/pt_BR/LC_MESSAGES/plasma_appletscriptengine_dashboard.mo share/locale/pt_BR/LC_MESSAGES/plasma_containmentactions_contextmenu.mo share/locale/pt_BR/LC_MESSAGES/plasma_containmentactions_switchactivity.mo share/locale/pt_BR/LC_MESSAGES/plasma_containmentactions_switchdesktop.mo share/locale/pt_BR/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/pt_BR/LC_MESSAGES/plasma_engine_calendar.mo share/locale/pt_BR/LC_MESSAGES/plasma_engine_kalzium.mo share/locale/pt_BR/LC_MESSAGES/plasma_engine_kdeobservatory.mo share/locale/pt_BR/LC_MESSAGES/plasma_engine_keystate.mo share/locale/pt_BR/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/pt_BR/LC_MESSAGES/plasma_engine_metadata.mo share/locale/pt_BR/LC_MESSAGES/plasma_engine_mpris2.mo share/locale/pt_BR/LC_MESSAGES/plasma_engine_network.mo share/locale/pt_BR/LC_MESSAGES/plasma_engine_notifications.mo share/locale/pt_BR/LC_MESSAGES/plasma_engine_nowplaying.mo share/locale/pt_BR/LC_MESSAGES/plasma_engine_rss.mo share/locale/pt_BR/LC_MESSAGES/plasma_engine_share.mo share/locale/pt_BR/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/pt_BR/LC_MESSAGES/plasma_engine_weather.mo share/locale/pt_BR/LC_MESSAGES/plasma_package_org.kde.desktop.activitymanager.mo share/locale/pt_BR/LC_MESSAGES/plasma_package_org.kde.desktop.widgetexplorer.mo share/locale/pt_BR/LC_MESSAGES/plasma_packagestructure_comic.mo share/locale/pt_BR/LC_MESSAGES/plasma_runner_CharacterRunner.mo share/locale/pt_BR/LC_MESSAGES/plasma_runner_activities.mo share/locale/pt_BR/LC_MESSAGES/plasma_runner_audioplayercontrol.mo share/locale/pt_BR/LC_MESSAGES/plasma_runner_bookmarksrunner.mo share/locale/pt_BR/LC_MESSAGES/plasma_runner_browserhistory.mo share/locale/pt_BR/LC_MESSAGES/plasma_runner_calculatorrunner.mo share/locale/pt_BR/LC_MESSAGES/plasma_runner_contacts.mo share/locale/pt_BR/LC_MESSAGES/plasma_runner_converterrunner.mo share/locale/pt_BR/LC_MESSAGES/plasma_runner_datetime.mo share/locale/pt_BR/LC_MESSAGES/plasma_runner_events.mo share/locale/pt_BR/LC_MESSAGES/plasma_runner_katesessions.mo share/locale/pt_BR/LC_MESSAGES/plasma_runner_kget.mo share/locale/pt_BR/LC_MESSAGES/plasma_runner_kill.mo share/locale/pt_BR/LC_MESSAGES/plasma_runner_konquerorsessions.mo share/locale/pt_BR/LC_MESSAGES/plasma_runner_konsolesessions.mo share/locale/pt_BR/LC_MESSAGES/plasma_runner_kopete.mo share/locale/pt_BR/LC_MESSAGES/plasma_runner_krunner_dictionary.mo share/locale/pt_BR/LC_MESSAGES/plasma_runner_locations.mo share/locale/pt_BR/LC_MESSAGES/plasma_runner_marblerunner.mo share/locale/pt_BR/LC_MESSAGES/plasma_runner_mediawiki.mo share/locale/pt_BR/LC_MESSAGES/plasma_runner_nepomuksearchrunner.mo share/locale/pt_BR/LC_MESSAGES/plasma_runner_placesrunner.mo share/locale/pt_BR/LC_MESSAGES/plasma_runner_plasma-desktop.mo share/locale/pt_BR/LC_MESSAGES/plasma_runner_powerdevil.mo share/locale/pt_BR/LC_MESSAGES/plasma_runner_recentdocuments.mo share/locale/pt_BR/LC_MESSAGES/plasma_runner_services.mo share/locale/pt_BR/LC_MESSAGES/plasma_runner_sessions.mo share/locale/pt_BR/LC_MESSAGES/plasma_runner_shell.mo share/locale/pt_BR/LC_MESSAGES/plasma_runner_solid.mo share/locale/pt_BR/LC_MESSAGES/plasma_runner_spellcheckrunner.mo share/locale/pt_BR/LC_MESSAGES/plasma_runner_webshortcuts.mo share/locale/pt_BR/LC_MESSAGES/plasma_runner_windowedwidgets.mo share/locale/pt_BR/LC_MESSAGES/plasma_runner_windows.mo share/locale/pt_BR/LC_MESSAGES/plasma_runner_youtube.mo share/locale/pt_BR/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/pt_BR/LC_MESSAGES/plasma_toolbox_desktoptoolbox.mo share/locale/pt_BR/LC_MESSAGES/plasma_toolbox_paneltoolbox.mo share/locale/pt_BR/LC_MESSAGES/plasma_wallpaper_color.mo share/locale/pt_BR/LC_MESSAGES/plasma_wallpaper_image.mo share/locale/pt_BR/LC_MESSAGES/plasma_wallpaper_mandelbrot.mo share/locale/pt_BR/LC_MESSAGES/plasma_wallpaper_marble.mo share/locale/pt_BR/LC_MESSAGES/plasma_wallpaper_pattern.mo share/locale/pt_BR/LC_MESSAGES/plasma_wallpaper_potd.mo share/locale/pt_BR/LC_MESSAGES/plasma_wallpaper_virus.mo share/locale/pt_BR/LC_MESSAGES/plasma_wallpaper_wallpaper-qml.mo share/locale/pt_BR/LC_MESSAGES/plasma_wallpaper_weather.mo share/locale/pt_BR/LC_MESSAGES/plasmagenericshell.mo share/locale/pt_BR/LC_MESSAGES/plasmapkg.mo share/locale/pt_BR/LC_MESSAGES/pothumbnail.mo share/locale/pt_BR/LC_MESSAGES/powerdevil.mo share/locale/pt_BR/LC_MESSAGES/powerdevilactivitiesconfig.mo share/locale/pt_BR/LC_MESSAGES/powerdevilglobalconfig.mo share/locale/pt_BR/LC_MESSAGES/powerdevilprofilesconfig.mo share/locale/pt_BR/LC_MESSAGES/print-manager.mo share/locale/pt_BR/LC_MESSAGES/processcore.mo share/locale/pt_BR/LC_MESSAGES/processui.mo share/locale/pt_BR/LC_MESSAGES/randrmonitor.mo share/locale/pt_BR/LC_MESSAGES/rellinks.mo share/locale/pt_BR/LC_MESSAGES/rocs.mo share/locale/pt_BR/LC_MESSAGES/rocscore.mo share/locale/pt_BR/LC_MESSAGES/rocsvisualeditor.mo share/locale/pt_BR/LC_MESSAGES/searchbarplugin.mo share/locale/pt_BR/LC_MESSAGES/solid-hardware.mo share/locale/pt_BR/LC_MESSAGES/solid-network.mo share/locale/pt_BR/LC_MESSAGES/solid_qt.mo share/locale/pt_BR/LC_MESSAGES/solidcontrol.mo share/locale/pt_BR/LC_MESSAGES/soliduiserver.mo share/locale/pt_BR/LC_MESSAGES/step.mo share/locale/pt_BR/LC_MESSAGES/step_qt.mo share/locale/pt_BR/LC_MESSAGES/strigila_diff.mo share/locale/pt_BR/LC_MESSAGES/superkaramba.mo share/locale/pt_BR/LC_MESSAGES/svgpart.mo share/locale/pt_BR/LC_MESSAGES/sweeper.mo share/locale/pt_BR/LC_MESSAGES/systemsettings.mo share/locale/pt_BR/LC_MESSAGES/tasks-mobile.mo share/locale/pt_BR/LC_MESSAGES/timezones4.mo share/locale/pt_BR/LC_MESSAGES/uachangerplugin.mo share/locale/pt_BR/LC_MESSAGES/umbrello.mo share/locale/pt_BR/LC_MESSAGES/useraccount.mo share/locale/pt_BR/LC_MESSAGES/validatorsplugin.mo share/locale/pt_BR/LC_MESSAGES/webarchiver.mo share/locale/pt_BR/LC_MESSAGES/xml_mimetypes.mo share/locale/pt_BR/entry.desktop @dirrm share/doc/HTML/pt_BR/umbrello @dirrm share/doc/HTML/pt_BR/systemsettings @dirrm share/doc/HTML/pt_BR/sweeper @dirrm share/doc/HTML/pt_BR/step @dirrm share/doc/HTML/pt_BR/sonnet @dirrm share/doc/HTML/pt_BR/rocs @dirrm share/doc/HTML/pt_BR/plasma-desktop @dirrm share/doc/HTML/pt_BR/picmi @dirrm share/doc/HTML/pt_BR/parley @dirrm share/doc/HTML/pt_BR/palapeli @dirrm share/doc/HTML/pt_BR/onlinehelp @dirrm share/doc/HTML/pt_BR/okular @dirrm share/doc/HTML/pt_BR/okteta @dirrm share/doc/HTML/pt_BR/marble @dirrm share/doc/HTML/pt_BR/lskat @dirrm share/doc/HTML/pt_BR/lokalize @dirrm share/doc/HTML/pt_BR/kwrite @dirrm share/doc/HTML/pt_BR/kwordquiz @dirrm share/doc/HTML/pt_BR/kwatchgnupg @dirrm share/doc/HTML/pt_BR/kwallet @dirrm share/doc/HTML/pt_BR/kuser @dirrm share/doc/HTML/pt_BR/kubrick @dirrm share/doc/HTML/pt_BR/kturtle @dirrm share/doc/HTML/pt_BR/ktuberling @dirrm share/doc/HTML/pt_BR/ktron @dirrm share/doc/HTML/pt_BR/ktouch @dirrm share/doc/HTML/pt_BR/ktnef @dirrm share/doc/HTML/pt_BR/ktimetracker @dirrm share/doc/HTML/pt_BR/ktimer @dirrm share/doc/HTML/pt_BR/kteatime @dirrm share/doc/HTML/pt_BR/ksystemlog @dirrm share/doc/HTML/pt_BR/ksysguard @dirrm share/doc/HTML/pt_BR/ksudoku @dirrm share/doc/HTML/pt_BR/kstars @dirrm share/doc/HTML/pt_BR/ksquares @dirrm share/doc/HTML/pt_BR/kspaceduel @dirrm share/doc/HTML/pt_BR/ksnapshot @dirrm share/doc/HTML/pt_BR/ksirkskineditor @dirrm share/doc/HTML/pt_BR/ksirk @dirrm share/doc/HTML/pt_BR/kshisen @dirrm share/doc/HTML/pt_BR/kruler @dirrm share/doc/HTML/pt_BR/krfb @dirrm share/doc/HTML/pt_BR/kreversi @dirrm share/doc/HTML/pt_BR/krdc @dirrm share/doc/HTML/pt_BR/kppp @dirrm share/doc/HTML/pt_BR/kpat @dirrm share/doc/HTML/pt_BR/korganizer @dirrm share/doc/HTML/pt_BR/kopete @dirrm share/doc/HTML/pt_BR/kontact-admin @dirrm share/doc/HTML/pt_BR/kontact @dirrm share/doc/HTML/pt_BR/konsolekalendar @dirrm share/doc/HTML/pt_BR/konsole @dirrm share/doc/HTML/pt_BR/konquest @dirrm share/doc/HTML/pt_BR/konqueror @dirrm share/doc/HTML/pt_BR/kompare @dirrm share/doc/HTML/pt_BR/kommander @dirrm share/doc/HTML/pt_BR/kolourpaint @dirrm share/doc/HTML/pt_BR/kollision @dirrm share/doc/HTML/pt_BR/kolf @dirrm share/doc/HTML/pt_BR/knotes @dirrm share/doc/HTML/pt_BR/knode @dirrm share/doc/HTML/pt_BR/knetwalk @dirrm share/doc/HTML/pt_BR/knetattach @dirrm share/doc/HTML/pt_BR/kmplot @dirrm share/doc/HTML/pt_BR/kmouth @dirrm share/doc/HTML/pt_BR/kmousetool @dirrm share/doc/HTML/pt_BR/kmix @dirrm share/doc/HTML/pt_BR/kmines @dirrm share/doc/HTML/pt_BR/kmenuedit @dirrm share/doc/HTML/pt_BR/kmail @dirrm share/doc/HTML/pt_BR/kmahjongg @dirrm share/doc/HTML/pt_BR/kmag @dirrm share/doc/HTML/pt_BR/klipper @dirrm share/doc/HTML/pt_BR/klinkstatus @dirrm share/doc/HTML/pt_BR/klines @dirrm share/doc/HTML/pt_BR/klickety @dirrm share/doc/HTML/pt_BR/klettres @dirrm share/doc/HTML/pt_BR/kleopatra @dirrm share/doc/HTML/pt_BR/kjumpingcube @dirrm share/doc/HTML/pt_BR/kjots @dirrm share/doc/HTML/pt_BR/kiten @dirrm share/doc/HTML/pt_BR/kiriki @dirrm share/doc/HTML/pt_BR/kioslave/xz @dirrm share/doc/HTML/pt_BR/kioslave/webdav @dirrm share/doc/HTML/pt_BR/kioslave/thumbnail @dirrm share/doc/HTML/pt_BR/kioslave/telnet @dirrm share/doc/HTML/pt_BR/kioslave/tar @dirrm share/doc/HTML/pt_BR/kioslave/smtp @dirrm share/doc/HTML/pt_BR/kioslave/smb @dirrm share/doc/HTML/pt_BR/kioslave/sieve @dirrm share/doc/HTML/pt_BR/kioslave/sftp @dirrm share/doc/HTML/pt_BR/kioslave/rlogin @dirrm share/doc/HTML/pt_BR/kioslave/pop3 @dirrm share/doc/HTML/pt_BR/kioslave/nntp @dirrm share/doc/HTML/pt_BR/kioslave/nfs @dirrm share/doc/HTML/pt_BR/kioslave/news @dirrm share/doc/HTML/pt_BR/kioslave/network @dirrm share/doc/HTML/pt_BR/kioslave/nepomuksearch @dirrm share/doc/HTML/pt_BR/kioslave/mbox @dirrm share/doc/HTML/pt_BR/kioslave/man @dirrm share/doc/HTML/pt_BR/kioslave/mailto @dirrm share/doc/HTML/pt_BR/kioslave/ldap @dirrm share/doc/HTML/pt_BR/kioslave/info @dirrm share/doc/HTML/pt_BR/kioslave/imap @dirrm share/doc/HTML/pt_BR/kioslave/http @dirrm share/doc/HTML/pt_BR/kioslave/help @dirrm share/doc/HTML/pt_BR/kioslave/gzip @dirrm share/doc/HTML/pt_BR/kioslave/ftp @dirrm share/doc/HTML/pt_BR/kioslave/floppy @dirrm share/doc/HTML/pt_BR/kioslave/fish @dirrm share/doc/HTML/pt_BR/kioslave/finger @dirrm share/doc/HTML/pt_BR/kioslave/file @dirrm share/doc/HTML/pt_BR/kioslave/data @dirrm share/doc/HTML/pt_BR/kioslave/cgi @dirrm share/doc/HTML/pt_BR/kioslave/bzip2 @dirrm share/doc/HTML/pt_BR/kioslave/bookmarks @dirrm share/doc/HTML/pt_BR/kioslave/audiocd @dirrm share/doc/HTML/pt_BR/kioslave @dirrm share/doc/HTML/pt_BR/kinfocenter @dirrm share/doc/HTML/pt_BR/kimagemapeditor @dirrm share/doc/HTML/pt_BR/killbots @dirrm share/doc/HTML/pt_BR/kigo @dirrm share/doc/HTML/pt_BR/kig @dirrm share/doc/HTML/pt_BR/khelpcenter/glossary @dirrm share/doc/HTML/pt_BR/khelpcenter/documentationnotfound @dirrm share/doc/HTML/pt_BR/khelpcenter @dirrm share/doc/HTML/pt_BR/khangman @dirrm share/doc/HTML/pt_BR/kgpg @dirrm share/doc/HTML/pt_BR/kgoldrunner @dirrm share/doc/HTML/pt_BR/kget @dirrm share/doc/HTML/pt_BR/kgeography @dirrm share/doc/HTML/pt_BR/kfourinline @dirrm share/doc/HTML/pt_BR/kfontview @dirrm share/doc/HTML/pt_BR/kfloppy @dirrm share/doc/HTML/pt_BR/kfind @dirrm share/doc/HTML/pt_BR/kfilereplace @dirrm share/doc/HTML/pt_BR/kdm @dirrm share/doc/HTML/pt_BR/kdiamond @dirrm share/doc/HTML/pt_BR/kdf @dirrm share/doc/HTML/pt_BR/kdesu @dirrm share/doc/HTML/pt_BR/kdepasswd @dirrm share/doc/HTML/pt_BR/kdebugdialog @dirrm share/doc/HTML/pt_BR/kcron @dirrm share/doc/HTML/pt_BR/kcontrol/workspaceoptions @dirrm share/doc/HTML/pt_BR/kcontrol/windowspecific @dirrm share/doc/HTML/pt_BR/kcontrol/windowbehaviour @dirrm share/doc/HTML/pt_BR/kcontrol/useragent @dirrm share/doc/HTML/pt_BR/kcontrol/trash @dirrm share/doc/HTML/pt_BR/kcontrol/splashscreen @dirrm share/doc/HTML/pt_BR/kcontrol/spellchecking @dirrm share/doc/HTML/pt_BR/kcontrol/solid-hardware @dirrm share/doc/HTML/pt_BR/kcontrol/solid-device-automounter @dirrm share/doc/HTML/pt_BR/kcontrol/solid-actions @dirrm share/doc/HTML/pt_BR/kcontrol/smb @dirrm share/doc/HTML/pt_BR/kcontrol/screensaver @dirrm share/doc/HTML/pt_BR/kcontrol/proxy @dirrm share/doc/HTML/pt_BR/kcontrol/powerdevil @dirrm share/doc/HTML/pt_BR/kcontrol/phonon @dirrm share/doc/HTML/pt_BR/kcontrol/performance @dirrm share/doc/HTML/pt_BR/kcontrol/paths @dirrm share/doc/HTML/pt_BR/kcontrol/netpref @dirrm share/doc/HTML/pt_BR/kcontrol/nepomuk @dirrm share/doc/HTML/pt_BR/kcontrol/mouse @dirrm share/doc/HTML/pt_BR/kcontrol/language @dirrm share/doc/HTML/pt_BR/kcontrol/kwintabbox @dirrm share/doc/HTML/pt_BR/kcontrol/kwinscreenedges @dirrm share/doc/HTML/pt_BR/kcontrol/kwindecoration @dirrm share/doc/HTML/pt_BR/kcontrol/kwincompositing @dirrm share/doc/HTML/pt_BR/kcontrol/kresources @dirrm share/doc/HTML/pt_BR/kcontrol/kremotecontrol @dirrm share/doc/HTML/pt_BR/kcontrol/khtml-plugins @dirrm share/doc/HTML/pt_BR/kcontrol/khtml-java-js @dirrm share/doc/HTML/pt_BR/kcontrol/khtml-general @dirrm share/doc/HTML/pt_BR/kcontrol/khtml-behavior @dirrm share/doc/HTML/pt_BR/kcontrol/khtml-adblock @dirrm share/doc/HTML/pt_BR/kcontrol/khotkeys @dirrm share/doc/HTML/pt_BR/kcontrol/kgamma @dirrm share/doc/HTML/pt_BR/kcontrol/keys @dirrm share/doc/HTML/pt_BR/kcontrol/keyboard @dirrm share/doc/HTML/pt_BR/kcontrol/kded @dirrm share/doc/HTML/pt_BR/kcontrol/kcmstyle @dirrm share/doc/HTML/pt_BR/kcontrol/kcmsmserver @dirrm share/doc/HTML/pt_BR/kcontrol/kcmnotify @dirrm share/doc/HTML/pt_BR/kcontrol/kcmlaunch @dirrm share/doc/HTML/pt_BR/kcontrol/kcmcss @dirrm share/doc/HTML/pt_BR/kcontrol/kcmcgi @dirrm share/doc/HTML/pt_BR/kcontrol/kcmaccess @dirrm share/doc/HTML/pt_BR/kcontrol/kcm_ssl @dirrm share/doc/HTML/pt_BR/kcontrol/kamera @dirrm share/doc/HTML/pt_BR/kcontrol/joystick @dirrm share/doc/HTML/pt_BR/kcontrol/icons @dirrm share/doc/HTML/pt_BR/kcontrol/history @dirrm share/doc/HTML/pt_BR/kcontrol/fonts @dirrm share/doc/HTML/pt_BR/kcontrol/fontinst @dirrm share/doc/HTML/pt_BR/kcontrol/filetypes @dirrm share/doc/HTML/pt_BR/kcontrol/filemanager @dirrm share/doc/HTML/pt_BR/kcontrol/emoticons @dirrm share/doc/HTML/pt_BR/kcontrol/ebrowsing @dirrm share/doc/HTML/pt_BR/kcontrol/desktopthemedetails @dirrm share/doc/HTML/pt_BR/kcontrol/desktop @dirrm share/doc/HTML/pt_BR/kcontrol/cursortheme @dirrm share/doc/HTML/pt_BR/kcontrol/cookies @dirrm share/doc/HTML/pt_BR/kcontrol/componentchooser @dirrm share/doc/HTML/pt_BR/kcontrol/colors @dirrm share/doc/HTML/pt_BR/kcontrol/clock @dirrm share/doc/HTML/pt_BR/kcontrol/cddbretrieval @dirrm share/doc/HTML/pt_BR/kcontrol/cache @dirrm share/doc/HTML/pt_BR/kcontrol/bookmarks @dirrm share/doc/HTML/pt_BR/kcontrol/blockdevices @dirrm share/doc/HTML/pt_BR/kcontrol/bell @dirrm share/doc/HTML/pt_BR/kcontrol/autostart @dirrm share/doc/HTML/pt_BR/kcontrol/attica @dirrm share/doc/HTML/pt_BR/kcontrol @dirrm share/doc/HTML/pt_BR/kcharselect @dirrm share/doc/HTML/pt_BR/kcalc @dirrm share/doc/HTML/pt_BR/kcachegrind @dirrm share/doc/HTML/pt_BR/kbruch @dirrm share/doc/HTML/pt_BR/kbreakout @dirrm share/doc/HTML/pt_BR/kbounce @dirrm share/doc/HTML/pt_BR/kblocks @dirrm share/doc/HTML/pt_BR/kblackbox @dirrm share/doc/HTML/pt_BR/kbattleship @dirrm share/doc/HTML/pt_BR/katomic @dirrm share/doc/HTML/pt_BR/kate @dirrm share/doc/HTML/pt_BR/kapptemplate @dirrm share/doc/HTML/pt_BR/kapman @dirrm share/doc/HTML/pt_BR/kanagram @dirrm share/doc/HTML/pt_BR/kalzium @dirrm share/doc/HTML/pt_BR/kalgebra @dirrm share/doc/HTML/pt_BR/kalarm @dirrm share/doc/HTML/pt_BR/kajongg @dirrm share/doc/HTML/pt_BR/kabcclient @dirrm share/doc/HTML/pt_BR/juk @dirrm share/doc/HTML/pt_BR/jovie @dirrm share/doc/HTML/pt_BR/gwenview @dirrm share/doc/HTML/pt_BR/granatier @dirrm share/doc/HTML/pt_BR/fundamentals @dirrm share/doc/HTML/pt_BR/filelight @dirrm share/doc/HTML/pt_BR/dragonplayer @dirrm share/doc/HTML/pt_BR/dolphin @dirrm share/doc/HTML/pt_BR/common @dirrm share/doc/HTML/pt_BR/cervisia @dirrm share/doc/HTML/pt_BR/cantor @dirrm share/doc/HTML/pt_BR/bovo @dirrm share/doc/HTML/pt_BR/bomber @dirrm share/doc/HTML/pt_BR/blogilo @dirrm share/doc/HTML/pt_BR/blinken @dirrm share/doc/HTML/pt_BR/ark @dirrm share/doc/HTML/pt_BR/amor @dirrm share/doc/HTML/pt_BR/akregator @dirrm share/doc/HTML/pt_BR/PolicyKit-kde @dirrm share/apps/kvtml/pt_BR @dirrm share/apps/kvtml @dirrm share/apps/klettres/pt_BR/syllab @dirrm share/apps/klettres/pt_BR/alpha @dirrm share/apps/klettres/pt_BR @dirrm share/apps/klettres @dirrm share/apps/khangman @dirrmtry man/pt_BR/man8 @dirrmtry man/pt_BR/man7 @dirrmtry man/pt_BR/man6 @dirrmtry man/pt_BR/man1 @dirrmtry man/pt_BR Index: head/print/kde4-print-manager/distinfo =================================================================== --- head/print/kde4-print-manager/distinfo (revision 318451) +++ head/print/kde4-print-manager/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/print-manager-4.10.1.tar.xz) = 94d0816eb2403231729a6522229850d383abd075074dfaf3487fb93d6ffab057 -SIZE (KDE/4.10.1/print-manager-4.10.1.tar.xz) = 92428 +SHA256 (KDE/4.10.3/print-manager-4.10.3.tar.xz) = 735a6443b66d07958b24610dec858728b98c4f534cc2cccda83f4b23b6f64ca3 +SIZE (KDE/4.10.3/print-manager-4.10.3.tar.xz) = 93224 Index: head/russian/kde4-l10n/distinfo =================================================================== --- head/russian/kde4-l10n/distinfo (revision 318451) +++ head/russian/kde4-l10n/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/kde-l10n/kde-l10n-ru-4.10.1.tar.xz) = 795c5315a5605df0be97a46e1aec58a81d30905dc469dc5c0d4407552a909332 -SIZE (KDE/4.10.1/kde-l10n/kde-l10n-ru-4.10.1.tar.xz) = 23677064 +SHA256 (KDE/4.10.3/kde-l10n/kde-l10n-ru-4.10.3.tar.xz) = 57e0413be7f31103b49a64ca00a76925a4141f9e0edd9783a97106ae0c335566 +SIZE (KDE/4.10.3/kde-l10n/kde-l10n-ru-4.10.3.tar.xz) = 23726636 Index: head/russian/kde4-l10n/pkg-plist =================================================================== --- head/russian/kde4-l10n/pkg-plist (revision 318451) +++ head/russian/kde4-l10n/pkg-plist (revision 318452) @@ -1,1867 +1,1872 @@ share/apps/autocorrect/ru_RU.xml share/apps/katepart/syntax/logohighlightstyle.ru.xml share/apps/klettres/ru/alpha/a.ogg share/apps/klettres/ru/alpha/ae.ogg share/apps/klettres/ru/alpha/be.ogg share/apps/klettres/ru/alpha/che.ogg share/apps/klettres/ru/alpha/de.ogg share/apps/klettres/ru/alpha/e.ogg share/apps/klettres/ru/alpha/em.ogg share/apps/klettres/ru/alpha/en.ogg share/apps/klettres/ru/alpha/er.ogg share/apps/klettres/ru/alpha/es.ogg share/apps/klettres/ru/alpha/f.ogg share/apps/klettres/ru/alpha/ge.ogg share/apps/klettres/ru/alpha/ha.ogg share/apps/klettres/ru/alpha/hard.ogg share/apps/klettres/ru/alpha/i.ogg share/apps/klettres/ru/alpha/iu.ogg share/apps/klettres/ru/alpha/k.ogg share/apps/klettres/ru/alpha/l.ogg share/apps/klettres/ru/alpha/o.ogg share/apps/klettres/ru/alpha/pe.ogg share/apps/klettres/ru/alpha/scha.ogg share/apps/klettres/ru/alpha/sha.ogg share/apps/klettres/ru/alpha/soft.ogg share/apps/klettres/ru/alpha/te.ogg share/apps/klettres/ru/alpha/tse.ogg share/apps/klettres/ru/alpha/u.ogg share/apps/klettres/ru/alpha/ve.ogg share/apps/klettres/ru/alpha/y.ogg share/apps/klettres/ru/alpha/ya.ogg share/apps/klettres/ru/alpha/yo.ogg share/apps/klettres/ru/alpha/yu.ogg share/apps/klettres/ru/alpha/ze.ogg share/apps/klettres/ru/alpha/zh.ogg share/apps/klettres/ru/sounds.xml share/apps/klettres/ru/syllab/ba.ogg share/apps/klettres/ru/syllab/be.ogg share/apps/klettres/ru/syllab/bro.ogg share/apps/klettres/ru/syllab/bu.ogg share/apps/klettres/ru/syllab/chey.ogg share/apps/klettres/ru/syllab/chka.ogg share/apps/klettres/ru/syllab/chok.ogg share/apps/klettres/ru/syllab/chto.ogg share/apps/klettres/ru/syllab/chu.ogg share/apps/klettres/ru/syllab/chut.ogg share/apps/klettres/ru/syllab/chyk.ogg share/apps/klettres/ru/syllab/da.ogg share/apps/klettres/ru/syllab/do.ogg share/apps/klettres/ru/syllab/du.ogg share/apps/klettres/ru/syllab/ha.ogg share/apps/klettres/ru/syllab/ka.ogg share/apps/klettres/ru/syllab/ko.ogg share/apps/klettres/ru/syllab/ku.ogg share/apps/klettres/ru/syllab/lo.ogg share/apps/klettres/ru/syllab/ly.ogg share/apps/klettres/ru/syllab/lya.ogg share/apps/klettres/ru/syllab/lyu.ogg share/apps/klettres/ru/syllab/ma.ogg share/apps/klettres/ru/syllab/may.ogg share/apps/klettres/ru/syllab/miu.ogg share/apps/klettres/ru/syllab/na.ogg share/apps/klettres/ru/syllab/ne.ogg share/apps/klettres/ru/syllab/net.ogg share/apps/klettres/ru/syllab/niuy.ogg share/apps/klettres/ru/syllab/no.ogg share/apps/klettres/ru/syllab/noy.ogg share/apps/klettres/ru/syllab/ny.ogg share/apps/klettres/ru/syllab/nya.ogg share/apps/klettres/ru/syllab/pa.ogg share/apps/klettres/ru/syllab/pi.ogg share/apps/klettres/ru/syllab/ro.ogg share/apps/klettres/ru/syllab/russ.ogg share/apps/klettres/ru/syllab/rys.ogg share/apps/klettres/ru/syllab/schy.ogg share/apps/klettres/ru/syllab/sha.ogg share/apps/klettres/ru/syllab/she.ogg share/apps/klettres/ru/syllab/ska.ogg share/apps/klettres/ru/syllab/so.ogg share/apps/klettres/ru/syllab/sy.ogg share/apps/klettres/ru/syllab/syt.ogg share/apps/klettres/ru/syllab/ta.ogg share/apps/klettres/ru/syllab/te.ogg share/apps/klettres/ru/syllab/tiu.ogg share/apps/klettres/ru/syllab/to.ogg share/apps/klettres/ru/syllab/tsya.ogg share/apps/klettres/ru/syllab/tvoy.ogg share/apps/klettres/ru/syllab/ty.ogg share/apps/klettres/ru/syllab/viu.ogg share/apps/klettres/ru/syllab/vo.ogg share/apps/klettres/ru/syllab/vse.ogg share/apps/klettres/ru/syllab/yizh.ogg share/apps/klettres/ru/syllab/zhe.ogg share/apps/klettres/ru/syllab/zhi.ogg share/apps/klettres/ru/syllab/zhyt.ogg share/apps/klettres/ru/syllab/zlo.ogg share/apps/klettres/ru/syllab/zyk.ogg share/apps/ktuberling/sounds/ru.soundtheme share/apps/ktuberling/sounds/ru/ball.ogg share/apps/ktuberling/sounds/ru/bow.ogg share/apps/ktuberling/sounds/ru/coat.ogg share/apps/ktuberling/sounds/ru/ear.ogg share/apps/ktuberling/sounds/ru/earring.ogg share/apps/ktuberling/sounds/ru/egypt_arch.ogg share/apps/ktuberling/sounds/ru/egypt_birds.ogg share/apps/ktuberling/sounds/ru/egypt_boy.ogg share/apps/ktuberling/sounds/ru/egypt_bridge.ogg share/apps/ktuberling/sounds/ru/egypt_camel.ogg share/apps/ktuberling/sounds/ru/egypt_cart.ogg share/apps/ktuberling/sounds/ru/egypt_column.ogg share/apps/ktuberling/sounds/ru/egypt_donkey.ogg share/apps/ktuberling/sounds/ru/egypt_girl.ogg share/apps/ktuberling/sounds/ru/egypt_grass.ogg share/apps/ktuberling/sounds/ru/egypt_man.ogg share/apps/ktuberling/sounds/ru/egypt_oasis.ogg share/apps/ktuberling/sounds/ru/egypt_palmtree.ogg share/apps/ktuberling/sounds/ru/egypt_pyramid.ogg share/apps/ktuberling/sounds/ru/egypt_road.ogg share/apps/ktuberling/sounds/ru/egypt_sphynx.ogg share/apps/ktuberling/sounds/ru/egypt_well.ogg share/apps/ktuberling/sounds/ru/egypt_woman.ogg share/apps/ktuberling/sounds/ru/eye.ogg share/apps/ktuberling/sounds/ru/eyebrow.ogg share/apps/ktuberling/sounds/ru/flower.ogg share/apps/ktuberling/sounds/ru/frier-tux.ogg share/apps/ktuberling/sounds/ru/guard-tux.ogg share/apps/ktuberling/sounds/ru/hair.ogg share/apps/ktuberling/sounds/ru/hat.ogg share/apps/ktuberling/sounds/ru/kid-tux.ogg share/apps/ktuberling/sounds/ru/little-tux.ogg share/apps/ktuberling/sounds/ru/maiden-tux.ogg share/apps/ktuberling/sounds/ru/moon_alien.ogg share/apps/ktuberling/sounds/ru/moon_astronaut.ogg share/apps/ktuberling/sounds/ru/moon_earth.ogg share/apps/ktuberling/sounds/ru/moon_fallingstar.ogg share/apps/ktuberling/sounds/ru/moon_hotel.ogg share/apps/ktuberling/sounds/ru/moon_monster.ogg share/apps/ktuberling/sounds/ru/moon_moonwalker.ogg share/apps/ktuberling/sounds/ru/moon_planet.ogg share/apps/ktuberling/sounds/ru/moon_radar.ogg share/apps/ktuberling/sounds/ru/moon_rocket.ogg share/apps/ktuberling/sounds/ru/moon_satellite.ogg share/apps/ktuberling/sounds/ru/moon_sign.ogg share/apps/ktuberling/sounds/ru/moon_star.ogg share/apps/ktuberling/sounds/ru/moon_ufo.ogg share/apps/ktuberling/sounds/ru/moustache.ogg share/apps/ktuberling/sounds/ru/mouth.ogg share/apps/ktuberling/sounds/ru/nose.ogg share/apps/ktuberling/sounds/ru/pizzeria_anchovy.ogg share/apps/ktuberling/sounds/ru/pizzeria_bacon.ogg share/apps/ktuberling/sounds/ru/pizzeria_brocolli.ogg share/apps/ktuberling/sounds/ru/pizzeria_cheese.ogg share/apps/ktuberling/sounds/ru/pizzeria_cucumber.ogg share/apps/ktuberling/sounds/ru/pizzeria_mushroom.ogg share/apps/ktuberling/sounds/ru/pizzeria_olive.ogg share/apps/ktuberling/sounds/ru/pizzeria_onion.ogg share/apps/ktuberling/sounds/ru/pizzeria_oregano.ogg share/apps/ktuberling/sounds/ru/pizzeria_pepper.ogg share/apps/ktuberling/sounds/ru/pizzeria_pepperoni.ogg share/apps/ktuberling/sounds/ru/pizzeria_pineapple.ogg share/apps/ktuberling/sounds/ru/pizzeria_salami.ogg share/apps/ktuberling/sounds/ru/pizzeria_tomato.ogg share/apps/ktuberling/sounds/ru/prince-tux.ogg share/apps/ktuberling/sounds/ru/robin-tux.ogg share/apps/ktuberling/sounds/ru/sherif-tux.ogg share/apps/ktuberling/sounds/ru/shoe.ogg share/apps/ktuberling/sounds/ru/shorts.ogg share/apps/ktuberling/sounds/ru/skirt.ogg share/apps/ktuberling/sounds/ru/spectacles.ogg share/apps/ktuberling/sounds/ru/stick.ogg share/apps/ktuberling/sounds/ru/sunglasses.ogg share/apps/ktuberling/sounds/ru/tie.ogg share/apps/ktuberling/sounds/ru/tux-angry.ogg share/apps/ktuberling/sounds/ru/tux-apple.ogg share/apps/ktuberling/sounds/ru/tux-arrow.ogg share/apps/ktuberling/sounds/ru/tux-arrows.ogg share/apps/ktuberling/sounds/ru/tux-bow.ogg share/apps/ktuberling/sounds/ru/tux-bullseye.ogg share/apps/ktuberling/sounds/ru/tux-dowe.ogg share/apps/ktuberling/sounds/ru/tux-fish.ogg share/apps/ktuberling/sounds/ru/tux-flask.ogg share/apps/ktuberling/sounds/ru/tux-fly.ogg share/apps/ktuberling/sounds/ru/tux-goblet.ogg share/apps/ktuberling/sounds/ru/tux-guitar.ogg share/apps/ktuberling/sounds/ru/tux-huh.ogg share/apps/ktuberling/sounds/ru/tux-idea.ogg share/apps/ktuberling/sounds/ru/tux-key.ogg share/apps/ktuberling/sounds/ru/tux-laugh.ogg share/apps/ktuberling/sounds/ru/tux-letter.ogg share/apps/ktuberling/sounds/ru/tux-love.ogg share/apps/ktuberling/sounds/ru/tux-note.ogg share/apps/ktuberling/sounds/ru/tux-notes.ogg share/apps/ktuberling/sounds/ru/tux-plate.ogg share/apps/ktuberling/sounds/ru/tux-poison.ogg share/apps/ktuberling/sounds/ru/tux-shoot.ogg share/apps/ktuberling/sounds/ru/tux-sick.ogg share/apps/ktuberling/sounds/ru/tux-stare.ogg share/apps/ktuberling/sounds/ru/tux-teacup.ogg share/apps/ktuberling/sounds/ru/tux-vase.ogg share/apps/ktuberling/sounds/ru/tux-what.ogg share/apps/ktuberling/sounds/ru/tux-wow.ogg share/apps/ktuberling/sounds/ru/tux-zzz.ogg share/apps/ktuberling/sounds/ru/tv_accident.ogg share/apps/ktuberling/sounds/ru/tv_ball.ogg share/apps/ktuberling/sounds/ru/tv_barrier.ogg share/apps/ktuberling/sounds/ru/tv_bicycle.ogg share/apps/ktuberling/sounds/ru/tv_breakdown_lorry.ogg share/apps/ktuberling/sounds/ru/tv_car.ogg share/apps/ktuberling/sounds/ru/tv_caravan.ogg share/apps/ktuberling/sounds/ru/tv_cyclist.ogg share/apps/ktuberling/sounds/ru/tv_elephant.ogg share/apps/ktuberling/sounds/ru/tv_excavator.ogg share/apps/ktuberling/sounds/ru/tv_fence.ogg share/apps/ktuberling/sounds/ru/tv_fire.ogg share/apps/ktuberling/sounds/ru/tv_fireengine.ogg share/apps/ktuberling/sounds/ru/tv_fireman.ogg share/apps/ktuberling/sounds/ru/tv_fisherman.ogg share/apps/ktuberling/sounds/ru/tv_giraffe.ogg share/apps/ktuberling/sounds/ru/tv_guitar.ogg share/apps/ktuberling/sounds/ru/tv_guitarist.ogg share/apps/ktuberling/sounds/ru/tv_house.ogg share/apps/ktuberling/sounds/ru/tv_ladder.ogg share/apps/ktuberling/sounds/ru/tv_lion.ogg share/apps/ktuberling/sounds/ru/tv_lorry.ogg share/apps/ktuberling/sounds/ru/tv_lorry_tractor.ogg share/apps/ktuberling/sounds/ru/tv_man.ogg share/apps/ktuberling/sounds/ru/tv_mechanic.ogg share/apps/ktuberling/sounds/ru/tv_monkey.ogg share/apps/ktuberling/sounds/ru/tv_path.ogg share/apps/ktuberling/sounds/ru/tv_rock.ogg share/apps/ktuberling/sounds/ru/tv_school.ogg share/apps/ktuberling/sounds/ru/tv_shop.ogg share/apps/ktuberling/sounds/ru/tv_smoke.ogg share/apps/ktuberling/sounds/ru/tv_tipper.ogg share/apps/ktuberling/sounds/ru/tv_trailer.ogg share/apps/ktuberling/sounds/ru/tv_train.ogg share/apps/ktuberling/sounds/ru/tv_tree.ogg share/apps/ktuberling/sounds/ru/tv_tunnel.ogg share/apps/ktuberling/sounds/ru/tv_volley_net.ogg share/apps/ktuberling/sounds/ru/tv_wagon.ogg share/apps/ktuberling/sounds/ru/tv_woman.ogg share/apps/ktuberling/sounds/ru/umbrella.ogg share/apps/ktuberling/sounds/ru/whitch-tux.ogg share/apps/ktuberling/sounds/ru/xmas_angel.ogg share/apps/ktuberling/sounds/ru/xmas_ball.ogg share/apps/ktuberling/sounds/ru/xmas_boot.ogg share/apps/ktuberling/sounds/ru/xmas_candle.ogg share/apps/ktuberling/sounds/ru/xmas_comet.ogg share/apps/ktuberling/sounds/ru/xmas_garland.ogg share/apps/ktuberling/sounds/ru/xmas_lights.ogg share/apps/ktuberling/sounds/ru/xmas_mistletoe.ogg share/apps/ktuberling/sounds/ru/xmas_moon.ogg share/apps/ktuberling/sounds/ru/xmas_owl.ogg share/apps/ktuberling/sounds/ru/xmas_present.ogg share/apps/ktuberling/sounds/ru/xmas_rabbit.ogg share/apps/ktuberling/sounds/ru/xmas_reindeer.ogg share/apps/ktuberling/sounds/ru/xmas_shoe.ogg share/apps/ktuberling/sounds/ru/xmas_snowflake.ogg share/apps/ktuberling/sounds/ru/xmas_snowman.ogg share/apps/ktuberling/sounds/ru/xmas_star.ogg share/apps/ktuberling/sounds/ru/xmas_tree.ogg share/apps/ktuberling/sounds/ru/xmas_turtle.ogg share/apps/ktuberling/sounds/ru/xmas_tux.ogg share/apps/kvtml/ru/animals.kvtml share/apps/kvtml/ru/astronomy.kvtml share/apps/kvtml/ru/computers.kvtml share/apps/kvtml/ru/currencies.kvtml share/apps/kvtml/ru/easy.kvtml share/apps/kvtml/ru/hard.kvtml share/apps/kvtml/ru/medium.kvtml share/apps/kvtml/ru/numbers.kvtml share/apps/kvtml/ru/objects.kvtml share/apps/kvtml/ru/people.kvtml share/apps/kvtml/ru/space.kvtml share/apps/kvtml/ru/transportation.kvtml share/apps/kvtml/ru/worldcapitals.kvtml share/doc/HTML/ru/akregator/add-feed.png share/doc/HTML/ru/akregator/add-feed2.png share/doc/HTML/ru/akregator/add-folder.png share/doc/HTML/ru/akregator/add-folder2.png share/doc/HTML/ru/akregator/advanced-tab.png share/doc/HTML/ru/akregator/appearance-tab.png share/doc/HTML/ru/akregator/archive-tab.png share/doc/HTML/ru/akregator/browser-tab.png share/doc/HTML/ru/akregator/common share/doc/HTML/ru/akregator/general-tab.png share/doc/HTML/ru/akregator/index.cache.bz2 share/doc/HTML/ru/akregator/index.docbook share/doc/HTML/ru/akregator/main-window.png share/doc/HTML/ru/akregator/main-window2.png share/doc/HTML/ru/akregator/main-window3.png share/doc/HTML/ru/akregator/main-window4.png share/doc/HTML/ru/akregator/quick-filter.png share/doc/HTML/ru/amor/common share/doc/HTML/ru/amor/index.cache.bz2 share/doc/HTML/ru/amor/index.docbook share/doc/HTML/ru/ark/common share/doc/HTML/ru/ark/index.cache.bz2 share/doc/HTML/ru/ark/index.docbook share/doc/HTML/ru/blinken/common share/doc/HTML/ru/blinken/index.cache.bz2 share/doc/HTML/ru/blinken/index.docbook share/doc/HTML/ru/cantor/common share/doc/HTML/ru/cantor/index.cache.bz2 share/doc/HTML/ru/cantor/index.docbook share/doc/HTML/ru/cervisia/common share/doc/HTML/ru/cervisia/index.cache.bz2 share/doc/HTML/ru/cervisia/index.docbook share/doc/HTML/ru/common/kde-localised.css share/doc/HTML/ru/dragonplayer/common share/doc/HTML/ru/dragonplayer/index.cache.bz2 share/doc/HTML/ru/dragonplayer/index.docbook share/doc/HTML/ru/gwenview/common share/doc/HTML/ru/gwenview/index.cache.bz2 share/doc/HTML/ru/gwenview/index.docbook share/doc/HTML/ru/gwenview/interface.docbook share/doc/HTML/ru/gwenview/introduction.docbook share/doc/HTML/ru/gwenview/keybindings.docbook share/doc/HTML/ru/gwenview/mouse.docbook share/doc/HTML/ru/juk/common share/doc/HTML/ru/juk/index.cache.bz2 share/doc/HTML/ru/juk/index.docbook share/doc/HTML/ru/kalgebra/commands.docbook share/doc/HTML/ru/kalgebra/common share/doc/HTML/ru/kalgebra/index.cache.bz2 share/doc/HTML/ru/kalgebra/index.docbook share/doc/HTML/ru/kalgebra/kalgebra-main-window.png share/doc/HTML/ru/kalzium/common share/doc/HTML/ru/kalzium/gradient.png share/doc/HTML/ru/kalzium/index.cache.bz2 share/doc/HTML/ru/kalzium/index.docbook share/doc/HTML/ru/kalzium/infodialog_bohr.png share/doc/HTML/ru/kalzium/infodialog_data_overview.png share/doc/HTML/ru/kalzium/infodialog_extra.png share/doc/HTML/ru/kalzium/infodialog_isotopes.png share/doc/HTML/ru/kalzium/infodialog_misc.png share/doc/HTML/ru/kalzium/infodialog_spectrum.png share/doc/HTML/ru/kalzium/man-kalzium.1.docbook share/doc/HTML/ru/kalzium/quick-1.png share/doc/HTML/ru/kalzium/quick-2.png share/doc/HTML/ru/kalzium/quick-3.png share/doc/HTML/ru/kalzium/quick-4.png share/doc/HTML/ru/kalzium/screenshot-calc-conc.png share/doc/HTML/ru/kalzium/screenshot-calc-eq.png share/doc/HTML/ru/kalzium/screenshot-calc-gas.png share/doc/HTML/ru/kalzium/screenshot-calc-mass.png share/doc/HTML/ru/kalzium/screenshot-calc-nucl.png share/doc/HTML/ru/kalzium/screenshot-mol-edit.png share/doc/HTML/ru/kalzium/screenshot-tables.png share/doc/HTML/ru/kalzium/screenshot1.png share/doc/HTML/ru/kalzium/screenshot2.png share/doc/HTML/ru/kalzium/screenshot5.png share/doc/HTML/ru/kalzium/screenshot6.png share/doc/HTML/ru/kalzium/screenshot7.png share/doc/HTML/ru/kalzium/screenshotnuclidboard.png share/doc/HTML/ru/kalzium/settings1.png share/doc/HTML/ru/kalzium/settings2.png share/doc/HTML/ru/kalzium/settings3.png share/doc/HTML/ru/kalzium/settings4.png share/doc/HTML/ru/kalzium/sidebar1.png share/doc/HTML/ru/kalzium/sidebar2.png share/doc/HTML/ru/kanagram/common share/doc/HTML/ru/kanagram/index.cache.bz2 share/doc/HTML/ru/kanagram/index.docbook share/doc/HTML/ru/katomic/common share/doc/HTML/ru/katomic/index.cache.bz2 share/doc/HTML/ru/katomic/index.docbook share/doc/HTML/ru/kbattleship/common share/doc/HTML/ru/kbattleship/index.cache.bz2 share/doc/HTML/ru/kbattleship/index.docbook share/doc/HTML/ru/kblackbox/common share/doc/HTML/ru/kblackbox/index.cache.bz2 share/doc/HTML/ru/kblackbox/index.docbook share/doc/HTML/ru/kbounce/common share/doc/HTML/ru/kbounce/index.cache.bz2 share/doc/HTML/ru/kbounce/index.docbook share/doc/HTML/ru/kbruch/checked.png share/doc/HTML/ru/kbruch/common share/doc/HTML/ru/kbruch/compare.png share/doc/HTML/ru/kbruch/convert.png share/doc/HTML/ru/kbruch/factorize.png share/doc/HTML/ru/kbruch/gui_main.png share/doc/HTML/ru/kbruch/gui_mode.png share/doc/HTML/ru/kbruch/index.cache.bz2 share/doc/HTML/ru/kbruch/index.docbook share/doc/HTML/ru/kbruch/learning.png share/doc/HTML/ru/kbruch/man-kbruch.1.docbook share/doc/HTML/ru/kbruch/percentage.png share/doc/HTML/ru/kbruch/reduced.png share/doc/HTML/ru/kbruch/settings.png share/doc/HTML/ru/kbruch/statistics.png share/doc/HTML/ru/kcachegrind/common share/doc/HTML/ru/kcachegrind/index.cache.bz2 share/doc/HTML/ru/kcachegrind/index.docbook share/doc/HTML/ru/kcalc/commands.docbook share/doc/HTML/ru/kcalc/common share/doc/HTML/ru/kcalc/index.cache.bz2 share/doc/HTML/ru/kcalc/index.docbook share/doc/HTML/ru/kcharselect/common share/doc/HTML/ru/kcharselect/index.cache.bz2 share/doc/HTML/ru/kcharselect/index.docbook share/doc/HTML/ru/kcontrol/autostart/common share/doc/HTML/ru/kcontrol/autostart/index.cache.bz2 share/doc/HTML/ru/kcontrol/autostart/index.docbook share/doc/HTML/ru/kcontrol/bell/common share/doc/HTML/ru/kcontrol/bell/index.cache.bz2 share/doc/HTML/ru/kcontrol/bell/index.docbook share/doc/HTML/ru/kcontrol/cache/common share/doc/HTML/ru/kcontrol/cache/index.cache.bz2 share/doc/HTML/ru/kcontrol/cache/index.docbook share/doc/HTML/ru/kcontrol/clock/common share/doc/HTML/ru/kcontrol/clock/index.cache.bz2 share/doc/HTML/ru/kcontrol/clock/index.docbook share/doc/HTML/ru/kcontrol/colors/common share/doc/HTML/ru/kcontrol/colors/index.cache.bz2 share/doc/HTML/ru/kcontrol/colors/index.docbook share/doc/HTML/ru/kcontrol/cookies/common share/doc/HTML/ru/kcontrol/cookies/index.cache.bz2 share/doc/HTML/ru/kcontrol/cookies/index.docbook share/doc/HTML/ru/kcontrol/ebrowsing/common share/doc/HTML/ru/kcontrol/ebrowsing/index.cache.bz2 share/doc/HTML/ru/kcontrol/ebrowsing/index.docbook share/doc/HTML/ru/kcontrol/filemanager/common share/doc/HTML/ru/kcontrol/filemanager/index.cache.bz2 share/doc/HTML/ru/kcontrol/filemanager/index.docbook share/doc/HTML/ru/kcontrol/filetypes/common share/doc/HTML/ru/kcontrol/filetypes/index.cache.bz2 share/doc/HTML/ru/kcontrol/filetypes/index.docbook share/doc/HTML/ru/kcontrol/fontinst/common share/doc/HTML/ru/kcontrol/fontinst/index.cache.bz2 share/doc/HTML/ru/kcontrol/fontinst/index.docbook share/doc/HTML/ru/kcontrol/icons/common share/doc/HTML/ru/kcontrol/icons/index.cache.bz2 share/doc/HTML/ru/kcontrol/icons/index.docbook share/doc/HTML/ru/kcontrol/kcmcss/common share/doc/HTML/ru/kcontrol/kcmcss/index.cache.bz2 share/doc/HTML/ru/kcontrol/kcmcss/index.docbook share/doc/HTML/ru/kcontrol/kcmlaunch/common share/doc/HTML/ru/kcontrol/kcmlaunch/index.cache.bz2 share/doc/HTML/ru/kcontrol/kcmlaunch/index.docbook share/doc/HTML/ru/kcontrol/kcmnotify/common share/doc/HTML/ru/kcontrol/kcmnotify/index.cache.bz2 share/doc/HTML/ru/kcontrol/kcmnotify/index.docbook share/doc/HTML/ru/kcontrol/kcmsmserver/common share/doc/HTML/ru/kcontrol/kcmsmserver/index.cache.bz2 share/doc/HTML/ru/kcontrol/kcmsmserver/index.docbook share/doc/HTML/ru/kcontrol/keyboard/common share/doc/HTML/ru/kcontrol/keyboard/index.cache.bz2 share/doc/HTML/ru/kcontrol/keyboard/index.docbook share/doc/HTML/ru/kcontrol/keys/common share/doc/HTML/ru/kcontrol/keys/index.cache.bz2 share/doc/HTML/ru/kcontrol/keys/index.docbook share/doc/HTML/ru/kcontrol/kremotecontrol/AddAction.png share/doc/HTML/ru/kcontrol/kremotecontrol/AddActionOptions.png share/doc/HTML/ru/kcontrol/kremotecontrol/AddDBusAction.png share/doc/HTML/ru/kcontrol/kremotecontrol/AddMode.png share/doc/HTML/ru/kcontrol/kremotecontrol/AddProfileAction.png share/doc/HTML/ru/kcontrol/kremotecontrol/AutoPopulate.png share/doc/HTML/ru/kcontrol/kremotecontrol/EditMasterMode.png share/doc/HTML/ru/kcontrol/kremotecontrol/common share/doc/HTML/ru/kcontrol/kremotecontrol/index.cache.bz2 share/doc/HTML/ru/kcontrol/kremotecontrol/index.docbook share/doc/HTML/ru/kcontrol/kremotecontrol/kcmremotecontrol.png share/doc/HTML/ru/kcontrol/language/common share/doc/HTML/ru/kcontrol/language/index.cache.bz2 share/doc/HTML/ru/kcontrol/language/index.docbook share/doc/HTML/ru/kcontrol/netpref/common share/doc/HTML/ru/kcontrol/netpref/index.cache.bz2 share/doc/HTML/ru/kcontrol/netpref/index.docbook share/doc/HTML/ru/kcontrol/performance/common share/doc/HTML/ru/kcontrol/performance/index.cache.bz2 share/doc/HTML/ru/kcontrol/performance/index.docbook share/doc/HTML/ru/kcontrol/proxy/common share/doc/HTML/ru/kcontrol/proxy/index.cache.bz2 share/doc/HTML/ru/kcontrol/proxy/index.docbook share/doc/HTML/ru/kcontrol/screensaver/common share/doc/HTML/ru/kcontrol/screensaver/index.cache.bz2 share/doc/HTML/ru/kcontrol/screensaver/index.docbook share/doc/HTML/ru/kcontrol/smb/common share/doc/HTML/ru/kcontrol/smb/index.cache.bz2 share/doc/HTML/ru/kcontrol/smb/index.docbook share/doc/HTML/ru/kcontrol/spellchecking/common share/doc/HTML/ru/kcontrol/spellchecking/index.cache.bz2 share/doc/HTML/ru/kcontrol/spellchecking/index.docbook share/doc/HTML/ru/kcontrol/useragent/common share/doc/HTML/ru/kcontrol/useragent/index.cache.bz2 share/doc/HTML/ru/kcontrol/useragent/index.docbook share/doc/HTML/ru/kcontrol/windowspecific/common share/doc/HTML/ru/kcontrol/windowspecific/index.cache.bz2 share/doc/HTML/ru/kcontrol/windowspecific/index.docbook share/doc/HTML/ru/kcron/common share/doc/HTML/ru/kcron/index.cache.bz2 share/doc/HTML/ru/kcron/index.docbook share/doc/HTML/ru/kdebugdialog/common share/doc/HTML/ru/kdebugdialog/index.cache.bz2 share/doc/HTML/ru/kdebugdialog/index.docbook share/doc/HTML/ru/kdesu/common share/doc/HTML/ru/kdesu/index.cache.bz2 share/doc/HTML/ru/kdesu/index.docbook share/doc/HTML/ru/kdesu/man-kdesu.1.docbook share/doc/HTML/ru/kdf/common share/doc/HTML/ru/kdf/index.cache.bz2 share/doc/HTML/ru/kdf/index.docbook share/doc/HTML/ru/kdm/common share/doc/HTML/ru/kdm/index.cache.bz2 share/doc/HTML/ru/kdm/index.docbook share/doc/HTML/ru/kdm/kdmrc-ref.docbook share/doc/HTML/ru/kfind/common share/doc/HTML/ru/kfind/index.cache.bz2 share/doc/HTML/ru/kfind/index.docbook share/doc/HTML/ru/kfind/man-kfind.1.docbook share/doc/HTML/ru/kfloppy/common share/doc/HTML/ru/kfloppy/index.cache.bz2 share/doc/HTML/ru/kfloppy/index.docbook share/doc/HTML/ru/kgeography/common share/doc/HTML/ru/kgeography/index.cache.bz2 share/doc/HTML/ru/kgeography/index.docbook share/doc/HTML/ru/kget/common share/doc/HTML/ru/kget/file.png share/doc/HTML/ru/kget/import_link.png share/doc/HTML/ru/kget/index.cache.bz2 share/doc/HTML/ru/kget/index.docbook share/doc/HTML/ru/kget/kget_Advanced.png share/doc/HTML/ru/kget/kget_Appearance.png share/doc/HTML/ru/kget/kget_Network.png share/doc/HTML/ru/kget/kget_Web_Interface.png share/doc/HTML/ru/kget/kget_drop_target.png share/doc/HTML/ru/kget/kget_group.png share/doc/HTML/ru/kget/kget_groups.png share/doc/HTML/ru/kget/kget_plugins.png share/doc/HTML/ru/kget/kget_transfer_hostory.png share/doc/HTML/ru/kget/kget_verification.png share/doc/HTML/ru/kget/metalink0.png share/doc/HTML/ru/kget/metalink1.png share/doc/HTML/ru/kget/metalink2.png share/doc/HTML/ru/kget/metalink3.png share/doc/HTML/ru/khelpcenter/common share/doc/HTML/ru/khelpcenter/documentationnotfound/common share/doc/HTML/ru/khelpcenter/documentationnotfound/index.cache.bz2 share/doc/HTML/ru/khelpcenter/documentationnotfound/index.docbook share/doc/HTML/ru/khelpcenter/glossary/common share/doc/HTML/ru/khelpcenter/glossary/index.cache.bz2 share/doc/HTML/ru/khelpcenter/glossary/index.docbook share/doc/HTML/ru/khelpcenter/glossary/kdeprintingglossary.docbook share/doc/HTML/ru/khelpcenter/index.cache.bz2 share/doc/HTML/ru/khelpcenter/index.docbook share/doc/HTML/ru/kig/common share/doc/HTML/ru/kig/constructed_a_point.png share/doc/HTML/ru/kig/constructed_script_object.png share/doc/HTML/ru/kig/constructing_a_circle.png share/doc/HTML/ru/kig/index.cache.bz2 share/doc/HTML/ru/kig/index.docbook share/doc/HTML/ru/kig/man-kig.1.docbook share/doc/HTML/ru/kig/selecting_objects.png share/doc/HTML/ru/kig/simple_locus_construction.png share/doc/HTML/ru/kig/text_label_attaching.png share/doc/HTML/ru/kig/text_label_wizard.png share/doc/HTML/ru/kigo/common share/doc/HTML/ru/kigo/get-new-games.png share/doc/HTML/ru/kigo/hint.png share/doc/HTML/ru/kigo/index.cache.bz2 share/doc/HTML/ru/kigo/index.docbook share/doc/HTML/ru/kigo/play-game.png share/doc/HTML/ru/kigo/setup-general.png share/doc/HTML/ru/kigo/setup-theme.png share/doc/HTML/ru/kigo/start-loaded-game.png share/doc/HTML/ru/kigo/start-new-game.png share/doc/HTML/ru/kioslave/audiocd/common share/doc/HTML/ru/kioslave/audiocd/index.cache.bz2 share/doc/HTML/ru/kioslave/audiocd/index.docbook share/doc/HTML/ru/kioslave/data/common share/doc/HTML/ru/kioslave/data/index.cache.bz2 share/doc/HTML/ru/kioslave/data/index.docbook share/doc/HTML/ru/kioslave/file/common share/doc/HTML/ru/kioslave/file/index.cache.bz2 share/doc/HTML/ru/kioslave/file/index.docbook share/doc/HTML/ru/kioslave/finger/common share/doc/HTML/ru/kioslave/finger/index.cache.bz2 share/doc/HTML/ru/kioslave/finger/index.docbook share/doc/HTML/ru/kioslave/floppy/common share/doc/HTML/ru/kioslave/floppy/index.cache.bz2 share/doc/HTML/ru/kioslave/floppy/index.docbook share/doc/HTML/ru/kioslave/ftp/common share/doc/HTML/ru/kioslave/ftp/index.cache.bz2 share/doc/HTML/ru/kioslave/ftp/index.docbook share/doc/HTML/ru/kioslave/gzip/common share/doc/HTML/ru/kioslave/gzip/index.cache.bz2 share/doc/HTML/ru/kioslave/gzip/index.docbook share/doc/HTML/ru/kioslave/help/common share/doc/HTML/ru/kioslave/help/index.cache.bz2 share/doc/HTML/ru/kioslave/help/index.docbook share/doc/HTML/ru/kioslave/imap/common share/doc/HTML/ru/kioslave/imap/index.cache.bz2 share/doc/HTML/ru/kioslave/imap/index.docbook share/doc/HTML/ru/kioslave/info/common share/doc/HTML/ru/kioslave/info/index.cache.bz2 share/doc/HTML/ru/kioslave/info/index.docbook share/doc/HTML/ru/kioslave/ldap/common share/doc/HTML/ru/kioslave/ldap/index.cache.bz2 share/doc/HTML/ru/kioslave/ldap/index.docbook share/doc/HTML/ru/kioslave/mailto/common share/doc/HTML/ru/kioslave/mailto/index.cache.bz2 share/doc/HTML/ru/kioslave/mailto/index.docbook share/doc/HTML/ru/kioslave/mbox/common share/doc/HTML/ru/kioslave/mbox/index.cache.bz2 share/doc/HTML/ru/kioslave/mbox/index.docbook share/doc/HTML/ru/kioslave/news/common share/doc/HTML/ru/kioslave/news/index.cache.bz2 share/doc/HTML/ru/kioslave/news/index.docbook share/doc/HTML/ru/kioslave/nfs/common share/doc/HTML/ru/kioslave/nfs/index.cache.bz2 share/doc/HTML/ru/kioslave/nfs/index.docbook share/doc/HTML/ru/kioslave/nntp/common share/doc/HTML/ru/kioslave/nntp/index.cache.bz2 share/doc/HTML/ru/kioslave/nntp/index.docbook share/doc/HTML/ru/kioslave/pop3/common share/doc/HTML/ru/kioslave/pop3/index.cache.bz2 share/doc/HTML/ru/kioslave/pop3/index.docbook share/doc/HTML/ru/kioslave/rlogin/common share/doc/HTML/ru/kioslave/rlogin/index.cache.bz2 share/doc/HTML/ru/kioslave/rlogin/index.docbook share/doc/HTML/ru/kioslave/sftp/common share/doc/HTML/ru/kioslave/sftp/index.cache.bz2 share/doc/HTML/ru/kioslave/sftp/index.docbook share/doc/HTML/ru/kioslave/sieve/common share/doc/HTML/ru/kioslave/sieve/index.cache.bz2 share/doc/HTML/ru/kioslave/sieve/index.docbook share/doc/HTML/ru/kioslave/smtp/common share/doc/HTML/ru/kioslave/smtp/index.cache.bz2 share/doc/HTML/ru/kioslave/smtp/index.docbook share/doc/HTML/ru/kioslave/tar/common share/doc/HTML/ru/kioslave/tar/index.cache.bz2 share/doc/HTML/ru/kioslave/tar/index.docbook share/doc/HTML/ru/kioslave/telnet/common share/doc/HTML/ru/kioslave/telnet/index.cache.bz2 share/doc/HTML/ru/kioslave/telnet/index.docbook share/doc/HTML/ru/kioslave/thumbnail/common share/doc/HTML/ru/kioslave/thumbnail/index.cache.bz2 share/doc/HTML/ru/kioslave/thumbnail/index.docbook share/doc/HTML/ru/kioslave/webdav/common share/doc/HTML/ru/kioslave/webdav/index.cache.bz2 share/doc/HTML/ru/kioslave/webdav/index.docbook share/doc/HTML/ru/kjots/common share/doc/HTML/ru/kjots/index.cache.bz2 share/doc/HTML/ru/kjots/index.docbook share/doc/HTML/ru/kjumpingcube/common share/doc/HTML/ru/kjumpingcube/index.cache.bz2 share/doc/HTML/ru/kjumpingcube/index.docbook share/doc/HTML/ru/kleopatra/common share/doc/HTML/ru/kleopatra/index.cache.bz2 share/doc/HTML/ru/kleopatra/index.docbook share/doc/HTML/ru/klettres/common share/doc/HTML/ru/klettres/index.cache.bz2 share/doc/HTML/ru/klettres/index.docbook share/doc/HTML/ru/klines/common share/doc/HTML/ru/klines/index.cache.bz2 share/doc/HTML/ru/klines/index.docbook share/doc/HTML/ru/klinkstatus/common share/doc/HTML/ru/klinkstatus/index.cache.bz2 share/doc/HTML/ru/klinkstatus/index.docbook share/doc/HTML/ru/klipper/common share/doc/HTML/ru/klipper/index.cache.bz2 share/doc/HTML/ru/klipper/index.docbook share/doc/HTML/ru/kmahjongg/common share/doc/HTML/ru/kmahjongg/index.cache.bz2 share/doc/HTML/ru/kmahjongg/index.docbook share/doc/HTML/ru/kmail/common share/doc/HTML/ru/kmail/configure.docbook share/doc/HTML/ru/kmail/credits-and-licenses.docbook share/doc/HTML/ru/kmail/faq.docbook share/doc/HTML/ru/kmail/getting-started.docbook share/doc/HTML/ru/kmail/importing.docbook share/doc/HTML/ru/kmail/index.cache.bz2 share/doc/HTML/ru/kmail/index.docbook share/doc/HTML/ru/kmail/intro.docbook share/doc/HTML/ru/kmail/menus.docbook share/doc/HTML/ru/kmail/using-kmail.docbook share/doc/HTML/ru/kmenuedit/common share/doc/HTML/ru/kmenuedit/index.cache.bz2 share/doc/HTML/ru/kmenuedit/index.docbook share/doc/HTML/ru/kmines/common share/doc/HTML/ru/kmines/index.cache.bz2 share/doc/HTML/ru/kmines/index.docbook share/doc/HTML/ru/kmix/common share/doc/HTML/ru/kmix/index.cache.bz2 share/doc/HTML/ru/kmix/index.docbook share/doc/HTML/ru/kmousetool/common share/doc/HTML/ru/kmousetool/index.cache.bz2 share/doc/HTML/ru/kmousetool/index.docbook share/doc/HTML/ru/kmplot/commands.docbook share/doc/HTML/ru/kmplot/common share/doc/HTML/ru/kmplot/configuration.docbook share/doc/HTML/ru/kmplot/credits.docbook share/doc/HTML/ru/kmplot/dcop.docbook share/doc/HTML/ru/kmplot/developer.docbook share/doc/HTML/ru/kmplot/firststeps.docbook share/doc/HTML/ru/kmplot/index.cache.bz2 share/doc/HTML/ru/kmplot/index.docbook share/doc/HTML/ru/kmplot/install.docbook share/doc/HTML/ru/kmplot/introduction.docbook share/doc/HTML/ru/kmplot/man-kmplot.1.docbook share/doc/HTML/ru/kmplot/reference.docbook share/doc/HTML/ru/kmplot/using.docbook share/doc/HTML/ru/knetattach/common share/doc/HTML/ru/knetattach/index.cache.bz2 share/doc/HTML/ru/knetattach/index.docbook share/doc/HTML/ru/knotes/common share/doc/HTML/ru/knotes/index.cache.bz2 share/doc/HTML/ru/knotes/index.docbook share/doc/HTML/ru/kolf/common share/doc/HTML/ru/kolf/index.cache.bz2 share/doc/HTML/ru/kolf/index.docbook share/doc/HTML/ru/kolourpaint/KolourPaint.png share/doc/HTML/ru/kolourpaint/common share/doc/HTML/ru/kolourpaint/image_balance.png share/doc/HTML/ru/kolourpaint/image_emboss.png share/doc/HTML/ru/kolourpaint/image_flatten.png share/doc/HTML/ru/kolourpaint/image_flip.png share/doc/HTML/ru/kolourpaint/image_invert.png share/doc/HTML/ru/kolourpaint/image_reduce_colors.png share/doc/HTML/ru/kolourpaint/image_resize_scale.png share/doc/HTML/ru/kolourpaint/image_rotate.png share/doc/HTML/ru/kolourpaint/image_skew.png share/doc/HTML/ru/kolourpaint/image_soften_sharpen.png share/doc/HTML/ru/kolourpaint/index.cache.bz2 share/doc/HTML/ru/kolourpaint/index.docbook share/doc/HTML/ru/kolourpaint/view_thumbnails.png share/doc/HTML/ru/kompare/common share/doc/HTML/ru/kompare/index.cache.bz2 share/doc/HTML/ru/kompare/index.docbook share/doc/HTML/ru/konqueror/basics.docbook share/doc/HTML/ru/konqueror/bookmarks.docbook share/doc/HTML/ru/konqueror/browser.docbook share/doc/HTML/ru/konqueror/cmndline.png share/doc/HTML/ru/konqueror/commands.docbook share/doc/HTML/ru/konqueror/common share/doc/HTML/ru/konqueror/config.docbook share/doc/HTML/ru/konqueror/credits.docbook share/doc/HTML/ru/konqueror/dirtree.png share/doc/HTML/ru/konqueror/dragdrop.png share/doc/HTML/ru/konqueror/faq.docbook share/doc/HTML/ru/konqueror/filemanager.docbook share/doc/HTML/ru/konqueror/index.cache.bz2 share/doc/HTML/ru/konqueror/index.docbook share/doc/HTML/ru/konqueror/introduction.docbook share/doc/HTML/ru/konqueror/konqorg.png share/doc/HTML/ru/konqueror/man-kbookmarkmerger.1.docbook share/doc/HTML/ru/konqueror/parts.png share/doc/HTML/ru/konqueror/path-complete.docbook share/doc/HTML/ru/konqueror/plugins.docbook share/doc/HTML/ru/konqueror/save-settings.docbook share/doc/HTML/ru/konqueror/shortcut1.png share/doc/HTML/ru/konqueror/shortcut2.png share/doc/HTML/ru/konqueror/sidebar.docbook share/doc/HTML/ru/konquest/common share/doc/HTML/ru/konquest/index.cache.bz2 share/doc/HTML/ru/konquest/index.docbook share/doc/HTML/ru/konsole/common share/doc/HTML/ru/konsole/index.cache.bz2 share/doc/HTML/ru/konsole/index.docbook share/doc/HTML/ru/konsole/konsole.png share/doc/HTML/ru/konsolekalendar/common share/doc/HTML/ru/konsolekalendar/index.cache.bz2 share/doc/HTML/ru/konsolekalendar/index.docbook share/doc/HTML/ru/kontact/common share/doc/HTML/ru/kontact/index.cache.bz2 share/doc/HTML/ru/kontact/index.docbook share/doc/HTML/ru/kopete/common share/doc/HTML/ru/kopete/index.cache.bz2 share/doc/HTML/ru/kopete/index.docbook share/doc/HTML/ru/kopete/menus.docbook share/doc/HTML/ru/korganizer/common share/doc/HTML/ru/korganizer/index.cache.bz2 share/doc/HTML/ru/korganizer/index.docbook share/doc/HTML/ru/korganizer/outlook-to-vcalendar.docbook share/doc/HTML/ru/korganizer/plugins-chapter.docbook share/doc/HTML/ru/kpat/common share/doc/HTML/ru/kpat/index.cache.bz2 share/doc/HTML/ru/kpat/index.docbook share/doc/HTML/ru/kpat/man-kpat.6.docbook share/doc/HTML/ru/kppp/accounting.docbook share/doc/HTML/ru/kppp/callback.docbook share/doc/HTML/ru/kppp/chap.docbook share/doc/HTML/ru/kppp/common share/doc/HTML/ru/kppp/dialog-setup.docbook share/doc/HTML/ru/kppp/getting-online.docbook share/doc/HTML/ru/kppp/global-settings.docbook share/doc/HTML/ru/kppp/hayes.docbook share/doc/HTML/ru/kppp/index.cache.bz2 share/doc/HTML/ru/kppp/index.docbook share/doc/HTML/ru/kppp/kppp-faq.docbook share/doc/HTML/ru/kppp/security.docbook share/doc/HTML/ru/kppp/tricks.docbook share/doc/HTML/ru/kppp/wizard.docbook share/doc/HTML/ru/krdc/common share/doc/HTML/ru/krdc/index.cache.bz2 share/doc/HTML/ru/krdc/index.docbook share/doc/HTML/ru/kreversi/common share/doc/HTML/ru/kreversi/index.cache.bz2 share/doc/HTML/ru/kreversi/index.docbook share/doc/HTML/ru/krfb/common share/doc/HTML/ru/krfb/index.cache.bz2 share/doc/HTML/ru/krfb/index.docbook share/doc/HTML/ru/kruler/common share/doc/HTML/ru/kruler/index.cache.bz2 share/doc/HTML/ru/kruler/index.docbook share/doc/HTML/ru/kshisen/common share/doc/HTML/ru/kshisen/index.cache.bz2 share/doc/HTML/ru/kshisen/index.docbook share/doc/HTML/ru/ksnapshot/common share/doc/HTML/ru/ksnapshot/index.cache.bz2 share/doc/HTML/ru/ksnapshot/index.docbook share/doc/HTML/ru/kspaceduel/common share/doc/HTML/ru/kspaceduel/index.cache.bz2 share/doc/HTML/ru/kspaceduel/index.docbook share/doc/HTML/ru/kstars/ai-contents.docbook share/doc/HTML/ru/kstars/altvstime.docbook share/doc/HTML/ru/kstars/astroinfo.docbook share/doc/HTML/ru/kstars/blackbody.docbook share/doc/HTML/ru/kstars/calc-angdist.docbook share/doc/HTML/ru/kstars/calc-apcoords.docbook share/doc/HTML/ru/kstars/calc-dayduration.docbook share/doc/HTML/ru/kstars/calc-ecliptic.docbook share/doc/HTML/ru/kstars/calc-eqgal.docbook share/doc/HTML/ru/kstars/calc-equinox.docbook share/doc/HTML/ru/kstars/calc-geodetic.docbook share/doc/HTML/ru/kstars/calc-horizontal.docbook share/doc/HTML/ru/kstars/calc-julianday.docbook share/doc/HTML/ru/kstars/calc-planetcoords.docbook share/doc/HTML/ru/kstars/calc-precess.docbook share/doc/HTML/ru/kstars/calc-sidereal.docbook share/doc/HTML/ru/kstars/calculator.docbook share/doc/HTML/ru/kstars/cequator.docbook share/doc/HTML/ru/kstars/colorandtemp.docbook share/doc/HTML/ru/kstars/commands.docbook share/doc/HTML/ru/kstars/common share/doc/HTML/ru/kstars/config.docbook share/doc/HTML/ru/kstars/cpoles.docbook share/doc/HTML/ru/kstars/credits.docbook share/doc/HTML/ru/kstars/csphere.docbook share/doc/HTML/ru/kstars/darkmatter.docbook share/doc/HTML/ru/kstars/details.docbook share/doc/HTML/ru/kstars/dumpmode.docbook share/doc/HTML/ru/kstars/ecliptic.docbook share/doc/HTML/ru/kstars/ellipticalgalaxies.docbook share/doc/HTML/ru/kstars/equinox.docbook share/doc/HTML/ru/kstars/faq.docbook share/doc/HTML/ru/kstars/fitsviewer.docbook share/doc/HTML/ru/kstars/flux.docbook share/doc/HTML/ru/kstars/geocoords.docbook share/doc/HTML/ru/kstars/greatcircle.docbook share/doc/HTML/ru/kstars/horizon.docbook share/doc/HTML/ru/kstars/hourangle.docbook share/doc/HTML/ru/kstars/index.cache.bz2 share/doc/HTML/ru/kstars/index.docbook share/doc/HTML/ru/kstars/indi.docbook share/doc/HTML/ru/kstars/install.docbook share/doc/HTML/ru/kstars/jmoons.docbook share/doc/HTML/ru/kstars/julianday.docbook share/doc/HTML/ru/kstars/leapyear.docbook share/doc/HTML/ru/kstars/lightcurves.docbook share/doc/HTML/ru/kstars/luminosity.docbook share/doc/HTML/ru/kstars/magnitude.docbook share/doc/HTML/ru/kstars/meridian.docbook share/doc/HTML/ru/kstars/observinglist.docbook share/doc/HTML/ru/kstars/parallax.docbook share/doc/HTML/ru/kstars/precession.docbook share/doc/HTML/ru/kstars/quicktour.docbook share/doc/HTML/ru/kstars/retrograde.docbook share/doc/HTML/ru/kstars/scriptbuilder.docbook share/doc/HTML/ru/kstars/sidereal.docbook share/doc/HTML/ru/kstars/skycoords.docbook share/doc/HTML/ru/kstars/solarsys.docbook share/doc/HTML/ru/kstars/spiralgalaxies.docbook share/doc/HTML/ru/kstars/stars.docbook share/doc/HTML/ru/kstars/timezones.docbook share/doc/HTML/ru/kstars/tools.docbook share/doc/HTML/ru/kstars/utime.docbook share/doc/HTML/ru/kstars/wut.docbook share/doc/HTML/ru/kstars/zenith.docbook share/doc/HTML/ru/ksudoku/common share/doc/HTML/ru/ksudoku/index.cache.bz2 share/doc/HTML/ru/ksudoku/index.docbook share/doc/HTML/ru/ksysguard/common share/doc/HTML/ru/ksysguard/index.cache.bz2 share/doc/HTML/ru/ksysguard/index.docbook share/doc/HTML/ru/kteatime/common share/doc/HTML/ru/kteatime/index.cache.bz2 share/doc/HTML/ru/kteatime/index.docbook share/doc/HTML/ru/ktimer/common share/doc/HTML/ru/ktimer/index.cache.bz2 share/doc/HTML/ru/ktimer/index.docbook share/doc/HTML/ru/ktimetracker/common share/doc/HTML/ru/ktimetracker/csvexport.png share/doc/HTML/ru/ktimetracker/idle-detect.png share/doc/HTML/ru/ktimetracker/index.cache.bz2 share/doc/HTML/ru/ktimetracker/index.docbook share/doc/HTML/ru/ktimetracker/ktimetracker.png share/doc/HTML/ru/ktouch/common share/doc/HTML/ru/ktouch/index.cache.bz2 share/doc/HTML/ru/ktouch/index.docbook share/doc/HTML/ru/ktuberling/common share/doc/HTML/ru/ktuberling/index.cache.bz2 share/doc/HTML/ru/ktuberling/index.docbook share/doc/HTML/ru/ktuberling/technical-reference.docbook share/doc/HTML/ru/kturtle/common share/doc/HTML/ru/kturtle/getting-started.docbook share/doc/HTML/ru/kturtle/glossary.docbook share/doc/HTML/ru/kturtle/index.cache.bz2 share/doc/HTML/ru/kturtle/index.docbook share/doc/HTML/ru/kturtle/mainwindow.png share/doc/HTML/ru/kturtle/mainwindow_flower_nrs.png share/doc/HTML/ru/kturtle/programming-reference.docbook share/doc/HTML/ru/kturtle/translator-guide.docbook share/doc/HTML/ru/kturtle/using-kturtle.docbook share/doc/HTML/ru/kuser/common share/doc/HTML/ru/kuser/index.cache.bz2 share/doc/HTML/ru/kuser/index.docbook share/doc/HTML/ru/kwallet/common share/doc/HTML/ru/kwallet/index.cache.bz2 share/doc/HTML/ru/kwallet/index.docbook share/doc/HTML/ru/kwatchgnupg/common share/doc/HTML/ru/kwatchgnupg/index.cache.bz2 share/doc/HTML/ru/kwatchgnupg/index.docbook share/doc/HTML/ru/kwordquiz/common share/doc/HTML/ru/kwordquiz/index.cache.bz2 share/doc/HTML/ru/kwordquiz/index.docbook share/doc/HTML/ru/kwrite/common share/doc/HTML/ru/kwrite/index.cache.bz2 share/doc/HTML/ru/kwrite/index.docbook share/doc/HTML/ru/lokalize/common share/doc/HTML/ru/lokalize/index.cache.bz2 share/doc/HTML/ru/lokalize/index.docbook share/doc/HTML/ru/lskat/common share/doc/HTML/ru/lskat/index.cache.bz2 share/doc/HTML/ru/lskat/index.docbook share/doc/HTML/ru/marble/common share/doc/HTML/ru/marble/configure-cacheproxy.png share/doc/HTML/ru/marble/configure-navigation.png share/doc/HTML/ru/marble/configure-plugins.png share/doc/HTML/ru/marble/configure-routing.png share/doc/HTML/ru/marble/configure-view.png share/doc/HTML/ru/marble/download-region-3.png share/doc/HTML/ru/marble/index.cache.bz2 share/doc/HTML/ru/marble/index.docbook share/doc/HTML/ru/marble/mapview-1.png share/doc/HTML/ru/marble/measure-1.png share/doc/HTML/ru/marble/quick-1.png share/doc/HTML/ru/marble/routing-1.png share/doc/HTML/ru/marble/routing-2.png share/doc/HTML/ru/marble/routing-3.png share/doc/HTML/ru/marble/routing-4.png share/doc/HTML/ru/marble/routing-5.png share/doc/HTML/ru/marble/routing-6.png share/doc/HTML/ru/marble/search-1.png share/doc/HTML/ru/marble/search-2.png share/doc/HTML/ru/palapeli/common share/doc/HTML/ru/palapeli/index.cache.bz2 share/doc/HTML/ru/palapeli/index.docbook share/doc/HTML/ru/rocs/common share/doc/HTML/ru/rocs/index.cache.bz2 share/doc/HTML/ru/rocs/index.docbook share/doc/HTML/ru/rocs/rocs-interfaces.png share/doc/HTML/ru/rocs/rocs-screenshot.png share/doc/HTML/ru/rocs/rocs-toolbar-alignment.png share/doc/HTML/ru/rocs/rocs-toolbar-main.png share/doc/HTML/ru/sonnet/common share/doc/HTML/ru/sonnet/index.cache.bz2 share/doc/HTML/ru/sonnet/index.docbook share/locale/ru/LC_MESSAGES/accountwizard.mo share/locale/ru/LC_MESSAGES/accountwizard_ical.mo share/locale/ru/LC_MESSAGES/accountwizard_imap.mo share/locale/ru/LC_MESSAGES/accountwizard_kolab.mo share/locale/ru/LC_MESSAGES/accountwizard_mailbox.mo share/locale/ru/LC_MESSAGES/accountwizard_maildir.mo share/locale/ru/LC_MESSAGES/accountwizard_pop3.mo +share/locale/ru/LC_MESSAGES/activitymanager_plugin_globalshortcuts.mo +share/locale/ru/LC_MESSAGES/activitymanager_uihandler_declarative.mo share/locale/ru/LC_MESSAGES/adblock.mo share/locale/ru/LC_MESSAGES/akonadi-filestore.mo share/locale/ru/LC_MESSAGES/akonadi_archivemail_agent.mo share/locale/ru/LC_MESSAGES/akonadi_birthdays_resource.mo share/locale/ru/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/ru/LC_MESSAGES/akonadi_davgroupware_resource.mo share/locale/ru/LC_MESSAGES/akonadi_ical_resource.mo share/locale/ru/LC_MESSAGES/akonadi_imap_resource.mo share/locale/ru/LC_MESSAGES/akonadi_invitations_agent.mo share/locale/ru/LC_MESSAGES/akonadi_kabc_resource.mo share/locale/ru/LC_MESSAGES/akonadi_kcal_resource.mo share/locale/ru/LC_MESSAGES/akonadi_kdeaccounts_resource.mo share/locale/ru/LC_MESSAGES/akonadi_knut_resource.mo share/locale/ru/LC_MESSAGES/akonadi_kolabproxy_resource.mo share/locale/ru/LC_MESSAGES/akonadi_kresourceassistant.mo share/locale/ru/LC_MESSAGES/akonadi_localbookmarks_resource.mo share/locale/ru/LC_MESSAGES/akonadi_maildir_resource.mo share/locale/ru/LC_MESSAGES/akonadi_maildispatcher_agent.mo share/locale/ru/LC_MESSAGES/akonadi_mailtransport_resource.mo share/locale/ru/LC_MESSAGES/akonadi_mbox_resource.mo share/locale/ru/LC_MESSAGES/akonadi_microblog_resource.mo share/locale/ru/LC_MESSAGES/akonadi_mixedmaildir_resource.mo share/locale/ru/LC_MESSAGES/akonadi_nepomuk_feeder.mo share/locale/ru/LC_MESSAGES/akonadi_nepomuktag_resource.mo share/locale/ru/LC_MESSAGES/akonadi_next.mo share/locale/ru/LC_MESSAGES/akonadi_nntp_resource.mo share/locale/ru/LC_MESSAGES/akonadi_openxchange_resource.mo share/locale/ru/LC_MESSAGES/akonadi_pop3_resource.mo share/locale/ru/LC_MESSAGES/akonadi_serializer_plugins.mo share/locale/ru/LC_MESSAGES/akonadi_singlefile_resource.mo share/locale/ru/LC_MESSAGES/akonadi_strigi_feeder.mo share/locale/ru/LC_MESSAGES/akonadi_vcard_resource.mo share/locale/ru/LC_MESSAGES/akonadi_vcarddir_resource.mo share/locale/ru/LC_MESSAGES/akonadicontact.mo share/locale/ru/LC_MESSAGES/akonaditray.mo share/locale/ru/LC_MESSAGES/akregator.mo share/locale/ru/LC_MESSAGES/akregator_konqplugin.mo share/locale/ru/LC_MESSAGES/amor.mo share/locale/ru/LC_MESSAGES/analitza.mo share/locale/ru/LC_MESSAGES/ark.mo share/locale/ru/LC_MESSAGES/attica_kde.mo share/locale/ru/LC_MESSAGES/audiocd_encoder_lame.mo share/locale/ru/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/ru/LC_MESSAGES/audiorename_plugin.mo share/locale/ru/LC_MESSAGES/autorefresh.mo share/locale/ru/LC_MESSAGES/babelfish.mo share/locale/ru/LC_MESSAGES/blinken.mo share/locale/ru/LC_MESSAGES/blogilo.mo share/locale/ru/LC_MESSAGES/bomber.mo share/locale/ru/LC_MESSAGES/bovo.mo share/locale/ru/LC_MESSAGES/calendarsupport.mo share/locale/ru/LC_MESSAGES/cantor.mo share/locale/ru/LC_MESSAGES/cervisia.mo share/locale/ru/LC_MESSAGES/cryptopageplugin.mo share/locale/ru/LC_MESSAGES/cvsservice.mo share/locale/ru/LC_MESSAGES/dirfilterplugin.mo share/locale/ru/LC_MESSAGES/display.mo share/locale/ru/LC_MESSAGES/dolphin.mo share/locale/ru/LC_MESSAGES/domtreeviewer.mo share/locale/ru/LC_MESSAGES/dragonplayer.mo share/locale/ru/LC_MESSAGES/drkonqi.mo share/locale/ru/LC_MESSAGES/filelight.mo share/locale/ru/LC_MESSAGES/filetypes.mo share/locale/ru/LC_MESSAGES/fileviewgitplugin.mo share/locale/ru/LC_MESSAGES/fileviewsvnplugin.mo share/locale/ru/LC_MESSAGES/freespacenotifier.mo share/locale/ru/LC_MESSAGES/fsview.mo share/locale/ru/LC_MESSAGES/granatier.mo share/locale/ru/LC_MESSAGES/gwenview.mo share/locale/ru/LC_MESSAGES/htmlsearch.mo share/locale/ru/LC_MESSAGES/imagerename_plugin.mo share/locale/ru/LC_MESSAGES/imgalleryplugin.mo share/locale/ru/LC_MESSAGES/jovie.mo share/locale/ru/LC_MESSAGES/joystick.mo share/locale/ru/LC_MESSAGES/juk.mo share/locale/ru/LC_MESSAGES/kabc.mo share/locale/ru/LC_MESSAGES/kabc_akonadi.mo share/locale/ru/LC_MESSAGES/kabc_dir.mo share/locale/ru/LC_MESSAGES/kabc_file.mo share/locale/ru/LC_MESSAGES/kabc_ldapkio.mo share/locale/ru/LC_MESSAGES/kabc_net.mo share/locale/ru/LC_MESSAGES/kabcclient.mo share/locale/ru/LC_MESSAGES/kabcformat_binary.mo share/locale/ru/LC_MESSAGES/kaccess.mo share/locale/ru/LC_MESSAGES/kaccessibleapp.mo share/locale/ru/LC_MESSAGES/kactivitymanagerd.mo share/locale/ru/LC_MESSAGES/kactivitymanagerd_fileitem_linking_plugin.mo share/locale/ru/LC_MESSAGES/kaddressbook-mobile.mo share/locale/ru/LC_MESSAGES/kaddressbook.mo share/locale/ru/LC_MESSAGES/kaddressbookmigrator.mo share/locale/ru/LC_MESSAGES/kajongg.mo share/locale/ru/LC_MESSAGES/kalarm.mo share/locale/ru/LC_MESSAGES/kalgebra.mo share/locale/ru/LC_MESSAGES/kalzium.mo share/locale/ru/LC_MESSAGES/kanagram.mo share/locale/ru/LC_MESSAGES/kapman.mo share/locale/ru/LC_MESSAGES/kapptemplate.mo share/locale/ru/LC_MESSAGES/kate-ctags-plugin.mo share/locale/ru/LC_MESSAGES/kate.mo share/locale/ru/LC_MESSAGES/kate_kttsd.mo share/locale/ru/LC_MESSAGES/katebacktracebrowserplugin.mo share/locale/ru/LC_MESSAGES/katebuild-plugin.mo share/locale/ru/LC_MESSAGES/katefilebrowserplugin.mo share/locale/ru/LC_MESSAGES/katefiletemplates.mo share/locale/ru/LC_MESSAGES/kategdbplugin.mo share/locale/ru/LC_MESSAGES/katehelloworld.mo share/locale/ru/LC_MESSAGES/katekonsoleplugin.mo share/locale/ru/LC_MESSAGES/katemailfilesplugin.mo share/locale/ru/LC_MESSAGES/kateopenheader.mo share/locale/ru/LC_MESSAGES/katepart4.mo share/locale/ru/LC_MESSAGES/kateproject.mo share/locale/ru/LC_MESSAGES/katesearch.mo share/locale/ru/LC_MESSAGES/katesnippets_tng.mo share/locale/ru/LC_MESSAGES/katesnippetsplugin.mo share/locale/ru/LC_MESSAGES/katesql.mo share/locale/ru/LC_MESSAGES/katesymbolviewer.mo share/locale/ru/LC_MESSAGES/katetabbarextension.mo share/locale/ru/LC_MESSAGES/katetabifyplugin.mo share/locale/ru/LC_MESSAGES/katetextfilter.mo share/locale/ru/LC_MESSAGES/katexmlcheck.mo share/locale/ru/LC_MESSAGES/katexmltools.mo share/locale/ru/LC_MESSAGES/katomic.mo share/locale/ru/LC_MESSAGES/kbattleship.mo share/locale/ru/LC_MESSAGES/kblackbox.mo share/locale/ru/LC_MESSAGES/kblankscrn.mo share/locale/ru/LC_MESSAGES/kblocks.mo share/locale/ru/LC_MESSAGES/kbounce.mo share/locale/ru/LC_MESSAGES/kbreakout.mo share/locale/ru/LC_MESSAGES/kbruch.mo share/locale/ru/LC_MESSAGES/kcachegrind.mo share/locale/ru/LC_MESSAGES/kcal_akonadi.mo share/locale/ru/LC_MESSAGES/kcalc.mo share/locale/ru/LC_MESSAGES/kcertpart.mo share/locale/ru/LC_MESSAGES/kcharselect.mo share/locale/ru/LC_MESSAGES/kcm-kwin-scripts.mo +share/locale/ru/LC_MESSAGES/kcm_activities.mo share/locale/ru/LC_MESSAGES/kcm_akonadi.mo share/locale/ru/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/ru/LC_MESSAGES/kcm_attica.mo share/locale/ru/LC_MESSAGES/kcm_autostart.mo share/locale/ru/LC_MESSAGES/kcm_desktoppaths.mo share/locale/ru/LC_MESSAGES/kcm_desktopthemedetails.mo share/locale/ru/LC_MESSAGES/kcm_device_automounter.mo share/locale/ru/LC_MESSAGES/kcm_emoticons.mo share/locale/ru/LC_MESSAGES/kcm_infobase.mo share/locale/ru/LC_MESSAGES/kcm_infosummary.mo -share/locale/ru/LC_MESSAGES/kcm_krfb.mo share/locale/ru/LC_MESSAGES/kcm_kwindesktop.mo share/locale/ru/LC_MESSAGES/kcm_kwintabbox.mo share/locale/ru/LC_MESSAGES/kcm_memory.mo share/locale/ru/LC_MESSAGES/kcm_nepomuk.mo share/locale/ru/LC_MESSAGES/kcm_pci.mo share/locale/ru/LC_MESSAGES/kcm_phonon.mo share/locale/ru/LC_MESSAGES/kcm_platform.mo share/locale/ru/LC_MESSAGES/kcm_remotecontrol.mo share/locale/ru/LC_MESSAGES/kcm_solid.mo share/locale/ru/LC_MESSAGES/kcm_solid_actions.mo share/locale/ru/LC_MESSAGES/kcm_standard_actions.mo share/locale/ru/LC_MESSAGES/kcmaccess.mo share/locale/ru/LC_MESSAGES/kcmaudiocd.mo share/locale/ru/LC_MESSAGES/kcmbackground.mo share/locale/ru/LC_MESSAGES/kcmbell.mo share/locale/ru/LC_MESSAGES/kcmcddb.mo share/locale/ru/LC_MESSAGES/kcmcgi.mo share/locale/ru/LC_MESSAGES/kcmcolors.mo share/locale/ru/LC_MESSAGES/kcmcomponentchooser.mo share/locale/ru/LC_MESSAGES/kcmcrypto.mo share/locale/ru/LC_MESSAGES/kcmdevinfo.mo share/locale/ru/LC_MESSAGES/kcmfonts.mo share/locale/ru/LC_MESSAGES/kcmhtmlsearch.mo share/locale/ru/LC_MESSAGES/kcmicons.mo share/locale/ru/LC_MESSAGES/kcminfo.mo share/locale/ru/LC_MESSAGES/kcminit.mo share/locale/ru/LC_MESSAGES/kcminput.mo share/locale/ru/LC_MESSAGES/kcmkamera.mo share/locale/ru/LC_MESSAGES/kcmkclock.mo share/locale/ru/LC_MESSAGES/kcmkded.mo share/locale/ru/LC_MESSAGES/kcmkdnssd.mo share/locale/ru/LC_MESSAGES/kcmkeyboard.mo share/locale/ru/LC_MESSAGES/kcmkeys.mo share/locale/ru/LC_MESSAGES/kcmkgamma.mo share/locale/ru/LC_MESSAGES/kcmkio.mo share/locale/ru/LC_MESSAGES/kcmkonq.mo share/locale/ru/LC_MESSAGES/kcmkonqhtml.mo share/locale/ru/LC_MESSAGES/kcmkurifilt.mo share/locale/ru/LC_MESSAGES/kcmkwallet.mo share/locale/ru/LC_MESSAGES/kcmkwincompositing.mo share/locale/ru/LC_MESSAGES/kcmkwindecoration.mo share/locale/ru/LC_MESSAGES/kcmkwinrules.mo share/locale/ru/LC_MESSAGES/kcmkwinscreenedges.mo share/locale/ru/LC_MESSAGES/kcmkwm.mo share/locale/ru/LC_MESSAGES/kcmlaunch.mo share/locale/ru/LC_MESSAGES/kcmlocale.mo share/locale/ru/LC_MESSAGES/kcmnic.mo share/locale/ru/LC_MESSAGES/kcmnotify.mo share/locale/ru/LC_MESSAGES/kcmopengl.mo share/locale/ru/LC_MESSAGES/kcmperformance.mo share/locale/ru/LC_MESSAGES/kcmsamba.mo share/locale/ru/LC_MESSAGES/kcmscreensaver.mo share/locale/ru/LC_MESSAGES/kcmshell.mo share/locale/ru/LC_MESSAGES/kcmsmartcard.mo share/locale/ru/LC_MESSAGES/kcmsmserver.mo share/locale/ru/LC_MESSAGES/kcmstyle.mo share/locale/ru/LC_MESSAGES/kcmusb.mo share/locale/ru/LC_MESSAGES/kcmview1394.mo share/locale/ru/LC_MESSAGES/kcmworkspaceoptions.mo share/locale/ru/LC_MESSAGES/kcolorchooser.mo share/locale/ru/LC_MESSAGES/kcron.mo share/locale/ru/LC_MESSAGES/kde-menu.mo share/locale/ru/LC_MESSAGES/kdeasciiquarium.mo share/locale/ru/LC_MESSAGES/kdebugdialog.mo share/locale/ru/LC_MESSAGES/kdecalendarsystems.mo share/locale/ru/LC_MESSAGES/kdelibs4.mo share/locale/ru/LC_MESSAGES/kdelibs_colors4.mo share/locale/ru/LC_MESSAGES/kdepasswd.mo share/locale/ru/LC_MESSAGES/kdepim-runtime-qml.mo share/locale/ru/LC_MESSAGES/kdeqt.mo share/locale/ru/LC_MESSAGES/kdesu.mo share/locale/ru/LC_MESSAGES/kdesud.mo share/locale/ru/LC_MESSAGES/kdf.mo share/locale/ru/LC_MESSAGES/kdgantt2.mo share/locale/ru/LC_MESSAGES/kdialog.mo share/locale/ru/LC_MESSAGES/kdiamond.mo share/locale/ru/LC_MESSAGES/kdmconfig.mo share/locale/ru/LC_MESSAGES/kdmgreet.mo share/locale/ru/LC_MESSAGES/kdontchangethehostname.mo share/locale/ru/LC_MESSAGES/keditbookmarks.mo share/locale/ru/LC_MESSAGES/kfile.mo share/locale/ru/LC_MESSAGES/kfile_dds.mo share/locale/ru/LC_MESSAGES/kfile_drgeo.mo share/locale/ru/LC_MESSAGES/kfile_exr.mo share/locale/ru/LC_MESSAGES/kfile_kig.mo share/locale/ru/LC_MESSAGES/kfile_mail.mo share/locale/ru/LC_MESSAGES/kfile_pnm.mo share/locale/ru/LC_MESSAGES/kfile_raw.mo share/locale/ru/LC_MESSAGES/kfile_rgb.mo share/locale/ru/LC_MESSAGES/kfile_rpm.mo share/locale/ru/LC_MESSAGES/kfile_tiff.mo share/locale/ru/LC_MESSAGES/kfile_xps.mo share/locale/ru/LC_MESSAGES/kfileaudiopreview4.mo share/locale/ru/LC_MESSAGES/kfilereplace.mo share/locale/ru/LC_MESSAGES/kfileshare.mo share/locale/ru/LC_MESSAGES/kfindpart.mo share/locale/ru/LC_MESSAGES/kfloppy.mo share/locale/ru/LC_MESSAGES/kfmclient.mo share/locale/ru/LC_MESSAGES/kfontinst.mo share/locale/ru/LC_MESSAGES/kfourinline.mo share/locale/ru/LC_MESSAGES/kgeography.mo share/locale/ru/LC_MESSAGES/kget.mo share/locale/ru/LC_MESSAGES/kgetplugin.mo share/locale/ru/LC_MESSAGES/kglobalaccel.mo share/locale/ru/LC_MESSAGES/kgoldrunner.mo share/locale/ru/LC_MESSAGES/kgpg.mo share/locale/ru/LC_MESSAGES/kgreet_classic.mo share/locale/ru/LC_MESSAGES/kgreet_generic.mo share/locale/ru/LC_MESSAGES/kgreet_winbind.mo share/locale/ru/LC_MESSAGES/khangman.mo share/locale/ru/LC_MESSAGES/khelpcenter.mo share/locale/ru/LC_MESSAGES/khotkeys.mo share/locale/ru/LC_MESSAGES/khotnewstuff.mo share/locale/ru/LC_MESSAGES/khtmlkttsd.mo share/locale/ru/LC_MESSAGES/khtmlsettingsplugin.mo share/locale/ru/LC_MESSAGES/kiconfinder.mo share/locale/ru/LC_MESSAGES/kig.mo share/locale/ru/LC_MESSAGES/kigo.mo share/locale/ru/LC_MESSAGES/killbots.mo share/locale/ru/LC_MESSAGES/kimagemapeditor.mo -share/locale/ru/LC_MESSAGES/kinetd.mo share/locale/ru/LC_MESSAGES/kinfocenter.mo share/locale/ru/LC_MESSAGES/kio4.mo share/locale/ru/LC_MESSAGES/kio_activities.mo share/locale/ru/LC_MESSAGES/kio_akonadi.mo share/locale/ru/LC_MESSAGES/kio_applications.mo share/locale/ru/LC_MESSAGES/kio_archive.mo share/locale/ru/LC_MESSAGES/kio_audiocd.mo share/locale/ru/LC_MESSAGES/kio_bookmarks.mo share/locale/ru/LC_MESSAGES/kio_finger.mo share/locale/ru/LC_MESSAGES/kio_fish.mo share/locale/ru/LC_MESSAGES/kio_floppy.mo share/locale/ru/LC_MESSAGES/kio_help4.mo share/locale/ru/LC_MESSAGES/kio_imap4.mo share/locale/ru/LC_MESSAGES/kio_info.mo share/locale/ru/LC_MESSAGES/kio_jabberdisco.mo share/locale/ru/LC_MESSAGES/kio_ldap.mo share/locale/ru/LC_MESSAGES/kio_man.mo share/locale/ru/LC_MESSAGES/kio_mbox.mo share/locale/ru/LC_MESSAGES/kio_nepomuk.mo share/locale/ru/LC_MESSAGES/kio_nepomuksearch.mo share/locale/ru/LC_MESSAGES/kio_nfs.mo share/locale/ru/LC_MESSAGES/kio_nntp.mo share/locale/ru/LC_MESSAGES/kio_perldoc.mo share/locale/ru/LC_MESSAGES/kio_pop3.mo share/locale/ru/LC_MESSAGES/kio_recentdocuments.mo share/locale/ru/LC_MESSAGES/kio_remote.mo share/locale/ru/LC_MESSAGES/kio_sftp.mo share/locale/ru/LC_MESSAGES/kio_sieve.mo share/locale/ru/LC_MESSAGES/kio_smb.mo share/locale/ru/LC_MESSAGES/kio_smtp.mo share/locale/ru/LC_MESSAGES/kio_svn.mo share/locale/ru/LC_MESSAGES/kio_tags.mo share/locale/ru/LC_MESSAGES/kio_thumbnail.mo share/locale/ru/LC_MESSAGES/kio_timeline.mo share/locale/ru/LC_MESSAGES/kio_trash.mo share/locale/ru/LC_MESSAGES/kio_zeroconf.mo share/locale/ru/LC_MESSAGES/kioclient.mo share/locale/ru/LC_MESSAGES/kioexec.mo +share/locale/ru/LC_MESSAGES/kipiplugin_kxmlhelloworld.mo share/locale/ru/LC_MESSAGES/kiriki.mo share/locale/ru/LC_MESSAGES/kiten.mo share/locale/ru/LC_MESSAGES/kjots.mo share/locale/ru/LC_MESSAGES/kjotsmigrator.mo share/locale/ru/LC_MESSAGES/kjumpingcube.mo share/locale/ru/LC_MESSAGES/kleopatra.mo share/locale/ru/LC_MESSAGES/klettres.mo share/locale/ru/LC_MESSAGES/klickety.mo share/locale/ru/LC_MESSAGES/klines.mo share/locale/ru/LC_MESSAGES/klinkstatus.mo share/locale/ru/LC_MESSAGES/klipper.mo share/locale/ru/LC_MESSAGES/klock.mo share/locale/ru/LC_MESSAGES/kmag.mo share/locale/ru/LC_MESSAGES/kmahjongg.mo share/locale/ru/LC_MESSAGES/kmail-migrator.mo share/locale/ru/LC_MESSAGES/kmail-mobile.mo share/locale/ru/LC_MESSAGES/kmail.mo share/locale/ru/LC_MESSAGES/kmailcvt.mo share/locale/ru/LC_MESSAGES/kmenuedit.mo share/locale/ru/LC_MESSAGES/kmimetypefinder.mo share/locale/ru/LC_MESSAGES/kmines.mo share/locale/ru/LC_MESSAGES/kmix.mo share/locale/ru/LC_MESSAGES/kmousetool.mo share/locale/ru/LC_MESSAGES/kmouth.mo share/locale/ru/LC_MESSAGES/kmplot.mo share/locale/ru/LC_MESSAGES/knetattach.mo share/locale/ru/LC_MESSAGES/knetwalk.mo share/locale/ru/LC_MESSAGES/knode.mo share/locale/ru/LC_MESSAGES/knotes.mo share/locale/ru/LC_MESSAGES/knotify4.mo share/locale/ru/LC_MESSAGES/kolf.mo share/locale/ru/LC_MESSAGES/kollision.mo share/locale/ru/LC_MESSAGES/kolourpaint.mo share/locale/ru/LC_MESSAGES/kommander.mo share/locale/ru/LC_MESSAGES/kompare.mo share/locale/ru/LC_MESSAGES/konqprofiles.mo share/locale/ru/LC_MESSAGES/konqueror.mo share/locale/ru/LC_MESSAGES/konquest.mo share/locale/ru/LC_MESSAGES/konsole.mo share/locale/ru/LC_MESSAGES/konsolekalendar.mo share/locale/ru/LC_MESSAGES/konsoleprofiles.mo share/locale/ru/LC_MESSAGES/kontact.mo share/locale/ru/LC_MESSAGES/kontactinterfaces.mo share/locale/ru/LC_MESSAGES/kopete.mo share/locale/ru/LC_MESSAGES/korganizer-mobile.mo share/locale/ru/LC_MESSAGES/korganizer.mo share/locale/ru/LC_MESSAGES/kpartloader.mo share/locale/ru/LC_MESSAGES/kpartsaver.mo share/locale/ru/LC_MESSAGES/kpasswdserver.mo share/locale/ru/LC_MESSAGES/kpat.mo share/locale/ru/LC_MESSAGES/kppp.mo share/locale/ru/LC_MESSAGES/kppplogview.mo share/locale/ru/LC_MESSAGES/kquitapp.mo share/locale/ru/LC_MESSAGES/krandr.mo share/locale/ru/LC_MESSAGES/krcdnotifieritem.mo share/locale/ru/LC_MESSAGES/krdb.mo share/locale/ru/LC_MESSAGES/krdc.mo share/locale/ru/LC_MESSAGES/kreadconfig.mo share/locale/ru/LC_MESSAGES/kremotecontroldaemon.mo share/locale/ru/LC_MESSAGES/kres-migrator.mo share/locale/ru/LC_MESSAGES/kres_blog.mo share/locale/ru/LC_MESSAGES/kres_remote.mo share/locale/ru/LC_MESSAGES/kresources_shared_akonadi.mo share/locale/ru/LC_MESSAGES/kreversi.mo share/locale/ru/LC_MESSAGES/krfb.mo share/locale/ru/LC_MESSAGES/kruler.mo share/locale/ru/LC_MESSAGES/krunner.mo share/locale/ru/LC_MESSAGES/ksaneplugin.mo share/locale/ru/LC_MESSAGES/kscd.mo share/locale/ru/LC_MESSAGES/kscreenlocker.mo share/locale/ru/LC_MESSAGES/kscreenlocker_greet.mo share/locale/ru/LC_MESSAGES/kscreensaver.mo share/locale/ru/LC_MESSAGES/ksendemail.mo share/locale/ru/LC_MESSAGES/kshellcmdplugin.mo share/locale/ru/LC_MESSAGES/kshisen.mo share/locale/ru/LC_MESSAGES/kshorturifilter.mo share/locale/ru/LC_MESSAGES/ksirk.mo share/locale/ru/LC_MESSAGES/ksirkskineditor.mo share/locale/ru/LC_MESSAGES/ksmserver.mo share/locale/ru/LC_MESSAGES/ksnapshot.mo share/locale/ru/LC_MESSAGES/kspaceduel.mo share/locale/ru/LC_MESSAGES/ksplashthemes.mo share/locale/ru/LC_MESSAGES/ksquares.mo share/locale/ru/LC_MESSAGES/kstars.mo share/locale/ru/LC_MESSAGES/kstart.mo share/locale/ru/LC_MESSAGES/kstartperf.mo share/locale/ru/LC_MESSAGES/kstyle_config.mo share/locale/ru/LC_MESSAGES/kstyle_phase_config.mo share/locale/ru/LC_MESSAGES/ksudoku.mo share/locale/ru/LC_MESSAGES/ksysguard.mo share/locale/ru/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/ru/LC_MESSAGES/ksystemlog.mo share/locale/ru/LC_MESSAGES/ksystraycmd.mo share/locale/ru/LC_MESSAGES/kteatime.mo share/locale/ru/LC_MESSAGES/ktesnippets_editor.mo share/locale/ru/LC_MESSAGES/ktexteditor_codesnippets_core.mo share/locale/ru/LC_MESSAGES/ktexteditor_plugins.mo share/locale/ru/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/ru/LC_MESSAGES/ktimer.mo share/locale/ru/LC_MESSAGES/ktimetracker.mo share/locale/ru/LC_MESSAGES/ktouch.mo share/locale/ru/LC_MESSAGES/ktouchpadenabler.mo share/locale/ru/LC_MESSAGES/ktraderclient.mo share/locale/ru/LC_MESSAGES/ktron.mo share/locale/ru/LC_MESSAGES/ktuberling.mo share/locale/ru/LC_MESSAGES/kturtle.mo share/locale/ru/LC_MESSAGES/ktux.mo share/locale/ru/LC_MESSAGES/kubrick.mo share/locale/ru/LC_MESSAGES/kuiserver.mo share/locale/ru/LC_MESSAGES/kuiviewer.mo share/locale/ru/LC_MESSAGES/kurifilter.mo share/locale/ru/LC_MESSAGES/kuser.mo share/locale/ru/LC_MESSAGES/kwalletd.mo share/locale/ru/LC_MESSAGES/kwalletmanager.mo share/locale/ru/LC_MESSAGES/kwatchgnupg.mo share/locale/ru/LC_MESSAGES/kwin.mo share/locale/ru/LC_MESSAGES/kwin_art_clients.mo share/locale/ru/LC_MESSAGES/kwin_clients.mo share/locale/ru/LC_MESSAGES/kwin_effects.mo share/locale/ru/LC_MESSAGES/kwinshutdown.mo share/locale/ru/LC_MESSAGES/kwinstartmenu.mo share/locale/ru/LC_MESSAGES/kwordquiz.mo share/locale/ru/LC_MESSAGES/kwrite.mo share/locale/ru/LC_MESSAGES/kwriteconfig.mo share/locale/ru/LC_MESSAGES/kxkb.mo share/locale/ru/LC_MESSAGES/kxsconfig.mo share/locale/ru/LC_MESSAGES/lancelot.mo share/locale/ru/LC_MESSAGES/libakonadi-calendar.mo share/locale/ru/LC_MESSAGES/libakonadi-kmime.mo share/locale/ru/LC_MESSAGES/libakonadi.mo share/locale/ru/LC_MESSAGES/libeventviews.mo share/locale/ru/LC_MESSAGES/libincidenceeditors.mo share/locale/ru/LC_MESSAGES/libkalarmcal.mo share/locale/ru/LC_MESSAGES/libkasten.mo share/locale/ru/LC_MESSAGES/libkblog.mo share/locale/ru/LC_MESSAGES/libkcal.mo share/locale/ru/LC_MESSAGES/libkcalutils.mo share/locale/ru/LC_MESSAGES/libkcddb.mo share/locale/ru/LC_MESSAGES/libkcompactdisc.mo share/locale/ru/LC_MESSAGES/libkdcraw.mo share/locale/ru/LC_MESSAGES/libkdecorations.mo share/locale/ru/LC_MESSAGES/libkdeedu.mo share/locale/ru/LC_MESSAGES/libkdegames.mo share/locale/ru/LC_MESSAGES/libkdepim.mo share/locale/ru/LC_MESSAGES/libkdepimmobileui.mo share/locale/ru/LC_MESSAGES/libkexiv2.mo share/locale/ru/LC_MESSAGES/libkholidays.mo share/locale/ru/LC_MESSAGES/libkimap.mo +share/locale/ru/LC_MESSAGES/libkipi.mo share/locale/ru/LC_MESSAGES/libkldap.mo share/locale/ru/LC_MESSAGES/libkleopatra.mo share/locale/ru/LC_MESSAGES/libkmahjongg.mo share/locale/ru/LC_MESSAGES/libkmime.mo share/locale/ru/LC_MESSAGES/libkonq.mo share/locale/ru/LC_MESSAGES/libkpgp.mo share/locale/ru/LC_MESSAGES/libkpimidentities.mo share/locale/ru/LC_MESSAGES/libkpimtextedit.mo share/locale/ru/LC_MESSAGES/libkpimutils.mo share/locale/ru/LC_MESSAGES/libkremotecontrol.mo share/locale/ru/LC_MESSAGES/libkresources.mo share/locale/ru/LC_MESSAGES/libksane.mo share/locale/ru/LC_MESSAGES/libkscreensaver.mo share/locale/ru/LC_MESSAGES/libksieve.mo share/locale/ru/LC_MESSAGES/libktnef.mo share/locale/ru/LC_MESSAGES/libkunitconversion.mo share/locale/ru/LC_MESSAGES/libkworkspace.mo share/locale/ru/LC_MESSAGES/libkxmlrpcclient.mo share/locale/ru/LC_MESSAGES/liblancelot-datamodels.mo share/locale/ru/LC_MESSAGES/libmailcommon.mo share/locale/ru/LC_MESSAGES/libmailimporter.mo share/locale/ru/LC_MESSAGES/libmailtransport.mo share/locale/ru/LC_MESSAGES/libmessagecomposer.mo share/locale/ru/LC_MESSAGES/libmessagecore.mo share/locale/ru/LC_MESSAGES/libmessagelist.mo share/locale/ru/LC_MESSAGES/libmessageviewer.mo share/locale/ru/LC_MESSAGES/liboktetacore.mo share/locale/ru/LC_MESSAGES/liboktetagui.mo share/locale/ru/LC_MESSAGES/liboktetakasten.mo share/locale/ru/LC_MESSAGES/liboxygenstyleconfig.mo share/locale/ru/LC_MESSAGES/libphonon.mo share/locale/ru/LC_MESSAGES/libplasma.mo share/locale/ru/LC_MESSAGES/libplasma_groupingcontainment.mo share/locale/ru/LC_MESSAGES/libplasmaclock.mo share/locale/ru/LC_MESSAGES/libplasmaweather.mo share/locale/ru/LC_MESSAGES/libtaskmanager.mo share/locale/ru/LC_MESSAGES/libtemplateparser.mo share/locale/ru/LC_MESSAGES/lokalize.mo share/locale/ru/LC_MESSAGES/lskat.mo share/locale/ru/LC_MESSAGES/mailreader.mo share/locale/ru/LC_MESSAGES/marble.mo share/locale/ru/LC_MESSAGES/marble_qt.mo share/locale/ru/LC_MESSAGES/messageviewer_text_calendar_plugin.mo share/locale/ru/LC_MESSAGES/messageviewer_text_vcard_plugin.mo share/locale/ru/LC_MESSAGES/messageviewer_text_xdiff_plugin.mo share/locale/ru/LC_MESSAGES/mf_konqplugin.mo share/locale/ru/LC_MESSAGES/minitoolsplugin.mo share/locale/ru/LC_MESSAGES/mplayerthumbs.mo share/locale/ru/LC_MESSAGES/mplayerthumbsconfig.mo share/locale/ru/LC_MESSAGES/nepomukbackup.mo share/locale/ru/LC_MESSAGES/nepomukcleaner.mo share/locale/ru/LC_MESSAGES/nepomukcontroller.mo share/locale/ru/LC_MESSAGES/nepomukfileindexer.mo share/locale/ru/LC_MESSAGES/nepomukqueryservice.mo share/locale/ru/LC_MESSAGES/nepomukserver.mo share/locale/ru/LC_MESSAGES/nepomukservicestub.mo share/locale/ru/LC_MESSAGES/nepomukstorage.mo share/locale/ru/LC_MESSAGES/nepomukwidgets.mo share/locale/ru/LC_MESSAGES/newmailnotifieragent.mo share/locale/ru/LC_MESSAGES/notes-mobile.mo share/locale/ru/LC_MESSAGES/nsplugin.mo share/locale/ru/LC_MESSAGES/okteta-mobile.mo share/locale/ru/LC_MESSAGES/okteta.mo share/locale/ru/LC_MESSAGES/oktetapart.mo share/locale/ru/LC_MESSAGES/okular.mo share/locale/ru/LC_MESSAGES/okular_chm.mo share/locale/ru/LC_MESSAGES/okular_comicbook.mo share/locale/ru/LC_MESSAGES/okular_djvu.mo share/locale/ru/LC_MESSAGES/okular_dvi.mo share/locale/ru/LC_MESSAGES/okular_epub.mo share/locale/ru/LC_MESSAGES/okular_fax.mo share/locale/ru/LC_MESSAGES/okular_fictionbook.mo share/locale/ru/LC_MESSAGES/okular_ghostview.mo share/locale/ru/LC_MESSAGES/okular_kimgio.mo share/locale/ru/LC_MESSAGES/okular_mobi.mo share/locale/ru/LC_MESSAGES/okular_ooo.mo share/locale/ru/LC_MESSAGES/okular_plucker.mo share/locale/ru/LC_MESSAGES/okular_poppler.mo share/locale/ru/LC_MESSAGES/okular_tiff.mo share/locale/ru/LC_MESSAGES/okular_xps.mo +share/locale/ru/LC_MESSAGES/org.kde.active.documentviewer.mo share/locale/ru/LC_MESSAGES/palapeli.mo share/locale/ru/LC_MESSAGES/parley.mo share/locale/ru/LC_MESSAGES/phonon_gstreamer.mo share/locale/ru/LC_MESSAGES/phonon_kde.mo share/locale/ru/LC_MESSAGES/phonon_vlc.mo share/locale/ru/LC_MESSAGES/phononserver.mo +share/locale/ru/LC_MESSAGES/picmi.mo share/locale/ru/LC_MESSAGES/plasma-desktop.mo share/locale/ru/LC_MESSAGES/plasma-netbook.mo share/locale/ru/LC_MESSAGES/plasma-overlay.mo share/locale/ru/LC_MESSAGES/plasma-remote-helper.mo share/locale/ru/LC_MESSAGES/plasma-windowed.mo share/locale/ru/LC_MESSAGES/plasma_applet_BbalL.mo share/locale/ru/LC_MESSAGES/plasma_applet_CharSelectApplet.mo share/locale/ru/LC_MESSAGES/plasma_applet_Molmasscalculator.mo share/locale/ru/LC_MESSAGES/plasma_applet_akonotes_note.mo share/locale/ru/LC_MESSAGES/plasma_applet_battery.mo share/locale/ru/LC_MESSAGES/plasma_applet_binaryclock.mo share/locale/ru/LC_MESSAGES/plasma_applet_bookmarks.mo share/locale/ru/LC_MESSAGES/plasma_applet_bubblemon.mo share/locale/ru/LC_MESSAGES/plasma_applet_calculator.mo share/locale/ru/LC_MESSAGES/plasma_applet_clock.mo share/locale/ru/LC_MESSAGES/plasma_applet_comic.mo share/locale/ru/LC_MESSAGES/plasma_applet_concentrationCalculator.mo share/locale/ru/LC_MESSAGES/plasma_applet_currentappcontrol.mo share/locale/ru/LC_MESSAGES/plasma_applet_dig_clock.mo share/locale/ru/LC_MESSAGES/plasma_applet_fifteenPuzzle.mo share/locale/ru/LC_MESSAGES/plasma_applet_fileWatcher.mo share/locale/ru/LC_MESSAGES/plasma_applet_folderview.mo share/locale/ru/LC_MESSAGES/plasma_applet_frame.mo share/locale/ru/LC_MESSAGES/plasma_applet_fuzzy_clock.mo share/locale/ru/LC_MESSAGES/plasma_applet_gasCalculator.mo share/locale/ru/LC_MESSAGES/plasma_applet_groupingpanel.mo share/locale/ru/LC_MESSAGES/plasma_applet_icon.mo share/locale/ru/LC_MESSAGES/plasma_applet_icontasks.mo share/locale/ru/LC_MESSAGES/plasma_applet_incomingmsg.mo share/locale/ru/LC_MESSAGES/plasma_applet_kalgebra.mo share/locale/ru/LC_MESSAGES/plasma_applet_kalzium.mo share/locale/ru/LC_MESSAGES/plasma_applet_katesession.mo share/locale/ru/LC_MESSAGES/plasma_applet_kdeobservatory.mo share/locale/ru/LC_MESSAGES/plasma_applet_kget.mo share/locale/ru/LC_MESSAGES/plasma_applet_kimpanel.mo share/locale/ru/LC_MESSAGES/plasma_applet_knowledgebase.mo share/locale/ru/LC_MESSAGES/plasma_applet_kolourpicker.mo share/locale/ru/LC_MESSAGES/plasma_applet_kpapplet.mo share/locale/ru/LC_MESSAGES/plasma_applet_launcher.mo share/locale/ru/LC_MESSAGES/plasma_applet_leavenote.mo share/locale/ru/LC_MESSAGES/plasma_applet_life.mo share/locale/ru/LC_MESSAGES/plasma_applet_lockout.mo share/locale/ru/LC_MESSAGES/plasma_applet_luna.mo share/locale/ru/LC_MESSAGES/plasma_applet_magnifique.mo share/locale/ru/LC_MESSAGES/plasma_applet_microblog.mo share/locale/ru/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/ru/LC_MESSAGES/plasma_applet_news.mo share/locale/ru/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/ru/LC_MESSAGES/plasma_applet_notes.mo share/locale/ru/LC_MESSAGES/plasma_applet_notifier.mo share/locale/ru/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/ru/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/ru/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/ru/LC_MESSAGES/plasma_applet_opendesktop_activities.mo share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.notifications.mo share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/ru/LC_MESSAGES/plasma_applet_pager.mo share/locale/ru/LC_MESSAGES/plasma_applet_panel.mo share/locale/ru/LC_MESSAGES/plasma_applet_panelspacer_internal.mo share/locale/ru/LC_MESSAGES/plasma_applet_paste.mo share/locale/ru/LC_MESSAGES/plasma_applet_pastebin.mo share/locale/ru/LC_MESSAGES/plasma_applet_plasmaboard.mo share/locale/ru/LC_MESSAGES/plasma_applet_previewer.mo share/locale/ru/LC_MESSAGES/plasma_applet_printmanager.mo share/locale/ru/LC_MESSAGES/plasma_applet_qalculate.mo share/locale/ru/LC_MESSAGES/plasma_applet_qstardict.mo share/locale/ru/LC_MESSAGES/plasma_applet_quicklaunch.mo share/locale/ru/LC_MESSAGES/plasma_applet_rssnow.mo share/locale/ru/LC_MESSAGES/plasma_applet_rtm.mo share/locale/ru/LC_MESSAGES/plasma_applet_sal.mo share/locale/ru/LC_MESSAGES/plasma_applet_saverdesktop.mo share/locale/ru/LC_MESSAGES/plasma_applet_searchbox.mo share/locale/ru/LC_MESSAGES/plasma_applet_showdashboard.mo share/locale/ru/LC_MESSAGES/plasma_applet_showdesktop.mo share/locale/ru/LC_MESSAGES/plasma_applet_skapplet.mo share/locale/ru/LC_MESSAGES/plasma_applet_spellcheck.mo share/locale/ru/LC_MESSAGES/plasma_applet_system-monitor.mo share/locale/ru/LC_MESSAGES/plasma_applet_systemloadviewer.mo share/locale/ru/LC_MESSAGES/plasma_applet_systemtray.mo share/locale/ru/LC_MESSAGES/plasma_applet_tasks.mo share/locale/ru/LC_MESSAGES/plasma_applet_timer.mo share/locale/ru/LC_MESSAGES/plasma_applet_trash.mo share/locale/ru/LC_MESSAGES/plasma_applet_unitconverter.mo share/locale/ru/LC_MESSAGES/plasma_applet_weather.mo share/locale/ru/LC_MESSAGES/plasma_applet_weatherstation.mo share/locale/ru/LC_MESSAGES/plasma_applet_webbrowser.mo share/locale/ru/LC_MESSAGES/plasma_applet_webslice.mo share/locale/ru/LC_MESSAGES/plasma_applet_windowlist.mo share/locale/ru/LC_MESSAGES/plasma_appletscriptengine_dashboard.mo share/locale/ru/LC_MESSAGES/plasma_containmentactions_contextmenu.mo share/locale/ru/LC_MESSAGES/plasma_containmentactions_switchactivity.mo share/locale/ru/LC_MESSAGES/plasma_containmentactions_switchdesktop.mo share/locale/ru/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/ru/LC_MESSAGES/plasma_engine_calendar.mo share/locale/ru/LC_MESSAGES/plasma_engine_kalzium.mo share/locale/ru/LC_MESSAGES/plasma_engine_kdeobservatory.mo share/locale/ru/LC_MESSAGES/plasma_engine_keystate.mo share/locale/ru/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/ru/LC_MESSAGES/plasma_engine_metadata.mo share/locale/ru/LC_MESSAGES/plasma_engine_mpris2.mo share/locale/ru/LC_MESSAGES/plasma_engine_network.mo share/locale/ru/LC_MESSAGES/plasma_engine_notifications.mo share/locale/ru/LC_MESSAGES/plasma_engine_nowplaying.mo share/locale/ru/LC_MESSAGES/plasma_engine_rss.mo share/locale/ru/LC_MESSAGES/plasma_engine_share.mo share/locale/ru/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/ru/LC_MESSAGES/plasma_engine_weather.mo share/locale/ru/LC_MESSAGES/plasma_package_org.kde.desktop.activitymanager.mo share/locale/ru/LC_MESSAGES/plasma_package_org.kde.desktop.widgetexplorer.mo share/locale/ru/LC_MESSAGES/plasma_packagestructure_comic.mo share/locale/ru/LC_MESSAGES/plasma_runner_CharacterRunner.mo share/locale/ru/LC_MESSAGES/plasma_runner_activities.mo share/locale/ru/LC_MESSAGES/plasma_runner_audioplayercontrol.mo share/locale/ru/LC_MESSAGES/plasma_runner_bookmarksrunner.mo share/locale/ru/LC_MESSAGES/plasma_runner_browserhistory.mo share/locale/ru/LC_MESSAGES/plasma_runner_calculatorrunner.mo share/locale/ru/LC_MESSAGES/plasma_runner_contacts.mo share/locale/ru/LC_MESSAGES/plasma_runner_converterrunner.mo share/locale/ru/LC_MESSAGES/plasma_runner_datetime.mo share/locale/ru/LC_MESSAGES/plasma_runner_events.mo share/locale/ru/LC_MESSAGES/plasma_runner_katesessions.mo share/locale/ru/LC_MESSAGES/plasma_runner_kget.mo share/locale/ru/LC_MESSAGES/plasma_runner_kill.mo share/locale/ru/LC_MESSAGES/plasma_runner_konquerorsessions.mo share/locale/ru/LC_MESSAGES/plasma_runner_konsolesessions.mo share/locale/ru/LC_MESSAGES/plasma_runner_kopete.mo share/locale/ru/LC_MESSAGES/plasma_runner_krunner_dictionary.mo share/locale/ru/LC_MESSAGES/plasma_runner_locations.mo share/locale/ru/LC_MESSAGES/plasma_runner_mediawiki.mo share/locale/ru/LC_MESSAGES/plasma_runner_nepomuksearchrunner.mo share/locale/ru/LC_MESSAGES/plasma_runner_placesrunner.mo share/locale/ru/LC_MESSAGES/plasma_runner_plasma-desktop.mo share/locale/ru/LC_MESSAGES/plasma_runner_powerdevil.mo share/locale/ru/LC_MESSAGES/plasma_runner_recentdocuments.mo share/locale/ru/LC_MESSAGES/plasma_runner_services.mo share/locale/ru/LC_MESSAGES/plasma_runner_sessions.mo share/locale/ru/LC_MESSAGES/plasma_runner_shell.mo share/locale/ru/LC_MESSAGES/plasma_runner_solid.mo share/locale/ru/LC_MESSAGES/plasma_runner_spellcheckrunner.mo share/locale/ru/LC_MESSAGES/plasma_runner_webshortcuts.mo share/locale/ru/LC_MESSAGES/plasma_runner_windowedwidgets.mo share/locale/ru/LC_MESSAGES/plasma_runner_windows.mo share/locale/ru/LC_MESSAGES/plasma_runner_youtube.mo share/locale/ru/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/ru/LC_MESSAGES/plasma_toolbox_desktoptoolbox.mo share/locale/ru/LC_MESSAGES/plasma_toolbox_paneltoolbox.mo share/locale/ru/LC_MESSAGES/plasma_wallpaper_color.mo share/locale/ru/LC_MESSAGES/plasma_wallpaper_image.mo share/locale/ru/LC_MESSAGES/plasma_wallpaper_mandelbrot.mo share/locale/ru/LC_MESSAGES/plasma_wallpaper_marble.mo share/locale/ru/LC_MESSAGES/plasma_wallpaper_pattern.mo share/locale/ru/LC_MESSAGES/plasma_wallpaper_potd.mo share/locale/ru/LC_MESSAGES/plasma_wallpaper_virus.mo share/locale/ru/LC_MESSAGES/plasma_wallpaper_wallpaper-qml.mo share/locale/ru/LC_MESSAGES/plasma_wallpaper_weather.mo share/locale/ru/LC_MESSAGES/plasmagenericshell.mo share/locale/ru/LC_MESSAGES/plasmapkg.mo share/locale/ru/LC_MESSAGES/powerdevil.mo share/locale/ru/LC_MESSAGES/powerdevilactivitiesconfig.mo share/locale/ru/LC_MESSAGES/powerdevilglobalconfig.mo share/locale/ru/LC_MESSAGES/powerdevilprofilesconfig.mo share/locale/ru/LC_MESSAGES/print-manager.mo share/locale/ru/LC_MESSAGES/processcore.mo share/locale/ru/LC_MESSAGES/processui.mo share/locale/ru/LC_MESSAGES/randrmonitor.mo share/locale/ru/LC_MESSAGES/rellinks.mo share/locale/ru/LC_MESSAGES/rocs.mo share/locale/ru/LC_MESSAGES/rocscore.mo share/locale/ru/LC_MESSAGES/rocsvisualeditor.mo share/locale/ru/LC_MESSAGES/searchbarplugin.mo share/locale/ru/LC_MESSAGES/solid-hardware.mo share/locale/ru/LC_MESSAGES/solid-network.mo share/locale/ru/LC_MESSAGES/solid_qt.mo share/locale/ru/LC_MESSAGES/solidcontrol.mo share/locale/ru/LC_MESSAGES/soliduiserver.mo share/locale/ru/LC_MESSAGES/step.mo share/locale/ru/LC_MESSAGES/step_qt.mo share/locale/ru/LC_MESSAGES/strigila_diff.mo share/locale/ru/LC_MESSAGES/superkaramba.mo share/locale/ru/LC_MESSAGES/svgpart.mo share/locale/ru/LC_MESSAGES/sweeper.mo share/locale/ru/LC_MESSAGES/systemsettings.mo share/locale/ru/LC_MESSAGES/tasks-mobile.mo share/locale/ru/LC_MESSAGES/timezones4.mo share/locale/ru/LC_MESSAGES/uachangerplugin.mo share/locale/ru/LC_MESSAGES/umbrello.mo share/locale/ru/LC_MESSAGES/useraccount.mo share/locale/ru/LC_MESSAGES/validatorsplugin.mo share/locale/ru/LC_MESSAGES/webarchiver.mo share/locale/ru/LC_MESSAGES/xml_mimetypes.mo share/locale/ru/LC_SCRIPTS/kdelibs4/kdelibs4.js share/locale/ru/entry.desktop @dirrm share/locale/ru/LC_SCRIPTS/kdelibs4 @dirrm share/locale/ru/LC_SCRIPTS @dirrm share/doc/HTML/ru/sonnet @dirrm share/doc/HTML/ru/rocs @dirrm share/doc/HTML/ru/palapeli @dirrm share/doc/HTML/ru/marble @dirrm share/doc/HTML/ru/lskat @dirrm share/doc/HTML/ru/lokalize @dirrm share/doc/HTML/ru/kwrite @dirrm share/doc/HTML/ru/kwordquiz @dirrm share/doc/HTML/ru/kwatchgnupg @dirrm share/doc/HTML/ru/kwallet @dirrm share/doc/HTML/ru/kuser @dirrm share/doc/HTML/ru/kturtle @dirrm share/doc/HTML/ru/ktuberling @dirrm share/doc/HTML/ru/ktouch @dirrm share/doc/HTML/ru/ktimetracker @dirrm share/doc/HTML/ru/ktimer @dirrm share/doc/HTML/ru/kteatime @dirrm share/doc/HTML/ru/ksysguard @dirrm share/doc/HTML/ru/ksudoku @dirrm share/doc/HTML/ru/kstars @dirrm share/doc/HTML/ru/kspaceduel @dirrm share/doc/HTML/ru/ksnapshot @dirrm share/doc/HTML/ru/kshisen @dirrm share/doc/HTML/ru/kruler @dirrm share/doc/HTML/ru/krfb @dirrm share/doc/HTML/ru/kreversi @dirrm share/doc/HTML/ru/krdc @dirrm share/doc/HTML/ru/kppp @dirrm share/doc/HTML/ru/kpat @dirrm share/doc/HTML/ru/korganizer @dirrm share/doc/HTML/ru/kopete @dirrm share/doc/HTML/ru/kontact @dirrm share/doc/HTML/ru/konsolekalendar @dirrm share/doc/HTML/ru/konsole @dirrm share/doc/HTML/ru/konquest @dirrm share/doc/HTML/ru/konqueror @dirrm share/doc/HTML/ru/kompare @dirrm share/doc/HTML/ru/kolourpaint @dirrm share/doc/HTML/ru/kolf @dirrm share/doc/HTML/ru/knotes @dirrm share/doc/HTML/ru/knetattach @dirrm share/doc/HTML/ru/kmplot @dirrm share/doc/HTML/ru/kmousetool @dirrm share/doc/HTML/ru/kmix @dirrm share/doc/HTML/ru/kmines @dirrm share/doc/HTML/ru/kmenuedit @dirrm share/doc/HTML/ru/kmail @dirrm share/doc/HTML/ru/kmahjongg @dirrm share/doc/HTML/ru/klipper @dirrm share/doc/HTML/ru/klinkstatus @dirrm share/doc/HTML/ru/klines @dirrm share/doc/HTML/ru/klettres @dirrm share/doc/HTML/ru/kleopatra @dirrm share/doc/HTML/ru/kjumpingcube @dirrm share/doc/HTML/ru/kjots @dirrm share/doc/HTML/ru/kioslave/webdav @dirrm share/doc/HTML/ru/kioslave/thumbnail @dirrm share/doc/HTML/ru/kioslave/telnet @dirrm share/doc/HTML/ru/kioslave/tar @dirrm share/doc/HTML/ru/kioslave/smtp @dirrm share/doc/HTML/ru/kioslave/sieve @dirrm share/doc/HTML/ru/kioslave/sftp @dirrm share/doc/HTML/ru/kioslave/rlogin @dirrm share/doc/HTML/ru/kioslave/pop3 @dirrm share/doc/HTML/ru/kioslave/nntp @dirrm share/doc/HTML/ru/kioslave/nfs @dirrm share/doc/HTML/ru/kioslave/news @dirrm share/doc/HTML/ru/kioslave/mbox @dirrm share/doc/HTML/ru/kioslave/mailto @dirrm share/doc/HTML/ru/kioslave/ldap @dirrm share/doc/HTML/ru/kioslave/info @dirrm share/doc/HTML/ru/kioslave/imap @dirrm share/doc/HTML/ru/kioslave/help @dirrm share/doc/HTML/ru/kioslave/gzip @dirrm share/doc/HTML/ru/kioslave/ftp @dirrm share/doc/HTML/ru/kioslave/floppy @dirrm share/doc/HTML/ru/kioslave/finger @dirrm share/doc/HTML/ru/kioslave/file @dirrm share/doc/HTML/ru/kioslave/data @dirrm share/doc/HTML/ru/kioslave/audiocd @dirrm share/doc/HTML/ru/kioslave @dirrm share/doc/HTML/ru/kigo @dirrm share/doc/HTML/ru/kig @dirrm share/doc/HTML/ru/khelpcenter/glossary @dirrm share/doc/HTML/ru/khelpcenter/documentationnotfound @dirrm share/doc/HTML/ru/khelpcenter @dirrm share/doc/HTML/ru/kget @dirrm share/doc/HTML/ru/kgeography @dirrm share/doc/HTML/ru/kfloppy @dirrm share/doc/HTML/ru/kfind @dirrm share/doc/HTML/ru/kdm @dirrm share/doc/HTML/ru/kdf @dirrm share/doc/HTML/ru/kdesu @dirrm share/doc/HTML/ru/kdebugdialog @dirrm share/doc/HTML/ru/kcron @dirrm share/doc/HTML/ru/kcontrol/windowspecific @dirrm share/doc/HTML/ru/kcontrol/useragent @dirrm share/doc/HTML/ru/kcontrol/spellchecking @dirrm share/doc/HTML/ru/kcontrol/smb @dirrm share/doc/HTML/ru/kcontrol/screensaver @dirrm share/doc/HTML/ru/kcontrol/proxy @dirrm share/doc/HTML/ru/kcontrol/performance @dirrm share/doc/HTML/ru/kcontrol/netpref @dirrm share/doc/HTML/ru/kcontrol/language @dirrm share/doc/HTML/ru/kcontrol/kremotecontrol @dirrm share/doc/HTML/ru/kcontrol/keys @dirrm share/doc/HTML/ru/kcontrol/keyboard @dirrm share/doc/HTML/ru/kcontrol/kcmsmserver @dirrm share/doc/HTML/ru/kcontrol/kcmnotify @dirrm share/doc/HTML/ru/kcontrol/kcmlaunch @dirrm share/doc/HTML/ru/kcontrol/kcmcss @dirrm share/doc/HTML/ru/kcontrol/icons @dirrm share/doc/HTML/ru/kcontrol/fontinst @dirrm share/doc/HTML/ru/kcontrol/filetypes @dirrm share/doc/HTML/ru/kcontrol/filemanager @dirrm share/doc/HTML/ru/kcontrol/ebrowsing @dirrm share/doc/HTML/ru/kcontrol/cookies @dirrm share/doc/HTML/ru/kcontrol/colors @dirrm share/doc/HTML/ru/kcontrol/clock @dirrm share/doc/HTML/ru/kcontrol/cache @dirrm share/doc/HTML/ru/kcontrol/bell @dirrm share/doc/HTML/ru/kcontrol/autostart @dirrm share/doc/HTML/ru/kcontrol @dirrm share/doc/HTML/ru/kcharselect @dirrm share/doc/HTML/ru/kcalc @dirrm share/doc/HTML/ru/kcachegrind @dirrm share/doc/HTML/ru/kbruch @dirrm share/doc/HTML/ru/kbounce @dirrm share/doc/HTML/ru/kblackbox @dirrm share/doc/HTML/ru/kbattleship @dirrm share/doc/HTML/ru/katomic @dirrm share/doc/HTML/ru/kanagram @dirrm share/doc/HTML/ru/kalzium @dirrm share/doc/HTML/ru/kalgebra @dirrm share/doc/HTML/ru/juk @dirrm share/doc/HTML/ru/gwenview @dirrm share/doc/HTML/ru/dragonplayer @dirrm share/doc/HTML/ru/common @dirrm share/doc/HTML/ru/cervisia @dirrm share/doc/HTML/ru/cantor @dirrm share/doc/HTML/ru/blinken @dirrm share/doc/HTML/ru/ark @dirrm share/doc/HTML/ru/amor @dirrm share/doc/HTML/ru/akregator @dirrm share/apps/kvtml/ru @dirrm share/apps/kvtml @dirrm share/apps/ktuberling/sounds/ru @dirrm share/apps/ktuberling/sounds @dirrm share/apps/ktuberling @dirrm share/apps/klettres/ru/syllab @dirrm share/apps/klettres/ru/alpha @dirrm share/apps/klettres/ru @dirrm share/apps/klettres @dirrm share/apps/autocorrect @dirrmtry man/ru/man7 @dirrmtry man/ru/man6 @dirrmtry man/ru/man1 @dirrmtry man/ru Index: head/science/kalzium/Makefile =================================================================== --- head/science/kalzium/Makefile (revision 318451) +++ head/science/kalzium/Makefile (revision 318452) @@ -1,36 +1,35 @@ # $FreeBSD$ PORTNAME= kalzium PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 1 CATEGORIES= science kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Periodic table of elements for KDE 4 LIB_DEPENDS= openbabel:${PORTSDIR}/science/openbabel \ avogadro:${PORTSDIR}/science/avogadro BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/eigen2.pc:${PORTSDIR}/math/eigen2 \ ${LOCALBASE}/lib/ocaml/facile/facile.a:${PORTSDIR}/math/facile CONFLICTS= kdeedu-4.[0-6].* # Keep USE_GCC in sync with science/avogadro. USE_GCC= 4.4+ USE_KDE4= kdehier kdelibs kdeprefix automoc4 USES= cmake:outsource USE_OCAML= yes NO_OCAML_RUNDEPENDS= yes USE_QT4= corelib declarative designer opengl script xml \ moc_build qmake_build rcc_build uic_build USE_XZ= yes USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes MAN1= kalzium.1 .include Index: head/science/kalzium/distinfo =================================================================== --- head/science/kalzium/distinfo (revision 318451) +++ head/science/kalzium/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/kalzium-4.10.1.tar.xz) = 03dcf3cdf44f4a68f3f6322f097c5f3e561caa328bad1ce5fad729f167c5497e -SIZE (KDE/4.10.1/kalzium-4.10.1.tar.xz) = 3718352 +SHA256 (KDE/4.10.3/kalzium-4.10.3.tar.xz) = 7bcead0b3054487ac23b4c42cb4761b9760053ab18088b4aa8a80480c1f7a365 +SIZE (KDE/4.10.3/kalzium-4.10.3.tar.xz) = 3709764 Index: head/science/step/distinfo =================================================================== --- head/science/step/distinfo (revision 318451) +++ head/science/step/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/step-4.10.1.tar.xz) = d14a019df0e11cdfe794470d6067195fd198f2a6b5eda68fea41f38e812645c3 -SIZE (KDE/4.10.1/step-4.10.1.tar.xz) = 376084 +SHA256 (KDE/4.10.3/step-4.10.3.tar.xz) = 821b26ddc48147a65a3fa3a6cdc88c217065b46889df49f377a201a79977f8b5 +SIZE (KDE/4.10.3/step-4.10.3.tar.xz) = 376352 Index: head/security/kgpg-kde4/distinfo =================================================================== --- head/security/kgpg-kde4/distinfo (revision 318451) +++ head/security/kgpg-kde4/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/kgpg-4.10.1.tar.xz) = 8966777b0946a38e4384134547bcf41a3201b952fbdb5c0229376c366d82b02a -SIZE (KDE/4.10.1/kgpg-4.10.1.tar.xz) = 814220 +SHA256 (KDE/4.10.3/kgpg-4.10.3.tar.xz) = 514a297b8badf33c921797cef14fdc8480494174927b05134796ed875a57e1f5 +SIZE (KDE/4.10.3/kgpg-4.10.3.tar.xz) = 815272 Index: head/security/kwallet/distinfo =================================================================== --- head/security/kwallet/distinfo (revision 318451) +++ head/security/kwallet/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/kwallet-4.10.1.tar.xz) = d4f5cf3a4746e2ea5fc6e1832b35c020939ac5be2e95232d7f91adb494f7d374 -SIZE (KDE/4.10.1/kwallet-4.10.1.tar.xz) = 282360 +SHA256 (KDE/4.10.3/kwallet-4.10.3.tar.xz) = ca37463e4b94fc735f247833b7abeed980a631d474c7f19e713d6ded4d19cc6c +SIZE (KDE/4.10.3/kwallet-4.10.3.tar.xz) = 282776 Index: head/sysutils/filelight-kde4/distinfo =================================================================== --- head/sysutils/filelight-kde4/distinfo (revision 318451) +++ head/sysutils/filelight-kde4/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/filelight-4.10.1.tar.xz) = 67d909c5868d137d448bc0436bc319bfb4d6a9d377ec903a50b157deb550e210 -SIZE (KDE/4.10.1/filelight-4.10.1.tar.xz) = 290720 +SHA256 (KDE/4.10.3/filelight-4.10.3.tar.xz) = 24d897cf918f59c5735cb8fd9992fc52c1e96f7a0765d66c1115266e0d05045d +SIZE (KDE/4.10.3/filelight-4.10.3.tar.xz) = 290580 Index: head/sysutils/kdeadmin4/distinfo =================================================================== --- head/sysutils/kdeadmin4/distinfo (revision 318451) +++ head/sysutils/kdeadmin4/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/kdeadmin-4.10.1.tar.xz) = ade19f842d7646af27139717a00ed6f38543be9beaa9241f7cf9f361ee79db1d -SIZE (KDE/4.10.1/kdeadmin-4.10.1.tar.xz) = 676540 +SHA256 (KDE/4.10.3/kdeadmin-4.10.3.tar.xz) = fc6cbd41751968ad201e56004173fb37b49cec06b9621efe93b86e2e6c1c09c7 +SIZE (KDE/4.10.3/kdeadmin-4.10.3.tar.xz) = 679460 Index: head/sysutils/kdf/distinfo =================================================================== --- head/sysutils/kdf/distinfo (revision 318451) +++ head/sysutils/kdf/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/kdf-4.10.1.tar.xz) = f5302e2fe15881519672d3cb38041a23c9b19c4d3a5d90a8ba6617bc546070cf -SIZE (KDE/4.10.1/kdf-4.10.1.tar.xz) = 157012 +SHA256 (KDE/4.10.3/kdf-4.10.3.tar.xz) = 92786cfbe6751b9ff78b9113a959266b108f94c395685f983d27e8dbb5a329e4 +SIZE (KDE/4.10.3/kdf-4.10.3.tar.xz) = 157060 Index: head/sysutils/kfloppy/distinfo =================================================================== --- head/sysutils/kfloppy/distinfo (revision 318451) +++ head/sysutils/kfloppy/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/kfloppy-4.10.1.tar.xz) = 5c284dc19108c60c3f26159ae925193d82a4b3931ac7c22c4a14b18f3cbf5df9 -SIZE (KDE/4.10.1/kfloppy-4.10.1.tar.xz) = 61440 +SHA256 (KDE/4.10.3/kfloppy-4.10.3.tar.xz) = 6012f5c6c861b75269acc17ee189548466cc56f7a6d813e73f9b9ebec4b3ef0c +SIZE (KDE/4.10.3/kfloppy-4.10.3.tar.xz) = 61256 Index: head/sysutils/nepomuk-core/distinfo =================================================================== --- head/sysutils/nepomuk-core/distinfo (revision 318451) +++ head/sysutils/nepomuk-core/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/nepomuk-core-4.10.1.tar.xz) = 968fb2be613492fbc70c3ed4da5e4e2c9b55d90440a0a5374883b6f363d96796 -SIZE (KDE/4.10.1/nepomuk-core-4.10.1.tar.xz) = 371548 +SHA256 (KDE/4.10.3/nepomuk-core-4.10.3.tar.xz) = ef7cb2d81b6f29539d59cb2c86201c0c2c45c33a5b98af300b67c2d7b5f842c2 +SIZE (KDE/4.10.3/nepomuk-core-4.10.3.tar.xz) = 371656 Index: head/sysutils/nepomuk-core/pkg-plist =================================================================== --- head/sysutils/nepomuk-core/pkg-plist (revision 318451) +++ head/sysutils/nepomuk-core/pkg-plist (revision 318452) @@ -1,178 +1,179 @@ bin/nepomuk-simpleresource-rcgen bin/nepomuk2-rcgen bin/nepomukbackup bin/nepomukcleaner bin/nepomukindexer bin/nepomukserver bin/nepomukservicestub env/nepomuk-env.sh include/Nepomuk2/CreateResourceJob include/Nepomuk2/DataManagement include/Nepomuk2/DescribeResourcesJob include/Nepomuk2/File include/Nepomuk2/Query/AndTerm include/Nepomuk2/Query/ComparisonTerm include/Nepomuk2/Query/FileQuery include/Nepomuk2/Query/GroupTerm include/Nepomuk2/Query/LiteralTerm include/Nepomuk2/Query/NegationTerm include/Nepomuk2/Query/OptionalTerm include/Nepomuk2/Query/OrTerm include/Nepomuk2/Query/Query include/Nepomuk2/Query/QueryParser include/Nepomuk2/Query/QueryServiceClient include/Nepomuk2/Query/ResourceTerm include/Nepomuk2/Query/ResourceTypeTerm include/Nepomuk2/Query/Result include/Nepomuk2/Query/ResultIterator include/Nepomuk2/Query/SimpleTerm include/Nepomuk2/Query/StandardQuery include/Nepomuk2/Query/Term include/Nepomuk2/Resource include/Nepomuk2/ResourceManager include/Nepomuk2/ResourceWatcher include/Nepomuk2/Service include/Nepomuk2/SimpleResource include/Nepomuk2/SimpleResourceGraph include/Nepomuk2/StoreResourcesJob include/Nepomuk2/Tag include/Nepomuk2/Types/Class include/Nepomuk2/Types/Literal include/Nepomuk2/Types/Ontology include/Nepomuk2/Types/Property include/Nepomuk2/Variant include/Nepomuk2/Vocabulary/NCAL include/Nepomuk2/Vocabulary/NCO include/Nepomuk2/Vocabulary/NDO include/Nepomuk2/Vocabulary/NEXIF include/Nepomuk2/Vocabulary/NFO include/Nepomuk2/Vocabulary/NIE include/Nepomuk2/Vocabulary/NMM include/Nepomuk2/Vocabulary/NMO include/Nepomuk2/Vocabulary/NUAO include/Nepomuk2/Vocabulary/PIMO include/Nepomuk2/Vocabulary/TMO include/nepomuk2/andterm.h include/nepomuk2/class.h include/nepomuk2/comparisonterm.h include/nepomuk2/createresourcejob.h include/nepomuk2/datamanagement.h include/nepomuk2/describeresourcesjob.h include/nepomuk2/entity.h include/nepomuk2/file.h include/nepomuk2/filequery.h include/nepomuk2/groupterm.h include/nepomuk2/literal.h include/nepomuk2/literalterm.h include/nepomuk2/ncal.h include/nepomuk2/nco.h include/nepomuk2/ndo.h include/nepomuk2/negationterm.h include/nepomuk2/nepomuk_export.h include/nepomuk2/nepomukservice.h include/nepomuk2/nepomukversion.h include/nepomuk2/nexif.h include/nepomuk2/nfo.h include/nepomuk2/nie.h include/nepomuk2/nmm.h include/nepomuk2/nmo.h include/nepomuk2/nuao.h include/nepomuk2/ontology.h include/nepomuk2/optionalterm.h include/nepomuk2/orterm.h include/nepomuk2/pimo.h include/nepomuk2/property.h include/nepomuk2/query.h include/nepomuk2/queryinterface.h include/nepomuk2/queryparser.h include/nepomuk2/queryserviceclient.h include/nepomuk2/queryserviceinterface.h include/nepomuk2/resource.h include/nepomuk2/resourcemanager.h include/nepomuk2/resourceterm.h include/nepomuk2/resourcetypeterm.h include/nepomuk2/resourcewatcher.h include/nepomuk2/result.h include/nepomuk2/resultiterator.h include/nepomuk2/simpleresource.h include/nepomuk2/simpleresourcegraph.h include/nepomuk2/simpleterm.h include/nepomuk2/standardqueries.h include/nepomuk2/storeresourcesjob.h include/nepomuk2/tag.h include/nepomuk2/term.h include/nepomuk2/tmo.h include/nepomuk2/utils.h include/nepomuk2/variant.h include/nepomuk2/vocabulary.h lib/cmake/NepomukCore/Nepomuk2AddOntologyClasses.cmake lib/cmake/NepomukCore/NepomukCoreConfig.cmake lib/cmake/NepomukCore/NepomukCoreConfigVersion.cmake lib/cmake/NepomukCore/NepomukCoreTargetsWithPrefix-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/NepomukCore/NepomukCoreTargetsWithPrefix.cmake lib/kde4/nepomukexiv2extractor.so lib/kde4/nepomukffmpegextractor.so lib/kde4/nepomukfileindexer.so lib/kde4/nepomukfilewatch.so lib/kde4/nepomukplaintextextractor.so lib/kde4/nepomukpopplerextractor.so lib/kde4/nepomukstorage.so lib/kde4/nepomuktaglibextractor.so lib/libkdeinit4_nepomukserver.so lib/libnepomukcommon.so lib/libnepomukcore.so lib/libnepomukcore.so.5 lib/libnepomukcore.so.5.0.1 +lib/libnepomukextractor.so share/applications/kde4/nepomukbackup.desktop share/applications/kde4/nepomukcleaner.desktop share/apps/fileindexerservice/nepomukfileindexer.notifyrc share/apps/nepomukfilewatch/nepomukfilewatch.notifyrc share/apps/nepomukstorage/nepomukstorage.notifyrc share/autostart/nepomukserver.desktop share/dbus-1/interfaces/org.kde.NepomukServer.xml share/dbus-1/interfaces/org.kde.nepomuk.BackupManager.xml share/dbus-1/interfaces/org.kde.nepomuk.DataManagement.xml share/dbus-1/interfaces/org.kde.nepomuk.FileIndexer.xml share/dbus-1/interfaces/org.kde.nepomuk.OntologyManager.xml share/dbus-1/interfaces/org.kde.nepomuk.Query.xml share/dbus-1/interfaces/org.kde.nepomuk.QueryService.xml share/dbus-1/interfaces/org.kde.nepomuk.ResourceWatcher.xml share/dbus-1/interfaces/org.kde.nepomuk.ResourceWatcherConnection.xml share/dbus-1/interfaces/org.kde.nepomuk.ServiceControl.xml share/dbus-1/interfaces/org.kde.nepomuk.ServiceManager.xml share/dbus-1/interfaces/org.kde.nepomuk.Storage.xml share/kde4/services/nepomukactivitiesservice.desktop share/kde4/services/nepomukbackupsync.desktop share/kde4/services/nepomukexiv2extractor.desktop share/kde4/services/nepomukffmpegextractor.desktop share/kde4/services/nepomukfileindexer.desktop share/kde4/services/nepomukfilewatch.desktop share/kde4/services/nepomukontologyloader.desktop share/kde4/services/nepomukplaintextextractor.desktop share/kde4/services/nepomukpopplerextractor.desktop share/kde4/services/nepomukqueryservice.desktop share/kde4/services/nepomukremovablestorageservice.desktop share/kde4/services/nepomukstorage.desktop share/kde4/services/nepomukstrigiservice.desktop share/kde4/services/nepomuktaglibextractor.desktop share/kde4/servicetypes/nepomukextractor.desktop share/kde4/servicetypes/nepomukservice.desktop share/ontology/kde/kext.ontology share/ontology/kde/kext.trig share/ontology/kde/kuvo.ontology share/ontology/kde/kuvo.trig share/ontology/kde/nrio.ontology share/ontology/kde/nrio.trig @dirrm share/ontology/kde @dirrmtry share/ontology @dirrm share/apps/nepomukstorage @dirrm share/apps/nepomukfilewatch @dirrm share/apps/fileindexerservice @dirrm lib/cmake/NepomukCore @dirrmtry lib/cmake @dirrm include/nepomuk2 @dirrm include/Nepomuk2/Vocabulary @dirrm include/Nepomuk2/Types @dirrm include/Nepomuk2/Query @dirrm include/Nepomuk2 @dirrmtry env Index: head/sysutils/nepomuk-widgets/distinfo =================================================================== --- head/sysutils/nepomuk-widgets/distinfo (revision 318451) +++ head/sysutils/nepomuk-widgets/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/nepomuk-widgets-4.10.1.tar.xz) = 4cac229daa0818846a13b2025c613a5a81cad8510999509c4b58f1b1655e9374 -SIZE (KDE/4.10.1/nepomuk-widgets-4.10.1.tar.xz) = 79708 +SHA256 (KDE/4.10.3/nepomuk-widgets-4.10.3.tar.xz) = 602a6c129654eb4df7288eae9a328b77768c4f97e73d1a2aedc518518fda21f0 +SIZE (KDE/4.10.3/nepomuk-widgets-4.10.3.tar.xz) = 80012 Index: head/sysutils/sweeper/distinfo =================================================================== --- head/sysutils/sweeper/distinfo (revision 318451) +++ head/sysutils/sweeper/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/sweeper-4.10.1.tar.xz) = c84785c0805b817556b4651a046040191dc4751d5c2e474c9f1efaf5b5cf03a8 -SIZE (KDE/4.10.1/sweeper-4.10.1.tar.xz) = 84616 +SHA256 (KDE/4.10.3/sweeper-4.10.3.tar.xz) = 528e0fba41387c852ea03b49ef779b440fd6c59d6b780a1444cf892cc6b6fbab +SIZE (KDE/4.10.3/sweeper-4.10.3.tar.xz) = 84632 Index: head/ukrainian/kde4-l10n/distinfo =================================================================== --- head/ukrainian/kde4-l10n/distinfo (revision 318451) +++ head/ukrainian/kde4-l10n/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/kde-l10n/kde-l10n-uk-4.10.1.tar.xz) = aea0bcd3e233633006121f9192d005d5c77550e126a33a4f4f441b99c063f8a7 -SIZE (KDE/4.10.1/kde-l10n/kde-l10n-uk-4.10.1.tar.xz) = 27610012 +SHA256 (KDE/4.10.3/kde-l10n/kde-l10n-uk-4.10.3.tar.xz) = 641edfe9249949c27c0ee9bb0cb7a19a2e7d3023be5506150ffcff7beb3a7acb +SIZE (KDE/4.10.3/kde-l10n/kde-l10n-uk-4.10.3.tar.xz) = 27626368 Index: head/ukrainian/kde4-l10n/pkg-plist =================================================================== --- head/ukrainian/kde4-l10n/pkg-plist (revision 318451) +++ head/ukrainian/kde4-l10n/pkg-plist (revision 318452) @@ -1,2897 +1,2895 @@ share/apps/autocorrect/uk_UA.xml share/apps/klettres/uk/alpha/a.ogg share/apps/klettres/uk/alpha/be.ogg share/apps/klettres/uk/alpha/che.ogg share/apps/klettres/uk/alpha/de.ogg share/apps/klettres/uk/alpha/e.ogg share/apps/klettres/uk/alpha/er.ogg share/apps/klettres/uk/alpha/es.ogg share/apps/klettres/uk/alpha/f.ogg share/apps/klettres/uk/alpha/ge.ogg share/apps/klettres/uk/alpha/ha.ogg share/apps/klettres/uk/alpha/he.ogg share/apps/klettres/uk/alpha/i.ogg share/apps/klettres/uk/alpha/k.ogg share/apps/klettres/uk/alpha/l.ogg share/apps/klettres/uk/alpha/m.ogg share/apps/klettres/uk/alpha/n.ogg share/apps/klettres/uk/alpha/o.ogg share/apps/klettres/uk/alpha/pe.ogg share/apps/klettres/uk/alpha/scha.ogg share/apps/klettres/uk/alpha/sha.ogg share/apps/klettres/uk/alpha/te.ogg share/apps/klettres/uk/alpha/tse.ogg share/apps/klettres/uk/alpha/u.ogg share/apps/klettres/uk/alpha/ve.ogg share/apps/klettres/uk/alpha/y.ogg share/apps/klettres/uk/alpha/ya.ogg share/apps/klettres/uk/alpha/ye.ogg share/apps/klettres/uk/alpha/yi.ogg share/apps/klettres/uk/alpha/yot.ogg share/apps/klettres/uk/alpha/yu.ogg share/apps/klettres/uk/alpha/ze.ogg share/apps/klettres/uk/alpha/zhe.ogg share/apps/klettres/uk/alpha/zm.ogg share/apps/klettres/uk/sounds.xml share/apps/klettres/uk/syllab/ba.ogg share/apps/klettres/uk/syllab/bi.ogg share/apps/klettres/uk/syllab/bo.ogg share/apps/klettres/uk/syllab/boh.ogg share/apps/klettres/uk/syllab/bu.ogg share/apps/klettres/uk/syllab/chi.ogg share/apps/klettres/uk/syllab/cho.ogg share/apps/klettres/uk/syllab/chut.ogg share/apps/klettres/uk/syllab/chy.ogg share/apps/klettres/uk/syllab/do.ogg share/apps/klettres/uk/syllab/du.ogg share/apps/klettres/uk/syllab/dzha.ogg share/apps/klettres/uk/syllab/dzho.ogg share/apps/klettres/uk/syllab/dzy.ogg share/apps/klettres/uk/syllab/ga.ogg share/apps/klettres/uk/syllab/gy.ogg share/apps/klettres/uk/syllab/ha.ogg share/apps/klettres/uk/syllab/hli.ogg share/apps/klettres/uk/syllab/hy.ogg share/apps/klettres/uk/syllab/hyzh.ogg share/apps/klettres/uk/syllab/ko.ogg share/apps/klettres/uk/syllab/ku.ogg share/apps/klettres/uk/syllab/lo.ogg share/apps/klettres/uk/syllab/ly.ogg share/apps/klettres/uk/syllab/lya.ogg share/apps/klettres/uk/syllab/lyu.ogg share/apps/klettres/uk/syllab/mi.ogg share/apps/klettres/uk/syllab/ni.ogg share/apps/klettres/uk/syllab/ny.ogg share/apps/klettres/uk/syllab/nya.ogg share/apps/klettres/uk/syllab/pi.ogg share/apps/klettres/uk/syllab/ro.ogg share/apps/klettres/uk/syllab/rys.ogg share/apps/klettres/uk/syllab/ryss.ogg share/apps/klettres/uk/syllab/schy.ogg share/apps/klettres/uk/syllab/she.ogg share/apps/klettres/uk/syllab/so.ogg share/apps/klettres/uk/syllab/sya.ogg share/apps/klettres/uk/syllab/sych.ogg share/apps/klettres/uk/syllab/syt.ogg share/apps/klettres/uk/syllab/syu.ogg share/apps/klettres/uk/syllab/ta.ogg share/apps/klettres/uk/syllab/te.ogg share/apps/klettres/uk/syllab/til.ogg share/apps/klettres/uk/syllab/to.ogg share/apps/klettres/uk/syllab/tsy.ogg share/apps/klettres/uk/syllab/tsya.ogg share/apps/klettres/uk/syllab/tviy.ogg share/apps/klettres/uk/syllab/tvoya.ogg share/apps/klettres/uk/syllab/vay.ogg share/apps/klettres/uk/syllab/vo.ogg share/apps/klettres/uk/syllab/vov.ogg share/apps/klettres/uk/syllab/yem.ogg share/apps/klettres/uk/syllab/yim.ogg share/apps/klettres/uk/syllab/yizh.ogg share/apps/klettres/uk/syllab/yo.ogg share/apps/klettres/uk/syllab/zhe.ogg share/apps/klettres/uk/syllab/zhy.ogg share/apps/klettres/uk/syllab/zhyt.ogg share/apps/klettres/uk/syllab/zmi.ogg share/apps/klettres/uk/syllab/zyk.ogg share/apps/ktuberling/sounds/uk.soundtheme share/apps/ktuberling/sounds/uk/ball.ogg share/apps/ktuberling/sounds/uk/bow.ogg share/apps/ktuberling/sounds/uk/butterflies_body.ogg share/apps/ktuberling/sounds/uk/butterflies_circle.ogg share/apps/ktuberling/sounds/uk/butterflies_circles.ogg share/apps/ktuberling/sounds/uk/butterflies_eye.ogg share/apps/ktuberling/sounds/uk/butterflies_heart.ogg share/apps/ktuberling/sounds/uk/butterflies_purple_shape.ogg share/apps/ktuberling/sounds/uk/butterflies_spiral.ogg share/apps/ktuberling/sounds/uk/butterflies_wing.ogg share/apps/ktuberling/sounds/uk/coat.ogg share/apps/ktuberling/sounds/uk/ear.ogg share/apps/ktuberling/sounds/uk/earring.ogg share/apps/ktuberling/sounds/uk/egypt_arch.ogg share/apps/ktuberling/sounds/uk/egypt_birds.ogg share/apps/ktuberling/sounds/uk/egypt_boy.ogg share/apps/ktuberling/sounds/uk/egypt_bridge.ogg share/apps/ktuberling/sounds/uk/egypt_camel.ogg share/apps/ktuberling/sounds/uk/egypt_cart.ogg share/apps/ktuberling/sounds/uk/egypt_column.ogg share/apps/ktuberling/sounds/uk/egypt_donkey.ogg share/apps/ktuberling/sounds/uk/egypt_girl.ogg share/apps/ktuberling/sounds/uk/egypt_grass.ogg share/apps/ktuberling/sounds/uk/egypt_man.ogg share/apps/ktuberling/sounds/uk/egypt_oasis.ogg share/apps/ktuberling/sounds/uk/egypt_palmtree.ogg share/apps/ktuberling/sounds/uk/egypt_pyramid.ogg share/apps/ktuberling/sounds/uk/egypt_road.ogg share/apps/ktuberling/sounds/uk/egypt_sphynx.ogg share/apps/ktuberling/sounds/uk/egypt_well.ogg share/apps/ktuberling/sounds/uk/egypt_woman.ogg share/apps/ktuberling/sounds/uk/eye.ogg share/apps/ktuberling/sounds/uk/eyebrow.ogg share/apps/ktuberling/sounds/uk/flower.ogg share/apps/ktuberling/sounds/uk/frier-tux.ogg share/apps/ktuberling/sounds/uk/guard-tux.ogg share/apps/ktuberling/sounds/uk/hair.ogg share/apps/ktuberling/sounds/uk/hat.ogg share/apps/ktuberling/sounds/uk/kid-tux.ogg share/apps/ktuberling/sounds/uk/little-tux.ogg share/apps/ktuberling/sounds/uk/maiden-tux.ogg share/apps/ktuberling/sounds/uk/moon_alien.ogg share/apps/ktuberling/sounds/uk/moon_astronaut.ogg share/apps/ktuberling/sounds/uk/moon_earth.ogg share/apps/ktuberling/sounds/uk/moon_fallingstar.ogg share/apps/ktuberling/sounds/uk/moon_hotel.ogg share/apps/ktuberling/sounds/uk/moon_monster.ogg share/apps/ktuberling/sounds/uk/moon_moonwalker.ogg share/apps/ktuberling/sounds/uk/moon_planet.ogg share/apps/ktuberling/sounds/uk/moon_radar.ogg share/apps/ktuberling/sounds/uk/moon_rocket.ogg share/apps/ktuberling/sounds/uk/moon_satellite.ogg share/apps/ktuberling/sounds/uk/moon_sign.ogg share/apps/ktuberling/sounds/uk/moon_star.ogg share/apps/ktuberling/sounds/uk/moon_ufo.ogg share/apps/ktuberling/sounds/uk/moustache.ogg share/apps/ktuberling/sounds/uk/mouth.ogg share/apps/ktuberling/sounds/uk/nose.ogg share/apps/ktuberling/sounds/uk/pizzeria_anchovy.ogg share/apps/ktuberling/sounds/uk/pizzeria_bacon.ogg share/apps/ktuberling/sounds/uk/pizzeria_brocolli.ogg share/apps/ktuberling/sounds/uk/pizzeria_cheese.ogg share/apps/ktuberling/sounds/uk/pizzeria_cucumber.ogg share/apps/ktuberling/sounds/uk/pizzeria_mushroom.ogg share/apps/ktuberling/sounds/uk/pizzeria_olive.ogg share/apps/ktuberling/sounds/uk/pizzeria_onion.ogg share/apps/ktuberling/sounds/uk/pizzeria_oregano.ogg share/apps/ktuberling/sounds/uk/pizzeria_pepper.ogg share/apps/ktuberling/sounds/uk/pizzeria_pepperoni.ogg share/apps/ktuberling/sounds/uk/pizzeria_pineapple.ogg share/apps/ktuberling/sounds/uk/pizzeria_salami.ogg share/apps/ktuberling/sounds/uk/pizzeria_tomato.ogg share/apps/ktuberling/sounds/uk/prince-tux.ogg share/apps/ktuberling/sounds/uk/robin-tux.ogg share/apps/ktuberling/sounds/uk/robot_workshop_antenna.ogg share/apps/ktuberling/sounds/uk/robot_workshop_arm.ogg share/apps/ktuberling/sounds/uk/robot_workshop_ball.ogg share/apps/ktuberling/sounds/uk/robot_workshop_base.ogg share/apps/ktuberling/sounds/uk/robot_workshop_block.ogg share/apps/ktuberling/sounds/uk/robot_workshop_body.ogg share/apps/ktuberling/sounds/uk/robot_workshop_claw.ogg share/apps/ktuberling/sounds/uk/robot_workshop_eye.ogg share/apps/ktuberling/sounds/uk/robot_workshop_foot.ogg share/apps/ktuberling/sounds/uk/robot_workshop_hand.ogg share/apps/ktuberling/sounds/uk/robot_workshop_head.ogg share/apps/ktuberling/sounds/uk/robot_workshop_panel.ogg share/apps/ktuberling/sounds/uk/robot_workshop_rocket.ogg share/apps/ktuberling/sounds/uk/robot_workshop_rod.ogg share/apps/ktuberling/sounds/uk/robot_workshop_wheel.ogg share/apps/ktuberling/sounds/uk/sherif-tux.ogg share/apps/ktuberling/sounds/uk/shoe.ogg share/apps/ktuberling/sounds/uk/shorts.ogg share/apps/ktuberling/sounds/uk/skirt.ogg share/apps/ktuberling/sounds/uk/spectacles.ogg share/apps/ktuberling/sounds/uk/stick.ogg share/apps/ktuberling/sounds/uk/sunglasses.ogg share/apps/ktuberling/sounds/uk/tie.ogg share/apps/ktuberling/sounds/uk/train_valley.theme.ogg share/apps/ktuberling/sounds/uk/tux-angry.ogg share/apps/ktuberling/sounds/uk/tux-apple.ogg share/apps/ktuberling/sounds/uk/tux-arrow.ogg share/apps/ktuberling/sounds/uk/tux-arrows.ogg share/apps/ktuberling/sounds/uk/tux-bow.ogg share/apps/ktuberling/sounds/uk/tux-bullseye.ogg share/apps/ktuberling/sounds/uk/tux-candles.ogg share/apps/ktuberling/sounds/uk/tux-dowe.ogg share/apps/ktuberling/sounds/uk/tux-fish.ogg share/apps/ktuberling/sounds/uk/tux-flask.ogg share/apps/ktuberling/sounds/uk/tux-fly.ogg share/apps/ktuberling/sounds/uk/tux-goblet.ogg share/apps/ktuberling/sounds/uk/tux-guitar.ogg share/apps/ktuberling/sounds/uk/tux-huh.ogg share/apps/ktuberling/sounds/uk/tux-idea.ogg share/apps/ktuberling/sounds/uk/tux-key.ogg share/apps/ktuberling/sounds/uk/tux-laugh.ogg share/apps/ktuberling/sounds/uk/tux-letter.ogg share/apps/ktuberling/sounds/uk/tux-love.ogg share/apps/ktuberling/sounds/uk/tux-note.ogg share/apps/ktuberling/sounds/uk/tux-notes.ogg share/apps/ktuberling/sounds/uk/tux-plate.ogg share/apps/ktuberling/sounds/uk/tux-poison.ogg share/apps/ktuberling/sounds/uk/tux-shoot.ogg share/apps/ktuberling/sounds/uk/tux-sick.ogg share/apps/ktuberling/sounds/uk/tux-stare.ogg share/apps/ktuberling/sounds/uk/tux-teacup.ogg share/apps/ktuberling/sounds/uk/tux-vase.ogg share/apps/ktuberling/sounds/uk/tux-wanted.ogg share/apps/ktuberling/sounds/uk/tux-what.ogg share/apps/ktuberling/sounds/uk/tux-wow.ogg share/apps/ktuberling/sounds/uk/tux-zzz.ogg share/apps/ktuberling/sounds/uk/tv_accident.ogg share/apps/ktuberling/sounds/uk/tv_ball.ogg share/apps/ktuberling/sounds/uk/tv_barrier.ogg share/apps/ktuberling/sounds/uk/tv_bicycle.ogg share/apps/ktuberling/sounds/uk/tv_breakdown_lorry.ogg share/apps/ktuberling/sounds/uk/tv_car.ogg share/apps/ktuberling/sounds/uk/tv_caravan.ogg share/apps/ktuberling/sounds/uk/tv_cyclist.ogg share/apps/ktuberling/sounds/uk/tv_elephant.ogg share/apps/ktuberling/sounds/uk/tv_excavator.ogg share/apps/ktuberling/sounds/uk/tv_fence.ogg share/apps/ktuberling/sounds/uk/tv_fire.ogg share/apps/ktuberling/sounds/uk/tv_fireengine.ogg share/apps/ktuberling/sounds/uk/tv_fireman.ogg share/apps/ktuberling/sounds/uk/tv_fisherman.ogg share/apps/ktuberling/sounds/uk/tv_giraffe.ogg share/apps/ktuberling/sounds/uk/tv_guitar.ogg share/apps/ktuberling/sounds/uk/tv_guitarist.ogg share/apps/ktuberling/sounds/uk/tv_house.ogg share/apps/ktuberling/sounds/uk/tv_ladder.ogg share/apps/ktuberling/sounds/uk/tv_lion.ogg share/apps/ktuberling/sounds/uk/tv_lorry.ogg share/apps/ktuberling/sounds/uk/tv_lorry_tractor.ogg share/apps/ktuberling/sounds/uk/tv_man.ogg share/apps/ktuberling/sounds/uk/tv_mechanic.ogg share/apps/ktuberling/sounds/uk/tv_monkey.ogg share/apps/ktuberling/sounds/uk/tv_path.ogg share/apps/ktuberling/sounds/uk/tv_rock.ogg share/apps/ktuberling/sounds/uk/tv_school.ogg share/apps/ktuberling/sounds/uk/tv_shop.ogg share/apps/ktuberling/sounds/uk/tv_smoke.ogg share/apps/ktuberling/sounds/uk/tv_tipper.ogg share/apps/ktuberling/sounds/uk/tv_trailer.ogg share/apps/ktuberling/sounds/uk/tv_train.ogg share/apps/ktuberling/sounds/uk/tv_tree.ogg share/apps/ktuberling/sounds/uk/tv_tunnel.ogg share/apps/ktuberling/sounds/uk/tv_volley_net.ogg share/apps/ktuberling/sounds/uk/tv_wagon.ogg share/apps/ktuberling/sounds/uk/tv_woman.ogg share/apps/ktuberling/sounds/uk/umbrella.ogg share/apps/ktuberling/sounds/uk/whitch-tux.ogg share/apps/ktuberling/sounds/uk/xmas_angel.ogg share/apps/ktuberling/sounds/uk/xmas_ball.ogg share/apps/ktuberling/sounds/uk/xmas_boot.ogg share/apps/ktuberling/sounds/uk/xmas_candle.ogg share/apps/ktuberling/sounds/uk/xmas_comet.ogg share/apps/ktuberling/sounds/uk/xmas_garland.ogg share/apps/ktuberling/sounds/uk/xmas_lights.ogg share/apps/ktuberling/sounds/uk/xmas_mistletoe.ogg share/apps/ktuberling/sounds/uk/xmas_moon.ogg share/apps/ktuberling/sounds/uk/xmas_owl.ogg share/apps/ktuberling/sounds/uk/xmas_present.ogg share/apps/ktuberling/sounds/uk/xmas_rabbit.ogg share/apps/ktuberling/sounds/uk/xmas_reindeer.ogg share/apps/ktuberling/sounds/uk/xmas_shoe.ogg share/apps/ktuberling/sounds/uk/xmas_snowflake.ogg share/apps/ktuberling/sounds/uk/xmas_snowman.ogg share/apps/ktuberling/sounds/uk/xmas_star.ogg share/apps/ktuberling/sounds/uk/xmas_tree.ogg share/apps/ktuberling/sounds/uk/xmas_turtle.ogg share/apps/ktuberling/sounds/uk/xmas_tux.ogg share/apps/kvtml/uk/animals.kvtml share/apps/kvtml/uk/clothing.kvtml share/apps/kvtml/uk/computers.kvtml share/apps/kvtml/uk/currencies.kvtml share/apps/kvtml/uk/easy.kvtml share/apps/kvtml/uk/fruits.kvtml share/apps/kvtml/uk/hard.kvtml share/apps/kvtml/uk/inventions.kvtml share/apps/kvtml/uk/medium.kvtml share/apps/kvtml/uk/numbers.kvtml share/apps/kvtml/uk/objects.kvtml share/apps/kvtml/uk/people.kvtml share/apps/kvtml/uk/professions.kvtml share/apps/kvtml/uk/space.kvtml share/apps/kvtml/uk/sports.kvtml share/apps/kvtml/uk/transportation.kvtml share/apps/kvtml/uk/vegetables.kvtml share/apps/kvtml/uk/worldcapitals.kvtml share/apps/step/objinfo/l10n/uk/Anchor.html share/apps/step/objinfo/l10n/uk/Box.html share/apps/step/objinfo/l10n/uk/ChargedParticle.html share/apps/step/objinfo/l10n/uk/CoulombForce.html share/apps/step/objinfo/l10n/uk/Disk.html share/apps/step/objinfo/l10n/uk/Gas.html share/apps/step/objinfo/l10n/uk/GasLJForce.html share/apps/step/objinfo/l10n/uk/GasParticle.html share/apps/step/objinfo/l10n/uk/GravitationForce.html share/apps/step/objinfo/l10n/uk/LinearMotor.html share/apps/step/objinfo/l10n/uk/Meter.html share/apps/step/objinfo/l10n/uk/Note.html share/apps/step/objinfo/l10n/uk/Particle.html share/apps/step/objinfo/l10n/uk/Pin.html share/apps/step/objinfo/l10n/uk/Polygon.html share/apps/step/objinfo/l10n/uk/Spring.html share/apps/step/objinfo/l10n/uk/WeightForce.html share/apps/step/objinfo/l10n/uk/World.html share/doc/HTML/uk/PolicyKit-kde/authorization.docbook share/doc/HTML/uk/PolicyKit-kde/authorizationagent.docbook share/doc/HTML/uk/PolicyKit-kde/common share/doc/HTML/uk/PolicyKit-kde/howitworks.docbook share/doc/HTML/uk/PolicyKit-kde/index.cache.bz2 share/doc/HTML/uk/PolicyKit-kde/index.docbook share/doc/HTML/uk/PolicyKit-kde/introduction.docbook share/doc/HTML/uk/akregator/add-feed.png share/doc/HTML/uk/akregator/add-feed2.png share/doc/HTML/uk/akregator/add-folder.png share/doc/HTML/uk/akregator/add-folder2.png share/doc/HTML/uk/akregator/advanced-tab.png share/doc/HTML/uk/akregator/appearance-tab.png share/doc/HTML/uk/akregator/archive-tab.png share/doc/HTML/uk/akregator/browser-tab.png share/doc/HTML/uk/akregator/common share/doc/HTML/uk/akregator/general-tab.png share/doc/HTML/uk/akregator/index.cache.bz2 share/doc/HTML/uk/akregator/index.docbook share/doc/HTML/uk/akregator/konq.png share/doc/HTML/uk/akregator/main-window.png share/doc/HTML/uk/akregator/main-window2.png share/doc/HTML/uk/akregator/main-window3.png share/doc/HTML/uk/akregator/main-window4.png share/doc/HTML/uk/akregator/quick-filter.png share/doc/HTML/uk/amor/common share/doc/HTML/uk/amor/index.cache.bz2 share/doc/HTML/uk/amor/index.docbook share/doc/HTML/uk/amor/man-amor.6.docbook share/doc/HTML/uk/ark/ark-mainwindow.png share/doc/HTML/uk/ark/common share/doc/HTML/uk/ark/index.cache.bz2 share/doc/HTML/uk/ark/index.docbook share/doc/HTML/uk/ark/man-ark.1.docbook share/doc/HTML/uk/blinken/blinken1.png share/doc/HTML/uk/blinken/blinken2.png share/doc/HTML/uk/blinken/blinken_accesskeys.png share/doc/HTML/uk/blinken/blinken_nickprompt.png share/doc/HTML/uk/blinken/common share/doc/HTML/uk/blinken/index.cache.bz2 share/doc/HTML/uk/blinken/index.docbook share/doc/HTML/uk/blogilo/common share/doc/HTML/uk/blogilo/index.cache.bz2 share/doc/HTML/uk/blogilo/index.docbook share/doc/HTML/uk/bomber/common share/doc/HTML/uk/bomber/index.cache.bz2 share/doc/HTML/uk/bomber/index.docbook share/doc/HTML/uk/bovo/common share/doc/HTML/uk/bovo/index.cache.bz2 share/doc/HTML/uk/bovo/index.docbook share/doc/HTML/uk/cantor/common share/doc/HTML/uk/cantor/index.cache.bz2 share/doc/HTML/uk/cantor/index.docbook share/doc/HTML/uk/cantor/screenshot.png share/doc/HTML/uk/cervisia/common share/doc/HTML/uk/cervisia/index.cache.bz2 share/doc/HTML/uk/cervisia/index.docbook share/doc/HTML/uk/common/fdl-translated.html share/doc/HTML/uk/common/gpl-translated.html share/doc/HTML/uk/common/kde-localised.css share/doc/HTML/uk/common/lgpl-translated.html share/doc/HTML/uk/dolphin/common share/doc/HTML/uk/dolphin/default-ui.png share/doc/HTML/uk/dolphin/index.cache.bz2 share/doc/HTML/uk/dolphin/index.docbook share/doc/HTML/uk/dolphin/locationbar-breadcrumb.png share/doc/HTML/uk/dolphin/locationbar-editable.png share/doc/HTML/uk/dolphin/preferences-general-behavior.png share/doc/HTML/uk/dolphin/preferences-navigation.png share/doc/HTML/uk/dolphin/preferences-startup.png share/doc/HTML/uk/dolphin/preferences-trash.png share/doc/HTML/uk/dolphin/preferences-viewmodes-icons.png share/doc/HTML/uk/dolphin/toolbar-navigation.png share/doc/HTML/uk/dolphin/toolbar-view-appearance.png share/doc/HTML/uk/dolphin/viewproperties-dialog.png share/doc/HTML/uk/dragonplayer/common share/doc/HTML/uk/dragonplayer/index.cache.bz2 share/doc/HTML/uk/dragonplayer/index.docbook share/doc/HTML/uk/dragonplayer/main.png share/doc/HTML/uk/dragonplayer/man-dragon.1.docbook share/doc/HTML/uk/filelight/common share/doc/HTML/uk/filelight/config_appear.png share/doc/HTML/uk/filelight/config_scan.png share/doc/HTML/uk/filelight/index.cache.bz2 share/doc/HTML/uk/filelight/index.docbook share/doc/HTML/uk/filelight/radial_map.png share/doc/HTML/uk/filelight/radial_map_context_menu.png share/doc/HTML/uk/fundamentals/colors.png share/doc/HTML/uk/fundamentals/common share/doc/HTML/uk/fundamentals/config.docbook share/doc/HTML/uk/fundamentals/files-locationbar-breadcrumb.png share/doc/HTML/uk/fundamentals/files-locationbar-context-menu.png share/doc/HTML/uk/fundamentals/files-locationbar-editable.png share/doc/HTML/uk/fundamentals/files-locationbar-places-icon.png share/doc/HTML/uk/fundamentals/files-open.png share/doc/HTML/uk/fundamentals/files-save.png share/doc/HTML/uk/fundamentals/find-find-inline.png share/doc/HTML/uk/fundamentals/find-find.png share/doc/HTML/uk/fundamentals/find-found.png share/doc/HTML/uk/fundamentals/find-replace-inline.png share/doc/HTML/uk/fundamentals/find-replace.png share/doc/HTML/uk/fundamentals/fonts.png share/doc/HTML/uk/fundamentals/index.cache.bz2 share/doc/HTML/uk/fundamentals/index.docbook share/doc/HTML/uk/fundamentals/install.docbook share/doc/HTML/uk/fundamentals/menus.png share/doc/HTML/uk/fundamentals/shortcuts-schemes.png share/doc/HTML/uk/fundamentals/shortcuts-search.png share/doc/HTML/uk/fundamentals/shortcuts-set.png share/doc/HTML/uk/fundamentals/spellcheck-check.png share/doc/HTML/uk/fundamentals/tasks.docbook share/doc/HTML/uk/fundamentals/toolbars-configure.png share/doc/HTML/uk/fundamentals/ui.docbook share/doc/HTML/uk/granatier/common share/doc/HTML/uk/granatier/config_arena.png share/doc/HTML/uk/granatier/config_general.png share/doc/HTML/uk/granatier/config_player.png share/doc/HTML/uk/granatier/config_theme.png share/doc/HTML/uk/granatier/granatier.png share/doc/HTML/uk/granatier/index.cache.bz2 share/doc/HTML/uk/granatier/index.docbook share/doc/HTML/uk/gwenview/browse_mode.png share/doc/HTML/uk/gwenview/common share/doc/HTML/uk/gwenview/fullscreen_mode.png share/doc/HTML/uk/gwenview/index.cache.bz2 share/doc/HTML/uk/gwenview/index.docbook share/doc/HTML/uk/gwenview/view_mode.png share/doc/HTML/uk/jovie/common share/doc/HTML/uk/jovie/index.cache.bz2 share/doc/HTML/uk/jovie/index.docbook share/doc/HTML/uk/juk/common share/doc/HTML/uk/juk/index.cache.bz2 share/doc/HTML/uk/juk/index.docbook share/doc/HTML/uk/juk/juk-adv-search.png share/doc/HTML/uk/juk/juk-file-renamer.png share/doc/HTML/uk/juk/juk-main.png share/doc/HTML/uk/juk/juk-tag-gusser.png share/doc/HTML/uk/kabcclient/common share/doc/HTML/uk/kabcclient/index.cache.bz2 share/doc/HTML/uk/kabcclient/index.docbook share/doc/HTML/uk/kabcclient/man-kabcclient.1.docbook share/doc/HTML/uk/kajongg/common share/doc/HTML/uk/kajongg/index.cache.bz2 share/doc/HTML/uk/kajongg/index.docbook share/doc/HTML/uk/kalarm/common share/doc/HTML/uk/kalarm/index.cache.bz2 share/doc/HTML/uk/kalarm/index.docbook share/doc/HTML/uk/kalgebra/commands.docbook share/doc/HTML/uk/kalgebra/common share/doc/HTML/uk/kalgebra/index.cache.bz2 share/doc/HTML/uk/kalgebra/index.docbook share/doc/HTML/uk/kalgebra/kalgebra-main-window.png share/doc/HTML/uk/kalzium/common share/doc/HTML/uk/kalzium/gradient.png share/doc/HTML/uk/kalzium/index.cache.bz2 share/doc/HTML/uk/kalzium/index.docbook share/doc/HTML/uk/kalzium/infodialog_bohr.png share/doc/HTML/uk/kalzium/infodialog_data_overview.png share/doc/HTML/uk/kalzium/infodialog_extra.png share/doc/HTML/uk/kalzium/infodialog_isotopes.png share/doc/HTML/uk/kalzium/infodialog_misc.png share/doc/HTML/uk/kalzium/infodialog_spectrum.png share/doc/HTML/uk/kalzium/man-kalzium.1.docbook share/doc/HTML/uk/kalzium/quick-1.png share/doc/HTML/uk/kalzium/quick-2.png share/doc/HTML/uk/kalzium/quick-3.png share/doc/HTML/uk/kalzium/quick-4.png share/doc/HTML/uk/kalzium/screenshot-calc-conc.png share/doc/HTML/uk/kalzium/screenshot-calc-eq.png share/doc/HTML/uk/kalzium/screenshot-calc-gas.png share/doc/HTML/uk/kalzium/screenshot-calc-mass.png share/doc/HTML/uk/kalzium/screenshot-calc-nucl.png share/doc/HTML/uk/kalzium/screenshot-calc-titr.png share/doc/HTML/uk/kalzium/screenshot-mol-edit.png share/doc/HTML/uk/kalzium/screenshot-rs-phrases.png share/doc/HTML/uk/kalzium/screenshot-tables.png share/doc/HTML/uk/kalzium/screenshot1.png share/doc/HTML/uk/kalzium/screenshot2.png share/doc/HTML/uk/kalzium/screenshot5.png share/doc/HTML/uk/kalzium/screenshot6.png share/doc/HTML/uk/kalzium/screenshot7.png share/doc/HTML/uk/kalzium/screenshotnuclidboard.png share/doc/HTML/uk/kalzium/settings1.png share/doc/HTML/uk/kalzium/settings2.png share/doc/HTML/uk/kalzium/settings3.png share/doc/HTML/uk/kalzium/settings4.png share/doc/HTML/uk/kalzium/sidebar1.png share/doc/HTML/uk/kalzium/sidebar2.png share/doc/HTML/uk/kanagram/common share/doc/HTML/uk/kanagram/general-settings.png share/doc/HTML/uk/kanagram/helpstates.png share/doc/HTML/uk/kanagram/index.cache.bz2 share/doc/HTML/uk/kanagram/index.docbook share/doc/HTML/uk/kanagram/kanagram-hint.png share/doc/HTML/uk/kanagram/kanagram.png share/doc/HTML/uk/kanagram/newstuff-dialog.png share/doc/HTML/uk/kanagram/newstuff-settings.png share/doc/HTML/uk/kanagram/shortcuts-settings.png share/doc/HTML/uk/kanagram/vocab-editor.png share/doc/HTML/uk/kanagram/vocab-settings.png share/doc/HTML/uk/kapman/common share/doc/HTML/uk/kapman/config.png share/doc/HTML/uk/kapman/index.cache.bz2 share/doc/HTML/uk/kapman/index.docbook share/doc/HTML/uk/kapman/kapman.png share/doc/HTML/uk/kapptemplate/common share/doc/HTML/uk/kapptemplate/index.cache.bz2 share/doc/HTML/uk/kapptemplate/index.docbook share/doc/HTML/uk/kate/advanced.docbook share/doc/HTML/uk/kate/common share/doc/HTML/uk/kate/configdialog01.png share/doc/HTML/uk/kate/configuring-part.docbook share/doc/HTML/uk/kate/configuring.docbook share/doc/HTML/uk/kate/fundamentals.docbook share/doc/HTML/uk/kate/highlighting.docbook share/doc/HTML/uk/kate/index.cache.bz2 share/doc/HTML/uk/kate/index.docbook share/doc/HTML/uk/kate/kate.png share/doc/HTML/uk/kate/man-kate.1.docbook share/doc/HTML/uk/kate/mdi.docbook share/doc/HTML/uk/kate/menus.docbook share/doc/HTML/uk/kate/part.docbook share/doc/HTML/uk/kate/plugins-part.docbook share/doc/HTML/uk/kate/plugins.docbook share/doc/HTML/uk/kate/regular-expressions.docbook share/doc/HTML/uk/kate/snippets-config.png share/doc/HTML/uk/kate/snippets-form.png share/doc/HTML/uk/kate/snippets-usage.png share/doc/HTML/uk/kate/vi.docbook share/doc/HTML/uk/katomic/common share/doc/HTML/uk/katomic/index.cache.bz2 share/doc/HTML/uk/katomic/index.docbook share/doc/HTML/uk/kbattleship/common share/doc/HTML/uk/kbattleship/index.cache.bz2 share/doc/HTML/uk/kbattleship/index.docbook share/doc/HTML/uk/kblackbox/common share/doc/HTML/uk/kblackbox/index.cache.bz2 share/doc/HTML/uk/kblackbox/index.docbook share/doc/HTML/uk/kblocks/common share/doc/HTML/uk/kblocks/index.cache.bz2 share/doc/HTML/uk/kblocks/index.docbook share/doc/HTML/uk/kbounce/button-new.png share/doc/HTML/uk/kbounce/button-pause.png share/doc/HTML/uk/kbounce/common share/doc/HTML/uk/kbounce/index.cache.bz2 share/doc/HTML/uk/kbounce/index.docbook share/doc/HTML/uk/kbounce/kbounce_corridor1.png share/doc/HTML/uk/kbounce/kbounce_corridor2.png share/doc/HTML/uk/kbounce/menu-game.png share/doc/HTML/uk/kbounce/menu-help.png share/doc/HTML/uk/kbounce/menu-settings.png share/doc/HTML/uk/kbounce/toolbar.png share/doc/HTML/uk/kbreakout/common share/doc/HTML/uk/kbreakout/index.cache.bz2 share/doc/HTML/uk/kbreakout/index.docbook share/doc/HTML/uk/kbruch/checked.png share/doc/HTML/uk/kbruch/common share/doc/HTML/uk/kbruch/compare.png share/doc/HTML/uk/kbruch/convert.png share/doc/HTML/uk/kbruch/factorize.png share/doc/HTML/uk/kbruch/gui_main.png share/doc/HTML/uk/kbruch/gui_mode.png share/doc/HTML/uk/kbruch/index.cache.bz2 share/doc/HTML/uk/kbruch/index.docbook share/doc/HTML/uk/kbruch/learning.png share/doc/HTML/uk/kbruch/man-kbruch.1.docbook share/doc/HTML/uk/kbruch/mixed.png share/doc/HTML/uk/kbruch/percentage.png share/doc/HTML/uk/kbruch/reduced.png share/doc/HTML/uk/kbruch/settings.png share/doc/HTML/uk/kbruch/statistics.png share/doc/HTML/uk/kcachegrind/common share/doc/HTML/uk/kcachegrind/index.cache.bz2 share/doc/HTML/uk/kcachegrind/index.docbook share/doc/HTML/uk/kcalc/commands.docbook share/doc/HTML/uk/kcalc/common share/doc/HTML/uk/kcalc/index.cache.bz2 share/doc/HTML/uk/kcalc/index.docbook share/doc/HTML/uk/kcharselect/common share/doc/HTML/uk/kcharselect/index.cache.bz2 share/doc/HTML/uk/kcharselect/index.docbook share/doc/HTML/uk/kcharselect/kcharselect.png share/doc/HTML/uk/kcontrol/attica/common share/doc/HTML/uk/kcontrol/attica/index.cache.bz2 share/doc/HTML/uk/kcontrol/attica/index.docbook share/doc/HTML/uk/kcontrol/autostart/common share/doc/HTML/uk/kcontrol/autostart/index.cache.bz2 share/doc/HTML/uk/kcontrol/autostart/index.docbook share/doc/HTML/uk/kcontrol/bell/common share/doc/HTML/uk/kcontrol/bell/index.cache.bz2 share/doc/HTML/uk/kcontrol/bell/index.docbook share/doc/HTML/uk/kcontrol/blockdevices/common share/doc/HTML/uk/kcontrol/blockdevices/index.cache.bz2 share/doc/HTML/uk/kcontrol/blockdevices/index.docbook share/doc/HTML/uk/kcontrol/bookmarks/common share/doc/HTML/uk/kcontrol/bookmarks/index.cache.bz2 share/doc/HTML/uk/kcontrol/bookmarks/index.docbook share/doc/HTML/uk/kcontrol/cache/common share/doc/HTML/uk/kcontrol/cache/index.cache.bz2 share/doc/HTML/uk/kcontrol/cache/index.docbook share/doc/HTML/uk/kcontrol/cddbretrieval/common share/doc/HTML/uk/kcontrol/cddbretrieval/index.cache.bz2 share/doc/HTML/uk/kcontrol/cddbretrieval/index.docbook share/doc/HTML/uk/kcontrol/clock/common share/doc/HTML/uk/kcontrol/clock/index.cache.bz2 share/doc/HTML/uk/kcontrol/clock/index.docbook share/doc/HTML/uk/kcontrol/colors/common share/doc/HTML/uk/kcontrol/colors/index.cache.bz2 share/doc/HTML/uk/kcontrol/colors/index.docbook share/doc/HTML/uk/kcontrol/componentchooser/common share/doc/HTML/uk/kcontrol/componentchooser/index.cache.bz2 share/doc/HTML/uk/kcontrol/componentchooser/index.docbook share/doc/HTML/uk/kcontrol/cookies/common share/doc/HTML/uk/kcontrol/cookies/index.cache.bz2 share/doc/HTML/uk/kcontrol/cookies/index.docbook share/doc/HTML/uk/kcontrol/cursortheme/common share/doc/HTML/uk/kcontrol/cursortheme/index.cache.bz2 share/doc/HTML/uk/kcontrol/cursortheme/index.docbook share/doc/HTML/uk/kcontrol/desktop/common share/doc/HTML/uk/kcontrol/desktop/index.cache.bz2 share/doc/HTML/uk/kcontrol/desktop/index.docbook share/doc/HTML/uk/kcontrol/desktopthemedetails/common share/doc/HTML/uk/kcontrol/desktopthemedetails/desktop-settings.png share/doc/HTML/uk/kcontrol/desktopthemedetails/index.cache.bz2 share/doc/HTML/uk/kcontrol/desktopthemedetails/index.docbook share/doc/HTML/uk/kcontrol/ebrowsing/common share/doc/HTML/uk/kcontrol/ebrowsing/index.cache.bz2 share/doc/HTML/uk/kcontrol/ebrowsing/index.docbook share/doc/HTML/uk/kcontrol/emoticons/common share/doc/HTML/uk/kcontrol/emoticons/emoticons.png share/doc/HTML/uk/kcontrol/emoticons/index.cache.bz2 share/doc/HTML/uk/kcontrol/emoticons/index.docbook share/doc/HTML/uk/kcontrol/filemanager/common share/doc/HTML/uk/kcontrol/filemanager/index.cache.bz2 share/doc/HTML/uk/kcontrol/filemanager/index.docbook share/doc/HTML/uk/kcontrol/filetypes/common share/doc/HTML/uk/kcontrol/filetypes/index.cache.bz2 share/doc/HTML/uk/kcontrol/filetypes/index.docbook share/doc/HTML/uk/kcontrol/fontinst/common share/doc/HTML/uk/kcontrol/fontinst/index.cache.bz2 share/doc/HTML/uk/kcontrol/fontinst/index.docbook share/doc/HTML/uk/kcontrol/fonts/adjust-all.png share/doc/HTML/uk/kcontrol/fonts/anti-aliasing.png share/doc/HTML/uk/kcontrol/fonts/common share/doc/HTML/uk/kcontrol/fonts/index.cache.bz2 share/doc/HTML/uk/kcontrol/fonts/index.docbook share/doc/HTML/uk/kcontrol/fonts/main.png share/doc/HTML/uk/kcontrol/history/common share/doc/HTML/uk/kcontrol/history/index.cache.bz2 share/doc/HTML/uk/kcontrol/history/index.docbook share/doc/HTML/uk/kcontrol/icons/common share/doc/HTML/uk/kcontrol/icons/delete-theme.png share/doc/HTML/uk/kcontrol/icons/effects.png share/doc/HTML/uk/kcontrol/icons/get-new-theme.png share/doc/HTML/uk/kcontrol/icons/index.cache.bz2 share/doc/HTML/uk/kcontrol/icons/index.docbook share/doc/HTML/uk/kcontrol/icons/install-theme.png share/doc/HTML/uk/kcontrol/icons/main.png share/doc/HTML/uk/kcontrol/icons/size.png share/doc/HTML/uk/kcontrol/icons/use-of-icons.png share/doc/HTML/uk/kcontrol/joystick/common share/doc/HTML/uk/kcontrol/joystick/index.cache.bz2 share/doc/HTML/uk/kcontrol/joystick/index.docbook share/doc/HTML/uk/kcontrol/kamera/common share/doc/HTML/uk/kcontrol/kamera/index.cache.bz2 share/doc/HTML/uk/kcontrol/kamera/index.docbook share/doc/HTML/uk/kcontrol/kcm_ssl/common share/doc/HTML/uk/kcontrol/kcm_ssl/details.png share/doc/HTML/uk/kcontrol/kcm_ssl/index.cache.bz2 share/doc/HTML/uk/kcontrol/kcm_ssl/index.docbook share/doc/HTML/uk/kcontrol/kcm_ssl/module.png share/doc/HTML/uk/kcontrol/kcmaccess/common share/doc/HTML/uk/kcontrol/kcmaccess/index.cache.bz2 share/doc/HTML/uk/kcontrol/kcmaccess/index.docbook share/doc/HTML/uk/kcontrol/kcmcgi/common share/doc/HTML/uk/kcontrol/kcmcgi/index.cache.bz2 share/doc/HTML/uk/kcontrol/kcmcgi/index.docbook share/doc/HTML/uk/kcontrol/kcmcss/common share/doc/HTML/uk/kcontrol/kcmcss/index.cache.bz2 share/doc/HTML/uk/kcontrol/kcmcss/index.docbook share/doc/HTML/uk/kcontrol/kcmlaunch/common share/doc/HTML/uk/kcontrol/kcmlaunch/index.cache.bz2 share/doc/HTML/uk/kcontrol/kcmlaunch/index.docbook share/doc/HTML/uk/kcontrol/kcmnotify/common share/doc/HTML/uk/kcontrol/kcmnotify/index.cache.bz2 share/doc/HTML/uk/kcontrol/kcmnotify/index.docbook share/doc/HTML/uk/kcontrol/kcmsmserver/common share/doc/HTML/uk/kcontrol/kcmsmserver/index.cache.bz2 share/doc/HTML/uk/kcontrol/kcmsmserver/index.docbook share/doc/HTML/uk/kcontrol/kcmstyle/common share/doc/HTML/uk/kcontrol/kcmstyle/index.cache.bz2 share/doc/HTML/uk/kcontrol/kcmstyle/index.docbook share/doc/HTML/uk/kcontrol/kded/common share/doc/HTML/uk/kcontrol/kded/index.cache.bz2 share/doc/HTML/uk/kcontrol/kded/index.docbook share/doc/HTML/uk/kcontrol/keyboard/common share/doc/HTML/uk/kcontrol/keyboard/index.cache.bz2 share/doc/HTML/uk/kcontrol/keyboard/index.docbook share/doc/HTML/uk/kcontrol/keys/common share/doc/HTML/uk/kcontrol/keys/index.cache.bz2 share/doc/HTML/uk/kcontrol/keys/index.docbook share/doc/HTML/uk/kcontrol/kgamma/common share/doc/HTML/uk/kcontrol/kgamma/index.cache.bz2 share/doc/HTML/uk/kcontrol/kgamma/index.docbook share/doc/HTML/uk/kcontrol/khotkeys/common share/doc/HTML/uk/kcontrol/khotkeys/groups-comment.png share/doc/HTML/uk/kcontrol/khotkeys/index.cache.bz2 share/doc/HTML/uk/kcontrol/khotkeys/index.docbook share/doc/HTML/uk/kcontrol/khotkeys/manage-export.png share/doc/HTML/uk/kcontrol/khotkeys/settings.png share/doc/HTML/uk/kcontrol/khotkeys/shortcuts-action-command.png share/doc/HTML/uk/kcontrol/khotkeys/shortcuts-action-keyboard.png share/doc/HTML/uk/kcontrol/khotkeys/shortcuts-trigger-keyboard.png share/doc/HTML/uk/kcontrol/khotkeys/shortcuts-trigger-mouse.png share/doc/HTML/uk/kcontrol/khtml-adblock/common share/doc/HTML/uk/kcontrol/khtml-adblock/index.cache.bz2 share/doc/HTML/uk/kcontrol/khtml-adblock/index.docbook share/doc/HTML/uk/kcontrol/khtml-behavior/common share/doc/HTML/uk/kcontrol/khtml-behavior/index.cache.bz2 share/doc/HTML/uk/kcontrol/khtml-behavior/index.docbook share/doc/HTML/uk/kcontrol/khtml-general/common share/doc/HTML/uk/kcontrol/khtml-general/index.cache.bz2 share/doc/HTML/uk/kcontrol/khtml-general/index.docbook share/doc/HTML/uk/kcontrol/khtml-java-js/common share/doc/HTML/uk/kcontrol/khtml-java-js/index.cache.bz2 share/doc/HTML/uk/kcontrol/khtml-java-js/index.docbook share/doc/HTML/uk/kcontrol/khtml-plugins/common share/doc/HTML/uk/kcontrol/khtml-plugins/index.cache.bz2 share/doc/HTML/uk/kcontrol/khtml-plugins/index.docbook share/doc/HTML/uk/kcontrol/kremotecontrol/common share/doc/HTML/uk/kcontrol/kremotecontrol/index.cache.bz2 share/doc/HTML/uk/kcontrol/kremotecontrol/index.docbook share/doc/HTML/uk/kcontrol/kresources/common share/doc/HTML/uk/kcontrol/kresources/index.cache.bz2 share/doc/HTML/uk/kcontrol/kresources/index.docbook share/doc/HTML/uk/kcontrol/kwincompositing/common share/doc/HTML/uk/kcontrol/kwincompositing/index.cache.bz2 share/doc/HTML/uk/kcontrol/kwincompositing/index.docbook share/doc/HTML/uk/kcontrol/kwindecoration/buttons.png share/doc/HTML/uk/kcontrol/kwindecoration/common share/doc/HTML/uk/kcontrol/kwindecoration/decoration.png share/doc/HTML/uk/kcontrol/kwindecoration/index.cache.bz2 share/doc/HTML/uk/kcontrol/kwindecoration/index.docbook share/doc/HTML/uk/kcontrol/kwindecoration/main.png share/doc/HTML/uk/kcontrol/kwinscreenedges/common share/doc/HTML/uk/kcontrol/kwinscreenedges/index.cache.bz2 share/doc/HTML/uk/kcontrol/kwinscreenedges/index.docbook share/doc/HTML/uk/kcontrol/kwintabbox/common share/doc/HTML/uk/kcontrol/kwintabbox/index.cache.bz2 share/doc/HTML/uk/kcontrol/kwintabbox/index.docbook share/doc/HTML/uk/kcontrol/language/common share/doc/HTML/uk/kcontrol/language/index.cache.bz2 share/doc/HTML/uk/kcontrol/language/index.docbook share/doc/HTML/uk/kcontrol/mouse/common share/doc/HTML/uk/kcontrol/mouse/index.cache.bz2 share/doc/HTML/uk/kcontrol/mouse/index.docbook share/doc/HTML/uk/kcontrol/nepomuk/common share/doc/HTML/uk/kcontrol/nepomuk/index.cache.bz2 share/doc/HTML/uk/kcontrol/nepomuk/index.docbook share/doc/HTML/uk/kcontrol/netpref/common share/doc/HTML/uk/kcontrol/netpref/index.cache.bz2 share/doc/HTML/uk/kcontrol/netpref/index.docbook share/doc/HTML/uk/kcontrol/paths/common share/doc/HTML/uk/kcontrol/paths/index.cache.bz2 share/doc/HTML/uk/kcontrol/paths/index.docbook share/doc/HTML/uk/kcontrol/performance/common share/doc/HTML/uk/kcontrol/performance/index.cache.bz2 share/doc/HTML/uk/kcontrol/performance/index.docbook share/doc/HTML/uk/kcontrol/phonon/common share/doc/HTML/uk/kcontrol/phonon/index.cache.bz2 share/doc/HTML/uk/kcontrol/phonon/index.docbook share/doc/HTML/uk/kcontrol/powerdevil/common share/doc/HTML/uk/kcontrol/powerdevil/index.cache.bz2 share/doc/HTML/uk/kcontrol/powerdevil/index.docbook share/doc/HTML/uk/kcontrol/proxy/common share/doc/HTML/uk/kcontrol/proxy/index.cache.bz2 share/doc/HTML/uk/kcontrol/proxy/index.docbook share/doc/HTML/uk/kcontrol/screensaver/common share/doc/HTML/uk/kcontrol/screensaver/index.cache.bz2 share/doc/HTML/uk/kcontrol/screensaver/index.docbook share/doc/HTML/uk/kcontrol/smb/common share/doc/HTML/uk/kcontrol/smb/index.cache.bz2 share/doc/HTML/uk/kcontrol/smb/index.docbook share/doc/HTML/uk/kcontrol/solid-actions/common share/doc/HTML/uk/kcontrol/solid-actions/index.cache.bz2 share/doc/HTML/uk/kcontrol/solid-actions/index.docbook share/doc/HTML/uk/kcontrol/solid-device-automounter/common share/doc/HTML/uk/kcontrol/solid-device-automounter/index.cache.bz2 share/doc/HTML/uk/kcontrol/solid-device-automounter/index.docbook share/doc/HTML/uk/kcontrol/solid-hardware/common share/doc/HTML/uk/kcontrol/solid-hardware/index.cache.bz2 share/doc/HTML/uk/kcontrol/solid-hardware/index.docbook share/doc/HTML/uk/kcontrol/spellchecking/common share/doc/HTML/uk/kcontrol/spellchecking/index.cache.bz2 share/doc/HTML/uk/kcontrol/spellchecking/index.docbook share/doc/HTML/uk/kcontrol/splashscreen/common share/doc/HTML/uk/kcontrol/splashscreen/get-new-theme.png share/doc/HTML/uk/kcontrol/splashscreen/index.cache.bz2 share/doc/HTML/uk/kcontrol/splashscreen/index.docbook share/doc/HTML/uk/kcontrol/splashscreen/splash-main.png share/doc/HTML/uk/kcontrol/trash/common share/doc/HTML/uk/kcontrol/trash/index.cache.bz2 share/doc/HTML/uk/kcontrol/trash/index.docbook share/doc/HTML/uk/kcontrol/useragent/common share/doc/HTML/uk/kcontrol/useragent/index.cache.bz2 share/doc/HTML/uk/kcontrol/useragent/index.docbook share/doc/HTML/uk/kcontrol/windowbehaviour/common share/doc/HTML/uk/kcontrol/windowbehaviour/index.cache.bz2 share/doc/HTML/uk/kcontrol/windowbehaviour/index.docbook share/doc/HTML/uk/kcontrol/windowspecific/akgregator-info.png share/doc/HTML/uk/kcontrol/windowspecific/akregator-attributes.png share/doc/HTML/uk/kcontrol/windowspecific/common share/doc/HTML/uk/kcontrol/windowspecific/config-win-behavior.png share/doc/HTML/uk/kcontrol/windowspecific/emacs-attribute.png share/doc/HTML/uk/kcontrol/windowspecific/emacs-info.png share/doc/HTML/uk/kcontrol/windowspecific/focus-stealing-pop2top-attribute.png share/doc/HTML/uk/kcontrol/windowspecific/index.cache.bz2 share/doc/HTML/uk/kcontrol/windowspecific/index.docbook share/doc/HTML/uk/kcontrol/windowspecific/knotes-attribute.png share/doc/HTML/uk/kcontrol/windowspecific/knotes-info.png share/doc/HTML/uk/kcontrol/windowspecific/kopete-attribute-2.png share/doc/HTML/uk/kcontrol/windowspecific/kopete-chat-attribute.png share/doc/HTML/uk/kcontrol/windowspecific/kopete-chat-info.png share/doc/HTML/uk/kcontrol/windowspecific/kopete-info.png share/doc/HTML/uk/kcontrol/windowspecific/kwin-detect-window.png share/doc/HTML/uk/kcontrol/windowspecific/kwin-rule-editor.png share/doc/HTML/uk/kcontrol/windowspecific/kwin-rules-ordering.png share/doc/HTML/uk/kcontrol/windowspecific/kwin-window-attributes.png share/doc/HTML/uk/kcontrol/windowspecific/kwin-window-matching.png share/doc/HTML/uk/kcontrol/windowspecific/tbird-compose-attribute.png share/doc/HTML/uk/kcontrol/windowspecific/tbird-main-attribute.png share/doc/HTML/uk/kcontrol/windowspecific/tbird-reminder-attribute-2.png share/doc/HTML/uk/kcontrol/windowspecific/window-matching-emacs.png share/doc/HTML/uk/kcontrol/windowspecific/window-matching-init.png share/doc/HTML/uk/kcontrol/windowspecific/window-matching-knotes.png share/doc/HTML/uk/kcontrol/windowspecific/window-matching-kopete-chat.png share/doc/HTML/uk/kcontrol/windowspecific/window-matching-kopete.png share/doc/HTML/uk/kcontrol/windowspecific/window-matching-ready-akregator.png share/doc/HTML/uk/kcontrol/workspaceoptions/common share/doc/HTML/uk/kcontrol/workspaceoptions/index.cache.bz2 share/doc/HTML/uk/kcontrol/workspaceoptions/index.docbook share/doc/HTML/uk/kcron/common share/doc/HTML/uk/kcron/index.cache.bz2 share/doc/HTML/uk/kcron/index.docbook share/doc/HTML/uk/kcron/kcronstart.png share/doc/HTML/uk/kcron/newtask.png share/doc/HTML/uk/kcron/newvariable.png share/doc/HTML/uk/kdebugdialog/common share/doc/HTML/uk/kdebugdialog/index.cache.bz2 share/doc/HTML/uk/kdebugdialog/index.docbook share/doc/HTML/uk/kdepasswd/common share/doc/HTML/uk/kdepasswd/index.cache.bz2 share/doc/HTML/uk/kdepasswd/index.docbook share/doc/HTML/uk/kdesu/common share/doc/HTML/uk/kdesu/index.cache.bz2 share/doc/HTML/uk/kdesu/index.docbook share/doc/HTML/uk/kdesu/man-kdesu.1.docbook share/doc/HTML/uk/kdf/common share/doc/HTML/uk/kdf/index.cache.bz2 share/doc/HTML/uk/kdf/index.docbook share/doc/HTML/uk/kdiamond/common share/doc/HTML/uk/kdiamond/index.cache.bz2 share/doc/HTML/uk/kdiamond/index.docbook share/doc/HTML/uk/kdm/common share/doc/HTML/uk/kdm/index.cache.bz2 share/doc/HTML/uk/kdm/index.docbook share/doc/HTML/uk/kdm/kdmrc-ref.docbook share/doc/HTML/uk/kdm/theme-ref.docbook share/doc/HTML/uk/kfilereplace/common share/doc/HTML/uk/kfilereplace/index.cache.bz2 share/doc/HTML/uk/kfilereplace/index.docbook share/doc/HTML/uk/kfind/common share/doc/HTML/uk/kfind/index.cache.bz2 share/doc/HTML/uk/kfind/index.docbook share/doc/HTML/uk/kfind/man-kfind.1.docbook share/doc/HTML/uk/kfloppy/common share/doc/HTML/uk/kfloppy/index.cache.bz2 share/doc/HTML/uk/kfloppy/index.docbook share/doc/HTML/uk/kfontview/common share/doc/HTML/uk/kfontview/index.cache.bz2 share/doc/HTML/uk/kfontview/index.docbook share/doc/HTML/uk/kfontview/kfontview.png share/doc/HTML/uk/kfourinline/common share/doc/HTML/uk/kfourinline/index.cache.bz2 share/doc/HTML/uk/kfourinline/index.docbook share/doc/HTML/uk/kgeography/common share/doc/HTML/uk/kgeography/first-start1.png share/doc/HTML/uk/kgeography/first-start10.png share/doc/HTML/uk/kgeography/first-start11.png share/doc/HTML/uk/kgeography/first-start12.png share/doc/HTML/uk/kgeography/first-start13.png share/doc/HTML/uk/kgeography/first-start2.png share/doc/HTML/uk/kgeography/first-start3.png share/doc/HTML/uk/kgeography/first-start4.png share/doc/HTML/uk/kgeography/first-start5.png share/doc/HTML/uk/kgeography/first-start6.png share/doc/HTML/uk/kgeography/first-start7.png share/doc/HTML/uk/kgeography/first-start8.png share/doc/HTML/uk/kgeography/first-start9.png share/doc/HTML/uk/kgeography/index.cache.bz2 share/doc/HTML/uk/kgeography/index.docbook share/doc/HTML/uk/kgeography/kgeography.png share/doc/HTML/uk/kgeography/zoom.png share/doc/HTML/uk/kget/common share/doc/HTML/uk/kget/file.png share/doc/HTML/uk/kget/import_link.png share/doc/HTML/uk/kget/index.cache.bz2 share/doc/HTML/uk/kget/index.docbook share/doc/HTML/uk/kget/kget_Advanced.png share/doc/HTML/uk/kget/kget_Appearance.png share/doc/HTML/uk/kget/kget_Network.png share/doc/HTML/uk/kget/kget_Web_Interface.png share/doc/HTML/uk/kget/kget_drop_target.png share/doc/HTML/uk/kget/kget_group.png share/doc/HTML/uk/kget/kget_groups.png share/doc/HTML/uk/kget/kget_plugins.png share/doc/HTML/uk/kget/kget_transfer_hostory.png share/doc/HTML/uk/kget/kget_verification.png share/doc/HTML/uk/kget/metalink0.png share/doc/HTML/uk/kget/metalink1.png share/doc/HTML/uk/kget/metalink2.png share/doc/HTML/uk/kget/metalink3.png share/doc/HTML/uk/kgoldrunner/common share/doc/HTML/uk/kgoldrunner/index.cache.bz2 share/doc/HTML/uk/kgoldrunner/index.docbook share/doc/HTML/uk/kgoldrunner/select.png share/doc/HTML/uk/kgoldrunner/tute008.png share/doc/HTML/uk/kgpg/common share/doc/HTML/uk/kgpg/index.cache.bz2 share/doc/HTML/uk/kgpg/index.docbook share/doc/HTML/uk/kgpg/keygen.png share/doc/HTML/uk/kgpg/keymanage.png share/doc/HTML/uk/kgpg/keyprop.png share/doc/HTML/uk/kgpg/options.png share/doc/HTML/uk/khangman/common share/doc/HTML/uk/khangman/getnewstuff.png share/doc/HTML/uk/khangman/index.cache.bz2 share/doc/HTML/uk/khangman/index.docbook share/doc/HTML/uk/khangman/khangman-desert.png share/doc/HTML/uk/khangman/khangman-main.png share/doc/HTML/uk/khangman/man-khangman.6.docbook share/doc/HTML/uk/khangman/settings-general.png share/doc/HTML/uk/khangman/settings-languages.png share/doc/HTML/uk/khangman/settings-timers.png share/doc/HTML/uk/khelpcenter/common share/doc/HTML/uk/khelpcenter/documentationnotfound/common share/doc/HTML/uk/khelpcenter/documentationnotfound/index.cache.bz2 share/doc/HTML/uk/khelpcenter/documentationnotfound/index.docbook share/doc/HTML/uk/khelpcenter/glossary/common share/doc/HTML/uk/khelpcenter/glossary/index.cache.bz2 share/doc/HTML/uk/khelpcenter/glossary/index.docbook share/doc/HTML/uk/khelpcenter/glossary/kdeprintingglossary.docbook share/doc/HTML/uk/khelpcenter/index.cache.bz2 share/doc/HTML/uk/khelpcenter/index.docbook share/doc/HTML/uk/kig/common share/doc/HTML/uk/kig/constructed_a_point.png share/doc/HTML/uk/kig/constructed_script_object.png share/doc/HTML/uk/kig/constructing_a_circle.png share/doc/HTML/uk/kig/constructing_a_circle_2.png share/doc/HTML/uk/kig/edit_types_dialog.png share/doc/HTML/uk/kig/index.cache.bz2 share/doc/HTML/uk/kig/index.docbook share/doc/HTML/uk/kig/macro_wizard.png share/doc/HTML/uk/kig/macros_at_work.png share/doc/HTML/uk/kig/man-kig.1.docbook share/doc/HTML/uk/kig/script_wizard.png share/doc/HTML/uk/kig/script_wizard_entering_code.png share/doc/HTML/uk/kig/selecting_objects.png share/doc/HTML/uk/kig/simple_locus_construction.png share/doc/HTML/uk/kig/test_run_macro.png share/doc/HTML/uk/kig/text_label_attaching.png share/doc/HTML/uk/kig/text_label_wizard.png share/doc/HTML/uk/kig/text_label_wizard__select_property.png share/doc/HTML/uk/kigo/common share/doc/HTML/uk/kigo/get-new-games.png share/doc/HTML/uk/kigo/hint.png share/doc/HTML/uk/kigo/index.cache.bz2 share/doc/HTML/uk/kigo/index.docbook share/doc/HTML/uk/kigo/play-game.png share/doc/HTML/uk/kigo/setup-general.png share/doc/HTML/uk/kigo/setup-theme.png share/doc/HTML/uk/kigo/start-loaded-game.png share/doc/HTML/uk/kigo/start-new-game.png share/doc/HTML/uk/killbots/common share/doc/HTML/uk/killbots/index.cache.bz2 share/doc/HTML/uk/killbots/index.docbook share/doc/HTML/uk/killbots/status.png share/doc/HTML/uk/kimagemapeditor/common share/doc/HTML/uk/kimagemapeditor/configure.png share/doc/HTML/uk/kimagemapeditor/index.cache.bz2 share/doc/HTML/uk/kimagemapeditor/index.docbook share/doc/HTML/uk/kimagemapeditor/mainwindow.png share/doc/HTML/uk/kinfocenter/common share/doc/HTML/uk/kinfocenter/index.cache.bz2 share/doc/HTML/uk/kinfocenter/index.docbook share/doc/HTML/uk/kinfocenter/kinfocenter.png share/doc/HTML/uk/kinfocenter/os_block.png share/doc/HTML/uk/kinfocenter/pro_block.png share/doc/HTML/uk/kinfocenter/sto_block.png share/doc/HTML/uk/kioslave/audiocd/common share/doc/HTML/uk/kioslave/audiocd/index.cache.bz2 share/doc/HTML/uk/kioslave/audiocd/index.docbook share/doc/HTML/uk/kioslave/bookmarks/common share/doc/HTML/uk/kioslave/bookmarks/index.cache.bz2 share/doc/HTML/uk/kioslave/bookmarks/index.docbook share/doc/HTML/uk/kioslave/bzip2/common share/doc/HTML/uk/kioslave/bzip2/index.cache.bz2 share/doc/HTML/uk/kioslave/bzip2/index.docbook share/doc/HTML/uk/kioslave/cgi/common share/doc/HTML/uk/kioslave/cgi/index.cache.bz2 share/doc/HTML/uk/kioslave/cgi/index.docbook share/doc/HTML/uk/kioslave/data/common share/doc/HTML/uk/kioslave/data/index.cache.bz2 share/doc/HTML/uk/kioslave/data/index.docbook share/doc/HTML/uk/kioslave/file/common share/doc/HTML/uk/kioslave/file/index.cache.bz2 share/doc/HTML/uk/kioslave/file/index.docbook share/doc/HTML/uk/kioslave/finger/common share/doc/HTML/uk/kioslave/finger/index.cache.bz2 share/doc/HTML/uk/kioslave/finger/index.docbook share/doc/HTML/uk/kioslave/fish/common share/doc/HTML/uk/kioslave/fish/index.cache.bz2 share/doc/HTML/uk/kioslave/fish/index.docbook share/doc/HTML/uk/kioslave/floppy/common share/doc/HTML/uk/kioslave/floppy/index.cache.bz2 share/doc/HTML/uk/kioslave/floppy/index.docbook share/doc/HTML/uk/kioslave/ftp/common share/doc/HTML/uk/kioslave/ftp/index.cache.bz2 share/doc/HTML/uk/kioslave/ftp/index.docbook share/doc/HTML/uk/kioslave/gzip/common share/doc/HTML/uk/kioslave/gzip/index.cache.bz2 share/doc/HTML/uk/kioslave/gzip/index.docbook share/doc/HTML/uk/kioslave/help/common share/doc/HTML/uk/kioslave/help/index.cache.bz2 share/doc/HTML/uk/kioslave/help/index.docbook share/doc/HTML/uk/kioslave/http/common share/doc/HTML/uk/kioslave/http/index.cache.bz2 share/doc/HTML/uk/kioslave/http/index.docbook share/doc/HTML/uk/kioslave/imap/common share/doc/HTML/uk/kioslave/imap/index.cache.bz2 share/doc/HTML/uk/kioslave/imap/index.docbook share/doc/HTML/uk/kioslave/info/common share/doc/HTML/uk/kioslave/info/index.cache.bz2 share/doc/HTML/uk/kioslave/info/index.docbook share/doc/HTML/uk/kioslave/ldap/common share/doc/HTML/uk/kioslave/ldap/index.cache.bz2 share/doc/HTML/uk/kioslave/ldap/index.docbook share/doc/HTML/uk/kioslave/mailto/common share/doc/HTML/uk/kioslave/mailto/index.cache.bz2 share/doc/HTML/uk/kioslave/mailto/index.docbook share/doc/HTML/uk/kioslave/man/common share/doc/HTML/uk/kioslave/man/index.cache.bz2 share/doc/HTML/uk/kioslave/man/index.docbook share/doc/HTML/uk/kioslave/mbox/common share/doc/HTML/uk/kioslave/mbox/index.cache.bz2 share/doc/HTML/uk/kioslave/mbox/index.docbook share/doc/HTML/uk/kioslave/nepomuksearch/common share/doc/HTML/uk/kioslave/nepomuksearch/index.cache.bz2 share/doc/HTML/uk/kioslave/nepomuksearch/index.docbook share/doc/HTML/uk/kioslave/network/common share/doc/HTML/uk/kioslave/network/index.cache.bz2 share/doc/HTML/uk/kioslave/network/index.docbook share/doc/HTML/uk/kioslave/news/common share/doc/HTML/uk/kioslave/news/index.cache.bz2 share/doc/HTML/uk/kioslave/news/index.docbook share/doc/HTML/uk/kioslave/nfs/common share/doc/HTML/uk/kioslave/nfs/index.cache.bz2 share/doc/HTML/uk/kioslave/nfs/index.docbook share/doc/HTML/uk/kioslave/nntp/common share/doc/HTML/uk/kioslave/nntp/index.cache.bz2 share/doc/HTML/uk/kioslave/nntp/index.docbook share/doc/HTML/uk/kioslave/pop3/common share/doc/HTML/uk/kioslave/pop3/index.cache.bz2 share/doc/HTML/uk/kioslave/pop3/index.docbook share/doc/HTML/uk/kioslave/rlogin/common share/doc/HTML/uk/kioslave/rlogin/index.cache.bz2 share/doc/HTML/uk/kioslave/rlogin/index.docbook share/doc/HTML/uk/kioslave/sftp/common share/doc/HTML/uk/kioslave/sftp/index.cache.bz2 share/doc/HTML/uk/kioslave/sftp/index.docbook share/doc/HTML/uk/kioslave/sieve/common share/doc/HTML/uk/kioslave/sieve/index.cache.bz2 share/doc/HTML/uk/kioslave/sieve/index.docbook share/doc/HTML/uk/kioslave/smb/common share/doc/HTML/uk/kioslave/smb/index.cache.bz2 share/doc/HTML/uk/kioslave/smb/index.docbook share/doc/HTML/uk/kioslave/smtp/common share/doc/HTML/uk/kioslave/smtp/index.cache.bz2 share/doc/HTML/uk/kioslave/smtp/index.docbook share/doc/HTML/uk/kioslave/tar/common share/doc/HTML/uk/kioslave/tar/index.cache.bz2 share/doc/HTML/uk/kioslave/tar/index.docbook share/doc/HTML/uk/kioslave/telnet/common share/doc/HTML/uk/kioslave/telnet/index.cache.bz2 share/doc/HTML/uk/kioslave/telnet/index.docbook share/doc/HTML/uk/kioslave/thumbnail/common share/doc/HTML/uk/kioslave/thumbnail/index.cache.bz2 share/doc/HTML/uk/kioslave/thumbnail/index.docbook share/doc/HTML/uk/kioslave/webdav/common share/doc/HTML/uk/kioslave/webdav/index.cache.bz2 share/doc/HTML/uk/kioslave/webdav/index.docbook share/doc/HTML/uk/kioslave/xz/common share/doc/HTML/uk/kioslave/xz/index.cache.bz2 share/doc/HTML/uk/kioslave/xz/index.docbook share/doc/HTML/uk/kiriki/common share/doc/HTML/uk/kiriki/index.cache.bz2 share/doc/HTML/uk/kiriki/index.docbook share/doc/HTML/uk/kiten/common share/doc/HTML/uk/kiten/common_uncommon_filtering.png share/doc/HTML/uk/kiten/ending_search.png share/doc/HTML/uk/kiten/font.png share/doc/HTML/uk/kiten/grade_search.png share/doc/HTML/uk/kiten/index.cache.bz2 share/doc/HTML/uk/kiten/index.docbook share/doc/HTML/uk/kiten/introduction.png share/doc/HTML/uk/kiten/kanji_information.png share/doc/HTML/uk/kiten/kanji_list.png share/doc/HTML/uk/kiten/looking_up_words.png share/doc/HTML/uk/kiten/radical_selector.png share/doc/HTML/uk/kiten/search_in_results.png share/doc/HTML/uk/kiten/stroke_search.png share/doc/HTML/uk/kiten/verb_deinflection.png share/doc/HTML/uk/kiten/with_filtering.png share/doc/HTML/uk/kiten/word_type_results.png share/doc/HTML/uk/kjots/common share/doc/HTML/uk/kjots/index.cache.bz2 share/doc/HTML/uk/kjots/index.docbook share/doc/HTML/uk/kjumpingcube/common share/doc/HTML/uk/kjumpingcube/index.cache.bz2 share/doc/HTML/uk/kjumpingcube/index.docbook share/doc/HTML/uk/kleopatra/common share/doc/HTML/uk/kleopatra/index.cache.bz2 share/doc/HTML/uk/kleopatra/index.docbook share/doc/HTML/uk/klettres/common share/doc/HTML/uk/klettres/index.cache.bz2 share/doc/HTML/uk/klettres/index.docbook share/doc/HTML/uk/klettres/klettres-newstuff.png share/doc/HTML/uk/klettres/klettres-newstuff1.png share/doc/HTML/uk/klettres/klettres-newstuff2.png share/doc/HTML/uk/klettres/klettres1.png share/doc/HTML/uk/klettres/klettres2.png share/doc/HTML/uk/klettres/klettres3.png share/doc/HTML/uk/klettres/klettres4.png share/doc/HTML/uk/klettres/klettres5.png share/doc/HTML/uk/klettres/klettres6.png share/doc/HTML/uk/klickety/common share/doc/HTML/uk/klickety/config-background.png share/doc/HTML/uk/klickety/config-customgame.png share/doc/HTML/uk/klickety/config-general.png share/doc/HTML/uk/klickety/config-theme.png share/doc/HTML/uk/klickety/gamescreen.png share/doc/HTML/uk/klickety/highscore.png share/doc/HTML/uk/klickety/index.cache.bz2 share/doc/HTML/uk/klickety/index.docbook share/doc/HTML/uk/klickety/ksamemode.png share/doc/HTML/uk/klickety/numbered.png share/doc/HTML/uk/klickety/shortcuts.png share/doc/HTML/uk/klines/common share/doc/HTML/uk/klines/gamescreen.png share/doc/HTML/uk/klines/index.cache.bz2 share/doc/HTML/uk/klines/index.docbook share/doc/HTML/uk/klinkstatus/check-settings.png share/doc/HTML/uk/klinkstatus/common share/doc/HTML/uk/klinkstatus/identification-settings.png share/doc/HTML/uk/klinkstatus/index.cache.bz2 share/doc/HTML/uk/klinkstatus/index.docbook share/doc/HTML/uk/klinkstatus/login-dialog.png share/doc/HTML/uk/klinkstatus/mail-transport-settings.png share/doc/HTML/uk/klinkstatus/results-settings.png share/doc/HTML/uk/klinkstatus/screenshot.png share/doc/HTML/uk/klipper/common share/doc/HTML/uk/klipper/index.cache.bz2 share/doc/HTML/uk/klipper/index.docbook share/doc/HTML/uk/kmag/common share/doc/HTML/uk/kmag/index.cache.bz2 share/doc/HTML/uk/kmag/index.docbook share/doc/HTML/uk/kmag/man-kmag.1.docbook share/doc/HTML/uk/kmahjongg/common share/doc/HTML/uk/kmahjongg/config.png share/doc/HTML/uk/kmahjongg/config_background.png share/doc/HTML/uk/kmahjongg/config_layout.png share/doc/HTML/uk/kmahjongg/config_tiles.png share/doc/HTML/uk/kmahjongg/gamescreen.png share/doc/HTML/uk/kmahjongg/highscore.png share/doc/HTML/uk/kmahjongg/index.cache.bz2 share/doc/HTML/uk/kmahjongg/index.docbook share/doc/HTML/uk/kmahjongg/numbered.png share/doc/HTML/uk/kmahjongg/shortcuts.png share/doc/HTML/uk/kmail/common share/doc/HTML/uk/kmail/configure.docbook share/doc/HTML/uk/kmail/credits-and-licenses.docbook share/doc/HTML/uk/kmail/faq.docbook share/doc/HTML/uk/kmail/getting-started.docbook share/doc/HTML/uk/kmail/importing.docbook share/doc/HTML/uk/kmail/index.cache.bz2 share/doc/HTML/uk/kmail/index.docbook share/doc/HTML/uk/kmail/intro.docbook share/doc/HTML/uk/kmail/menus.docbook share/doc/HTML/uk/kmail/troubleshooting.docbook share/doc/HTML/uk/kmail/using-kmail.docbook share/doc/HTML/uk/kmenuedit/common share/doc/HTML/uk/kmenuedit/done.png share/doc/HTML/uk/kmenuedit/index.cache.bz2 share/doc/HTML/uk/kmenuedit/index.docbook share/doc/HTML/uk/kmenuedit/itemname.png share/doc/HTML/uk/kmenuedit/new.png share/doc/HTML/uk/kmenuedit/selecticon.png share/doc/HTML/uk/kmenuedit/selectinternet.png share/doc/HTML/uk/kmines/common share/doc/HTML/uk/kmines/index.cache.bz2 share/doc/HTML/uk/kmines/index.docbook share/doc/HTML/uk/kmix/common share/doc/HTML/uk/kmix/index.cache.bz2 share/doc/HTML/uk/kmix/index.docbook share/doc/HTML/uk/kmix/kmix-configure.png share/doc/HTML/uk/kmix/kmix-file.png share/doc/HTML/uk/kmix/kmix-master.png share/doc/HTML/uk/kmix/kmix-options.png share/doc/HTML/uk/kmix/kmix.png share/doc/HTML/uk/kmousetool/common share/doc/HTML/uk/kmousetool/index.cache.bz2 share/doc/HTML/uk/kmousetool/index.docbook share/doc/HTML/uk/kmousetool/man-kmousetool.1.docbook share/doc/HTML/uk/kmouth/common share/doc/HTML/uk/kmouth/index.cache.bz2 share/doc/HTML/uk/kmouth/index.docbook share/doc/HTML/uk/kmouth/man-kmouth.1.docbook share/doc/HTML/uk/kmplot/commands.docbook share/doc/HTML/uk/kmplot/common share/doc/HTML/uk/kmplot/configuration.docbook share/doc/HTML/uk/kmplot/credits.docbook share/doc/HTML/uk/kmplot/dcop.docbook share/doc/HTML/uk/kmplot/developer.docbook share/doc/HTML/uk/kmplot/firststeps.docbook share/doc/HTML/uk/kmplot/index.cache.bz2 share/doc/HTML/uk/kmplot/index.docbook share/doc/HTML/uk/kmplot/install.docbook share/doc/HTML/uk/kmplot/introduction.docbook share/doc/HTML/uk/kmplot/main.png share/doc/HTML/uk/kmplot/man-kmplot.1.docbook share/doc/HTML/uk/kmplot/popup.png share/doc/HTML/uk/kmplot/reference.docbook share/doc/HTML/uk/kmplot/settings-colors.png share/doc/HTML/uk/kmplot/settings-constants.png share/doc/HTML/uk/kmplot/settings-coords.png share/doc/HTML/uk/kmplot/settings-diagram.png share/doc/HTML/uk/kmplot/settings-fonts.png share/doc/HTML/uk/kmplot/settings-general.png share/doc/HTML/uk/kmplot/using.docbook share/doc/HTML/uk/knetattach/common share/doc/HTML/uk/knetattach/index.cache.bz2 share/doc/HTML/uk/knetattach/index.docbook share/doc/HTML/uk/knetattach/screenshot.png share/doc/HTML/uk/knetattach/screenshot1.png share/doc/HTML/uk/knetattach/screenshot2.png share/doc/HTML/uk/knetattach/screenshot3.png share/doc/HTML/uk/knetattach/screenshot4.png share/doc/HTML/uk/knetwalk/common share/doc/HTML/uk/knetwalk/index.cache.bz2 share/doc/HTML/uk/knetwalk/index.docbook share/doc/HTML/uk/knode/commands.docbook share/doc/HTML/uk/knode/common share/doc/HTML/uk/knode/credits.docbook share/doc/HTML/uk/knode/faq.docbook share/doc/HTML/uk/knode/gloss.docbook share/doc/HTML/uk/knode/index.cache.bz2 share/doc/HTML/uk/knode/index.docbook share/doc/HTML/uk/knode/install.docbook share/doc/HTML/uk/knode/introduction.docbook share/doc/HTML/uk/knode/journey.docbook share/doc/HTML/uk/knode/knode-cleanup.png share/doc/HTML/uk/knode/knode-colors-fonts.png share/doc/HTML/uk/knode/knode-composer-attachments.png share/doc/HTML/uk/knode/knode-composer-settings.png share/doc/HTML/uk/knode/knode-edit-filter.png share/doc/HTML/uk/knode/knode-edit-header1.png share/doc/HTML/uk/knode/knode-edit-header2.png share/doc/HTML/uk/knode/knode-filters.png share/doc/HTML/uk/knode/knode-followup.png share/doc/HTML/uk/knode/knode-header-settings.png share/doc/HTML/uk/knode/knode-identity.png share/doc/HTML/uk/knode/knode-mail-account.png share/doc/HTML/uk/knode/knode-new-article.png share/doc/HTML/uk/knode/knode-news-account.png share/doc/HTML/uk/knode/knode-post-settings.png share/doc/HTML/uk/knode/knode-read-news-settings.png share/doc/HTML/uk/knode/knode-reply.png share/doc/HTML/uk/knode/knode-rule-editor.png share/doc/HTML/uk/knode/knode-search.png share/doc/HTML/uk/knode/knode-start.png share/doc/HTML/uk/knode/knode-subscribe.png share/doc/HTML/uk/knode/knode-views.png share/doc/HTML/uk/knode/more.docbook share/doc/HTML/uk/knode/using-firststart.docbook share/doc/HTML/uk/knode/using-morefeatures.docbook share/doc/HTML/uk/knode/using-subscribing.docbook share/doc/HTML/uk/knotes/common share/doc/HTML/uk/knotes/index.cache.bz2 share/doc/HTML/uk/knotes/index.docbook share/doc/HTML/uk/kolf/common share/doc/HTML/uk/kolf/index.cache.bz2 share/doc/HTML/uk/kolf/index.docbook share/doc/HTML/uk/kollision/common share/doc/HTML/uk/kollision/index.cache.bz2 share/doc/HTML/uk/kollision/index.docbook share/doc/HTML/uk/kolourpaint/KolourPaint.png share/doc/HTML/uk/kolourpaint/common share/doc/HTML/uk/kolourpaint/image_balance.png share/doc/HTML/uk/kolourpaint/image_emboss.png share/doc/HTML/uk/kolourpaint/image_flatten.png share/doc/HTML/uk/kolourpaint/image_invert.png share/doc/HTML/uk/kolourpaint/image_reduce_colors.png share/doc/HTML/uk/kolourpaint/image_resize_scale.png share/doc/HTML/uk/kolourpaint/image_rotate.png share/doc/HTML/uk/kolourpaint/image_skew.png share/doc/HTML/uk/kolourpaint/image_soften_sharpen.png share/doc/HTML/uk/kolourpaint/index.cache.bz2 share/doc/HTML/uk/kolourpaint/index.docbook share/doc/HTML/uk/kolourpaint/screenshot_acquiring.png share/doc/HTML/uk/kommander/basics.docbook share/doc/HTML/uk/kommander/commands.docbook share/doc/HTML/uk/kommander/common share/doc/HTML/uk/kommander/credits.docbook share/doc/HTML/uk/kommander/dcop.docbook share/doc/HTML/uk/kommander/editor.docbook share/doc/HTML/uk/kommander/extending.docbook share/doc/HTML/uk/kommander/glossary.docbook share/doc/HTML/uk/kommander/index.cache.bz2 share/doc/HTML/uk/kommander/index.docbook share/doc/HTML/uk/kommander/installation.docbook share/doc/HTML/uk/kommander/introduction.docbook share/doc/HTML/uk/kommander/q-and-a.docbook share/doc/HTML/uk/kommander/specials.docbook share/doc/HTML/uk/kommander/tutorials.docbook share/doc/HTML/uk/kommander/widgets.docbook share/doc/HTML/uk/kompare/common share/doc/HTML/uk/kompare/index.cache.bz2 share/doc/HTML/uk/kompare/index.docbook share/doc/HTML/uk/konqueror/basics.docbook share/doc/HTML/uk/konqueror/bookmarks.docbook share/doc/HTML/uk/konqueror/browser.docbook share/doc/HTML/uk/konqueror/cmndline.png share/doc/HTML/uk/konqueror/commands.docbook share/doc/HTML/uk/konqueror/common share/doc/HTML/uk/konqueror/config.docbook share/doc/HTML/uk/konqueror/credits.docbook share/doc/HTML/uk/konqueror/dirtree.png share/doc/HTML/uk/konqueror/dragdrop.png share/doc/HTML/uk/konqueror/faq.docbook share/doc/HTML/uk/konqueror/filemanager.docbook share/doc/HTML/uk/konqueror/folders.png share/doc/HTML/uk/konqueror/index.cache.bz2 share/doc/HTML/uk/konqueror/index.docbook share/doc/HTML/uk/konqueror/introduction.docbook share/doc/HTML/uk/konqueror/konqorg.png share/doc/HTML/uk/konqueror/look.png share/doc/HTML/uk/konqueror/man-kbookmarkmerger.1.docbook share/doc/HTML/uk/konqueror/parts.png share/doc/HTML/uk/konqueror/path-complete.docbook share/doc/HTML/uk/konqueror/plugins.docbook share/doc/HTML/uk/konqueror/save-settings.docbook share/doc/HTML/uk/konqueror/shortcut1.png share/doc/HTML/uk/konqueror/shortcut2.png share/doc/HTML/uk/konqueror/sidebar.docbook share/doc/HTML/uk/konqueror/thumbnails.png share/doc/HTML/uk/konqueror/view-extensions.docbook share/doc/HTML/uk/konqueror/viewproperties-dialog.png share/doc/HTML/uk/konquest/common share/doc/HTML/uk/konquest/index.cache.bz2 share/doc/HTML/uk/konquest/index.docbook share/doc/HTML/uk/konquest/ingame_window.png share/doc/HTML/uk/konquest/main_game_window.png share/doc/HTML/uk/konquest/new_game_settings.png share/doc/HTML/uk/konsole/common share/doc/HTML/uk/konsole/index.cache.bz2 share/doc/HTML/uk/konsole/index.docbook share/doc/HTML/uk/konsolekalendar/common share/doc/HTML/uk/konsolekalendar/index.cache.bz2 share/doc/HTML/uk/konsolekalendar/index.docbook share/doc/HTML/uk/kontact-admin/common share/doc/HTML/uk/kontact-admin/index.cache.bz2 share/doc/HTML/uk/kontact-admin/index.docbook share/doc/HTML/uk/kontact/common share/doc/HTML/uk/kontact/index.cache.bz2 share/doc/HTML/uk/kontact/index.docbook share/doc/HTML/uk/kopete/Kopete_icq_account_preferences.png share/doc/HTML/uk/kopete/Kopete_icq_account_setup.png share/doc/HTML/uk/kopete/Kopete_icq_first_start.png share/doc/HTML/uk/kopete/Kopete_icq_new_account.png share/doc/HTML/uk/kopete/chatstyle.docbook share/doc/HTML/uk/kopete/common share/doc/HTML/uk/kopete/icq.docbook share/doc/HTML/uk/kopete/index.cache.bz2 share/doc/HTML/uk/kopete/index.docbook share/doc/HTML/uk/kopete/jabber.docbook share/doc/HTML/uk/kopete/menus.docbook share/doc/HTML/uk/kopete/pipes.docbook share/doc/HTML/uk/korganizer/common share/doc/HTML/uk/korganizer/index.cache.bz2 share/doc/HTML/uk/korganizer/index.docbook share/doc/HTML/uk/kpat/common share/doc/HTML/uk/kpat/index.cache.bz2 share/doc/HTML/uk/kpat/index.docbook share/doc/HTML/uk/kpat/man-kpat.6.docbook share/doc/HTML/uk/kppp/accounting.docbook share/doc/HTML/uk/kppp/callback.docbook share/doc/HTML/uk/kppp/chap.docbook share/doc/HTML/uk/kppp/common share/doc/HTML/uk/kppp/dialog-setup.docbook share/doc/HTML/uk/kppp/getting-online.docbook share/doc/HTML/uk/kppp/global-settings.docbook share/doc/HTML/uk/kppp/hayes.docbook share/doc/HTML/uk/kppp/index.cache.bz2 share/doc/HTML/uk/kppp/index.docbook share/doc/HTML/uk/kppp/kppp-faq.docbook share/doc/HTML/uk/kppp/security.docbook share/doc/HTML/uk/kppp/tricks.docbook share/doc/HTML/uk/kppp/wizard.docbook share/doc/HTML/uk/krdc/common share/doc/HTML/uk/krdc/index.cache.bz2 share/doc/HTML/uk/krdc/index.docbook share/doc/HTML/uk/kreversi/common share/doc/HTML/uk/kreversi/index.cache.bz2 share/doc/HTML/uk/kreversi/index.docbook share/doc/HTML/uk/kreversi/kreversi1.png share/doc/HTML/uk/krfb/common share/doc/HTML/uk/krfb/index.cache.bz2 share/doc/HTML/uk/krfb/index.docbook share/doc/HTML/uk/kruler/common share/doc/HTML/uk/kruler/index.cache.bz2 share/doc/HTML/uk/kruler/index.docbook share/doc/HTML/uk/kruler/kruler-settings.png share/doc/HTML/uk/kshisen/common share/doc/HTML/uk/kshisen/index.cache.bz2 share/doc/HTML/uk/kshisen/index.docbook share/doc/HTML/uk/ksirk/attackmenu.png share/doc/HTML/uk/ksirk/common share/doc/HTML/uk/ksirk/defensedialog.png share/doc/HTML/uk/ksirk/displaygoalmessage.png share/doc/HTML/uk/ksirk/displaygoalwarningmessage.png share/doc/HTML/uk/ksirk/firing-screenshot.png share/doc/HTML/uk/ksirk/index.cache.bz2 share/doc/HTML/uk/ksirk/index.docbook share/doc/HTML/uk/ksirk/introscreen.png share/doc/HTML/uk/ksirk/invasionslider.png share/doc/HTML/uk/ksirk/joinnetgame.png share/doc/HTML/uk/ksirk/justjoined.png share/doc/HTML/uk/ksirk/newgamedialog.png share/doc/HTML/uk/ksirk/numnetplayersdialog.png share/doc/HTML/uk/ksirk/placingarmies.png share/doc/HTML/uk/ksirk/playersetupdialog.png share/doc/HTML/uk/ksirk/preferences.png share/doc/HTML/uk/ksirk/shownumberofarmies.png share/doc/HTML/uk/ksirkskineditor/common share/doc/HTML/uk/ksirkskineditor/index.cache.bz2 share/doc/HTML/uk/ksirkskineditor/index.docbook share/doc/HTML/uk/ksnapshot/common share/doc/HTML/uk/ksnapshot/index.cache.bz2 share/doc/HTML/uk/ksnapshot/index.docbook share/doc/HTML/uk/ksnapshot/preview.png share/doc/HTML/uk/ksnapshot/send-to-menu.png share/doc/HTML/uk/ksnapshot/window.png share/doc/HTML/uk/kspaceduel/common share/doc/HTML/uk/kspaceduel/index.cache.bz2 share/doc/HTML/uk/kspaceduel/index.docbook share/doc/HTML/uk/kspaceduel/kspaceduel3.png share/doc/HTML/uk/ksquares/common share/doc/HTML/uk/ksquares/index.cache.bz2 share/doc/HTML/uk/ksquares/index.docbook share/doc/HTML/uk/kstars/Add_Object_to_Session_plan.png share/doc/HTML/uk/kstars/Another_way4.png share/doc/HTML/uk/kstars/Another_way5.png share/doc/HTML/uk/kstars/Another_way6.png share/doc/HTML/uk/kstars/Another_way_to_add.png share/doc/HTML/uk/kstars/Another_way_to_add_part3.png share/doc/HTML/uk/kstars/Delete_all_images.png share/doc/HTML/uk/kstars/KStars_Neptune.png share/doc/HTML/uk/kstars/Savin_session.png share/doc/HTML/uk/kstars/WUT.png share/doc/HTML/uk/kstars/aavso.png share/doc/HTML/uk/kstars/ai-contents.docbook share/doc/HTML/uk/kstars/alpha.png share/doc/HTML/uk/kstars/altvstime.docbook share/doc/HTML/uk/kstars/altvstime.png share/doc/HTML/uk/kstars/astroinfo.docbook share/doc/HTML/uk/kstars/blackbody.docbook share/doc/HTML/uk/kstars/blackbody.png share/doc/HTML/uk/kstars/calc-angdist.docbook share/doc/HTML/uk/kstars/calc-angdist.png share/doc/HTML/uk/kstars/calc-apcoords.docbook share/doc/HTML/uk/kstars/calc-apcoords.png share/doc/HTML/uk/kstars/calc-appcoords.png share/doc/HTML/uk/kstars/calc-dayduration.docbook share/doc/HTML/uk/kstars/calc-daylength.png share/doc/HTML/uk/kstars/calc-ecliptic.docbook share/doc/HTML/uk/kstars/calc-ecliptic.png share/doc/HTML/uk/kstars/calc-eqgal.docbook share/doc/HTML/uk/kstars/calc-eqgal.png share/doc/HTML/uk/kstars/calc-equinox.docbook share/doc/HTML/uk/kstars/calc-equinox.png share/doc/HTML/uk/kstars/calc-geodetic.docbook share/doc/HTML/uk/kstars/calc-geodetic.png share/doc/HTML/uk/kstars/calc-horizontal.docbook share/doc/HTML/uk/kstars/calc-horizontal.png share/doc/HTML/uk/kstars/calc-julian.png share/doc/HTML/uk/kstars/calc-julianday.docbook share/doc/HTML/uk/kstars/calc-planetcoords.docbook share/doc/HTML/uk/kstars/calc-planetcoords.png share/doc/HTML/uk/kstars/calc-sidereal.docbook share/doc/HTML/uk/kstars/calc-sidereal.png share/doc/HTML/uk/kstars/calculator.docbook share/doc/HTML/uk/kstars/cequator.docbook share/doc/HTML/uk/kstars/color_indices.png share/doc/HTML/uk/kstars/colorandtemp.docbook share/doc/HTML/uk/kstars/commands.docbook share/doc/HTML/uk/kstars/common share/doc/HTML/uk/kstars/config.docbook share/doc/HTML/uk/kstars/cosmicdist.docbook share/doc/HTML/uk/kstars/cpoles.docbook share/doc/HTML/uk/kstars/credits.docbook share/doc/HTML/uk/kstars/csphere.docbook share/doc/HTML/uk/kstars/darkmatter.docbook share/doc/HTML/uk/kstars/details.docbook share/doc/HTML/uk/kstars/devicemanager.png share/doc/HTML/uk/kstars/dss.png share/doc/HTML/uk/kstars/dumpmode.docbook share/doc/HTML/uk/kstars/ecliptic.docbook share/doc/HTML/uk/kstars/ellipticalgalaxies.docbook share/doc/HTML/uk/kstars/epoch.docbook share/doc/HTML/uk/kstars/equinox.docbook share/doc/HTML/uk/kstars/execute_session_nt.png share/doc/HTML/uk/kstars/execute_session_the_nt.png share/doc/HTML/uk/kstars/faq.docbook share/doc/HTML/uk/kstars/fitsarea.png share/doc/HTML/uk/kstars/fitsviewer.docbook share/doc/HTML/uk/kstars/flux.docbook share/doc/HTML/uk/kstars/flux.png share/doc/HTML/uk/kstars/flux2.png share/doc/HTML/uk/kstars/geocoords.docbook share/doc/HTML/uk/kstars/geolocator.png share/doc/HTML/uk/kstars/greatcircle.docbook share/doc/HTML/uk/kstars/horizon.docbook share/doc/HTML/uk/kstars/hourangle.docbook share/doc/HTML/uk/kstars/index.cache.bz2 share/doc/HTML/uk/kstars/index.docbook share/doc/HTML/uk/kstars/indi.docbook share/doc/HTML/uk/kstars/install.docbook share/doc/HTML/uk/kstars/jmoons.docbook share/doc/HTML/uk/kstars/jmoons.png share/doc/HTML/uk/kstars/julianday.docbook share/doc/HTML/uk/kstars/kepler2nd.png share/doc/HTML/uk/kstars/lambda_ex.png share/doc/HTML/uk/kstars/lambda_max.png share/doc/HTML/uk/kstars/leapyear.docbook share/doc/HTML/uk/kstars/lightcurves.docbook share/doc/HTML/uk/kstars/luminosity.docbook share/doc/HTML/uk/kstars/magnitude.docbook share/doc/HTML/uk/kstars/meridian.docbook share/doc/HTML/uk/kstars/obsplanner.docbook share/doc/HTML/uk/kstars/parallax.docbook share/doc/HTML/uk/kstars/precession.docbook share/doc/HTML/uk/kstars/quicktour.docbook share/doc/HTML/uk/kstars/retrograde.docbook share/doc/HTML/uk/kstars/scriptbuilder.docbook share/doc/HTML/uk/kstars/scriptbuilder.png share/doc/HTML/uk/kstars/sds.png share/doc/HTML/uk/kstars/sidereal.docbook share/doc/HTML/uk/kstars/skycoords.docbook share/doc/HTML/uk/kstars/solarsys.docbook share/doc/HTML/uk/kstars/solarsystem.png share/doc/HTML/uk/kstars/spiralgalaxies.docbook share/doc/HTML/uk/kstars/stars.docbook share/doc/HTML/uk/kstars/telescopes.docbook share/doc/HTML/uk/kstars/timezones.docbook share/doc/HTML/uk/kstars/tools.docbook share/doc/HTML/uk/kstars/utime.docbook share/doc/HTML/uk/kstars/wut.docbook share/doc/HTML/uk/kstars/wut.png share/doc/HTML/uk/kstars/zenith.docbook share/doc/HTML/uk/ksudoku/common share/doc/HTML/uk/ksudoku/index.cache.bz2 share/doc/HTML/uk/ksudoku/index.docbook share/doc/HTML/uk/ksysguard/common share/doc/HTML/uk/ksysguard/index.cache.bz2 share/doc/HTML/uk/ksysguard/index.docbook share/doc/HTML/uk/ksystemlog/common share/doc/HTML/uk/ksystemlog/index.cache.bz2 share/doc/HTML/uk/ksystemlog/index.docbook share/doc/HTML/uk/kteatime/common share/doc/HTML/uk/kteatime/config.png share/doc/HTML/uk/kteatime/index.cache.bz2 share/doc/HTML/uk/kteatime/index.docbook share/doc/HTML/uk/ktimer/common share/doc/HTML/uk/ktimer/index.cache.bz2 share/doc/HTML/uk/ktimer/index.docbook share/doc/HTML/uk/ktimetracker/common share/doc/HTML/uk/ktimetracker/index.cache.bz2 share/doc/HTML/uk/ktimetracker/index.docbook share/doc/HTML/uk/ktnef/common share/doc/HTML/uk/ktnef/index.cache.bz2 share/doc/HTML/uk/ktnef/index.docbook share/doc/HTML/uk/ktouch/character_editing.png share/doc/HTML/uk/ktouch/color_options.png share/doc/HTML/uk/ktouch/common share/doc/HTML/uk/ktouch/courses.png share/doc/HTML/uk/ktouch/create.png share/doc/HTML/uk/ktouch/create_course1.png share/doc/HTML/uk/ktouch/create_course2.png share/doc/HTML/uk/ktouch/create_course3.png share/doc/HTML/uk/ktouch/create_layout1.png share/doc/HTML/uk/ktouch/create_layout2.png share/doc/HTML/uk/ktouch/create_layout3.png share/doc/HTML/uk/ktouch/home_screen.png share/doc/HTML/uk/ktouch/index.cache.bz2 share/doc/HTML/uk/ktouch/index.docbook share/doc/HTML/uk/ktouch/key_editing.png share/doc/HTML/uk/ktouch/ktouch_menu.png share/doc/HTML/uk/ktouch/main_screen_default_color.png share/doc/HTML/uk/ktouch/main_window_german.png share/doc/HTML/uk/ktouch/man-ktouch.1.docbook share/doc/HTML/uk/ktouch/pause_options.png share/doc/HTML/uk/ktouch/profiles.png share/doc/HTML/uk/ktouch/profiles1.png share/doc/HTML/uk/ktouch/quality_check.png share/doc/HTML/uk/ktouch/score_screen.png share/doc/HTML/uk/ktouch/score_screen_errors.png share/doc/HTML/uk/ktouch/statistics_dialog.png share/doc/HTML/uk/ktouch/statistics_hovering.png share/doc/HTML/uk/ktouch/statistics_over.png share/doc/HTML/uk/ktouch/statistics_show.png share/doc/HTML/uk/ktouch/training_options.png share/doc/HTML/uk/ktouch/welcome_screen.png share/doc/HTML/uk/ktron/common share/doc/HTML/uk/ktron/index.cache.bz2 share/doc/HTML/uk/ktron/index.docbook share/doc/HTML/uk/ktron/settings-general.png share/doc/HTML/uk/ktron/settings-theme.png share/doc/HTML/uk/ktuberling/button-load.png share/doc/HTML/uk/ktuberling/button-new.png share/doc/HTML/uk/ktuberling/button-print.png share/doc/HTML/uk/ktuberling/button-redo.png share/doc/HTML/uk/ktuberling/button-save.png share/doc/HTML/uk/ktuberling/button-undo.png share/doc/HTML/uk/ktuberling/common share/doc/HTML/uk/ktuberling/index.cache.bz2 share/doc/HTML/uk/ktuberling/index.docbook share/doc/HTML/uk/ktuberling/menu-edit.png share/doc/HTML/uk/ktuberling/menu-game.png share/doc/HTML/uk/ktuberling/menu-help.png share/doc/HTML/uk/ktuberling/menu-settings.png share/doc/HTML/uk/ktuberling/technical-reference.docbook share/doc/HTML/uk/ktuberling/toolbar.png share/doc/HTML/uk/kturtle/common share/doc/HTML/uk/kturtle/getting-started.docbook share/doc/HTML/uk/kturtle/glossary.docbook share/doc/HTML/uk/kturtle/index.cache.bz2 share/doc/HTML/uk/kturtle/index.docbook share/doc/HTML/uk/kturtle/mainwindow.png share/doc/HTML/uk/kturtle/mainwindow_flower_nrs.png share/doc/HTML/uk/kturtle/programming-reference.docbook share/doc/HTML/uk/kturtle/translator-guide.docbook share/doc/HTML/uk/kturtle/using-kturtle.docbook share/doc/HTML/uk/kubrick/common share/doc/HTML/uk/kubrick/index.cache.bz2 share/doc/HTML/uk/kubrick/index.docbook share/doc/HTML/uk/kuser/common share/doc/HTML/uk/kuser/index.cache.bz2 share/doc/HTML/uk/kuser/index.docbook share/doc/HTML/uk/kuser/kuser.png share/doc/HTML/uk/kwallet/common share/doc/HTML/uk/kwallet/edit1.png share/doc/HTML/uk/kwallet/edit2.png share/doc/HTML/uk/kwallet/index.cache.bz2 share/doc/HTML/uk/kwallet/index.docbook share/doc/HTML/uk/kwallet/kwalletmanager.png share/doc/HTML/uk/kwallet/openwallet-request.png share/doc/HTML/uk/kwallet/save-login-information.png share/doc/HTML/uk/kwatchgnupg/common share/doc/HTML/uk/kwatchgnupg/index.cache.bz2 share/doc/HTML/uk/kwatchgnupg/index.docbook share/doc/HTML/uk/kwordquiz/common share/doc/HTML/uk/kwordquiz/index.cache.bz2 share/doc/HTML/uk/kwordquiz/index.docbook share/doc/HTML/uk/kwordquiz/kwq-dlg-characters.png share/doc/HTML/uk/kwordquiz/kwq-dlg-configure-appearance.png share/doc/HTML/uk/kwordquiz/kwq-dlg-configure-characters.png share/doc/HTML/uk/kwordquiz/kwq-dlg-configure-editor.png share/doc/HTML/uk/kwordquiz/kwq-dlg-configure-general.png share/doc/HTML/uk/kwordquiz/kwq-dlg-configure-quiz.png share/doc/HTML/uk/kwordquiz/kwq-dlg-languages.png share/doc/HTML/uk/kwordquiz/kwq-dlg-print-type.png share/doc/HTML/uk/kwordquiz/kwq-editor.png share/doc/HTML/uk/kwordquiz/kwq-flashcard.png share/doc/HTML/uk/kwordquiz/kwq-multiple.png share/doc/HTML/uk/kwordquiz/kwq-qanda.png share/doc/HTML/uk/kwordquiz/kwq-tutor-popup-minimalistic.png share/doc/HTML/uk/kwordquiz/kwq-tutor-popup-native.png share/doc/HTML/uk/kwordquiz/kwq-tutor-settings.png share/doc/HTML/uk/kwordquiz/kwq-tutor-shortcuts.png share/doc/HTML/uk/kwordquiz/kwq-tutor-welcome.png share/doc/HTML/uk/kwrite/common share/doc/HTML/uk/kwrite/configuring.docbook share/doc/HTML/uk/kwrite/fundamentals.docbook share/doc/HTML/uk/kwrite/index.cache.bz2 share/doc/HTML/uk/kwrite/index.docbook share/doc/HTML/uk/kwrite/menus.docbook share/doc/HTML/uk/lokalize/common share/doc/HTML/uk/lokalize/configure_shortcuts.png share/doc/HTML/uk/lokalize/configure_toolbar.png share/doc/HTML/uk/lokalize/default_editor_lokalize.png share/doc/HTML/uk/lokalize/glossary.png share/doc/HTML/uk/lokalize/index.cache.bz2 share/doc/HTML/uk/lokalize/index.docbook share/doc/HTML/uk/lokalize/original-diff.png share/doc/HTML/uk/lokalize/project_overview.png share/doc/HTML/uk/lokalize/sync.png share/doc/HTML/uk/lokalize/tmview.png share/doc/HTML/uk/lskat/common share/doc/HTML/uk/lskat/index.cache.bz2 share/doc/HTML/uk/lskat/index.docbook share/doc/HTML/uk/marble/common share/doc/HTML/uk/marble/configure-cacheproxy.png share/doc/HTML/uk/marble/configure-navigation.png share/doc/HTML/uk/marble/configure-plugins.png share/doc/HTML/uk/marble/configure-routing.png share/doc/HTML/uk/marble/configure-view.png share/doc/HTML/uk/marble/download-region-3.png share/doc/HTML/uk/marble/index.cache.bz2 share/doc/HTML/uk/marble/index.docbook share/doc/HTML/uk/marble/mapview-1.png share/doc/HTML/uk/marble/measure-1.png share/doc/HTML/uk/marble/quick-1.png share/doc/HTML/uk/marble/routing-1.png share/doc/HTML/uk/marble/routing-2.png share/doc/HTML/uk/marble/routing-3.png share/doc/HTML/uk/marble/routing-4.png share/doc/HTML/uk/marble/routing-5.png share/doc/HTML/uk/marble/routing-6.png share/doc/HTML/uk/marble/search-1.png share/doc/HTML/uk/marble/search-2.png share/doc/HTML/uk/okteta/common share/doc/HTML/uk/okteta/index.cache.bz2 share/doc/HTML/uk/okteta/index.docbook share/doc/HTML/uk/okular/annotation-properties.png share/doc/HTML/uk/okular/annotations.png share/doc/HTML/uk/okular/bookmark-management.png share/doc/HTML/uk/okular/common share/doc/HTML/uk/okular/configure-editor.png share/doc/HTML/uk/okular/configure.png share/doc/HTML/uk/okular/embedded-files-bar.png share/doc/HTML/uk/okular/forms-bar.png share/doc/HTML/uk/okular/index.cache.bz2 share/doc/HTML/uk/okular/index.docbook share/doc/HTML/uk/okular/mainwindow.png share/doc/HTML/uk/okular/man-okular.1.docbook share/doc/HTML/uk/onlinehelp/common share/doc/HTML/uk/onlinehelp/index.cache.bz2 share/doc/HTML/uk/onlinehelp/index.docbook share/doc/HTML/uk/palapeli/common share/doc/HTML/uk/palapeli/index.cache.bz2 share/doc/HTML/uk/palapeli/index.docbook share/doc/HTML/uk/parley/800px-Parley_mixed_letters_0-9-4_001.png share/doc/HTML/uk/parley/Configure_blocking.png share/doc/HTML/uk/parley/Configure_practice.png share/doc/HTML/uk/parley/Configure_practice_conjugation.png share/doc/HTML/uk/parley/Parley_configure_advanced.png share/doc/HTML/uk/parley/Parley_configure_parley_0-9-4_001.png share/doc/HTML/uk/parley/Parley_configure_parley_0-9-4_002.png share/doc/HTML/uk/parley/Parley_configure_parley_0-9-4_003.png share/doc/HTML/uk/parley/Parley_configure_parley_0-9-4_004.png share/doc/HTML/uk/parley/Parley_configure_thresholds.png share/doc/HTML/uk/parley/Parley_file_select_dialog_0-9-4.png share/doc/HTML/uk/parley/Parley_get_new_stuff_0-9-4_001.png share/doc/HTML/uk/parley/Parley_initial_screen_0-9-4.png share/doc/HTML/uk/parley/Parley_mixed_letters_0-9-4_001.png share/doc/HTML/uk/parley/Parley_mixed_letters_0-9-4_002.png share/doc/HTML/uk/parley/Parley_mixed_letters_0-9-4_003.png share/doc/HTML/uk/parley/Parley_mixed_letters_0-9-4_004.png share/doc/HTML/uk/parley/Parley_multiple_choice_0-9-4_001.png share/doc/HTML/uk/parley/Parley_multiple_choice_0-9-4_002.png share/doc/HTML/uk/parley/Parley_multiple_choice_0-9-4_003.png share/doc/HTML/uk/parley/Parley_practice_bees.png share/doc/HTML/uk/parley/Parley_practice_grey_flash.png share/doc/HTML/uk/parley/Parley_practice_grey_written.png share/doc/HTML/uk/parley/Parley_practice_grey_written_right.png share/doc/HTML/uk/parley/Parley_practice_grey_written_wrong.png share/doc/HTML/uk/parley/Parley_welcome_screen.png share/doc/HTML/uk/parley/common share/doc/HTML/uk/parley/index.cache.bz2 share/doc/HTML/uk/parley/index.docbook share/doc/HTML/uk/picmi/common share/doc/HTML/uk/picmi/index.cache.bz2 share/doc/HTML/uk/picmi/index.docbook share/doc/HTML/uk/plasma-desktop/add-widgets.png share/doc/HTML/uk/plasma-desktop/common share/doc/HTML/uk/plasma-desktop/index.cache.bz2 share/doc/HTML/uk/plasma-desktop/index.docbook share/doc/HTML/uk/plasma-desktop/taskbar-settings.png share/doc/HTML/uk/rocs/common share/doc/HTML/uk/rocs/index.cache.bz2 share/doc/HTML/uk/rocs/index.docbook share/doc/HTML/uk/rocs/rocs-interfaces.png share/doc/HTML/uk/rocs/rocs-screenshot.png share/doc/HTML/uk/rocs/rocs-toolbar-alignment.png share/doc/HTML/uk/rocs/rocs-toolbar-main.png share/doc/HTML/uk/sonnet/common share/doc/HTML/uk/sonnet/index.cache.bz2 share/doc/HTML/uk/sonnet/index.docbook share/doc/HTML/uk/step/common share/doc/HTML/uk/step/examples.docbook share/doc/HTML/uk/step/index.cache.bz2 share/doc/HTML/uk/step/index.docbook share/doc/HTML/uk/step/mainwindow.png share/doc/HTML/uk/step/tutorials.docbook share/doc/HTML/uk/sweeper/common share/doc/HTML/uk/sweeper/index.cache.bz2 share/doc/HTML/uk/sweeper/index.docbook share/doc/HTML/uk/sweeper/sweeper.png share/doc/HTML/uk/systemsettings/common share/doc/HTML/uk/systemsettings/index.cache.bz2 share/doc/HTML/uk/systemsettings/index.docbook share/doc/HTML/uk/umbrello/authors.docbook share/doc/HTML/uk/umbrello/code_import_and_generation.docbook share/doc/HTML/uk/umbrello/common share/doc/HTML/uk/umbrello/credits.docbook share/doc/HTML/uk/umbrello/index.cache.bz2 share/doc/HTML/uk/umbrello/index.docbook share/doc/HTML/uk/umbrello/introduction.docbook share/doc/HTML/uk/umbrello/other_features.docbook share/doc/HTML/uk/umbrello/uml_basics.docbook share/doc/HTML/uk/umbrello/working_with_umbrello.docbook share/locale/uk/LC_MESSAGES/accountwizard.mo share/locale/uk/LC_MESSAGES/accountwizard_ical.mo share/locale/uk/LC_MESSAGES/accountwizard_imap.mo share/locale/uk/LC_MESSAGES/accountwizard_kolab.mo share/locale/uk/LC_MESSAGES/accountwizard_mailbox.mo share/locale/uk/LC_MESSAGES/accountwizard_maildir.mo share/locale/uk/LC_MESSAGES/accountwizard_pop3.mo share/locale/uk/LC_MESSAGES/accountwizard_tine20.mo share/locale/uk/LC_MESSAGES/activitymanager_plugin_globalshortcuts.mo share/locale/uk/LC_MESSAGES/activitymanager_uihandler_declarative.mo share/locale/uk/LC_MESSAGES/adblock.mo share/locale/uk/LC_MESSAGES/akonadi-filestore.mo share/locale/uk/LC_MESSAGES/akonadi_archivemail_agent.mo share/locale/uk/LC_MESSAGES/akonadi_birthdays_resource.mo share/locale/uk/LC_MESSAGES/akonadi_contacts_resource.mo share/locale/uk/LC_MESSAGES/akonadi_davgroupware_resource.mo share/locale/uk/LC_MESSAGES/akonadi_google_resource.mo share/locale/uk/LC_MESSAGES/akonadi_ical_resource.mo share/locale/uk/LC_MESSAGES/akonadi_icaldir_resource.mo share/locale/uk/LC_MESSAGES/akonadi_imap_resource.mo share/locale/uk/LC_MESSAGES/akonadi_invitations_agent.mo share/locale/uk/LC_MESSAGES/akonadi_kabc_resource.mo share/locale/uk/LC_MESSAGES/akonadi_kalarm_resource.mo share/locale/uk/LC_MESSAGES/akonadi_kcal_resource.mo share/locale/uk/LC_MESSAGES/akonadi_kdeaccounts_resource.mo share/locale/uk/LC_MESSAGES/akonadi_knut_resource.mo share/locale/uk/LC_MESSAGES/akonadi_kolabproxy_resource.mo share/locale/uk/LC_MESSAGES/akonadi_kresourceassistant.mo share/locale/uk/LC_MESSAGES/akonadi_localbookmarks_resource.mo share/locale/uk/LC_MESSAGES/akonadi_maildir_resource.mo share/locale/uk/LC_MESSAGES/akonadi_maildispatcher_agent.mo share/locale/uk/LC_MESSAGES/akonadi_mailfilter_agent.mo share/locale/uk/LC_MESSAGES/akonadi_mailtransport_resource.mo share/locale/uk/LC_MESSAGES/akonadi_mbox_resource.mo share/locale/uk/LC_MESSAGES/akonadi_microblog_resource.mo share/locale/uk/LC_MESSAGES/akonadi_mixedmaildir_resource.mo share/locale/uk/LC_MESSAGES/akonadi_nepomuk_feeder.mo share/locale/uk/LC_MESSAGES/akonadi_nepomuktag_resource.mo share/locale/uk/LC_MESSAGES/akonadi_next.mo share/locale/uk/LC_MESSAGES/akonadi_nntp_resource.mo share/locale/uk/LC_MESSAGES/akonadi_openxchange_resource.mo share/locale/uk/LC_MESSAGES/akonadi_pop3_resource.mo share/locale/uk/LC_MESSAGES/akonadi_serializer_plugins.mo share/locale/uk/LC_MESSAGES/akonadi_singlefile_resource.mo share/locale/uk/LC_MESSAGES/akonadi_strigi_feeder.mo share/locale/uk/LC_MESSAGES/akonadi_vcard_resource.mo share/locale/uk/LC_MESSAGES/akonadi_vcarddir_resource.mo share/locale/uk/LC_MESSAGES/akonadicontact.mo share/locale/uk/LC_MESSAGES/akonadinotes.mo share/locale/uk/LC_MESSAGES/akonaditray.mo share/locale/uk/LC_MESSAGES/akregator.mo share/locale/uk/LC_MESSAGES/akregator_konqplugin.mo share/locale/uk/LC_MESSAGES/amor.mo share/locale/uk/LC_MESSAGES/analitza.mo share/locale/uk/LC_MESSAGES/ark.mo share/locale/uk/LC_MESSAGES/attica_kde.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/blogilo.mo share/locale/uk/LC_MESSAGES/bomber.mo share/locale/uk/LC_MESSAGES/bovo.mo share/locale/uk/LC_MESSAGES/calendarsupport.mo share/locale/uk/LC_MESSAGES/cantor.mo share/locale/uk/LC_MESSAGES/cervisia.mo share/locale/uk/LC_MESSAGES/cryptopageplugin.mo share/locale/uk/LC_MESSAGES/cvsservice.mo share/locale/uk/LC_MESSAGES/dirfilterplugin.mo share/locale/uk/LC_MESSAGES/display.mo share/locale/uk/LC_MESSAGES/dolphin.mo share/locale/uk/LC_MESSAGES/domtreeviewer.mo share/locale/uk/LC_MESSAGES/dragonplayer.mo share/locale/uk/LC_MESSAGES/drkonqi.mo share/locale/uk/LC_MESSAGES/filelight.mo share/locale/uk/LC_MESSAGES/filetypes.mo share/locale/uk/LC_MESSAGES/fileviewbazaarplugin.mo share/locale/uk/LC_MESSAGES/fileviewgitplugin.mo share/locale/uk/LC_MESSAGES/fileviewhgplugin.mo share/locale/uk/LC_MESSAGES/fileviewsvnplugin.mo share/locale/uk/LC_MESSAGES/freespacenotifier.mo share/locale/uk/LC_MESSAGES/fsview.mo share/locale/uk/LC_MESSAGES/granatier.mo share/locale/uk/LC_MESSAGES/gwenview.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/importwizard.mo share/locale/uk/LC_MESSAGES/jovie.mo share/locale/uk/LC_MESSAGES/joystick.mo share/locale/uk/LC_MESSAGES/juk.mo share/locale/uk/LC_MESSAGES/kabc.mo share/locale/uk/LC_MESSAGES/kabc_akonadi.mo share/locale/uk/LC_MESSAGES/kabc_dir.mo share/locale/uk/LC_MESSAGES/kabc_file.mo share/locale/uk/LC_MESSAGES/kabc_ldapkio.mo share/locale/uk/LC_MESSAGES/kabc_net.mo share/locale/uk/LC_MESSAGES/kabcclient.mo share/locale/uk/LC_MESSAGES/kabcformat_binary.mo share/locale/uk/LC_MESSAGES/kaccess.mo share/locale/uk/LC_MESSAGES/kaccessibleapp.mo share/locale/uk/LC_MESSAGES/kactivitymanagerd.mo share/locale/uk/LC_MESSAGES/kactivitymanagerd_fileitem_linking_plugin.mo share/locale/uk/LC_MESSAGES/kaddressbook-mobile.mo share/locale/uk/LC_MESSAGES/kaddressbook.mo share/locale/uk/LC_MESSAGES/kaddressbookmigrator.mo share/locale/uk/LC_MESSAGES/kajongg.mo share/locale/uk/LC_MESSAGES/kalarm.mo share/locale/uk/LC_MESSAGES/kalgebra.mo share/locale/uk/LC_MESSAGES/kalzium.mo share/locale/uk/LC_MESSAGES/kanagram-harmattan.mo share/locale/uk/LC_MESSAGES/kanagram.mo share/locale/uk/LC_MESSAGES/kapman.mo share/locale/uk/LC_MESSAGES/kapptemplate.mo share/locale/uk/LC_MESSAGES/kate-ctags-plugin.mo share/locale/uk/LC_MESSAGES/kate.mo share/locale/uk/LC_MESSAGES/kate_kttsd.mo share/locale/uk/LC_MESSAGES/katebacktracebrowserplugin.mo share/locale/uk/LC_MESSAGES/katebuild-plugin.mo share/locale/uk/LC_MESSAGES/katefilebrowserplugin.mo share/locale/uk/LC_MESSAGES/katefiletemplates.mo share/locale/uk/LC_MESSAGES/kategdbplugin.mo share/locale/uk/LC_MESSAGES/katehelloworld.mo share/locale/uk/LC_MESSAGES/katekonsoleplugin.mo share/locale/uk/LC_MESSAGES/katemailfilesplugin.mo share/locale/uk/LC_MESSAGES/kateopenheader.mo share/locale/uk/LC_MESSAGES/katepart4.mo share/locale/uk/LC_MESSAGES/kateproject.mo share/locale/uk/LC_MESSAGES/katesearch.mo share/locale/uk/LC_MESSAGES/katesnippets_tng.mo share/locale/uk/LC_MESSAGES/katesnippetsplugin.mo share/locale/uk/LC_MESSAGES/katesql.mo share/locale/uk/LC_MESSAGES/katesymbolviewer.mo share/locale/uk/LC_MESSAGES/katetabbarextension.mo share/locale/uk/LC_MESSAGES/katetabifyplugin.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/kbattleship.mo share/locale/uk/LC_MESSAGES/kblackbox.mo share/locale/uk/LC_MESSAGES/kblankscrn.mo share/locale/uk/LC_MESSAGES/kblocks.mo share/locale/uk/LC_MESSAGES/kbounce.mo share/locale/uk/LC_MESSAGES/kbreakout.mo share/locale/uk/LC_MESSAGES/kbruch.mo share/locale/uk/LC_MESSAGES/kcachegrind.mo share/locale/uk/LC_MESSAGES/kcachegrind_qt.mo share/locale/uk/LC_MESSAGES/kcal_akonadi.mo share/locale/uk/LC_MESSAGES/kcalc.mo share/locale/uk/LC_MESSAGES/kcertpart.mo share/locale/uk/LC_MESSAGES/kcharselect.mo share/locale/uk/LC_MESSAGES/kcm-kwin-scripts.mo share/locale/uk/LC_MESSAGES/kcm_activities.mo share/locale/uk/LC_MESSAGES/kcm_akonadi.mo share/locale/uk/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/uk/LC_MESSAGES/kcm_attica.mo share/locale/uk/LC_MESSAGES/kcm_autostart.mo share/locale/uk/LC_MESSAGES/kcm_desktoppaths.mo share/locale/uk/LC_MESSAGES/kcm_desktopthemedetails.mo share/locale/uk/LC_MESSAGES/kcm_device_automounter.mo share/locale/uk/LC_MESSAGES/kcm_emoticons.mo share/locale/uk/LC_MESSAGES/kcm_infobase.mo share/locale/uk/LC_MESSAGES/kcm_infosummary.mo -share/locale/uk/LC_MESSAGES/kcm_krfb.mo share/locale/uk/LC_MESSAGES/kcm_kwindesktop.mo share/locale/uk/LC_MESSAGES/kcm_kwintabbox.mo share/locale/uk/LC_MESSAGES/kcm_memory.mo share/locale/uk/LC_MESSAGES/kcm_nepomuk.mo share/locale/uk/LC_MESSAGES/kcm_pci.mo share/locale/uk/LC_MESSAGES/kcm_phonon.mo share/locale/uk/LC_MESSAGES/kcm_platform.mo share/locale/uk/LC_MESSAGES/kcm_remotecontrol.mo share/locale/uk/LC_MESSAGES/kcm_solid.mo share/locale/uk/LC_MESSAGES/kcm_solid_actions.mo share/locale/uk/LC_MESSAGES/kcm_standard_actions.mo share/locale/uk/LC_MESSAGES/kcmaccess.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/kcmdevinfo.mo share/locale/uk/LC_MESSAGES/kcmfonts.mo share/locale/uk/LC_MESSAGES/kcmhtmlsearch.mo share/locale/uk/LC_MESSAGES/kcmicons.mo share/locale/uk/LC_MESSAGES/kcminfo.mo share/locale/uk/LC_MESSAGES/kcminit.mo share/locale/uk/LC_MESSAGES/kcminput.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/kcmkdnssd.mo share/locale/uk/LC_MESSAGES/kcmkeyboard.mo share/locale/uk/LC_MESSAGES/kcmkeys.mo share/locale/uk/LC_MESSAGES/kcmkgamma.mo share/locale/uk/LC_MESSAGES/kcmkio.mo share/locale/uk/LC_MESSAGES/kcmkonq.mo share/locale/uk/LC_MESSAGES/kcmkonqhtml.mo share/locale/uk/LC_MESSAGES/kcmkurifilt.mo share/locale/uk/LC_MESSAGES/kcmkwallet.mo share/locale/uk/LC_MESSAGES/kcmkwincompositing.mo share/locale/uk/LC_MESSAGES/kcmkwindecoration.mo share/locale/uk/LC_MESSAGES/kcmkwinrules.mo share/locale/uk/LC_MESSAGES/kcmkwinscreenedges.mo share/locale/uk/LC_MESSAGES/kcmkwm.mo share/locale/uk/LC_MESSAGES/kcmlaunch.mo share/locale/uk/LC_MESSAGES/kcmlocale.mo share/locale/uk/LC_MESSAGES/kcmnic.mo share/locale/uk/LC_MESSAGES/kcmnotify.mo share/locale/uk/LC_MESSAGES/kcmopengl.mo share/locale/uk/LC_MESSAGES/kcmperformance.mo share/locale/uk/LC_MESSAGES/kcmsamba.mo share/locale/uk/LC_MESSAGES/kcmscreensaver.mo share/locale/uk/LC_MESSAGES/kcmshell.mo share/locale/uk/LC_MESSAGES/kcmsmartcard.mo share/locale/uk/LC_MESSAGES/kcmsmserver.mo share/locale/uk/LC_MESSAGES/kcmstyle.mo share/locale/uk/LC_MESSAGES/kcmusb.mo share/locale/uk/LC_MESSAGES/kcmview1394.mo share/locale/uk/LC_MESSAGES/kcmworkspaceoptions.mo share/locale/uk/LC_MESSAGES/kcolorchooser.mo share/locale/uk/LC_MESSAGES/kcron.mo share/locale/uk/LC_MESSAGES/kde-menu.mo share/locale/uk/LC_MESSAGES/kdeasciiquarium.mo share/locale/uk/LC_MESSAGES/kdebugdialog.mo share/locale/uk/LC_MESSAGES/kdecalendarsystems.mo share/locale/uk/LC_MESSAGES/kdelibs4.mo share/locale/uk/LC_MESSAGES/kdelibs_colors4.mo share/locale/uk/LC_MESSAGES/kdepasswd.mo share/locale/uk/LC_MESSAGES/kdepim-runtime-qml.mo share/locale/uk/LC_MESSAGES/kdeqt.mo share/locale/uk/LC_MESSAGES/kdesu.mo share/locale/uk/LC_MESSAGES/kdesud.mo share/locale/uk/LC_MESSAGES/kdf.mo share/locale/uk/LC_MESSAGES/kdgantt2.mo share/locale/uk/LC_MESSAGES/kdialog.mo share/locale/uk/LC_MESSAGES/kdiamond.mo share/locale/uk/LC_MESSAGES/kdmconfig.mo share/locale/uk/LC_MESSAGES/kdmgreet.mo share/locale/uk/LC_MESSAGES/kdontchangethehostname.mo share/locale/uk/LC_MESSAGES/keditbookmarks.mo share/locale/uk/LC_MESSAGES/kfile.mo share/locale/uk/LC_MESSAGES/kfile_dds.mo share/locale/uk/LC_MESSAGES/kfile_drgeo.mo share/locale/uk/LC_MESSAGES/kfile_exr.mo share/locale/uk/LC_MESSAGES/kfile_kig.mo share/locale/uk/LC_MESSAGES/kfile_mail.mo share/locale/uk/LC_MESSAGES/kfile_pnm.mo share/locale/uk/LC_MESSAGES/kfile_raw.mo share/locale/uk/LC_MESSAGES/kfile_rgb.mo share/locale/uk/LC_MESSAGES/kfile_rpm.mo share/locale/uk/LC_MESSAGES/kfile_tiff.mo share/locale/uk/LC_MESSAGES/kfile_xps.mo share/locale/uk/LC_MESSAGES/kfileaudiopreview4.mo share/locale/uk/LC_MESSAGES/kfilereplace.mo share/locale/uk/LC_MESSAGES/kfileshare.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/kfontinst.mo share/locale/uk/LC_MESSAGES/kfourinline.mo share/locale/uk/LC_MESSAGES/kgeography.mo share/locale/uk/LC_MESSAGES/kget.mo share/locale/uk/LC_MESSAGES/kgetplugin.mo share/locale/uk/LC_MESSAGES/kglobalaccel.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_generic.mo share/locale/uk/LC_MESSAGES/kgreet_winbind.mo share/locale/uk/LC_MESSAGES/khangman.mo share/locale/uk/LC_MESSAGES/khelpcenter.mo share/locale/uk/LC_MESSAGES/khotkeys.mo share/locale/uk/LC_MESSAGES/khotnewstuff.mo share/locale/uk/LC_MESSAGES/khtmlkttsd.mo share/locale/uk/LC_MESSAGES/khtmlsettingsplugin.mo share/locale/uk/LC_MESSAGES/kiconfinder.mo share/locale/uk/LC_MESSAGES/kig.mo share/locale/uk/LC_MESSAGES/kigo.mo share/locale/uk/LC_MESSAGES/killbots.mo share/locale/uk/LC_MESSAGES/kimagemapeditor.mo -share/locale/uk/LC_MESSAGES/kinetd.mo share/locale/uk/LC_MESSAGES/kinfocenter.mo share/locale/uk/LC_MESSAGES/kio4.mo share/locale/uk/LC_MESSAGES/kio_activities.mo share/locale/uk/LC_MESSAGES/kio_akonadi.mo share/locale/uk/LC_MESSAGES/kio_applications.mo share/locale/uk/LC_MESSAGES/kio_archive.mo share/locale/uk/LC_MESSAGES/kio_audiocd.mo share/locale/uk/LC_MESSAGES/kio_bookmarks.mo share/locale/uk/LC_MESSAGES/kio_finger.mo share/locale/uk/LC_MESSAGES/kio_fish.mo share/locale/uk/LC_MESSAGES/kio_floppy.mo share/locale/uk/LC_MESSAGES/kio_help4.mo share/locale/uk/LC_MESSAGES/kio_imap4.mo share/locale/uk/LC_MESSAGES/kio_info.mo share/locale/uk/LC_MESSAGES/kio_jabberdisco.mo share/locale/uk/LC_MESSAGES/kio_ldap.mo share/locale/uk/LC_MESSAGES/kio_man.mo share/locale/uk/LC_MESSAGES/kio_mbox.mo share/locale/uk/LC_MESSAGES/kio_nepomuk.mo share/locale/uk/LC_MESSAGES/kio_nepomuksearch.mo share/locale/uk/LC_MESSAGES/kio_nfs.mo share/locale/uk/LC_MESSAGES/kio_nntp.mo share/locale/uk/LC_MESSAGES/kio_perldoc.mo share/locale/uk/LC_MESSAGES/kio_pop3.mo share/locale/uk/LC_MESSAGES/kio_recentdocuments.mo share/locale/uk/LC_MESSAGES/kio_remote.mo share/locale/uk/LC_MESSAGES/kio_sftp.mo share/locale/uk/LC_MESSAGES/kio_sieve.mo share/locale/uk/LC_MESSAGES/kio_smb.mo share/locale/uk/LC_MESSAGES/kio_smtp.mo share/locale/uk/LC_MESSAGES/kio_svn.mo share/locale/uk/LC_MESSAGES/kio_tags.mo share/locale/uk/LC_MESSAGES/kio_thumbnail.mo share/locale/uk/LC_MESSAGES/kio_timeline.mo share/locale/uk/LC_MESSAGES/kio_trash.mo share/locale/uk/LC_MESSAGES/kio_zeroconf.mo share/locale/uk/LC_MESSAGES/kioclient.mo share/locale/uk/LC_MESSAGES/kioexec.mo share/locale/uk/LC_MESSAGES/kipiplugin_kxmlhelloworld.mo share/locale/uk/LC_MESSAGES/kiriki.mo share/locale/uk/LC_MESSAGES/kiten.mo share/locale/uk/LC_MESSAGES/kjots.mo share/locale/uk/LC_MESSAGES/kjotsmigrator.mo share/locale/uk/LC_MESSAGES/kjumpingcube.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-migrator.mo share/locale/uk/LC_MESSAGES/kmail-mobile.mo share/locale/uk/LC_MESSAGES/kmail.mo share/locale/uk/LC_MESSAGES/kmailcvt.mo share/locale/uk/LC_MESSAGES/kmenuedit.mo share/locale/uk/LC_MESSAGES/kmimetypefinder.mo share/locale/uk/LC_MESSAGES/kmines.mo share/locale/uk/LC_MESSAGES/kmix.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/knetattach.mo share/locale/uk/LC_MESSAGES/knetwalk.mo share/locale/uk/LC_MESSAGES/knode.mo share/locale/uk/LC_MESSAGES/knotes.mo share/locale/uk/LC_MESSAGES/knotify4.mo share/locale/uk/LC_MESSAGES/kolf.mo share/locale/uk/LC_MESSAGES/kollision.mo share/locale/uk/LC_MESSAGES/kolourpaint.mo share/locale/uk/LC_MESSAGES/kommander.mo share/locale/uk/LC_MESSAGES/kompare.mo share/locale/uk/LC_MESSAGES/konqprofiles.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/konsoleprofiles.mo share/locale/uk/LC_MESSAGES/kontact.mo share/locale/uk/LC_MESSAGES/kontactinterfaces.mo share/locale/uk/LC_MESSAGES/kopete.mo share/locale/uk/LC_MESSAGES/korganizer-mobile.mo share/locale/uk/LC_MESSAGES/korganizer.mo share/locale/uk/LC_MESSAGES/kpartloader.mo share/locale/uk/LC_MESSAGES/kpartsaver.mo share/locale/uk/LC_MESSAGES/kpasswdserver.mo share/locale/uk/LC_MESSAGES/kpat.mo share/locale/uk/LC_MESSAGES/kppp.mo share/locale/uk/LC_MESSAGES/kppplogview.mo share/locale/uk/LC_MESSAGES/kquitapp.mo share/locale/uk/LC_MESSAGES/krandr.mo share/locale/uk/LC_MESSAGES/krcdnotifieritem.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/kremotecontroldaemon.mo share/locale/uk/LC_MESSAGES/kres-migrator.mo share/locale/uk/LC_MESSAGES/kres_blog.mo share/locale/uk/LC_MESSAGES/kres_remote.mo share/locale/uk/LC_MESSAGES/kresources_shared_akonadi.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/krunner.mo share/locale/uk/LC_MESSAGES/ksaneplugin.mo share/locale/uk/LC_MESSAGES/kscd.mo share/locale/uk/LC_MESSAGES/kscreenlocker.mo share/locale/uk/LC_MESSAGES/kscreenlocker_greet.mo share/locale/uk/LC_MESSAGES/kscreensaver.mo share/locale/uk/LC_MESSAGES/ksendemail.mo share/locale/uk/LC_MESSAGES/ksgrd.mo share/locale/uk/LC_MESSAGES/kshellcmdplugin.mo share/locale/uk/LC_MESSAGES/kshisen.mo share/locale/uk/LC_MESSAGES/kshorturifilter.mo share/locale/uk/LC_MESSAGES/ksirk.mo share/locale/uk/LC_MESSAGES/ksirkskineditor.mo share/locale/uk/LC_MESSAGES/ksmserver.mo share/locale/uk/LC_MESSAGES/ksnapshot.mo share/locale/uk/LC_MESSAGES/kspaceduel.mo share/locale/uk/LC_MESSAGES/ksplashthemes.mo share/locale/uk/LC_MESSAGES/ksquares.mo share/locale/uk/LC_MESSAGES/kstars.mo share/locale/uk/LC_MESSAGES/kstart.mo share/locale/uk/LC_MESSAGES/kstartperf.mo share/locale/uk/LC_MESSAGES/kstyle_config.mo share/locale/uk/LC_MESSAGES/kstyle_phase_config.mo share/locale/uk/LC_MESSAGES/ksudoku.mo share/locale/uk/LC_MESSAGES/ksysguard.mo share/locale/uk/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/uk/LC_MESSAGES/ksystemlog.mo share/locale/uk/LC_MESSAGES/ksystraycmd.mo share/locale/uk/LC_MESSAGES/kteatime.mo share/locale/uk/LC_MESSAGES/ktesnippets_editor.mo share/locale/uk/LC_MESSAGES/ktexteditor_codesnippets_core.mo share/locale/uk/LC_MESSAGES/ktexteditor_plugins.mo share/locale/uk/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/uk/LC_MESSAGES/ktimer.mo share/locale/uk/LC_MESSAGES/ktimetracker.mo share/locale/uk/LC_MESSAGES/ktnef.mo share/locale/uk/LC_MESSAGES/ktouch.mo share/locale/uk/LC_MESSAGES/ktouchpadenabler.mo share/locale/uk/LC_MESSAGES/ktraderclient.mo share/locale/uk/LC_MESSAGES/ktron.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/kubrick.mo share/locale/uk/LC_MESSAGES/kuiserver.mo share/locale/uk/LC_MESSAGES/kuiviewer.mo share/locale/uk/LC_MESSAGES/kurifilter.mo share/locale/uk/LC_MESSAGES/kuser.mo share/locale/uk/LC_MESSAGES/kwalletd.mo share/locale/uk/LC_MESSAGES/kwalletmanager.mo share/locale/uk/LC_MESSAGES/kwatchgnupg.mo share/locale/uk/LC_MESSAGES/kwin.mo share/locale/uk/LC_MESSAGES/kwin_art_clients.mo share/locale/uk/LC_MESSAGES/kwin_clients.mo share/locale/uk/LC_MESSAGES/kwin_effects.mo share/locale/uk/LC_MESSAGES/kwinshutdown.mo share/locale/uk/LC_MESSAGES/kwinstartmenu.mo share/locale/uk/LC_MESSAGES/kwordquiz.mo share/locale/uk/LC_MESSAGES/kwrite.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/lancelot.mo share/locale/uk/LC_MESSAGES/libakonadi-calendar.mo share/locale/uk/LC_MESSAGES/libakonadi-kmime.mo share/locale/uk/LC_MESSAGES/libakonadi.mo share/locale/uk/LC_MESSAGES/libeventviews.mo share/locale/uk/LC_MESSAGES/libincidenceeditors.mo share/locale/uk/LC_MESSAGES/libkalarmcal.mo share/locale/uk/LC_MESSAGES/libkasten.mo share/locale/uk/LC_MESSAGES/libkblog.mo share/locale/uk/LC_MESSAGES/libkcal.mo share/locale/uk/LC_MESSAGES/libkcalutils.mo share/locale/uk/LC_MESSAGES/libkcddb.mo share/locale/uk/LC_MESSAGES/libkcompactdisc.mo share/locale/uk/LC_MESSAGES/libkdcraw.mo share/locale/uk/LC_MESSAGES/libkdecorations.mo share/locale/uk/LC_MESSAGES/libkdeedu.mo share/locale/uk/LC_MESSAGES/libkdegames.mo share/locale/uk/LC_MESSAGES/libkdepim.mo share/locale/uk/LC_MESSAGES/libkdepimmobileui.mo share/locale/uk/LC_MESSAGES/libkexiv2.mo share/locale/uk/LC_MESSAGES/libkholidays.mo share/locale/uk/LC_MESSAGES/libkimap.mo share/locale/uk/LC_MESSAGES/libkipi.mo share/locale/uk/LC_MESSAGES/libkldap.mo share/locale/uk/LC_MESSAGES/libkleopatra.mo share/locale/uk/LC_MESSAGES/libkmahjongg.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/libkpimidentities.mo share/locale/uk/LC_MESSAGES/libkpimtextedit.mo share/locale/uk/LC_MESSAGES/libkpimutils.mo share/locale/uk/LC_MESSAGES/libkremotecontrol.mo share/locale/uk/LC_MESSAGES/libkresources.mo share/locale/uk/LC_MESSAGES/libksane.mo share/locale/uk/LC_MESSAGES/libkscreensaver.mo share/locale/uk/LC_MESSAGES/libksieve.mo share/locale/uk/LC_MESSAGES/libktnef.mo share/locale/uk/LC_MESSAGES/libkunitconversion.mo share/locale/uk/LC_MESSAGES/libkworkspace.mo share/locale/uk/LC_MESSAGES/libkxmlrpcclient.mo share/locale/uk/LC_MESSAGES/liblancelot-datamodels.mo share/locale/uk/LC_MESSAGES/libmailcommon.mo share/locale/uk/LC_MESSAGES/libmailimporter.mo share/locale/uk/LC_MESSAGES/libmailtransport.mo share/locale/uk/LC_MESSAGES/libmessagecomposer.mo share/locale/uk/LC_MESSAGES/libmessagecore.mo share/locale/uk/LC_MESSAGES/libmessagelist.mo share/locale/uk/LC_MESSAGES/libmessageviewer.mo share/locale/uk/LC_MESSAGES/liboktetacore.mo share/locale/uk/LC_MESSAGES/liboktetagui.mo share/locale/uk/LC_MESSAGES/liboktetakasten.mo share/locale/uk/LC_MESSAGES/liboxygenstyleconfig.mo share/locale/uk/LC_MESSAGES/libphonon.mo share/locale/uk/LC_MESSAGES/libpimcommon.mo share/locale/uk/LC_MESSAGES/libplasma.mo share/locale/uk/LC_MESSAGES/libplasma_groupingcontainment.mo share/locale/uk/LC_MESSAGES/libplasmaclock.mo share/locale/uk/LC_MESSAGES/libplasmaweather.mo share/locale/uk/LC_MESSAGES/libtaskmanager.mo share/locale/uk/LC_MESSAGES/libtemplateparser.mo share/locale/uk/LC_MESSAGES/lokalize.mo share/locale/uk/LC_MESSAGES/lskat.mo share/locale/uk/LC_MESSAGES/mailreader.mo share/locale/uk/LC_MESSAGES/marble.mo share/locale/uk/LC_MESSAGES/marble_qt.mo share/locale/uk/LC_MESSAGES/marble_xml_mimetypes.mo share/locale/uk/LC_MESSAGES/messageviewer_application_mstnef_plugin.mo share/locale/uk/LC_MESSAGES/messageviewer_text_calendar_plugin.mo share/locale/uk/LC_MESSAGES/messageviewer_text_vcard_plugin.mo share/locale/uk/LC_MESSAGES/messageviewer_text_xdiff_plugin.mo share/locale/uk/LC_MESSAGES/mf_konqplugin.mo share/locale/uk/LC_MESSAGES/minitoolsplugin.mo share/locale/uk/LC_MESSAGES/mplayerthumbs.mo share/locale/uk/LC_MESSAGES/mplayerthumbsconfig.mo share/locale/uk/LC_MESSAGES/nepomukbackup.mo share/locale/uk/LC_MESSAGES/nepomukcleaner.mo share/locale/uk/LC_MESSAGES/nepomukcontroller.mo share/locale/uk/LC_MESSAGES/nepomukfileindexer.mo share/locale/uk/LC_MESSAGES/nepomukpimindexerutility.mo share/locale/uk/LC_MESSAGES/nepomukqueryservice.mo share/locale/uk/LC_MESSAGES/nepomukserver.mo share/locale/uk/LC_MESSAGES/nepomukservicestub.mo share/locale/uk/LC_MESSAGES/nepomukstorage.mo share/locale/uk/LC_MESSAGES/nepomukwidgets.mo share/locale/uk/LC_MESSAGES/newmailnotifieragent.mo share/locale/uk/LC_MESSAGES/notes-mobile.mo share/locale/uk/LC_MESSAGES/nsplugin.mo share/locale/uk/LC_MESSAGES/okteta-mobile.mo share/locale/uk/LC_MESSAGES/okteta.mo share/locale/uk/LC_MESSAGES/oktetapart.mo share/locale/uk/LC_MESSAGES/okular.mo share/locale/uk/LC_MESSAGES/okular_chm.mo share/locale/uk/LC_MESSAGES/okular_comicbook.mo share/locale/uk/LC_MESSAGES/okular_djvu.mo share/locale/uk/LC_MESSAGES/okular_dvi.mo share/locale/uk/LC_MESSAGES/okular_epub.mo share/locale/uk/LC_MESSAGES/okular_fax.mo share/locale/uk/LC_MESSAGES/okular_fictionbook.mo share/locale/uk/LC_MESSAGES/okular_ghostview.mo share/locale/uk/LC_MESSAGES/okular_kimgio.mo share/locale/uk/LC_MESSAGES/okular_mobi.mo share/locale/uk/LC_MESSAGES/okular_ooo.mo share/locale/uk/LC_MESSAGES/okular_plucker.mo share/locale/uk/LC_MESSAGES/okular_poppler.mo share/locale/uk/LC_MESSAGES/okular_tiff.mo share/locale/uk/LC_MESSAGES/okular_xps.mo share/locale/uk/LC_MESSAGES/org.kde.active.documentviewer.mo share/locale/uk/LC_MESSAGES/pairs.mo share/locale/uk/LC_MESSAGES/pairseditor.mo share/locale/uk/LC_MESSAGES/palapeli.mo share/locale/uk/LC_MESSAGES/parley.mo share/locale/uk/LC_MESSAGES/phonon_gstreamer.mo share/locale/uk/LC_MESSAGES/phonon_kde.mo share/locale/uk/LC_MESSAGES/phonon_vlc.mo share/locale/uk/LC_MESSAGES/phononserver.mo share/locale/uk/LC_MESSAGES/picmi.mo share/locale/uk/LC_MESSAGES/pimsettingexporter.mo share/locale/uk/LC_MESSAGES/plasma-desktop.mo share/locale/uk/LC_MESSAGES/plasma-netbook.mo share/locale/uk/LC_MESSAGES/plasma-overlay.mo share/locale/uk/LC_MESSAGES/plasma-remote-helper.mo share/locale/uk/LC_MESSAGES/plasma-windowed.mo share/locale/uk/LC_MESSAGES/plasma_applet_BbalL.mo share/locale/uk/LC_MESSAGES/plasma_applet_CharSelectApplet.mo share/locale/uk/LC_MESSAGES/plasma_applet_Molmasscalculator.mo share/locale/uk/LC_MESSAGES/plasma_applet_akonotes_note.mo share/locale/uk/LC_MESSAGES/plasma_applet_battery.mo share/locale/uk/LC_MESSAGES/plasma_applet_binaryclock.mo share/locale/uk/LC_MESSAGES/plasma_applet_bookmarks.mo share/locale/uk/LC_MESSAGES/plasma_applet_bubblemon.mo share/locale/uk/LC_MESSAGES/plasma_applet_calculator.mo share/locale/uk/LC_MESSAGES/plasma_applet_clock.mo share/locale/uk/LC_MESSAGES/plasma_applet_comic.mo share/locale/uk/LC_MESSAGES/plasma_applet_concentrationCalculator.mo share/locale/uk/LC_MESSAGES/plasma_applet_currentappcontrol.mo share/locale/uk/LC_MESSAGES/plasma_applet_dig_clock.mo share/locale/uk/LC_MESSAGES/plasma_applet_fifteenPuzzle.mo share/locale/uk/LC_MESSAGES/plasma_applet_fileWatcher.mo share/locale/uk/LC_MESSAGES/plasma_applet_folderview.mo share/locale/uk/LC_MESSAGES/plasma_applet_frame.mo share/locale/uk/LC_MESSAGES/plasma_applet_fuzzy_clock.mo share/locale/uk/LC_MESSAGES/plasma_applet_gasCalculator.mo share/locale/uk/LC_MESSAGES/plasma_applet_groupingpanel.mo share/locale/uk/LC_MESSAGES/plasma_applet_icon.mo share/locale/uk/LC_MESSAGES/plasma_applet_icontasks.mo share/locale/uk/LC_MESSAGES/plasma_applet_incomingmsg.mo share/locale/uk/LC_MESSAGES/plasma_applet_kalgebra.mo share/locale/uk/LC_MESSAGES/plasma_applet_kalzium.mo share/locale/uk/LC_MESSAGES/plasma_applet_katesession.mo share/locale/uk/LC_MESSAGES/plasma_applet_kdeobservatory.mo share/locale/uk/LC_MESSAGES/plasma_applet_kget.mo share/locale/uk/LC_MESSAGES/plasma_applet_kimpanel.mo share/locale/uk/LC_MESSAGES/plasma_applet_knowledgebase.mo share/locale/uk/LC_MESSAGES/plasma_applet_kolourpicker.mo share/locale/uk/LC_MESSAGES/plasma_applet_kpapplet.mo share/locale/uk/LC_MESSAGES/plasma_applet_launcher.mo share/locale/uk/LC_MESSAGES/plasma_applet_leavenote.mo share/locale/uk/LC_MESSAGES/plasma_applet_life.mo share/locale/uk/LC_MESSAGES/plasma_applet_lockout.mo share/locale/uk/LC_MESSAGES/plasma_applet_luna.mo share/locale/uk/LC_MESSAGES/plasma_applet_magnifique.mo share/locale/uk/LC_MESSAGES/plasma_applet_microblog.mo share/locale/uk/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/uk/LC_MESSAGES/plasma_applet_news.mo share/locale/uk/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/uk/LC_MESSAGES/plasma_applet_notes.mo share/locale/uk/LC_MESSAGES/plasma_applet_notifier.mo share/locale/uk/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/uk/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/uk/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/uk/LC_MESSAGES/plasma_applet_opendesktop_activities.mo share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.notifications.mo share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo share/locale/uk/LC_MESSAGES/plasma_applet_pager.mo share/locale/uk/LC_MESSAGES/plasma_applet_panel.mo share/locale/uk/LC_MESSAGES/plasma_applet_panelspacer_internal.mo share/locale/uk/LC_MESSAGES/plasma_applet_paste.mo share/locale/uk/LC_MESSAGES/plasma_applet_pastebin.mo share/locale/uk/LC_MESSAGES/plasma_applet_plasmaboard.mo share/locale/uk/LC_MESSAGES/plasma_applet_previewer.mo share/locale/uk/LC_MESSAGES/plasma_applet_printmanager.mo share/locale/uk/LC_MESSAGES/plasma_applet_qalculate.mo share/locale/uk/LC_MESSAGES/plasma_applet_qstardict.mo share/locale/uk/LC_MESSAGES/plasma_applet_quicklaunch.mo share/locale/uk/LC_MESSAGES/plasma_applet_rssnow.mo share/locale/uk/LC_MESSAGES/plasma_applet_rtm.mo share/locale/uk/LC_MESSAGES/plasma_applet_sal.mo share/locale/uk/LC_MESSAGES/plasma_applet_saverdesktop.mo share/locale/uk/LC_MESSAGES/plasma_applet_searchbox.mo share/locale/uk/LC_MESSAGES/plasma_applet_showdashboard.mo share/locale/uk/LC_MESSAGES/plasma_applet_showdesktop.mo share/locale/uk/LC_MESSAGES/plasma_applet_skapplet.mo share/locale/uk/LC_MESSAGES/plasma_applet_spellcheck.mo share/locale/uk/LC_MESSAGES/plasma_applet_system-monitor.mo share/locale/uk/LC_MESSAGES/plasma_applet_systemloadviewer.mo share/locale/uk/LC_MESSAGES/plasma_applet_systemtray.mo share/locale/uk/LC_MESSAGES/plasma_applet_tasks.mo share/locale/uk/LC_MESSAGES/plasma_applet_timer.mo share/locale/uk/LC_MESSAGES/plasma_applet_trash.mo share/locale/uk/LC_MESSAGES/plasma_applet_unitconverter.mo share/locale/uk/LC_MESSAGES/plasma_applet_weather.mo share/locale/uk/LC_MESSAGES/plasma_applet_weatherstation.mo share/locale/uk/LC_MESSAGES/plasma_applet_webbrowser.mo share/locale/uk/LC_MESSAGES/plasma_applet_webslice.mo share/locale/uk/LC_MESSAGES/plasma_applet_windowlist.mo share/locale/uk/LC_MESSAGES/plasma_appletscriptengine_dashboard.mo share/locale/uk/LC_MESSAGES/plasma_containmentactions_contextmenu.mo share/locale/uk/LC_MESSAGES/plasma_containmentactions_switchactivity.mo share/locale/uk/LC_MESSAGES/plasma_containmentactions_switchdesktop.mo share/locale/uk/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/uk/LC_MESSAGES/plasma_engine_calendar.mo share/locale/uk/LC_MESSAGES/plasma_engine_kalzium.mo share/locale/uk/LC_MESSAGES/plasma_engine_kdeobservatory.mo share/locale/uk/LC_MESSAGES/plasma_engine_keystate.mo share/locale/uk/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/uk/LC_MESSAGES/plasma_engine_metadata.mo share/locale/uk/LC_MESSAGES/plasma_engine_mpris2.mo share/locale/uk/LC_MESSAGES/plasma_engine_network.mo share/locale/uk/LC_MESSAGES/plasma_engine_notifications.mo share/locale/uk/LC_MESSAGES/plasma_engine_nowplaying.mo share/locale/uk/LC_MESSAGES/plasma_engine_rss.mo share/locale/uk/LC_MESSAGES/plasma_engine_share.mo share/locale/uk/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/uk/LC_MESSAGES/plasma_engine_weather.mo share/locale/uk/LC_MESSAGES/plasma_package_org.kde.desktop.activitymanager.mo share/locale/uk/LC_MESSAGES/plasma_package_org.kde.desktop.widgetexplorer.mo share/locale/uk/LC_MESSAGES/plasma_packagestructure_comic.mo share/locale/uk/LC_MESSAGES/plasma_runner_CharacterRunner.mo share/locale/uk/LC_MESSAGES/plasma_runner_activities.mo share/locale/uk/LC_MESSAGES/plasma_runner_audioplayercontrol.mo share/locale/uk/LC_MESSAGES/plasma_runner_bookmarksrunner.mo share/locale/uk/LC_MESSAGES/plasma_runner_browserhistory.mo share/locale/uk/LC_MESSAGES/plasma_runner_calculatorrunner.mo share/locale/uk/LC_MESSAGES/plasma_runner_contacts.mo share/locale/uk/LC_MESSAGES/plasma_runner_converterrunner.mo share/locale/uk/LC_MESSAGES/plasma_runner_datetime.mo share/locale/uk/LC_MESSAGES/plasma_runner_events.mo share/locale/uk/LC_MESSAGES/plasma_runner_katesessions.mo share/locale/uk/LC_MESSAGES/plasma_runner_kget.mo share/locale/uk/LC_MESSAGES/plasma_runner_kill.mo share/locale/uk/LC_MESSAGES/plasma_runner_konquerorsessions.mo share/locale/uk/LC_MESSAGES/plasma_runner_konsolesessions.mo share/locale/uk/LC_MESSAGES/plasma_runner_kopete.mo share/locale/uk/LC_MESSAGES/plasma_runner_krunner_dictionary.mo share/locale/uk/LC_MESSAGES/plasma_runner_locations.mo share/locale/uk/LC_MESSAGES/plasma_runner_marblerunner.mo share/locale/uk/LC_MESSAGES/plasma_runner_mediawiki.mo share/locale/uk/LC_MESSAGES/plasma_runner_nepomuksearchrunner.mo share/locale/uk/LC_MESSAGES/plasma_runner_placesrunner.mo share/locale/uk/LC_MESSAGES/plasma_runner_plasma-desktop.mo share/locale/uk/LC_MESSAGES/plasma_runner_powerdevil.mo share/locale/uk/LC_MESSAGES/plasma_runner_recentdocuments.mo share/locale/uk/LC_MESSAGES/plasma_runner_services.mo share/locale/uk/LC_MESSAGES/plasma_runner_sessions.mo share/locale/uk/LC_MESSAGES/plasma_runner_shell.mo share/locale/uk/LC_MESSAGES/plasma_runner_solid.mo share/locale/uk/LC_MESSAGES/plasma_runner_spellcheckrunner.mo share/locale/uk/LC_MESSAGES/plasma_runner_webshortcuts.mo share/locale/uk/LC_MESSAGES/plasma_runner_windowedwidgets.mo share/locale/uk/LC_MESSAGES/plasma_runner_windows.mo share/locale/uk/LC_MESSAGES/plasma_runner_youtube.mo share/locale/uk/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/uk/LC_MESSAGES/plasma_toolbox_desktoptoolbox.mo share/locale/uk/LC_MESSAGES/plasma_toolbox_paneltoolbox.mo share/locale/uk/LC_MESSAGES/plasma_wallpaper_color.mo share/locale/uk/LC_MESSAGES/plasma_wallpaper_image.mo share/locale/uk/LC_MESSAGES/plasma_wallpaper_mandelbrot.mo share/locale/uk/LC_MESSAGES/plasma_wallpaper_marble.mo share/locale/uk/LC_MESSAGES/plasma_wallpaper_pattern.mo share/locale/uk/LC_MESSAGES/plasma_wallpaper_potd.mo share/locale/uk/LC_MESSAGES/plasma_wallpaper_virus.mo share/locale/uk/LC_MESSAGES/plasma_wallpaper_wallpaper-qml.mo share/locale/uk/LC_MESSAGES/plasma_wallpaper_weather.mo share/locale/uk/LC_MESSAGES/plasmagenericshell.mo share/locale/uk/LC_MESSAGES/plasmapkg.mo share/locale/uk/LC_MESSAGES/pothumbnail.mo share/locale/uk/LC_MESSAGES/powerdevil.mo share/locale/uk/LC_MESSAGES/powerdevilactivitiesconfig.mo share/locale/uk/LC_MESSAGES/powerdevilglobalconfig.mo share/locale/uk/LC_MESSAGES/powerdevilprofilesconfig.mo share/locale/uk/LC_MESSAGES/print-manager.mo share/locale/uk/LC_MESSAGES/processcore.mo share/locale/uk/LC_MESSAGES/processui.mo share/locale/uk/LC_MESSAGES/randrmonitor.mo share/locale/uk/LC_MESSAGES/rellinks.mo share/locale/uk/LC_MESSAGES/rocs.mo share/locale/uk/LC_MESSAGES/rocscore.mo share/locale/uk/LC_MESSAGES/rocsvisualeditor.mo share/locale/uk/LC_MESSAGES/searchbarplugin.mo share/locale/uk/LC_MESSAGES/solid-hardware.mo share/locale/uk/LC_MESSAGES/solid-network.mo share/locale/uk/LC_MESSAGES/solid_qt.mo share/locale/uk/LC_MESSAGES/solidcontrol.mo share/locale/uk/LC_MESSAGES/soliduiserver.mo share/locale/uk/LC_MESSAGES/step.mo share/locale/uk/LC_MESSAGES/step_qt.mo share/locale/uk/LC_MESSAGES/strigila_diff.mo share/locale/uk/LC_MESSAGES/superkaramba.mo share/locale/uk/LC_MESSAGES/svgpart.mo share/locale/uk/LC_MESSAGES/sweeper.mo share/locale/uk/LC_MESSAGES/systemsettings.mo share/locale/uk/LC_MESSAGES/tasks-mobile.mo share/locale/uk/LC_MESSAGES/timezones4.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/webarchiver.mo share/locale/uk/LC_MESSAGES/xml_mimetypes.mo share/locale/uk/LC_SCRIPTS/kdelibs4/kdelibs4.js share/locale/uk/LC_SCRIPTS/kgeography/general.pmap share/locale/uk/LC_SCRIPTS/kgeography/kgeography.js share/locale/uk/entry.desktop @dirrm share/locale/uk/LC_SCRIPTS/kgeography @dirrm share/locale/uk/LC_SCRIPTS/kdelibs4 @dirrm share/locale/uk/LC_SCRIPTS @dirrm share/doc/HTML/uk/umbrello @dirrm share/doc/HTML/uk/systemsettings @dirrm share/doc/HTML/uk/sweeper @dirrm share/doc/HTML/uk/step @dirrm share/doc/HTML/uk/sonnet @dirrm share/doc/HTML/uk/rocs @dirrm share/doc/HTML/uk/plasma-desktop @dirrm share/doc/HTML/uk/picmi @dirrm share/doc/HTML/uk/parley @dirrm share/doc/HTML/uk/palapeli @dirrm share/doc/HTML/uk/onlinehelp @dirrm share/doc/HTML/uk/okular @dirrm share/doc/HTML/uk/okteta @dirrm share/doc/HTML/uk/marble @dirrm share/doc/HTML/uk/lskat @dirrm share/doc/HTML/uk/lokalize @dirrm share/doc/HTML/uk/kwrite @dirrm share/doc/HTML/uk/kwordquiz @dirrm share/doc/HTML/uk/kwatchgnupg @dirrm share/doc/HTML/uk/kwallet @dirrm share/doc/HTML/uk/kuser @dirrm share/doc/HTML/uk/kubrick @dirrm share/doc/HTML/uk/kturtle @dirrm share/doc/HTML/uk/ktuberling @dirrm share/doc/HTML/uk/ktron @dirrm share/doc/HTML/uk/ktouch @dirrm share/doc/HTML/uk/ktnef @dirrm share/doc/HTML/uk/ktimetracker @dirrm share/doc/HTML/uk/ktimer @dirrm share/doc/HTML/uk/kteatime @dirrm share/doc/HTML/uk/ksystemlog @dirrm share/doc/HTML/uk/ksysguard @dirrm share/doc/HTML/uk/ksudoku @dirrm share/doc/HTML/uk/kstars @dirrm share/doc/HTML/uk/ksquares @dirrm share/doc/HTML/uk/kspaceduel @dirrm share/doc/HTML/uk/ksnapshot @dirrm share/doc/HTML/uk/ksirkskineditor @dirrm share/doc/HTML/uk/ksirk @dirrm share/doc/HTML/uk/kshisen @dirrm share/doc/HTML/uk/kruler @dirrm share/doc/HTML/uk/krfb @dirrm share/doc/HTML/uk/kreversi @dirrm share/doc/HTML/uk/krdc @dirrm share/doc/HTML/uk/kppp @dirrm share/doc/HTML/uk/kpat @dirrm share/doc/HTML/uk/korganizer @dirrm share/doc/HTML/uk/kopete @dirrm share/doc/HTML/uk/kontact-admin @dirrm share/doc/HTML/uk/kontact @dirrm share/doc/HTML/uk/konsolekalendar @dirrm share/doc/HTML/uk/konsole @dirrm share/doc/HTML/uk/konquest @dirrm share/doc/HTML/uk/konqueror @dirrm share/doc/HTML/uk/kompare @dirrm share/doc/HTML/uk/kommander @dirrm share/doc/HTML/uk/kolourpaint @dirrm share/doc/HTML/uk/kollision @dirrm share/doc/HTML/uk/kolf @dirrm share/doc/HTML/uk/knotes @dirrm share/doc/HTML/uk/knode @dirrm share/doc/HTML/uk/knetwalk @dirrm share/doc/HTML/uk/knetattach @dirrm share/doc/HTML/uk/kmplot @dirrm share/doc/HTML/uk/kmouth @dirrm share/doc/HTML/uk/kmousetool @dirrm share/doc/HTML/uk/kmix @dirrm share/doc/HTML/uk/kmines @dirrm share/doc/HTML/uk/kmenuedit @dirrm share/doc/HTML/uk/kmail @dirrm share/doc/HTML/uk/kmahjongg @dirrm share/doc/HTML/uk/kmag @dirrm share/doc/HTML/uk/klipper @dirrm share/doc/HTML/uk/klinkstatus @dirrm share/doc/HTML/uk/klines @dirrm share/doc/HTML/uk/klickety @dirrm share/doc/HTML/uk/klettres @dirrm share/doc/HTML/uk/kleopatra @dirrm share/doc/HTML/uk/kjumpingcube @dirrm share/doc/HTML/uk/kjots @dirrm share/doc/HTML/uk/kiten @dirrm share/doc/HTML/uk/kiriki @dirrm share/doc/HTML/uk/kioslave/xz @dirrm share/doc/HTML/uk/kioslave/webdav @dirrm share/doc/HTML/uk/kioslave/thumbnail @dirrm share/doc/HTML/uk/kioslave/telnet @dirrm share/doc/HTML/uk/kioslave/tar @dirrm share/doc/HTML/uk/kioslave/smtp @dirrm share/doc/HTML/uk/kioslave/smb @dirrm share/doc/HTML/uk/kioslave/sieve @dirrm share/doc/HTML/uk/kioslave/sftp @dirrm share/doc/HTML/uk/kioslave/rlogin @dirrm share/doc/HTML/uk/kioslave/pop3 @dirrm share/doc/HTML/uk/kioslave/nntp @dirrm share/doc/HTML/uk/kioslave/nfs @dirrm share/doc/HTML/uk/kioslave/news @dirrm share/doc/HTML/uk/kioslave/network @dirrm share/doc/HTML/uk/kioslave/nepomuksearch @dirrm share/doc/HTML/uk/kioslave/mbox @dirrm share/doc/HTML/uk/kioslave/man @dirrm share/doc/HTML/uk/kioslave/mailto @dirrm share/doc/HTML/uk/kioslave/ldap @dirrm share/doc/HTML/uk/kioslave/info @dirrm share/doc/HTML/uk/kioslave/imap @dirrm share/doc/HTML/uk/kioslave/http @dirrm share/doc/HTML/uk/kioslave/help @dirrm share/doc/HTML/uk/kioslave/gzip @dirrm share/doc/HTML/uk/kioslave/ftp @dirrm share/doc/HTML/uk/kioslave/floppy @dirrm share/doc/HTML/uk/kioslave/fish @dirrm share/doc/HTML/uk/kioslave/finger @dirrm share/doc/HTML/uk/kioslave/file @dirrm share/doc/HTML/uk/kioslave/data @dirrm share/doc/HTML/uk/kioslave/cgi @dirrm share/doc/HTML/uk/kioslave/bzip2 @dirrm share/doc/HTML/uk/kioslave/bookmarks @dirrm share/doc/HTML/uk/kioslave/audiocd @dirrm share/doc/HTML/uk/kioslave @dirrm share/doc/HTML/uk/kinfocenter @dirrm share/doc/HTML/uk/kimagemapeditor @dirrm share/doc/HTML/uk/killbots @dirrm share/doc/HTML/uk/kigo @dirrm share/doc/HTML/uk/kig @dirrm share/doc/HTML/uk/khelpcenter/glossary @dirrm share/doc/HTML/uk/khelpcenter/documentationnotfound @dirrm share/doc/HTML/uk/khelpcenter @dirrm share/doc/HTML/uk/khangman @dirrm share/doc/HTML/uk/kgpg @dirrm share/doc/HTML/uk/kgoldrunner @dirrm share/doc/HTML/uk/kget @dirrm share/doc/HTML/uk/kgeography @dirrm share/doc/HTML/uk/kfourinline @dirrm share/doc/HTML/uk/kfontview @dirrm share/doc/HTML/uk/kfloppy @dirrm share/doc/HTML/uk/kfind @dirrm share/doc/HTML/uk/kfilereplace @dirrm share/doc/HTML/uk/kdm @dirrm share/doc/HTML/uk/kdiamond @dirrm share/doc/HTML/uk/kdf @dirrm share/doc/HTML/uk/kdesu @dirrm share/doc/HTML/uk/kdepasswd @dirrm share/doc/HTML/uk/kdebugdialog @dirrm share/doc/HTML/uk/kcron @dirrm share/doc/HTML/uk/kcontrol/workspaceoptions @dirrm share/doc/HTML/uk/kcontrol/windowspecific @dirrm share/doc/HTML/uk/kcontrol/windowbehaviour @dirrm share/doc/HTML/uk/kcontrol/useragent @dirrm share/doc/HTML/uk/kcontrol/trash @dirrm share/doc/HTML/uk/kcontrol/splashscreen @dirrm share/doc/HTML/uk/kcontrol/spellchecking @dirrm share/doc/HTML/uk/kcontrol/solid-hardware @dirrm share/doc/HTML/uk/kcontrol/solid-device-automounter @dirrm share/doc/HTML/uk/kcontrol/solid-actions @dirrm share/doc/HTML/uk/kcontrol/smb @dirrm share/doc/HTML/uk/kcontrol/screensaver @dirrm share/doc/HTML/uk/kcontrol/proxy @dirrm share/doc/HTML/uk/kcontrol/powerdevil @dirrm share/doc/HTML/uk/kcontrol/phonon @dirrm share/doc/HTML/uk/kcontrol/performance @dirrm share/doc/HTML/uk/kcontrol/paths @dirrm share/doc/HTML/uk/kcontrol/netpref @dirrm share/doc/HTML/uk/kcontrol/nepomuk @dirrm share/doc/HTML/uk/kcontrol/mouse @dirrm share/doc/HTML/uk/kcontrol/language @dirrm share/doc/HTML/uk/kcontrol/kwintabbox @dirrm share/doc/HTML/uk/kcontrol/kwinscreenedges @dirrm share/doc/HTML/uk/kcontrol/kwindecoration @dirrm share/doc/HTML/uk/kcontrol/kwincompositing @dirrm share/doc/HTML/uk/kcontrol/kresources @dirrm share/doc/HTML/uk/kcontrol/kremotecontrol @dirrm share/doc/HTML/uk/kcontrol/khtml-plugins @dirrm share/doc/HTML/uk/kcontrol/khtml-java-js @dirrm share/doc/HTML/uk/kcontrol/khtml-general @dirrm share/doc/HTML/uk/kcontrol/khtml-behavior @dirrm share/doc/HTML/uk/kcontrol/khtml-adblock @dirrm share/doc/HTML/uk/kcontrol/khotkeys @dirrm share/doc/HTML/uk/kcontrol/kgamma @dirrm share/doc/HTML/uk/kcontrol/keys @dirrm share/doc/HTML/uk/kcontrol/keyboard @dirrm share/doc/HTML/uk/kcontrol/kded @dirrm share/doc/HTML/uk/kcontrol/kcmstyle @dirrm share/doc/HTML/uk/kcontrol/kcmsmserver @dirrm share/doc/HTML/uk/kcontrol/kcmnotify @dirrm share/doc/HTML/uk/kcontrol/kcmlaunch @dirrm share/doc/HTML/uk/kcontrol/kcmcss @dirrm share/doc/HTML/uk/kcontrol/kcmcgi @dirrm share/doc/HTML/uk/kcontrol/kcmaccess @dirrm share/doc/HTML/uk/kcontrol/kcm_ssl @dirrm share/doc/HTML/uk/kcontrol/kamera @dirrm share/doc/HTML/uk/kcontrol/joystick @dirrm share/doc/HTML/uk/kcontrol/icons @dirrm share/doc/HTML/uk/kcontrol/history @dirrm share/doc/HTML/uk/kcontrol/fonts @dirrm share/doc/HTML/uk/kcontrol/fontinst @dirrm share/doc/HTML/uk/kcontrol/filetypes @dirrm share/doc/HTML/uk/kcontrol/filemanager @dirrm share/doc/HTML/uk/kcontrol/emoticons @dirrm share/doc/HTML/uk/kcontrol/ebrowsing @dirrm share/doc/HTML/uk/kcontrol/desktopthemedetails @dirrm share/doc/HTML/uk/kcontrol/desktop @dirrm share/doc/HTML/uk/kcontrol/cursortheme @dirrm share/doc/HTML/uk/kcontrol/cookies @dirrm share/doc/HTML/uk/kcontrol/componentchooser @dirrm share/doc/HTML/uk/kcontrol/colors @dirrm share/doc/HTML/uk/kcontrol/clock @dirrm share/doc/HTML/uk/kcontrol/cddbretrieval @dirrm share/doc/HTML/uk/kcontrol/cache @dirrm share/doc/HTML/uk/kcontrol/bookmarks @dirrm share/doc/HTML/uk/kcontrol/blockdevices @dirrm share/doc/HTML/uk/kcontrol/bell @dirrm share/doc/HTML/uk/kcontrol/autostart @dirrm share/doc/HTML/uk/kcontrol/attica @dirrm share/doc/HTML/uk/kcontrol @dirrm share/doc/HTML/uk/kcharselect @dirrm share/doc/HTML/uk/kcalc @dirrm share/doc/HTML/uk/kcachegrind @dirrm share/doc/HTML/uk/kbruch @dirrm share/doc/HTML/uk/kbreakout @dirrm share/doc/HTML/uk/kbounce @dirrm share/doc/HTML/uk/kblocks @dirrm share/doc/HTML/uk/kblackbox @dirrm share/doc/HTML/uk/kbattleship @dirrm share/doc/HTML/uk/katomic @dirrm share/doc/HTML/uk/kate @dirrm share/doc/HTML/uk/kapptemplate @dirrm share/doc/HTML/uk/kapman @dirrm share/doc/HTML/uk/kanagram @dirrm share/doc/HTML/uk/kalzium @dirrm share/doc/HTML/uk/kalgebra @dirrm share/doc/HTML/uk/kalarm @dirrm share/doc/HTML/uk/kajongg @dirrm share/doc/HTML/uk/kabcclient @dirrm share/doc/HTML/uk/juk @dirrm share/doc/HTML/uk/jovie @dirrm share/doc/HTML/uk/gwenview @dirrm share/doc/HTML/uk/granatier @dirrm share/doc/HTML/uk/fundamentals @dirrm share/doc/HTML/uk/filelight @dirrm share/doc/HTML/uk/dragonplayer @dirrm share/doc/HTML/uk/dolphin @dirrm share/doc/HTML/uk/common @dirrm share/doc/HTML/uk/cervisia @dirrm share/doc/HTML/uk/cantor @dirrm share/doc/HTML/uk/bovo @dirrm share/doc/HTML/uk/bomber @dirrm share/doc/HTML/uk/blogilo @dirrm share/doc/HTML/uk/blinken @dirrm share/doc/HTML/uk/ark @dirrm share/doc/HTML/uk/amor @dirrm share/doc/HTML/uk/akregator @dirrm share/doc/HTML/uk/PolicyKit-kde @dirrm share/apps/step/objinfo/l10n/uk @dirrm share/apps/step/objinfo/l10n @dirrm share/apps/step/objinfo @dirrm share/apps/step @dirrm share/apps/kvtml/uk @dirrm share/apps/kvtml @dirrm share/apps/ktuberling/sounds/uk @dirrm share/apps/ktuberling/sounds @dirrm share/apps/ktuberling @dirrm share/apps/klettres/uk/syllab @dirrm share/apps/klettres/uk/alpha @dirrm share/apps/klettres/uk @dirrm share/apps/klettres @dirrm share/apps/autocorrect @dirrmtry man/uk/man8 @dirrmtry man/uk/man7 @dirrmtry man/uk/man6 @dirrmtry man/uk/man1 @dirrmtry man/uk Index: head/vietnamese/kde4-l10n/distinfo =================================================================== --- head/vietnamese/kde4-l10n/distinfo (revision 318451) +++ head/vietnamese/kde4-l10n/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/kde-l10n/kde-l10n-vi-4.10.1.tar.xz) = 3f643e38bb75991686d06f3546d1b4a88efe8047fc6c2e376623f00433f71151 -SIZE (KDE/4.10.1/kde-l10n/kde-l10n-vi-4.10.1.tar.xz) = 940672 +SHA256 (KDE/4.10.3/kde-l10n/kde-l10n-vi-4.10.3.tar.xz) = bab8ac28507644d98c4d87d830d5d63790db4357524d1f3b08d5f17b5c60d64e +SIZE (KDE/4.10.3/kde-l10n/kde-l10n-vi-4.10.3.tar.xz) = 940868 Index: head/vietnamese/kde4-l10n/pkg-plist =================================================================== --- head/vietnamese/kde4-l10n/pkg-plist (revision 318451) +++ head/vietnamese/kde4-l10n/pkg-plist (revision 318452) @@ -1,240 +1,238 @@ share/locale/vi/LC_MESSAGES/akregator.mo share/locale/vi/LC_MESSAGES/akregator_konqplugin.mo share/locale/vi/LC_MESSAGES/attica_kde.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/dirfilterplugin.mo share/locale/vi/LC_MESSAGES/display.mo share/locale/vi/LC_MESSAGES/dolphin.mo share/locale/vi/LC_MESSAGES/domtreeviewer.mo share/locale/vi/LC_MESSAGES/drkonqi.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/jovie.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/kate.mo share/locale/vi/LC_MESSAGES/katefiletemplates.mo share/locale/vi/LC_MESSAGES/katehelloworld.mo share/locale/vi/LC_MESSAGES/kateopenheader.mo share/locale/vi/LC_MESSAGES/katepart4.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/kbattleship.mo share/locale/vi/LC_MESSAGES/kblackbox.mo share/locale/vi/LC_MESSAGES/kbounce.mo share/locale/vi/LC_MESSAGES/kcm_attica.mo share/locale/vi/LC_MESSAGES/kcm_desktoppaths.mo share/locale/vi/LC_MESSAGES/kcm_emoticons.mo -share/locale/vi/LC_MESSAGES/kcm_krfb.mo share/locale/vi/LC_MESSAGES/kcm_nepomuk.mo share/locale/vi/LC_MESSAGES/kcm_phonon.mo share/locale/vi/LC_MESSAGES/kcm_platform.mo share/locale/vi/LC_MESSAGES/kcmaccess.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/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/kcmkamera.mo share/locale/vi/LC_MESSAGES/kcmkclock.mo share/locale/vi/LC_MESSAGES/kcmkded.mo share/locale/vi/LC_MESSAGES/kcmkdnssd.mo share/locale/vi/LC_MESSAGES/kcmkeys.mo share/locale/vi/LC_MESSAGES/kcmkio.mo share/locale/vi/LC_MESSAGES/kcmkonq.mo share/locale/vi/LC_MESSAGES/kcmkonqhtml.mo share/locale/vi/LC_MESSAGES/kcmkurifilt.mo share/locale/vi/LC_MESSAGES/kcmkwindecoration.mo share/locale/vi/LC_MESSAGES/kcmkwinrules.mo share/locale/vi/LC_MESSAGES/kcmkwm.mo share/locale/vi/LC_MESSAGES/kcmlaunch.mo share/locale/vi/LC_MESSAGES/kcmlocale.mo share/locale/vi/LC_MESSAGES/kcmnotify.mo share/locale/vi/LC_MESSAGES/kcmperformance.mo share/locale/vi/LC_MESSAGES/kcmsamba.mo share/locale/vi/LC_MESSAGES/kcmscreensaver.mo share/locale/vi/LC_MESSAGES/kcmshell.mo share/locale/vi/LC_MESSAGES/kcmsmartcard.mo share/locale/vi/LC_MESSAGES/kcmsmserver.mo share/locale/vi/LC_MESSAGES/kcmstyle.mo share/locale/vi/LC_MESSAGES/kcmusb.mo share/locale/vi/LC_MESSAGES/kcmview1394.mo share/locale/vi/LC_MESSAGES/kcron.mo share/locale/vi/LC_MESSAGES/kde-menu.mo share/locale/vi/LC_MESSAGES/kdebugdialog.mo share/locale/vi/LC_MESSAGES/kdecalendarsystems.mo share/locale/vi/LC_MESSAGES/kdelibs4.mo share/locale/vi/LC_MESSAGES/kdelibs_colors4.mo share/locale/vi/LC_MESSAGES/kdepasswd.mo share/locale/vi/LC_MESSAGES/kdesu.mo share/locale/vi/LC_MESSAGES/kdesud.mo share/locale/vi/LC_MESSAGES/kdialog.mo share/locale/vi/LC_MESSAGES/kdmconfig.mo share/locale/vi/LC_MESSAGES/kdmgreet.mo share/locale/vi/LC_MESSAGES/kdontchangethehostname.mo share/locale/vi/LC_MESSAGES/keditbookmarks.mo share/locale/vi/LC_MESSAGES/kfile.mo share/locale/vi/LC_MESSAGES/kfile_drgeo.mo share/locale/vi/LC_MESSAGES/kfile_kig.mo share/locale/vi/LC_MESSAGES/kfileaudiopreview4.mo share/locale/vi/LC_MESSAGES/kfileshare.mo share/locale/vi/LC_MESSAGES/kfindpart.mo share/locale/vi/LC_MESSAGES/kfmclient.mo share/locale/vi/LC_MESSAGES/kfontinst.mo share/locale/vi/LC_MESSAGES/kget.mo share/locale/vi/LC_MESSAGES/kgetplugin.mo share/locale/vi/LC_MESSAGES/kglobalaccel.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/khotnewstuff.mo share/locale/vi/LC_MESSAGES/khtmlkttsd.mo share/locale/vi/LC_MESSAGES/khtmlsettingsplugin.mo share/locale/vi/LC_MESSAGES/kiconfinder.mo -share/locale/vi/LC_MESSAGES/kinetd.mo share/locale/vi/LC_MESSAGES/kinfocenter.mo share/locale/vi/LC_MESSAGES/kio4.mo share/locale/vi/LC_MESSAGES/kio_applications.mo share/locale/vi/LC_MESSAGES/kio_archive.mo share/locale/vi/LC_MESSAGES/kio_audiocd.mo share/locale/vi/LC_MESSAGES/kio_bookmarks.mo share/locale/vi/LC_MESSAGES/kio_finger.mo share/locale/vi/LC_MESSAGES/kio_fish.mo share/locale/vi/LC_MESSAGES/kio_floppy.mo share/locale/vi/LC_MESSAGES/kio_help4.mo share/locale/vi/LC_MESSAGES/kio_imap4.mo share/locale/vi/LC_MESSAGES/kio_info.mo share/locale/vi/LC_MESSAGES/kio_jabberdisco.mo share/locale/vi/LC_MESSAGES/kio_ldap.mo share/locale/vi/LC_MESSAGES/kio_man.mo share/locale/vi/LC_MESSAGES/kio_nepomuk.mo share/locale/vi/LC_MESSAGES/kio_nepomuksearch.mo share/locale/vi/LC_MESSAGES/kio_nfs.mo share/locale/vi/LC_MESSAGES/kio_nntp.mo share/locale/vi/LC_MESSAGES/kio_pop3.mo share/locale/vi/LC_MESSAGES/kio_remote.mo share/locale/vi/LC_MESSAGES/kio_sftp.mo share/locale/vi/LC_MESSAGES/kio_smb.mo share/locale/vi/LC_MESSAGES/kio_smtp.mo share/locale/vi/LC_MESSAGES/kio_thumbnail.mo share/locale/vi/LC_MESSAGES/kio_timeline.mo share/locale/vi/LC_MESSAGES/kio_trash.mo share/locale/vi/LC_MESSAGES/kio_zeroconf.mo share/locale/vi/LC_MESSAGES/kioclient.mo share/locale/vi/LC_MESSAGES/kioexec.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/kmenuedit.mo share/locale/vi/LC_MESSAGES/kmimetypefinder.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/knotify4.mo share/locale/vi/LC_MESSAGES/konqueror.mo share/locale/vi/LC_MESSAGES/konsole.mo share/locale/vi/LC_MESSAGES/kopete.mo share/locale/vi/LC_MESSAGES/kpartsaver.mo share/locale/vi/LC_MESSAGES/kpasswdserver.mo share/locale/vi/LC_MESSAGES/kppp.mo share/locale/vi/LC_MESSAGES/kppplogview.mo share/locale/vi/LC_MESSAGES/kquitapp.mo share/locale/vi/LC_MESSAGES/krandr.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/krunner.mo share/locale/vi/LC_MESSAGES/kscreensaver.mo share/locale/vi/LC_MESSAGES/kshellcmdplugin.mo share/locale/vi/LC_MESSAGES/kshorturifilter.mo share/locale/vi/LC_MESSAGES/ksmserver.mo share/locale/vi/LC_MESSAGES/ksnapshot.mo share/locale/vi/LC_MESSAGES/ksplashthemes.mo share/locale/vi/LC_MESSAGES/kstart.mo share/locale/vi/LC_MESSAGES/kstyle_config.mo share/locale/vi/LC_MESSAGES/kstyle_phase_config.mo share/locale/vi/LC_MESSAGES/ksysguard.mo share/locale/vi/LC_MESSAGES/ksystraycmd.mo share/locale/vi/LC_MESSAGES/ktexteditor_plugins.mo share/locale/vi/LC_MESSAGES/ktraderclient.mo share/locale/vi/LC_MESSAGES/kurifilter.mo share/locale/vi/LC_MESSAGES/kuser.mo share/locale/vi/LC_MESSAGES/kwalletd.mo share/locale/vi/LC_MESSAGES/kwin.mo share/locale/vi/LC_MESSAGES/kwin_art_clients.mo share/locale/vi/LC_MESSAGES/kwin_clients.mo share/locale/vi/LC_MESSAGES/kwinshutdown.mo share/locale/vi/LC_MESSAGES/kwinstartmenu.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/libkdecorations.mo share/locale/vi/LC_MESSAGES/libkdeedu.mo share/locale/vi/LC_MESSAGES/libkexiv2.mo share/locale/vi/LC_MESSAGES/libkonq.mo share/locale/vi/LC_MESSAGES/libkscreensaver.mo share/locale/vi/LC_MESSAGES/libkworkspace.mo share/locale/vi/LC_MESSAGES/libphonon.mo share/locale/vi/LC_MESSAGES/libplasma.mo share/locale/vi/LC_MESSAGES/libplasmaweather.mo share/locale/vi/LC_MESSAGES/libtaskmanager.mo share/locale/vi/LC_MESSAGES/mf_konqplugin.mo share/locale/vi/LC_MESSAGES/minitoolsplugin.mo share/locale/vi/LC_MESSAGES/nepomukbackup.mo share/locale/vi/LC_MESSAGES/nepomukcontroller.mo share/locale/vi/LC_MESSAGES/nepomukqueryservice.mo share/locale/vi/LC_MESSAGES/nepomukserver.mo share/locale/vi/LC_MESSAGES/nepomukservicestub.mo share/locale/vi/LC_MESSAGES/nepomukstorage.mo share/locale/vi/LC_MESSAGES/nsplugin.mo share/locale/vi/LC_MESSAGES/phonon_kde.mo share/locale/vi/LC_MESSAGES/plasma-remote-helper.mo share/locale/vi/LC_MESSAGES/plasma_applet_battery.mo share/locale/vi/LC_MESSAGES/plasma_applet_binaryclock.mo share/locale/vi/LC_MESSAGES/plasma_applet_clock.mo share/locale/vi/LC_MESSAGES/plasma_applet_icontasks.mo share/locale/vi/LC_MESSAGES/plasma_applet_kget.mo share/locale/vi/LC_MESSAGES/plasma_applet_launcher.mo share/locale/vi/LC_MESSAGES/plasma_applet_lockout.mo share/locale/vi/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/vi/LC_MESSAGES/plasma_applet_notes.mo share/locale/vi/LC_MESSAGES/plasma_applet_notifier.mo share/locale/vi/LC_MESSAGES/plasma_applet_org.kde.notifications.mo share/locale/vi/LC_MESSAGES/plasma_applet_qstardict.mo share/locale/vi/LC_MESSAGES/plasma_applet_weather.mo share/locale/vi/LC_MESSAGES/plasma_runner_kget.mo share/locale/vi/LC_MESSAGES/plasmapkg.mo share/locale/vi/LC_MESSAGES/rellinks.mo share/locale/vi/LC_MESSAGES/searchbarplugin.mo share/locale/vi/LC_MESSAGES/solid-hardware.mo share/locale/vi/LC_MESSAGES/soliduiserver.mo share/locale/vi/LC_MESSAGES/systemsettings.mo share/locale/vi/LC_MESSAGES/timezones4.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/webarchiver.mo share/locale/vi/entry.desktop Index: head/www/kdewebdev4/distinfo =================================================================== --- head/www/kdewebdev4/distinfo (revision 318451) +++ head/www/kdewebdev4/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/kdewebdev-4.10.1.tar.xz) = adc9db4ed3f143223a5a48c2ee8337b73523943ba0867ed80fd802b5089679cc -SIZE (KDE/4.10.1/kdewebdev-4.10.1.tar.xz) = 2592232 +SHA256 (KDE/4.10.3/kdewebdev-4.10.3.tar.xz) = de1661c19c3caf53eb9b35f9e7ee8597e3dd0fda52e869f32e545a431902e315 +SIZE (KDE/4.10.3/kdewebdev-4.10.3.tar.xz) = 2597484 Index: head/x11/kactivities/distinfo =================================================================== --- head/x11/kactivities/distinfo (revision 318451) +++ head/x11/kactivities/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/kactivities-4.10.1.tar.xz) = 2f288f67f492893f3f7be01eda5cc3c0938510381dedfac3f1affe2f09f1c967 -SIZE (KDE/4.10.1/kactivities-4.10.1.tar.xz) = 108336 +SHA256 (KDE/4.10.3/kactivities-4.10.3.tar.xz) = 68e1654792aabad292b9689bdc5e34870e41b9829a37ffbac1685e9e05b7cd01 +SIZE (KDE/4.10.3/kactivities-4.10.3.tar.xz) = 108600 Index: head/x11/kactivitymanagerd/Makefile =================================================================== --- head/x11/kactivitymanagerd/Makefile (revision 318451) +++ head/x11/kactivitymanagerd/Makefile (revision 318452) @@ -1,38 +1,37 @@ # $FreeBSD$ PORTNAME= kactivitymanagerd PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 1 CATEGORIES= x11 kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} DISTNAME= kactivities-${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Activity Manager daemon CONFLICTS_INSTALL= kdelibs-4.7.* kde-runtime-4.7.* kactivities-4.[8-9].* USE_XZ= yes USE_KDE4= automoc4 kdehier kdelibs kdeprefix soprano nepomuk-core \ kactivities USES= cmake:outsource USE_QT4= declarative opengl script sql \ moc_build qmake_build rcc_build uic_build USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes DISTINFO_FILE= ${.CURDIR}/../kactivities/distinfo # https://bugs.kde.org/show_bug.cgi?id=305529#c10 -CMAKE_ARGS+= -DCMAKE_SHARED_LIBRARY_LINK_CXX_FLAGS=-rdynamic +CMAKE_ARGS+= -DCMAKE_SHARED_LIBRARY_LINK_CXX_FLAGS=-rdynamic # 'USES= moderncompiler' would help, for now force dependence on gcc USE_GCC= 4.6+ post-patch: ${REINPLACE_CMD} -e "/add_subdirectory (lib)/d" \ -e "/add_subdirectory (ontologies)/d" \ ${WRKSRC}/src/CMakeLists.txt \ .include Index: head/x11/kde4-baseapps/distinfo =================================================================== --- head/x11/kde4-baseapps/distinfo (revision 318451) +++ head/x11/kde4-baseapps/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/kde-baseapps-4.10.1.tar.xz) = d0533b6ca3b7c9af9d4f13a3c576d30398a7d16e9b98e184ba1fe8cdc39f03bf -SIZE (KDE/4.10.1/kde-baseapps-4.10.1.tar.xz) = 2609192 +SHA256 (KDE/4.10.3/kde-baseapps-4.10.3.tar.xz) = fd2f9a24888dc37b04ec5ec073571c91944a0d0b655c842e7d1744bfe17358dc +SIZE (KDE/4.10.3/kde-baseapps-4.10.3.tar.xz) = 2613696 Index: head/x11/kde4-runtime/distinfo =================================================================== --- head/x11/kde4-runtime/distinfo (revision 318451) +++ head/x11/kde4-runtime/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/kde-runtime-4.10.1.tar.xz) = 21358573acfcc13227dde57590974f473a4fda5e9655cf77a5ef85d380ccb152 -SIZE (KDE/4.10.1/kde-runtime-4.10.1.tar.xz) = 7213296 +SHA256 (KDE/4.10.3/kde-runtime-4.10.3.tar.xz) = 361d3aa8fc05c70a02c9010b1496901a88bd5d359e370875040ab8ea37f4f205 +SIZE (KDE/4.10.3/kde-runtime-4.10.3.tar.xz) = 7229684 Index: head/x11/kde4-workspace/Makefile =================================================================== --- head/x11/kde4-workspace/Makefile (revision 318451) +++ head/x11/kde4-workspace/Makefile (revision 318452) @@ -1,159 +1,167 @@ # $FreeBSD$ PORTNAME= kde-workspace PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 1 CATEGORIES= x11 kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= KDE Plasma Desktop LIB_DEPENDS= dbus-1:${PORTSDIR}/devel/dbus \ ck-connector:${PORTSDIR}/sysutils/consolekit \ pci:${PORTSDIR}/devel/libpci \ hal:${PORTSDIR}/sysutils/hal \ qalculate:${PORTSDIR}/math/libqalculate \ prison:${PORTSDIR}/graphics/prison \ boost_thread:${PORTSDIR}/devel/boost-libs \ dbusmenu-qt:${PORTSDIR}/devel/libdbusmenu-qt \ fontconfig:${PORTSDIR}/x11-fonts/fontconfig \ freetype:${PORTSDIR}/print/freetype2 \ png15:${PORTSDIR}/graphics/png \ jpeg:${PORTSDIR}/graphics/jpeg \ xcb-render-util:${PORTSDIR}/x11/xcb-util-renderutil \ xcb-image:${PORTSDIR}/x11/xcb-util-image BUILD_DEPENDS= xrdb:${PORTSDIR}/x11/xrdb RUN_DEPENDS= ${KDE4_PREFIX}/env/xdg-env.sh:${PORTSDIR}/misc/kde4-xdg-env \ ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme \ xprop:${PORTSDIR}/x11/xprop \ xsetroot:${PORTSDIR}/x11/xsetroot \ xmessage:${PORTSDIR}/x11/xmessage \ xrdb:${PORTSDIR}/x11/xrdb \ mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \ xset:${PORTSDIR}/x11/xset \ setxkbmap:${PORTSDIR}/x11/setxkbmap \ ${KDE4_PREFIX}/bin/ksysguardd:${PORTSDIR}/sysutils/ksysguardd \ ${KDE4_PREFIX}/lib/kde4/libexec/polkit-kde-authentication-agent-1:${PORTSDIR}/sysutils/polkit-kde \ ${KDE4_PREFIX}/lib/kde4/libexec/polkitkde1helper:${PORTSDIR}/sysutils/kcm-polkit-kde \ ${LOCALBASE}/etc/pam.d/kde:${PORTSDIR}/security/pam_kde \ ${KDE4_PREFIX}/share/apps/ksplash/Themes/Default/Theme.rc:${PORTSDIR}/x11-themes/kde4-base-artwork CONFLICTS= kdeaccessibility-4.[0-6].* kdebase-workspace-4.[0-6].* USE_GL= glu USE_GNOME= glib20 USE_KDE4= kactivities kdehier kdelibs kdeprefix oxygen pimlibs \ akonadi automoc4 ontologies qimageblitz soprano strigi USES= cmake:outsource pkgconfig gettext iconv USE_QT4= corelib dbus declarative designer_build gui network \ opengl phonon qtestlib script sql webkit xml \ moc_build qmake_build rcc_build uic_build USE_XORG= kbproto x11 xau xcomposite xcursor xdamage xdmcp xfixes \ xft xi xinerama xkbfile xrandr xrender xres xscrnsaver xtst USE_XZ= yes USE_GMAKE= yes USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes # Xmms and Googlegadgets could be enabled. CMAKE_ARGS= -DCMAKE_REQUIRED_FLAGS:STRING="-L${LOCALBASE}/lib" \ -DBUILD_python:BOOL=OFF \ -DBUILD_ruby:BOOL=OFF \ -DWITH_NetworkManager:BOOL=OFF \ -DWITH_Xmms:BOOL=OFF \ -DWITH_Googlegadgets:BOOL=OFF SUB_FILES= pkg-message USE_RC_SUBR= kdm4 USERS= kdm GROUPS= kdm -OPTIONS_DEFINE= GPS UPOWER WALLPAPERS +OPTIONS_DEFINE= GPS KACTIVITY UPOWER WALLPAPERS OPTIONS_GROUP= PHONON PLASMA OPTIONS_GROUP_PHONON= GSTREAMER VLC OPTIONS_GROUP_PLASMA= PYTHON RUBY -OPTIONS_DEFAULT=GPS GSTREAMER UPOWER WALLPAPERS +OPTIONS_DEFAULT=GPS GSTREAMER KACTIVITY UPOWER WALLPAPERS GPS_DESC= GPS geolocation via gpsd GSTREAMER_DESC= Multimedia via Phonon-GStreamer +KACTIVITY_DESC= Activity Manager daemon PYTHON_DESC= Python plasmoids support RUBY_DESC= Ruby plasmoids support UPOWER_DESC= Power management via UPower VLC_DESC= Multimedia via Phonon-VLC WALLPAPERS_DESC=Install official KDE wallpapers .include .if ${PORT_OPTIONS:MGPS} LIB_DEPENDS+= gps:${PORTSDIR}/astro/gpsd CMAKE_ARGS+= -DWITH_libgps:BOOL=ON PLIST_SUB+= GPS="" .else CMAKE_ARGS+= -DWITH_libgps:BOOL=OFF PLIST_SUB+= GPS="@comment " .endif .if ${PORT_OPTIONS:MGSTREAMER} USE_GSTREAMER+= core USE_QT4+= phonon-gst_run .endif +.if ${PORT_OPTIONS:MKACTIVITY} +RUN_DEPENDS+= ${KDE4_PREFIX}/bin/kactivitymanagerd:${PORTSDIR}/x11/kactivitymanagerd +.endif + .if ${PORT_OPTIONS:MPYTHON} RUN_DEPENDS+= ${KDE4_PREFIX}/share/apps/plasma_scriptengine_python/plasma_importer.py:${PORTSDIR}/x11/plasma-scriptengine-python .endif .if ${PORT_OPTIONS:MRUBY} RUN_DEPENDS+= ${KDE4_PREFIX}/share/apps/plasma_scriptengine_ruby/applet.rb:${PORTSDIR}/x11/plasma-scriptengine-ruby .endif .if ${PORT_OPTIONS:MUPOWER} RUN_DEPENDS+= ${LOCALBASE}/libexec/upowerd:${PORTSDIR}/sysutils/upower .endif .if ${PORT_OPTIONS:MVLC} RUN_DEPENDS+= ${KDE4_PREFIX}/lib/kde4/plugins/phonon_backend/phonon_vlc.so:${PORTSDIR}/multimedia/phonon-vlc .endif .if ${PORT_OPTIONS:MWALLPAPERS} RUN_DEPENDS+= ${KDE4_PREFIX}/share/wallpapers/Horos/metadata.desktop:${PORTSDIR}/x11-themes/kde4-wallpapers \ ${KDE4_PREFIX}/share/wallpapers/stripes-freebsd-blue/metadata.desktop:${PORTSDIR}/x11-themes/kde4-wallpapers-freebsd .endif .include + +.if ${OSVERSION} < 800069 +LIB_DEPENDS+= usb-0.1:${PORTSDIR}/devel/libusb +.endif .if ${OSVERSION} < 900004 LIB_DEPENDS+= utempter:${PORTSDIR}/sysutils/libutempter .endif post-patch: @${REINPLACE_CMD} -e 's,/usr/local,${LOCALBASE},g' \ ${PATCH_WRKSRC}/startkde.cmake \ ${PATCH_WRKSRC}/kcontrol/kfontinst/lib/KfiConstants.h \ ${PATCH_WRKSRC}/kcontrol/kfontinst/kio/KioFonts.cpp \ ${PATCH_WRKSRC}/kcontrol/keyboard/x11_helper.cpp \ ${PATCH_WRKSRC}/kdm/backend/client.c \ ${PATCH_WRKSRC}/kdm/kfrontend/genkdmconf.c \ ${PATCH_WRKSRC}/CMakeLists.txt pre-configure: ${REINPLACE_CMD} -e '/ksysguardd/ d' \ ${PATCH_WRKSRC}/ksysguard/CMakeLists.txt \ ${PATCH_WRKSRC}/ksysguard/example/CMakeLists.txt ${REINPLACE_CMD} -e 's|||' \ ${PATCH_WRKSRC}/kwin/effects/thumbnailaside/thumbnailaside.h ${REINPLACE_CMD} -e '/PolicyKit/ d' \ ${PATCH_WRKSRC}/doc/CMakeLists.txt post-install: ${LN} -sf ${PREFIX}/bin/startkde ${PREFIX}/bin/startkde4 .if ! ${PORT_OPTIONS:MGSTREAMER} @${CAT} ${FILESDIR}/pkg-message.gstreamer >> ${PKGMESSAGE} .endif @${HEAD} -1 ${PKGMESSAGE} >> ${PKGMESSAGE} @${CAT} ${PKGMESSAGE} .include Index: head/x11/kde4-workspace/distinfo =================================================================== --- head/x11/kde4-workspace/distinfo (revision 318451) +++ head/x11/kde4-workspace/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/kde-workspace-4.10.1.tar.xz) = 19ca159dc6cec2b8cb6a09d7a87ec5f541e35ed0f03c185c7ea5cfe959b212b7 -SIZE (KDE/4.10.1/kde-workspace-4.10.1.tar.xz) = 13560944 +SHA256 (KDE/4.10.3/kde-workspace-4.10.3.tar.xz) = d870db2f39dcec6d4c11ccaef53d24978c1249a9426814414a90456d9cfce49d +SIZE (KDE/4.10.3/kde-workspace-4.10.3.tar.xz) = 13569364 Index: head/x11/kde4-workspace/files/patch-plasma__desktop__applets__kickoff__CMakeLists.txt =================================================================== --- head/x11/kde4-workspace/files/patch-plasma__desktop__applets__kickoff__CMakeLists.txt (nonexistent) +++ head/x11/kde4-workspace/files/patch-plasma__desktop__applets__kickoff__CMakeLists.txt (revision 318452) @@ -0,0 +1,25 @@ +--- ./plasma/desktop/applets/kickoff/CMakeLists.txt.orig 2013-03-01 06:32:24.588852000 +0000 ++++ ./plasma/desktop/applets/kickoff/CMakeLists.txt 2013-04-05 14:57:51.006558311 +0000 +@@ -1,10 +1,6 @@ + ####################################################################################### + # Kickoff Library + +-if(STRIGI_STRIGIQTDBUSCLIENT_LIBRARY) +- set(HAVE_STRIGIDBUS 1) +-endif(STRIGI_STRIGIQTDBUSCLIENT_LIBRARY) +- + configure_file(core/config-kickoff-applets.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config-kickoff-applets.h) + + set(libkickoff_SRCS +@@ -34,11 +30,6 @@ + QT4_ADD_DBUS_INTERFACE(libkickoff_SRCS ${ksmserver_xml} ksmserver_interface) + + set(Kickoff_LIBS ${KDE4_KIO_LIBS} ${KDE4_KFILE_LIBS} ${KDE4_SOLID_LIBS} kworkspace) +-if(HAVE_STRIGIDBUS) +- set ( Kickoff_LIBS ${Kickoff_LIBS} ${STRIGI_STRIGIQTDBUSCLIENT_LIBRARY} ) +-endif(HAVE_STRIGIDBUS) +- +-include_directories( ${STRIGI_INCLUDE_DIR} ) + + kde4_add_library(kickoff SHARED ${libkickoff_SRCS}) + target_link_libraries(kickoff ${KDE4_PLASMA_LIBS} ${Kickoff_LIBS}) Property changes on: head/x11/kde4-workspace/files/patch-plasma__desktop__applets__kickoff__CMakeLists.txt ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11/kde4-workspace/pkg-plist =================================================================== --- head/x11/kde4-workspace/pkg-plist (revision 318451) +++ head/x11/kde4-workspace/pkg-plist (revision 318452) @@ -1,2376 +1,2376 @@ bin/genkdmconf bin/kaccess bin/kapplymousetheme bin/kblankscrn.kss bin/kcheckrunning bin/kcminit bin/kcminit_startup bin/kdm bin/kdmctl bin/kdostartupconfig4 bin/kfontinst bin/kfontview bin/kinfocenter bin/klipper bin/kmenuedit bin/krandom.kss bin/krandrstartup bin/krandrtray bin/krdb bin/krunner bin/ksmserver bin/ksplashqml bin/ksplashsimple bin/ksplashx bin/ksplashx_scale bin/kstartupconfig4 bin/ksysguard bin/ksystraycmd bin/kwin bin/oxygen-demo bin/oxygen-settings bin/oxygen-shadow-demo bin/plasma-desktop bin/plasma-netbook bin/plasma-overlay bin/plasma-windowed bin/solid-action-desktop-gen bin/startkde bin/startkde4 bin/systemsettings etc/dbus-1/system.d/org.kde.fontinst.conf etc/dbus-1/system.d/org.kde.kcontrol.kcmclock.conf etc/dbus-1/system.d/org.kde.kcontrol.kcmkdm.conf etc/dbus-1/system.d/org.kde.ksysguard.processlisthelper.conf etc/dbus-1/system.d/org.kde.powerdevil.backlighthelper.conf include/KDE/Plasma/Weather/Ion include/kcommondecoration.h include/kdecoration.h include/kdecorationbridge.h include/kdecorationfactory.h include/kgreeterplugin.h include/kscreensaver.h include/kscreensaver_export.h include/kscreensaver_vroot.h include/ksgrd/SensorAgent.h include/ksgrd/SensorClient.h include/ksgrd/SensorManager.h include/ksgrd/SensorShellAgent.h include/ksgrd/SensorSocketAgent.h include/ksysguard/KTextEditVT.h include/ksysguard/ProcessFilter.h include/ksysguard/ProcessModel.h include/ksysguard/ksignalplotter.h include/ksysguard/ksysguardprocesslist.h include/ksysguard/lsof.h include/ksysguard/process.h include/ksysguard/processes.h include/kwinanimationeffect.h include/kwinconfig.h include/kwineffects.h include/kwinglobals.h include/kwinglplatform.h include/kwingltexture.h include/kwinglutils.h include/kwinglutils_funcs.h include/kwinxrenderutils.h include/kworkspace/kdisplaymanager.h include/kworkspace/kwindowlistmenu.h include/kworkspace/kworkspace.h include/kworkspace/kworkspace_export.h include/plasma/geolocation/geolocation_export.h include/plasma/geolocation/geolocationprovider.h include/plasma/weather/ion.h include/plasma/weather/ion_export.h include/plasmaclock/calendar.h include/plasmaclock/calendartable.h include/plasmaclock/clockapplet.h include/plasmaclock/plasmaclock_export.h include/solid/control/ifaces/modemcdmainterface.h include/solid/control/ifaces/modemgsmcardinterface.h include/solid/control/ifaces/modemgsmcontactsinterface.h include/solid/control/ifaces/modemgsmhsointerface.h include/solid/control/ifaces/modemgsmnetworkinterface.h include/solid/control/ifaces/modemgsmsmsinterface.h include/solid/control/ifaces/modemgsmussdinterface.h include/solid/control/ifaces/modeminterface.h include/solid/control/ifaces/modemlocationinterface.h include/solid/control/ifaces/modemmanager.h include/solid/control/ifaces/networkbtinterface.h include/solid/control/ifaces/networkcdmainterface.h include/solid/control/ifaces/networkgsminterface.h include/solid/control/ifaces/networkinterface.h include/solid/control/ifaces/networkmanager.h include/solid/control/ifaces/networkserialinterface.h include/solid/control/ifaces/wirednetworkinterface.h include/solid/control/ifaces/wirelessaccesspoint.h include/solid/control/ifaces/wirelessnetworkinterface.h include/solid/control/modemcdmainterface.h include/solid/control/modemgsmcardinterface.h include/solid/control/modemgsmcontactsinterface.h include/solid/control/modemgsmhsointerface.h include/solid/control/modemgsmnetworkinterface.h include/solid/control/modemgsmsmsinterface.h include/solid/control/modemgsmussdinterface.h include/solid/control/modeminterface.h include/solid/control/modemlocationinterface.h include/solid/control/modemmanager.h include/solid/control/modemmanagerinterface.h include/solid/control/networkbtinterface.h include/solid/control/networkcdmainterface.h include/solid/control/networkgsminterface.h include/solid/control/networking.h include/solid/control/networkinterface.h include/solid/control/networkipv4config.h include/solid/control/networkmanager.h include/solid/control/networkserialinterface.h include/solid/control/singletondefs.h include/solid/control/solid_control_export.h include/solid/control/wirednetworkinterface.h include/solid/control/wirelessaccesspoint.h include/solid/control/wirelessnetworkinterface.h include/systemsettingsview/BaseData.h include/systemsettingsview/BaseMode.h include/systemsettingsview/MenuItem.h include/systemsettingsview/MenuModel.h include/systemsettingsview/MenuProxyModel.h include/systemsettingsview/ModuleView.h include/systemsettingsview/systemsettingsview_export.h include/taskmanager/abstractgroupableitem.h include/taskmanager/abstractgroupingstrategy.h include/taskmanager/abstractsortingstrategy.h include/taskmanager/groupmanager.h include/taskmanager/launcheritem.h include/taskmanager/startup.h include/taskmanager/task.h include/taskmanager/taskactions.h include/taskmanager/taskgroup.h include/taskmanager/taskitem.h include/taskmanager/taskmanager.h include/taskmanager/taskmanager_export.h lib/cmake/KDE4Workspace/KDE4WorkspaceConfig.cmake lib/cmake/KDE4Workspace/KDE4WorkspaceConfigVersion.cmake lib/cmake/KDE4Workspace/KDE4WorkspaceLibraryTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/KDE4Workspace/KDE4WorkspaceLibraryTargets.cmake lib/kconf_update_bin/force_krunner_lock_shortcut_unreg lib/kconf_update_bin/krdb_clearlibrarypath lib/kconf_update_bin/kwin_update_default_rules lib/kconf_update_bin/kwin_update_settings_410 lib/kconf_update_bin/kwin_update_settings_49 lib/kconf_update_bin/kwin_update_tabbox_qml_settings lib/kconf_update_bin/kwin_update_tabbox_settings lib/kconf_update_bin/notifications-to-orgkdenotifications lib/kconf_update_bin/plasma-add-shortcut-to-menu lib/kconf_update_bin/plasma-to-plasma-desktop lib/kde4/classic_mode.so lib/kde4/devinfo.so lib/kde4/fontthumbnail.so lib/kde4/icon_mode.so lib/kde4/imports/org/kde/kwin/decoration/ButtonGroup.qml lib/kde4/imports/org/kde/kwin/decoration/Decoration.qml lib/kde4/imports/org/kde/kwin/decoration/DecorationButton.qml lib/kde4/imports/org/kde/kwin/decoration/MenuButton.qml lib/kde4/imports/org/kde/kwin/decoration/libdecorationplugin.so lib/kde4/imports/org/kde/kwin/decoration/qmldir lib/kde4/imports/org/kde/kwin/decorations/plastik/libplastikplugin.so lib/kde4/imports/org/kde/kwin/decorations/plastik/qmldir lib/kde4/ion_bbcukmet.so lib/kde4/ion_debianweather.so lib/kde4/ion_envcan.so lib/kde4/ion_noaa.so lib/kde4/ion_wettercom.so lib/kde4/kcm_access.so lib/kde4/kcm_autostart.so lib/kde4/kcm_bell.so lib/kde4/kcm_clock.so lib/kde4/kcm_colors.so lib/kde4/kcm_cursortheme.so lib/kde4/kcm_desktoppaths.so lib/kde4/kcm_desktoptheme.so lib/kde4/kcm_display.so lib/kde4/kcm_fontinst.so lib/kde4/kcm_fonts.so lib/kde4/kcm_hotkeys.so lib/kde4/kcm_info.so lib/kde4/kcm_infosummary.so lib/kde4/kcm_input.so lib/kde4/kcm_kdm.so lib/kde4/kcm_keyboard.so lib/kde4/kcm_keys.so lib/kde4/kcm_krunner_kill.so lib/kde4/kcm_ksplashthemes.so lib/kde4/kcm_kwin4_effect_builtins.so lib/kde4/kcm_kwin_scripts.so lib/kde4/kcm_kwincompositing.so lib/kde4/kcm_kwindecoration.so lib/kde4/kcm_kwindesktop.so lib/kde4/kcm_kwinoptions.so lib/kde4/kcm_kwinrules.so lib/kde4/kcm_kwinscreenedges.so lib/kde4/kcm_kwintabbox.so lib/kde4/kcm_launch.so lib/kde4/kcm_memory.so lib/kde4/kcm_nic.so lib/kde4/kcm_opengl.so lib/kde4/kcm_pci.so lib/kde4/kcm_powerdevilactivitiesconfig.so lib/kde4/kcm_powerdevilglobalconfig.so lib/kde4/kcm_powerdevilprofilesconfig.so lib/kde4/kcm_randr.so lib/kde4/kcm_samba.so lib/kde4/kcm_screensaver.so lib/kde4/kcm_smserver.so lib/kde4/kcm_solid.so lib/kde4/kcm_solid_actions.so lib/kde4/kcm_standard_actions.so lib/kde4/kcm_style.so lib/kde4/kcm_usb.so lib/kde4/kcm_workspaceoptions.so lib/kde4/kded_appmenu.so lib/kde4/kded_freespacenotifier.so lib/kde4/kded_kephal.so lib/kde4/kded_keyboard.so lib/kde4/kded_khotkeys.so lib/kde4/kded_ktouchpadenabler.so lib/kde4/kded_kwrited.so lib/kde4/kded_powerdevil.so lib/kde4/kded_randrmonitor.so lib/kde4/kded_statusnotifierwatcher.so lib/kde4/keyboard_layout_widget.so lib/kde4/kfontviewpart.so lib/kde4/kgreet_classic.so lib/kde4/kgreet_generic.so lib/kde4/kgreet_winbind.so lib/kde4/kio_fonts.so lib/kde4/krunner_activities.so lib/kde4/krunner_bookmarksrunner.so lib/kde4/krunner_calculatorrunner.so lib/kde4/krunner_kill.so lib/kde4/krunner_locations.so lib/kde4/krunner_nepomuksearchrunner.so lib/kde4/krunner_placesrunner.so lib/kde4/krunner_plasma-desktop.so lib/kde4/krunner_powerdevil.so lib/kde4/krunner_recentdocuments.so lib/kde4/krunner_services.so lib/kde4/krunner_sessions.so lib/kde4/krunner_shell.so lib/kde4/krunner_solid.so lib/kde4/krunner_webshortcuts.so lib/kde4/krunner_windowedwidgets.so lib/kde4/krunner_windows.so lib/kde4/kstyle_oxygen_config.so lib/kde4/kwin3_aurorae.so lib/kde4/kwin3_b2.so lib/kde4/kwin3_laptop.so lib/kde4/kwin3_oxygen.so lib/kde4/kwin4_effect_builtins.so lib/kde4/kwin_b2_config.so lib/kde4/kwin_oxygen_config.so lib/kde4/libexec/backlighthelper lib/kde4/libexec/fontinst lib/kde4/libexec/fontinst_helper lib/kde4/libexec/fontinst_x11 lib/kde4/libexec/kcheckpass lib/kde4/libexec/kcmdatetimehelper lib/kde4/libexec/kcmkdmhelper lib/kde4/libexec/kdm_config lib/kde4/libexec/kdm_greet lib/kde4/libexec/kfontprint lib/kde4/libexec/krootimage lib/kde4/libexec/kscreenlocker_greet lib/kde4/libexec/ksysguardprocesslist_helper lib/kde4/libexec/kwin_killer_helper lib/kde4/libexec/kwin_opengl_test lib/kde4/libexec/kwin_rules_dialog %%GPS%%lib/kde4/plasma-geolocation-gps.so lib/kde4/plasma-geolocation-ip.so lib/kde4/plasma_animator_default.so lib/kde4/plasma_applet_activitybar.so lib/kde4/plasma_applet_calendar.so lib/kde4/plasma_applet_clock.so lib/kde4/plasma_applet_currentappcontrol.so lib/kde4/plasma_applet_dig_clock.so lib/kde4/plasma_applet_icon.so lib/kde4/plasma_applet_keyboard.so lib/kde4/plasma_applet_launcher.so lib/kde4/plasma_applet_pager.so lib/kde4/plasma_applet_panelspacer_internal.so lib/kde4/plasma_applet_quicklaunch.so lib/kde4/plasma_applet_searchbox.so lib/kde4/plasma_applet_simplelauncher.so lib/kde4/plasma_applet_sm_cpu.so lib/kde4/plasma_applet_sm_hdd.so lib/kde4/plasma_applet_sm_hdd_activity.so lib/kde4/plasma_applet_sm_hwinfo.so lib/kde4/plasma_applet_sm_net.so lib/kde4/plasma_applet_sm_ram.so lib/kde4/plasma_applet_sm_temperature.so lib/kde4/plasma_applet_system-monitor.so lib/kde4/plasma_applet_systemtray.so lib/kde4/plasma_applet_tasks.so lib/kde4/plasma_applet_trash.so lib/kde4/plasma_applet_webbrowser.so lib/kde4/plasma_applet_windowlist.so lib/kde4/plasma_appletscriptengine_dashboard.so lib/kde4/plasma_appletscriptengine_webapplet.so lib/kde4/plasma_containment_desktop.so lib/kde4/plasma_containment_netpanel.so lib/kde4/plasma_containment_panel.so lib/kde4/plasma_containment_sal.so lib/kde4/plasma_containment_saverdesktop.so lib/kde4/plasma_containmentactions_applauncher.so lib/kde4/plasma_containmentactions_contextmenu.so lib/kde4/plasma_containmentactions_minimalcontextmenu.so lib/kde4/plasma_containmentactions_paste.so lib/kde4/plasma_containmentactions_switchactivity.so lib/kde4/plasma_containmentactions_switchdesktop.so lib/kde4/plasma_containmentactions_switchwindow.so lib/kde4/plasma_engine_activities.so lib/kde4/plasma_engine_akonadi.so lib/kde4/plasma_engine_applicationjobs.so lib/kde4/plasma_engine_apps.so lib/kde4/plasma_engine_calendar.so lib/kde4/plasma_engine_devicenotifications.so lib/kde4/plasma_engine_dict.so lib/kde4/plasma_engine_executable.so lib/kde4/plasma_engine_favicons.so lib/kde4/plasma_engine_filebrowser.so lib/kde4/plasma_engine_geolocation.so lib/kde4/plasma_engine_hotplug.so lib/kde4/plasma_engine_keystate.so lib/kde4/plasma_engine_metadata.so lib/kde4/plasma_engine_mouse.so lib/kde4/plasma_engine_mpris2.so lib/kde4/plasma_engine_network.so lib/kde4/plasma_engine_notifications.so lib/kde4/plasma_engine_nowplaying.so lib/kde4/plasma_engine_places.so lib/kde4/plasma_engine_powermanagement.so lib/kde4/plasma_engine_rss.so lib/kde4/plasma_engine_searchlaunch.so lib/kde4/plasma_engine_share.so lib/kde4/plasma_engine_soliddevice.so lib/kde4/plasma_engine_statusnotifieritem.so lib/kde4/plasma_engine_systemmonitor.so lib/kde4/plasma_engine_tasks.so lib/kde4/plasma_engine_time.so lib/kde4/plasma_engine_weather.so lib/kde4/plasma_packagestructure_dashboard.so lib/kde4/plasma_packagestructure_share.so lib/kde4/plasma_packagestructure_web.so lib/kde4/plasma_toolbox_desktoptoolbox.so lib/kde4/plasma_toolbox_nettoolbox.so lib/kde4/plasma_toolbox_paneltoolbox.so lib/kde4/plasma_wallpaper_color.so lib/kde4/plasma_wallpaper_image.so lib/kde4/plugins/designer/ksignalplotterwidgets.so lib/kde4/plugins/designer/ksysguardlsofwidgets.so lib/kde4/plugins/designer/ksysguardwidgets.so lib/kde4/plugins/gui_platform/libkde.so lib/kde4/plugins/styles/oxygen.so lib/kde4/powerdevilbrightnesscontrolaction_config.so lib/kde4/powerdevildimdisplayaction_config.so lib/kde4/powerdevildpmsaction.so lib/kde4/powerdevildpmsaction_config.so lib/kde4/powerdevilhandlebuttoneventsaction_config.so lib/kde4/powerdevilrunscriptaction_config.so lib/kde4/powerdevilsuspendsessionaction_config.so lib/kde4/solid_fakenet.so lib/kde4/solid_wicd.so lib/libkdecorations.so lib/libkdecorations.so.5 lib/libkdecorations.so.5.0.1 lib/libkdeinit4_kaccess.so lib/libkdeinit4_kcminit.so lib/libkdeinit4_kcminit_startup.so lib/libkdeinit4_klipper.so lib/libkdeinit4_kmenuedit.so lib/libkdeinit4_krunner.so lib/libkdeinit4_ksmserver.so lib/libkdeinit4_ksysguard.so lib/libkdeinit4_kwin.so lib/libkdeinit4_kwin_rules_dialog.so lib/libkdeinit4_plasma-desktop.so lib/libkdeinit4_plasma-netbook.so lib/libkdeinit4_plasma-windowed.so lib/libkephal.so lib/libkephal.so.5 lib/libkephal.so.5.0.1 lib/libkfontinst.so lib/libkfontinst.so.5 lib/libkfontinst.so.5.0.1 lib/libkfontinstui.so lib/libkfontinstui.so.5 lib/libkfontinstui.so.5.0.1 lib/libkhotkeysprivate.so.5 lib/libkhotkeysprivate.so.5.0.1 lib/libkickoff.so lib/libkscreensaver.so lib/libkscreensaver.so.5 lib/libkscreensaver.so.5.0.0 lib/libksgrd.so lib/libksgrd.so.5 lib/libksgrd.so.5.0.1 lib/libksignalplotter.so lib/libksignalplotter.so.5 lib/libksignalplotter.so.5.0.1 lib/libkwineffects.so lib/libkwineffects.so.1 lib/libkwineffects.so.1.0.0 lib/libkwinglutils.so lib/libkwinglutils.so.1 lib/libkwinglutils.so.1.0.0 lib/libkwinnvidiahack.so.5 lib/libkwinnvidiahack.so.5.0.1 lib/libkworkspace.so lib/libkworkspace.so.5 lib/libkworkspace.so.5.0.1 lib/liblsofui.so lib/liblsofui.so.5 lib/liblsofui.so.5.0.1 lib/liboxygenstyle.so lib/liboxygenstyle.so.5 lib/liboxygenstyle.so.5.0.1 lib/liboxygenstyleconfig.so lib/liboxygenstyleconfig.so.5 lib/liboxygenstyleconfig.so.5.0.1 lib/libplasma-geolocation-interface.so lib/libplasma-geolocation-interface.so.5 lib/libplasma-geolocation-interface.so.5.0.1 lib/libplasma_applet-system-monitor.so lib/libplasma_applet-system-monitor.so.5 lib/libplasma_applet-system-monitor.so.5.0.1 lib/libplasmaclock.so lib/libplasmaclock.so.5 lib/libplasmaclock.so.5.0.1 lib/libplasmagenericshell.so lib/libplasmagenericshell.so.5 lib/libplasmagenericshell.so.5.0.1 lib/libpowerdevilconfigcommonprivate.so lib/libpowerdevilconfigcommonprivate.so.5 lib/libpowerdevilconfigcommonprivate.so.5.0.1 lib/libpowerdevilcore.so lib/libpowerdevilcore.so.0 lib/libpowerdevilcore.so.0.1.0 lib/libpowerdevilui.so lib/libpowerdevilui.so.5 lib/libpowerdevilui.so.5.0.1 lib/libprocesscore.so lib/libprocesscore.so.5 lib/libprocesscore.so.5.0.1 lib/libprocessui.so lib/libprocessui.so.5 lib/libprocessui.so.5.0.1 lib/libsolidcontrol.so lib/libsolidcontrol.so.5 lib/libsolidcontrol.so.5.0.1 lib/libsolidcontrolifaces.so lib/libsolidcontrolifaces.so.5 lib/libsolidcontrolifaces.so.5.0.1 lib/libsystemsettingsview.so lib/libsystemsettingsview.so.2 lib/libtaskmanager.so lib/libtaskmanager.so.5 lib/libtaskmanager.so.5.0.1 lib/libweather_ion.so lib/libweather_ion.so.6 lib/libweather_ion.so.6.0.0 lib/strigi/strigita_font.so share/applications/kde4/kdesystemsettings.desktop share/applications/kde4/kfontview.desktop share/applications/kde4/kinfocenter.desktop share/applications/kde4/klipper.desktop share/applications/kde4/kmenuedit.desktop share/applications/kde4/krandrtray.desktop share/applications/kde4/ksysguard.desktop share/applications/kde4/systemsettings.desktop share/apps/cmake/modules/FindCkConnector.cmake share/apps/cmake/modules/FindDBus.cmake share/apps/cmake/modules/FindGooglegadgets.cmake share/apps/cmake/modules/FindKephal.cmake share/apps/cmake/modules/FindLibXKlavier.cmake share/apps/cmake/modules/FindOpenGLES.cmake share/apps/cmake/modules/FindPAM.cmake share/apps/cmake/modules/FindSensors.cmake share/apps/cmake/modules/PkgConfigGetVar.cmake share/apps/cmake/modules/UnixAuth.cmake share/apps/color-schemes/Honeycomb.colors share/apps/color-schemes/Norway.colors share/apps/color-schemes/ObsidianCoast.colors share/apps/color-schemes/Oxygen.colors share/apps/color-schemes/OxygenCold.colors share/apps/color-schemes/Steel.colors share/apps/color-schemes/WontonSoup.colors share/apps/color-schemes/Zion.colors share/apps/color-schemes/ZionReversed.colors share/apps/desktoptheme/air-netbook/colors share/apps/desktoptheme/air-netbook/metadata.desktop share/apps/desktoptheme/air-netbook/widgets/background.svgz share/apps/desktoptheme/air-netbook/widgets/panel-background.svgz share/apps/desktoptheme/default/calendar/mini-calendar.svgz share/apps/desktoptheme/default/system-monitor/hdd_panel.svgz share/apps/desktoptheme/default/widgets/activities.svgz share/apps/desktoptheme/default/widgets/battery-oxygen.svgz share/apps/doc/kdm/README share/apps/doc/kdm/greeter.dtd share/apps/freespacenotifier/freespacenotifier.notifyrc share/apps/kaccess/kaccess.notifyrc share/apps/katepart/syntax/plasma-desktop-js.xml share/apps/kcminput/cursor_large_black.pcf.gz share/apps/kcminput/cursor_large_white.pcf.gz share/apps/kcminput/cursor_small_white.pcf.gz share/apps/kcminput/pics/mouse_lh.png share/apps/kcminput/pics/mouse_rh.png share/apps/kcmkeyboard/pics/epo.png share/apps/kcmkeys/kde3.kksrc share/apps/kcmkeys/kde4.kksrc share/apps/kcmkeys/mac4.kksrc share/apps/kcmkeys/unix3.kksrc share/apps/kcmkeys/win3.kksrc share/apps/kcmkeys/win4.kksrc share/apps/kcmkeys/wm3.kksrc share/apps/kcmsolidactions/solid-action-template.desktop share/apps/kcmstyle/kcmstyle.notifyrc share/apps/kcmusb/usb.ids share/apps/kconf_update/klipper-kconfigxt.upd share/apps/kconf_update/krdb_libpathwipe.upd share/apps/kconf_update/kscreenlocker_locksession-shortcut.upd share/apps/kconf_update/ksmserver_shortcuts.upd share/apps/kconf_update/kwin_fsp_workarounds_1.upd share/apps/kconf_update/kwin_remove_delay_focus.sh share/apps/kconf_update/kwin_remove_delay_focus.upd share/apps/kconf_update/kwin_remove_effects.upd share/apps/kconf_update/kwin_update_410.upd share/apps/kconf_update/kwin_update_49.upd share/apps/kconf_update/kwin_update_tabbox_qml_settings.upd share/apps/kconf_update/kwin_update_tabbox_settings.upd share/apps/kconf_update/notifications-to-orgkdenotifications.upd share/apps/kconf_update/plasma-add-shortcut-to-menu.upd share/apps/kconf_update/plasma-to-plasmadesktop-shortcuts.upd share/apps/kconf_update/plasmarc-to-plasmadesktoprc.upd share/apps/kcontrol/pics/anchor.png share/apps/kcontrol/pics/logo.png share/apps/kcontrol/pics/mini-world.png share/apps/kcontrol/pics/monitor.png share/apps/kdisplay/app-defaults/AAAAAAGeneral.ad share/apps/kdisplay/app-defaults/AAAMotif.ad share/apps/kdisplay/app-defaults/AAATk.ad share/apps/kdisplay/app-defaults/AAAXaw.ad share/apps/kdisplay/app-defaults/AcroRead.ad share/apps/kdisplay/app-defaults/Editres.ad share/apps/kdisplay/app-defaults/Emacs.ad share/apps/kdisplay/app-defaults/GV.ad share/apps/kdisplay/app-defaults/ML.ad share/apps/kdisplay/app-defaults/Nedit.ad share/apps/kdisplay/app-defaults/Netscape.ad share/apps/kdisplay/app-defaults/RVPlayer.ad share/apps/kdisplay/app-defaults/WPerfect.ad share/apps/kdisplay/app-defaults/XCalc.ad share/apps/kdisplay/app-defaults/XOsview.ad share/apps/kdisplay/app-defaults/XTerm.ad share/apps/kdisplay/app-defaults/XV.ad share/apps/kdisplay/app-defaults/Xawtv.ad share/apps/kdisplay/app-defaults/Xdvi.ad share/apps/kdisplay/app-defaults/Xpdf.ad share/apps/kdm/patterns/fish.desktop share/apps/kdm/patterns/fish.png share/apps/kdm/patterns/flowers.desktop share/apps/kdm/patterns/flowers.png share/apps/kdm/patterns/night-rock.desktop share/apps/kdm/patterns/night-rock.jpg share/apps/kdm/patterns/pavement.desktop share/apps/kdm/patterns/pavement.png share/apps/kdm/patterns/rattan.desktop share/apps/kdm/patterns/rattan.png share/apps/kdm/patterns/stonewall2.desktop share/apps/kdm/patterns/stonewall2.png share/apps/kdm/patterns/triangles.desktop share/apps/kdm/patterns/triangles.png share/apps/kdm/pics/kdelogo.png share/apps/kdm/pics/shutdown.png share/apps/kdm/pics/users/default1.png share/apps/kdm/pics/users/default2.png share/apps/kdm/pics/users/default3.png share/apps/kdm/pics/users/root1.png share/apps/kdm/programs/xearth.desktop share/apps/kdm/programs/xglobe.desktop share/apps/kdm/programs/xplanet.desktop share/apps/kdm/sessions/9wm.desktop share/apps/kdm/sessions/aewm++.desktop share/apps/kdm/sessions/aewm.desktop share/apps/kdm/sessions/afterstep.desktop share/apps/kdm/sessions/amaterus.desktop share/apps/kdm/sessions/amiwm.desktop share/apps/kdm/sessions/asclassic.desktop share/apps/kdm/sessions/blackbox.desktop share/apps/kdm/sessions/cde.desktop share/apps/kdm/sessions/ctwm.desktop share/apps/kdm/sessions/cwwm.desktop share/apps/kdm/sessions/e16.desktop share/apps/kdm/sessions/enlightenment.desktop share/apps/kdm/sessions/evilwm.desktop share/apps/kdm/sessions/fluxbox.desktop share/apps/kdm/sessions/flwm.desktop share/apps/kdm/sessions/fvwm.desktop share/apps/kdm/sessions/fvwm95.desktop share/apps/kdm/sessions/gnome.desktop share/apps/kdm/sessions/golem.desktop share/apps/kdm/sessions/icewm.desktop share/apps/kdm/sessions/ion.desktop share/apps/kdm/sessions/kde-plasma-safe.desktop share/apps/kdm/sessions/kde-plasma.desktop share/apps/kdm/sessions/larswm.desktop share/apps/kdm/sessions/lwm.desktop share/apps/kdm/sessions/matchbox.desktop share/apps/kdm/sessions/metacity.desktop share/apps/kdm/sessions/mwm.desktop share/apps/kdm/sessions/olvwm.desktop share/apps/kdm/sessions/olwm.desktop share/apps/kdm/sessions/openbox.desktop share/apps/kdm/sessions/oroborus.desktop share/apps/kdm/sessions/phluid.desktop share/apps/kdm/sessions/pwm.desktop share/apps/kdm/sessions/qvwm.desktop share/apps/kdm/sessions/ratpoison.desktop share/apps/kdm/sessions/sapphire.desktop share/apps/kdm/sessions/sawfish.desktop share/apps/kdm/sessions/twm.desktop share/apps/kdm/sessions/ude.desktop share/apps/kdm/sessions/vtwm.desktop share/apps/kdm/sessions/w9wm.desktop share/apps/kdm/sessions/waimea.desktop share/apps/kdm/sessions/wm2.desktop share/apps/kdm/sessions/wmaker.desktop share/apps/kdm/sessions/xfce.desktop share/apps/kdm/sessions/xfce4.desktop share/apps/kdm/themes/ariya/KdmGreeterTheme.desktop share/apps/kdm/themes/ariya/ariya.xml share/apps/kdm/themes/ariya/lineedit_active.png share/apps/kdm/themes/ariya/lineedit_normal.png share/apps/kdm/themes/ariya/lock.png share/apps/kdm/themes/ariya/login_active.png share/apps/kdm/themes/ariya/login_normal.png share/apps/kdm/themes/ariya/pw_icon.png share/apps/kdm/themes/ariya/rectangle.png share/apps/kdm/themes/ariya/rectangle_overlay.png share/apps/kdm/themes/ariya/screenshot.png share/apps/kdm/themes/ariya/session_normal.png share/apps/kdm/themes/ariya/system_normal.png share/apps/kdm/themes/ariya/user_icon.png share/apps/kdm/themes/circles/KdmGreeterTheme.desktop share/apps/kdm/themes/circles/background.svg share/apps/kdm/themes/circles/circles.xml share/apps/kdm/themes/circles/flower.png share/apps/kdm/themes/circles/help.png share/apps/kdm/themes/circles/options.png share/apps/kdm/themes/circles/screenshot.png share/apps/kdm/themes/elarun/KdmGreeterTheme.desktop share/apps/kdm/themes/elarun/elarun.xml share/apps/kdm/themes/elarun/lineedit_active.png share/apps/kdm/themes/elarun/lineedit_normal.png share/apps/kdm/themes/elarun/lock.png share/apps/kdm/themes/elarun/login_active.png share/apps/kdm/themes/elarun/login_normal.png share/apps/kdm/themes/elarun/pw_icon.png share/apps/kdm/themes/elarun/rectangle.png share/apps/kdm/themes/elarun/rectangle_overlay.png share/apps/kdm/themes/elarun/screenshot.png share/apps/kdm/themes/elarun/session_normal.png share/apps/kdm/themes/elarun/system_normal.png share/apps/kdm/themes/elarun/user_icon.png share/apps/kdm/themes/horos/KdmGreeterTheme.desktop share/apps/kdm/themes/horos/horos.xml share/apps/kdm/themes/horos/lineedit_active.png share/apps/kdm/themes/horos/lineedit_normal.png share/apps/kdm/themes/horos/lock.png share/apps/kdm/themes/horos/login_active.png share/apps/kdm/themes/horos/login_normal.png share/apps/kdm/themes/horos/pw_icon.png share/apps/kdm/themes/horos/rectangle.png share/apps/kdm/themes/horos/rectangle_overlay.png share/apps/kdm/themes/horos/screenshot.png share/apps/kdm/themes/horos/session_normal.png share/apps/kdm/themes/horos/system_normal.png share/apps/kdm/themes/horos/user_icon.png share/apps/kdm/themes/oxygen-air/KdmGreeterTheme.desktop share/apps/kdm/themes/oxygen-air/caps.png share/apps/kdm/themes/oxygen-air/icon-kde.png share/apps/kdm/themes/oxygen-air/oxygen-air.xml share/apps/kdm/themes/oxygen-air/pw-entry.png share/apps/kdm/themes/oxygen-air/screenshot.png share/apps/kdm/themes/oxygen-air/session_button-li.png share/apps/kdm/themes/oxygen-air/session_button.png share/apps/kdm/themes/oxygen-air/system_button-li.png share/apps/kdm/themes/oxygen-air/system_button.png share/apps/kdm/themes/oxygen-air/user-entry.png share/apps/kdm/themes/oxygen-air/win-login.png share/apps/kdm/themes/oxygen/KdmGreeterTheme.desktop share/apps/kdm/themes/oxygen/background.svg share/apps/kdm/themes/oxygen/branding-icon.png share/apps/kdm/themes/oxygen/oxygen-box.svg share/apps/kdm/themes/oxygen/oxygen.svg share/apps/kdm/themes/oxygen/oxygen.xml share/apps/kdm/themes/oxygen/screenshot.png share/apps/kdm/themes/oxygen/session.png share/apps/kdm/themes/oxygen/system.png share/apps/kfontinst/icons/oxygen/16x16/actions/addfont.png share/apps/kfontinst/icons/oxygen/16x16/actions/disablefont.png share/apps/kfontinst/icons/oxygen/16x16/actions/enablefont.png share/apps/kfontinst/icons/oxygen/16x16/actions/fontstatus.png share/apps/kfontinst/icons/oxygen/22x22/actions/addfont.png share/apps/kfontinst/icons/oxygen/22x22/actions/disablefont.png share/apps/kfontinst/icons/oxygen/22x22/actions/enablefont.png share/apps/kfontinst/icons/oxygen/22x22/actions/fontstatus.png share/apps/kfontinst/icons/oxygen/scalable/actions/addfont.svgz share/apps/kfontinst/icons/oxygen/scalable/actions/disablefont.svgz share/apps/kfontinst/icons/oxygen/scalable/actions/enablefont.svgz share/apps/kfontinst/icons/oxygen/scalable/actions/fontstatus.svgz share/apps/kfontinst/kfontviewpart.rc share/apps/kfontview/kfontviewui.rc share/apps/khotkeys/defaults.khotkeys share/apps/khotkeys/kde32b1.khotkeys share/apps/khotkeys/konqueror_gestures_kde321.khotkeys share/apps/khotkeys/printscreen.khotkeys share/apps/kinfocenter/kinfocenterui.rc share/apps/kmenuedit/icons/hicolor/22x22/actions/menu_new.png share/apps/kmenuedit/icons/hicolor/22x22/actions/menu_new_sep.png share/apps/kmenuedit/icons/hicolor/32x32/actions/menu_new.png share/apps/kmenuedit/icons/hicolor/32x32/actions/menu_new_sep.png share/apps/kmenuedit/kmenueditui.rc share/apps/konqsidebartng/virtual_folders/services/fonts.desktop share/apps/ksmserver/ksmserver.notifyrc share/apps/ksmserver/screenlocker/org.kde.passworddialog/contents/ui/AccelButton.qml share/apps/ksmserver/screenlocker/org.kde.passworddialog/contents/ui/Greeter.qml share/apps/ksmserver/screenlocker/org.kde.passworddialog/contents/ui/SessionSwitching.qml share/apps/ksmserver/screenlocker/org.kde.passworddialog/contents/ui/main.qml share/apps/ksmserver/screenlocker/org.kde.passworddialog/metadata.desktop share/apps/ksmserver/themes/contour/ContourButton.qml share/apps/ksmserver/themes/contour/main.qml share/apps/ksmserver/themes/contour/metadata.desktop share/apps/ksmserver/themes/contour/screenshot.png share/apps/ksmserver/themes/default/ContextMenu.qml share/apps/ksmserver/themes/default/KSMButton.qml share/apps/ksmserver/themes/default/MenuItem.qml share/apps/ksmserver/themes/default/helper.js share/apps/ksmserver/themes/default/main.qml share/apps/ksmserver/themes/default/metadata.desktop share/apps/ksmserver/themes/default/screenshot.png share/apps/ksplash/Themes/Minimalistic/Preview.png share/apps/ksplash/Themes/Minimalistic/Theme.rc share/apps/ksplash/Themes/Minimalistic/images/kdegear.png share/apps/ksplash/Themes/Minimalistic/images/kdeletter.png share/apps/ksplash/Themes/Minimalistic/images/kdelogo-contrast.png share/apps/ksplash/Themes/Minimalistic/images/kdelogo.png share/apps/ksplash/Themes/Minimalistic/images/kdemask.png share/apps/ksplash/Themes/Minimalistic/main.qml share/apps/ksplash/Themes/None/Theme.rc share/apps/ksplash/Themes/Simple/Preview.png share/apps/ksplash/Themes/Simple/Theme.rc share/apps/ksplash/Themes/SimpleSmall/Preview.png share/apps/ksplash/Themes/SimpleSmall/Theme.rc share/apps/kstyle/themes/oxygen.themerc share/apps/kstyle/themes/qtcde.themerc share/apps/kstyle/themes/qtcleanlooks.themerc share/apps/kstyle/themes/qtgtk.themerc share/apps/kstyle/themes/qtmotif.themerc share/apps/kstyle/themes/qtplastique.themerc share/apps/kstyle/themes/qtwindows.themerc share/apps/ksysguard/ProcessTable.sgrd share/apps/ksysguard/SystemLoad2.sgrd share/apps/ksysguard/ksysguard.notifyrc share/apps/ksysguard/ksysguardui.rc share/apps/ksysguard/scripts/README share/apps/ksysguard/scripts/smaps/helper.js share/apps/ksysguard/scripts/smaps/index.html share/apps/ksysguard/scripts/smaps/main.js share/apps/ksysguard/scripts/smaps/smaps.desktop share/apps/ksysguard/scripts/smaps/sorttable.js share/apps/ksysguard/scripts/smaps/style.css share/apps/kthememanager/themes/HighContrastDark-big/HighContrastDark-big.preview.png share/apps/kthememanager/themes/HighContrastDark-big/HighContrastDark-big.xml share/apps/kthememanager/themes/HighContrastDark/HighContrastDark.preview.png share/apps/kthememanager/themes/HighContrastDark/HighContrastDark.xml share/apps/kthememanager/themes/HighContrastLight-big/HighContrastLight-big.preview.png share/apps/kthememanager/themes/HighContrastLight-big/HighContrastLight-big.xml share/apps/kthememanager/themes/HighContrastLight/HighContrastLight.preview.png share/apps/kthememanager/themes/HighContrastLight/HighContrastLight.xml share/apps/kthememanager/themes/KDE_Classic/KDE_Classic.preview.png share/apps/kthememanager/themes/KDE_Classic/KDE_Classic.xml share/apps/kthememanager/themes/Keramik/Keramik.preview.png share/apps/kthememanager/themes/Keramik/Keramik.xml share/apps/kthememanager/themes/Plastik/Plastik.preview.png share/apps/kthememanager/themes/Plastik/Plastik.xml share/apps/kthememanager/themes/Platinum/Platinum.preview.png share/apps/kthememanager/themes/Platinum/Platinum.xml share/apps/kthememanager/themes/Redmond/Redmond.preview.png share/apps/kthememanager/themes/Redmond/Redmond.xml share/apps/kthememanager/themes/Sunshine/Sunshine.preview.png share/apps/kthememanager/themes/Sunshine/Sunshine.xml share/apps/kthememanager/themes/YellowOnBlue-big/YellowOnBlue-big.preview.png share/apps/kthememanager/themes/YellowOnBlue-big/YellowOnBlue-big.xml share/apps/kthememanager/themes/YellowOnBlue/YellowOnBlue.preview.png share/apps/kthememanager/themes/YellowOnBlue/YellowOnBlue.xml share/apps/kwin/aurorae.desktop share/apps/kwin/aurorae/AuroraeButton.qml share/apps/kwin/aurorae/AuroraeButtonGroup.qml share/apps/kwin/aurorae/AuroraeMaximizeButton.qml share/apps/kwin/aurorae/Decoration.qml share/apps/kwin/aurorae/DecorationButton.qml share/apps/kwin/aurorae/MenuButton.qml share/apps/kwin/aurorae/aurorae.qml share/apps/kwin/b2.desktop share/apps/kwin/blinking-startup-fragment.glsl share/apps/kwin/coverswitch-reflection.glsl share/apps/kwin/cube-cap.glsl share/apps/kwin/cube-reflection.glsl share/apps/kwin/cubecap.png share/apps/kwin/cylinder.frag share/apps/kwin/cylinder.vert share/apps/kwin/decorations/kwin4_decoration_qml_plastik/contents/config/main.xml share/apps/kwin/decorations/kwin4_decoration_qml_plastik/contents/ui/PlastikButton.qml share/apps/kwin/decorations/kwin4_decoration_qml_plastik/contents/ui/config.ui share/apps/kwin/decorations/kwin4_decoration_qml_plastik/contents/ui/main.qml share/apps/kwin/decorations/kwin4_decoration_qml_plastik/metadata.desktop share/apps/kwin/default_rules/fsp_workarounds_1.kwinrules share/apps/kwin/default_rules/plasma_desktop_containment.kwinrules share/apps/kwin/effects/kwin4_effect_fade/contents/code/main.js share/apps/kwin/effects/kwin4_effect_fade/contents/config/main.xml share/apps/kwin/effects/kwin4_effect_fade/metadata.desktop share/apps/kwin/effects/kwin4_effect_fadedesktop/contents/code/main.js share/apps/kwin/effects/kwin4_effect_fadedesktop/metadata.desktop share/apps/kwin/effects/kwin4_effect_maximize/contents/code/maximize.js share/apps/kwin/effects/kwin4_effect_maximize/metadata.desktop share/apps/kwin/explosion-end.png share/apps/kwin/explosion-start.png share/apps/kwin/explosion.frag share/apps/kwin/invert.frag share/apps/kwin/kcm_kwindecoration/AuroraeDecoration.qml share/apps/kwin/kcm_kwindecoration/AuroraePreview.qml share/apps/kwin/kcm_kwindecoration/DecorationPreview.qml share/apps/kwin/kcm_kwindecoration/main.qml share/apps/kwin/kcm_kwintabbox/dolphin.png share/apps/kwin/kcm_kwintabbox/kmail.png share/apps/kwin/kcm_kwintabbox/konqueror.png share/apps/kwin/kcm_kwintabbox/main.qml share/apps/kwin/kcm_kwintabbox/systemsettings.png share/apps/kwin/kwin.notifyrc share/apps/kwin/laptop.desktop share/apps/kwin/logout-blur.frag share/apps/kwin/lookingglass.frag share/apps/kwin/oxygenclient.desktop share/apps/kwin/scripts/desktopchangeosd/contents/ui/main.qml share/apps/kwin/scripts/desktopchangeosd/metadata.desktop share/apps/kwin/scripts/synchronizeskipswitcher/contents/code/main.js share/apps/kwin/scripts/synchronizeskipswitcher/metadata.desktop share/apps/kwin/scripts/videowall/contents/code/main.js share/apps/kwin/scripts/videowall/metadata.desktop share/apps/kwin/sphere.vert share/apps/kwin/stripTitle.js share/apps/kwin/tabbox/ShadowedSvgItem.qml share/apps/kwin/tabbox/big_icons/contents/ui/IconTabBox.qml share/apps/kwin/tabbox/big_icons/contents/ui/ShadowedSvgItem.qml share/apps/kwin/tabbox/big_icons/contents/ui/main.qml share/apps/kwin/tabbox/big_icons/metadata.desktop share/apps/kwin/tabbox/compact/contents/ui/ShadowedSvgItem.qml share/apps/kwin/tabbox/compact/contents/ui/main.qml share/apps/kwin/tabbox/compact/metadata.desktop share/apps/kwin/tabbox/desktop.qml share/apps/kwin/tabbox/informative/contents/ui/ShadowedSvgItem.qml share/apps/kwin/tabbox/informative/contents/ui/main.qml share/apps/kwin/tabbox/informative/metadata.desktop share/apps/kwin/tabbox/present_windows/contents/ui/ShadowedSvgItem.qml share/apps/kwin/tabbox/present_windows/contents/ui/main.qml share/apps/kwin/tabbox/present_windows/metadata.desktop share/apps/kwin/tabbox/small_icons/contents/ui/IconTabBox.qml share/apps/kwin/tabbox/small_icons/contents/ui/ShadowedSvgItem.qml share/apps/kwin/tabbox/small_icons/contents/ui/main.qml share/apps/kwin/tabbox/small_icons/metadata.desktop share/apps/kwin/tabbox/tabbox.qml share/apps/kwin/tabbox/text/contents/ui/ShadowedSvgItem.qml share/apps/kwin/tabbox/text/contents/ui/main.qml share/apps/kwin/tabbox/text/metadata.desktop share/apps/kwin/tabbox/thumbnails/contents/ui/ShadowedSvgItem.qml share/apps/kwin/tabbox/thumbnails/contents/ui/main.qml share/apps/kwin/tabbox/thumbnails/metadata.desktop share/apps/kwin/tabbox/window_strip/contents/ui/main.qml share/apps/kwin/tabbox/window_strip/metadata.desktop share/apps/kwin/tm_inner.png share/apps/kwin/tm_outer.png share/apps/kwin/vignetting.frag share/apps/kwrited/kwrited.notifyrc share/apps/plasma-desktop/init/00-defaultLayout.js share/apps/plasma-desktop/plasma-desktop.notifyrc share/apps/plasma-desktop/updates/addShowActivitiesManagerPlasmoid.js +share/apps/plasma-desktop/updates/set-hidden-single-vd-pager.js share/apps/plasma-desktop/updates/systray-to-notifications-widget.js share/apps/plasma-netbook/init/00-defaultLayout.js share/apps/plasma/dashboard/AppleClasses/AppleAnimator.js share/apps/plasma/dashboard/AppleClasses/AppleButton.js share/apps/plasma/dashboard/AppleClasses/AppleInfoButton.js share/apps/plasma/dashboard/AppleClasses/AppleScrollArea.js share/apps/plasma/dashboard/AppleClasses/AppleScrollbar.js share/apps/plasma/dashboard/AppleClasses/AppleSlider.js share/apps/plasma/dashboard/button/genericButton.js share/apps/plasma/layout-templates/org.kde.plasma-desktop.SaL/contents/layout.js share/apps/plasma/layout-templates/org.kde.plasma-desktop.SaL/metadata.desktop share/apps/plasma/layout-templates/org.kde.plasma-desktop.defaultPanel/contents/layout.js share/apps/plasma/layout-templates/org.kde.plasma-desktop.defaultPanel/metadata.desktop share/apps/plasma/layout-templates/org.kde.plasma-desktop.desktopIcons/contents/layout.js share/apps/plasma/layout-templates/org.kde.plasma-desktop.desktopIcons/metadata.desktop share/apps/plasma/layout-templates/org.kde.plasma-desktop.findWidgets/contents/layout.js share/apps/plasma/layout-templates/org.kde.plasma-desktop.findWidgets/metadata.desktop share/apps/plasma/layout-templates/org.kde.plasma-desktop.photoActivity/contents/layout.js share/apps/plasma/layout-templates/org.kde.plasma-desktop.photoActivity/metadata.desktop share/apps/plasma/layout-templates/org.kde.plasma-netbook.defaultPage/contents/layout.js share/apps/plasma/layout-templates/org.kde.plasma-netbook.defaultPage/metadata.desktop share/apps/plasma/layout-templates/org.kde.plasma-netbook.defaultPanel/contents/layout.js share/apps/plasma/layout-templates/org.kde.plasma-netbook.defaultPanel/metadata.desktop share/apps/plasma/layout-templates/org.kde.plasma-netbook.defaultSal/contents/layout.js share/apps/plasma/layout-templates/org.kde.plasma-netbook.defaultSal/metadata.desktop -share/apps/plasma/packages/org.kde.desktop.activitymanager/Messages.sh share/apps/plasma/packages/org.kde.desktop.activitymanager/contents/ui/.directory share/apps/plasma/packages/org.kde.desktop.activitymanager/contents/ui/ActivityDelegate.qml share/apps/plasma/packages/org.kde.desktop.activitymanager/contents/ui/main.qml share/apps/plasma/packages/org.kde.desktop.activitymanager/metadata.desktop share/apps/plasma/packages/org.kde.desktop.widgetexplorer/Messages.sh share/apps/plasma/packages/org.kde.desktop.widgetexplorer/contents/ui/AppletDelegate.qml share/apps/plasma/packages/org.kde.desktop.widgetexplorer/contents/ui/Tooltip.qml share/apps/plasma/packages/org.kde.desktop.widgetexplorer/contents/ui/main.qml share/apps/plasma/packages/org.kde.desktop.widgetexplorer/metadata.desktop share/apps/plasma/packages/org.kde.pager/contents/ui/main.qml share/apps/plasma/packages/org.kde.pager/contents/ui/utils.js share/apps/plasma/packages/org.kde.pager/metadata.desktop share/apps/plasma/packages/org.kde.systemtray/contents/code/IconsList.js share/apps/plasma/packages/org.kde.systemtray/contents/code/TasksSet.js share/apps/plasma/packages/org.kde.systemtray/contents/code/main.js share/apps/plasma/packages/org.kde.systemtray/contents/ui/ArrowArea.qml share/apps/plasma/packages/org.kde.systemtray/contents/ui/IconsGrid.qml share/apps/plasma/packages/org.kde.systemtray/contents/ui/IconsList.qml share/apps/plasma/packages/org.kde.systemtray/contents/ui/StatusNotifierItem.qml share/apps/plasma/packages/org.kde.systemtray/contents/ui/TrayIcon.qml share/apps/plasma/packages/org.kde.systemtray/contents/ui/main.qml share/apps/plasma/plasmoids/battery/contents/code/logic.js share/apps/plasma/plasmoids/battery/contents/code/platform.js share/apps/plasma/plasmoids/battery/contents/config/main.xml share/apps/plasma/plasmoids/battery/contents/ui/BatteryIcon.qml share/apps/plasma/plasmoids/battery/contents/ui/PopupDialog.qml share/apps/plasma/plasmoids/battery/contents/ui/batterymonitor.qml share/apps/plasma/plasmoids/battery/contents/ui/config.ui share/apps/plasma/plasmoids/battery/metadata.desktop share/apps/plasma/plasmoids/lockout/contents/config/main.xml share/apps/plasma/plasmoids/lockout/contents/ui/config.ui share/apps/plasma/plasmoids/lockout/contents/ui/data.js share/apps/plasma/plasmoids/lockout/contents/ui/lockout.qml share/apps/plasma/plasmoids/lockout/metadata.desktop share/apps/plasma/plasmoids/notifier/contents/config/main.xml share/apps/plasma/plasmoids/notifier/contents/ui/ActionItem.qml share/apps/plasma/plasmoids/notifier/contents/ui/DeviceItem.qml share/apps/plasma/plasmoids/notifier/contents/ui/StatusBar.qml share/apps/plasma/plasmoids/notifier/contents/ui/config.ui share/apps/plasma/plasmoids/notifier/contents/ui/devicenotifier.qml share/apps/plasma/plasmoids/notifier/metadata.desktop share/apps/plasma/plasmoids/org.kde.notifications/contents/config/main.xml share/apps/plasma/plasmoids/org.kde.notifications/contents/ui/JobDelegate.qml share/apps/plasma/plasmoids/org.kde.notifications/contents/ui/Jobs.qml share/apps/plasma/plasmoids/org.kde.notifications/contents/ui/LastNotificationPopup.qml share/apps/plasma/plasmoids/org.kde.notifications/contents/ui/NotificationDelegate/NotificationDelegate.qml share/apps/plasma/plasmoids/org.kde.notifications/contents/ui/NotificationDelegate/qmldir share/apps/plasma/plasmoids/org.kde.notifications/contents/ui/NotificationIcon.qml share/apps/plasma/plasmoids/org.kde.notifications/contents/ui/Notifications.qml share/apps/plasma/plasmoids/org.kde.notifications/contents/ui/Title.qml share/apps/plasma/plasmoids/org.kde.notifications/contents/ui/config.ui share/apps/plasma/plasmoids/org.kde.notifications/contents/ui/main.qml share/apps/plasma/plasmoids/org.kde.notifications/contents/ui/uiproperties.js share/apps/plasma/plasmoids/org.kde.notifications/metadata.desktop share/apps/plasma/plasmoids/org.kde.notifications/platformcontents/touch/ui/NotificationDelegate/NotificationDelegate.qml share/apps/plasma/plasmoids/org.kde.notifications/platformcontents/touch/ui/NotificationDelegate/qmldir share/apps/plasma/plasmoids/org.kde.notifications/platformcontents/touch/ui/uiproperties.js share/apps/plasma/plasmoids/org.kde.showActivityManager/contents/ui/main.qml share/apps/plasma/plasmoids/org.kde.showActivityManager/metadata.desktop share/apps/plasma/services/activities.operations share/apps/plasma/services/applicationjobs.operations share/apps/plasma/services/apps.operations share/apps/plasma/services/hotplug.operations share/apps/plasma/services/modifierkeystate.operations share/apps/plasma/services/mpris2.operations share/apps/plasma/services/notifications.operations share/apps/plasma/services/nowplaying.operations share/apps/plasma/services/org.kde.places.operations share/apps/plasma/services/powermanagementservice.operations share/apps/plasma/services/searchlaunch.operations share/apps/plasma/services/share.operations share/apps/plasma/services/soliddevice.operations share/apps/plasma/services/statusnotifieritem.operations share/apps/plasma/services/tasks.operations share/apps/plasma/shareprovider/imgsusepasteorg/contents/code/main.js share/apps/plasma/shareprovider/imgsusepasteorg/metadata.desktop share/apps/plasma/shareprovider/imgur/contents/code/main.js share/apps/plasma/shareprovider/imgur/metadata.desktop share/apps/plasma/shareprovider/kde/contents/code/main.js share/apps/plasma/shareprovider/kde/metadata.desktop share/apps/plasma/shareprovider/pastebincom/contents/code/main.js share/apps/plasma/shareprovider/pastebincom/metadata.desktop share/apps/plasma/shareprovider/pasteopensuseorg/contents/code/main.js share/apps/plasma/shareprovider/pasteopensuseorg/metadata.desktop share/apps/plasma/shareprovider/pasteubuntucom/contents/code/main.js share/apps/plasma/shareprovider/pasteubuntucom/metadata.desktop share/apps/plasma/shareprovider/privatepastecom/contents/code/main.js share/apps/plasma/shareprovider/privatepastecom/metadata.desktop share/apps/plasma/shareprovider/simplestimagehosting/contents/code/main.js share/apps/plasma/shareprovider/simplestimagehosting/metadata.desktop share/apps/plasma/shareprovider/wklej/contents/code/main.js share/apps/plasma/shareprovider/wklej/metadata.desktop share/apps/plasma/shareprovider/wstaw/contents/code/main.js share/apps/plasma/shareprovider/wstaw/metadata.desktop share/apps/powerdevil/powerdevil.notifyrc share/apps/solid/actions/test-predicate-openinwindow.desktop share/apps/solid/devices/solid-device-AcAdapter.desktop share/apps/solid/devices/solid-device-AudioInterface.desktop share/apps/solid/devices/solid-device-Battery.desktop share/apps/solid/devices/solid-device-Block.desktop share/apps/solid/devices/solid-device-Button.desktop share/apps/solid/devices/solid-device-Camera.desktop share/apps/solid/devices/solid-device-DvbInterface.desktop share/apps/solid/devices/solid-device-NetworkInterface.desktop share/apps/solid/devices/solid-device-OpticalDisc.desktop share/apps/solid/devices/solid-device-OpticalDrive.desktop share/apps/solid/devices/solid-device-PortableMediaPlayer.desktop share/apps/solid/devices/solid-device-Processor.desktop share/apps/solid/devices/solid-device-SerialInterface.desktop share/apps/solid/devices/solid-device-SmartCardReader.desktop share/apps/solid/devices/solid-device-StorageAccess.desktop share/apps/solid/devices/solid-device-StorageDrive.desktop share/apps/solid/devices/solid-device-StorageVolume.desktop share/apps/solid/devices/solid-device-Video.desktop share/apps/solidfakenetbackend/fakenetworking.xml share/apps/systemsettings/classic/main.html share/apps/systemsettings/classic/systemsettings-classic.css share/apps/systemsettings/systemsettings.kcfg share/apps/systemsettings/systemsettingsui.rc share/autostart/klipper.desktop share/autostart/krunner.desktop share/autostart/plasma-desktop.desktop share/autostart/plasma.desktop share/config.kcfg/freespacenotifier.kcfg share/config.kcfg/klaunch.kcfg share/config.kcfg/kwin.kcfg share/config.kcfg/plasma-shell-desktop.kcfg share/config/activities.knsrc share/config/aurorae.knsrc share/config/background.knsrc share/config/colorschemes.knsrc share/config/kdm.knsrc share/config/kfontinst.knsrc share/config/ksplash.knsrc share/config/ksysguard.knsrc share/config/kwineffect.knsrc share/config/kwinscripts.knsrc share/config/kwinswitcher.knsrc share/config/plasma-overlayrc share/config/plasma-themes.knsrc share/config/wallpaper.knsrc share/config/xcursor.knsrc share/dbus-1/interfaces/com.canonical.AppMenu.Registrar.xml share/dbus-1/interfaces/org.kde.KSMServerInterface.xml share/dbus-1/interfaces/org.kde.KWin.xml share/dbus-1/interfaces/org.kde.kded.appmenu.xml share/dbus-1/interfaces/org.kde.khotkeys.xml share/dbus-1/interfaces/org.kde.krunner.App.xml share/dbus-1/services/org.kde.fontinst.service share/dbus-1/services/org.kde.krunner.service share/dbus-1/system-services/org.kde.fontinst.service share/dbus-1/system-services/org.kde.kcontrol.kcmclock.service share/dbus-1/system-services/org.kde.kcontrol.kcmkdm.service share/dbus-1/system-services/org.kde.ksysguard.processlisthelper.service share/dbus-1/system-services/org.kde.powerdevil.backlighthelper.service share/doc/HTML/en/kcontrol/autostart/common share/doc/HTML/en/kcontrol/autostart/index.cache.bz2 share/doc/HTML/en/kcontrol/autostart/index.docbook share/doc/HTML/en/kcontrol/bell/common share/doc/HTML/en/kcontrol/bell/index.cache.bz2 share/doc/HTML/en/kcontrol/bell/index.docbook share/doc/HTML/en/kcontrol/clock/common share/doc/HTML/en/kcontrol/clock/index.cache.bz2 share/doc/HTML/en/kcontrol/clock/index.docbook share/doc/HTML/en/kcontrol/colors/common share/doc/HTML/en/kcontrol/colors/index.cache.bz2 share/doc/HTML/en/kcontrol/colors/index.docbook share/doc/HTML/en/kcontrol/cursortheme/common share/doc/HTML/en/kcontrol/cursortheme/index.cache.bz2 share/doc/HTML/en/kcontrol/cursortheme/index.docbook share/doc/HTML/en/kcontrol/desktop/common share/doc/HTML/en/kcontrol/desktop/index.cache.bz2 share/doc/HTML/en/kcontrol/desktop/index.docbook share/doc/HTML/en/kcontrol/desktopthemedetails/clicking-apply.png share/doc/HTML/en/kcontrol/desktopthemedetails/common share/doc/HTML/en/kcontrol/desktopthemedetails/customizing.png share/doc/HTML/en/kcontrol/desktopthemedetails/index.cache.bz2 share/doc/HTML/en/kcontrol/desktopthemedetails/index.docbook share/doc/HTML/en/kcontrol/fontinst/common share/doc/HTML/en/kcontrol/fontinst/index.cache.bz2 share/doc/HTML/en/kcontrol/fontinst/index.docbook share/doc/HTML/en/kcontrol/fonts/adjust-all.png share/doc/HTML/en/kcontrol/fonts/anti-aliasing.png share/doc/HTML/en/kcontrol/fonts/common share/doc/HTML/en/kcontrol/fonts/index.cache.bz2 share/doc/HTML/en/kcontrol/fonts/index.docbook share/doc/HTML/en/kcontrol/fonts/main.png share/doc/HTML/en/kcontrol/joystick/common share/doc/HTML/en/kcontrol/joystick/index.cache.bz2 share/doc/HTML/en/kcontrol/joystick/index.docbook share/doc/HTML/en/kcontrol/joystick/joystick-calibration.png share/doc/HTML/en/kcontrol/joystick/joystick-main.png share/doc/HTML/en/kcontrol/kcmaccess/common share/doc/HTML/en/kcontrol/kcmaccess/index.cache.bz2 share/doc/HTML/en/kcontrol/kcmaccess/index.docbook share/doc/HTML/en/kcontrol/kcmsmserver/common share/doc/HTML/en/kcontrol/kcmsmserver/index.cache.bz2 share/doc/HTML/en/kcontrol/kcmsmserver/index.docbook share/doc/HTML/en/kcontrol/kcmstyle/common share/doc/HTML/en/kcontrol/kcmstyle/index.cache.bz2 share/doc/HTML/en/kcontrol/kcmstyle/index.docbook share/doc/HTML/en/kcontrol/keyboard/common share/doc/HTML/en/kcontrol/keyboard/index.cache.bz2 share/doc/HTML/en/kcontrol/keyboard/index.docbook share/doc/HTML/en/kcontrol/keys/common share/doc/HTML/en/kcontrol/keys/index.cache.bz2 share/doc/HTML/en/kcontrol/keys/index.docbook share/doc/HTML/en/kcontrol/khotkeys/common share/doc/HTML/en/kcontrol/khotkeys/groups-comment.png share/doc/HTML/en/kcontrol/khotkeys/index.cache.bz2 share/doc/HTML/en/kcontrol/khotkeys/index.docbook share/doc/HTML/en/kcontrol/khotkeys/manage-export.png share/doc/HTML/en/kcontrol/khotkeys/oxygen-22x22-edit-clear-locationbar-rtl.png share/doc/HTML/en/kcontrol/khotkeys/settings.png share/doc/HTML/en/kcontrol/khotkeys/shortcuts-action-command.png share/doc/HTML/en/kcontrol/khotkeys/shortcuts-action-keyboard.png share/doc/HTML/en/kcontrol/khotkeys/shortcuts-trigger-keyboard.png share/doc/HTML/en/kcontrol/khotkeys/shortcuts-trigger-mouse.png share/doc/HTML/en/kcontrol/kwincompositing/common share/doc/HTML/en/kcontrol/kwincompositing/index.cache.bz2 share/doc/HTML/en/kcontrol/kwincompositing/index.docbook share/doc/HTML/en/kcontrol/kwindecoration/buttons.png share/doc/HTML/en/kcontrol/kwindecoration/common share/doc/HTML/en/kcontrol/kwindecoration/decoration.png share/doc/HTML/en/kcontrol/kwindecoration/index.cache.bz2 share/doc/HTML/en/kcontrol/kwindecoration/index.docbook share/doc/HTML/en/kcontrol/kwindecoration/main.png share/doc/HTML/en/kcontrol/kwinscreenedges/common share/doc/HTML/en/kcontrol/kwinscreenedges/index.cache.bz2 share/doc/HTML/en/kcontrol/kwinscreenedges/index.docbook share/doc/HTML/en/kcontrol/kwintabbox/common share/doc/HTML/en/kcontrol/kwintabbox/index.cache.bz2 share/doc/HTML/en/kcontrol/kwintabbox/index.docbook share/doc/HTML/en/kcontrol/mouse/common share/doc/HTML/en/kcontrol/mouse/index.cache.bz2 share/doc/HTML/en/kcontrol/mouse/index.docbook share/doc/HTML/en/kcontrol/paths/common share/doc/HTML/en/kcontrol/paths/index.cache.bz2 share/doc/HTML/en/kcontrol/paths/index.docbook share/doc/HTML/en/kcontrol/paths/paths.png share/doc/HTML/en/kcontrol/powerdevil/common share/doc/HTML/en/kcontrol/powerdevil/index.cache.bz2 share/doc/HTML/en/kcontrol/powerdevil/index.docbook share/doc/HTML/en/kcontrol/screensaver/common share/doc/HTML/en/kcontrol/screensaver/index.cache.bz2 share/doc/HTML/en/kcontrol/screensaver/index.docbook share/doc/HTML/en/kcontrol/solid-actions/add-action.png share/doc/HTML/en/kcontrol/solid-actions/common share/doc/HTML/en/kcontrol/solid-actions/edit-action.png share/doc/HTML/en/kcontrol/solid-actions/index.cache.bz2 share/doc/HTML/en/kcontrol/solid-actions/index.docbook share/doc/HTML/en/kcontrol/solid-actions/main.png share/doc/HTML/en/kcontrol/solid-hardware/common share/doc/HTML/en/kcontrol/solid-hardware/index.cache.bz2 share/doc/HTML/en/kcontrol/solid-hardware/index.docbook share/doc/HTML/en/kcontrol/splashscreen/common share/doc/HTML/en/kcontrol/splashscreen/get-new-theme.png share/doc/HTML/en/kcontrol/splashscreen/index.cache.bz2 share/doc/HTML/en/kcontrol/splashscreen/index.docbook share/doc/HTML/en/kcontrol/splashscreen/splash-main.png share/doc/HTML/en/kcontrol/windowbehaviour/common share/doc/HTML/en/kcontrol/windowbehaviour/index.cache.bz2 share/doc/HTML/en/kcontrol/windowbehaviour/index.docbook share/doc/HTML/en/kcontrol/windowspecific/Face-smile.png share/doc/HTML/en/kcontrol/windowspecific/akgregator-info.png share/doc/HTML/en/kcontrol/windowspecific/akregator-attributes.png share/doc/HTML/en/kcontrol/windowspecific/akregator-fav.png share/doc/HTML/en/kcontrol/windowspecific/common share/doc/HTML/en/kcontrol/windowspecific/config-win-behavior.png share/doc/HTML/en/kcontrol/windowspecific/emacs-attribute.png share/doc/HTML/en/kcontrol/windowspecific/emacs-info.png share/doc/HTML/en/kcontrol/windowspecific/focus-stealing-pop2top-attribute.png share/doc/HTML/en/kcontrol/windowspecific/index.cache.bz2 share/doc/HTML/en/kcontrol/windowspecific/index.docbook share/doc/HTML/en/kcontrol/windowspecific/knotes-attribute.png share/doc/HTML/en/kcontrol/windowspecific/knotes-info.png share/doc/HTML/en/kcontrol/windowspecific/kopete-attribute-2.png share/doc/HTML/en/kcontrol/windowspecific/kopete-chat-attribute.png share/doc/HTML/en/kcontrol/windowspecific/kopete-chat-info.png share/doc/HTML/en/kcontrol/windowspecific/kopete-info.png share/doc/HTML/en/kcontrol/windowspecific/kwin-detect-window.png share/doc/HTML/en/kcontrol/windowspecific/kwin-kopete-rules.png share/doc/HTML/en/kcontrol/windowspecific/kwin-rule-editor.png share/doc/HTML/en/kcontrol/windowspecific/kwin-rules-main-n-akregator.png share/doc/HTML/en/kcontrol/windowspecific/kwin-rules-main.png share/doc/HTML/en/kcontrol/windowspecific/kwin-rules-ordering.png share/doc/HTML/en/kcontrol/windowspecific/kwin-window-attributes.png share/doc/HTML/en/kcontrol/windowspecific/kwin-window-matching.png share/doc/HTML/en/kcontrol/windowspecific/pager-4-desktops.png share/doc/HTML/en/kcontrol/windowspecific/tbird-compose-attribute.png share/doc/HTML/en/kcontrol/windowspecific/tbird-compose-info.png share/doc/HTML/en/kcontrol/windowspecific/tbird-main-attribute.png share/doc/HTML/en/kcontrol/windowspecific/tbird-main-info.png share/doc/HTML/en/kcontrol/windowspecific/tbird-reminder-attribute-2.png share/doc/HTML/en/kcontrol/windowspecific/tbird-reminder-info.png share/doc/HTML/en/kcontrol/windowspecific/window-matching-emacs.png share/doc/HTML/en/kcontrol/windowspecific/window-matching-init.png share/doc/HTML/en/kcontrol/windowspecific/window-matching-knotes.png share/doc/HTML/en/kcontrol/windowspecific/window-matching-kopete-chat.png share/doc/HTML/en/kcontrol/windowspecific/window-matching-kopete.png share/doc/HTML/en/kcontrol/windowspecific/window-matching-ready-akregator.png share/doc/HTML/en/kcontrol/windowspecific/window-matching-tbird-compose.png share/doc/HTML/en/kcontrol/windowspecific/window-matching-tbird-main.png share/doc/HTML/en/kcontrol/windowspecific/window-matching-tbird-reminder.png share/doc/HTML/en/kcontrol/workspaceoptions/common share/doc/HTML/en/kcontrol/workspaceoptions/index.cache.bz2 share/doc/HTML/en/kcontrol/workspaceoptions/index.docbook share/doc/HTML/en/kdm/common share/doc/HTML/en/kdm/index.cache.bz2 share/doc/HTML/en/kdm/index.docbook share/doc/HTML/en/kdm/kdmrc-ref.docbook share/doc/HTML/en/kdm/theme-ref.docbook share/doc/HTML/en/kfontview/common share/doc/HTML/en/kfontview/index.cache.bz2 share/doc/HTML/en/kfontview/index.docbook share/doc/HTML/en/kfontview/kfontview.png share/doc/HTML/en/kinfocenter/common share/doc/HTML/en/kinfocenter/index.cache.bz2 share/doc/HTML/en/kinfocenter/index.docbook share/doc/HTML/en/kinfocenter/kinfocenter.png share/doc/HTML/en/kinfocenter/os_block.png share/doc/HTML/en/kinfocenter/pro_block.png share/doc/HTML/en/kinfocenter/sto_block.png share/doc/HTML/en/klipper/common share/doc/HTML/en/klipper/index.cache.bz2 share/doc/HTML/en/klipper/index.docbook share/doc/HTML/en/klipper/screenshot.png share/doc/HTML/en/kmenuedit/common share/doc/HTML/en/kmenuedit/done.png share/doc/HTML/en/kmenuedit/index.cache.bz2 share/doc/HTML/en/kmenuedit/index.docbook share/doc/HTML/en/kmenuedit/itemname.png share/doc/HTML/en/kmenuedit/new.png share/doc/HTML/en/kmenuedit/reset.png share/doc/HTML/en/kmenuedit/selecticon.png share/doc/HTML/en/kmenuedit/selectinternet.png share/doc/HTML/en/ksysguard/common share/doc/HTML/en/ksysguard/index.cache.bz2 share/doc/HTML/en/ksysguard/index.docbook share/doc/HTML/en/plasma-desktop/add-widgets.png share/doc/HTML/en/plasma-desktop/common share/doc/HTML/en/plasma-desktop/desktop-settings.png share/doc/HTML/en/plasma-desktop/device_notifier_widget.png share/doc/HTML/en/plasma-desktop/device_notifier_widget_actions.png share/doc/HTML/en/plasma-desktop/index.cache.bz2 share/doc/HTML/en/plasma-desktop/index.docbook share/doc/HTML/en/plasma-desktop/panel-settings.png share/doc/HTML/en/plasma-desktop/system-tray-settings.png share/doc/HTML/en/plasma-desktop/system-tray-up-arrow.png share/doc/HTML/en/plasma-desktop/taskbar-settings.png share/doc/HTML/en/systemsettings/common share/doc/HTML/en/systemsettings/index.cache.bz2 share/doc/HTML/en/systemsettings/index.docbook share/icons/Oxygen_Black/cursors/00000000000000020006000e7e9ffc3f share/icons/Oxygen_Black/cursors/00008160000006810000408080010102 share/icons/Oxygen_Black/cursors/03b6e0fcb3499374a867c041f52298f0 share/icons/Oxygen_Black/cursors/08e8e1c95fe2fc01f976f1e063a24ccd share/icons/Oxygen_Black/cursors/1081e37283d90000800003c07f3ef6bf share/icons/Oxygen_Black/cursors/3085a0e285430894940527032f8b26df share/icons/Oxygen_Black/cursors/3ecb610c1bf2410f44200f48c40d3599 share/icons/Oxygen_Black/cursors/4498f0e0c1937ffe01fd06f973665830 share/icons/Oxygen_Black/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 share/icons/Oxygen_Black/cursors/6407b0e94181790501fd1e167b474872 share/icons/Oxygen_Black/cursors/640fb0e74195791501fd1ed57b41487f share/icons/Oxygen_Black/cursors/9081237383d90e509aa00f00170e968f share/icons/Oxygen_Black/cursors/9d800788f1b08800ae810202380a0822 share/icons/Oxygen_Black/cursors/X_cursor share/icons/Oxygen_Black/cursors/a2a266d0498c3104214a47bd64ab0fc8 share/icons/Oxygen_Black/cursors/alias share/icons/Oxygen_Black/cursors/all-scroll share/icons/Oxygen_Black/cursors/b66166c04f8c3109214a4fbd64a50fc8 share/icons/Oxygen_Black/cursors/circle share/icons/Oxygen_Black/cursors/closedhand share/icons/Oxygen_Black/cursors/col-resize share/icons/Oxygen_Black/cursors/color-picker share/icons/Oxygen_Black/cursors/copy share/icons/Oxygen_Black/cursors/cross share/icons/Oxygen_Black/cursors/crossed_circle share/icons/Oxygen_Black/cursors/d9ce0ab605698f320427677b458ad60b share/icons/Oxygen_Black/cursors/dnd-copy share/icons/Oxygen_Black/cursors/dnd-link share/icons/Oxygen_Black/cursors/dnd-move share/icons/Oxygen_Black/cursors/dnd-no-drop share/icons/Oxygen_Black/cursors/dnd-none share/icons/Oxygen_Black/cursors/e-resize share/icons/Oxygen_Black/cursors/e29285e634086352946a0e7090d73106 share/icons/Oxygen_Black/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff share/icons/Oxygen_Black/cursors/fleur share/icons/Oxygen_Black/cursors/forbidden share/icons/Oxygen_Black/cursors/half-busy share/icons/Oxygen_Black/cursors/hand1 share/icons/Oxygen_Black/cursors/hand2 share/icons/Oxygen_Black/cursors/help share/icons/Oxygen_Black/cursors/ibeam share/icons/Oxygen_Black/cursors/left_ptr share/icons/Oxygen_Black/cursors/left_ptr_watch share/icons/Oxygen_Black/cursors/link share/icons/Oxygen_Black/cursors/move share/icons/Oxygen_Black/cursors/n-resize share/icons/Oxygen_Black/cursors/not-allowed share/icons/Oxygen_Black/cursors/openhand share/icons/Oxygen_Black/cursors/pencil share/icons/Oxygen_Black/cursors/pirate share/icons/Oxygen_Black/cursors/plus share/icons/Oxygen_Black/cursors/pointer share/icons/Oxygen_Black/cursors/pointing_hand share/icons/Oxygen_Black/cursors/progress share/icons/Oxygen_Black/cursors/question_arrow share/icons/Oxygen_Black/cursors/row-resize share/icons/Oxygen_Black/cursors/s-resize share/icons/Oxygen_Black/cursors/sb_h_double_arrow share/icons/Oxygen_Black/cursors/sb_v_double_arrow share/icons/Oxygen_Black/cursors/size_all share/icons/Oxygen_Black/cursors/size_bdiag share/icons/Oxygen_Black/cursors/size_fdiag share/icons/Oxygen_Black/cursors/size_hor share/icons/Oxygen_Black/cursors/size_ver share/icons/Oxygen_Black/cursors/split_h share/icons/Oxygen_Black/cursors/split_v share/icons/Oxygen_Black/cursors/text share/icons/Oxygen_Black/cursors/up_arrow share/icons/Oxygen_Black/cursors/v_double_arrow share/icons/Oxygen_Black/cursors/w-resize share/icons/Oxygen_Black/cursors/wait share/icons/Oxygen_Black/cursors/watch share/icons/Oxygen_Black/cursors/whats_this share/icons/Oxygen_Black/cursors/xterm share/icons/Oxygen_Black/index.theme share/icons/Oxygen_Blue/cursors/00000000000000020006000e7e9ffc3f share/icons/Oxygen_Blue/cursors/00008160000006810000408080010102 share/icons/Oxygen_Blue/cursors/03b6e0fcb3499374a867c041f52298f0 share/icons/Oxygen_Blue/cursors/08e8e1c95fe2fc01f976f1e063a24ccd share/icons/Oxygen_Blue/cursors/1081e37283d90000800003c07f3ef6bf share/icons/Oxygen_Blue/cursors/3085a0e285430894940527032f8b26df share/icons/Oxygen_Blue/cursors/3ecb610c1bf2410f44200f48c40d3599 share/icons/Oxygen_Blue/cursors/4498f0e0c1937ffe01fd06f973665830 share/icons/Oxygen_Blue/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 share/icons/Oxygen_Blue/cursors/6407b0e94181790501fd1e167b474872 share/icons/Oxygen_Blue/cursors/640fb0e74195791501fd1ed57b41487f share/icons/Oxygen_Blue/cursors/9081237383d90e509aa00f00170e968f share/icons/Oxygen_Blue/cursors/9d800788f1b08800ae810202380a0822 share/icons/Oxygen_Blue/cursors/X_cursor share/icons/Oxygen_Blue/cursors/a2a266d0498c3104214a47bd64ab0fc8 share/icons/Oxygen_Blue/cursors/alias share/icons/Oxygen_Blue/cursors/all-scroll share/icons/Oxygen_Blue/cursors/b66166c04f8c3109214a4fbd64a50fc8 share/icons/Oxygen_Blue/cursors/circle share/icons/Oxygen_Blue/cursors/closedhand share/icons/Oxygen_Blue/cursors/col-resize share/icons/Oxygen_Blue/cursors/color-picker share/icons/Oxygen_Blue/cursors/copy share/icons/Oxygen_Blue/cursors/cross share/icons/Oxygen_Blue/cursors/crossed_circle share/icons/Oxygen_Blue/cursors/d9ce0ab605698f320427677b458ad60b share/icons/Oxygen_Blue/cursors/dnd-copy share/icons/Oxygen_Blue/cursors/dnd-link share/icons/Oxygen_Blue/cursors/dnd-move share/icons/Oxygen_Blue/cursors/dnd-no-drop share/icons/Oxygen_Blue/cursors/dnd-none share/icons/Oxygen_Blue/cursors/e-resize share/icons/Oxygen_Blue/cursors/e29285e634086352946a0e7090d73106 share/icons/Oxygen_Blue/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff share/icons/Oxygen_Blue/cursors/fleur share/icons/Oxygen_Blue/cursors/forbidden share/icons/Oxygen_Blue/cursors/half-busy share/icons/Oxygen_Blue/cursors/hand1 share/icons/Oxygen_Blue/cursors/hand2 share/icons/Oxygen_Blue/cursors/help share/icons/Oxygen_Blue/cursors/ibeam share/icons/Oxygen_Blue/cursors/left_ptr share/icons/Oxygen_Blue/cursors/left_ptr_watch share/icons/Oxygen_Blue/cursors/link share/icons/Oxygen_Blue/cursors/move share/icons/Oxygen_Blue/cursors/n-resize share/icons/Oxygen_Blue/cursors/not-allowed share/icons/Oxygen_Blue/cursors/openhand share/icons/Oxygen_Blue/cursors/pencil share/icons/Oxygen_Blue/cursors/pirate share/icons/Oxygen_Blue/cursors/plus share/icons/Oxygen_Blue/cursors/pointer share/icons/Oxygen_Blue/cursors/pointing_hand share/icons/Oxygen_Blue/cursors/progress share/icons/Oxygen_Blue/cursors/question_arrow share/icons/Oxygen_Blue/cursors/row-resize share/icons/Oxygen_Blue/cursors/s-resize share/icons/Oxygen_Blue/cursors/sb_h_double_arrow share/icons/Oxygen_Blue/cursors/sb_v_double_arrow share/icons/Oxygen_Blue/cursors/size_all share/icons/Oxygen_Blue/cursors/size_bdiag share/icons/Oxygen_Blue/cursors/size_fdiag share/icons/Oxygen_Blue/cursors/size_hor share/icons/Oxygen_Blue/cursors/size_ver share/icons/Oxygen_Blue/cursors/split_h share/icons/Oxygen_Blue/cursors/split_v share/icons/Oxygen_Blue/cursors/text share/icons/Oxygen_Blue/cursors/up_arrow share/icons/Oxygen_Blue/cursors/v_double_arrow share/icons/Oxygen_Blue/cursors/w-resize share/icons/Oxygen_Blue/cursors/wait share/icons/Oxygen_Blue/cursors/watch share/icons/Oxygen_Blue/cursors/whats_this share/icons/Oxygen_Blue/cursors/xterm share/icons/Oxygen_Blue/index.theme share/icons/Oxygen_White/cursors/00000000000000020006000e7e9ffc3f share/icons/Oxygen_White/cursors/00008160000006810000408080010102 share/icons/Oxygen_White/cursors/03b6e0fcb3499374a867c041f52298f0 share/icons/Oxygen_White/cursors/08e8e1c95fe2fc01f976f1e063a24ccd share/icons/Oxygen_White/cursors/1081e37283d90000800003c07f3ef6bf share/icons/Oxygen_White/cursors/3085a0e285430894940527032f8b26df share/icons/Oxygen_White/cursors/3ecb610c1bf2410f44200f48c40d3599 share/icons/Oxygen_White/cursors/4498f0e0c1937ffe01fd06f973665830 share/icons/Oxygen_White/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 share/icons/Oxygen_White/cursors/6407b0e94181790501fd1e167b474872 share/icons/Oxygen_White/cursors/640fb0e74195791501fd1ed57b41487f share/icons/Oxygen_White/cursors/9081237383d90e509aa00f00170e968f share/icons/Oxygen_White/cursors/9d800788f1b08800ae810202380a0822 share/icons/Oxygen_White/cursors/X_cursor share/icons/Oxygen_White/cursors/a2a266d0498c3104214a47bd64ab0fc8 share/icons/Oxygen_White/cursors/alias share/icons/Oxygen_White/cursors/all-scroll share/icons/Oxygen_White/cursors/b66166c04f8c3109214a4fbd64a50fc8 share/icons/Oxygen_White/cursors/circle share/icons/Oxygen_White/cursors/closedhand share/icons/Oxygen_White/cursors/col-resize share/icons/Oxygen_White/cursors/color-picker share/icons/Oxygen_White/cursors/copy share/icons/Oxygen_White/cursors/cross share/icons/Oxygen_White/cursors/crossed_circle share/icons/Oxygen_White/cursors/d9ce0ab605698f320427677b458ad60b share/icons/Oxygen_White/cursors/dnd-copy share/icons/Oxygen_White/cursors/dnd-link share/icons/Oxygen_White/cursors/dnd-move share/icons/Oxygen_White/cursors/dnd-no-drop share/icons/Oxygen_White/cursors/dnd-none share/icons/Oxygen_White/cursors/e-resize share/icons/Oxygen_White/cursors/e29285e634086352946a0e7090d73106 share/icons/Oxygen_White/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff share/icons/Oxygen_White/cursors/fleur share/icons/Oxygen_White/cursors/forbidden share/icons/Oxygen_White/cursors/half-busy share/icons/Oxygen_White/cursors/hand1 share/icons/Oxygen_White/cursors/hand2 share/icons/Oxygen_White/cursors/help share/icons/Oxygen_White/cursors/ibeam share/icons/Oxygen_White/cursors/left_ptr share/icons/Oxygen_White/cursors/left_ptr_watch share/icons/Oxygen_White/cursors/link share/icons/Oxygen_White/cursors/move share/icons/Oxygen_White/cursors/n-resize share/icons/Oxygen_White/cursors/not-allowed share/icons/Oxygen_White/cursors/openhand share/icons/Oxygen_White/cursors/pencil share/icons/Oxygen_White/cursors/pirate share/icons/Oxygen_White/cursors/plus share/icons/Oxygen_White/cursors/pointer share/icons/Oxygen_White/cursors/pointing_hand share/icons/Oxygen_White/cursors/progress share/icons/Oxygen_White/cursors/question_arrow share/icons/Oxygen_White/cursors/row-resize share/icons/Oxygen_White/cursors/s-resize share/icons/Oxygen_White/cursors/sb_h_double_arrow share/icons/Oxygen_White/cursors/sb_v_double_arrow share/icons/Oxygen_White/cursors/size_all share/icons/Oxygen_White/cursors/size_bdiag share/icons/Oxygen_White/cursors/size_fdiag share/icons/Oxygen_White/cursors/size_hor share/icons/Oxygen_White/cursors/size_ver share/icons/Oxygen_White/cursors/split_h share/icons/Oxygen_White/cursors/split_v share/icons/Oxygen_White/cursors/text share/icons/Oxygen_White/cursors/up_arrow share/icons/Oxygen_White/cursors/v_double_arrow share/icons/Oxygen_White/cursors/w-resize share/icons/Oxygen_White/cursors/wait share/icons/Oxygen_White/cursors/watch share/icons/Oxygen_White/cursors/whats_this share/icons/Oxygen_White/cursors/xterm share/icons/Oxygen_White/index.theme share/icons/Oxygen_Yellow/cursors/00000000000000020006000e7e9ffc3f share/icons/Oxygen_Yellow/cursors/00008160000006810000408080010102 share/icons/Oxygen_Yellow/cursors/03b6e0fcb3499374a867c041f52298f0 share/icons/Oxygen_Yellow/cursors/08e8e1c95fe2fc01f976f1e063a24ccd share/icons/Oxygen_Yellow/cursors/1081e37283d90000800003c07f3ef6bf share/icons/Oxygen_Yellow/cursors/3085a0e285430894940527032f8b26df share/icons/Oxygen_Yellow/cursors/3ecb610c1bf2410f44200f48c40d3599 share/icons/Oxygen_Yellow/cursors/4498f0e0c1937ffe01fd06f973665830 share/icons/Oxygen_Yellow/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 share/icons/Oxygen_Yellow/cursors/6407b0e94181790501fd1e167b474872 share/icons/Oxygen_Yellow/cursors/640fb0e74195791501fd1ed57b41487f share/icons/Oxygen_Yellow/cursors/9081237383d90e509aa00f00170e968f share/icons/Oxygen_Yellow/cursors/9d800788f1b08800ae810202380a0822 share/icons/Oxygen_Yellow/cursors/X_cursor share/icons/Oxygen_Yellow/cursors/a2a266d0498c3104214a47bd64ab0fc8 share/icons/Oxygen_Yellow/cursors/alias share/icons/Oxygen_Yellow/cursors/all-scroll share/icons/Oxygen_Yellow/cursors/b66166c04f8c3109214a4fbd64a50fc8 share/icons/Oxygen_Yellow/cursors/circle share/icons/Oxygen_Yellow/cursors/closedhand share/icons/Oxygen_Yellow/cursors/col-resize share/icons/Oxygen_Yellow/cursors/color-picker share/icons/Oxygen_Yellow/cursors/copy share/icons/Oxygen_Yellow/cursors/cross share/icons/Oxygen_Yellow/cursors/crossed_circle share/icons/Oxygen_Yellow/cursors/d9ce0ab605698f320427677b458ad60b share/icons/Oxygen_Yellow/cursors/dnd-copy share/icons/Oxygen_Yellow/cursors/dnd-link share/icons/Oxygen_Yellow/cursors/dnd-move share/icons/Oxygen_Yellow/cursors/dnd-no-drop share/icons/Oxygen_Yellow/cursors/dnd-none share/icons/Oxygen_Yellow/cursors/e-resize share/icons/Oxygen_Yellow/cursors/e29285e634086352946a0e7090d73106 share/icons/Oxygen_Yellow/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff share/icons/Oxygen_Yellow/cursors/fleur share/icons/Oxygen_Yellow/cursors/forbidden share/icons/Oxygen_Yellow/cursors/half-busy share/icons/Oxygen_Yellow/cursors/hand1 share/icons/Oxygen_Yellow/cursors/hand2 share/icons/Oxygen_Yellow/cursors/help share/icons/Oxygen_Yellow/cursors/ibeam share/icons/Oxygen_Yellow/cursors/left_ptr share/icons/Oxygen_Yellow/cursors/left_ptr_watch share/icons/Oxygen_Yellow/cursors/link share/icons/Oxygen_Yellow/cursors/move share/icons/Oxygen_Yellow/cursors/n-resize share/icons/Oxygen_Yellow/cursors/not-allowed share/icons/Oxygen_Yellow/cursors/openhand share/icons/Oxygen_Yellow/cursors/pencil share/icons/Oxygen_Yellow/cursors/pirate share/icons/Oxygen_Yellow/cursors/plus share/icons/Oxygen_Yellow/cursors/pointer share/icons/Oxygen_Yellow/cursors/pointing_hand share/icons/Oxygen_Yellow/cursors/progress share/icons/Oxygen_Yellow/cursors/question_arrow share/icons/Oxygen_Yellow/cursors/row-resize share/icons/Oxygen_Yellow/cursors/s-resize share/icons/Oxygen_Yellow/cursors/sb_h_double_arrow share/icons/Oxygen_Yellow/cursors/sb_v_double_arrow share/icons/Oxygen_Yellow/cursors/size_all share/icons/Oxygen_Yellow/cursors/size_bdiag share/icons/Oxygen_Yellow/cursors/size_fdiag share/icons/Oxygen_Yellow/cursors/size_hor share/icons/Oxygen_Yellow/cursors/size_ver share/icons/Oxygen_Yellow/cursors/split_h share/icons/Oxygen_Yellow/cursors/split_v share/icons/Oxygen_Yellow/cursors/text share/icons/Oxygen_Yellow/cursors/up_arrow share/icons/Oxygen_Yellow/cursors/v_double_arrow share/icons/Oxygen_Yellow/cursors/w-resize share/icons/Oxygen_Yellow/cursors/wait share/icons/Oxygen_Yellow/cursors/watch share/icons/Oxygen_Yellow/cursors/whats_this share/icons/Oxygen_Yellow/cursors/xterm share/icons/Oxygen_Yellow/index.theme share/icons/Oxygen_Zion/cursors/00000000000000020006000e7e9ffc3f share/icons/Oxygen_Zion/cursors/00008160000006810000408080010102 share/icons/Oxygen_Zion/cursors/03b6e0fcb3499374a867c041f52298f0 share/icons/Oxygen_Zion/cursors/08e8e1c95fe2fc01f976f1e063a24ccd share/icons/Oxygen_Zion/cursors/1081e37283d90000800003c07f3ef6bf share/icons/Oxygen_Zion/cursors/3085a0e285430894940527032f8b26df share/icons/Oxygen_Zion/cursors/3ecb610c1bf2410f44200f48c40d3599 share/icons/Oxygen_Zion/cursors/4498f0e0c1937ffe01fd06f973665830 share/icons/Oxygen_Zion/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 share/icons/Oxygen_Zion/cursors/6407b0e94181790501fd1e167b474872 share/icons/Oxygen_Zion/cursors/640fb0e74195791501fd1ed57b41487f share/icons/Oxygen_Zion/cursors/9081237383d90e509aa00f00170e968f share/icons/Oxygen_Zion/cursors/9d800788f1b08800ae810202380a0822 share/icons/Oxygen_Zion/cursors/X_cursor share/icons/Oxygen_Zion/cursors/a2a266d0498c3104214a47bd64ab0fc8 share/icons/Oxygen_Zion/cursors/alias share/icons/Oxygen_Zion/cursors/all-scroll share/icons/Oxygen_Zion/cursors/b66166c04f8c3109214a4fbd64a50fc8 share/icons/Oxygen_Zion/cursors/circle share/icons/Oxygen_Zion/cursors/closedhand share/icons/Oxygen_Zion/cursors/col-resize share/icons/Oxygen_Zion/cursors/color-picker share/icons/Oxygen_Zion/cursors/copy share/icons/Oxygen_Zion/cursors/cross share/icons/Oxygen_Zion/cursors/crossed_circle share/icons/Oxygen_Zion/cursors/d9ce0ab605698f320427677b458ad60b share/icons/Oxygen_Zion/cursors/dnd-copy share/icons/Oxygen_Zion/cursors/dnd-link share/icons/Oxygen_Zion/cursors/dnd-move share/icons/Oxygen_Zion/cursors/dnd-no-drop share/icons/Oxygen_Zion/cursors/dnd-none share/icons/Oxygen_Zion/cursors/e-resize share/icons/Oxygen_Zion/cursors/e29285e634086352946a0e7090d73106 share/icons/Oxygen_Zion/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff share/icons/Oxygen_Zion/cursors/fleur share/icons/Oxygen_Zion/cursors/forbidden share/icons/Oxygen_Zion/cursors/half-busy share/icons/Oxygen_Zion/cursors/hand1 share/icons/Oxygen_Zion/cursors/hand2 share/icons/Oxygen_Zion/cursors/help share/icons/Oxygen_Zion/cursors/ibeam share/icons/Oxygen_Zion/cursors/left_ptr share/icons/Oxygen_Zion/cursors/left_ptr_watch share/icons/Oxygen_Zion/cursors/link share/icons/Oxygen_Zion/cursors/move share/icons/Oxygen_Zion/cursors/n-resize share/icons/Oxygen_Zion/cursors/not-allowed share/icons/Oxygen_Zion/cursors/openhand share/icons/Oxygen_Zion/cursors/pencil share/icons/Oxygen_Zion/cursors/pirate share/icons/Oxygen_Zion/cursors/plus share/icons/Oxygen_Zion/cursors/pointer share/icons/Oxygen_Zion/cursors/pointing_hand share/icons/Oxygen_Zion/cursors/progress share/icons/Oxygen_Zion/cursors/question_arrow share/icons/Oxygen_Zion/cursors/row-resize share/icons/Oxygen_Zion/cursors/s-resize share/icons/Oxygen_Zion/cursors/sb_h_double_arrow share/icons/Oxygen_Zion/cursors/sb_v_double_arrow share/icons/Oxygen_Zion/cursors/size_all share/icons/Oxygen_Zion/cursors/size_bdiag share/icons/Oxygen_Zion/cursors/size_fdiag share/icons/Oxygen_Zion/cursors/size_hor share/icons/Oxygen_Zion/cursors/size_ver share/icons/Oxygen_Zion/cursors/split_h share/icons/Oxygen_Zion/cursors/split_v share/icons/Oxygen_Zion/cursors/text share/icons/Oxygen_Zion/cursors/up_arrow share/icons/Oxygen_Zion/cursors/v_double_arrow share/icons/Oxygen_Zion/cursors/w-resize share/icons/Oxygen_Zion/cursors/wait share/icons/Oxygen_Zion/cursors/watch share/icons/Oxygen_Zion/cursors/whats_this share/icons/Oxygen_Zion/cursors/xterm share/icons/Oxygen_Zion/index.theme share/icons/hicolor/128x128/apps/ksplash.png share/icons/hicolor/16x16/apps/kmenuedit.png share/icons/hicolor/16x16/apps/ksplash.png share/icons/hicolor/22x22/apps/kmenuedit.png share/icons/hicolor/22x22/apps/ksplash.png share/icons/hicolor/32x32/apps/kmenuedit.png share/icons/hicolor/32x32/apps/ksplash.png share/icons/hicolor/48x48/apps/kmenuedit.png share/icons/hicolor/48x48/apps/ksplash.png share/icons/hicolor/64x64/apps/ksplash.png share/icons/oxygen/128x128/apps/kcmkwm.png share/icons/oxygen/128x128/mimetypes/fonts-package.png share/icons/oxygen/16x16/apps/computer.png share/icons/oxygen/16x16/apps/daemon.png share/icons/oxygen/16x16/apps/kcmkwm.png share/icons/oxygen/16x16/apps/kdeapp.png share/icons/oxygen/16x16/apps/kernel.png share/icons/oxygen/16x16/apps/kfontview.png share/icons/oxygen/16x16/apps/ksysguardd.png share/icons/oxygen/16x16/apps/kwin.png share/icons/oxygen/16x16/apps/running.png share/icons/oxygen/16x16/apps/shell.png share/icons/oxygen/16x16/apps/unknownapp.png share/icons/oxygen/16x16/apps/waiting.png share/icons/oxygen/16x16/mimetypes/fonts-package.png share/icons/oxygen/22x22/apps/kcmkwm.png share/icons/oxygen/22x22/apps/kfontview.png share/icons/oxygen/22x22/apps/networkmanager.png share/icons/oxygen/22x22/mimetypes/fonts-package.png share/icons/oxygen/32x32/apps/kcmkwm.png share/icons/oxygen/32x32/apps/kfontview.png share/icons/oxygen/32x32/apps/kwin.png share/icons/oxygen/32x32/apps/networkmanager.png share/icons/oxygen/32x32/mimetypes/fonts-package.png share/icons/oxygen/48x48/apps/kcmkwm.png share/icons/oxygen/48x48/apps/kfontview.png share/icons/oxygen/48x48/apps/kwin.png share/icons/oxygen/48x48/mimetypes/fonts-package.png share/icons/oxygen/64x64/apps/kcmkwm.png share/icons/oxygen/64x64/apps/kfontview.png share/icons/oxygen/64x64/apps/networkmanager.png share/icons/oxygen/64x64/mimetypes/fonts-package.png share/icons/oxygen/scalable/apps/kcmkwm.svgz share/icons/oxygen/scalable/apps/kfontview.svgz share/icons/oxygen/scalable/apps/kwin.svgz share/icons/oxygen/scalable/apps/preferences-desktop-font-installer.svgz share/icons/oxygen/scalable/mimetypes/fonts-package.svgz share/kde4/services/ScreenSavers/kblank.desktop share/kde4/services/ScreenSavers/krandom.desktop share/kde4/services/ServiceMenus/installfont.desktop share/kde4/services/autostart.desktop share/kde4/services/bell.desktop share/kde4/services/clock.desktop share/kde4/services/colors.desktop share/kde4/services/cursortheme.desktop share/kde4/services/desktop.desktop share/kde4/services/desktoppath.desktop share/kde4/services/desktoptheme.desktop share/kde4/services/deviceinfocategory.desktop share/kde4/services/devinfo.desktop share/kde4/services/display.desktop share/kde4/services/dma.desktop share/kde4/services/fontinst.desktop share/kde4/services/fonts.desktop share/kde4/services/fonts.protocol share/kde4/services/fontthumbnail.desktop share/kde4/services/graphicalinfocategory.desktop share/kde4/services/interrupts.desktop share/kde4/services/ion-bbcukmet.desktop share/kde4/services/ion-debianweather.desktop share/kde4/services/ion-envcan.desktop share/kde4/services/ion-noaa.desktop share/kde4/services/ion-wettercom.desktop share/kde4/services/ioports.desktop share/kde4/services/kaccess.desktop share/kde4/services/kcm_infosummary.desktop share/kde4/services/kcm_keyboard.desktop share/kde4/services/kcm_memory.desktop share/kde4/services/kcm_pci.desktop share/kde4/services/kcm_solid.desktop share/kde4/services/kcmaccess.desktop share/kde4/services/kcmlaunch.desktop share/kde4/services/kcmsmserver.desktop share/kde4/services/kcmusb.desktop share/kde4/services/kded/appmenu.desktop share/kde4/services/kded/freespacenotifier.desktop share/kde4/services/kded/kephal.desktop share/kde4/services/kded/keyboard.desktop share/kde4/services/kded/khotkeys.desktop share/kde4/services/kded/ktouchpadenabler.desktop share/kde4/services/kded/kwrited.desktop share/kde4/services/kded/powerdevil.desktop share/kde4/services/kded/randrmonitor.desktop share/kde4/services/kded/statusnotifierwatcher.desktop share/kde4/services/kdm.desktop share/kde4/services/keys.desktop share/kde4/services/kfontviewpart.desktop share/kde4/services/khotkeys.desktop share/kde4/services/ksplashthememgr.desktop share/kde4/services/kwin-script-desktopchangeosd.desktop share/kde4/services/kwin-script-synchronizeskipswitcher.desktop share/kde4/services/kwin-script-videowall.desktop share/kde4/services/kwin/blur.desktop share/kde4/services/kwin/blur_config.desktop share/kde4/services/kwin/boxswitch.desktop share/kde4/services/kwin/boxswitch_config.desktop share/kde4/services/kwin/coverswitch.desktop share/kde4/services/kwin/coverswitch_config.desktop share/kde4/services/kwin/cube.desktop share/kde4/services/kwin/cube_config.desktop share/kde4/services/kwin/cubeslide.desktop share/kde4/services/kwin/cubeslide_config.desktop share/kde4/services/kwin/dashboard.desktop share/kde4/services/kwin/dashboard_config.desktop share/kde4/services/kwin/desktopgrid.desktop share/kde4/services/kwin/desktopgrid_config.desktop share/kde4/services/kwin/dialogparent.desktop share/kde4/services/kwin/diminactive.desktop share/kde4/services/kwin/diminactive_config.desktop share/kde4/services/kwin/dimscreen.desktop share/kde4/services/kwin/explosion.desktop share/kde4/services/kwin/fallapart.desktop share/kde4/services/kwin/flipswitch.desktop share/kde4/services/kwin/flipswitch_config.desktop share/kde4/services/kwin/glide.desktop share/kde4/services/kwin/glide_config.desktop share/kde4/services/kwin/highlightwindow.desktop share/kde4/services/kwin/invert.desktop share/kde4/services/kwin/invert_config.desktop share/kde4/services/kwin/kwin4_decoration_qml_plastik.desktop share/kde4/services/kwin/kwin4_effect_fade.desktop share/kde4/services/kwin/kwin4_effect_fadedesktop.desktop share/kde4/services/kwin/kwin4_effect_maximize.desktop share/kde4/services/kwin/kwin4_window_switcher_big_icons.desktop share/kde4/services/kwin/kwin4_window_switcher_compact.desktop share/kde4/services/kwin/kwin4_window_switcher_informative.desktop share/kde4/services/kwin/kwin4_window_switcher_present_windows.desktop share/kde4/services/kwin/kwin4_window_switcher_small_icons.desktop share/kde4/services/kwin/kwin4_window_switcher_text.desktop share/kde4/services/kwin/kwin4_window_switcher_thumbnails.desktop share/kde4/services/kwin/kwin4_window_switcher_window_strip.desktop share/kde4/services/kwin/login.desktop share/kde4/services/kwin/login_config.desktop share/kde4/services/kwin/logout.desktop share/kde4/services/kwin/lookingglass.desktop share/kde4/services/kwin/lookingglass_config.desktop share/kde4/services/kwin/magiclamp.desktop share/kde4/services/kwin/magiclamp_config.desktop share/kde4/services/kwin/magnifier.desktop share/kde4/services/kwin/magnifier_config.desktop share/kde4/services/kwin/minimizeanimation.desktop share/kde4/services/kwin/mouseclick.desktop share/kde4/services/kwin/mouseclick_config.desktop share/kde4/services/kwin/mousemark.desktop share/kde4/services/kwin/mousemark_config.desktop share/kde4/services/kwin/outline.desktop share/kde4/services/kwin/presentwindows.desktop share/kde4/services/kwin/presentwindows_config.desktop share/kde4/services/kwin/resize.desktop share/kde4/services/kwin/resize_config.desktop share/kde4/services/kwin/scalein.desktop share/kde4/services/kwin/screenshot.desktop share/kde4/services/kwin/sheet.desktop share/kde4/services/kwin/showfps.desktop share/kde4/services/kwin/showfps_config.desktop share/kde4/services/kwin/showpaint.desktop share/kde4/services/kwin/slide.desktop share/kde4/services/kwin/slideback.desktop share/kde4/services/kwin/slidingpopups.desktop share/kde4/services/kwin/snaphelper.desktop share/kde4/services/kwin/startupfeedback.desktop share/kde4/services/kwin/taskbarthumbnail.desktop share/kde4/services/kwin/thumbnailaside.desktop share/kde4/services/kwin/thumbnailaside_config.desktop share/kde4/services/kwin/trackmouse.desktop share/kde4/services/kwin/trackmouse_config.desktop share/kde4/services/kwin/translucency.desktop share/kde4/services/kwin/translucency_config.desktop share/kde4/services/kwin/windowgeometry.desktop share/kde4/services/kwin/windowgeometry_config.desktop share/kde4/services/kwin/wobblywindows.desktop share/kde4/services/kwin/wobblywindows_config.desktop share/kde4/services/kwin/zoom.desktop share/kde4/services/kwin/zoom_config.desktop share/kde4/services/kwinactions.desktop share/kde4/services/kwinadvanced.desktop share/kde4/services/kwincompositing.desktop share/kde4/services/kwindecoration.desktop share/kde4/services/kwinfocus.desktop share/kde4/services/kwinmoving.desktop share/kde4/services/kwinoptions.desktop share/kde4/services/kwinrules.desktop share/kde4/services/kwinscreenedges.desktop share/kde4/services/kwinscripts.desktop share/kde4/services/kwintabbox.desktop share/kde4/services/lostfoundcategory.desktop share/kde4/services/mouse.desktop share/kde4/services/networkinfocategory.desktop share/kde4/services/nic.desktop share/kde4/services/opengl.desktop share/kde4/services/plasma-animator-default.desktop share/kde4/services/plasma-applet-activitybar.desktop share/kde4/services/plasma-applet-analogclock.desktop share/kde4/services/plasma-applet-batterymonitor.desktop share/kde4/services/plasma-applet-calendar.desktop share/kde4/services/plasma-applet-currentappcontrol.desktop share/kde4/services/plasma-applet-devicenotifier.desktop share/kde4/services/plasma-applet-digitalclock.desktop share/kde4/services/plasma-applet-icon.desktop share/kde4/services/plasma-applet-launcher.desktop share/kde4/services/plasma-applet-lockout.desktop share/kde4/services/plasma-applet-org.kde.notifications.desktop share/kde4/services/plasma-applet-org.kde.showActivityManager.desktop share/kde4/services/plasma-applet-panelspacer-internal.desktop share/kde4/services/plasma-applet-quicklaunch.desktop share/kde4/services/plasma-applet-searchbox.desktop share/kde4/services/plasma-applet-simplelauncher.desktop share/kde4/services/plasma-applet-sm_cpu.desktop share/kde4/services/plasma-applet-sm_hdd.desktop share/kde4/services/plasma-applet-sm_hdd_activity.desktop share/kde4/services/plasma-applet-sm_hwinfo.desktop share/kde4/services/plasma-applet-sm_net.desktop share/kde4/services/plasma-applet-sm_ram.desktop share/kde4/services/plasma-applet-sm_temperature.desktop share/kde4/services/plasma-applet-system-monitor.desktop share/kde4/services/plasma-applet-systemtray.desktop share/kde4/services/plasma-applet-trash.desktop share/kde4/services/plasma-applet-webbrowser.desktop share/kde4/services/plasma-applet-windowlist.desktop share/kde4/services/plasma-containment-desktop.desktop share/kde4/services/plasma-containment-desktopdashboard.desktop share/kde4/services/plasma-containment-netpanel.desktop share/kde4/services/plasma-containment-panel.desktop share/kde4/services/plasma-containment-sal.desktop share/kde4/services/plasma-containment-saverdesktop.desktop share/kde4/services/plasma-containmentactions-applauncher.desktop share/kde4/services/plasma-containmentactions-contextmenu.desktop share/kde4/services/plasma-containmentactions-minimalcontextmenu.desktop share/kde4/services/plasma-containmentactions-paste.desktop share/kde4/services/plasma-containmentactions-switchactivity.desktop share/kde4/services/plasma-containmentactions-switchdesktop.desktop share/kde4/services/plasma-containmentactions-switchwindow.desktop share/kde4/services/plasma-dataengine-applicationjobs.desktop share/kde4/services/plasma-dataengine-apps.desktop share/kde4/services/plasma-dataengine-calendar.desktop share/kde4/services/plasma-dataengine-devicenotifications.desktop share/kde4/services/plasma-dataengine-dict.desktop share/kde4/services/plasma-dataengine-executable.desktop share/kde4/services/plasma-dataengine-favicons.desktop share/kde4/services/plasma-dataengine-filebrowser.desktop share/kde4/services/plasma-dataengine-geolocation.desktop share/kde4/services/plasma-dataengine-hotplug.desktop share/kde4/services/plasma-dataengine-keystate.desktop share/kde4/services/plasma-dataengine-mouse.desktop share/kde4/services/plasma-dataengine-mpris2.desktop share/kde4/services/plasma-dataengine-network.desktop share/kde4/services/plasma-dataengine-notifications.desktop share/kde4/services/plasma-dataengine-nowplaying.desktop share/kde4/services/plasma-dataengine-places.desktop share/kde4/services/plasma-dataengine-powermanagement.desktop share/kde4/services/plasma-dataengine-rss.desktop share/kde4/services/plasma-dataengine-share-addon-imgsusepasteorg.desktop share/kde4/services/plasma-dataengine-share-addon-imgur.desktop share/kde4/services/plasma-dataengine-share-addon-kde.desktop share/kde4/services/plasma-dataengine-share-addon-pastebincom.desktop share/kde4/services/plasma-dataengine-share-addon-pasteopensuseorg.desktop share/kde4/services/plasma-dataengine-share-addon-pasteubuntucom.desktop share/kde4/services/plasma-dataengine-share-addon-privatepastecom.desktop share/kde4/services/plasma-dataengine-share-addon-simplestimagehosting.desktop share/kde4/services/plasma-dataengine-share-addon-wklej.desktop share/kde4/services/plasma-dataengine-share-addon-wstaw.desktop share/kde4/services/plasma-dataengine-share.desktop share/kde4/services/plasma-dataengine-soliddevice.desktop share/kde4/services/plasma-dataengine-systemmonitor.desktop share/kde4/services/plasma-dataengine-tasks.desktop share/kde4/services/plasma-dataengine-time.desktop share/kde4/services/plasma-dataengine-weather.desktop share/kde4/services/plasma-engine-activities.desktop share/kde4/services/plasma-engine-akonadi.desktop share/kde4/services/plasma-engine-metadata.desktop share/kde4/services/plasma-engine-searchlaunch.desktop %%GPS%%share/kde4/services/plasma-geolocation-gps.desktop share/kde4/services/plasma-geolocation-ip.desktop share/kde4/services/plasma-layout-org.kde.plasma-desktop.SaL.desktop share/kde4/services/plasma-layout-org.kde.plasma-desktop.defaultPanel.desktop share/kde4/services/plasma-layout-org.kde.plasma-desktop.desktopIcons.desktop share/kde4/services/plasma-layout-org.kde.plasma-desktop.findWidgets.desktop share/kde4/services/plasma-layout-org.kde.plasma-desktop.photoActivity.desktop share/kde4/services/plasma-layout-org.kde.plasma-netbook.defaultPage.desktop share/kde4/services/plasma-layout-org.kde.plasma-netbook.defaultPanel.desktop share/kde4/services/plasma-layout-org.kde.plasma-netbook.defaultSal.desktop share/kde4/services/plasma-packagestructure-dashboard.desktop share/kde4/services/plasma-packagestructure-share.desktop share/kde4/services/plasma-packagestructure-web.desktop share/kde4/services/plasma-pager-default.desktop share/kde4/services/plasma-runner-activityrunner.desktop share/kde4/services/plasma-runner-bookmarks.desktop share/kde4/services/plasma-runner-calculator.desktop share/kde4/services/plasma-runner-kill.desktop share/kde4/services/plasma-runner-kill_config.desktop share/kde4/services/plasma-runner-locations.desktop share/kde4/services/plasma-runner-nepomuksearch.desktop share/kde4/services/plasma-runner-places.desktop share/kde4/services/plasma-runner-plasma-desktop.desktop share/kde4/services/plasma-runner-powerdevil.desktop share/kde4/services/plasma-runner-services.desktop share/kde4/services/plasma-runner-sessions.desktop share/kde4/services/plasma-runner-shell.desktop share/kde4/services/plasma-runner-solid.desktop share/kde4/services/plasma-runner-webshortcuts.desktop share/kde4/services/plasma-runner-windowedwidgets.desktop share/kde4/services/plasma-runner-windows.desktop share/kde4/services/plasma-sal-bookmarks.desktop share/kde4/services/plasma-sal-contacts.desktop share/kde4/services/plasma-sal-development.desktop share/kde4/services/plasma-sal-education.desktop share/kde4/services/plasma-sal-games.desktop share/kde4/services/plasma-sal-graphics.desktop share/kde4/services/plasma-sal-internet.desktop share/kde4/services/plasma-sal-multimedia.desktop share/kde4/services/plasma-sal-office.desktop share/kde4/services/plasma-sal-system.desktop share/kde4/services/plasma-sal-utility.desktop share/kde4/services/plasma-scriptengine-applet-dashboard.desktop share/kde4/services/plasma-scriptengine-applet-web.desktop share/kde4/services/plasma-tasks-default.desktop share/kde4/services/plasma-toolbox-desktoptoolbox.desktop share/kde4/services/plasma-toolbox-nettoolbox.desktop share/kde4/services/plasma-toolbox-paneltoolbox.desktop share/kde4/services/plasma-wallpaper-color.desktop share/kde4/services/plasma-wallpaper-image.desktop share/kde4/services/plasma_applet_keyboard.desktop share/kde4/services/plasma_engine_statusnotifieritem.desktop share/kde4/services/powerdevilactivitiesconfig.desktop share/kde4/services/powerdevilbrightnesscontrolaction.desktop share/kde4/services/powerdevildimdisplayaction.desktop share/kde4/services/powerdevildpmsaction.desktop share/kde4/services/powerdevilglobalconfig.desktop share/kde4/services/powerdevilhandlebuttoneventsaction.desktop share/kde4/services/powerdevilprofilesconfig.desktop share/kde4/services/powerdevilrunscriptaction.desktop share/kde4/services/powerdevilsuspendsessionaction.desktop share/kde4/services/randr.desktop share/kde4/services/recentdocuments.desktop share/kde4/services/screensaver.desktop share/kde4/services/scsi.desktop share/kde4/services/settings-accessibility.desktop share/kde4/services/settings-account-details.desktop share/kde4/services/settings-application-and-system-notifications.desktop share/kde4/services/settings-application-appearance-and-behavior.desktop share/kde4/services/settings-application-appearance.desktop share/kde4/services/settings-audio-and-video.desktop share/kde4/services/settings-bluetooth.desktop share/kde4/services/settings-classic-view.desktop share/kde4/services/settings-desktop-appearance.desktop share/kde4/services/settings-display.desktop share/kde4/services/settings-hardware.desktop share/kde4/services/settings-icon-view.desktop share/kde4/services/settings-input-devices.desktop share/kde4/services/settings-locale.desktop share/kde4/services/settings-lost-and-found.desktop share/kde4/services/settings-network-and-connectivity.desktop share/kde4/services/settings-network-settings.desktop share/kde4/services/settings-permissions.desktop share/kde4/services/settings-personal-information.desktop share/kde4/services/settings-power-management.desktop share/kde4/services/settings-removable-devices.desktop share/kde4/services/settings-sharing.desktop share/kde4/services/settings-shortcuts-and-gestures.desktop share/kde4/services/settings-startup-and-shutdown.desktop share/kde4/services/settings-system-administration.desktop share/kde4/services/settings-window-behaviour.desktop share/kde4/services/settings-workspace-appearance-and-behavior.desktop share/kde4/services/settings-workspace-behavior.desktop share/kde4/services/smbstatus.desktop share/kde4/services/solid-actions.desktop share/kde4/services/solidbackends/solid_fakenet.desktop share/kde4/services/solidbackends/solid_wicd.desktop share/kde4/services/standard_actions.desktop share/kde4/services/style.desktop share/kde4/services/workspaceoptions.desktop share/kde4/services/xserver.desktop share/kde4/servicetypes/kinfocentercategory.desktop share/kde4/servicetypes/kwindecoration.desktop share/kde4/servicetypes/kwineffect.desktop share/kde4/servicetypes/kwinscript.desktop share/kde4/servicetypes/kwinwindowswitcher.desktop share/kde4/servicetypes/plasma-geolocationprovider.desktop share/kde4/servicetypes/plasma-layout-template.desktop share/kde4/servicetypes/plasma-sal-menu.desktop share/kde4/servicetypes/plasma_shareprovider.desktop share/kde4/servicetypes/powerdevilaction.desktop share/kde4/servicetypes/screensaver.desktop share/kde4/servicetypes/solid-device-type.desktop share/kde4/servicetypes/solidmodemmanager.desktop share/kde4/servicetypes/solidnetworkmanager.desktop share/kde4/servicetypes/solidremotecontrolmanager.desktop share/kde4/servicetypes/systemsettingscategory.desktop share/kde4/servicetypes/systemsettingsexternalapp.desktop share/kde4/servicetypes/systemsettingsview.desktop share/polkit-1/actions/org.kde.fontinst.policy share/polkit-1/actions/org.kde.kcontrol.kcmclock.policy share/polkit-1/actions/org.kde.kcontrol.kcmkdm.policy share/polkit-1/actions/org.kde.ksysguard.processlisthelper.policy share/polkit-1/actions/org.kde.powerdevil.backlighthelper.policy share/sounds/pop.wav share/wallpapers/stripes.png share/wallpapers/stripes.png.desktop @dirrm share/kde4/services/solidbackends @dirrm share/kde4/services/kwin @dirrm share/icons/Oxygen_Zion/cursors @dirrm share/icons/Oxygen_Zion @dirrm share/icons/Oxygen_Yellow/cursors @dirrm share/icons/Oxygen_Yellow @dirrm share/icons/Oxygen_White/cursors @dirrm share/icons/Oxygen_White @dirrm share/icons/Oxygen_Blue/cursors @dirrm share/icons/Oxygen_Blue @dirrm share/icons/Oxygen_Black/cursors @dirrm share/icons/Oxygen_Black @dirrm share/doc/HTML/en/systemsettings @dirrm share/doc/HTML/en/plasma-desktop @dirrm share/doc/HTML/en/ksysguard @dirrm share/doc/HTML/en/kmenuedit @dirrm share/doc/HTML/en/klipper @dirrm share/doc/HTML/en/kinfocenter @dirrm share/doc/HTML/en/kfontview @dirrm share/doc/HTML/en/kdm @dirrm share/doc/HTML/en/kcontrol/workspaceoptions @dirrm share/doc/HTML/en/kcontrol/windowspecific @dirrm share/doc/HTML/en/kcontrol/windowbehaviour @dirrm share/doc/HTML/en/kcontrol/splashscreen @dirrm share/doc/HTML/en/kcontrol/solid-hardware @dirrm share/doc/HTML/en/kcontrol/solid-actions @dirrm share/doc/HTML/en/kcontrol/screensaver @dirrm share/doc/HTML/en/kcontrol/powerdevil @dirrm share/doc/HTML/en/kcontrol/paths @dirrm share/doc/HTML/en/kcontrol/mouse @dirrm share/doc/HTML/en/kcontrol/kwintabbox @dirrm share/doc/HTML/en/kcontrol/kwinscreenedges @dirrm share/doc/HTML/en/kcontrol/kwindecoration @dirrm share/doc/HTML/en/kcontrol/kwincompositing @dirrm share/doc/HTML/en/kcontrol/khotkeys @dirrm share/doc/HTML/en/kcontrol/keys @dirrm share/doc/HTML/en/kcontrol/keyboard @dirrm share/doc/HTML/en/kcontrol/kcmstyle @dirrm share/doc/HTML/en/kcontrol/kcmsmserver @dirrm share/doc/HTML/en/kcontrol/kcmaccess @dirrm share/doc/HTML/en/kcontrol/joystick @dirrm share/doc/HTML/en/kcontrol/fonts @dirrm share/doc/HTML/en/kcontrol/fontinst @dirrm share/doc/HTML/en/kcontrol/desktopthemedetails @dirrm share/doc/HTML/en/kcontrol/desktop @dirrm share/doc/HTML/en/kcontrol/cursortheme @dirrm share/doc/HTML/en/kcontrol/colors @dirrm share/doc/HTML/en/kcontrol/clock @dirrm share/doc/HTML/en/kcontrol/bell @dirrm share/doc/HTML/en/kcontrol/autostart @dirrm share/apps/systemsettings/classic @dirrm share/apps/systemsettings @dirrm share/apps/solidfakenetbackend @dirrm share/apps/solid/devices @dirrm share/apps/powerdevil @dirrm share/apps/plasma/shareprovider/wstaw/contents/code @dirrm share/apps/plasma/shareprovider/wstaw/contents @dirrm share/apps/plasma/shareprovider/wstaw @dirrm share/apps/plasma/shareprovider/wklej/contents/code @dirrm share/apps/plasma/shareprovider/wklej/contents @dirrm share/apps/plasma/shareprovider/wklej @dirrm share/apps/plasma/shareprovider/simplestimagehosting/contents/code @dirrm share/apps/plasma/shareprovider/simplestimagehosting/contents @dirrm share/apps/plasma/shareprovider/simplestimagehosting @dirrm share/apps/plasma/shareprovider/privatepastecom/contents/code @dirrm share/apps/plasma/shareprovider/privatepastecom/contents @dirrm share/apps/plasma/shareprovider/privatepastecom @dirrm share/apps/plasma/shareprovider/pasteubuntucom/contents/code @dirrm share/apps/plasma/shareprovider/pasteubuntucom/contents @dirrm share/apps/plasma/shareprovider/pasteubuntucom @dirrm share/apps/plasma/shareprovider/pasteopensuseorg/contents/code @dirrm share/apps/plasma/shareprovider/pasteopensuseorg/contents @dirrm share/apps/plasma/shareprovider/pasteopensuseorg @dirrm share/apps/plasma/shareprovider/pastebincom/contents/code @dirrm share/apps/plasma/shareprovider/pastebincom/contents @dirrm share/apps/plasma/shareprovider/pastebincom @dirrm share/apps/plasma/shareprovider/kde/contents/code @dirrm share/apps/plasma/shareprovider/kde/contents @dirrm share/apps/plasma/shareprovider/kde @dirrm share/apps/plasma/shareprovider/imgur/contents/code @dirrm share/apps/plasma/shareprovider/imgur/contents @dirrm share/apps/plasma/shareprovider/imgur @dirrm share/apps/plasma/shareprovider/imgsusepasteorg/contents/code @dirrm share/apps/plasma/shareprovider/imgsusepasteorg/contents @dirrm share/apps/plasma/shareprovider/imgsusepasteorg @dirrmtry share/apps/plasma/shareprovider @dirrm share/apps/plasma/plasmoids/org.kde.showActivityManager/contents/ui @dirrm share/apps/plasma/plasmoids/org.kde.showActivityManager/contents @dirrm share/apps/plasma/plasmoids/org.kde.showActivityManager @dirrm share/apps/plasma/plasmoids/org.kde.notifications/platformcontents/touch/ui/NotificationDelegate @dirrm share/apps/plasma/plasmoids/org.kde.notifications/platformcontents/touch/ui @dirrm share/apps/plasma/plasmoids/org.kde.notifications/platformcontents/touch @dirrm share/apps/plasma/plasmoids/org.kde.notifications/platformcontents @dirrm share/apps/plasma/plasmoids/org.kde.notifications/contents/ui/NotificationDelegate @dirrm share/apps/plasma/plasmoids/org.kde.notifications/contents/ui @dirrm share/apps/plasma/plasmoids/org.kde.notifications/contents/config @dirrm share/apps/plasma/plasmoids/org.kde.notifications/contents @dirrm share/apps/plasma/plasmoids/org.kde.notifications @dirrm share/apps/plasma/plasmoids/notifier/contents/ui @dirrm share/apps/plasma/plasmoids/notifier/contents/config @dirrm share/apps/plasma/plasmoids/notifier/contents @dirrm share/apps/plasma/plasmoids/notifier @dirrm share/apps/plasma/plasmoids/lockout/contents/ui @dirrm share/apps/plasma/plasmoids/lockout/contents/config @dirrm share/apps/plasma/plasmoids/lockout/contents @dirrm share/apps/plasma/plasmoids/lockout @dirrm share/apps/plasma/plasmoids/battery/contents/ui @dirrm share/apps/plasma/plasmoids/battery/contents/config @dirrm share/apps/plasma/plasmoids/battery/contents/code @dirrm share/apps/plasma/plasmoids/battery/contents @dirrm share/apps/plasma/plasmoids/battery @dirrm share/apps/plasma/plasmoids @dirrm share/apps/plasma/packages/org.kde.systemtray/contents/ui @dirrm share/apps/plasma/packages/org.kde.systemtray/contents/code @dirrm share/apps/plasma/packages/org.kde.systemtray/contents @dirrm share/apps/plasma/packages/org.kde.systemtray @dirrm share/apps/plasma/packages/org.kde.pager/contents/ui @dirrm share/apps/plasma/packages/org.kde.pager/contents @dirrm share/apps/plasma/packages/org.kde.pager @dirrm share/apps/plasma/packages/org.kde.desktop.widgetexplorer/contents/ui @dirrm share/apps/plasma/packages/org.kde.desktop.widgetexplorer/contents @dirrm share/apps/plasma/packages/org.kde.desktop.widgetexplorer @dirrm share/apps/plasma/packages/org.kde.desktop.activitymanager/contents/ui @dirrm share/apps/plasma/packages/org.kde.desktop.activitymanager/contents @dirrm share/apps/plasma/packages/org.kde.desktop.activitymanager @dirrmtry share/apps/plasma/packages @dirrm share/apps/plasma/layout-templates/org.kde.plasma-netbook.defaultSal/contents @dirrm share/apps/plasma/layout-templates/org.kde.plasma-netbook.defaultSal @dirrm share/apps/plasma/layout-templates/org.kde.plasma-netbook.defaultPanel/contents @dirrm share/apps/plasma/layout-templates/org.kde.plasma-netbook.defaultPanel @dirrm share/apps/plasma/layout-templates/org.kde.plasma-netbook.defaultPage/contents @dirrm share/apps/plasma/layout-templates/org.kde.plasma-netbook.defaultPage @dirrm share/apps/plasma/layout-templates/org.kde.plasma-desktop.photoActivity/contents @dirrm share/apps/plasma/layout-templates/org.kde.plasma-desktop.photoActivity @dirrm share/apps/plasma/layout-templates/org.kde.plasma-desktop.findWidgets/contents @dirrm share/apps/plasma/layout-templates/org.kde.plasma-desktop.findWidgets @dirrm share/apps/plasma/layout-templates/org.kde.plasma-desktop.desktopIcons/contents @dirrm share/apps/plasma/layout-templates/org.kde.plasma-desktop.desktopIcons @dirrm share/apps/plasma/layout-templates/org.kde.plasma-desktop.defaultPanel/contents @dirrm share/apps/plasma/layout-templates/org.kde.plasma-desktop.defaultPanel @dirrm share/apps/plasma/layout-templates/org.kde.plasma-desktop.SaL/contents @dirrm share/apps/plasma/layout-templates/org.kde.plasma-desktop.SaL @dirrm share/apps/plasma/layout-templates @dirrm share/apps/plasma/dashboard/button @dirrm share/apps/plasma/dashboard/AppleClasses @dirrm share/apps/plasma/dashboard @dirrmtry share/apps/plasma-netbook/init @dirrmtry share/apps/plasma-netbook @dirrmtry share/apps/plasma-desktop/updates @dirrmtry share/apps/plasma-desktop/init @dirrmtry share/apps/plasma-desktop @dirrm share/apps/kwrited @dirrm share/apps/kwin/tabbox/window_strip/contents/ui @dirrm share/apps/kwin/tabbox/window_strip/contents @dirrm share/apps/kwin/tabbox/window_strip @dirrm share/apps/kwin/tabbox/thumbnails/contents/ui @dirrm share/apps/kwin/tabbox/thumbnails/contents @dirrm share/apps/kwin/tabbox/thumbnails @dirrm share/apps/kwin/tabbox/text/contents/ui @dirrm share/apps/kwin/tabbox/text/contents @dirrm share/apps/kwin/tabbox/text @dirrm share/apps/kwin/tabbox/small_icons/contents/ui @dirrm share/apps/kwin/tabbox/small_icons/contents @dirrm share/apps/kwin/tabbox/small_icons @dirrm share/apps/kwin/tabbox/present_windows/contents/ui @dirrm share/apps/kwin/tabbox/present_windows/contents @dirrm share/apps/kwin/tabbox/present_windows @dirrm share/apps/kwin/tabbox/informative/contents/ui @dirrm share/apps/kwin/tabbox/informative/contents @dirrm share/apps/kwin/tabbox/informative @dirrm share/apps/kwin/tabbox/compact/contents/ui @dirrm share/apps/kwin/tabbox/compact/contents @dirrm share/apps/kwin/tabbox/compact @dirrm share/apps/kwin/tabbox/big_icons/contents/ui @dirrm share/apps/kwin/tabbox/big_icons/contents @dirrm share/apps/kwin/tabbox/big_icons @dirrm share/apps/kwin/tabbox @dirrm share/apps/kwin/scripts/videowall/contents/code @dirrm share/apps/kwin/scripts/videowall/contents @dirrm share/apps/kwin/scripts/videowall @dirrm share/apps/kwin/scripts/synchronizeskipswitcher/contents/code @dirrm share/apps/kwin/scripts/synchronizeskipswitcher/contents @dirrm share/apps/kwin/scripts/synchronizeskipswitcher @dirrm share/apps/kwin/scripts/desktopchangeosd/contents/ui @dirrm share/apps/kwin/scripts/desktopchangeosd/contents @dirrm share/apps/kwin/scripts/desktopchangeosd @dirrm share/apps/kwin/scripts @dirrm share/apps/kwin/kcm_kwintabbox @dirrm share/apps/kwin/kcm_kwindecoration @dirrm share/apps/kwin/effects/kwin4_effect_maximize/contents/code @dirrm share/apps/kwin/effects/kwin4_effect_maximize/contents @dirrm share/apps/kwin/effects/kwin4_effect_maximize @dirrm share/apps/kwin/effects/kwin4_effect_fadedesktop/contents/code @dirrm share/apps/kwin/effects/kwin4_effect_fadedesktop/contents @dirrm share/apps/kwin/effects/kwin4_effect_fadedesktop @dirrm share/apps/kwin/effects/kwin4_effect_fade/contents/config @dirrm share/apps/kwin/effects/kwin4_effect_fade/contents/code @dirrm share/apps/kwin/effects/kwin4_effect_fade/contents @dirrm share/apps/kwin/effects/kwin4_effect_fade @dirrm share/apps/kwin/effects @dirrm share/apps/kwin/default_rules @dirrm share/apps/kwin/decorations/kwin4_decoration_qml_plastik/contents/ui @dirrm share/apps/kwin/decorations/kwin4_decoration_qml_plastik/contents/config @dirrm share/apps/kwin/decorations/kwin4_decoration_qml_plastik/contents @dirrm share/apps/kwin/decorations/kwin4_decoration_qml_plastik @dirrm share/apps/kwin/decorations @dirrm share/apps/kwin/aurorae @dirrm share/apps/kthememanager/themes/YellowOnBlue-big @dirrm share/apps/kthememanager/themes/YellowOnBlue @dirrm share/apps/kthememanager/themes/Sunshine @dirrm share/apps/kthememanager/themes/Redmond @dirrm share/apps/kthememanager/themes/Platinum @dirrm share/apps/kthememanager/themes/Plastik @dirrm share/apps/kthememanager/themes/Keramik @dirrm share/apps/kthememanager/themes/KDE_Classic @dirrm share/apps/kthememanager/themes/HighContrastLight-big @dirrm share/apps/kthememanager/themes/HighContrastLight @dirrm share/apps/kthememanager/themes/HighContrastDark-big @dirrm share/apps/kthememanager/themes/HighContrastDark @dirrm share/apps/kthememanager/themes @dirrm share/apps/kthememanager @dirrm share/apps/ksysguard/scripts/smaps @dirrm share/apps/ksysguard/scripts @dirrm share/apps/ksysguard @dirrm share/apps/ksplash/Themes/SimpleSmall @dirrm share/apps/ksplash/Themes/Simple @dirrm share/apps/ksplash/Themes/None @dirrm share/apps/ksplash/Themes/Minimalistic/images @dirrm share/apps/ksplash/Themes/Minimalistic @dirrmtry share/apps/ksplash/Themes @dirrmtry share/apps/ksplash @dirrm share/apps/ksmserver/themes/default @dirrm share/apps/ksmserver/themes/contour @dirrm share/apps/ksmserver/themes @dirrm share/apps/ksmserver/screenlocker/org.kde.passworddialog/contents/ui @dirrm share/apps/ksmserver/screenlocker/org.kde.passworddialog/contents @dirrm share/apps/ksmserver/screenlocker/org.kde.passworddialog @dirrm share/apps/ksmserver/screenlocker @dirrm share/apps/ksmserver @dirrm share/apps/kmenuedit/icons/hicolor/32x32/actions @dirrm share/apps/kmenuedit/icons/hicolor/32x32 @dirrm share/apps/kmenuedit/icons/hicolor/22x22/actions @dirrm share/apps/kmenuedit/icons/hicolor/22x22 @dirrm share/apps/kmenuedit/icons/hicolor @dirrm share/apps/kmenuedit/icons @dirrm share/apps/kmenuedit @dirrm share/apps/kinfocenter @dirrm share/apps/khotkeys @dirrm share/apps/kfontview @dirrm share/apps/kfontinst/icons/oxygen/scalable/actions @dirrm share/apps/kfontinst/icons/oxygen/scalable @dirrm share/apps/kfontinst/icons/oxygen/22x22/actions @dirrm share/apps/kfontinst/icons/oxygen/22x22 @dirrm share/apps/kfontinst/icons/oxygen/16x16/actions @dirrm share/apps/kfontinst/icons/oxygen/16x16 @dirrm share/apps/kfontinst/icons/oxygen @dirrm share/apps/kfontinst/icons @dirrm share/apps/kfontinst @dirrm share/apps/kdm/themes/oxygen-air @dirrm share/apps/kdm/themes/oxygen @dirrm share/apps/kdm/themes/horos @dirrm share/apps/kdm/themes/elarun @dirrm share/apps/kdm/themes/circles @dirrm share/apps/kdm/themes/ariya @dirrmtry share/apps/kdm/themes @dirrm share/apps/kdm/sessions @dirrm share/apps/kdm/programs @dirrm share/apps/kdm/patterns @dirrm share/apps/kdisplay/app-defaults @dirrm share/apps/kdisplay @dirrm share/apps/kcmusb @dirrm share/apps/kcmstyle @dirrm share/apps/kcmsolidactions @dirrm share/apps/kcmkeys @dirrm share/apps/kcmkeyboard/pics @dirrm share/apps/kcmkeyboard @dirrm share/apps/kcminput/pics @dirrm share/apps/kcminput @dirrm share/apps/kaccess @dirrm share/apps/freespacenotifier @dirrm share/apps/doc/kdm @dirrm share/apps/doc @dirrm share/apps/desktoptheme/default/system-monitor @dirrm share/apps/desktoptheme/default/calendar @dirrm share/apps/desktoptheme/air-netbook/widgets @dirrm share/apps/desktoptheme/air-netbook @dirrm lib/kde4/plugins/gui_platform @dirrm lib/kde4/imports/org/kde/kwin/decorations/plastik @dirrm lib/kde4/imports/org/kde/kwin/decorations @dirrm lib/kde4/imports/org/kde/kwin/decoration @dirrm lib/kde4/imports/org/kde/kwin @dirrmtry lib/kde4/imports/org/kde @dirrmtry lib/kde4/imports/org @dirrmtry lib/kde4/imports @dirrm lib/cmake/KDE4Workspace @dirrmtry lib/cmake @dirrm include/taskmanager @dirrm include/systemsettingsview @dirrm include/solid/control/ifaces @dirrm include/solid/control @dirrmtry include/solid @dirrm include/plasmaclock @dirrm include/plasma/weather @dirrm include/plasma/geolocation @dirrmtry include/plasma @dirrm include/kworkspace @dirrm include/ksysguard @dirrm include/ksgrd @dirrm include/KDE/Plasma/Weather @dirrmtry include/KDE/Plasma Index: head/x11/kdelibs4/Makefile =================================================================== --- head/x11/kdelibs4/Makefile (revision 318451) +++ head/x11/kdelibs4/Makefile (revision 318452) @@ -1,142 +1,141 @@ # Created by: arved@FreeBSD.org # $FreeBSD$ PORTNAME= kdelibs PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 2 CATEGORIES= x11 kde ipv6 MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Base set of libraries needed by KDE programs LIB_DEPENDS= IlmImf:${PORTSDIR}/graphics/OpenEXR \ jasper:${PORTSDIR}/graphics/jasper \ pcre:${PORTSDIR}/devel/pcre \ avahi-core:${PORTSDIR}/net/avahi-app \ enchant:${PORTSDIR}/textproc/enchant \ gif:${PORTSDIR}/graphics/giflib \ png15:${PORTSDIR}/graphics/png \ jpeg:${PORTSDIR}/graphics/jpeg \ hal:${PORTSDIR}/sysutils/hal \ qca:${PORTSDIR}/devel/qca \ HUpnp:${PORTSDIR}/net/hupnp \ polkit-qt-core-1:${PORTSDIR}/sysutils/polkit-qt \ dbusmenu-qt:${PORTSDIR}/devel/libdbusmenu-qt BUILD_DEPENDS= ${LOCALBASE}/share/xml/docbook/4.2/docbookx.dtd:${PORTSDIR}/textproc/docbook-xml \ ${LOCALBASE}/share/xsl/docbook/html/docbook.xsl:${PORTSDIR}/textproc/docbook-xsl RUN_DEPENDS= ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme \ xauth:${PORTSDIR}/x11/xauth \ ${LOCALBASE}/share/xml/docbook/4.2/docbookx.dtd:${PORTSDIR}/textproc/docbook-xml \ ${LOCALBASE}/share/xsl/docbook/html/docbook.xsl:${PORTSDIR}/textproc/docbook-xsl CONFLICTS= kdebase-runtime-4.5.[0-5] LATEST_LINK= ${PORTNAME}4 USE_XZ= yes USE_FAM= yes USE_GNOME= libxml2 libxslt USE_KDE4= kdehier kdeprefix oxygen \ attica automoc4 ontologies sharedmime soprano strigi USES= cmake:outsource gettext USE_OPENSSL= yes USE_PERL5= yes USE_QT4= corelib dbus declarative designer_build gui \ network opengl phonon qt3support \ qtestlib script sql svg webkit xml \ moc_build qmake_build rcc_build uic_build \ imageformats_run qdbusviewer_run USE_XORG= sm x11 xcursor xext xfixes xrender xtst USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes CMAKE_ARGS+= -DWITH_ACL:BOOL=Off \ -DWITH_FAM:BOOL=On \ -DWITH_ASPELL:BOOL=Off \ -DWITH_HSPELL:BOOL=Off \ -DKDE_DISTRIBUTION_TEXT:STRING="${OPSYS}" \ -DKDE_DEFAULT_HOME:STRING=".kde4" MAN1= checkXML.1 \ kconfig_compiler.1 \ kde4-config.1 \ kdecmake.1 \ kjs.1 \ kjscmd.1 \ kross.1 \ makekdewidgets.1 \ preparetips.1 MAN7= kdeoptions.7 \ qtoptions.7 MAN8= kbuildsycoca4.8 \ kcookiejar4.8 \ kded4.8 \ kdeinit4.8 \ meinproc4.8 OPTIONS_DEFINE= AVAHI AVAHI_DESC= Use Avahi's mDNSResponder (otherwise Apple's) .include .if ${OSVERSION} < 800505 || (${OSVERSION} >= 900000 && ${OSVERSION} < 900012) LIB_DEPENDS+= lzma.5:${PORTSDIR}/archivers/xz .endif .if ${OSVERSION} < 900004 LIB_DEPENDS+= utempter:${PORTSDIR}/sysutils/libutempter EXTRA_PATCHES= ${FILESDIR}/extra-patch-ConfigureChecks.cmake .endif .if ${PORT_OPTIONS:MAVAHI} LIB_DEPENDS+= dns_sd:${PORTSDIR}/net/avahi-libdns .else LIB_DEPENDS+= dns_sd:${PORTSDIR}/net/mDNSResponder .endif post-patch: ${REINPLACE_CMD} -e 's,/usr/local,${LOCALBASE},g' \ ${PATCH_WRKSRC}/kde3support/kdeui/k3sconfig.cpp \ ${PATCH_WRKSRC}/kdecore/network/k3socks.cpp \ ${PATCH_WRKSRC}/kdecore/kernel/kstandarddirs.cpp \ ${PATCH_WRKSRC}/kdeui/dialogs/kcupsoptionswidget_p.cpp \ ${PATCH_WRKSRC}/kdeui/kernel/start-session-bus.sh \ ${PATCH_WRKSRC}/kio/kssl/kopenssl.cpp \ ${PATCH_WRKSRC}/kio/kio/ksambashare.cpp \ ${PATCH_WRKSRC}/kjsembed/qtonly/FindQJSInternal.cmake # Fix rgb named colors database path. ${REINPLACE_CMD} -e 's|/usr/X11R6|${LOCALBASE}|g' \ ${PATCH_WRKSRC}/kdeui/colors/kcolordialog.cpp # Ports fails to locate pimlibs and workspace when PREFIX!=KDE4_PREFIX. # More search paths resolve the problem. .for module in KdepimLibs KDE4Workspace ${REINPLACE_CMD} -e '/find_package/s,PATHS,PATHS ${KDE4_PREFIX}/lib/cmake/${module},' \ ${PATCH_WRKSRC}/cmake/modules/Find${module}.cmake .endfor pre-configure: ${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ -e 's|/usr/X11R6|${LOCALBASE}|g' \ ${PATCH_WRKSRC}/cmake/modules/*.cmake \ ${PATCH_WRKSRC}/ConfigureChecks.cmake \ ${PATCH_WRKSRC}/doc/api/doxygen.sh ${REINPLACE_CMD} -e 's|/usr/include|${LOCALBASE}/include|g' \ ${PATCH_WRKSRC}/cmake/modules/FindDNSSD.cmake ${REINPLACE_CMD} -e 's|soprano/cmake|cmake/Modules|g' \ ${PATCH_WRKSRC}/cmake/modules/FindSoprano.cmake # FindBerkeleyDB.cmake should be rewritten to support multiple version # provided by ports, instead of hardcoding one of them # ${REINPLACE_CMD} -e 's|/usr/local/include/db4|${BDB_INCLUDE_DIR}|' \ # -e 's|NAMES db|NAMES ${BDB_LIB_NAME} ${LOCALBASE}/lib|' \ # ${PATCH_WRKSRC}/cmake/modules/FindBerkeleyDB.cmake # When XSync (xext) is found, xscreensaver is just used as a fallback, # then we can disable it. ${REINPLACE_CMD} -e '/macro_bool_to_01/ s|^.*X11_Xscreensaver.*$$|set(HAVE_XSCREENSAVER 0)|' \ ${PATCH_WRKSRC}/CMakeLists.txt .include Index: head/x11/kdelibs4/distinfo =================================================================== --- head/x11/kdelibs4/distinfo (revision 318451) +++ head/x11/kdelibs4/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/kdelibs-4.10.1.tar.xz) = d5bc7ffe83b65dcb20c277253e2645f3d59dad7820cbc6f3a1bb9b5be7db05d6 -SIZE (KDE/4.10.1/kdelibs-4.10.1.tar.xz) = 11955948 +SHA256 (KDE/4.10.3/kdelibs-4.10.3.tar.xz) = 5fbde0b372e6c2054ee3c620f3e465b452d2bf90a0c6ab3cc98d153e3a572cef +SIZE (KDE/4.10.3/kdelibs-4.10.3.tar.xz) = 11981656 Index: head/x11/kdelibs4/files/patch-kio_kfile_kpropertiesdialog.cpp =================================================================== --- head/x11/kdelibs4/files/patch-kio_kfile_kpropertiesdialog.cpp (revision 318451) +++ head/x11/kdelibs4/files/patch-kio_kfile_kpropertiesdialog.cpp (nonexistent) @@ -1,18 +0,0 @@ ---- ./kio/kfile/kpropertiesdialog.cpp.orig 2009-05-06 14:14:38.000000000 +0400 -+++ ./kio/kfile/kpropertiesdialog.cpp 2009-05-30 00:46:08.000000000 +0400 -@@ -1804,7 +1804,15 @@ - #else - QVarLengthArray groups; - #endif -+#ifdef Q_OS_FREEBSD -+#include -+#endif -+#if defined(Q_OS_FREEBSD) && (__FreeBSD_version <= 800000) // Fixed in kern/114655 -+ gid_t tmp_group; -+ if (getgrouplist(strUser, user->pw_gid, &tmp_group, &groupCount) < 0) { -+#else - if (getgrouplist(strUser, user->pw_gid, NULL, &groupCount) < 0) { -+#endif - groups.resize(groupCount); - if (groups.data()) - getgrouplist(strUser, user->pw_gid, groups.data(), &groupCount); Property changes on: head/x11/kdelibs4/files/patch-kio_kfile_kpropertiesdialog.cpp ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/x11/kdelibs4/files/patch-KDE4Defaults.cmake =================================================================== --- head/x11/kdelibs4/files/patch-KDE4Defaults.cmake (revision 318451) +++ head/x11/kdelibs4/files/patch-KDE4Defaults.cmake (revision 318452) @@ -1,19 +1,19 @@ --- ./cmake/modules/KDE4Defaults.cmake.orig 2012-11-01 23:08:00.000000000 +0000 +++ ./cmake/modules/KDE4Defaults.cmake 2012-11-02 15:05:55.862878877 +0000 @@ -21,12 +21,12 @@ # define the generic version of the libraries here # this makes it easy to advance it when the next KDE release comes # Use this version number for libraries which are at version n in KDE version n --set(GENERIC_LIB_VERSION "4.10.1") +-set(GENERIC_LIB_VERSION "4.10.3") -set(GENERIC_LIB_SOVERSION "4") +set(GENERIC_LIB_VERSION "5.0.1") +set(GENERIC_LIB_SOVERSION "5") # Use this version number for libraries which are already at version n+1 in KDE version n --set(KDE_NON_GENERIC_LIB_VERSION "5.10.1") +-set(KDE_NON_GENERIC_LIB_VERSION "5.10.3") -set(KDE_NON_GENERIC_LIB_SOVERSION "5") +set(KDE_NON_GENERIC_LIB_VERSION "7.0.1") +set(KDE_NON_GENERIC_LIB_SOVERSION "7") # windows does not support LD_LIBRARY_PATH or similar # all searchable directories has to be defined by the PATH environment var Index: head/x11/kdelibs4/files/patch-cmake_modules_FindKDE4Internal.cmake =================================================================== --- head/x11/kdelibs4/files/patch-cmake_modules_FindKDE4Internal.cmake (revision 318451) +++ head/x11/kdelibs4/files/patch-cmake_modules_FindKDE4Internal.cmake (revision 318452) @@ -1,31 +1,22 @@ ---- ./cmake/modules/FindKDE4Internal.cmake.orig 2013-03-01 07:26:13.335789000 +0100 -+++ ./cmake/modules/FindKDE4Internal.cmake 2013-03-29 21:51:00.038340976 +0100 -@@ -716,7 +716,7 @@ - ##################### provide some options ########################################## - - option(KDE4_ENABLE_FINAL "Enable final all-in-one compilation") --option(KDE4_BUILD_TESTS "Build the tests" ON) -+option(KDE4_BUILD_TESTS "Build the tests") - option(KDE4_ENABLE_HTMLHANDBOOK "Create targets htmlhandbook for creating the html versions of the docbook docs") - set(KDE4_SERIALIZE_TOOL "" CACHE STRING "Tool to serialize resource-intensive commands in parallel builds") - +--- ./cmake/modules/FindKDE4Internal.cmake.orig 2012-11-30 07:17:39.000000000 +0000 ++++ ./cmake/modules/FindKDE4Internal.cmake 2013-02-15 15:45:41.732493091 +0000 @@ -893,8 +893,8 @@ _set_fancy(XDG_MIME_INSTALL_DIR "${SHARE_INSTALL_PREFIX}/mime/packages" "The install dir for the xdg mimetypes") _set_fancy(SYSCONF_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/etc" "The sysconfig install dir (default ${CMAKE_INSTALL_PREFIX}/etc)") - _set_fancy(MAN_INSTALL_DIR "${SHARE_INSTALL_PREFIX}/man" "The man install dir (default ${SHARE_INSTALL_PREFIX}/man/)") - _set_fancy(INFO_INSTALL_DIR "${SHARE_INSTALL_PREFIX}/info" "The info install dir (default ${SHARE_INSTALL_PREFIX}/info)") + _set_fancy(MAN_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/man" "The man install dir (default ${SHARE_INSTALL_PREFIX}/man/)") + _set_fancy(INFO_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/info" "The info install dir (default ${SHARE_INSTALL_PREFIX}/info)") _set_fancy(DBUS_INTERFACES_INSTALL_DIR "${SHARE_INSTALL_PREFIX}/dbus-1/interfaces" "The dbus interfaces install dir (default ${SHARE_INSTALL_PREFIX}/dbus-1/interfaces)") _set_fancy(DBUS_SERVICES_INSTALL_DIR "${SHARE_INSTALL_PREFIX}/dbus-1/services" "The dbus services install dir (default ${SHARE_INSTALL_PREFIX}/dbus-1/services)") _set_fancy(DBUS_SYSTEM_SERVICES_INSTALL_DIR "${SHARE_INSTALL_PREFIX}/dbus-1/system-services" "The dbus system services install dir (default ${SHARE_INSTALL_PREFIX}/dbus-1/system-services)") @@ -1204,7 +1204,7 @@ set(CMAKE_C_FLAGS_DEBUGFULL "-g3 -fno-inline") set(CMAKE_C_FLAGS_PROFILE "-g3 -fno-inline -ftest-coverage -fprofile-arcs") - set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common") + set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wno-long-long -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common") # As of Qt 4.6.x we need to override the new exception macros if we want compile with -fno-exceptions set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wnon-virtual-dtor -Wno-long-long -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wformat-security -fno-exceptions -DQT_NO_EXCEPTIONS -fno-check-new -fno-common") Index: head/x11/kgamma/distinfo =================================================================== --- head/x11/kgamma/distinfo (revision 318451) +++ head/x11/kgamma/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/kgamma-4.10.1.tar.xz) = d6f5d66bde2649c9dea483b6941a8616d43edbfa765ff7d04244a3e2cd26ba8c -SIZE (KDE/4.10.1/kgamma-4.10.1.tar.xz) = 27100 +SHA256 (KDE/4.10.3/kgamma-4.10.3.tar.xz) = 3f3e8f377bba08c7ad1d94c103c84613c6a52393100797c66f96492add928bb1 +SIZE (KDE/4.10.3/kgamma-4.10.3.tar.xz) = 27092 Index: head/x11/konsole/distinfo =================================================================== --- head/x11/konsole/distinfo (revision 318451) +++ head/x11/konsole/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/konsole-4.10.1.tar.xz) = eaf9cd092dd01a79ad42843d1ba948a4fcdd39c22433e454e1a6a588743dbfbc -SIZE (KDE/4.10.1/konsole-4.10.1.tar.xz) = 447096 +SHA256 (KDE/4.10.3/konsole-4.10.3.tar.xz) = 66e88d86e4986e50036c3e610a1d3a5412f710b6feae31e383552d6c2b158fcd +SIZE (KDE/4.10.3/konsole-4.10.3.tar.xz) = 445852 Index: head/x11-clocks/kdetoys4/distinfo =================================================================== --- head/x11-clocks/kdetoys4/distinfo (revision 318451) +++ head/x11-clocks/kdetoys4/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/kdetoys-4.10.1.tar.xz) = 717d272c963eb87f7a7c7f5bb93691185208828c5673ab85c191d747e40b92ce -SIZE (KDE/4.10.1/kdetoys-4.10.1.tar.xz) = 378136 +SHA256 (KDE/4.10.3/kdetoys-4.10.3.tar.xz) = 00b33bb1fa1df7dcd088ee0e3aa1af5c310e154cbf9825329a52b89828f5575b +SIZE (KDE/4.10.3/kdetoys-4.10.3.tar.xz) = 380264 Index: head/x11-clocks/ktimer/distinfo =================================================================== --- head/x11-clocks/ktimer/distinfo (revision 318451) +++ head/x11-clocks/ktimer/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/ktimer-4.10.1.tar.xz) = 9f1fa2e1038d7fa00df70e4479ce13866cb394e0017b3372fb7b33eb6c95d311 -SIZE (KDE/4.10.1/ktimer-4.10.1.tar.xz) = 150864 +SHA256 (KDE/4.10.3/ktimer-4.10.3.tar.xz) = 9e2cef78376f89a586976e7d36d99f2186e69a064afc51b882707520b1fccb52 +SIZE (KDE/4.10.3/ktimer-4.10.3.tar.xz) = 150764 Index: head/x11-themes/kde4-base-artwork/distinfo =================================================================== --- head/x11-themes/kde4-base-artwork/distinfo (revision 318451) +++ head/x11-themes/kde4-base-artwork/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/kde-base-artwork-4.10.1.tar.xz) = 963881af14e0f680598eb40f4320cadc498885bb682e5d4f243d8aa71a969afb -SIZE (KDE/4.10.1/kde-base-artwork-4.10.1.tar.xz) = 7421692 +SHA256 (KDE/4.10.3/kde-base-artwork-4.10.3.tar.xz) = 015b50d6513e15362a5de4de42e9aa6478edccccce55c1d932e9b2fe6c8def8b +SIZE (KDE/4.10.3/kde-base-artwork-4.10.3.tar.xz) = 7422808 Index: head/x11-themes/kde4-icons-oxygen/distinfo =================================================================== --- head/x11-themes/kde4-icons-oxygen/distinfo (revision 318451) +++ head/x11-themes/kde4-icons-oxygen/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/oxygen-icons-4.10.1.tar.xz) = dbcc4d8dabcda38821cffdf472c3f769b040739d288dec4706a901afe47cfbfd -SIZE (KDE/4.10.1/oxygen-icons-4.10.1.tar.xz) = 277511580 +SHA256 (KDE/4.10.3/oxygen-icons-4.10.3.tar.xz) = 31c83789d552cedca4f4c3b2dceeb7ebd068bbdead1a5239f787f52641604af3 +SIZE (KDE/4.10.3/oxygen-icons-4.10.3.tar.xz) = 289505060 Index: head/x11-themes/kde4-wallpapers/distinfo =================================================================== --- head/x11-themes/kde4-wallpapers/distinfo (revision 318451) +++ head/x11-themes/kde4-wallpapers/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/kde-wallpapers-4.10.1.tar.xz) = 3c9e14ee6167b479cf5dc51cd5ef1359e960820d16012665e050aeb254d8ac72 -SIZE (KDE/4.10.1/kde-wallpapers-4.10.1.tar.xz) = 90659388 +SHA256 (KDE/4.10.3/kde-wallpapers-4.10.3.tar.xz) = b357799ffe560986ab536eca2c26f5432e9e141edb46035f1b8656ff67a560c6 +SIZE (KDE/4.10.3/kde-wallpapers-4.10.3.tar.xz) = 90654320 Index: head/x11-themes/kdeartwork4/distinfo =================================================================== --- head/x11-themes/kdeartwork4/distinfo (revision 318451) +++ head/x11-themes/kdeartwork4/distinfo (revision 318452) @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.1/kdeartwork-4.10.1.tar.xz) = e3e2849e325c696d11a85b1c735004f4fd1bddfb81f596e71197ade9e13e82aa -SIZE (KDE/4.10.1/kdeartwork-4.10.1.tar.xz) = 143475160 +SHA256 (KDE/4.10.3/kdeartwork-4.10.3.tar.xz) = 1f2da1d32666bf0aaf150b36aefce58f6ccb20866254b1c0b9f816e87fbb9e61 +SIZE (KDE/4.10.3/kdeartwork-4.10.3.tar.xz) = 143801028