Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Mar 2016 14:46:15 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r410755 - head/www/bluefish
Message-ID:  <201603101446.u2AEkFVv086474@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Thu Mar 10 14:46:15 2016
New Revision: 410755
URL: https://svnweb.freebsd.org/changeset/ports/410755

Log:
  Update to 2.2.8
  
  PR:		206898
  Submitted by:	tkato432 yahoo com
  Sponsored by:	Absolight

Modified:
  head/www/bluefish/Makefile
  head/www/bluefish/distinfo
  head/www/bluefish/pkg-descr
  head/www/bluefish/pkg-plist

Modified: head/www/bluefish/Makefile
==============================================================================
--- head/www/bluefish/Makefile	Thu Mar 10 14:46:10 2016	(r410754)
+++ head/www/bluefish/Makefile	Thu Mar 10 14:46:15 2016	(r410755)
@@ -2,11 +2,10 @@
 # $FreeBSD$
 
 PORTNAME=	bluefish
-PORTVERSION=	2.2.7
+PORTVERSION=	2.2.8
 CATEGORIES=	www editors
 MASTER_SITES=	http://www.bennewitz.com/bluefish/stable/source/ \
-		http://bluefish.mrball.net/stable/source/ \
-		SF
+		http://bluefish.mrball.net/stable/source/
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	HTML editor designed for the experienced web designer
@@ -17,43 +16,35 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 LIB_DEPENDS=	libpcre.so:${PORTSDIR}/devel/pcre \
 		libenchant.so:${PORTSDIR}/textproc/enchant
 
-USES=		gmake pkgconfig desktop-file-utils shared-mime-info \
-		tar:bzip2 libtool
-USE_GNOME=	gnomeprefix gtk20 gnomevfs2 gnomemimedata intltool
-WANT_GNOME=	yes
+USES=		desktop-file-utils gettext gmake libtool pkgconfig python \
+		shared-mime-info tar:bzip2
+USE_GNOME=	intltool
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
-CONFIGURE_ARGS=	--with-gtk2 \
-		--with-freedesktop_org-menu=${PREFIX}/share/applications \
+CONFIGURE_ARGS=	--with-freedesktop_org-menu=${PREFIX}/share/applications \
 		--with-freedesktop_org-mime=${PREFIX}/share/mime \
 		--with-icon-path=${PREFIX}/share/pixmaps
 INSTALL_TARGET=	install-strip
 INSTALLS_ICONS=	yes
 USE_LDCONFIG=	yes
 
-OPTIONS_DEFINE=	DEBUG NLS TIDY WEBLINT EXAMPLES
-OPTIONS_DEFAULT=WEBLINT
+OPTIONS_DEFINE=	DEBUG DOCS TIDY WEBLINT
+OPTIONS_SINGLE=	TOOLKIT
+OPTIONS_SINGLE_TOOLKIT=	GTK2 GTK3
+OPTIONS_DEFAULT=GTK2 WEBLINT
 OPTIONS_SUB=	yes
 
-DEBUG_DESC=	Enable debugging output
-TIDY_DESC=	Include Tidy HTML cleanup program
-WEBLINT_DESC=	Include Weblint syntax and style checker
-
-NLS_USES=		gettext
-NLS_CONFIGURE_OFF=	--disable-nls
-NLS_USES_OFF=		gettext-tools
+TOOLKIT_DESC=		GTK+ toolkit
+WEBLINT_DESC=		Weblint HTML checker support
 
-DEBUG_CONFIGURE_ON=	--with-debugging-output
-LIBGNOME_USE=		GNOME=libgnomeui
+DEBUG_CONFIGURE_ENABLE=	debugging-output
+GTK2_USE=		gnome=gtk20
+GTK2_CONFIGURE_ON=	--with-gtk2=yes
+GTK2_CONFIGURE_OFF=	--with-gtk2=no
+GTK3_LIB_DEPENDS=	libgucharmap_2_90.so:${PORTSDIR}/deskutils/gucharmap
+GTK3_USE=		gnome=gtk30
 TIDY_RUN_DEPENDS=	tidy4:${PORTSDIR}/www/tidy
 WEBLINT_RUN_DEPENDS=	weblint:${PORTSDIR}/www/weblint
 
-post-patch:
-	@${REINPLACE_CMD} -e '/^bflangsampledir = /s|$$(docdir)/bflang|${EXAMPLESDIR}|' \
-		${WRKSRC}/data/bflang/Makefile.in
-
-pre-install:
-	@${MKDIR} ${STAGEDIR}${PREFIX}/share/mime
-
 .include <bsd.port.mk>

Modified: head/www/bluefish/distinfo
==============================================================================
--- head/www/bluefish/distinfo	Thu Mar 10 14:46:10 2016	(r410754)
+++ head/www/bluefish/distinfo	Thu Mar 10 14:46:15 2016	(r410755)
@@ -1,2 +1,2 @@
-SHA256 (bluefish-2.2.7.tar.bz2) = 23534b73b929754e15b86d12904ca3ffc1b069da5dcd4f34a67e842fe9e858df
-SIZE (bluefish-2.2.7.tar.bz2) = 3836580
+SHA256 (bluefish-2.2.8.tar.bz2) = 32578f955cee3f43e5b3a86e2588e6a679df94438b21dcbe38e3c82282745000
+SIZE (bluefish-2.2.8.tar.bz2) = 4097769

Modified: head/www/bluefish/pkg-descr
==============================================================================
--- head/www/bluefish/pkg-descr	Thu Mar 10 14:46:10 2016	(r410754)
+++ head/www/bluefish/pkg-descr	Thu Mar 10 14:46:15 2016	(r410755)
@@ -1,5 +1,6 @@
-Bluefish is a powerful editor for experienced web designers and programmers.
-Bluefish supports many programming and markup languages, but it focuses on
-editing dynamic and interactive websites
+Bluefish is a powerful editor targeted towards programmers and web
+developers, with many options to write websites, scripts and programming
+code. Bluefish supports many programming and markup languages and has
+many features, but is still a very fast and lightweight application.
 
 WWW: http://bluefish.openoffice.nl/

Modified: head/www/bluefish/pkg-plist
==============================================================================
--- head/www/bluefish/pkg-plist	Thu Mar 10 14:46:10 2016	(r410754)
+++ head/www/bluefish/pkg-plist	Thu Mar 10 14:46:15 2016	(r410755)
@@ -1,5 +1,6 @@
 bin/bluefish
 lib/bluefish/about.so
+%%GTK3%%lib/bluefish/charmap.so
 lib/bluefish/entities.so
 lib/bluefish/htmlbar.so
 lib/bluefish/infbrowser.so
@@ -28,12 +29,15 @@ share/applications/bluefish.desktop
 %%DATADIR%%/bflang/css.bflang2
 %%DATADIR%%/bflang/d.bflang2
 %%DATADIR%%/bflang/diff.bflang2
+%%DATADIR%%/bflang/go.bflang2
 %%DATADIR%%/bflang/highlighter.bflang2
 %%DATADIR%%/bflang/html.bflang2
 %%DATADIR%%/bflang/html5.bflang2
 %%DATADIR%%/bflang/java.bflang2
 %%DATADIR%%/bflang/javascript.bflang2
+%%DATADIR%%/bflang/json.bflang2
 %%DATADIR%%/bflang/jsp.bflang2
+%%DATADIR%%/bflang/latex.bflang2
 %%DATADIR%%/bflang/lua.bflang2
 %%DATADIR%%/bflang/mediawiki.bflang2
 %%DATADIR%%/bflang/nsis.bflang2
