aboutsummaryrefslogtreecommitdiff
path: root/www/bluefish
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-03-10 14:46:15 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-03-10 14:46:15 +0000
commitf8d35a1d15961931f44974ffe9d35e93ecea5ba7 (patch)
tree88a79cca81670ef2284d2a5ac246afc1af500084 /www/bluefish
parent1fc580cf0ae26ac51f097fc93f6ed7e57a06e96a (diff)
downloadports-f8d35a1d15961931f44974ffe9d35e93ecea5ba7.tar.gz
ports-f8d35a1d15961931f44974ffe9d35e93ecea5ba7.zip
Update to 2.2.8
PR: 206898 Submitted by: tkato432 yahoo com Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=410755
Diffstat (limited to 'www/bluefish')
-rw-r--r--www/bluefish/Makefile45
-rw-r--r--www/bluefish/distinfo4
-rw-r--r--www/bluefish/pkg-descr7
-rw-r--r--www/bluefish/pkg-plist542
4 files changed, 300 insertions, 298 deletions
diff --git a/www/bluefish/Makefile b/www/bluefish/Makefile
index c2ab1d4e5796..5decf7c6e196 100644
--- a/www/bluefish/Makefile
+++ b/www/bluefish/Makefile
@@ -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
+TOOLKIT_DESC= GTK+ toolkit
+WEBLINT_DESC= Weblint HTML checker support
-NLS_USES= gettext
-NLS_CONFIGURE_OFF= --disable-nls
-NLS_USES_OFF= gettext-tools
-
-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>
diff --git a/www/bluefish/distinfo b/www/bluefish/distinfo
index 4cc27a73810e..1ac0110c8120 100644
--- a/www/bluefish/distinfo
+++ b/www/bluefish/distinfo
@@ -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
diff --git a/www/bluefish/pkg-descr b/www/bluefish/pkg-descr
index 6a74ccb91382..ba418977d74c 100644
--- a/www/bluefish/pkg-descr
+++ b/www/bluefish/pkg-descr
@@ -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/
diff --git a/www/bluefish/pkg-plist b/www/bluefish/pkg-plist
index 096fb44ea080..3bc0803b71ec 100644
--- a/www/bluefish/pkg-plist
+++ b/www/bluefish/pkg-plist
@@ -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/bluefish.png
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.png
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