FreeBSD Bugzilla – Attachment 166518 Details for
Bug 206898
[PATCH] www/bluefish: Update to version 2.2.8
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
www_bluefish.diff
www_bluefish.diff (text/plain), 37.41 KB, created by
tkato432
on 2016-02-03 18:34:44 UTC
(
hide
)
Description:
www_bluefish.diff
Filename:
MIME Type:
Creator:
tkato432
Created:
2016-02-03 18:34:44 UTC
Size:
37.41 KB
patch
obsolete
>diff -urN /usr/ports/www/bluefish/Makefile www/bluefish/Makefile >--- /usr/ports/www/bluefish/Makefile 2015-08-24 04:00:50.513402000 +0900 >+++ www/bluefish/Makefile 2016-02-04 00:00:00.000000000 +0900 >@@ -2,59 +2,49 @@ > # $FreeBSD: head/www/bluefish/Makefile 393444 2015-08-02 20:23:55Z kwm $ > > 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 > >-LICENSE= GPLv2 >+LICENSE= GPLv3+ >+LICENSE_FILE= ${WRKSRC}/COPYING > > LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre \ > libenchant.so:${PORTSDIR}/textproc/enchant > >-INSTALLS_ICONS= yes >-USE_LDCONFIG= yes >- >-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 >+USE_LDCONFIG= yes >+INSTALLS_ICONS= yes > >-OPTIONS_DEFINE= DEBUG NLS TIDY WEBLINT EXAMPLES >- >-DEBUG_DESC= Enable debugging output >-TIDY_DESC= Include Tidy HTML cleanup program >-WEBLINT_DESC= Include Weblint syntax and style checker >- >-OPTIONS_DEFAULT=WEBLINT >- >-OPTIONS_SUB= yes >- >-NLS_USES= gettext >-NLS_CONFIGURE_OFF= --disable-nls >+CPPFLAGS+= -I${LOCALBASE}/include >+LDFLAGS+= -L${LOCALBASE}/lib > >-DEBUG_CONFIGURE_ON= --with-debugging-output >-LIBGNOME_USE= GNOME=libgnomeui >+OPTIONS_DEFINE= DEBUG DOCS TIDY WEBLINT >+OPTIONS_SINGLE= TOOLKIT >+OPTIONS_SINGLE_TOOLKIT= GTK2 GTK3 >+OPTIONS_DEFAULT= GTK2 WEBLINT >+OPTIONS_SUB= yes >+ >+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 >+TOOLKIT_DESC= GTK+ toolkit >+WEBLINT_DESC= Weblint HTML checker support > 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 -urN /usr/ports/www/bluefish/distinfo www/bluefish/distinfo >--- /usr/ports/www/bluefish/distinfo 2015-08-24 04:00:50.524140000 +0900 >+++ www/bluefish/distinfo 2016-02-04 00:00:00.000000000 +0900 >@@ -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 -urN /usr/ports/www/bluefish/pkg-descr www/bluefish/pkg-descr >--- /usr/ports/www/bluefish/pkg-descr 2015-08-24 04:00:50.531384000 +0900 >+++ www/bluefish/pkg-descr 2016-02-04 00:00:00.000000000 +0900 >@@ -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 -urN /usr/ports/www/bluefish/pkg-plist www/bluefish/pkg-plist >--- /usr/ports/www/bluefish/pkg-plist 2015-08-24 04:00:50.558594000 +0900 >+++ www/bluefish/pkg-plist 2016-02-04 00:00:00.000000000 +0900 >@@ -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 @@ > %%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 @@ > %%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 @@ > %%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 @@ > %%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 @@ > %%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/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/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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 206898
:
166518
|
167401