@@ -46,6 +50,7 @@ share/applications/bluefish.desktop
 %%DATADIR%%/bflang/python.bflang2
 %%DATADIR%%/bflang/r.bflang2
 %%DATADIR%%/bflang/ruby.bflang2
+%%DATADIR%%/bflang/sass.bflang2
 %%DATADIR%%/bflang/scheme.bflang2
 %%DATADIR%%/bflang/shell.bflang2
 %%DATADIR%%/bflang/smarty.bflang2
@@ -58,6 +63,7 @@ share/applications/bluefish.desktop
 %%DATADIR%%/bflang/wordpress.bflang2
 %%DATADIR%%/bflang/xhtml.bflang2
 %%DATADIR%%/bflang/xml.bflang2
+%%DATADIR%%/bflang/xslt.bflang2
 %%DATADIR%%/bflib/bflib_DocBook_4_5.xml.gz
 %%DATADIR%%/bflib/bflib_DocBook_5_0.xml.gz
 %%DATADIR%%/bflib/bflib_SVG_1_0.xml.gz
@@ -77,7 +83,7 @@ share/applications/bluefish.desktop
 %%DATADIR%%/bflib/bflib_python_2.3.xml.gz
 %%DATADIR%%/bflib/bflib_xhtml.xml.gz
 %%DATADIR%%/bluefish_splash.png
-%%DATADIR%%/cssmin.py
+%%DATADIR%%/css_decompressor
 %%DATADIR%%/default_accelmap
 %%DATADIR%%/encodings
 %%DATADIR%%/jsbeautifier/__init__.py
@@ -131,7 +137,7 @@ share/applications/bluefish.desktop
 %%DATADIR%%/templates/PHP
 %%DATADIR%%/templates/XHTML_1.0
 %%DATADIR%%/ui/bluefish_menu_ui.xml
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sample.bflang2
+%%PORTDOCS%%%%DOCSDIR%%/bflang/sample.bflang2
 share/icons/hicolor/128x128/apps/bluefish.png
 share/icons/hicolor/128x128/mimetypes/application-x-bluefish-project.png
 share/icons/hicolor/16x16/apps/bluefish.png
@@ -140,12 +146,16 @@ share/icons/hicolor/192x192/apps/bluefis
 share/icons/hicolor/192x192/mimetypes/application-x-bluefish-project.png
 share/icons/hicolor/22x22/apps/bluefish.png
 share/icons/hicolor/22x22/mimetypes/application-x-bluefish-project.png
+share/icons/hicolor/256x256/apps/bluefish.png
+share/icons/hicolor/256x256/mimetypes/application-x-bluefish-project.png
 share/icons/hicolor/32x32/apps/bluefish.png
 share/icons/hicolor/32x32/mimetypes/application-x-bluefish-project.png
 share/icons/hicolor/36x36/apps/bluefish.png
 share/icons/hicolor/36x36/mimetypes/application-x-bluefish-project.png
 share/icons/hicolor/48x48/apps/bluefish.png
 share/icons/hicolor/48x48/mimetypes/application-x-bluefish-project.png
+share/icons/hicolor/512x512/apps/bluefish.png
+share/icons/hicolor/512x512/mimetypes/application-x-bluefish-project.png
 share/icons/hicolor/64x64/apps/bluefish.png
 share/icons/hicolor/64x64/mimetypes/application-x-bluefish-project.png
 share/icons/hicolor/72x72/apps/bluefish.png
@@ -154,270 +164,270 @@ share/icons/hicolor/96x96/apps/bluefish.
 share/icons/hicolor/96x96/mimetypes/application-x-bluefish-project.png
 share/icons/hicolor/scalable/apps/bluefish-icon.svg
 share/icons/hicolor/scalable/mimetypes/bluefish-project.svg
