From fbd34e5e6d82b868689a0e4a3e429be535499410 Mon Sep 17 00:00:00 2001 From: pkgsrc fixup Date: Sun, 14 Apr 2013 07:18:04 -0700 Subject: [PATCH] Fixup fromcvs/togit conversion --- devel/Makefile | 3 +- devel/p5-App-Prove-Plugin-ProgressBar/DESCR | 4 + devel/p5-App-Prove-Plugin-ProgressBar/Makefile | 26 +++ devel/p5-App-Prove-Plugin-ProgressBar/distinfo | 5 + doc/CHANGES-2013 | 8 +- games/uqm/Makefile | 9 +- multimedia/vlc2/Makefile | 3 +- multimedia/vlc2/options.mk | 17 +- x11/kde4-l10n-ga/PLIST | 81 +++++---- x11/kde4-l10n-ga/distinfo | 8 +- x11/kde4-l10n-gl/PLIST | 222 ++++++++++++++++++++++--- x11/kde4-l10n-gl/distinfo | 8 +- x11/kde4-l10n-he/PLIST | 31 ++-- x11/kde4-l10n-he/distinfo | 8 +- x11/kde4-l10n-hr/PLIST | 22 +-- x11/kde4-l10n-hr/distinfo | 8 +- x11/kde4-l10n-hu/PLIST | 97 +++++++---- x11/kde4-l10n-hu/distinfo | 8 +- 18 files changed, 421 insertions(+), 147 deletions(-) create mode 100644 devel/p5-App-Prove-Plugin-ProgressBar/DESCR create mode 100644 devel/p5-App-Prove-Plugin-ProgressBar/Makefile create mode 100644 devel/p5-App-Prove-Plugin-ProgressBar/distinfo diff --git a/devel/Makefile b/devel/Makefile index 53c87e3af2d..54f0e8a95f5 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1727 2013/04/12 14:37:34 schmonz Exp $ +# $NetBSD: Makefile,v 1.1728 2013/04/12 14:38:33 schmonz Exp $ # COMMENT= Development utilities @@ -527,6 +527,7 @@ SUBDIR+= p5-App-CLI SUBDIR+= p5-App-Cache SUBDIR+= p5-App-Cmd SUBDIR+= p5-App-FatPacker +SUBDIR+= p5-App-Prove-Plugin-ProgressBar SUBDIR+= p5-App-cpanminus SUBDIR+= p5-App-cpanoutdated SUBDIR+= p5-App-perlbrew diff --git a/devel/p5-App-Prove-Plugin-ProgressBar/DESCR b/devel/p5-App-Prove-Plugin-ProgressBar/DESCR new file mode 100644 index 00000000000..63d93ff3e60 --- /dev/null +++ b/devel/p5-App-Prove-Plugin-ProgressBar/DESCR @@ -0,0 +1,4 @@ +App::Prove::Plugin::ProgressBar::Formatter is a progress bar for +Perl's prove(1). Use it like so: + +$ prove -PProgressBar t/ diff --git a/devel/p5-App-Prove-Plugin-ProgressBar/Makefile b/devel/p5-App-Prove-Plugin-ProgressBar/Makefile new file mode 100644 index 00000000000..d1cdf8acdbf --- /dev/null +++ b/devel/p5-App-Prove-Plugin-ProgressBar/Makefile @@ -0,0 +1,26 @@ +# $NetBSD$ + +GIT_COMMIT= dd51ac5 + +DISTNAME= ${GIT_COMMIT} +PKGNAME= p5-App-Prove-Plugin-ProgressBar-0.01 +CATEGORIES= devel perl5 +MASTER_SITES= -http://nodeload.github.com/Ovid/App-Prove-Plugin-ProgressBar/tar.gz/${GIT_COMMIT} + +MAINTAINER= schmonz@NetBSD.org +HOMEPAGE= http://github.com/Ovid/App-Prove-Plugin-ProgressBar/ +COMMENT= Progress bar for Perl prove(1) +LICENSE= ${PERL5_LICENSE} + +WRKSRC= ${WRKDIR}/App-Prove-Plugin-ProgressBar-${GIT_COMMIT} + +DEPENDS+= p5-Modern-Perl-[0-9]*:../../devel/p5-Modern-Perl +DEPENDS+= p5-Term-ProgressBar>=2.09:../../devel/p5-Term-ProgressBar + +USE_LANGUAGES= # empty +USE_TOOLS+= perl +PERL5_PACKLIST= auto/App/Prove/Plugin/ProgressBar/.packlist +PERL5_MODULE_TYPE=Module::Build + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-App-Prove-Plugin-ProgressBar/distinfo b/devel/p5-App-Prove-Plugin-ProgressBar/distinfo new file mode 100644 index 00000000000..dbd328557e6 --- /dev/null +++ b/devel/p5-App-Prove-Plugin-ProgressBar/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.6 2011/08/16 21:11:30 wiz Exp $ + +SHA1 (dd51ac5.tar.gz) = 02c4cb8c9781eaec70ec54a3e63cefc422e6f45a +RMD160 (dd51ac5.tar.gz) = b0730c68d7fa9b11648e5840611e3ddb1f9b71d2 +Size (dd51ac5.tar.gz) = 2335 bytes diff --git a/doc/CHANGES-2013 b/doc/CHANGES-2013 index 0ac4c013961..3d17c917948 100644 --- a/doc/CHANGES-2013 +++ b/doc/CHANGES-2013 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2013,v 1.1374 2013/04/14 02:47:58 rodent Exp $ +$NetBSD: CHANGES-2013,v 1.1376 2013/04/14 05:13:57 markd Exp $ Changes to the packages collection and infrastructure in 2013: @@ -2157,3 +2157,9 @@ Changes to the packages collection and infrastructure in 2013: Added x11/kde4-l10n-hi version 4.10.2 [rodent 2013-04-14] Updated x11/kde4-l10n-it to 4.10.2 [rodent 2013-04-14] Added x11/kde4-l10n-sv version 4.10.2 [rodent 2013-04-14] + Updated x11/kde4-l10n-ga to 4.10.2 [markd 2013-04-14] + Updated x11/kde4-l10n-gl to 4.10.2 [markd 2013-04-14] + Updated x11/kde4-l10n-he to 4.10.2 [markd 2013-04-14] + Updated x11/kde4-l10n-hr to 4.10.2 [markd 2013-04-14] + Updated x11/kde4-l10n-hu to 4.10.2 [markd 2013-04-14] + Added devel/p5-App-Prove-Plugin-ProgressBar version 0.01 [schmonz 2013-04-14] diff --git a/games/uqm/Makefile b/games/uqm/Makefile index c67a60b66c1..767a9c183bd 100644 --- a/games/uqm/Makefile +++ b/games/uqm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD$ +# $NetBSD: Makefile,v 1.1 2013/01/05 22:19:19 wiz Exp $ # DISTNAME= uqm-0.7.0-source @@ -49,13 +49,14 @@ SUBST_SED.config+= -e 's;/usr/local/games;${PREFIX};' INSTALLATION_DIRS= bin lib/uqm share/uqm/content/packages share/doc/uqm do-configure: - cd ${WRKSRC} && ./build.sh uqm config + cd ${WRKSRC} && ${SH} ./build.sh uqm config do-build: - cd ${WRKSRC} && ./build.sh uqm reprocess_config && ./build.sh uqm + cd ${WRKSRC} && ${SH} ./build.sh uqm reprocess_config && \ + ${SH} ./build.sh uqm do-install: - cd ${WRKSRC} && env DESTDIR=${DESTDIR} ./build.sh uqm install + cd ${WRKSRC} && env DESTDIR=${DESTDIR} ${SH} ./build.sh uqm install ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/uqm-0.7.0-content.uqm \ ${DESTDIR}${PREFIX}/share/uqm/content/packages ${INSTALL_DATA} ${WRKSRC}/doc/users/manual.txt \ diff --git a/multimedia/vlc2/Makefile b/multimedia/vlc2/Makefile index b99bf81be27..e7a3f81a44a 100644 --- a/multimedia/vlc2/Makefile +++ b/multimedia/vlc2/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.26 2013/03/18 09:18:16 sbd Exp $ +# $NetBSD: Makefile,v 1.27 2013/04/12 13:40:47 drochner Exp $ # DISTNAME= vlc-${VLC_VERSION} +PKGREVISION= 1 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=vlc/} \ http://download.videolan.org/pub/videolan/vlc/${VLC_VERSION}/ diff --git a/multimedia/vlc2/options.mk b/multimedia/vlc2/options.mk index 2c6a01ae769..da793f33acd 100644 --- a/multimedia/vlc2/options.mk +++ b/multimedia/vlc2/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.3 2012/07/24 18:40:42 drochner Exp $ +# $NetBSD: options.mk,v 1.4 2013/04/12 13:40:47 drochner Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.vlc PKG_SUPPORTED_OPTIONS= debug faad skins sdl pulseaudio x11 @@ -7,6 +7,13 @@ PKG_SUPPORTED_OPTIONS+= gnome dts rtsp #PKG_SUPPORTED_OPTIONS+= dbus PKG_SUGGESTED_OPTIONS= x11 rtsp +### Add VAAPI if it is available +.include "../../multimedia/libva/available.mk" +.if ${VAAPI_AVAILABLE} == "yes" +PKG_SUPPORTED_OPTIONS+= vaapi +PKG_SUGGESTED_OPTIONS+= vaapi +.endif + .include "../../mk/bsd.options.mk" PLIST_VARS+= ${PKG_SUPPORTED_OPTIONS} @@ -149,3 +156,11 @@ BUILDLINK_API_DEPENDS.liblive+= liblive>=20111223 .else CONFIGURE_ARGS+= --disable-live555 .endif + +## VAAPI support +.if !empty(PKG_OPTIONS:Mvaapi) +CONFIGURE_ARGS+= --enable-libva +.include "../../multimedia/libva/buildlink3.mk" +.else +CONFIGURE_ARGS+= --disable-libva +.endif diff --git a/x11/kde4-l10n-ga/PLIST b/x11/kde4-l10n-ga/PLIST index 434aa03529c..3a363d38c13 100644 --- a/x11/kde4-l10n-ga/PLIST +++ b/x11/kde4-l10n-ga/PLIST @@ -39,12 +39,18 @@ 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 @@ -57,11 +63,12 @@ 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_nepomukfeeder.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 @@ -114,6 +121,7 @@ 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 @@ -128,6 +136,7 @@ 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 @@ -135,6 +144,7 @@ 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 @@ -143,7 +153,6 @@ 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/kateexternaltoolsplugin.mo share/locale/ga/LC_MESSAGES/katefilebrowserplugin.mo share/locale/ga/LC_MESSAGES/katefiletemplates.mo share/locale/ga/LC_MESSAGES/kategdbplugin.mo @@ -152,9 +161,10 @@ 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/katequickdocumentswitcherplugin.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 @@ -176,6 +186,8 @@ 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 @@ -193,7 +205,6 @@ 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_phononxine.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 @@ -247,7 +258,6 @@ 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/kcmxinerama.mo share/locale/ga/LC_MESSAGES/kcolorchooser.mo share/locale/ga/LC_MESSAGES/kcron.mo share/locale/ga/LC_MESSAGES/kde-menu.mo @@ -270,24 +280,16 @@ 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_avi.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_flac.mo share/locale/ga/LC_MESSAGES/kfile_kig.mo share/locale/ga/LC_MESSAGES/kfile_mail.mo -share/locale/ga/LC_MESSAGES/kfile_mp3.mo -share/locale/ga/LC_MESSAGES/kfile_mpc.mo -share/locale/ga/LC_MESSAGES/kfile_ogg.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_sid.mo -share/locale/ga/LC_MESSAGES/kfile_theora.mo share/locale/ga/LC_MESSAGES/kfile_tiff.mo -share/locale/ga/LC_MESSAGES/kfile_wav.mo share/locale/ga/LC_MESSAGES/kfile_xps.mo share/locale/ga/LC_MESSAGES/kfileaudiopreview4.mo share/locale/ga/LC_MESSAGES/kfilereplace.mo @@ -320,6 +322,7 @@ 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 @@ -341,18 +344,21 @@ 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 @@ -388,10 +394,12 @@ 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 @@ -420,12 +428,9 @@ 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/ksecrets_kio.mo -share/locale/ga/LC_MESSAGES/ksecrets_ksecrets.mo -share/locale/ga/LC_MESSAGES/ksecretsservice_api.mo -share/locale/ga/LC_MESSAGES/ksecretsserviced.mo -share/locale/ga/LC_MESSAGES/ksecretsync.mo share/locale/ga/LC_MESSAGES/ksendemail.mo share/locale/ga/LC_MESSAGES/kshellcmdplugin.mo share/locale/ga/LC_MESSAGES/kshisen.mo @@ -447,7 +452,6 @@ 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/kte_acomment.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 @@ -455,7 +459,9 @@ 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 @@ -475,7 +481,6 @@ 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/kwl2kss.mo share/locale/ga/LC_MESSAGES/kwordquiz.mo share/locale/ga/LC_MESSAGES/kwrite.mo share/locale/ga/LC_MESSAGES/kwriteconfig.mo @@ -503,6 +508,7 @@ 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 @@ -523,6 +529,7 @@ 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 @@ -531,20 +538,21 @@ 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/librtm.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/mailfilteragent.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 @@ -554,12 +562,14 @@ 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 @@ -582,12 +592,17 @@ 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 @@ -637,12 +652,13 @@ 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_notifications.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 @@ -650,6 +666,7 @@ 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 @@ -658,7 +675,6 @@ 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_showactivitymanager.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 @@ -686,6 +702,7 @@ 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 @@ -693,6 +710,8 @@ 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 @@ -710,6 +729,7 @@ 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 @@ -726,6 +746,7 @@ 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 @@ -736,37 +757,35 @@ 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/plasmaengineexplorer.mo share/locale/ga/LC_MESSAGES/plasmagenericshell.mo share/locale/ga/LC_MESSAGES/plasmapkg.mo -share/locale/ga/LC_MESSAGES/plasmawallpaperviewer.mo -share/locale/ga/LC_MESSAGES/plasmoidviewer.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/printer-applet.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/remote-widgets-browser.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/spy.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/system-config-printer-kde.mo share/locale/ga/LC_MESSAGES/systemsettings.mo share/locale/ga/LC_MESSAGES/tasks-mobile.mo share/locale/ga/LC_MESSAGES/timezones4.mo diff --git a/x11/kde4-l10n-ga/distinfo b/x11/kde4-l10n-ga/distinfo index 9d91a3fab71..6eebf6b3958 100644 --- a/x11/kde4-l10n-ga/distinfo +++ b/x11/kde4-l10n-ga/distinfo @@ -1,5 +1,5 @@ -$NetBSD$ +$NetBSD: distinfo,v 1.1 2013/04/02 00:41:13 rodent Exp $ -SHA1 (kde-l10n-ga-4.8.4.tar.xz) = 21323136a8f7c09860a3a763e59e5eb2fae63359 -RMD160 (kde-l10n-ga-4.8.4.tar.xz) = 654a314b779698f623d7987c065cfd920d6776f4 -Size (kde-l10n-ga-4.8.4.tar.xz) = 2895064 bytes +SHA1 (kde-l10n-ga-4.10.2.tar.xz) = f843d307eb5d12aab783e620d67ab4870e5582ff +RMD160 (kde-l10n-ga-4.10.2.tar.xz) = 2848ff472c4d7e7b3adf49d636465081e9da044a +Size (kde-l10n-ga-4.10.2.tar.xz) = 2884072 bytes diff --git a/x11/kde4-l10n-gl/PLIST b/x11/kde4-l10n-gl/PLIST index bddaa3d022d..d3ca01c60ed 100644 --- a/x11/kde4-l10n-gl/PLIST +++ b/x11/kde4-l10n-gl/PLIST @@ -1,5 +1,6 @@ @comment $NetBSD$ man/gl/man1/adddebug.1 +man/gl/man1/ark.1 man/gl/man1/cheatmake.1 man/gl/man1/checkXML.1 man/gl/man1/create_cvsignore.1 @@ -18,7 +19,10 @@ man/gl/man1/kbruch.1 man/gl/man1/kconfig_compiler.1 man/gl/man1/kde4-config.1 man/gl/man1/kig.1 +man/gl/man1/kjs.1 +man/gl/man1/kjscmd.1 man/gl/man1/kmplot.1 +man/gl/man1/kross.1 man/gl/man1/ktouch.1 man/gl/man1/makekdewidgets.1 man/gl/man1/po2xml.1 @@ -34,9 +38,18 @@ man/gl/man1/zonetab2pot.py.1 man/gl/man6/khangman.6 man/gl/man7/kdeoptions.7 man/gl/man7/qtoptions.7 +man/gl/man8/kbuildsycoca4.8 +man/gl/man8/kcookiejar4.8 +man/gl/man8/kded4.8 +man/gl/man8/kdeinit4.8 +man/gl/man8/meinproc4.8 share/doc/kde/HTML/gl/akregator/common share/doc/kde/HTML/gl/akregator/index.cache.bz2 share/doc/kde/HTML/gl/akregator/index.docbook +share/doc/kde/HTML/gl/ark/common +share/doc/kde/HTML/gl/ark/index.cache.bz2 +share/doc/kde/HTML/gl/ark/index.docbook +share/doc/kde/HTML/gl/ark/man-ark.1.docbook share/doc/kde/HTML/gl/blinken/common share/doc/kde/HTML/gl/blinken/index.cache.bz2 share/doc/kde/HTML/gl/blinken/index.docbook @@ -49,6 +62,9 @@ share/doc/kde/HTML/gl/bovo/index.docbook share/doc/kde/HTML/gl/cantor/common share/doc/kde/HTML/gl/cantor/index.cache.bz2 share/doc/kde/HTML/gl/cantor/index.docbook +share/doc/kde/HTML/gl/cervisia/common +share/doc/kde/HTML/gl/cervisia/index.cache.bz2 +share/doc/kde/HTML/gl/cervisia/index.docbook share/doc/kde/HTML/gl/common/fdl-translated.html share/doc/kde/HTML/gl/common/gpl-translated.html share/doc/kde/HTML/gl/common/kde-localised.css @@ -60,7 +76,12 @@ share/doc/kde/HTML/gl/gwenview/interface.docbook share/doc/kde/HTML/gl/gwenview/introduction.docbook share/doc/kde/HTML/gl/gwenview/keybindings.docbook share/doc/kde/HTML/gl/gwenview/mouse.docbook -share/doc/kde/HTML/gl/kalgebra/commands.docbook +share/doc/kde/HTML/gl/kajongg/common +share/doc/kde/HTML/gl/kajongg/index.cache.bz2 +share/doc/kde/HTML/gl/kajongg/index.docbook +share/doc/kde/HTML/gl/kalarm/common +share/doc/kde/HTML/gl/kalarm/index.cache.bz2 +share/doc/kde/HTML/gl/kalarm/index.docbook share/doc/kde/HTML/gl/kalgebra/common share/doc/kde/HTML/gl/kalgebra/index.cache.bz2 share/doc/kde/HTML/gl/kalgebra/index.docbook @@ -71,6 +92,12 @@ share/doc/kde/HTML/gl/kalzium/man-kalzium.1.docbook share/doc/kde/HTML/gl/kanagram/common share/doc/kde/HTML/gl/kanagram/index.cache.bz2 share/doc/kde/HTML/gl/kanagram/index.docbook +share/doc/kde/HTML/gl/kbattleship/common +share/doc/kde/HTML/gl/kbattleship/index.cache.bz2 +share/doc/kde/HTML/gl/kbattleship/index.docbook +share/doc/kde/HTML/gl/kblocks/common +share/doc/kde/HTML/gl/kblocks/index.cache.bz2 +share/doc/kde/HTML/gl/kblocks/index.docbook share/doc/kde/HTML/gl/kbruch/common share/doc/kde/HTML/gl/kbruch/index.cache.bz2 share/doc/kde/HTML/gl/kbruch/index.docbook @@ -78,15 +105,34 @@ share/doc/kde/HTML/gl/kbruch/man-kbruch.1.docbook share/doc/kde/HTML/gl/kcachegrind/common share/doc/kde/HTML/gl/kcachegrind/index.cache.bz2 share/doc/kde/HTML/gl/kcachegrind/index.docbook +share/doc/kde/HTML/gl/kcalc/commands.docbook +share/doc/kde/HTML/gl/kcalc/common +share/doc/kde/HTML/gl/kcalc/index.cache.bz2 +share/doc/kde/HTML/gl/kcalc/index.docbook +share/doc/kde/HTML/gl/kcharselect/common +share/doc/kde/HTML/gl/kcharselect/index.cache.bz2 +share/doc/kde/HTML/gl/kcharselect/index.docbook share/doc/kde/HTML/gl/kcontrol/kamera/common share/doc/kde/HTML/gl/kcontrol/kamera/index.cache.bz2 share/doc/kde/HTML/gl/kcontrol/kamera/index.docbook share/doc/kde/HTML/gl/kcontrol/keyboard/common share/doc/kde/HTML/gl/kcontrol/keyboard/index.cache.bz2 share/doc/kde/HTML/gl/kcontrol/keyboard/index.docbook +share/doc/kde/HTML/gl/kdf/common +share/doc/kde/HTML/gl/kdf/index.cache.bz2 +share/doc/kde/HTML/gl/kdf/index.docbook +share/doc/kde/HTML/gl/kfloppy/common +share/doc/kde/HTML/gl/kfloppy/index.cache.bz2 +share/doc/kde/HTML/gl/kfloppy/index.docbook share/doc/kde/HTML/gl/kgeography/common share/doc/kde/HTML/gl/kgeography/index.cache.bz2 share/doc/kde/HTML/gl/kgeography/index.docbook +share/doc/kde/HTML/gl/kgoldrunner/common +share/doc/kde/HTML/gl/kgoldrunner/index.cache.bz2 +share/doc/kde/HTML/gl/kgoldrunner/index.docbook +share/doc/kde/HTML/gl/kgpg/common +share/doc/kde/HTML/gl/kgpg/index.cache.bz2 +share/doc/kde/HTML/gl/kgpg/index.docbook share/doc/kde/HTML/gl/khangman/common share/doc/kde/HTML/gl/khangman/index.cache.bz2 share/doc/kde/HTML/gl/khangman/index.docbook @@ -157,6 +203,12 @@ share/doc/kde/HTML/gl/kioslave/thumbnail/index.docbook share/doc/kde/HTML/gl/kiten/common share/doc/kde/HTML/gl/kiten/index.cache.bz2 share/doc/kde/HTML/gl/kiten/index.docbook +share/doc/kde/HTML/gl/kjots/common +share/doc/kde/HTML/gl/kjots/index.cache.bz2 +share/doc/kde/HTML/gl/kjots/index.docbook +share/doc/kde/HTML/gl/kleopatra/common +share/doc/kde/HTML/gl/kleopatra/index.cache.bz2 +share/doc/kde/HTML/gl/kleopatra/index.docbook share/doc/kde/HTML/gl/klettres/common share/doc/kde/HTML/gl/klettres/index.cache.bz2 share/doc/kde/HTML/gl/klettres/index.docbook @@ -171,9 +223,49 @@ share/doc/kde/HTML/gl/kmail/index.docbook share/doc/kde/HTML/gl/kmail/intro.docbook share/doc/kde/HTML/gl/kmail/menus.docbook share/doc/kde/HTML/gl/kmail/using-kmail.docbook +share/doc/kde/HTML/gl/kmines/common +share/doc/kde/HTML/gl/kmines/index.cache.bz2 +share/doc/kde/HTML/gl/kmines/index.docbook +share/doc/kde/HTML/gl/kmplot/commands.docbook +share/doc/kde/HTML/gl/kmplot/common +share/doc/kde/HTML/gl/kmplot/configuration.docbook +share/doc/kde/HTML/gl/kmplot/credits.docbook +share/doc/kde/HTML/gl/kmplot/dcop.docbook +share/doc/kde/HTML/gl/kmplot/developer.docbook +share/doc/kde/HTML/gl/kmplot/firststeps.docbook +share/doc/kde/HTML/gl/kmplot/index.cache.bz2 +share/doc/kde/HTML/gl/kmplot/index.docbook +share/doc/kde/HTML/gl/kmplot/install.docbook +share/doc/kde/HTML/gl/kmplot/introduction.docbook +share/doc/kde/HTML/gl/kmplot/man-kmplot.1.docbook +share/doc/kde/HTML/gl/kmplot/reference.docbook +share/doc/kde/HTML/gl/kmplot/using.docbook +share/doc/kde/HTML/gl/knode/commands.docbook +share/doc/kde/HTML/gl/knode/common +share/doc/kde/HTML/gl/knode/credits.docbook +share/doc/kde/HTML/gl/knode/faq.docbook +share/doc/kde/HTML/gl/knode/gloss.docbook +share/doc/kde/HTML/gl/knode/index.cache.bz2 +share/doc/kde/HTML/gl/knode/index.docbook +share/doc/kde/HTML/gl/knode/install.docbook +share/doc/kde/HTML/gl/knode/introduction.docbook +share/doc/kde/HTML/gl/knode/journey.docbook +share/doc/kde/HTML/gl/knode/more.docbook +share/doc/kde/HTML/gl/knode/using-firststart.docbook +share/doc/kde/HTML/gl/knode/using-morefeatures.docbook +share/doc/kde/HTML/gl/knode/using-subscribing.docbook +share/doc/kde/HTML/gl/knotes/common +share/doc/kde/HTML/gl/knotes/index.cache.bz2 +share/doc/kde/HTML/gl/knotes/index.docbook share/doc/kde/HTML/gl/kolourpaint/common share/doc/kde/HTML/gl/kolourpaint/index.cache.bz2 share/doc/kde/HTML/gl/kolourpaint/index.docbook +share/doc/kde/HTML/gl/konquest/common +share/doc/kde/HTML/gl/konquest/index.cache.bz2 +share/doc/kde/HTML/gl/konquest/index.docbook +share/doc/kde/HTML/gl/konsolekalendar/common +share/doc/kde/HTML/gl/konsolekalendar/index.cache.bz2 +share/doc/kde/HTML/gl/konsolekalendar/index.docbook share/doc/kde/HTML/gl/kruler/common share/doc/kde/HTML/gl/kruler/index.cache.bz2 share/doc/kde/HTML/gl/kruler/index.docbook @@ -245,16 +337,28 @@ share/doc/kde/HTML/gl/kstars/tools.docbook share/doc/kde/HTML/gl/kstars/utime.docbook share/doc/kde/HTML/gl/kstars/wut.docbook share/doc/kde/HTML/gl/kstars/zenith.docbook +share/doc/kde/HTML/gl/ksudoku/common +share/doc/kde/HTML/gl/ksudoku/index.cache.bz2 +share/doc/kde/HTML/gl/ksudoku/index.docbook +share/doc/kde/HTML/gl/ktimer/common +share/doc/kde/HTML/gl/ktimer/index.cache.bz2 +share/doc/kde/HTML/gl/ktimer/index.docbook share/doc/kde/HTML/gl/ktouch/common share/doc/kde/HTML/gl/ktouch/index.cache.bz2 share/doc/kde/HTML/gl/ktouch/index.docbook share/doc/kde/HTML/gl/ktouch/man-ktouch.1.docbook +share/doc/kde/HTML/gl/kwallet/common +share/doc/kde/HTML/gl/kwallet/index.cache.bz2 +share/doc/kde/HTML/gl/kwallet/index.docbook share/doc/kde/HTML/gl/kwordquiz/common share/doc/kde/HTML/gl/kwordquiz/index.cache.bz2 share/doc/kde/HTML/gl/kwordquiz/index.docbook share/doc/kde/HTML/gl/lokalize/common share/doc/kde/HTML/gl/lokalize/index.cache.bz2 share/doc/kde/HTML/gl/lokalize/index.docbook +share/doc/kde/HTML/gl/marble/common +share/doc/kde/HTML/gl/marble/index.cache.bz2 +share/doc/kde/HTML/gl/marble/index.docbook share/doc/kde/HTML/gl/okular/common share/doc/kde/HTML/gl/okular/index.cache.bz2 share/doc/kde/HTML/gl/okular/index.docbook @@ -282,6 +386,7 @@ share/doc/kde/HTML/gl/umbrello/introduction.docbook share/doc/kde/HTML/gl/umbrello/other_features.docbook share/doc/kde/HTML/gl/umbrello/uml_basics.docbook share/doc/kde/HTML/gl/umbrello/working_with_umbrello.docbook +share/kde/apps/khangman/gl.txt share/kde/apps/ktuberling/sounds/gl.soundtheme share/kde/apps/ktuberling/sounds/gl/ball.ogg share/kde/apps/ktuberling/sounds/gl/bow.ogg @@ -357,10 +462,13 @@ share/kde/apps/ktuberling/sounds/gl/umbrella.ogg share/kde/apps/kvtml/gl/animals.kvtml share/kde/apps/kvtml/gl/capitaisdomundo.kvtml share/kde/apps/kvtml/gl/deportes.kvtml +share/kde/apps/kvtml/gl/easy.kvtml share/kde/apps/kvtml/gl/espazo.kvtml share/kde/apps/kvtml/gl/froita.kvtml +share/kde/apps/kvtml/gl/hard.kvtml share/kde/apps/kvtml/gl/informatica.kvtml share/kde/apps/kvtml/gl/invencions.kvtml +share/kde/apps/kvtml/gl/medium.kvtml share/kde/apps/kvtml/gl/moedas.kvtml share/kde/apps/kvtml/gl/obxectos.kvtml share/kde/apps/kvtml/gl/profesions.kvtml @@ -369,30 +477,42 @@ share/kde/apps/kvtml/gl/transporte.kvtml share/kde/apps/kvtml/gl/verduras.kvtml share/kde/apps/kvtml/gl/xente.kvtml 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 @@ -400,9 +520,11 @@ 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 @@ -432,6 +554,10 @@ 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 @@ -439,6 +565,7 @@ 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 @@ -451,7 +578,9 @@ 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 @@ -459,6 +588,7 @@ 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 @@ -467,18 +597,22 @@ 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/kateexternaltoolsplugin.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/katequickdocumentswitcherplugin.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 @@ -496,6 +630,8 @@ 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 @@ -513,8 +649,8 @@ 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_phononxine.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 @@ -566,7 +702,6 @@ 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/kcmxinerama.mo share/locale/gl/LC_MESSAGES/kcolorchooser.mo share/locale/gl/LC_MESSAGES/kcron.mo share/locale/gl/LC_MESSAGES/kde-menu.mo @@ -576,6 +711,7 @@ 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 @@ -588,24 +724,16 @@ 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_avi.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_flac.mo share/locale/gl/LC_MESSAGES/kfile_kig.mo share/locale/gl/LC_MESSAGES/kfile_mail.mo -share/locale/gl/LC_MESSAGES/kfile_mp3.mo -share/locale/gl/LC_MESSAGES/kfile_mpc.mo -share/locale/gl/LC_MESSAGES/kfile_ogg.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_sid.mo -share/locale/gl/LC_MESSAGES/kfile_theora.mo share/locale/gl/LC_MESSAGES/kfile_tiff.mo -share/locale/gl/LC_MESSAGES/kfile_wav.mo share/locale/gl/LC_MESSAGES/kfile_xps.mo share/locale/gl/LC_MESSAGES/kfileaudiopreview4.mo share/locale/gl/LC_MESSAGES/kfilereplace.mo @@ -638,6 +766,7 @@ 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 @@ -659,18 +788,21 @@ 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 @@ -706,10 +838,12 @@ 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 @@ -723,9 +857,11 @@ 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 @@ -736,8 +872,11 @@ 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 @@ -765,7 +904,9 @@ 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 @@ -812,6 +953,7 @@ 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 @@ -821,6 +963,7 @@ 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 @@ -829,27 +972,33 @@ 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/librtm.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/mailfilteragent.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 @@ -858,14 +1007,19 @@ 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 @@ -884,12 +1038,17 @@ 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 @@ -901,6 +1060,7 @@ 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 @@ -914,11 +1074,14 @@ 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 @@ -935,11 +1098,13 @@ 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_notifications.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 @@ -947,6 +1112,7 @@ 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 @@ -955,7 +1121,6 @@ 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_showactivitymanager.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 @@ -970,6 +1135,7 @@ 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 @@ -978,9 +1144,11 @@ 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 @@ -988,7 +1156,10 @@ 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 @@ -996,6 +1167,7 @@ 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 @@ -1003,8 +1175,10 @@ 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 @@ -1018,6 +1192,7 @@ 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 @@ -1026,38 +1201,37 @@ 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/plasmaengineexplorer.mo share/locale/gl/LC_MESSAGES/plasmagenericshell.mo share/locale/gl/LC_MESSAGES/plasmapkg.mo -share/locale/gl/LC_MESSAGES/plasmawallpaperviewer.mo -share/locale/gl/LC_MESSAGES/plasmoidviewer.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/printer-applet.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/remote-widgets-browser.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/spy.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/system-config-printer-kde.mo share/locale/gl/LC_MESSAGES/systemsettings.mo share/locale/gl/LC_MESSAGES/tasks-mobile.mo share/locale/gl/LC_MESSAGES/timezones4.mo diff --git a/x11/kde4-l10n-gl/distinfo b/x11/kde4-l10n-gl/distinfo index daf18f1771d..c398b620bbf 100644 --- a/x11/kde4-l10n-gl/distinfo +++ b/x11/kde4-l10n-gl/distinfo @@ -1,5 +1,5 @@ -$NetBSD$ +$NetBSD: distinfo,v 1.1 2013/04/02 00:44:05 rodent Exp $ -SHA1 (kde-l10n-gl-4.8.4.tar.xz) = 515b17d196e5869ca5aa35de89b314e438335985 -RMD160 (kde-l10n-gl-4.8.4.tar.xz) = 1693af2812a6561c53268313666e1d819c2b04b2 -Size (kde-l10n-gl-4.8.4.tar.xz) = 3748204 bytes +SHA1 (kde-l10n-gl-4.10.2.tar.xz) = 4c2693f40d43c4110622b003d9658063b61a1760 +RMD160 (kde-l10n-gl-4.10.2.tar.xz) = 76bdd713f636a4ae04076b6ec4c9926f6fca168b +Size (kde-l10n-gl-4.10.2.tar.xz) = 4280144 bytes diff --git a/x11/kde4-l10n-he/PLIST b/x11/kde4-l10n-he/PLIST index 213047ede0e..61b032215f8 100644 --- a/x11/kde4-l10n-he/PLIST +++ b/x11/kde4-l10n-he/PLIST @@ -57,6 +57,8 @@ share/kde/apps/klettres/he/syllab/ad-24.ogg share/kde/apps/klettres/he/syllab/ad-25.ogg share/kde/apps/klettres/he/syllab/ad-26.ogg 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 @@ -92,6 +94,7 @@ 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 @@ -113,12 +116,16 @@ 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 @@ -126,7 +133,6 @@ 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_phononxine.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 @@ -165,6 +171,7 @@ 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 @@ -177,7 +184,6 @@ 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/kcmxinerama.mo share/locale/he/LC_MESSAGES/kcolorchooser.mo share/locale/he/LC_MESSAGES/kcron.mo share/locale/he/LC_MESSAGES/kde-menu.mo @@ -195,23 +201,15 @@ 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_avi.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_flac.mo share/locale/he/LC_MESSAGES/kfile_kig.mo -share/locale/he/LC_MESSAGES/kfile_mp3.mo -share/locale/he/LC_MESSAGES/kfile_mpc.mo -share/locale/he/LC_MESSAGES/kfile_ogg.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_sid.mo -share/locale/he/LC_MESSAGES/kfile_theora.mo share/locale/he/LC_MESSAGES/kfile_tiff.mo -share/locale/he/LC_MESSAGES/kfile_wav.mo share/locale/he/LC_MESSAGES/kfile_xps.mo share/locale/he/LC_MESSAGES/kfileaudiopreview4.mo share/locale/he/LC_MESSAGES/kfileshare.mo @@ -238,6 +236,7 @@ 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 @@ -247,13 +246,16 @@ 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 @@ -294,6 +296,7 @@ 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 @@ -311,6 +314,8 @@ 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 @@ -363,8 +368,11 @@ 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 @@ -465,9 +473,7 @@ 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/plasmaengineexplorer.mo share/locale/he/LC_MESSAGES/plasmapkg.mo -share/locale/he/LC_MESSAGES/plasmoidviewer.mo share/locale/he/LC_MESSAGES/powerdevil.mo share/locale/he/LC_MESSAGES/processcore.mo share/locale/he/LC_MESSAGES/processui.mo @@ -476,6 +482,7 @@ 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 diff --git a/x11/kde4-l10n-he/distinfo b/x11/kde4-l10n-he/distinfo index e7296128d75..29c65b57555 100644 --- a/x11/kde4-l10n-he/distinfo +++ b/x11/kde4-l10n-he/distinfo @@ -1,5 +1,5 @@ -$NetBSD$ +$NetBSD: distinfo,v 1.1 2013/04/02 00:44:38 rodent Exp $ -SHA1 (kde-l10n-he-4.8.4.tar.xz) = 2c58d2a5da035adb0a1f8c13deab61729c2e800b -RMD160 (kde-l10n-he-4.8.4.tar.xz) = 89bff9c240d60cf5df1e0d2dcc2688589e19dfa3 -Size (kde-l10n-he-4.8.4.tar.xz) = 2164000 bytes +SHA1 (kde-l10n-he-4.10.2.tar.xz) = a82b82050def365a359dee9d945496261d69ec24 +RMD160 (kde-l10n-he-4.10.2.tar.xz) = 178cd6e627396195954faee8407c3b4ad471975b +Size (kde-l10n-he-4.10.2.tar.xz) = 2163172 bytes diff --git a/x11/kde4-l10n-hr/PLIST b/x11/kde4-l10n-hr/PLIST index 78b3c14e5e2..6ed83e88c83 100644 --- a/x11/kde4-l10n-hr/PLIST +++ b/x11/kde4-l10n-hr/PLIST @@ -90,7 +90,6 @@ 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_phononxine.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 @@ -143,7 +142,6 @@ 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/kcmxinerama.mo share/locale/hr/LC_MESSAGES/kcolorchooser.mo share/locale/hr/LC_MESSAGES/kcron.mo share/locale/hr/LC_MESSAGES/kde-menu.mo @@ -164,23 +162,15 @@ 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_avi.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_flac.mo share/locale/hr/LC_MESSAGES/kfile_kig.mo -share/locale/hr/LC_MESSAGES/kfile_mp3.mo -share/locale/hr/LC_MESSAGES/kfile_mpc.mo -share/locale/hr/LC_MESSAGES/kfile_ogg.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_sid.mo -share/locale/hr/LC_MESSAGES/kfile_theora.mo share/locale/hr/LC_MESSAGES/kfile_tiff.mo -share/locale/hr/LC_MESSAGES/kfile_wav.mo share/locale/hr/LC_MESSAGES/kfile_xps.mo share/locale/hr/LC_MESSAGES/kfileaudiopreview4.mo share/locale/hr/LC_MESSAGES/kfilereplace.mo @@ -366,6 +356,7 @@ 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 @@ -375,7 +366,6 @@ 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/librtm.mo share/locale/hr/LC_MESSAGES/libtaskmanager.mo share/locale/hr/LC_MESSAGES/lokalize.mo share/locale/hr/LC_MESSAGES/lskat.mo @@ -457,12 +447,12 @@ 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_notifications.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 @@ -552,34 +542,30 @@ 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/plasmaengineexplorer.mo share/locale/hr/LC_MESSAGES/plasmagenericshell.mo share/locale/hr/LC_MESSAGES/plasmapkg.mo -share/locale/hr/LC_MESSAGES/plasmawallpaperviewer.mo -share/locale/hr/LC_MESSAGES/plasmoidviewer.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/printer-applet.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/spy.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/system-config-printer-kde.mo share/locale/hr/LC_MESSAGES/systemsettings.mo share/locale/hr/LC_MESSAGES/timezones4.mo share/locale/hr/LC_MESSAGES/uachangerplugin.mo diff --git a/x11/kde4-l10n-hr/distinfo b/x11/kde4-l10n-hr/distinfo index fbc3362c347..c4a21f58ef0 100644 --- a/x11/kde4-l10n-hr/distinfo +++ b/x11/kde4-l10n-hr/distinfo @@ -1,5 +1,5 @@ -$NetBSD$ +$NetBSD: distinfo,v 1.1 2013/04/02 00:45:16 rodent Exp $ -SHA1 (kde-l10n-hr-4.8.4.tar.xz) = 2a94811713fadd9e97febbcdcc9d84e70bf2c63b -RMD160 (kde-l10n-hr-4.8.4.tar.xz) = 9f8c3a807bee26a86a1778061c3d221a5df2febf -Size (kde-l10n-hr-4.8.4.tar.xz) = 2065888 bytes +SHA1 (kde-l10n-hr-4.10.2.tar.xz) = dbeb1a14b2ea2d55a84f612e46a7fcb944ea2fe5 +RMD160 (kde-l10n-hr-4.10.2.tar.xz) = e35ae563317e55a7b925696952fbb5880184f3ab +Size (kde-l10n-hr-4.10.2.tar.xz) = 2053012 bytes diff --git a/x11/kde4-l10n-hu/PLIST b/x11/kde4-l10n-hu/PLIST index 5be80fc7cd5..5772fe072bc 100644 --- a/x11/kde4-l10n-hu/PLIST +++ b/x11/kde4-l10n-hu/PLIST @@ -42,6 +42,8 @@ share/doc/kde/HTML/hu/kioslave/telnet/index.docbook share/doc/kde/HTML/hu/kteatime/common share/doc/kde/HTML/hu/kteatime/index.cache.bz2 share/doc/kde/HTML/hu/kteatime/index.docbook +share/kde/apps/autocorrect/hu.xml +share/kde/apps/kanagram/hu.txt share/kde/apps/khangman/hu.txt share/kde/apps/klettres/hu/alpha/a1.ogg share/kde/apps/klettres/hu/alpha/a2.ogg @@ -127,9 +129,13 @@ share/kde/apps/klettres/hu/syllab/36-ven.ogg share/kde/apps/klettres/hu/syllab/37-zab.ogg share/kde/apps/klettres/hu/syllab/38-zsak.ogg share/kde/apps/kvtml/hu/animals.kvtml -share/kde/apps/kvtml/hu/easy.kvtml -share/kde/apps/kvtml/hu/hard.kvtml -share/kde/apps/kvtml/hu/medium.kvtml +share/kde/apps/kvtml/hu/clothing.kvtml +share/kde/apps/kvtml/hu/computers.kvtml +share/kde/apps/kvtml/hu/currencies.kvtml +share/kde/apps/kvtml/hu/fruits.kvtml +share/kde/apps/kvtml/hu/numbers.kvtml +share/kde/apps/kvtml/hu/transportation.kvtml +share/kde/apps/kvtml/hu/worldcapitals.kvtml share/locale/hu/LC_MESSAGES/accountwizard.mo share/locale/hu/LC_MESSAGES/accountwizard_ical.mo share/locale/hu/LC_MESSAGES/accountwizard_imap.mo @@ -137,12 +143,18 @@ 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 @@ -155,11 +167,12 @@ 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_nepomukfeeder.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 @@ -201,7 +214,9 @@ 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 @@ -210,6 +225,7 @@ 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 @@ -224,6 +240,7 @@ 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 @@ -231,6 +248,7 @@ 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 @@ -239,7 +257,6 @@ 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/kateexternaltoolsplugin.mo share/locale/hu/LC_MESSAGES/katefilebrowserplugin.mo share/locale/hu/LC_MESSAGES/katefiletemplates.mo share/locale/hu/LC_MESSAGES/kategdbplugin.mo @@ -248,9 +265,10 @@ 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/katequickdocumentswitcherplugin.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 @@ -272,6 +290,8 @@ 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 @@ -289,7 +309,6 @@ 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_phononxine.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 @@ -343,7 +362,6 @@ 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/kcmxinerama.mo share/locale/hu/LC_MESSAGES/kcolorchooser.mo share/locale/hu/LC_MESSAGES/kcron.mo share/locale/hu/LC_MESSAGES/kde-menu.mo @@ -366,24 +384,16 @@ 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_avi.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_flac.mo share/locale/hu/LC_MESSAGES/kfile_kig.mo share/locale/hu/LC_MESSAGES/kfile_mail.mo -share/locale/hu/LC_MESSAGES/kfile_mp3.mo -share/locale/hu/LC_MESSAGES/kfile_mpc.mo -share/locale/hu/LC_MESSAGES/kfile_ogg.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_sid.mo -share/locale/hu/LC_MESSAGES/kfile_theora.mo share/locale/hu/LC_MESSAGES/kfile_tiff.mo -share/locale/hu/LC_MESSAGES/kfile_wav.mo share/locale/hu/LC_MESSAGES/kfile_xps.mo share/locale/hu/LC_MESSAGES/kfileaudiopreview4.mo share/locale/hu/LC_MESSAGES/kfilereplace.mo @@ -416,6 +426,7 @@ 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 @@ -437,18 +448,21 @@ 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 @@ -456,6 +470,7 @@ 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 @@ -483,10 +498,12 @@ 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 @@ -515,12 +532,9 @@ 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/ksecrets_kio.mo -share/locale/hu/LC_MESSAGES/ksecrets_ksecrets.mo -share/locale/hu/LC_MESSAGES/ksecretsservice_api.mo -share/locale/hu/LC_MESSAGES/ksecretsserviced.mo -share/locale/hu/LC_MESSAGES/ksecretsync.mo share/locale/hu/LC_MESSAGES/ksendemail.mo share/locale/hu/LC_MESSAGES/kshellcmdplugin.mo share/locale/hu/LC_MESSAGES/kshisen.mo @@ -542,7 +556,6 @@ 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/kte_acomment.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 @@ -550,7 +563,9 @@ 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 @@ -570,7 +585,6 @@ 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/kwl2kss.mo share/locale/hu/LC_MESSAGES/kwordquiz.mo share/locale/hu/LC_MESSAGES/kwrite.mo share/locale/hu/LC_MESSAGES/kwriteconfig.mo @@ -598,6 +612,7 @@ 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 @@ -618,6 +633,7 @@ 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 @@ -626,20 +642,21 @@ 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/librtm.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/mailfilteragent.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 @@ -649,12 +666,14 @@ 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 @@ -677,12 +696,17 @@ 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 @@ -732,12 +756,13 @@ 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_notifications.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 @@ -745,6 +770,7 @@ 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 @@ -753,7 +779,6 @@ 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_showactivitymanager.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 @@ -781,6 +806,7 @@ 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 @@ -788,6 +814,8 @@ 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 @@ -805,7 +833,9 @@ 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 @@ -820,6 +850,7 @@ 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 @@ -830,37 +861,35 @@ 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/plasmaengineexplorer.mo share/locale/hu/LC_MESSAGES/plasmagenericshell.mo share/locale/hu/LC_MESSAGES/plasmapkg.mo -share/locale/hu/LC_MESSAGES/plasmawallpaperviewer.mo -share/locale/hu/LC_MESSAGES/plasmoidviewer.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/printer-applet.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/remote-widgets-browser.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/spy.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/system-config-printer-kde.mo share/locale/hu/LC_MESSAGES/systemsettings.mo share/locale/hu/LC_MESSAGES/tasks-mobile.mo share/locale/hu/LC_MESSAGES/timezones4.mo diff --git a/x11/kde4-l10n-hu/distinfo b/x11/kde4-l10n-hu/distinfo index c7485a3e940..3df9b4f630f 100644 --- a/x11/kde4-l10n-hu/distinfo +++ b/x11/kde4-l10n-hu/distinfo @@ -1,5 +1,5 @@ -$NetBSD$ +$NetBSD: distinfo,v 1.1 2013/04/02 00:45:42 rodent Exp $ -SHA1 (kde-l10n-hu-4.8.4.tar.xz) = 308f0b89fbf61ffa0fbef1412a986dbcae6b2bdb -RMD160 (kde-l10n-hu-4.8.4.tar.xz) = 856861ff070587911c501bac1c0e37cc3466d813 -Size (kde-l10n-hu-4.8.4.tar.xz) = 4203244 bytes +SHA1 (kde-l10n-hu-4.10.2.tar.xz) = 1382ad5aa04b99e188e39e3bb33adf3e993764fa +RMD160 (kde-l10n-hu-4.10.2.tar.xz) = cb7ff807b432e068d36c85368125de130acece1d +Size (kde-l10n-hu-4.10.2.tar.xz) = 4227396 bytes -- 2.11.4.GIT