-%%NLS%%share/locale/ar/LC_MESSAGES/bluefish.mo
-%%NLS%%share/locale/ar/LC_MESSAGES/bluefish_plugin_about.mo
-%%NLS%%share/locale/ar/LC_MESSAGES/bluefish_plugin_charmap.mo
-%%NLS%%share/locale/ar/LC_MESSAGES/bluefish_plugin_entities.mo
-%%NLS%%share/locale/ar/LC_MESSAGES/bluefish_plugin_htmlbar.mo
-%%NLS%%share/locale/ar/LC_MESSAGES/bluefish_plugin_infbrowser.mo
-%%NLS%%share/locale/ar/LC_MESSAGES/bluefish_plugin_snippets.mo
-%%NLS%%share/locale/ar/LC_MESSAGES/bluefish_plugin_zencoding.mo
-%%NLS%%share/locale/bg/LC_MESSAGES/bluefish.mo
-%%NLS%%share/locale/bg/LC_MESSAGES/bluefish_plugin_about.mo
-%%NLS%%share/locale/bg/LC_MESSAGES/bluefish_plugin_charmap.mo
-%%NLS%%share/locale/bg/LC_MESSAGES/bluefish_plugin_entities.mo
-%%NLS%%share/locale/bg/LC_MESSAGES/bluefish_plugin_htmlbar.mo
-%%NLS%%share/locale/bg/LC_MESSAGES/bluefish_plugin_infbrowser.mo
-%%NLS%%share/locale/bg/LC_MESSAGES/bluefish_plugin_snippets.mo
-%%NLS%%share/locale/bg/LC_MESSAGES/bluefish_plugin_zencoding.mo
-%%NLS%%share/locale/ca/LC_MESSAGES/bluefish.mo
-%%NLS%%share/locale/ca/LC_MESSAGES/bluefish_plugin_about.mo
-%%NLS%%share/locale/ca/LC_MESSAGES/bluefish_plugin_charmap.mo
-%%NLS%%share/locale/ca/LC_MESSAGES/bluefish_plugin_entities.mo
-%%NLS%%share/locale/ca/LC_MESSAGES/bluefish_plugin_htmlbar.mo
-%%NLS%%share/locale/ca/LC_MESSAGES/bluefish_plugin_infbrowser.mo
-%%NLS%%share/locale/ca/LC_MESSAGES/bluefish_plugin_snippets.mo
-%%NLS%%share/locale/ca/LC_MESSAGES/bluefish_plugin_zencoding.mo
-%%NLS%%share/locale/cs/LC_MESSAGES/bluefish.mo
-%%NLS%%share/locale/cs/LC_MESSAGES/bluefish_plugin_about.mo
-%%NLS%%share/locale/cs/LC_MESSAGES/bluefish_plugin_charmap.mo
-%%NLS%%share/locale/cs/LC_MESSAGES/bluefish_plugin_entities.mo
-%%NLS%%share/locale/cs/LC_MESSAGES/bluefish_plugin_htmlbar.mo
-%%NLS%%share/locale/cs/LC_MESSAGES/bluefish_plugin_infbrowser.mo
-%%NLS%%share/locale/cs/LC_MESSAGES/bluefish_plugin_snippets.mo
-%%NLS%%share/locale/cs/LC_MESSAGES/bluefish_plugin_zencoding.mo
-%%NLS%%share/locale/da/LC_MESSAGES/bluefish.mo
-%%NLS%%share/locale/da/LC_MESSAGES/bluefish_plugin_about.mo
-%%NLS%%share/locale/da/LC_MESSAGES/bluefish_plugin_charmap.mo
-%%NLS%%share/locale/da/LC_MESSAGES/bluefish_plugin_entities.mo
-%%NLS%%share/locale/da/LC_MESSAGES/bluefish_plugin_htmlbar.mo
-%%NLS%%share/locale/da/LC_MESSAGES/bluefish_plugin_infbrowser.mo
-%%NLS%%share/locale/da/LC_MESSAGES/bluefish_plugin_snippets.mo
-%%NLS%%share/locale/da/LC_MESSAGES/bluefish_plugin_zencoding.mo
-%%NLS%%share/locale/de/LC_MESSAGES/bluefish.mo
-%%NLS%%share/locale/de/LC_MESSAGES/bluefish_plugin_about.mo
-%%NLS%%share/locale/de/LC_MESSAGES/bluefish_plugin_charmap.mo
-%%NLS%%share/locale/de/LC_MESSAGES/bluefish_plugin_entities.mo
-%%NLS%%share/locale/de/LC_MESSAGES/bluefish_plugin_htmlbar.mo
-%%NLS%%share/locale/de/LC_MESSAGES/bluefish_plugin_infbrowser.mo
-%%NLS%%share/locale/de/LC_MESSAGES/bluefish_plugin_snippets.mo
-%%NLS%%share/locale/de/LC_MESSAGES/bluefish_plugin_zencoding.mo
-%%NLS%%share/locale/el/LC_MESSAGES/bluefish.mo
-%%NLS%%share/locale/el/LC_MESSAGES/bluefish_plugin_about.mo
-%%NLS%%share/locale/el/LC_MESSAGES/bluefish_plugin_charmap.mo
-%%NLS%%share/locale/el/LC_MESSAGES/bluefish_plugin_entities.mo
-%%NLS%%share/locale/el/LC_MESSAGES/bluefish_plugin_htmlbar.mo
-%%NLS%%share/locale/el/LC_MESSAGES/bluefish_plugin_infbrowser.mo
-%%NLS%%share/locale/el/LC_MESSAGES/bluefish_plugin_snippets.mo
-%%NLS%%share/locale/el/LC_MESSAGES/bluefish_plugin_zencoding.mo
-%%NLS%%share/locale/en/LC_MESSAGES/bluefish.mo
-%%NLS%%share/locale/en/LC_MESSAGES/bluefish_plugin_about.mo
-%%NLS%%share/locale/en/LC_MESSAGES/bluefish_plugin_charmap.mo
-%%NLS%%share/locale/en/LC_MESSAGES/bluefish_plugin_entities.mo
-%%NLS%%share/locale/en/LC_MESSAGES/bluefish_plugin_htmlbar.mo
-%%NLS%%share/locale/en/LC_MESSAGES/bluefish_plugin_infbrowser.mo
-%%NLS%%share/locale/en/LC_MESSAGES/bluefish_plugin_snippets.mo
-%%NLS%%share/locale/en/LC_MESSAGES/bluefish_plugin_zencoding.mo
-%%NLS%%share/locale/es/LC_MESSAGES/bluefish.mo
-%%NLS%%share/locale/es/LC_MESSAGES/bluefish_plugin_about.mo
-%%NLS%%share/locale/es/LC_MESSAGES/bluefish_plugin_charmap.mo
-%%NLS%%share/locale/es/LC_MESSAGES/bluefish_plugin_entities.mo
-%%NLS%%share/locale/es/LC_MESSAGES/bluefish_plugin_htmlbar.mo
-%%NLS%%share/locale/es/LC_MESSAGES/bluefish_plugin_infbrowser.mo
-%%NLS%%share/locale/es/LC_MESSAGES/bluefish_plugin_snippets.mo
-%%NLS%%share/locale/es/LC_MESSAGES/bluefish_plugin_zencoding.mo
-%%NLS%%share/locale/eu/LC_MESSAGES/bluefish.mo
-%%NLS%%share/locale/eu/LC_MESSAGES/bluefish_plugin_about.mo
-%%NLS%%share/locale/eu/LC_MESSAGES/bluefish_plugin_charmap.mo
-%%NLS%%share/locale/eu/LC_MESSAGES/bluefish_plugin_entities.mo
-%%NLS%%share/locale/eu/LC_MESSAGES/bluefish_plugin_htmlbar.mo
-%%NLS%%share/locale/eu/LC_MESSAGES/bluefish_plugin_infbrowser.mo
-%%NLS%%share/locale/eu/LC_MESSAGES/bluefish_plugin_snippets.mo
-%%NLS%%share/locale/eu/LC_MESSAGES/bluefish_plugin_zencoding.mo
-%%NLS%%share/locale/fi/LC_MESSAGES/bluefish.mo
-%%NLS%%share/locale/fi/LC_MESSAGES/bluefish_plugin_about.mo
-%%NLS%%share/locale/fi/LC_MESSAGES/bluefish_plugin_charmap.mo
-%%NLS%%share/locale/fi/LC_MESSAGES/bluefish_plugin_entities.mo
-%%NLS%%share/locale/fi/LC_MESSAGES/bluefish_plugin_htmlbar.mo
-%%NLS%%share/locale/fi/LC_MESSAGES/bluefish_plugin_infbrowser.mo
-%%NLS%%share/locale/fi/LC_MESSAGES/bluefish_plugin_snippets.mo
-%%NLS%%share/locale/fi/LC_MESSAGES/bluefish_plugin_zencoding.mo
-%%NLS%%share/locale/fr/LC_MESSAGES/bluefish.mo
-%%NLS%%share/locale/fr/LC_MESSAGES/bluefish_plugin_about.mo
-%%NLS%%share/locale/fr/LC_MESSAGES/bluefish_plugin_charmap.mo
-%%NLS%%share/locale/fr/LC_MESSAGES/bluefish_plugin_entities.mo
-%%NLS%%share/locale/fr/LC_MESSAGES/bluefish_plugin_htmlbar.mo
-%%NLS%%share/locale/fr/LC_MESSAGES/bluefish_plugin_infbrowser.mo
-%%NLS%%share/locale/fr/LC_MESSAGES/bluefish_plugin_snippets.mo
-%%NLS%%share/locale/fr/LC_MESSAGES/bluefish_plugin_zencoding.mo
-%%NLS%%share/locale/gl/LC_MESSAGES/bluefish.mo
-%%NLS%%share/locale/gl/LC_MESSAGES/bluefish_plugin_about.mo
-%%NLS%%share/locale/gl/LC_MESSAGES/bluefish_plugin_charmap.mo
-%%NLS%%share/locale/gl/LC_MESSAGES/bluefish_plugin_entities.mo
-%%NLS%%share/locale/gl/LC_MESSAGES/bluefish_plugin_htmlbar.mo
-%%NLS%%share/locale/gl/LC_MESSAGES/bluefish_plugin_infbrowser.mo
-%%NLS%%share/locale/gl/LC_MESSAGES/bluefish_plugin_snippets.mo
-%%NLS%%share/locale/gl/LC_MESSAGES/bluefish_plugin_zencoding.mo
-%%NLS%%share/locale/hu/LC_MESSAGES/bluefish.mo
-%%NLS%%share/locale/hu/LC_MESSAGES/bluefish_plugin_about.mo
-%%NLS%%share/locale/hu/LC_MESSAGES/bluefish_plugin_charmap.mo
-%%NLS%%share/locale/hu/LC_MESSAGES/bluefish_plugin_entities.mo
-%%NLS%%share/locale/hu/LC_MESSAGES/bluefish_plugin_htmlbar.mo
-%%NLS%%share/locale/hu/LC_MESSAGES/bluefish_plugin_infbrowser.mo
-%%NLS%%share/locale/hu/LC_MESSAGES/bluefish_plugin_snippets.mo
-%%NLS%%share/locale/hu/LC_MESSAGES/bluefish_plugin_zencoding.mo
-%%NLS%%share/locale/it/LC_MESSAGES/bluefish.mo
-%%NLS%%share/locale/it/LC_MESSAGES/bluefish_plugin_about.mo
-%%NLS%%share/locale/it/LC_MESSAGES/bluefish_plugin_charmap.mo
-%%NLS%%share/locale/it/LC_MESSAGES/bluefish_plugin_entities.mo
-%%NLS%%share/locale/it/LC_MESSAGES/bluefish_plugin_htmlbar.mo
-%%NLS%%share/locale/it/LC_MESSAGES/bluefish_plugin_infbrowser.mo
-%%NLS%%share/locale/it/LC_MESSAGES/bluefish_plugin_snippets.mo
-%%NLS%%share/locale/it/LC_MESSAGES/bluefish_plugin_zencoding.mo
-%%NLS%%share/locale/ja/LC_MESSAGES/bluefish.mo
-%%NLS%%share/locale/ja/LC_MESSAGES/bluefish_plugin_about.mo
-%%NLS%%share/locale/ja/LC_MESSAGES/bluefish_plugin_charmap.mo
-%%NLS%%share/locale/ja/LC_MESSAGES/bluefish_plugin_entities.mo
-%%NLS%%share/locale/ja/LC_MESSAGES/bluefish_plugin_htmlbar.mo
-%%NLS%%share/locale/ja/LC_MESSAGES/bluefish_plugin_infbrowser.mo
-%%NLS%%share/locale/ja/LC_MESSAGES/bluefish_plugin_snippets.mo
-%%NLS%%share/locale/ja/LC_MESSAGES/bluefish_plugin_zencoding.mo
-%%NLS%%share/locale/ko/LC_MESSAGES/bluefish.mo
-%%NLS%%share/locale/ko/LC_MESSAGES/bluefish_plugin_about.mo
-%%NLS%%share/locale/ko/LC_MESSAGES/bluefish_plugin_charmap.mo
-%%NLS%%share/locale/ko/LC_MESSAGES/bluefish_plugin_entities.mo
-%%NLS%%share/locale/ko/LC_MESSAGES/bluefish_plugin_htmlbar.mo
-%%NLS%%share/locale/ko/LC_MESSAGES/bluefish_plugin_infbrowser.mo
-%%NLS%%share/locale/ko/LC_MESSAGES/bluefish_plugin_snippets.mo
-%%NLS%%share/locale/ko/LC_MESSAGES/bluefish_plugin_zencoding.mo
-%%NLS%%share/locale/nb/LC_MESSAGES/bluefish.mo
-%%NLS%%share/locale/nb/LC_MESSAGES/bluefish_plugin_about.mo
-%%NLS%%share/locale/nb/LC_MESSAGES/bluefish_plugin_charmap.mo
-%%NLS%%share/locale/nb/LC_MESSAGES/bluefish_plugin_entities.mo
-%%NLS%%share/locale/nb/LC_MESSAGES/bluefish_plugin_htmlbar.mo
-%%NLS%%share/locale/nb/LC_MESSAGES/bluefish_plugin_infbrowser.mo
-%%NLS%%share/locale/nb/LC_MESSAGES/bluefish_plugin_snippets.mo
-%%NLS%%share/locale/nb/LC_MESSAGES/bluefish_plugin_zencoding.mo
-%%NLS%%share/locale/nl/LC_MESSAGES/bluefish.mo
-%%NLS%%share/locale/nl/LC_MESSAGES/bluefish_plugin_about.mo
-%%NLS%%share/locale/nl/LC_MESSAGES/bluefish_plugin_charmap.mo
-%%NLS%%share/locale/nl/LC_MESSAGES/bluefish_plugin_entities.mo
-%%NLS%%share/locale/nl/LC_MESSAGES/bluefish_plugin_htmlbar.mo
-%%NLS%%share/locale/nl/LC_MESSAGES/bluefish_plugin_infbrowser.mo
-%%NLS%%share/locale/nl/LC_MESSAGES/bluefish_plugin_snippets.mo
-%%NLS%%share/locale/nl/LC_MESSAGES/bluefish_plugin_zencoding.mo
-%%NLS%%share/locale/nn/LC_MESSAGES/bluefish.mo
-%%NLS%%share/locale/nn/LC_MESSAGES/bluefish_plugin_about.mo
-%%NLS%%share/locale/nn/LC_MESSAGES/bluefish_plugin_charmap.mo
-%%NLS%%share/locale/nn/LC_MESSAGES/bluefish_plugin_entities.mo
-%%NLS%%share/locale/nn/LC_MESSAGES/bluefish_plugin_htmlbar.mo
-%%NLS%%share/locale/nn/LC_MESSAGES/bluefish_plugin_infbrowser.mo
-%%NLS%%share/locale/nn/LC_MESSAGES/bluefish_plugin_snippets.mo
-%%NLS%%share/locale/nn/LC_MESSAGES/bluefish_plugin_zencoding.mo
-%%NLS%%share/locale/pl/LC_MESSAGES/bluefish.mo
-%%NLS%%share/locale/pl/LC_MESSAGES/bluefish_plugin_about.mo
-%%NLS%%share/locale/pl/LC_MESSAGES/bluefish_plugin_charmap.mo
-%%NLS%%share/locale/pl/LC_MESSAGES/bluefish_plugin_entities.mo
-%%NLS%%share/locale/pl/LC_MESSAGES/bluefish_plugin_htmlbar.mo
-%%NLS%%share/locale/pl/LC_MESSAGES/bluefish_plugin_infbrowser.mo
-%%NLS%%share/locale/pl/LC_MESSAGES/bluefish_plugin_snippets.mo
-%%NLS%%share/locale/pl/LC_MESSAGES/bluefish_plugin_zencoding.mo
-%%NLS%%share/locale/pt/LC_MESSAGES/bluefish.mo
-%%NLS%%share/locale/pt/LC_MESSAGES/bluefish_plugin_about.mo
-%%NLS%%share/locale/pt/LC_MESSAGES/bluefish_plugin_charmap.mo
-%%NLS%%share/locale/pt/LC_MESSAGES/bluefish_plugin_entities.mo
-%%NLS%%share/locale/pt/LC_MESSAGES/bluefish_plugin_htmlbar.mo
-%%NLS%%share/locale/pt/LC_MESSAGES/bluefish_plugin_infbrowser.mo
-%%NLS%%share/locale/pt/LC_MESSAGES/bluefish_plugin_snippets.mo
-%%NLS%%share/locale/pt/LC_MESSAGES/bluefish_plugin_zencoding.mo
-%%NLS%%share/locale/pt_BR/LC_MESSAGES/bluefish.mo
-%%NLS%%share/locale/pt_BR/LC_MESSAGES/bluefish_plugin_about.mo
-%%NLS%%share/locale/pt_BR/LC_MESSAGES/bluefish_plugin_charmap.mo
-%%NLS%%share/locale/pt_BR/LC_MESSAGES/bluefish_plugin_entities.mo
-%%NLS%%share/locale/pt_BR/LC_MESSAGES/bluefish_plugin_htmlbar.mo
-%%NLS%%share/locale/pt_BR/LC_MESSAGES/bluefish_plugin_infbrowser.mo
-%%NLS%%share/locale/pt_BR/LC_MESSAGES/bluefish_plugin_snippets.mo
-%%NLS%%share/locale/pt_BR/LC_MESSAGES/bluefish_plugin_zencoding.mo
-%%NLS%%share/locale/ro/LC_MESSAGES/bluefish.mo
-%%NLS%%share/locale/ro/LC_MESSAGES/bluefish_plugin_about.mo
-%%NLS%%share/locale/ro/LC_MESSAGES/bluefish_plugin_charmap.mo
-%%NLS%%share/locale/ro/LC_MESSAGES/bluefish_plugin_entities.mo
-%%NLS%%share/locale/ro/LC_MESSAGES/bluefish_plugin_htmlbar.mo
-%%NLS%%share/locale/ro/LC_MESSAGES/bluefish_plugin_infbrowser.mo
-%%NLS%%share/locale/ro/LC_MESSAGES/bluefish_plugin_snippets.mo
-%%NLS%%share/locale/ro/LC_MESSAGES/bluefish_plugin_zencoding.mo
-%%NLS%%share/locale/ru/LC_MESSAGES/bluefish.mo
-%%NLS%%share/locale/ru/LC_MESSAGES/bluefish_plugin_about.mo
-%%NLS%%share/locale/ru/LC_MESSAGES/bluefish_plugin_charmap.mo
-%%NLS%%share/locale/ru/LC_MESSAGES/bluefish_plugin_entities.mo
-%%NLS%%share/locale/ru/LC_MESSAGES/bluefish_plugin_htmlbar.mo
-%%NLS%%share/locale/ru/LC_MESSAGES/bluefish_plugin_infbrowser.mo
-%%NLS%%share/locale/ru/LC_MESSAGES/bluefish_plugin_snippets.mo
-%%NLS%%share/locale/ru/LC_MESSAGES/bluefish_plugin_zencoding.mo
-%%NLS%%share/locale/sk/LC_MESSAGES/bluefish.mo
-%%NLS%%share/locale/sk/LC_MESSAGES/bluefish_plugin_about.mo
-%%NLS%%share/locale/sk/LC_MESSAGES/bluefish_plugin_charmap.mo
-%%NLS%%share/locale/sk/LC_MESSAGES/bluefish_plugin_entities.mo
-%%NLS%%share/locale/sk/LC_MESSAGES/bluefish_plugin_htmlbar.mo
-%%NLS%%share/locale/sk/LC_MESSAGES/bluefish_plugin_infbrowser.mo
-%%NLS%%share/locale/sk/LC_MESSAGES/bluefish_plugin_snippets.mo
-%%NLS%%share/locale/sk/LC_MESSAGES/bluefish_plugin_zencoding.mo
-%%NLS%%share/locale/sr/LC_MESSAGES/bluefish.mo
-%%NLS%%share/locale/sr/LC_MESSAGES/bluefish_plugin_about.mo
-%%NLS%%share/locale/sr/LC_MESSAGES/bluefish_plugin_charmap.mo
-%%NLS%%share/locale/sr/LC_MESSAGES/bluefish_plugin_entities.mo
-%%NLS%%share/locale/sr/LC_MESSAGES/bluefish_plugin_htmlbar.mo
-%%NLS%%share/locale/sr/LC_MESSAGES/bluefish_plugin_infbrowser.mo
-%%NLS%%share/locale/sr/LC_MESSAGES/bluefish_plugin_snippets.mo
-%%NLS%%share/locale/sr/LC_MESSAGES/bluefish_plugin_zencoding.mo
-%%NLS%%share/locale/sv/LC_MESSAGES/bluefish.mo
-%%NLS%%share/locale/sv/LC_MESSAGES/bluefish_plugin_about.mo
-%%NLS%%share/locale/sv/LC_MESSAGES/bluefish_plugin_charmap.mo
-%%NLS%%share/locale/sv/LC_MESSAGES/bluefish_plugin_entities.mo
-%%NLS%%share/locale/sv/LC_MESSAGES/bluefish_plugin_htmlbar.mo
-%%NLS%%share/locale/sv/LC_MESSAGES/bluefish_plugin_infbrowser.mo
-%%NLS%%share/locale/sv/LC_MESSAGES/bluefish_plugin_snippets.mo
-%%NLS%%share/locale/sv/LC_MESSAGES/bluefish_plugin_zencoding.mo
-%%NLS%%share/locale/ta/LC_MESSAGES/bluefish.mo
-%%NLS%%share/locale/ta/LC_MESSAGES/bluefish_plugin_about.mo
-%%NLS%%share/locale/ta/LC_MESSAGES/bluefish_plugin_charmap.mo
-%%NLS%%share/locale/ta/LC_MESSAGES/bluefish_plugin_entities.mo
-%%NLS%%share/locale/ta/LC_MESSAGES/bluefish_plugin_htmlbar.mo
-%%NLS%%share/locale/ta/LC_MESSAGES/bluefish_plugin_infbrowser.mo
-%%NLS%%share/locale/ta/LC_MESSAGES/bluefish_plugin_snippets.mo
-%%NLS%%share/locale/ta/LC_MESSAGES/bluefish_plugin_zencoding.mo
-%%NLS%%share/locale/tr/LC_MESSAGES/bluefish.mo
-%%NLS%%share/locale/tr/LC_MESSAGES/bluefish_plugin_about.mo
-%%NLS%%share/locale/tr/LC_MESSAGES/bluefish_plugin_charmap.mo
-%%NLS%%share/locale/tr/LC_MESSAGES/bluefish_plugin_entities.mo
-%%NLS%%share/locale/tr/LC_MESSAGES/bluefish_plugin_htmlbar.mo
-%%NLS%%share/locale/tr/LC_MESSAGES/bluefish_plugin_infbrowser.mo
-%%NLS%%share/locale/tr/LC_MESSAGES/bluefish_plugin_snippets.mo
-%%NLS%%share/locale/tr/LC_MESSAGES/bluefish_plugin_zencoding.mo
-%%NLS%%share/locale/uk/LC_MESSAGES/bluefish.mo
-%%NLS%%share/locale/uk/LC_MESSAGES/bluefish_plugin_about.mo
-%%NLS%%share/locale/uk/LC_MESSAGES/bluefish_plugin_charmap.mo
-%%NLS%%share/locale/uk/LC_MESSAGES/bluefish_plugin_entities.mo
-%%NLS%%share/locale/uk/LC_MESSAGES/bluefish_plugin_htmlbar.mo
-%%NLS%%share/locale/uk/LC_MESSAGES/bluefish_plugin_infbrowser.mo
-%%NLS%%share/locale/uk/LC_MESSAGES/bluefish_plugin_snippets.mo
-%%NLS%%share/locale/uk/LC_MESSAGES/bluefish_plugin_zencoding.mo
-%%NLS%%share/locale/zh_CN/LC_MESSAGES/bluefish.mo
-%%NLS%%share/locale/zh_CN/LC_MESSAGES/bluefish_plugin_about.mo
-%%NLS%%share/locale/zh_CN/LC_MESSAGES/bluefish_plugin_charmap.mo
-%%NLS%%share/locale/zh_CN/LC_MESSAGES/bluefish_plugin_entities.mo
-%%NLS%%share/locale/zh_CN/LC_MESSAGES/bluefish_plugin_htmlbar.mo
-%%NLS%%share/locale/zh_CN/LC_MESSAGES/bluefish_plugin_infbrowser.mo
-%%NLS%%share/locale/zh_CN/LC_MESSAGES/bluefish_plugin_snippets.mo
-%%NLS%%share/locale/zh_CN/LC_MESSAGES/bluefish_plugin_zencoding.mo
-%%NLS%%share/locale/zh_TW/LC_MESSAGES/bluefish.mo
-%%NLS%%share/locale/zh_TW/LC_MESSAGES/bluefish_plugin_about.mo
-%%NLS%%share/locale/zh_TW/LC_MESSAGES/bluefish_plugin_charmap.mo
-%%NLS%%share/locale/zh_TW/LC_MESSAGES/bluefish_plugin_entities.mo
-%%NLS%%share/locale/zh_TW/LC_MESSAGES/bluefish_plugin_htmlbar.mo
-%%NLS%%share/locale/zh_TW/LC_MESSAGES/bluefish_plugin_infbrowser.mo
-%%NLS%%share/locale/zh_TW/LC_MESSAGES/bluefish_plugin_snippets.mo
-%%NLS%%share/locale/zh_TW/LC_MESSAGES/bluefish_plugin_zencoding.mo
+share/locale/ar/LC_MESSAGES/bluefish.mo
+share/locale/ar/LC_MESSAGES/bluefish_plugin_about.mo
+share/locale/ar/LC_MESSAGES/bluefish_plugin_charmap.mo
+share/locale/ar/LC_MESSAGES/bluefish_plugin_entities.mo
+share/locale/ar/LC_MESSAGES/bluefish_plugin_htmlbar.mo
+share/locale/ar/LC_MESSAGES/bluefish_plugin_infbrowser.mo
+share/locale/ar/LC_MESSAGES/bluefish_plugin_snippets.mo
+share/locale/ar/LC_MESSAGES/bluefish_plugin_zencoding.mo
+share/locale/bg/LC_MESSAGES/bluefish.mo
+share/locale/bg/LC_MESSAGES/bluefish_plugin_about.mo
+share/locale/bg/LC_MESSAGES/bluefish_plugin_charmap.mo
+share/locale/bg/LC_MESSAGES/bluefish_plugin_entities.mo
+share/locale/bg/LC_MESSAGES/bluefish_plugin_htmlbar.mo
+share/locale/bg/LC_MESSAGES/bluefish_plugin_infbrowser.mo
+share/locale/bg/LC_MESSAGES/bluefish_plugin_snippets.mo
+share/locale/bg/LC_MESSAGES/bluefish_plugin_zencoding.mo
+share/locale/ca/LC_MESSAGES/bluefish.mo
+share/locale/ca/LC_MESSAGES/bluefish_plugin_about.mo
+share/locale/ca/LC_MESSAGES/bluefish_plugin_charmap.mo
+share/locale/ca/LC_MESSAGES/bluefish_plugin_entities.mo
+share/locale/ca/LC_MESSAGES/bluefish_plugin_htmlbar.mo
+share/locale/ca/LC_MESSAGES/bluefish_plugin_infbrowser.mo
+share/locale/ca/LC_MESSAGES/bluefish_plugin_snippets.mo
+share/locale/ca/LC_MESSAGES/bluefish_plugin_zencoding.mo
+share/locale/cs/LC_MESSAGES/bluefish.mo
+share/locale/cs/LC_MESSAGES/bluefish_plugin_about.mo
+share/locale/cs/LC_MESSAGES/bluefish_plugin_charmap.mo
+share/locale/cs/LC_MESSAGES/bluefish_plugin_entities.mo
+share/locale/cs/LC_MESSAGES/bluefish_plugin_htmlbar.mo
+share/locale/cs/LC_MESSAGES/bluefish_plugin_infbrowser.mo
+share/locale/cs/LC_MESSAGES/bluefish_plugin_snippets.mo
+share/locale/cs/LC_MESSAGES/bluefish_plugin_zencoding.mo
+share/locale/da/LC_MESSAGES/bluefish.mo
+share/locale/da/LC_MESSAGES/bluefish_plugin_about.mo
+share/locale/da/LC_MESSAGES/bluefish_plugin_charmap.mo
+share/locale/da/LC_MESSAGES/bluefish_plugin_entities.mo
+share/locale/da/LC_MESSAGES/bluefish_plugin_htmlbar.mo
+share/locale/da/LC_MESSAGES/bluefish_plugin_infbrowser.mo
+share/locale/da/LC_MESSAGES/bluefish_plugin_snippets.mo
+share/locale/da/LC_MESSAGES/bluefish_plugin_zencoding.mo
+share/locale/de/LC_MESSAGES/bluefish.mo
+share/locale/de/LC_MESSAGES/bluefish_plugin_about.mo
+share/locale/de/LC_MESSAGES/bluefish_plugin_charmap.mo
+share/locale/de/LC_MESSAGES/bluefish_plugin_entities.mo
+share/locale/de/LC_MESSAGES/bluefish_plugin_htmlbar.mo
+share/locale/de/LC_MESSAGES/bluefish_plugin_infbrowser.mo
+share/locale/de/LC_MESSAGES/bluefish_plugin_snippets.mo
+share/locale/de/LC_MESSAGES/bluefish_plugin_zencoding.mo
+share/locale/el/LC_MESSAGES/bluefish.mo
+share/locale/el/LC_MESSAGES/bluefish_plugin_about.mo
+share/locale/el/LC_MESSAGES/bluefish_plugin_charmap.mo
+share/locale/el/LC_MESSAGES/bluefish_plugin_entities.mo
+share/locale/el/LC_MESSAGES/bluefish_plugin_htmlbar.mo
+share/locale/el/LC_MESSAGES/bluefish_plugin_infbrowser.mo
+share/locale/el/LC_MESSAGES/bluefish_plugin_snippets.mo
+share/locale/el/LC_MESSAGES/bluefish_plugin_zencoding.mo
+share/locale/en/LC_MESSAGES/bluefish.mo
+share/locale/en/LC_MESSAGES/bluefish_plugin_about.mo
+share/locale/en/LC_MESSAGES/bluefish_plugin_charmap.mo
+share/locale/en/LC_MESSAGES/bluefish_plugin_entities.mo
+share/locale/en/LC_MESSAGES/bluefish_plugin_htmlbar.mo
+share/locale/en/LC_MESSAGES/bluefish_plugin_infbrowser.mo
+share/locale/en/LC_MESSAGES/bluefish_plugin_snippets.mo
+share/locale/en/LC_MESSAGES/bluefish_plugin_zencoding.mo
+share/locale/es/LC_MESSAGES/bluefish.mo
+share/locale/es/LC_MESSAGES/bluefish_plugin_about.mo
+share/locale/es/LC_MESSAGES/bluefish_plugin_charmap.mo
+share/locale/es/LC_MESSAGES/bluefish_plugin_entities.mo
+share/locale/es/LC_MESSAGES/bluefish_plugin_htmlbar.mo
+share/locale/es/LC_MESSAGES/bluefish_plugin_infbrowser.mo
+share/locale/es/LC_MESSAGES/bluefish_plugin_snippets.mo
+share/locale/es/LC_MESSAGES/bluefish_plugin_zencoding.mo
+share/locale/eu/LC_MESSAGES/bluefish.mo
+share/locale/eu/LC_MESSAGES/bluefish_plugin_about.mo
+share/locale/eu/LC_MESSAGES/bluefish_plugin_charmap.mo
+share/locale/eu/LC_MESSAGES/bluefish_plugin_entities.mo
+share/locale/eu/LC_MESSAGES/bluefish_plugin_htmlbar.mo
+share/locale/eu/LC_MESSAGES/bluefish_plugin_infbrowser.mo
+share/locale/eu/LC_MESSAGES/bluefish_plugin_snippets.mo
+share/locale/eu/LC_MESSAGES/bluefish_plugin_zencoding.mo
+share/locale/fi/LC_MESSAGES/bluefish.mo
+share/locale/fi/LC_MESSAGES/bluefish_plugin_about.mo
+share/locale/fi/LC_MESSAGES/bluefish_plugin_charmap.mo
+share/locale/fi/LC_MESSAGES/bluefish_plugin_entities.mo
+share/locale/fi/LC_MESSAGES/bluefish_plugin_htmlbar.mo
+share/locale/fi/LC_MESSAGES/bluefish_plugin_infbrowser.mo
+share/locale/fi/LC_MESSAGES/bluefish_plugin_snippets.mo
+share/locale/fi/LC_MESSAGES/bluefish_plugin_zencoding.mo
+share/locale/fr/LC_MESSAGES/bluefish.mo
+share/locale/fr/LC_MESSAGES/bluefish_plugin_about.mo
+share/locale/fr/LC_MESSAGES/bluefish_plugin_charmap.mo
+share/locale/fr/LC_MESSAGES/bluefish_plugin_entities.mo
+share/locale/fr/LC_MESSAGES/bluefish_plugin_htmlbar.mo
+share/locale/fr/LC_MESSAGES/bluefish_plugin_infbrowser.mo
+share/locale/fr/LC_MESSAGES/bluefish_plugin_snippets.mo
+share/locale/fr/LC_MESSAGES/bluefish_plugin_zencoding.mo
+share/locale/gl/LC_MESSAGES/bluefish.mo
+share/locale/gl/LC_MESSAGES/bluefish_plugin_about.mo
+share/locale/gl/LC_MESSAGES/bluefish_plugin_charmap.mo
+share/locale/gl/LC_MESSAGES/bluefish_plugin_entities.mo
+share/locale/gl/LC_MESSAGES/bluefish_plugin_htmlbar.mo
+share/locale/gl/LC_MESSAGES/bluefish_plugin_infbrowser.mo
+share/locale/gl/LC_MESSAGES/bluefish_plugin_snippets.mo
+share/locale/gl/LC_MESSAGES/bluefish_plugin_zencoding.mo
+share/locale/hu/LC_MESSAGES/bluefish.mo
+share/locale/hu/LC_MESSAGES/bluefish_plugin_about.mo
+share/locale/hu/LC_MESSAGES/bluefish_plugin_charmap.mo
+share/locale/hu/LC_MESSAGES/bluefish_plugin_entities.mo
+share/locale/hu/LC_MESSAGES/bluefish_plugin_htmlbar.mo
+share/locale/hu/LC_MESSAGES/bluefish_plugin_infbrowser.mo
+share/locale/hu/LC_MESSAGES/bluefish_plugin_snippets.mo
+share/locale/hu/LC_MESSAGES/bluefish_plugin_zencoding.mo
+share/locale/it/LC_MESSAGES/bluefish.mo
+share/locale/it/LC_MESSAGES/bluefish_plugin_about.mo
+share/locale/it/LC_MESSAGES/bluefish_plugin_charmap.mo
+share/locale/it/LC_MESSAGES/bluefish_plugin_entities.mo
+share/locale/it/LC_MESSAGES/bluefish_plugin_htmlbar.mo
+share/locale/it/LC_MESSAGES/bluefish_plugin_infbrowser.mo
+share/locale/it/LC_MESSAGES/bluefish_plugin_snippets.mo
+share/locale/it/LC_MESSAGES/bluefish_plugin_zencoding.mo
+share/locale/ja/LC_MESSAGES/bluefish.mo
+share/locale/ja/LC_MESSAGES/bluefish_plugin_about.mo
+share/locale/ja/LC_MESSAGES/bluefish_plugin_charmap.mo
+share/locale/ja/LC_MESSAGES/bluefish_plugin_entities.mo
+share/locale/ja/LC_MESSAGES/bluefish_plugin_htmlbar.mo
+share/locale/ja/LC_MESSAGES/bluefish_plugin_infbrowser.mo
+share/locale/ja/LC_MESSAGES/bluefish_plugin_snippets.mo
+share/locale/ja/LC_MESSAGES/bluefish_plugin_zencoding.mo
+share/locale/ko/LC_MESSAGES/bluefish.mo
+share/locale/ko/LC_MESSAGES/bluefish_plugin_about.mo
+share/locale/ko/LC_MESSAGES/bluefish_plugin_charmap.mo
+share/locale/ko/LC_MESSAGES/bluefish_plugin_entities.mo
+share/locale/ko/LC_MESSAGES/bluefish_plugin_htmlbar.mo
+share/locale/ko/LC_MESSAGES/bluefish_plugin_infbrowser.mo
+share/locale/ko/LC_MESSAGES/bluefish_plugin_snippets.mo
+share/locale/ko/LC_MESSAGES/bluefish_plugin_zencoding.mo
+share/locale/nb/LC_MESSAGES/bluefish.mo
+share/locale/nb/LC_MESSAGES/bluefish_plugin_about.mo
+share/locale/nb/LC_MESSAGES/bluefish_plugin_charmap.mo
+share/locale/nb/LC_MESSAGES/bluefish_plugin_entities.mo
+share/locale/nb/LC_MESSAGES/bluefish_plugin_htmlbar.mo
+share/locale/nb/LC_MESSAGES/bluefish_plugin_infbrowser.mo
+share/locale/nb/LC_MESSAGES/bluefish_plugin_snippets.mo
+share/locale/nb/LC_MESSAGES/bluefish_plugin_zencoding.mo
+share/locale/nl/LC_MESSAGES/bluefish.mo
+share/locale/nl/LC_MESSAGES/bluefish_plugin_about.mo
+share/locale/nl/LC_MESSAGES/bluefish_plugin_charmap.mo
+share/locale/nl/LC_MESSAGES/bluefish_plugin_entities.mo
+share/locale/nl/LC_MESSAGES/bluefish_plugin_htmlbar.mo
+share/locale/nl/LC_MESSAGES/bluefish_plugin_infbrowser.mo
+share/locale/nl/LC_MESSAGES/bluefish_plugin_snippets.mo
+share/locale/nl/LC_MESSAGES/bluefish_plugin_zencoding.mo
+share/locale/nn/LC_MESSAGES/bluefish.mo
+share/locale/nn/LC_MESSAGES/bluefish_plugin_about.mo
+share/locale/nn/LC_MESSAGES/bluefish_plugin_charmap.mo
+share/locale/nn/LC_MESSAGES/bluefish_plugin_entities.mo
+share/locale/nn/LC_MESSAGES/bluefish_plugin_htmlbar.mo
+share/locale/nn/LC_MESSAGES/bluefish_plugin_infbrowser.mo
+share/locale/nn/LC_MESSAGES/bluefish_plugin_snippets.mo
+share/locale/nn/LC_MESSAGES/bluefish_plugin_zencoding.mo
+share/locale/pl/LC_MESSAGES/bluefish.mo
+share/locale/pl/LC_MESSAGES/bluefish_plugin_about.mo
+share/locale/pl/LC_MESSAGES/bluefish_plugin_charmap.mo
+share/locale/pl/LC_MESSAGES/bluefish_plugin_entities.mo
+share/locale/pl/LC_MESSAGES/bluefish_plugin_htmlbar.mo
+share/locale/pl/LC_MESSAGES/bluefish_plugin_infbrowser.mo
+share/locale/pl/LC_MESSAGES/bluefish_plugin_snippets.mo
+share/locale/pl/LC_MESSAGES/bluefish_plugin_zencoding.mo
+share/locale/pt/LC_MESSAGES/bluefish.mo
+share/locale/pt/LC_MESSAGES/bluefish_plugin_about.mo
+share/locale/pt/LC_MESSAGES/bluefish_plugin_charmap.mo
+share/locale/pt/LC_MESSAGES/bluefish_plugin_entities.mo
+share/locale/pt/LC_MESSAGES/bluefish_plugin_htmlbar.mo
+share/locale/pt/LC_MESSAGES/bluefish_plugin_infbrowser.mo
+share/locale/pt/LC_MESSAGES/bluefish_plugin_snippets.mo
+share/locale/pt/LC_MESSAGES/bluefish_plugin_zencoding.mo
+share/locale/pt_BR/LC_MESSAGES/bluefish.mo
+share/locale/pt_BR/LC_MESSAGES/bluefish_plugin_about.mo
+share/locale/pt_BR/LC_MESSAGES/bluefish_plugin_charmap.mo
+share/locale/pt_BR/LC_MESSAGES/bluefish_plugin_entities.mo
+share/locale/pt_BR/LC_MESSAGES/bluefish_plugin_htmlbar.mo
+share/locale/pt_BR/LC_MESSAGES/bluefish_plugin_infbrowser.mo
+share/locale/pt_BR/LC_MESSAGES/bluefish_plugin_snippets.mo
+share/locale/pt_BR/LC_MESSAGES/bluefish_plugin_zencoding.mo
+share/locale/ro/LC_MESSAGES/bluefish.mo
+share/locale/ro/LC_MESSAGES/bluefish_plugin_about.mo
+share/locale/ro/LC_MESSAGES/bluefish_plugin_charmap.mo
+share/locale/ro/LC_MESSAGES/bluefish_plugin_entities.mo
+share/locale/ro/LC_MESSAGES/bluefish_plugin_htmlbar.mo
+share/locale/ro/LC_MESSAGES/bluefish_plugin_infbrowser.mo
+share/locale/ro/LC_MESSAGES/bluefish_plugin_snippets.mo
+share/locale/ro/LC_MESSAGES/bluefish_plugin_zencoding.mo
+share/locale/ru/LC_MESSAGES/bluefish.mo
+share/locale/ru/LC_MESSAGES/bluefish_plugin_about.mo
+share/locale/ru/LC_MESSAGES/bluefish_plugin_charmap.mo
+share/locale/ru/LC_MESSAGES/bluefish_plugin_entities.mo
+share/locale/ru/LC_MESSAGES/bluefish_plugin_htmlbar.mo
+share/locale/ru/LC_MESSAGES/bluefish_plugin_infbrowser.mo
+share/locale/ru/LC_MESSAGES/bluefish_plugin_snippets.mo
+share/locale/ru/LC_MESSAGES/bluefish_plugin_zencoding.mo
+share/locale/sk/LC_MESSAGES/bluefish.mo
+share/locale/sk/LC_MESSAGES/bluefish_plugin_about.mo
+share/locale/sk/LC_MESSAGES/bluefish_plugin_charmap.mo
+share/locale/sk/LC_MESSAGES/bluefish_plugin_entities.mo
+share/locale/sk/LC_MESSAGES/bluefish_plugin_htmlbar.mo
+share/locale/sk/LC_MESSAGES/bluefish_plugin_infbrowser.mo
+share/locale/sk/LC_MESSAGES/bluefish_plugin_snippets.mo
+share/locale/sk/LC_MESSAGES/bluefish_plugin_zencoding.mo
+share/locale/sr/LC_MESSAGES/bluefish.mo
+share/locale/sr/LC_MESSAGES/bluefish_plugin_about.mo
+share/locale/sr/LC_MESSAGES/bluefish_plugin_charmap.mo
+share/locale/sr/LC_MESSAGES/bluefish_plugin_entities.mo
+share/locale/sr/LC_MESSAGES/bluefish_plugin_htmlbar.mo
+share/locale/sr/LC_MESSAGES/bluefish_plugin_infbrowser.mo
+share/locale/sr/LC_MESSAGES/bluefish_plugin_snippets.mo
+share/locale/sr/LC_MESSAGES/bluefish_plugin_zencoding.mo
+share/locale/sv/LC_MESSAGES/bluefish.mo
+share/locale/sv/LC_MESSAGES/bluefish_plugin_about.mo
+share/locale/sv/LC_MESSAGES/bluefish_plugin_charmap.mo
+share/locale/sv/LC_MESSAGES/bluefish_plugin_entities.mo
+share/locale/sv/LC_MESSAGES/bluefish_plugin_htmlbar.mo
+share/locale/sv/LC_MESSAGES/bluefish_plugin_infbrowser.mo
+share/locale/sv/LC_MESSAGES/bluefish_plugin_snippets.mo
+share/locale/sv/LC_MESSAGES/bluefish_plugin_zencoding.mo
+share/locale/ta/LC_MESSAGES/bluefish.mo
+share/locale/ta/LC_MESSAGES/bluefish_plugin_about.mo
+share/locale/ta/LC_MESSAGES/bluefish_plugin_charmap.mo
+share/locale/ta/LC_MESSAGES/bluefish_plugin_entities.mo
+share/locale/ta/LC_MESSAGES/bluefish_plugin_htmlbar.mo
+share/locale/ta/LC_MESSAGES/bluefish_plugin_infbrowser.mo
+share/locale/ta/LC_MESSAGES/bluefish_plugin_snippets.mo
+share/locale/ta/LC_MESSAGES/bluefish_plugin_zencoding.mo
+share/locale/tr/LC_MESSAGES/bluefish.mo
+share/locale/tr/LC_MESSAGES/bluefish_plugin_about.mo
+share/locale/tr/LC_MESSAGES/bluefish_plugin_charmap.mo
+share/locale/tr/LC_MESSAGES/bluefish_plugin_entities.mo
+share/locale/tr/LC_MESSAGES/bluefish_plugin_htmlbar.mo
+share/locale/tr/LC_MESSAGES/bluefish_plugin_infbrowser.mo
+share/locale/tr/LC_MESSAGES/bluefish_plugin_snippets.mo
+share/locale/tr/LC_MESSAGES/bluefish_plugin_zencoding.mo
+share/locale/uk/LC_MESSAGES/bluefish.mo
+share/locale/uk/LC_MESSAGES/bluefish_plugin_about.mo
+share/locale/uk/LC_MESSAGES/bluefish_plugin_charmap.mo
+share/locale/uk/LC_MESSAGES/bluefish_plugin_entities.mo
+share/locale/uk/LC_MESSAGES/bluefish_plugin_htmlbar.mo
+share/locale/uk/LC_MESSAGES/bluefish_plugin_infbrowser.mo
+share/locale/uk/LC_MESSAGES/bluefish_plugin_snippets.mo
+share/locale/uk/LC_MESSAGES/bluefish_plugin_zencoding.mo
+share/locale/zh_CN/LC_MESSAGES/bluefish.mo
+share/locale/zh_CN/LC_MESSAGES/bluefish_plugin_about.mo
+share/locale/zh_CN/LC_MESSAGES/bluefish_plugin_charmap.mo
+share/locale/zh_CN/LC_MESSAGES/bluefish_plugin_entities.mo
+share/locale/zh_CN/LC_MESSAGES/bluefish_plugin_htmlbar.mo
+share/locale/zh_CN/LC_MESSAGES/bluefish_plugin_infbrowser.mo
+share/locale/zh_CN/LC_MESSAGES/bluefish_plugin_snippets.mo
+share/locale/zh_CN/LC_MESSAGES/bluefish_plugin_zencoding.mo
+share/locale/zh_TW/LC_MESSAGES/bluefish.mo
+share/locale/zh_TW/LC_MESSAGES/bluefish_plugin_about.mo
+share/locale/zh_TW/LC_MESSAGES/bluefish_plugin_charmap.mo
+share/locale/zh_TW/LC_MESSAGES/bluefish_plugin_entities.mo
+share/locale/zh_TW/LC_MESSAGES/bluefish_plugin_htmlbar.mo
+share/locale/zh_TW/LC_MESSAGES/bluefish_plugin_infbrowser.mo
+share/locale/zh_TW/LC_MESSAGES/bluefish_plugin_snippets.mo
+share/locale/zh_TW/LC_MESSAGES/bluefish_plugin_zencoding.mo
 share/mime/application/x-bluefish-language2.xml
 share/mime/application/x-bluefish-project.xml
 share/mime/packages/bluefish.xml



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603101446.u2AEkFVv086474>