From e3a5c7abeb4680b54834a0c38f9d27c171b04fe8 Mon Sep 17 00:00:00 2001 From: Gerald Schmidt Date: Tue, 1 Dec 2009 13:33:22 +0000 Subject: [PATCH] Updated for 1.2.0.7 development --- src/Makefile.am | 159 +- src/Makefile.in | 1445 +++++----- src/binaryfile.cpp | 6 +- src/copying/xmlcopyeditor/copying.txt | 22 +- src/exportdialog.cpp | 2 +- src/findreplacepanel.cpp | 2 +- src/help/xmlcopyeditor.chm | Bin 27272 -> 27282 bytes src/help/xmlcopyeditor.hhp | 2 +- src/po/it/messages.po | 3612 ++++++++++++------------- src/replace.cpp | 1 + src/stringset.h | 2 + src/styledialog.cpp | 4 +- src/wrapaspell.cpp | 1 + src/wrapdaisy.cpp | 49 +- src/xmlassociatedtd.cpp | 1 + src/xmlassociatexsd.h | 1 + src/xmlassociatexsl.h | 1 + src/xmlcopyeditor.cpp | 43 +- src/xmlcopyeditor.desktop | 20 +- src/xmlcopyeditor.spec | 80 +- src/xmlcopyeditorcopy.h | 2 +- src/xmlcopyimg.cpp | 3 +- src/xmlprodnote.h | 1 + src/xmlpromptgenerator.cpp | 2 + src/xmlsuppressprodnote.h | 1 + src/xmlutf8reader.cpp | 1 + src/xpm/appicon.xpm | 5 + src/xsllocator.cpp | 4 + 28 files changed, 2802 insertions(+), 2670 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 7ff5372..5f7a8d4 100755 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,79 +1,80 @@ -# these are the headers for your project -noinst_HEADERS = *.h - -######################################################################### -# APPLICATION SECTION -######################################################################### -# this is the program that gets installed. it's name is used for all -# of the other Makefile.am variables -bin_PROGRAMS = xmlcopyeditor -bindir = ${prefix}/bin -xmlcopyeditordir = ${prefix}/share/xmlcopyeditor -pixmapdir = /usr/share/pixmaps -applicationsdir = /usr/share/applications - -# the application source, library search path, and link libraries -xmlcopyeditor_SOURCES = xmlcopyeditor.cpp associatedialog.cpp casehandler.cpp \ - contexthandler.cpp globalreplacedialog.cpp housestyle.cpp \ - housestylereader.cpp myhtmlpane.cpp nocasecompare.cpp readfile.cpp \ - replace.cpp styledialog.cpp wraplibxml.cpp \ - wrapregex.cpp wraptempfilename.cpp xmlassociatedtd.cpp xmlassociatexsd.cpp \ - xmlassociatexsl.cpp xmlctrl.cpp xmldoc.cpp xmlencodinghandler.cpp xmlfilterreader.cpp \ - xmlpromptgenerator.cpp xmlrulereader.cpp xmlschemalocator.cpp xmlutf8reader.cpp xsllocator.cpp \ - wrapexpat.cpp mypropertysheet.cpp rule.cpp housestylewriter.cpp myipc.cpp aboutdialog.cpp pathresolver.cpp mynotebook.cpp \ - insertpanel.cpp xmlwordcount.cpp getword.cpp locationpanel.cpp catalogresolver.cpp getlinuxappdir.cpp \ - xmlparseschemans.cpp xmlshallowvalidator.cpp wrapxerces.cpp \ - findreplacepanel.cpp commandpanel.cpp xercescatalogresolver.cpp \ - binaryfile.cpp xmlencodingspy.cpp wrapaspell.cpp validationthread.cpp \ - wrapdaisy.cpp exportdialog.cpp mp3album.cpp xmlprodnote.cpp \ - rulesets png rng xpm templates copying help po \ - xmlcopyeditor.spec xmlcopyeditor.png custom.xpm \ - xmlcopyeditor.desktop -xmlcopyeditor_LDFLAGS = $(WX_LIBS) \ - -lexpat -lxslt -lxml2 -lpcre -lxerces-c $(ASPELL_LIBS) $(ENCHANT_LIBS) - -nobase_xmlcopyeditor_DATA = png/*.png \ - rulesets/*.* \ - rng/*.rng \ - rng/*.rnc \ - rng/exclude/*.rng \ - rng/modules/*.rng \ - xpm/*.xpm \ - templates/*.xml \ - templates/*.dtd \ - templates/*.xsl \ - templates/*.rss \ - templates/*.html \ - templates/*.xtm \ - templates/*.xsd \ - templates/*.rng \ - templates/*.lzx \ - templates/*.xlf \ - help/*.* help/html/*.* \ - copying/*.txt copying/boost_shared_ptr/* \ - copying/Expat/* copying/libxml2/* copying/libxslt/* \ - copying/PCRE/* copying/Scintilla/* \ - copying/wxStyledTextCtrl/* \ - copying/wxStEditor/* \ - copying/xmlcopyeditor/* \ - copying/Aspell/* \ - copying/Apache/LICENSE-2.0 \ - copying/Apache/LICENSE-2_files/* \ - po/sk/messages.mo \ - po/sv/messages.mo \ - po/fr/messages.mo \ - po/de/messages.mo \ - po/ru/messages.mo \ - po/es/messages.mo \ - po/zh_CN/messages.mo \ - po/zh_TW/messages.mo \ - po/uk_UA/messages.mo \ - po/uk_UA/messages.mo \ - po/en_us/messages.po - -pixmap_DATA = xmlcopyeditor.png - -applications_DATA = xmlcopyeditor.desktop - -INCLUDES = -I/usr/include/libxml2 $(ENCHANT_CFLAGS) - +# these are the headers for your project +noinst_HEADERS = *.h + +######################################################################### +# APPLICATION SECTION +######################################################################### +# this is the program that gets installed. it's name is used for all +# of the other Makefile.am variables +bin_PROGRAMS = xmlcopyeditor +bindir = ${prefix}/bin +xmlcopyeditordir = ${prefix}/share/xmlcopyeditor +pixmapdir = /usr/share/pixmaps +applicationsdir = /usr/share/applications + +# the application source, library search path, and link libraries +xmlcopyeditor_SOURCES = xmlcopyeditor.cpp associatedialog.cpp casehandler.cpp \ + contexthandler.cpp globalreplacedialog.cpp housestyle.cpp \ + housestylereader.cpp myhtmlpane.cpp nocasecompare.cpp readfile.cpp \ + replace.cpp styledialog.cpp wraplibxml.cpp \ + wrapregex.cpp wraptempfilename.cpp xmlassociatedtd.cpp xmlassociatexsd.cpp \ + xmlassociatexsl.cpp xmlctrl.cpp xmldoc.cpp xmlencodinghandler.cpp xmlfilterreader.cpp \ + xmlpromptgenerator.cpp xmlrulereader.cpp xmlschemalocator.cpp xmlutf8reader.cpp xsllocator.cpp \ + wrapexpat.cpp mypropertysheet.cpp rule.cpp housestylewriter.cpp myipc.cpp aboutdialog.cpp pathresolver.cpp mynotebook.cpp \ + insertpanel.cpp xmlwordcount.cpp getword.cpp locationpanel.cpp catalogresolver.cpp getlinuxappdir.cpp \ + xmlparseschemans.cpp xmlshallowvalidator.cpp wrapxerces.cpp \ + findreplacepanel.cpp commandpanel.cpp xercescatalogresolver.cpp \ + binaryfile.cpp xmlencodingspy.cpp wrapaspell.cpp validationthread.cpp \ + wrapdaisy.cpp exportdialog.cpp mp3album.cpp xmlprodnote.cpp \ + xmlsuppressprodnote.cpp xmlcopyimg.cpp \ + rulesets png rng xpm templates copying help po \ + xmlcopyeditor.spec xmlcopyeditor.png custom.xpm \ + xmlcopyeditor.desktop +xmlcopyeditor_LDFLAGS = $(WX_LIBS) \ + -lexpat -lxslt -lxml2 -lpcre -lxerces-c $(ASPELL_LIBS) $(ENCHANT_LIBS) + +nobase_xmlcopyeditor_DATA = png/*.png \ + rulesets/*.* \ + rng/*.rng \ + rng/*.rnc \ + rng/exclude/*.rng \ + rng/modules/*.rng \ + xpm/*.xpm \ + templates/*.xml \ + templates/*.dtd \ + templates/*.xsl \ + templates/*.rss \ + templates/*.html \ + templates/*.xtm \ + templates/*.xsd \ + templates/*.rng \ + templates/*.lzx \ + templates/*.xlf \ + help/*.* help/html/*.* \ + copying/*.txt copying/boost_shared_ptr/* \ + copying/Expat/* copying/libxml2/* copying/libxslt/* \ + copying/PCRE/* copying/Scintilla/* \ + copying/wxStyledTextCtrl/* \ + copying/wxStEditor/* \ + copying/xmlcopyeditor/* \ + copying/Aspell/* \ + copying/Apache/LICENSE-2.0 \ + copying/Apache/LICENSE-2_files/* \ + po/sk/messages.mo \ + po/sv/messages.mo \ + po/fr/messages.mo \ + po/de/messages.mo \ + po/ru/messages.mo \ + po/es/messages.mo \ + po/zh_CN/messages.mo \ + po/zh_TW/messages.mo \ + po/uk_UA/messages.mo \ + po/ca/messages.mo \ + po/en_us/messages.po + +pixmap_DATA = xmlcopyeditor.png + +applications_DATA = xmlcopyeditor.desktop + +INCLUDES = -I/usr/include/libxml2 $(ENCHANT_CFLAGS) + diff --git a/src/Makefile.in b/src/Makefile.in index 94aef24..a8e9de3 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -1,682 +1,763 @@ -# Makefile.in generated by automake 1.10.2 from Makefile.am. -# @configure_input@ - -# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. -# This Makefile.in is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY, to the extent permitted by law; without -# even the implied warranty of MERCHANTABILITY or FITNESS FOR A -# PARTICULAR PURPOSE. - -@SET_MAKE@ - - - -VPATH = @srcdir@ -pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ -pkgincludedir = $(includedir)/@PACKAGE@ -am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -install_sh_DATA = $(install_sh) -c -m 644 -install_sh_PROGRAM = $(install_sh) -c -install_sh_SCRIPT = $(install_sh) -c -INSTALL_HEADER = $(INSTALL_DATA) -transform = $(program_transform_name) -NORMAL_INSTALL = : -PRE_INSTALL = : -POST_INSTALL = : -NORMAL_UNINSTALL = : -PRE_UNINSTALL = : -POST_UNINSTALL = : -build_triplet = @build@ -host_triplet = @host@ -bin_PROGRAMS = xmlcopyeditor$(EXEEXT) -subdir = src -DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \ - $(srcdir)/Makefile.in -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/configure.in -am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) -mkinstalldirs = $(install_sh) -d -CONFIG_CLEAN_FILES = -am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(desktopdir)" \ - "$(DESTDIR)$(xmlcopyeditordir)" "$(DESTDIR)$(pixmapdir)" -binPROGRAMS_INSTALL = $(INSTALL_PROGRAM) -PROGRAMS = $(bin_PROGRAMS) -am_xmlcopyeditor_OBJECTS = xmlcopyeditor.$(OBJEXT) \ - associatedialog.$(OBJEXT) casehandler.$(OBJEXT) \ - contexthandler.$(OBJEXT) globalreplacedialog.$(OBJEXT) \ - housestyle.$(OBJEXT) housestylereader.$(OBJEXT) \ - myhtmlpane.$(OBJEXT) nocasecompare.$(OBJEXT) \ - readfile.$(OBJEXT) replace.$(OBJEXT) styledialog.$(OBJEXT) \ - wraplibxml.$(OBJEXT) wrapregex.$(OBJEXT) \ - wraptempfilename.$(OBJEXT) xmlassociatedtd.$(OBJEXT) \ - xmlassociatexsd.$(OBJEXT) xmlassociatexsl.$(OBJEXT) \ - xmlctrl.$(OBJEXT) xmldoc.$(OBJEXT) \ - xmlencodinghandler.$(OBJEXT) xmlfilterreader.$(OBJEXT) \ - xmlpromptgenerator.$(OBJEXT) xmlrulereader.$(OBJEXT) \ - xmlschemalocator.$(OBJEXT) xmlutf8reader.$(OBJEXT) \ - xsllocator.$(OBJEXT) wrapexpat.$(OBJEXT) \ - mypropertysheet.$(OBJEXT) rule.$(OBJEXT) \ - housestylewriter.$(OBJEXT) myipc.$(OBJEXT) \ - aboutdialog.$(OBJEXT) pathresolver.$(OBJEXT) \ - mynotebook.$(OBJEXT) insertpanel.$(OBJEXT) \ - xmlwordcount.$(OBJEXT) getword.$(OBJEXT) \ - locationpanel.$(OBJEXT) catalogresolver.$(OBJEXT) \ - getlinuxappdir.$(OBJEXT) xmlparseschemans.$(OBJEXT) \ - xmlshallowvalidator.$(OBJEXT) wrapxerces.$(OBJEXT) \ - findreplacepanel.$(OBJEXT) commandpanel.$(OBJEXT) \ - xercescatalogresolver.$(OBJEXT) binaryfile.$(OBJEXT) \ - xmlencodingspy.$(OBJEXT) wrapaspell.$(OBJEXT) \ - validationthread.$(OBJEXT) -xmlcopyeditor_OBJECTS = $(am_xmlcopyeditor_OBJECTS) -xmlcopyeditor_LDADD = $(LDADD) -xmlcopyeditor_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \ - $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ - $(CXXFLAGS) $(xmlcopyeditor_LDFLAGS) $(LDFLAGS) -o $@ -DEFAULT_INCLUDES = -I.@am__isrc@ -depcomp = $(SHELL) $(top_srcdir)/depcomp -am__depfiles_maybe = depfiles -CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ - $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ - --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ - $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -CXXLD = $(CXX) -CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ - --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \ - $(LDFLAGS) -o $@ -SOURCES = $(xmlcopyeditor_SOURCES) -DIST_SOURCES = $(xmlcopyeditor_SOURCES) -am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; -am__vpath_adj = case $$p in \ - $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ - *) f=$$p;; \ - esac; -am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; -desktopDATA_INSTALL = $(INSTALL_DATA) -nobase_xmlcopyeditorDATA_INSTALL = $(install_sh_DATA) -pixmapDATA_INSTALL = $(INSTALL_DATA) -DATA = $(desktop_DATA) $(nobase_xmlcopyeditor_DATA) $(pixmap_DATA) -HEADERS = $(noinst_HEADERS) -ETAGS = etags -CTAGS = ctags -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -ACLOCAL = @ACLOCAL@ -AMTAR = @AMTAR@ -AR = @AR@ -AUTOCONF = @AUTOCONF@ -AUTOHEADER = @AUTOHEADER@ -AUTOMAKE = @AUTOMAKE@ -AWK = @AWK@ -CC = @CC@ -CCDEPMODE = @CCDEPMODE@ -CFLAGS = @CFLAGS@ -CPP = @CPP@ -CPPFLAGS = @CPPFLAGS@ -CXX = @CXX@ -CXXCPP = @CXXCPP@ -CXXDEPMODE = @CXXDEPMODE@ -CXXFLAGS = @CXXFLAGS@ -CYGPATH_W = @CYGPATH_W@ -DEFS = @DEFS@ -DEPDIR = @DEPDIR@ -DSYMUTIL = @DSYMUTIL@ -DUMPBIN = @DUMPBIN@ -ECHO_C = @ECHO_C@ -ECHO_N = @ECHO_N@ -ECHO_T = @ECHO_T@ -EGREP = @EGREP@ -EXEEXT = @EXEEXT@ -FGREP = @FGREP@ -GREP = @GREP@ -INSTALL = @INSTALL@ -INSTALL_DATA = @INSTALL_DATA@ -INSTALL_PROGRAM = @INSTALL_PROGRAM@ -INSTALL_SCRIPT = @INSTALL_SCRIPT@ -INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -LD = @LD@ -LDFLAGS = @LDFLAGS@ -LIBOBJS = @LIBOBJS@ -LIBS = @LIBS@ -LIBTOOL = @LIBTOOL@ -LIPO = @LIPO@ -LN_S = @LN_S@ -LTLIBOBJS = @LTLIBOBJS@ -MAKEINFO = @MAKEINFO@ -MKDIR_P = @MKDIR_P@ -NM = @NM@ -NMEDIT = @NMEDIT@ -OBJDUMP = @OBJDUMP@ -OBJEXT = @OBJEXT@ -OTOOL = @OTOOL@ -OTOOL64 = @OTOOL64@ -PACKAGE = @PACKAGE@ -PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -PACKAGE_NAME = @PACKAGE_NAME@ -PACKAGE_STRING = @PACKAGE_STRING@ -PACKAGE_TARNAME = @PACKAGE_TARNAME@ -PACKAGE_VERSION = @PACKAGE_VERSION@ -PATH_SEPARATOR = @PATH_SEPARATOR@ -RANLIB = @RANLIB@ -SED = @SED@ -SET_MAKE = @SET_MAKE@ -SHELL = @SHELL@ -STRIP = @STRIP@ -VERSION = @VERSION@ -WX_LIBS = @WX_LIBS@ -abs_builddir = @abs_builddir@ -abs_srcdir = @abs_srcdir@ -abs_top_builddir = @abs_top_builddir@ -abs_top_srcdir = @abs_top_srcdir@ -ac_ct_CC = @ac_ct_CC@ -ac_ct_CXX = @ac_ct_CXX@ -ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -am__include = @am__include@ -am__leading_dot = @am__leading_dot@ -am__quote = @am__quote@ -am__tar = @am__tar@ -am__untar = @am__untar@ -bindir = ${prefix}/bin -build = @build@ -build_alias = @build_alias@ -build_cpu = @build_cpu@ -build_os = @build_os@ -build_vendor = @build_vendor@ -builddir = @builddir@ -datadir = @datadir@ -datarootdir = @datarootdir@ -docdir = @docdir@ -dvidir = @dvidir@ -exec_prefix = @exec_prefix@ -host = @host@ -host_alias = @host_alias@ -host_cpu = @host_cpu@ -host_os = @host_os@ -host_vendor = @host_vendor@ -htmldir = @htmldir@ -includedir = @includedir@ -infodir = @infodir@ -install_sh = @install_sh@ -libdir = @libdir@ -libexecdir = @libexecdir@ -localedir = @localedir@ -localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ -mandir = @mandir@ -mkdir_p = @mkdir_p@ -oldincludedir = @oldincludedir@ -pdfdir = @pdfdir@ -prefix = @prefix@ -program_transform_name = @program_transform_name@ -psdir = @psdir@ -sbindir = @sbindir@ -sharedstatedir = @sharedstatedir@ -srcdir = @srcdir@ -sysconfdir = @sysconfdir@ -target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ -top_builddir = @top_builddir@ -top_srcdir = @top_srcdir@ - -# these are the headers for your project -noinst_HEADERS = $(srcdir)/*.h -xmlcopyeditordir = ${datarootdir}/xmlcopyeditor -pixmapdir = ${datarootdir}/pixmaps -desktopdir = ${datarootdir}/applications - -# the application source, library search path, and link libraries -xmlcopyeditor_SOURCES = xmlcopyeditor.cpp associatedialog.cpp casehandler.cpp \ - contexthandler.cpp globalreplacedialog.cpp housestyle.cpp \ - housestylereader.cpp myhtmlpane.cpp nocasecompare.cpp readfile.cpp \ - replace.cpp styledialog.cpp wraplibxml.cpp \ - wrapregex.cpp wraptempfilename.cpp xmlassociatedtd.cpp xmlassociatexsd.cpp \ - xmlassociatexsl.cpp xmlctrl.cpp xmldoc.cpp xmlencodinghandler.cpp xmlfilterreader.cpp \ - xmlpromptgenerator.cpp xmlrulereader.cpp xmlschemalocator.cpp xmlutf8reader.cpp xsllocator.cpp \ - wrapexpat.cpp mypropertysheet.cpp rule.cpp housestylewriter.cpp myipc.cpp aboutdialog.cpp pathresolver.cpp mynotebook.cpp \ - insertpanel.cpp xmlwordcount.cpp getword.cpp locationpanel.cpp catalogresolver.cpp getlinuxappdir.cpp \ - xmlparseschemans.cpp xmlshallowvalidator.cpp wrapxerces.cpp \ - findreplacepanel.cpp commandpanel.cpp xercescatalogresolver.cpp \ - binaryfile.cpp xmlencodingspy.cpp wrapaspell.cpp validationthread.cpp \ - xmlcopyeditor.spec xmlcopyeditor.png custom.xpm \ - xmlcopyeditor.desktop - -# rulesets png rng xpm templates copying help po -xmlcopyeditor_LDFLAGS = $(WX_LIBS) \ - -lexpat -lxslt -lxml2 -lpcre -lxerces-c -laspell - -nobase_xmlcopyeditor_DATA = $(srcdir)/png/*.png\ - $(srcdir)/rulesets/*.* \ - $(srcdir)/rng/*.rng \ - $(srcdir)/rng/*.rnc \ - $(srcdir)/rng/exclude/*.rng \ - $(srcdir)/rng/modules/*.rng \ - $(srcdir)/xpm/*.xpm \ - $(srcdir)/templates/*.xml \ - $(srcdir)/templates/*.dtd \ - $(srcdir)/templates/*.xsl \ - $(srcdir)/templates/*.rss \ - $(srcdir)/templates/*.html \ - $(srcdir)/templates/*.xtm \ - $(srcdir)/templates/*.xsd \ - $(srcdir)/templates/*.rng \ - $(srcdir)/templates/*.lzx \ - $(srcdir)/templates/*.xlf \ - $(srcdir)/help/*.* $(srcdir)/help/html/*.* \ - $(srcdir)/copying/*.txt $(srcdir)/copying/boost_shared_ptr/* \ - $(srcdir)/copying/Expat/* $(srcdir)/copying/libxml2/* $(srcdir)/copying/libxslt/* \ - $(srcdir)/copying/PCRE/* $(srcdir)/copying/Scintilla/* \ - $(srcdir)/copying/wxStyledTextCtrl/* \ - $(srcdir)/copying/wxStEditor/* \ - $(srcdir)/copying/xmlcopyeditor/* \ - $(srcdir)/copying/Aspell/* \ - $(srcdir)/copying/Apache/LICENSE-2.0 \ - $(srcdir)/copying/Apache/LICENSE-2_files/* \ - $(srcdir)/po/sk/messages.mo \ - $(srcdir)/po/sv/messages.mo \ - $(srcdir)/po/fr/messages.mo \ - $(srcdir)/po/de/messages.mo \ - $(srcdir)/po/ru/messages.mo \ - $(srcdir)/po/es/messages.mo \ - $(srcdir)/po/zh_CN/messages.mo \ - $(srcdir)/po/zh_TW/messages.mo \ - $(srcdir)/po/uk_UA/messages.mo \ - $(srcdir)/po/uk_UA/messages.mo \ - $(srcdir)/po/en_us/messages.po - -pixmap_DATA = xmlcopyeditor.png -desktop_DATA = xmlcopyeditor.desktop -INCLUDES = -I/usr/include/libxml2 -all: all-am - -.SUFFIXES: -.SUFFIXES: .cpp .lo .o .obj -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) - @for dep in $?; do \ - case '$(am__configure_deps)' in \ - *$$dep*) \ - ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ - && { if test -f $@; then exit 0; else break; fi; }; \ - exit 1;; \ - esac; \ - done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu src/Makefile -.PRECIOUS: Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - @case '$?' in \ - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ - esac; - -$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - -$(top_srcdir)/configure: $(am__configure_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -install-binPROGRAMS: $(bin_PROGRAMS) - @$(NORMAL_INSTALL) - test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)" - @list='$(bin_PROGRAMS)'; for p in $$list; do \ - p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ - if test -f $$p \ - || test -f $$p1 \ - ; then \ - f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \ - echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \ - $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \ - else :; fi; \ - done - -uninstall-binPROGRAMS: - @$(NORMAL_UNINSTALL) - @list='$(bin_PROGRAMS)'; for p in $$list; do \ - f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \ - echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \ - rm -f "$(DESTDIR)$(bindir)/$$f"; \ - done - -clean-binPROGRAMS: - @list='$(bin_PROGRAMS)'; for p in $$list; do \ - f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ - echo " rm -f $$p $$f"; \ - rm -f $$p $$f ; \ - done -xmlcopyeditor$(EXEEXT): $(xmlcopyeditor_OBJECTS) $(xmlcopyeditor_DEPENDENCIES) - @rm -f xmlcopyeditor$(EXEEXT) - $(xmlcopyeditor_LINK) $(xmlcopyeditor_OBJECTS) $(xmlcopyeditor_LDADD) $(LIBS) - -mostlyclean-compile: - -rm -f *.$(OBJEXT) - -distclean-compile: - -rm -f *.tab.c - -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aboutdialog.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/associatedialog.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/binaryfile.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/casehandler.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/catalogresolver.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/commandpanel.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/contexthandler.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/findreplacepanel.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getlinuxappdir.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getword.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/globalreplacedialog.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/housestyle.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/housestylereader.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/housestylewriter.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/insertpanel.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/locationpanel.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/myhtmlpane.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/myipc.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mynotebook.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mypropertysheet.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nocasecompare.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pathresolver.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/readfile.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/replace.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rule.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/styledialog.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/validationthread.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wrapaspell.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wrapexpat.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wraplibxml.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wrapregex.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wraptempfilename.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wrapxerces.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xercescatalogresolver.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xmlassociatedtd.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xmlassociatexsd.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xmlassociatexsl.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xmlcopyeditor.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xmlctrl.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xmldoc.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xmlencodinghandler.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xmlencodingspy.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xmlfilterreader.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xmlparseschemans.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xmlpromptgenerator.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xmlrulereader.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xmlschemalocator.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xmlshallowvalidator.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xmlutf8reader.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xmlwordcount.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xsllocator.Po@am__quote@ - -.cpp.o: -@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $< - -.cpp.obj: -@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` - -.cpp.lo: -@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< -@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ $< - -mostlyclean-libtool: - -rm -f *.lo - -clean-libtool: - -rm -rf .libs _libs -install-desktopDATA: $(desktop_DATA) - @$(NORMAL_INSTALL) - test -z "$(desktopdir)" || $(MKDIR_P) "$(DESTDIR)$(desktopdir)" - @list='$(desktop_DATA)'; for p in $$list; do \ - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(am__strip_dir) \ - echo " $(desktopDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(desktopdir)/$$f'"; \ - $(desktopDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(desktopdir)/$$f"; \ - done - -uninstall-desktopDATA: - @$(NORMAL_UNINSTALL) - @list='$(desktop_DATA)'; for p in $$list; do \ - f=$(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(desktopdir)/$$f'"; \ - rm -f "$(DESTDIR)$(desktopdir)/$$f"; \ - done -install-nobase_xmlcopyeditorDATA: $(nobase_xmlcopyeditor_DATA) - @$(NORMAL_INSTALL) - test -z "$(xmlcopyeditordir)" || $(MKDIR_P) "$(DESTDIR)$(xmlcopyeditordir)" - @$(am__vpath_adj_setup) \ - list='$(nobase_xmlcopyeditor_DATA)'; for p in $$list; do \ - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - $(am__vpath_adj) \ - echo " $(nobase_xmlcopyeditorDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(xmlcopyeditordir)/$$f'"; \ - $(nobase_xmlcopyeditorDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(xmlcopyeditordir)/$$f"; \ - done - -uninstall-nobase_xmlcopyeditorDATA: - @$(NORMAL_UNINSTALL) - @$(am__vpath_adj_setup) \ - list='$(nobase_xmlcopyeditor_DATA)'; for p in $$list; do \ - $(am__vpath_adj) \ - echo " rm -f '$(DESTDIR)$(xmlcopyeditordir)/$$f'"; \ - rm -f "$(DESTDIR)$(xmlcopyeditordir)/$$f"; \ - done -install-pixmapDATA: $(pixmap_DATA) - @$(NORMAL_INSTALL) - test -z "$(pixmapdir)" || $(MKDIR_P) "$(DESTDIR)$(pixmapdir)" - @list='$(pixmap_DATA)'; for p in $$list; do \ - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(am__strip_dir) \ - echo " $(pixmapDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pixmapdir)/$$f'"; \ - $(pixmapDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pixmapdir)/$$f"; \ - done - -uninstall-pixmapDATA: - @$(NORMAL_UNINSTALL) - @list='$(pixmap_DATA)'; for p in $$list; do \ - f=$(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(pixmapdir)/$$f'"; \ - rm -f "$(DESTDIR)$(pixmapdir)/$$f"; \ - done - -ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) - list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ - unique=`for i in $$list; do \ - if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ - done | \ - $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ - END { if (nonempty) { for (i in files) print i; }; }'`; \ - mkid -fID $$unique -tags: TAGS - -TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ - $(TAGS_FILES) $(LISP) - tags=; \ - here=`pwd`; \ - list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ - unique=`for i in $$list; do \ - if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ - done | \ - $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ - END { if (nonempty) { for (i in files) print i; }; }'`; \ - if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ - test -n "$$unique" || unique=$$empty_fix; \ - $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ - $$tags $$unique; \ - fi -ctags: CTAGS -CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ - $(TAGS_FILES) $(LISP) - tags=; \ - list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ - unique=`for i in $$list; do \ - if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ - done | \ - $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ - END { if (nonempty) { for (i in files) print i; }; }'`; \ - test -z "$(CTAGS_ARGS)$$tags$$unique" \ - || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ - $$tags $$unique - -GTAGS: - here=`$(am__cd) $(top_builddir) && pwd` \ - && cd $(top_srcdir) \ - && gtags -i $(GTAGS_ARGS) $$here - -distclean-tags: - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags - -distdir: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ - dist_files=`for file in $$list; do echo $$file; done | \ - sed -e "s|^$$srcdirstrip/||;t" \ - -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ - case $$dist_files in \ - */*) $(MKDIR_P) `echo "$$dist_files" | \ - sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ - sort -u` ;; \ - esac; \ - for file in $$dist_files; do \ - if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ - if test -d $$d/$$file; then \ - dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ - if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ - fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ - else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ - || exit 1; \ - fi; \ - done -check-am: all-am -check: check-am -all-am: Makefile $(PROGRAMS) $(DATA) $(HEADERS) -installdirs: - for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(desktopdir)" "$(DESTDIR)$(xmlcopyeditordir)" "$(DESTDIR)$(pixmapdir)"; do \ - test -z "$$dir" || $(MKDIR_P) "$$dir"; \ - done -install: install-am -install-exec: install-exec-am -install-data: install-data-am -uninstall: uninstall-am - -install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - -installcheck: installcheck-am -install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install -mostlyclean-generic: - -clean-generic: - -distclean-generic: - -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) - -maintainer-clean-generic: - @echo "This command is intended for maintainers to use" - @echo "it deletes files that may require special tools to rebuild." -clean: clean-am - -clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am - -distclean: distclean-am - -rm -rf ./$(DEPDIR) - -rm -f Makefile -distclean-am: clean-am distclean-compile distclean-generic \ - distclean-tags - -dvi: dvi-am - -dvi-am: - -html: html-am - -info: info-am - -info-am: - -install-data-am: install-desktopDATA install-nobase_xmlcopyeditorDATA \ - install-pixmapDATA - -install-dvi: install-dvi-am - -install-exec-am: install-binPROGRAMS - -install-html: install-html-am - -install-info: install-info-am - -install-man: - -install-pdf: install-pdf-am - -install-ps: install-ps-am - -installcheck-am: - -maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) - -rm -f Makefile -maintainer-clean-am: distclean-am maintainer-clean-generic - -mostlyclean: mostlyclean-am - -mostlyclean-am: mostlyclean-compile mostlyclean-generic \ - mostlyclean-libtool - -pdf: pdf-am - -pdf-am: - -ps: ps-am - -ps-am: - -uninstall-am: uninstall-binPROGRAMS uninstall-desktopDATA \ - uninstall-nobase_xmlcopyeditorDATA uninstall-pixmapDATA - -.MAKE: install-am install-strip - -.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \ - clean-generic clean-libtool ctags distclean distclean-compile \ - distclean-generic distclean-libtool distclean-tags distdir dvi \ - dvi-am html html-am info info-am install install-am \ - install-binPROGRAMS install-data install-data-am \ - install-desktopDATA install-dvi install-dvi-am install-exec \ - install-exec-am install-html install-html-am install-info \ - install-info-am install-man install-nobase_xmlcopyeditorDATA \ - install-pdf install-pdf-am install-pixmapDATA install-ps \ - install-ps-am install-strip installcheck installcheck-am \ - installdirs maintainer-clean maintainer-clean-generic \ - mostlyclean mostlyclean-compile mostlyclean-generic \ - mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \ - uninstall-am uninstall-binPROGRAMS uninstall-desktopDATA \ - uninstall-nobase_xmlcopyeditorDATA uninstall-pixmapDATA - -# Tell versions [3.59,3.63) of GNU make to not export all variables. -# Otherwise a system limit (for SysV at least) may be exceeded. -.NOEXPORT: +# Makefile.in generated by automake 1.11 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, +# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, +# Inc. +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ + + + +VPATH = @srcdir@ +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ +bin_PROGRAMS = xmlcopyeditor$(EXEEXT) +subdir = src +DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \ + $(srcdir)/Makefile.in +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/configure.in +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(applicationsdir)" \ + "$(DESTDIR)$(xmlcopyeditordir)" "$(DESTDIR)$(pixmapdir)" +PROGRAMS = $(bin_PROGRAMS) +am_xmlcopyeditor_OBJECTS = xmlcopyeditor.$(OBJEXT) \ + associatedialog.$(OBJEXT) casehandler.$(OBJEXT) \ + contexthandler.$(OBJEXT) globalreplacedialog.$(OBJEXT) \ + housestyle.$(OBJEXT) housestylereader.$(OBJEXT) \ + myhtmlpane.$(OBJEXT) nocasecompare.$(OBJEXT) \ + readfile.$(OBJEXT) replace.$(OBJEXT) styledialog.$(OBJEXT) \ + wraplibxml.$(OBJEXT) wrapregex.$(OBJEXT) \ + wraptempfilename.$(OBJEXT) xmlassociatedtd.$(OBJEXT) \ + xmlassociatexsd.$(OBJEXT) xmlassociatexsl.$(OBJEXT) \ + xmlctrl.$(OBJEXT) xmldoc.$(OBJEXT) \ + xmlencodinghandler.$(OBJEXT) xmlfilterreader.$(OBJEXT) \ + xmlpromptgenerator.$(OBJEXT) xmlrulereader.$(OBJEXT) \ + xmlschemalocator.$(OBJEXT) xmlutf8reader.$(OBJEXT) \ + xsllocator.$(OBJEXT) wrapexpat.$(OBJEXT) \ + mypropertysheet.$(OBJEXT) rule.$(OBJEXT) \ + housestylewriter.$(OBJEXT) myipc.$(OBJEXT) \ + aboutdialog.$(OBJEXT) pathresolver.$(OBJEXT) \ + mynotebook.$(OBJEXT) insertpanel.$(OBJEXT) \ + xmlwordcount.$(OBJEXT) getword.$(OBJEXT) \ + locationpanel.$(OBJEXT) catalogresolver.$(OBJEXT) \ + getlinuxappdir.$(OBJEXT) xmlparseschemans.$(OBJEXT) \ + xmlshallowvalidator.$(OBJEXT) wrapxerces.$(OBJEXT) \ + findreplacepanel.$(OBJEXT) commandpanel.$(OBJEXT) \ + xercescatalogresolver.$(OBJEXT) binaryfile.$(OBJEXT) \ + xmlencodingspy.$(OBJEXT) wrapaspell.$(OBJEXT) \ + validationthread.$(OBJEXT) wrapdaisy.$(OBJEXT) \ + exportdialog.$(OBJEXT) mp3album.$(OBJEXT) \ + xmlprodnote.$(OBJEXT) xmlsuppressprodnote.$(OBJEXT) \ + xmlcopyimg.$(OBJEXT) +xmlcopyeditor_OBJECTS = $(am_xmlcopyeditor_OBJECTS) +xmlcopyeditor_LDADD = $(LDADD) +xmlcopyeditor_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ + $(CXXFLAGS) $(xmlcopyeditor_LDFLAGS) $(LDFLAGS) -o $@ +DEFAULT_INCLUDES = -I.@am__isrc@ +depcomp = $(SHELL) $(top_srcdir)/depcomp +am__depfiles_maybe = depfiles +am__mv = mv -f +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) +LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ + --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) +CXXLD = $(CXX) +CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ + --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \ + $(LDFLAGS) -o $@ +SOURCES = $(xmlcopyeditor_SOURCES) +DIST_SOURCES = $(xmlcopyeditor_SOURCES) +am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; +am__vpath_adj = case $$p in \ + $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ + *) f=$$p;; \ + esac; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +DATA = $(applications_DATA) $(nobase_xmlcopyeditor_DATA) \ + $(pixmap_DATA) +HEADERS = $(noinst_HEADERS) +ETAGS = etags +CTAGS = ctags +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AR = @AR@ +ASPELL_LIBS = @ASPELL_LIBS@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +ENCHANT_CFLAGS = @ENCHANT_CFLAGS@ +ENCHANT_LIBS = @ENCHANT_LIBS@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +GREP = @GREP@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MAKEINFO = @MAKEINFO@ +MKDIR_P = @MKDIR_P@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +RANLIB = @RANLIB@ +SED = @SED@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +VERSION = @VERSION@ +WX_LIBS = @WX_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = ${prefix}/bin +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +lt_ECHO = @lt_ECHO@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ + +# these are the headers for your project +noinst_HEADERS = *.h +xmlcopyeditordir = ${prefix}/share/xmlcopyeditor +pixmapdir = /usr/share/pixmaps +applicationsdir = /usr/share/applications + +# the application source, library search path, and link libraries +xmlcopyeditor_SOURCES = xmlcopyeditor.cpp associatedialog.cpp casehandler.cpp \ + contexthandler.cpp globalreplacedialog.cpp housestyle.cpp \ + housestylereader.cpp myhtmlpane.cpp nocasecompare.cpp readfile.cpp \ + replace.cpp styledialog.cpp wraplibxml.cpp \ + wrapregex.cpp wraptempfilename.cpp xmlassociatedtd.cpp xmlassociatexsd.cpp \ + xmlassociatexsl.cpp xmlctrl.cpp xmldoc.cpp xmlencodinghandler.cpp xmlfilterreader.cpp \ + xmlpromptgenerator.cpp xmlrulereader.cpp xmlschemalocator.cpp xmlutf8reader.cpp xsllocator.cpp \ + wrapexpat.cpp mypropertysheet.cpp rule.cpp housestylewriter.cpp myipc.cpp aboutdialog.cpp pathresolver.cpp mynotebook.cpp \ + insertpanel.cpp xmlwordcount.cpp getword.cpp locationpanel.cpp catalogresolver.cpp getlinuxappdir.cpp \ + xmlparseschemans.cpp xmlshallowvalidator.cpp wrapxerces.cpp \ + findreplacepanel.cpp commandpanel.cpp xercescatalogresolver.cpp \ + binaryfile.cpp xmlencodingspy.cpp wrapaspell.cpp validationthread.cpp \ + wrapdaisy.cpp exportdialog.cpp mp3album.cpp xmlprodnote.cpp \ + xmlsuppressprodnote.cpp xmlcopyimg.cpp \ + rulesets png rng xpm templates copying help po \ + xmlcopyeditor.spec xmlcopyeditor.png custom.xpm \ + xmlcopyeditor.desktop + +xmlcopyeditor_LDFLAGS = $(WX_LIBS) \ + -lexpat -lxslt -lxml2 -lpcre -lxerces-c $(ASPELL_LIBS) $(ENCHANT_LIBS) + +nobase_xmlcopyeditor_DATA = png/*.png \ + rulesets/*.* \ + rng/*.rng \ + rng/*.rnc \ + rng/exclude/*.rng \ + rng/modules/*.rng \ + xpm/*.xpm \ + templates/*.xml \ + templates/*.dtd \ + templates/*.xsl \ + templates/*.rss \ + templates/*.html \ + templates/*.xtm \ + templates/*.xsd \ + templates/*.rng \ + templates/*.lzx \ + templates/*.xlf \ + help/*.* help/html/*.* \ + copying/*.txt copying/boost_shared_ptr/* \ + copying/Expat/* copying/libxml2/* copying/libxslt/* \ + copying/PCRE/* copying/Scintilla/* \ + copying/wxStyledTextCtrl/* \ + copying/wxStEditor/* \ + copying/xmlcopyeditor/* \ + copying/Aspell/* \ + copying/Apache/LICENSE-2.0 \ + copying/Apache/LICENSE-2_files/* \ + po/sk/messages.mo \ + po/sv/messages.mo \ + po/fr/messages.mo \ + po/de/messages.mo \ + po/ru/messages.mo \ + po/es/messages.mo \ + po/zh_CN/messages.mo \ + po/zh_TW/messages.mo \ + po/uk_UA/messages.mo \ + po/ca/messages.mo \ + po/en_us/messages.po + +pixmap_DATA = xmlcopyeditor.png +applications_DATA = xmlcopyeditor.desktop +INCLUDES = -I/usr/include/libxml2 $(ENCHANT_CFLAGS) +all: all-am + +.SUFFIXES: +.SUFFIXES: .cpp .lo .o .obj +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu src/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): +install-binPROGRAMS: $(bin_PROGRAMS) + @$(NORMAL_INSTALL) + test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)" + @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ + for p in $$list; do echo "$$p $$p"; done | \ + sed 's/$(EXEEXT)$$//' | \ + while read p p1; do if test -f $$p || test -f $$p1; \ + then echo "$$p"; echo "$$p"; else :; fi; \ + done | \ + sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \ + -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ + sed 'N;N;N;s,\n, ,g' | \ + $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ + { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ + if ($$2 == $$4) files[d] = files[d] " " $$1; \ + else { print "f", $$3 "/" $$4, $$1; } } \ + END { for (d in files) print "f", d, files[d] }' | \ + while read type dir files; do \ + if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ + test -z "$$files" || { \ + echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \ + $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ + } \ + ; done + +uninstall-binPROGRAMS: + @$(NORMAL_UNINSTALL) + @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ + files=`for p in $$list; do echo "$$p"; done | \ + sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ + -e 's/$$/$(EXEEXT)/' `; \ + test -n "$$list" || exit 0; \ + echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ + cd "$(DESTDIR)$(bindir)" && rm -f $$files + +clean-binPROGRAMS: + @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \ + echo " rm -f" $$list; \ + rm -f $$list || exit $$?; \ + test -n "$(EXEEXT)" || exit 0; \ + list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ + echo " rm -f" $$list; \ + rm -f $$list +xmlcopyeditor$(EXEEXT): $(xmlcopyeditor_OBJECTS) $(xmlcopyeditor_DEPENDENCIES) + @rm -f xmlcopyeditor$(EXEEXT) + $(xmlcopyeditor_LINK) $(xmlcopyeditor_OBJECTS) $(xmlcopyeditor_LDADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aboutdialog.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/associatedialog.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/binaryfile.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/casehandler.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/catalogresolver.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/commandpanel.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/contexthandler.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exportdialog.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/findreplacepanel.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getlinuxappdir.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getword.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/globalreplacedialog.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/housestyle.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/housestylereader.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/housestylewriter.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/insertpanel.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/locationpanel.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mp3album.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/myhtmlpane.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/myipc.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mynotebook.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mypropertysheet.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nocasecompare.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pathresolver.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/readfile.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/replace.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rule.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/styledialog.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/validationthread.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wrapaspell.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wrapdaisy.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wrapexpat.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wraplibxml.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wrapregex.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wraptempfilename.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wrapxerces.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xercescatalogresolver.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xmlassociatedtd.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xmlassociatexsd.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xmlassociatexsl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xmlcopyeditor.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xmlcopyimg.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xmlctrl.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xmldoc.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xmlencodinghandler.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xmlencodingspy.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xmlfilterreader.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xmlparseschemans.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xmlprodnote.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xmlpromptgenerator.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xmlrulereader.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xmlschemalocator.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xmlshallowvalidator.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xmlsuppressprodnote.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xmlutf8reader.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xmlwordcount.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xsllocator.Po@am__quote@ + +.cpp.o: +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $< + +.cpp.obj: +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +.cpp.lo: +@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ $< + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-applicationsDATA: $(applications_DATA) + @$(NORMAL_INSTALL) + test -z "$(applicationsdir)" || $(MKDIR_P) "$(DESTDIR)$(applicationsdir)" + @list='$(applications_DATA)'; test -n "$(applicationsdir)" || list=; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(applicationsdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(applicationsdir)" || exit $$?; \ + done + +uninstall-applicationsDATA: + @$(NORMAL_UNINSTALL) + @list='$(applications_DATA)'; test -n "$(applicationsdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + test -n "$$files" || exit 0; \ + echo " ( cd '$(DESTDIR)$(applicationsdir)' && rm -f" $$files ")"; \ + cd "$(DESTDIR)$(applicationsdir)" && rm -f $$files +install-nobase_xmlcopyeditorDATA: $(nobase_xmlcopyeditor_DATA) + @$(NORMAL_INSTALL) + test -z "$(xmlcopyeditordir)" || $(MKDIR_P) "$(DESTDIR)$(xmlcopyeditordir)" + @list='$(nobase_xmlcopyeditor_DATA)'; test -n "$(xmlcopyeditordir)" || list=; \ + $(am__nobase_list) | while read dir files; do \ + xfiles=; for file in $$files; do \ + if test -f "$$file"; then xfiles="$$xfiles $$file"; \ + else xfiles="$$xfiles $(srcdir)/$$file"; fi; done; \ + test -z "$$xfiles" || { \ + test "x$$dir" = x. || { \ + echo "$(MKDIR_P) '$(DESTDIR)$(xmlcopyeditordir)/$$dir'"; \ + $(MKDIR_P) "$(DESTDIR)$(xmlcopyeditordir)/$$dir"; }; \ + echo " $(INSTALL_DATA) $$xfiles '$(DESTDIR)$(xmlcopyeditordir)/$$dir'"; \ + $(INSTALL_DATA) $$xfiles "$(DESTDIR)$(xmlcopyeditordir)/$$dir" || exit $$?; }; \ + done + +uninstall-nobase_xmlcopyeditorDATA: + @$(NORMAL_UNINSTALL) + @list='$(nobase_xmlcopyeditor_DATA)'; test -n "$(xmlcopyeditordir)" || list=; \ + $(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \ + test -n "$$files" || exit 0; \ + echo " ( cd '$(DESTDIR)$(xmlcopyeditordir)' && rm -f" $$files ")"; \ + cd "$(DESTDIR)$(xmlcopyeditordir)" && rm -f $$files +install-pixmapDATA: $(pixmap_DATA) + @$(NORMAL_INSTALL) + test -z "$(pixmapdir)" || $(MKDIR_P) "$(DESTDIR)$(pixmapdir)" + @list='$(pixmap_DATA)'; test -n "$(pixmapdir)" || list=; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pixmapdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pixmapdir)" || exit $$?; \ + done + +uninstall-pixmapDATA: + @$(NORMAL_UNINSTALL) + @list='$(pixmap_DATA)'; test -n "$(pixmapdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + test -n "$$files" || exit 0; \ + echo " ( cd '$(DESTDIR)$(pixmapdir)' && rm -f" $$files ")"; \ + cd "$(DESTDIR)$(pixmapdir)" && rm -f $$files + +ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in files) print i; }; }'`; \ + mkid -fID $$unique +tags: TAGS + +TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ + $(TAGS_FILES) $(LISP) + set x; \ + here=`pwd`; \ + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in files) print i; }; }'`; \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: CTAGS +CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ + $(TAGS_FILES) $(LISP) + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in files) print i; }; }'`; \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(PROGRAMS) $(DATA) $(HEADERS) +installdirs: + for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(applicationsdir)" "$(DESTDIR)$(xmlcopyeditordir)" "$(DESTDIR)$(pixmapdir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + `test -z '$(STRIP)' || \ + echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-tags + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-applicationsDATA \ + install-nobase_xmlcopyeditorDATA install-pixmapDATA + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: install-binPROGRAMS + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-applicationsDATA uninstall-binPROGRAMS \ + uninstall-nobase_xmlcopyeditorDATA uninstall-pixmapDATA + +.MAKE: install-am install-strip + +.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \ + clean-generic clean-libtool ctags distclean distclean-compile \ + distclean-generic distclean-libtool distclean-tags distdir dvi \ + dvi-am html html-am info info-am install install-am \ + install-applicationsDATA install-binPROGRAMS install-data \ + install-data-am install-dvi install-dvi-am install-exec \ + install-exec-am install-html install-html-am install-info \ + install-info-am install-man install-nobase_xmlcopyeditorDATA \ + install-pdf install-pdf-am install-pixmapDATA install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \ + uninstall-am uninstall-applicationsDATA uninstall-binPROGRAMS \ + uninstall-nobase_xmlcopyeditorDATA uninstall-pixmapDATA + + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/src/binaryfile.cpp b/src/binaryfile.cpp index 67f665f..e170a7e 100755 --- a/src/binaryfile.cpp +++ b/src/binaryfile.cpp @@ -30,7 +30,7 @@ BinaryFile::BinaryFile ( const char *fname ) : m_data ( 0 ), m_dataLen ( 0 ) pFile = fopen ( fname, "rb" ); if ( pFile == NULL ) { - throw; + return; } // obtain file size @@ -44,7 +44,7 @@ BinaryFile::BinaryFile ( const char *fname ) : m_data ( 0 ), m_dataLen ( 0 ) buffer = ( char* ) malloc ( sizeof ( char ) *lSize ); if ( buffer == NULL ) { - throw; + return; } // copy the file into the buffer: @@ -52,7 +52,7 @@ BinaryFile::BinaryFile ( const char *fname ) : m_data ( 0 ), m_dataLen ( 0 ) if ( result != lSize ) { if ( !feof ( pFile ) ) - throw; + return; } /* the whole file is now loaded in the memory buffer. */ diff --git a/src/copying/xmlcopyeditor/copying.txt b/src/copying/xmlcopyeditor/copying.txt index f1055ee..8b67f7e 100755 --- a/src/copying/xmlcopyeditor/copying.txt +++ b/src/copying/xmlcopyeditor/copying.txt @@ -1,11 +1,11 @@ -XML Copy Editor - -Copyright (c) 2005-2007 Gerald Schmidt - -This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. - -This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - -See the GNU General Public License for more details. - -You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +XML Copy Editor + +Copyright (c) 2005-2007 Gerald Schmidt + +This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. + +This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + +See the GNU General Public License for more details. + +You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA diff --git a/src/exportdialog.cpp b/src/exportdialog.cpp index f9342ad..86d8277 100755 --- a/src/exportdialog.cpp +++ b/src/exportdialog.cpp @@ -134,7 +134,7 @@ ExportDialog::ExportDialog ( wxID_ANY, _ ( "Download DAISY extension" ), #ifdef __WXMSW__ - _T ( "https://sourceforge.net/projects/xml-copy-editor/files/xmlcopyeditor-daisy/xmlcopyeditor-daisy-1.0.exe/download" ) + _T ( "https://sourceforge.net/projects/xml-copy-editor/files/xmlcopyeditor-daisy/xmlcopyeditor-daisy-1.0.1.exe/download" ) #else _T ( "http://xml-copy-editor.sourceforge.net" ) #endif diff --git a/src/findreplacepanel.cpp b/src/findreplacepanel.cpp index 2f899ea..4decba3 100755 --- a/src/findreplacepanel.cpp +++ b/src/findreplacepanel.cpp @@ -255,7 +255,7 @@ void FindReplacePanel::setReplaceVisible ( bool b ) void FindReplacePanel::flagNotFound ( bool b ) { - if ( notFoundSet && b || !notFoundSet && !b ) + if ( ( notFoundSet && b ) || ( !notFoundSet && !b ) ) return; notFoundSet = b; diff --git a/src/help/xmlcopyeditor.chm b/src/help/xmlcopyeditor.chm index 42525f974417e9fd9fe257844b2304e068e78505..abbd6d513ae12351b23788b3b406c170388c5324 100755 GIT binary patch delta 18854 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 delta 18871 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 z!vH`600002000080000e00027`2YX_0000cNB{r;00000fB*mh00000000000000w K8UO$Q0000bGkG2W diff --git a/src/help/xmlcopyeditor.hhp b/src/help/xmlcopyeditor.hhp index 2c43ad0..a4b0da8 100755 --- a/src/help/xmlcopyeditor.hhp +++ b/src/help/xmlcopyeditor.hhp @@ -2,7 +2,7 @@ Binary Index=No Compatibility=1.1 or later Compiled file=xmlcopyeditor.chm -Contents file=Table of Contents.hhc +Contents file=Table_of_Contents.hhc Default Font=@Arial Unicode MS,8,0 Default topic=html\features.html Display compile progress=No diff --git a/src/po/it/messages.po b/src/po/it/messages.po index f1aa980..b058835 100644 --- a/src/po/it/messages.po +++ b/src/po/it/messages.po @@ -1,1806 +1,1806 @@ -msgid "" -msgstr "" -"Project-Id-Version: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2007-11-16 10:09+0100\n" -"Last-Translator: Antonio Angelo \n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=iso-8859-1\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: 1\n" -"X-Poedit-Language: Italian\n" -"X-Poedit-Country: ITALY\n" -"X-Poedit-SourceCharset: utf-8\n" - -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -#, fuzzy -msgid "\n" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-07-27 00:13+0100\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=1;\n" - -#: xmlcopyeditorcopy.h:2 -msgid "All files (*.*)|*.*|XML (*.xml)|*.xml|XHTML (*.html)|*.html|DTD (*.dtd)|*.dtd|XML Schema (*.xsd)|*.xsd|RELAX NG grammar (*.rng)|*.rng|XSL (*.xsl)|*.xsl" -msgstr "Tutti i file (*.*)|*.*|XML (*.xml)|*.xml|XHTML (*.html)|*.html|DTD (*.dtd)|*.dtd|XML schema (*.xsd)|*.xsd|RELAX NG grammatica (*.rng)|*.rng|XSL (*.xsl)|*.xsl" - -#: xmlcopyeditorcopy.h:3 -msgid "Copyright © 2005-2007 Gerald Schmidt " -msgstr "Copyright © 2005-2007 Gerald Schmidt " - -#: xmlcopyeditorcopy.h:4 -msgid "" -"\n" -"XML Copy Editor is free software released under the GNU\n" -"General Public License.\n" -"\n" -"Many thanks are due to Tim van Niekerk, Matt Smigielski,\n" -"David Scholl, Jan Merka, Marcus Bingenheimer, Roberto\n" -"Rosselli Del Turco, Ken Zalewski, C.J. Meidlinger,\n" -"Thomas Zajic, Viliam BĂșr, David HĂ„sĂ€ther, François\n" -"Badier, Thomas Wenzel, Roger Sperberg, SHiNE CsyFeK,\n" -"HSU PICHAN, YANG SHUFUN, CHENG PAULIAN and\n" -"CHUANG KUO-PING." -msgstr "" -"\n" -"XML Copy Editor è un software gratuito rilasciato sotto la GNU\n" -"General Public License.\n" -"\n" -"Molti ringraziamenti a Tim van Niekerk, Matt Smigielski,\n" -"David Scholl, Jan Merka, Marcus Bingenheimer, Roberto\n" -"Rosselli Del Turco, Ken Zalewski, C.J. Meidlinger,\n" -"Thomas Zajic, Viliam BĂșr, David HĂ„sĂ€ther, François\n" -"Badier, Thomas Wenzel, Roger Sperberg, SHiNE CsyFeK,\n" -"HSU PICHAN, YANG SHUFUN, CHENG PAULIAN e\n" -"CHUANG KUO-PING." - -#: aboutdialog.cpp:29 -msgid "OK" -msgstr "" - -#: associatedialog.cpp:55 -#: mypropertysheet.cpp:151 -#: mypropertysheet.cpp:167 -msgid "Browse" -msgstr "Sfoglia" - -#: associatedialog.cpp:103 -msgid "Provides a space for you to type the path of the file" -msgstr "Fornisce uno spazio per editare il percorso del file" - -#: associatedialog.cpp:107 -msgid "Opens a standard file dialog" -msgstr "Apre una finestra di dialogo standard" - -#: associatedialog.cpp:111 -msgid "Provides a space for you to type additional information" -msgstr "Fornisce uno spazio per editare informazioni aggiuntive" - -#: associatedialog.cpp:115 -msgid "Closes this dialog without making any changes" -msgstr "Chiude questo dialogo senza apportare alcuna cambiamento" - -#: associatedialog.cpp:119 -msgid "Selects the file specified" -msgstr "Seleziona il file specificato" - -#: associatedialog.cpp:141 -msgid "|All files (*.*)|*.*" -msgstr "|Tutti i file (*.*)|*.*" - -#: associatedialog.cpp:144 -msgid "Select " -msgstr "Seleziona" - -#: commandpanel.cpp:26 -#: commandpanel.cpp:159 -msgid "{path}" -msgstr "{path}" - -#: commandpanel.cpp:27 -#: commandpanel.cpp:160 -msgid "{name}" -msgstr "{name}" - -#: commandpanel.cpp:28 -#: commandpanel.cpp:161 -msgid "{extension}" -msgstr "{extension}" - -#: commandpanel.cpp:29 -#: commandpanel.cpp:158 -msgid "{fullpath}" -msgstr "{fullpath}" - -#: commandpanel.cpp:49 -msgid "&Run" -msgstr "&Esegui" - -#: commandpanel.cpp:57 -msgid "&Wait" -msgstr "&Attendi" - -#: commandpanel.cpp:63 -msgid "Output options" -msgstr "Opzioni d'uscita" - -#: commandpanel.cpp:68 -msgid "I&gnore" -msgstr "I&gnora" - -#: commandpanel.cpp:74 -msgid "I&nsert" -msgstr "I&nserisci" - -#: commandpanel.cpp:79 -msgid "New &document" -msgstr "Nuovo &documento" - -#: commandpanel.cpp:100 -msgid "Variables" -msgstr "Variabili" - -#: findreplacepanel.cpp:28 -msgid "Find:" -msgstr "Trova:" - -#: findreplacepanel.cpp:29 -#: findreplacepanel.cpp:30 -msgid " " -msgstr "" - -#: findreplacepanel.cpp:42 -msgid "Replace with:" -msgstr "Rimpiazza con:" - -#: findreplacepanel.cpp:54 -msgid "Find &Next" -msgstr "Trova &successivo" - -#: findreplacepanel.cpp:61 -msgid "&Replace" -msgstr "&Rimpiazza" - -#: findreplacepanel.cpp:68 -msgid "Replace &All" -msgstr "Rimpiazza &tutti" - -#: findreplacepanel.cpp:76 -#: globalreplacedialog.cpp:58 -msgid "&Match case" -msgstr "&Corrispondenza maiuscole" - -#: findreplacepanel.cpp:83 -msgid "Re&gex" -msgstr "Espressioni re&golari" - -#: globalreplacedialog.cpp:30 -#: globalreplacedialog.cpp:111 -msgid "Global Find and Replace" -msgstr "Trova e rimpiazza globale" - -#: globalreplacedialog.cpp:36 -msgid "&Find what: " -msgstr "&Trova cosa:" - -#: globalreplacedialog.cpp:38 -msgid "Replace with: " -msgstr "Rimpiazza con:" - -#: globalreplacedialog.cpp:54 -msgid "&Regex" -msgstr "Espressioni ®olari" - -#: globalreplacedialog.cpp:62 -msgid "R&eplace in all open documents" -msgstr "Rimpiazza in tutti i documenti aperti" - -#: globalreplacedialog.cpp:107 -msgid "Cannot compile regular expression '" -msgstr "Impossibile compilare espressione regolare '" - -#: globalreplacedialog.cpp:126 -msgid "Provides a space for you to type the text you want to find" -msgstr "Fornisce uno spazio per editare il testo da trovare" - -#: globalreplacedialog.cpp:130 -msgid "Provides a space for you to type the text you want to replace the text you typed in Find what" -msgstr "Fornisce uno spazio per editare il testo da sostituire al testo editato in Trova cosa" - -#: globalreplacedialog.cpp:134 -msgid "Finds only text with lowercase and uppercase letters as specified in Find what" -msgstr "Trova solo testo con maiuscole e minuscole come specificate in Trova cosa" - -#: globalreplacedialog.cpp:138 -msgid "Extends the scope to all open documents" -msgstr "Estende l'ambito a tutti i documenti aperti" - -#: globalreplacedialog.cpp:142 -msgid "Interprets the text specified in Find what as a regular expression" -msgstr "Interpreta il testo specificato in Trova come una espressione regolare" - -#: globalreplacedialog.cpp:146 -msgid "Finds all instances of the text specified in Find what and replaces them with the text in Replace with" -msgstr "Trova tutte le occorrenze del testo specificato in Trova cosa e le sostituisce col testo in Rimpiazza con" - -#: globalreplacedialog.cpp:150 -msgid "Closes the dialog box without saving any changes you have made" -msgstr "Chiudi la finestra di dialogo senza salvare alcuna modifica fatta" - -#: mynotebook.cpp:65 -#: xmlcopyeditor.cpp:5226 -msgid "Close" -msgstr "Chiudi" - -#: mynotebook.cpp:66 -msgid "Close all" -msgstr "Chiudi tutto" - -#: mypropertysheet.cpp:53 -msgid "Font" -msgstr "Tipo di carattere" - -#: mypropertysheet.cpp:68 -msgid "I&ntelligent backspace/delete" -msgstr "Cancellazione/backspace &intelligente" - -#: mypropertysheet.cpp:71 -msgid "&Tag completion" -msgstr "Completamento &tag" - -#: mypropertysheet.cpp:74 -msgid "&Folding" -msgstr "&Collassa" - -#: mypropertysheet.cpp:77 -msgid "&Highlight current line" -msgstr "&Evidenzia la riga corrente" - -#: mypropertysheet.cpp:80 -msgid "&Indentation guides" -msgstr "Guide di &indentazione" - -#: mypropertysheet.cpp:83 -msgid "&Always insert closing tag" -msgstr "Inserisce &sempre il tag di chiusura" - -#: mypropertysheet.cpp:86 -msgid "Hi&ghlight syntax" -msgstr "Evi&denzia sintassi" - -#: mypropertysheet.cpp:89 -msgid "&Line numbers" -msgstr "Numeri di &riga" - -#: mypropertysheet.cpp:92 -msgid "L&ock hidden tags" -msgstr "B&locca tag nascosti" - -#: mypropertysheet.cpp:95 -msgid "&White space visible" -msgstr "Spazio &bianco visibile" - -#: mypropertysheet.cpp:98 -msgid "&Validate as you type" -msgstr "&Valida mentre si edita" - -#: mypropertysheet.cpp:101 -msgid "Va&riable highlight in tag free view" -msgstr "Evidenziazione della va&riabile nella vista senza tag" - -#: mypropertysheet.cpp:141 -msgid "Application directory" -msgstr "Cartella dell'applicazione" - -#: mypropertysheet.cpp:157 -#: xmlcopyeditor.cpp:4950 -#: xmlcopyeditor.cpp:5330 -#: xmlcopyeditor.cpp:5334 -msgid "Browser" -msgstr "Browser" - -#: mypropertysheet.cpp:174 -msgid "Language (restart required)" -msgstr "Lingua (richiesta ri-esecuzione)" - -#: mypropertysheet.cpp:212 -msgid "&Enable network access for DTD validation" -msgstr "&Abilita l'accesso alla rete per validazione DTD" - -#: mypropertysheet.cpp:215 -msgid "E&xpand internal entities on open" -msgstr "E&spandi le entità interne all'apertura" - -#: mypropertysheet.cpp:218 -msgid "&One application instance only" -msgstr "&Una sola istanza della applicazione" - -#: mypropertysheet.cpp:221 -msgid "Re&member layout on close" -msgstr "Ri&corda la disposizione alla chiusura" - -#: mypropertysheet.cpp:224 -msgid "&Remember open tabs on close" -msgstr "&Ricorda le schede aperte alla chiusura" - -#: mypropertysheet.cpp:227 -msgid "Re&tain undo history on save" -msgstr "Conserva lo s&torico degli annullamenti al salvataggio" - -#: mypropertysheet.cpp:231 -msgid "&Save UTF-8 byte order mark" -msgstr "" - -#: mypropertysheet.cpp:235 -msgid "S&how full path on frame" -msgstr "Mostra percorso completo nel riquadro" - -#: mypropertysheet.cpp:240 -msgid "&Use Microsoft rebar control (restart required)" -msgstr "&Usa controllo Microsoft rebar control (richiesta riesecuzione)" - -#: mypropertysheet.cpp:274 -msgid "General" -msgstr "Generale" - -#: mypropertysheet.cpp:275 -msgid "Editor" -msgstr "Editore" - -#: mypropertysheet.cpp:301 -msgid "Cannot access application directory" -msgstr "Impossibile accedere alla cartella dell'applicazione" - -#: mypropertysheet.cpp:301 -#: xmlcopyeditor.cpp:2314 -msgid "Options" -msgstr "Opzioni" - -#: styledialog.cpp:42 -#: xmlcopyeditor.cpp:5337 -#: xmlcopyeditor.cpp:5341 -msgid "Spelling and Style" -msgstr "Ortografia e stile" - -#: styledialog.cpp:78 -msgid "&Report" -msgstr "&Report" - -#: styledialog.cpp:96 -msgid "No." -msgstr "N." - -#: styledialog.cpp:97 -#: styledialog.cpp:99 -msgid "Context" -msgstr "Contesto" - -#: styledialog.cpp:98 -msgid "Match" -msgstr "Corrispondenza" - -#: styledialog.cpp:100 -msgid "Suggestion" -msgstr "Suggerimento" - -#: styledialog.cpp:101 -msgid "Rule" -msgstr "Regola" - -#: styledialog.cpp:102 -msgid "Action" -msgstr "Azione" - -#: styledialog.cpp:110 -#: xmlcopyeditor.cpp:5196 -msgid "&Edit" -msgstr "&Modifica" - -#: styledialog.cpp:118 -msgid "&Printable report" -msgstr "Re&port stampabile" - -#: styledialog.cpp:126 -msgid "Pr&intable summary" -msgstr "Sommar&io stampabile" - -#: styledialog.cpp:134 -msgid "&Change all" -msgstr "&Cambia tutto" - -#: styledialog.cpp:142 -msgid "I&gnore all" -msgstr "I&gnora tutto" - -#: styledialog.cpp:150 -msgid "C&ancel" -msgstr "&Annulla" - -#: styledialog.cpp:198 -msgid "(No rule sets found)" -msgstr "(Nessun gruppo di regole trovato)" - -#: styledialog.cpp:204 -#: xmlcopyeditor.cpp:620 -msgid "(No filter)" -msgstr "(Nessun filtro)" - -#: styledialog.cpp:227 -msgid "(No filters found)" -msgstr "(Nessun filtro trovato)" - -#: styledialog.cpp:271 -#: styledialog.cpp:301 -#: styledialog.cpp:573 -#: styledialog.cpp:578 -msgid "Ignore" -msgstr "Ignora" - -#: styledialog.cpp:285 -msgid "Ignore once" -msgstr "Ignora una volta" - -#: styledialog.cpp:287 -msgid "Ignore all" -msgstr "Ignora tutto" - -#: styledialog.cpp:289 -msgid "Change once" -msgstr "Cambia una volta" - -#: styledialog.cpp:290 -msgid "Change all" -msgstr "Cambia tutto" - -#: styledialog.cpp:293 -msgid "New suggestion..." -msgstr "Nuovo suggerimento..." - -#: styledialog.cpp:316 -#: styledialog.cpp:349 -msgid "Creating report..." -msgstr "Crea report..." - -#: styledialog.cpp:354 -msgid "Cannot create report: " -msgstr "Impossibile creare report: " - -#: styledialog.cpp:387 -#, c-format -msgid "%i match" -msgid_plural "%i matches" -msgstr[0] "" -msgstr[1] "" - -#: styledialog.cpp:402 -msgid "No items selected" -msgstr "Nessuna voce selezionata" - -#: styledialog.cpp:578 -#: styledialog.cpp:606 -msgid "Change" -msgstr "Cambia" - -#: styledialog.cpp:731 -msgid "Enter new suggestion:" -msgstr "Inserisci nuovo suggerimento: " - -#: styledialog.cpp:732 -msgid "New Suggestion" -msgstr "Nuovo suggerimento" - -#: xmlcopyeditor.cpp:318 -#: xmlcopyeditor.cpp:1178 -#: xmlcopyeditor.cpp:1272 -#: xmlcopyeditor.cpp:1502 -#: xmlcopyeditor.cpp:1527 -msgid "XML Copy Editor" -msgstr "XML Copy Editor" - -#: xmlcopyeditor.cpp:334 -#: xmlcopyeditor.cpp:398 -msgid "(unknown error)" -msgstr "(errore sconosciuto)" - -#: xmlcopyeditor.cpp:336 -msgid "XML Copy Editor has encountered the following error and needs to close: " -msgstr "XML Copy Editor ha incontrato il seguente errore e deve essere chiuso: " - -#: xmlcopyeditor.cpp:343 -#: xmlcopyeditor.cpp:346 -#: xmlcopyeditor.cpp:363 -#: xmlcopyeditor.cpp:368 -#: xmlcopyeditor.cpp:407 -#: xmlcopyeditor.cpp:427 -#: xmlcopyeditor.cpp:439 -#: xmlcopyeditor.cpp:445 -#: xmlcopyeditor.cpp:474 -msgid "Error" -msgstr "Errore" - -#: xmlcopyeditor.cpp:362 -#: xmlcopyeditor.cpp:367 -#: xmlcopyeditor.cpp:434 -msgid "XML Copy Editor has encountered an error and needs to close." -msgstr "XML Copy Editor ha incontrato un errore e deve essere chiuso." - -#: xmlcopyeditor.cpp:384 -#: xmlcopyeditor.cpp:463 -msgid "The operating system has turned down a request for additional memory" -msgstr "Il sistema operativo richiede altra memoria" - -#: xmlcopyeditor.cpp:385 -#: xmlcopyeditor.cpp:464 -msgid "Out of memory" -msgstr "Memoria insufficiente" - -#: xmlcopyeditor.cpp:400 -msgid "The following error has occurred: " -msgstr "Si è incontrato il seguente errore: " - -#: xmlcopyeditor.cpp:402 -msgid "" -".\n" -"\n" -"Select \"Abort\" to exit, \"Retry\" to close this window and \"Ignore\" to continue." -msgstr "" -".\n" -"\n" -"Selezionare \"Abort\" per uscire, \"Retry\" per chiudere questa finestra ed \"Ignore\" per continuare." - -#: xmlcopyeditor.cpp:618 -#: xmlcopyeditor.cpp:670 -msgid "Default dictionary and style" -msgstr "Dizionario e stile predefinito" - -#: xmlcopyeditor.cpp:671 -msgid "No filter" -msgstr "Nessun filtro" - -#: xmlcopyeditor.cpp:808 -#: xmlcopyeditor.cpp:816 -msgid "Current Element" -msgstr "Elemento corrente" - -#: xmlcopyeditor.cpp:809 -#: xmlcopyeditor.cpp:815 -msgid "Insert Element" -msgstr "Inserisci elemento" - -#: xmlcopyeditor.cpp:810 -#: xmlcopyeditor.cpp:814 -msgid "Insert Sibling" -msgstr "Inserisci fratello" - -#: xmlcopyeditor.cpp:811 -#: xmlcopyeditor.cpp:813 -msgid "Insert Entity" -msgstr "Inserisci entità" - -#: xmlcopyeditor.cpp:877 -msgid "Cannot open application directory: see Tools, Options..., General" -msgstr "Impossibile aprire la cartella dell'applicazione: vedere Strumenti, Opzioni..., Generali" - -#: xmlcopyeditor.cpp:1084 -msgid "Unknown command line switch (expecting 'w' or 's')" -msgstr "Modificatore sconosciuto nella riga di comando (si attende 'w' o 's')" - -#: xmlcopyeditor.cpp:1093 -msgid "Command line processing incomplete: no file specified" -msgstr "Elaborazione della riga di comando incompleta: nessun file specificato" - -#: xmlcopyeditor.cpp:1182 -msgid "Gerald Schmidt (development) " -msgstr "Gerald Schmidt (sviluppo) " - -#: xmlcopyeditor.cpp:1183 -msgid "Matt Smigielski (testing) " -msgstr "Matt Smigielski (testing) " - -#: xmlcopyeditor.cpp:1184 -msgid "Viliam BĂșr (Slovak) " -msgstr "Viliam BĂșr (Slovacco) " - -#: xmlcopyeditor.cpp:1185 -msgid "David HĂ„sĂ€ther (Swedish) " -msgstr "David HĂ„sĂ€ther (Svedese) " - -#: xmlcopyeditor.cpp:1186 -msgid "François Badier (French) " -msgstr "François Badier (Francese) " - -#: xmlcopyeditor.cpp:1187 -msgid "Thomas Wenzel (German) " -msgstr "Thomas Wenzel (Tedesco) " - -#: xmlcopyeditor.cpp:1188 -msgid "SHiNE CsyFeK (Chinese Simplified) " -msgstr "SHiNE CsyFeK (Cinese semplificato) " - -#: xmlcopyeditor.cpp:1189 -msgid "HSU PICHAN, YANG SHUFUN, CHENG PAULIAN, CHUANG KUO-PING, Marcus Bingenheimer (Chinese Traditional)" -msgstr "HSU PICHAN, YANG SHUFUN, CHENG PAULIAN, CHUANG KUO-PING, Marcus Bingenheimer (Cinese tradizionale)" - -#: xmlcopyeditor.cpp:1219 -msgid "Parse in progress..." -msgstr "Parse in corso..." - -#: xmlcopyeditor.cpp:1240 -msgid "well-formed" -msgstr "ben-formato" - -#: xmlcopyeditor.cpp:1271 -msgid "Do you want to save the changes to " -msgstr "Vuoi salvare le modifiche a " - -#: xmlcopyeditor.cpp:1454 -#: xmlcopyeditor.cpp:1456 -msgid "Attributes hidden" -msgstr "Attributi nascosti" - -#: xmlcopyeditor.cpp:1461 -#: xmlcopyeditor.cpp:1463 -msgid "Tags hidden" -msgstr "Tag nascosti" - -#: xmlcopyeditor.cpp:1476 -#: xmlcopyeditor.cpp:1478 -msgid "Tags locked" -msgstr "Tag bloccati" - -#: xmlcopyeditor.cpp:1541 -#: xmlcopyeditor.cpp:1543 -msgid "Modified" -msgstr "Modificato" - -#: xmlcopyeditor.cpp:1576 -#, c-format -msgid "Ln %i Col %i" -msgstr "Ln %i Col %i" - -#: xmlcopyeditor.cpp:1756 -msgid "Cannot open clipboard" -msgstr "Impossibile aprire gli appunti" - -#: xmlcopyeditor.cpp:1761 -msgid "Cannot paste as new document: no text on clipboard" -msgstr "Impossibile incollare come nuovo documento: nessun testo negli appunti" - -#: xmlcopyeditor.cpp:1846 -#: xmlcopyeditor.cpp:2536 -#, c-format -msgid "%i replacement made" -msgid_plural "%i replacements made" -msgstr[0] "%i sostituzione effettuata" -msgstr[1] "%i sostituzioni effettuate" - -#: xmlcopyeditor.cpp:1872 -msgid "Preparing Print Preview..." -msgstr "Anteprima di stampa in preparazione..." - -#: xmlcopyeditor.cpp:1893 -msgid "Preparing to print..." -msgstr "Stampa in preparazione..." - -#: xmlcopyeditor.cpp:1952 -#: xmlcopyeditor.cpp:1972 -msgid "Find" -msgstr "Trova" - -#: xmlcopyeditor.cpp:1979 -#: xmlcopyeditor.cpp:2010 -#: xmlcopyeditor.cpp:2104 -msgid "This functionality requires Microsoft Windows" -msgstr "Questa funzionalità richiede Microsoft Windows" - -#: xmlcopyeditor.cpp:1985 -msgid "Import Microsoft Word Document" -msgstr "Importa documento Microsoft Word" - -#: xmlcopyeditor.cpp:2019 -#, c-format -msgid "Cannot open %s for import" -msgstr "Impossibile aprire %s per importazione" - -#: xmlcopyeditor.cpp:2029 -msgid "Import in progress..." -msgstr "Importazione in corso..." - -#: xmlcopyeditor.cpp:2037 -msgid "(lossless conversion requires version 2003 or later)" -msgstr "(la conversione senza perdite richiede la versione 2003 o successiva)" - -#: xmlcopyeditor.cpp:2044 -#: xmlcopyeditor.cpp:2161 -msgid "Cannot start Microsoft Word" -msgstr "Impossibile eseguire Microsoft Word" - -#: xmlcopyeditor.cpp:2048 -#: xmlcopyeditor.cpp:2165 -msgid "A more recent version of Microsoft Word is required" -msgstr "Si richiede una versione più recente di Microsoft Word" - -#: xmlcopyeditor.cpp:2055 -#, c-format -msgid "Microsoft Word cannot save %s as XML" -msgstr "Microsoft Word non può salvare %s come XML" - -#: xmlcopyeditor.cpp:2060 -msgid "Microsoft Word cannot save this document as WordprocessingML " -msgstr "Microsoft Word non può salvare questo documento come WordprocessingML " - -#: xmlcopyeditor.cpp:2068 -msgid "Opening imported file..." -msgstr "File importato in fase di apertura..." - -#: xmlcopyeditor.cpp:2085 -msgid "Cannot open imported file" -msgstr "Impossibile aprire il file importato" - -#: xmlcopyeditor.cpp:2137 -msgid "Export Microsoft Word Document" -msgstr "Esporta documento Microsoft Word" - -#: xmlcopyeditor.cpp:2154 -msgid "Export in progress..." -msgstr "Esportazione in corso..." - -#: xmlcopyeditor.cpp:2168 -#, c-format -msgid "Microsoft Word cannot save %s" -msgstr "Microsoft Word non può salvare %s" - -#: xmlcopyeditor.cpp:2197 -msgid "Cannot save temporary file" -msgstr "Impossibile salvare il file temporaneo" - -#: xmlcopyeditor.cpp:2375 -msgid "Enter line number:" -msgstr "Inserire il numero di riga:" - -#: xmlcopyeditor.cpp:2376 -msgid "Go To" -msgstr "Vai a" - -#: xmlcopyeditor.cpp:2385 -#, c-format -msgid "'%s' is not a valid line number" -msgstr "'%s' non è un valido numero di riga" - -#: xmlcopyeditor.cpp:2414 -msgid "Replace" -msgstr "Rimpiazza" - -#: xmlcopyeditor.cpp:2435 -msgid "Find and Replace" -msgstr "Trova e rimpiazza" - -#: xmlcopyeditor.cpp:2526 -msgid "Cannot replace: " -msgstr "Impossibile sostituire: " - -#: xmlcopyeditor.cpp:2557 -msgid "XML document (*.xml)" -msgstr "Documento XML (*.xml)" - -#: xmlcopyeditor.cpp:2598 -msgid "Choose a document type:" -msgstr "Scegli un tipo di documento:" - -#: xmlcopyeditor.cpp:2598 -msgid "New Document" -msgstr "Nuovo documento" - -#: xmlcopyeditor.cpp:2640 -#, c-format -msgid "Document%i" -msgstr "Document%i" - -#: xmlcopyeditor.cpp:2703 -msgid "Open Large Document" -msgstr "Apri un documento grande" - -#: xmlcopyeditor.cpp:2703 -#: xmlcopyeditor.cpp:5311 -#: xmlcopyeditor.cpp:5313 -msgid "Open" -msgstr "Apri" - -#: xmlcopyeditor.cpp:2729 -#: xmlcopyeditor.cpp:2787 -#, c-format -msgid "Cannot open %s" -msgstr "Impossibile aprire %s" - -#: xmlcopyeditor.cpp:2737 -#: xmlcopyeditor.cpp:3349 -#, c-format -msgid "%s is already open" -msgstr "%s è già aperto" - -#: xmlcopyeditor.cpp:2887 -#, c-format -msgid "Cannot open %s: unknown encoding %s" -msgstr "Impossibile aprire %s: codifica sconosciuta %s" - -#: xmlcopyeditor.cpp:2916 -#, c-format -msgid "Cannot open %s: conversion from encoding %s failed" -msgstr "Impossibile aprire %s: conversione da codifica %s fallita" - -#: xmlcopyeditor.cpp:2927 -msgid "Creating document view..." -msgstr "Creazione della vista del documento..." - -#: xmlcopyeditor.cpp:3207 -msgid "Opening spelling and style check in read-only mode: " -msgstr "Apri controllo ortografico e di stile in sola lettura: " - -#: xmlcopyeditor.cpp:3237 -msgid "Edited document empty" -msgstr "Il documento editato è vuoto" - -#: xmlcopyeditor.cpp:3334 -msgid "Save As" -msgstr "Salva con nome" - -#: xmlcopyeditor.cpp:3537 -#: xmlcopyeditor.cpp:3633 -#: xmlcopyeditor.cpp:3723 -msgid "Cannot save temporary copy for validation; please save or discard changes" -msgstr "Impossibile salvare la copia temporanea per la validazione; salvare o scartare le modifiche" - -#: xmlcopyeditor.cpp:3547 -msgid "DTD validation in progress..." -msgstr "Validazione DTD in corso..." - -#: xmlcopyeditor.cpp:3571 -#: xmlcopyeditor.cpp:3666 -#: xmlcopyeditor.cpp:3750 -#: xmlcopyeditor.cpp:3786 -msgid "valid" -msgstr "valido" - -#: xmlcopyeditor.cpp:3593 -msgid "Select RELAX NG grammar" -msgstr "Scegli la grammatica RELAX NG" - -#: xmlcopyeditor.cpp:3594 -#: xmlcopyeditor.cpp:3945 -#: xmlcopyeditor.cpp:5654 -msgid "Choose a file:" -msgstr "Scegli un file:" - -#: xmlcopyeditor.cpp:3595 -msgid "RELAX NG grammar" -msgstr "Grammatica RELAX NG" - -#: xmlcopyeditor.cpp:3641 -msgid "RELAX NG validation in progress..." -msgstr "Validazione RELAX NG in corso..." - -#: xmlcopyeditor.cpp:3743 -msgid "Validation in progress..." -msgstr "Validazione in corso..." - -#: xmlcopyeditor.cpp:3753 -msgid "MSXML validation failed (version 4.0 or later required)" -msgstr "Validazione MSXML fallita (è richiesta la version 4.0 o successiva)" - -#: xmlcopyeditor.cpp:3763 -msgid "Validation error" -msgstr "Errore di validazione" - -#: xmlcopyeditor.cpp:3832 -msgid "Enter XPath:" -msgstr "Imposta XPath:" - -#: xmlcopyeditor.cpp:3833 -msgid "Evaluate XPath" -msgstr "Valuta XPath" - -#: xmlcopyeditor.cpp:3869 -msgid "Cannot evaluate XPath" -msgstr "Impossibile valutare XPath" - -#: xmlcopyeditor.cpp:3880 -msgid "No matching nodes found" -msgstr "Nessun nodo corrispondente trovato" - -#: xmlcopyeditor.cpp:3931 -#, c-format -msgid "Cannot open stylesheet %s" -msgstr "Impossibile aprire il foglio di stile %s" - -#: xmlcopyeditor.cpp:3944 -msgid "Select stylesheet" -msgstr "Scegli foglio di stile" - -#: xmlcopyeditor.cpp:3946 -#: xmlcopyeditor.cpp:5627 -msgid "XSLT stylesheet" -msgstr "Foglio di stile XSLT" - -#: xmlcopyeditor.cpp:4000 -msgid "XSL transformation in progress..." -msgstr "Trasformazione XSL in corso..." - -#: xmlcopyeditor.cpp:4009 -msgid "Cannot transform: " -msgstr "Impossibile trasformare: " - -#: xmlcopyeditor.cpp:4017 -msgid "Output document empty" -msgstr "Documento d'uscita vuoto" - -#: xmlcopyeditor.cpp:4047 -msgid "Pretty-printing in progress..." -msgstr "Pretty-print in corso..." - -#: xmlcopyeditor.cpp:4066 -msgid "Cannot pretty-print: " -msgstr "Impossibile pretty-print:" - -#: xmlcopyeditor.cpp:4077 -msgid "Pretty-print unsuccessful: output document empty" -msgstr "Pretty-print fallita: documento d'uscita vuoto" - -#: xmlcopyeditor.cpp:4123 -msgid "Choose an encoding:" -msgstr "Scegli una codifica: " - -#: xmlcopyeditor.cpp:4123 -msgid "Encoding" -msgstr "Codifica" - -#: xmlcopyeditor.cpp:4150 -msgid "Cannot set encoding: " -msgstr "Impossibile impostare la codifica: " - -#: xmlcopyeditor.cpp:4159 -msgid "Cannot set encoding (cannot open temporary file)" -msgstr "Impossibile impostare la codifica (impossibile aprire il file temporaneo)" - -#: xmlcopyeditor.cpp:4170 -msgid "Cannot set encoding (cannot parse temporary file)" -msgstr "Impossibile impostare la codifica (parse impossibile del file temporaneo)" - -#: xmlcopyeditor.cpp:4401 -msgid "Cannot open in browser: no browser defined (see Tools, Options..., General)" -msgstr "Impossibile aprire nel browser: nessun browser definito (vedi Strumenti, Opzioni..., Generali)" - -#: xmlcopyeditor.cpp:4409 -#, c-format -msgid "Cannot open in browser: %s not found (see Tools, Options..., General)" -msgstr "Impossibile aprire nel browser: %s non trovato (vedi Strumenti, Opzioni..., Generali)" - -#: xmlcopyeditor.cpp:4479 -#, c-format -msgid "Cannot find '%s'" -msgstr "Impossibile trovare '%s'" - -#: xmlcopyeditor.cpp:4539 -msgid "" -"File has been modified by another application.\n" -"Do you want to proceed?" -msgstr "" -"Il file è stato modificato da un'altra applicazione.\n" -"Vuoi continuare?" - -#: xmlcopyeditor.cpp:4540 -msgid "Confirmation" -msgstr "Conferma" - -#: xmlcopyeditor.cpp:4605 -#, c-format -msgid "Cannot save %s: unknown encoding %s" -msgstr "Impossibile salvare %s: codifica %s sconosciuta" - -#: xmlcopyeditor.cpp:4639 -#, c-format -msgid "Cannot save %s: conversion to encoding %s failed" -msgstr "Impossibile salvare %s: conversione nella codifica %s fallita" - -#: xmlcopyeditor.cpp:4714 -#, c-format -msgid "Cannot save document in %s: %s (saved in default encoding UTF-8)" -msgstr "Impossibile salvare il documento in %s: %s (salvato con la codifica predefinita UTF-8)" - -#: xmlcopyeditor.cpp:4729 -#, c-format -msgid "Cannot save %s" -msgstr "Impossibile salvare %s" - -#: xmlcopyeditor.cpp:4735 -#, c-format -msgid "Memory low: %s saved in large document mode" -msgstr "Memoria bassa: %s salvato in modalità grandi documenti" - -#: xmlcopyeditor.cpp:4790 -msgid "MB" -msgstr "MB" - -#: xmlcopyeditor.cpp:4795 -msgid "kB" -msgstr "kB" - -#: xmlcopyeditor.cpp:4800 -msgid "byte" -msgid_plural "bytes" -msgstr[0] "" -msgstr[1] "" - -#: xmlcopyeditor.cpp:4808 -#, c-format -msgid "%g %s saved" -msgstr "%g %s salvato" - -#: xmlcopyeditor.cpp:4837 -msgid "&Undo\tCtrl+Z" -msgstr "&Annulla\tCtrl+Z" - -#: xmlcopyeditor.cpp:4837 -msgid "Undo" -msgstr "Annulla" - -#: xmlcopyeditor.cpp:4841 -msgid "&Redo\tCtrl+Y" -msgstr "&Riesegui\tCtrl+Y" - -#: xmlcopyeditor.cpp:4841 -msgid "Redo" -msgstr "Riesegui" - -#: xmlcopyeditor.cpp:4845 -msgid "&Cut\tCtrl+X" -msgstr "&Taglia\tCtrl+X" - -#: xmlcopyeditor.cpp:4845 -msgid "Cut" -msgstr "Taglia" - -#: xmlcopyeditor.cpp:4849 -msgid "C&opy\tCtrl+C" -msgstr "C&opia\tCtrl+C" - -#: xmlcopyeditor.cpp:4849 -msgid "Copy" -msgstr "Copia" - -#: xmlcopyeditor.cpp:4853 -msgid "&Paste\tCtrl+V" -msgstr "&Incolla\tCtrl+V" - -#: xmlcopyeditor.cpp:4853 -msgid "Paste" -msgstr "Incolla" - -#: xmlcopyeditor.cpp:4860 -msgid "P&aste As New Document" -msgstr "Incoll&a come nuovo documento" - -#: xmlcopyeditor.cpp:4861 -msgid "Paste As New Document" -msgstr "Incolla come nuovo documento" - -#: xmlcopyeditor.cpp:4865 -msgid "&Find...\tCtrl+F" -msgstr "&Trova...\tCtrl+F" - -#: xmlcopyeditor.cpp:4865 -msgid "Find..." -msgstr "Trova..." - -#: xmlcopyeditor.cpp:4869 -msgid "F&ind Again\tF3" -msgstr "Tr&ova ancora\tF3" - -#: xmlcopyeditor.cpp:4869 -msgid "Find Again" -msgstr "Tr&ova ancora" - -#: xmlcopyeditor.cpp:4873 -msgid "&Replace...\tCtrl+R" -msgstr "&Rimpiazza...\tCtrl+R" - -#: xmlcopyeditor.cpp:4873 -msgid "Replace..." -msgstr "Rimpiazza..." - -#: xmlcopyeditor.cpp:4880 -msgid "&Global Replace...\tCtrl+Shift+R" -msgstr "Rimpiazza &globale...\tCtrl+Shift+R" - -#: xmlcopyeditor.cpp:4881 -msgid "Global Replace..." -msgstr "Rimpiazza globale..." - -#: xmlcopyeditor.cpp:4885 -msgid "G&o To...\tCtrl+G" -msgstr "&Vai a...\tCtrl+G" - -#: xmlcopyeditor.cpp:4885 -msgid "Go To..." -msgstr "Vai a..." - -#: xmlcopyeditor.cpp:4906 -msgid "Increase\tCtrl+U" -msgstr "Aumenta\tCtrl+U" - -#: xmlcopyeditor.cpp:4906 -msgid "Increase" -msgstr "Aumenta" - -#: xmlcopyeditor.cpp:4908 -msgid "Decrease\tCtrl+D" -msgstr "Diminuisci" - -#: xmlcopyeditor.cpp:4908 -msgid "Decrease" -msgstr "Diminuisci" - -#: xmlcopyeditor.cpp:4910 -msgid "Normal\tCtrl+0" -msgstr "Normale\tCtrl+0" - -#: xmlcopyeditor.cpp:4910 -msgid "Normal" -msgstr "Normale" - -#: xmlcopyeditor.cpp:4915 -msgid "&Default" -msgstr "&Predefinito" - -#: xmlcopyeditor.cpp:4915 -msgid "Default" -msgstr "Predefinito" - -#: xmlcopyeditor.cpp:4918 -msgid "&Blue background, white text" -msgstr "Sfondo &blu, testo bianco" - -#: xmlcopyeditor.cpp:4919 -msgid "Blue background, white text" -msgstr "Sfondo blu, testo bianco" - -#: xmlcopyeditor.cpp:4922 -msgid "&Light" -msgstr "&Chiaro" - -#: xmlcopyeditor.cpp:4923 -msgid "Light" -msgstr "Chiaro" - -#: xmlcopyeditor.cpp:4926 -msgid "&None" -msgstr "&Nessuno" - -#: xmlcopyeditor.cpp:4927 -msgid "None" -msgstr "Nessuno" - -#: xmlcopyeditor.cpp:4948 -msgid "&Previous Document\tCtrl+PgUp" -msgstr "Documento &precedente\tCtrl+PgUp" - -#: xmlcopyeditor.cpp:4948 -msgid "Previous Document" -msgstr "Documento precedente" - -#: xmlcopyeditor.cpp:4949 -msgid "&Next Document\tCtrl+PgDn" -msgstr "Documento &successivo\tCtrl+PgDn" - -#: xmlcopyeditor.cpp:4949 -msgid "Next Document" -msgstr "Documento successivo" - -#: xmlcopyeditor.cpp:4950 -msgid "&Browser\tCtrl+B" -msgstr "" - -#: xmlcopyeditor.cpp:4954 -msgid "&Show Tags and Attributes\tCtrl+T" -msgstr "&Mostra testo ed attributi\tCtrl+T" - -#: xmlcopyeditor.cpp:4954 -msgid "Show Tags and Attributes" -msgstr "Mostra testo ed attributi" - -#: xmlcopyeditor.cpp:4957 -msgid "&Hide Attributes Only\tCtrl+Shift+A" -msgstr "&Nascondi solo gli attributi\tCtrl+Shift+A" - -#: xmlcopyeditor.cpp:4957 -msgid "Hide Attributes Only" -msgstr "Nascondi solo gli attributi" - -#: xmlcopyeditor.cpp:4960 -msgid "H&ide Tags and Attributes\tCtrl+Shift+T" -msgstr "N&ascondi tag ed attributi\tCtrl+Shift+T" - -#: xmlcopyeditor.cpp:4960 -msgid "Hide Tags and Attributes" -msgstr "&Nascondi tag ed attributi" - -#: xmlcopyeditor.cpp:4979 -msgid "&Toggle Fold" -msgstr "&Collassa/espandi" - -#: xmlcopyeditor.cpp:4979 -msgid "Toggle Fold" -msgstr "Collassa/espandi" - -#: xmlcopyeditor.cpp:4981 -msgid "&Fold Tags\tCtrl+Shift+F" -msgstr "&Collassa tags\tCtrl+Shift+F" - -#: xmlcopyeditor.cpp:4981 -msgid "Fold Tags" -msgstr "Collassa tags" - -#: xmlcopyeditor.cpp:4983 -msgid "&Unfold Tags\tCtrl+Shift+U" -msgstr "&Espandi tags\tCtrl+Shift+U" - -#: xmlcopyeditor.cpp:4986 -msgid "&Wrap Words\tCtrl+W" -msgstr "&Righe a capo\tCtrl+W" - -#: xmlcopyeditor.cpp:4988 -msgid "&Color Scheme" -msgstr "Schema &colori" - -#: xmlcopyeditor.cpp:4989 -msgid "&Text Size" -msgstr "Dimensione &testo" - -#: xmlcopyeditor.cpp:4994 -msgid "S&how Current Element Pane" -msgstr "&Mostra pannello per l'elemento corrente" - -#: xmlcopyeditor.cpp:4995 -msgid "Show Current ElementPane" -msgstr "Mostra pannello per l'elemento corrente" - -#: xmlcopyeditor.cpp:4998 -msgid "Sh&ow Toolbar" -msgstr "M&ostra barra strumenti" - -#: xmlcopyeditor.cpp:4998 -msgid "Show Toolbar" -msgstr "Mostra barra strumenti" - -#: xmlcopyeditor.cpp:5001 -msgid "C&lose Message Pane\tAlt+C" -msgstr "C&hiudi pannello messaggi\tAlt+C" - -#: xmlcopyeditor.cpp:5001 -msgid "Close Message Pane" -msgstr "Chiudi pannello messaggi" - -#: xmlcopyeditor.cpp:5005 -msgid "&Element...\tCtrl+I" -msgstr "&Elemento...\tCtrl+I" - -#: xmlcopyeditor.cpp:5005 -msgid "Element..." -msgstr "Elemento..." - -#: xmlcopyeditor.cpp:5006 -msgid "&Sibling...\tCtrl+Shift+I" -msgstr "&Fratello..." - -#: xmlcopyeditor.cpp:5006 -msgid "Sibling..." -msgstr "Fratello..." - -#: xmlcopyeditor.cpp:5007 -msgid "&Entity...\tCtrl+E" -msgstr "&Entità...\tCtrl+E" - -#: xmlcopyeditor.cpp:5007 -msgid "Entity..." -msgstr "Entità..." - -#: xmlcopyeditor.cpp:5009 -msgid "&Twin\tCtrl+Enter" -msgstr "&Gemello\tCtrl+Enter" - -#: xmlcopyeditor.cpp:5009 -msgid "Twin" -msgstr "Gemello" - -#: xmlcopyeditor.cpp:5011 -msgid "S&ymbol..." -msgstr "S&imbolo" - -#: xmlcopyeditor.cpp:5011 -msgid "Symbol..." -msgstr "Simbolo..." - -#: xmlcopyeditor.cpp:5015 -msgid "&DTD\tF4" -msgstr "&DTD\tF4" - -#: xmlcopyeditor.cpp:5015 -msgid "DTD" -msgstr "DTD" - -#: xmlcopyeditor.cpp:5017 -msgid "&XML Schema\tF5" -msgstr "Schema &XML\tF5" - -#: xmlcopyeditor.cpp:5017 -#: xmlcopyeditor.cpp:5621 -msgid "XML Schema" -msgstr "Schema XML" - -#: xmlcopyeditor.cpp:5020 -msgid "&RELAX NG...\tF6" -msgstr "" - -#: xmlcopyeditor.cpp:5020 -msgid "RELAX NG..." -msgstr "" - -#: xmlcopyeditor.cpp:5023 -msgid "&Public DTD..." -msgstr "DTD &pubblico..." - -#: xmlcopyeditor.cpp:5023 -msgid "Public DTD..." -msgstr "DTD pubblico..." - -#: xmlcopyeditor.cpp:5024 -msgid "&System DTD..." -msgstr "DTD di &sistema..." - -#: xmlcopyeditor.cpp:5024 -msgid "System DTD..." -msgstr "DTD di sistema..." - -#: xmlcopyeditor.cpp:5025 -msgid "&XML Schema..." -msgstr "Schema &XML..." - -#: xmlcopyeditor.cpp:5025 -msgid "XML Schema..." -msgstr "Schema XML..." - -#: xmlcopyeditor.cpp:5026 -msgid "XS< stylesheet..." -msgstr "Foglio di stile XS<..." - -#: xmlcopyeditor.cpp:5026 -msgid "XSLT stylesheet..." -msgstr "Foglio di stile XSLT..." - -#: xmlcopyeditor.cpp:5041 -#: xmlcopyeditor.cpp:5052 -#, c-format -msgid "\tCtrl+%i" -msgstr "" - -#: xmlcopyeditor.cpp:5061 -msgid "&XSL Transform...\tF8" -msgstr "Trasformazione &XSL...\tF8" - -#: xmlcopyeditor.cpp:5062 -msgid "XSL Transform..." -msgstr "Trasformazione XSL..." - -#: xmlcopyeditor.cpp:5066 -msgid "&DocBook to HTML\tAlt+1" -msgstr "&DocBook in HTML\tAlt+1" - -#: xmlcopyeditor.cpp:5066 -msgid "DocBook to HTML" -msgstr "DocBook in HTML" - -#: xmlcopyeditor.cpp:5069 -msgid "&DocBook to XHTML\tAlt+2" -msgstr "&DocBook in XHTML\tAlt+2" - -#: xmlcopyeditor.cpp:5069 -msgid "DocBook to XHTML" -msgstr "DocBook in XHTML" - -#: xmlcopyeditor.cpp:5072 -msgid "D&ocBook to XSL-FO\tAlt+3" -msgstr "D&ocBook in XSL-FO\tAlt+3" - -#: xmlcopyeditor.cpp:5072 -msgid "DocBook to XSL-FO" -msgstr "DocBook in XSL-FO" - -#: xmlcopyeditor.cpp:5075 -msgid "&TEI to HTML\tAlt+4" -msgstr "&TEI in HTML\tAlt+4" - -#: xmlcopyeditor.cpp:5075 -msgid "TEI to HTML" -msgstr "TEI in HTML" - -#: xmlcopyeditor.cpp:5078 -msgid "T&EI to LaTeX\tAlt+5" -msgstr "T&EI in LaTeX\tAlt+5" - -#: xmlcopyeditor.cpp:5078 -msgid "TEI to LaTeX" -msgstr "TEI in LaTeX" - -#: xmlcopyeditor.cpp:5081 -msgid "TE&I to XHTML\tAlt+6" -msgstr "TE&I in XHTML\tAlt+6" - -#: xmlcopyeditor.cpp:5081 -msgid "TEI to XHTML" -msgstr "TEI in XHTML" - -#: xmlcopyeditor.cpp:5084 -msgid "TEI to &XSL-FO\tAlt+7" -msgstr "TEI in &XSL-FO\tAlt+7" - -#: xmlcopyeditor.cpp:5084 -msgid "TEI to XSL-FO" -msgstr "TEI in XSL-FO" - -#: xmlcopyeditor.cpp:5090 -msgid "&Check Well-formedness\tF2" -msgstr "&Verifica correttezza della forma\tF2" - -#: xmlcopyeditor.cpp:5090 -msgid "Check Well-formedness" -msgstr "Verifica correttezza della forma" - -#: xmlcopyeditor.cpp:5093 -msgid "&Validate" -msgstr "&Valida" - -#: xmlcopyeditor.cpp:5098 -msgid "&Associate" -msgstr "&Associa" - -#: xmlcopyeditor.cpp:5101 -msgid "&XSLT" -msgstr "" - -#: xmlcopyeditor.cpp:5104 -msgid "&Evaluate XPath...\tF9" -msgstr "&Valuta XPath...\tF9" - -#: xmlcopyeditor.cpp:5105 -msgid "Evaluate XPath..." -msgstr "Valuta XPath..." - -#: xmlcopyeditor.cpp:5110 -msgid "&Pretty-print\tF11" -msgstr "" - -#: xmlcopyeditor.cpp:5110 -msgid "Pretty-print" -msgstr "" - -#: xmlcopyeditor.cpp:5114 -msgid "&Lock Tags\tCtrl+L" -msgstr "B&locca tags\tCtrl+L" - -#: xmlcopyeditor.cpp:5115 -#: xmlcopyeditor.cpp:5345 -#: xmlcopyeditor.cpp:5348 -msgid "Lock Tags" -msgstr "Blocca tags" - -#: xmlcopyeditor.cpp:5120 -msgid "E&ncoding..." -msgstr "&Codifica..." - -#: xmlcopyeditor.cpp:5120 -msgid "Encoding..." -msgstr "Codifica..." - -#: xmlcopyeditor.cpp:5129 -msgid "&Spelling and Style...\tF7" -msgstr "&Ortografia e stile...\tF7" - -#: xmlcopyeditor.cpp:5130 -msgid "Spelling and Style..." -msgstr "Ortografia e stile..." - -#: xmlcopyeditor.cpp:5137 -msgid "&Word Count" -msgstr "Conteggio &vocaboli" - -#: xmlcopyeditor.cpp:5138 -msgid "Word Count" -msgstr "Conteggio vocaboli" - -#: xmlcopyeditor.cpp:5145 -msgid "&Command\tCtrl+Alt+C" -msgstr "&Comando\tCtrl+Alt+C" - -#: xmlcopyeditor.cpp:5146 -msgid "Command" -msgstr "Comando" - -#: xmlcopyeditor.cpp:5153 -msgid "&Options..." -msgstr "&Opzioni..." - -#: xmlcopyeditor.cpp:5154 -msgid "Options..." -msgstr "Opzioni..." - -#: xmlcopyeditor.cpp:5169 -msgid "&XML Copy Editor Help\tF1" -msgstr "Guida &XML Copy Editor\tF1" - -#: xmlcopyeditor.cpp:5169 -msgid "Help" -msgstr "Guida" - -#: xmlcopyeditor.cpp:5173 -msgid "&Home Page" -msgstr "&Pagina iniziale" - -#: xmlcopyeditor.cpp:5173 -msgid "Home Page" -msgstr "Pagina iniziale" - -#: xmlcopyeditor.cpp:5176 -msgid "&Forum" -msgstr "" - -#: xmlcopyeditor.cpp:5176 -msgid "Forum" -msgstr "" - -#: xmlcopyeditor.cpp:5180 -msgid "&About XML Copy Editor" -msgstr "&Informazioni su XML Copy Editor" - -#: xmlcopyeditor.cpp:5180 -msgid "About" -msgstr "Informazioni su..." - -#: xmlcopyeditor.cpp:5184 -msgid "&Download Source" -msgstr "&Scarica sorgente" - -#: xmlcopyeditor.cpp:5184 -msgid "Download Source" -msgstr "Scarica sorgente" - -#: xmlcopyeditor.cpp:5195 -msgid "&File" -msgstr "&File" - -#: xmlcopyeditor.cpp:5197 -msgid "&View" -msgstr "&Visualizza" - -#: xmlcopyeditor.cpp:5198 -msgid "&Insert" -msgstr "&Inserisci" - -#: xmlcopyeditor.cpp:5199 -msgid "&XML" -msgstr "&XML" - -#: xmlcopyeditor.cpp:5200 -msgid "&Tools" -msgstr "S&trumenti" - -#: xmlcopyeditor.cpp:5201 -msgid "&Help" -msgstr "&Guida" - -#: xmlcopyeditor.cpp:5216 -msgid "&New...\tCtrl+N" -msgstr "&Nuovo...\tCtrl+N" - -#: xmlcopyeditor.cpp:5216 -msgid "New..." -msgstr "Nuovo..." - -#: xmlcopyeditor.cpp:5219 -msgid "&Open...\tCtrl+O" -msgstr "&Apri...\tCtrl+O" - -#: xmlcopyeditor.cpp:5219 -msgid "Open..." -msgstr "Apri..." - -#: xmlcopyeditor.cpp:5223 -msgid "O&pen Large Document...\tCtrl+Shift+O" -msgstr "A&pri documento grande...\tCtrl+Shift+O" - -#: xmlcopyeditor.cpp:5223 -msgid "Open Large Document..." -msgstr "Apri documento grande..." - -#: xmlcopyeditor.cpp:5226 -msgid "&Close\tCtrl+F4" -msgstr "&Chiudi\tCtrl+F4" - -#: xmlcopyeditor.cpp:5229 -msgid "C&lose All" -msgstr "C&hiudi tutto" - -#: xmlcopyeditor.cpp:5229 -msgid "Close All" -msgstr "Chiudi tutto" - -#: xmlcopyeditor.cpp:5232 -msgid "&Save\tCtrl+S" -msgstr "&Salva\tCtrl+S" - -#: xmlcopyeditor.cpp:5232 -#: xmlcopyeditor.cpp:5316 -#: xmlcopyeditor.cpp:5320 -msgid "Save" -msgstr "Salva" - -#: xmlcopyeditor.cpp:5236 -msgid "S&ave As...\tF12" -msgstr "S&alva con nome...\tF12" - -#: xmlcopyeditor.cpp:5236 -msgid "Save As..." -msgstr "Salva con nome..." - -#: xmlcopyeditor.cpp:5239 -msgid "&Revert" -msgstr "&Ripristina" - -#: xmlcopyeditor.cpp:5239 -msgid "Revert" -msgstr "Ripristina" - -#: xmlcopyeditor.cpp:5242 -msgid "Pa&ge Setup..." -msgstr "Imposta pa&gina..." - -#: xmlcopyeditor.cpp:5242 -msgid "Page Setup..." -msgstr "Imposta pagina..." - -#: xmlcopyeditor.cpp:5245 -msgid "P&rint Preview..." -msgstr "Antep&rima di stampa..." - -#: xmlcopyeditor.cpp:5245 -msgid "Print Preview..." -msgstr "Anteprima di stampa..." - -#: xmlcopyeditor.cpp:5248 -msgid "Pr&int...\tCtrl+P" -msgstr "Stam&pa...\tCtrl+P" - -#: xmlcopyeditor.cpp:5248 -msgid "Print..." -msgstr "Stampa..." - -#: xmlcopyeditor.cpp:5252 -msgid "I&mport Microsoft Word Document..." -msgstr "I&mporta documento Microsoft Word..." - -#: xmlcopyeditor.cpp:5256 -msgid "&Export Microsoft Word Document..." -msgstr "&Esporta documento Microsoft Word..." - -#: xmlcopyeditor.cpp:5260 -msgid "E&xit" -msgstr "E&sci" - -#: xmlcopyeditor.cpp:5260 -msgid "Exit" -msgstr "esci" - -#: xmlcopyeditor.cpp:5306 -#: xmlcopyeditor.cpp:5308 -msgid "New" -msgstr "Nuovo" - -#: xmlcopyeditor.cpp:5323 -#: xmlcopyeditor.cpp:5327 -msgid "Print" -msgstr "Stampa" - -#: xmlcopyeditor.cpp:5396 -msgid "Information" -msgstr "Informazione" - -#: xmlcopyeditor.cpp:5399 -msgid "Warning" -msgstr "Attenzione" - -#: xmlcopyeditor.cpp:5402 -msgid "Stopped" -msgstr "Bloccato" - -#: xmlcopyeditor.cpp:5405 -msgid "Question" -msgstr "Domanda" - -#: xmlcopyeditor.cpp:5408 -msgid "Message" -msgstr "Messaggio" - -#: xmlcopyeditor.cpp:5464 -#, c-format -msgid "%s is %s" -msgstr "%s è %s" - -#: xmlcopyeditor.cpp:5489 -msgid "Document has been modified: save or discard changes" -msgstr "Il documento è stato modificato: salva o scarta le modifiche" - -#: xmlcopyeditor.cpp:5550 -msgid "Encoding should be one of " -msgstr "La codifica dovrebbe essere fra " - -#: xmlcopyeditor.cpp:5609 -msgid "Public DTD" -msgstr "DTD pubblico" - -#: xmlcopyeditor.cpp:5615 -msgid "System DTD" -msgstr "DTD di sistema" - -#: xmlcopyeditor.cpp:5645 -#, c-format -msgid "Cannot associate %s: %s" -msgstr "Impossibile associare %s: %s" - -#: xmlcopyeditor.cpp:5653 -#, c-format -msgid "Associate %s" -msgstr "Associa %s" - -#: xmlcopyeditor.cpp:5661 -msgid "Choose a public identifier:" -msgstr "Scegli un identificatore pubblico: " - -#: xmlcopyeditor.cpp:5808 -#, c-format -msgid "Cannot count words: %s" -msgstr "Impossibile contare le parole: %s" - -#: xmlcopyeditor.cpp:5816 -#, c-format -msgid "%s contains %i word" -msgid_plural "%s contains %i words" -msgstr[0] "" -msgstr[1] "" - -#: xmlctrl.cpp:207 -#: xmlctrl.cpp:342 -msgid "Delete tag?" -msgstr "Cancellare tag?" - -#: xmlctrl.cpp:208 -#: xmlctrl.cpp:239 -#: xmlctrl.cpp:343 -#: xmlctrl.cpp:374 -msgid "Tags Locked" -msgstr "Tag bloccati" - -#: xmlctrl.cpp:238 -#: xmlctrl.cpp:373 -msgid "Delete entity reference?" -msgstr "Cancellare il riferimento alle entità?" - +msgid "" +msgstr "" +"Project-Id-Version: \n" +"POT-Creation-Date: \n" +"PO-Revision-Date: 2007-11-16 10:09+0100\n" +"Last-Translator: Antonio Angelo \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=iso-8859-1\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: 1\n" +"X-Poedit-Language: Italian\n" +"X-Poedit-Country: ITALY\n" +"X-Poedit-SourceCharset: utf-8\n" + +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "\n" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2007-07-27 00:13+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=1;\n" + +#: xmlcopyeditorcopy.h:2 +msgid "All files (*.*)|*.*|XML (*.xml)|*.xml|XHTML (*.html)|*.html|DTD (*.dtd)|*.dtd|XML Schema (*.xsd)|*.xsd|RELAX NG grammar (*.rng)|*.rng|XSL (*.xsl)|*.xsl" +msgstr "Tutti i file (*.*)|*.*|XML (*.xml)|*.xml|XHTML (*.html)|*.html|DTD (*.dtd)|*.dtd|XML schema (*.xsd)|*.xsd|RELAX NG grammatica (*.rng)|*.rng|XSL (*.xsl)|*.xsl" + +#: xmlcopyeditorcopy.h:3 +msgid "Copyright © 2005-2007 Gerald Schmidt " +msgstr "Copyright © 2005-2007 Gerald Schmidt " + +#: xmlcopyeditorcopy.h:4 +msgid "" +"\n" +"XML Copy Editor is free software released under the GNU\n" +"General Public License.\n" +"\n" +"Many thanks are due to Tim van Niekerk, Matt Smigielski,\n" +"David Scholl, Jan Merka, Marcus Bingenheimer, Roberto\n" +"Rosselli Del Turco, Ken Zalewski, C.J. Meidlinger,\n" +"Thomas Zajic, Viliam BĂșr, David HĂ„sĂ€ther, François\n" +"Badier, Thomas Wenzel, Roger Sperberg, SHiNE CsyFeK,\n" +"HSU PICHAN, YANG SHUFUN, CHENG PAULIAN and\n" +"CHUANG KUO-PING." +msgstr "" +"\n" +"XML Copy Editor è un software gratuito rilasciato sotto la GNU\n" +"General Public License.\n" +"\n" +"Molti ringraziamenti a Tim van Niekerk, Matt Smigielski,\n" +"David Scholl, Jan Merka, Marcus Bingenheimer, Roberto\n" +"Rosselli Del Turco, Ken Zalewski, C.J. Meidlinger,\n" +"Thomas Zajic, Viliam BĂșr, David HĂ„sĂ€ther, François\n" +"Badier, Thomas Wenzel, Roger Sperberg, SHiNE CsyFeK,\n" +"HSU PICHAN, YANG SHUFUN, CHENG PAULIAN e\n" +"CHUANG KUO-PING." + +#: aboutdialog.cpp:29 +msgid "OK" +msgstr "" + +#: associatedialog.cpp:55 +#: mypropertysheet.cpp:151 +#: mypropertysheet.cpp:167 +msgid "Browse" +msgstr "Sfoglia" + +#: associatedialog.cpp:103 +msgid "Provides a space for you to type the path of the file" +msgstr "Fornisce uno spazio per editare il percorso del file" + +#: associatedialog.cpp:107 +msgid "Opens a standard file dialog" +msgstr "Apre una finestra di dialogo standard" + +#: associatedialog.cpp:111 +msgid "Provides a space for you to type additional information" +msgstr "Fornisce uno spazio per editare informazioni aggiuntive" + +#: associatedialog.cpp:115 +msgid "Closes this dialog without making any changes" +msgstr "Chiude questo dialogo senza apportare alcuna cambiamento" + +#: associatedialog.cpp:119 +msgid "Selects the file specified" +msgstr "Seleziona il file specificato" + +#: associatedialog.cpp:141 +msgid "|All files (*.*)|*.*" +msgstr "|Tutti i file (*.*)|*.*" + +#: associatedialog.cpp:144 +msgid "Select " +msgstr "Seleziona" + +#: commandpanel.cpp:26 +#: commandpanel.cpp:159 +msgid "{path}" +msgstr "{path}" + +#: commandpanel.cpp:27 +#: commandpanel.cpp:160 +msgid "{name}" +msgstr "{name}" + +#: commandpanel.cpp:28 +#: commandpanel.cpp:161 +msgid "{extension}" +msgstr "{extension}" + +#: commandpanel.cpp:29 +#: commandpanel.cpp:158 +msgid "{fullpath}" +msgstr "{fullpath}" + +#: commandpanel.cpp:49 +msgid "&Run" +msgstr "&Esegui" + +#: commandpanel.cpp:57 +msgid "&Wait" +msgstr "&Attendi" + +#: commandpanel.cpp:63 +msgid "Output options" +msgstr "Opzioni d'uscita" + +#: commandpanel.cpp:68 +msgid "I&gnore" +msgstr "I&gnora" + +#: commandpanel.cpp:74 +msgid "I&nsert" +msgstr "I&nserisci" + +#: commandpanel.cpp:79 +msgid "New &document" +msgstr "Nuovo &documento" + +#: commandpanel.cpp:100 +msgid "Variables" +msgstr "Variabili" + +#: findreplacepanel.cpp:28 +msgid "Find:" +msgstr "Trova:" + +#: findreplacepanel.cpp:29 +#: findreplacepanel.cpp:30 +msgid " " +msgstr "" + +#: findreplacepanel.cpp:42 +msgid "Replace with:" +msgstr "Rimpiazza con:" + +#: findreplacepanel.cpp:54 +msgid "Find &Next" +msgstr "Trova &successivo" + +#: findreplacepanel.cpp:61 +msgid "&Replace" +msgstr "&Rimpiazza" + +#: findreplacepanel.cpp:68 +msgid "Replace &All" +msgstr "Rimpiazza &tutti" + +#: findreplacepanel.cpp:76 +#: globalreplacedialog.cpp:58 +msgid "&Match case" +msgstr "&Corrispondenza maiuscole" + +#: findreplacepanel.cpp:83 +msgid "Re&gex" +msgstr "Espressioni re&golari" + +#: globalreplacedialog.cpp:30 +#: globalreplacedialog.cpp:111 +msgid "Global Find and Replace" +msgstr "Trova e rimpiazza globale" + +#: globalreplacedialog.cpp:36 +msgid "&Find what: " +msgstr "&Trova cosa:" + +#: globalreplacedialog.cpp:38 +msgid "Replace with: " +msgstr "Rimpiazza con:" + +#: globalreplacedialog.cpp:54 +msgid "&Regex" +msgstr "Espressioni ®olari" + +#: globalreplacedialog.cpp:62 +msgid "R&eplace in all open documents" +msgstr "Rimpiazza in tutti i documenti aperti" + +#: globalreplacedialog.cpp:107 +msgid "Cannot compile regular expression '" +msgstr "Impossibile compilare espressione regolare '" + +#: globalreplacedialog.cpp:126 +msgid "Provides a space for you to type the text you want to find" +msgstr "Fornisce uno spazio per editare il testo da trovare" + +#: globalreplacedialog.cpp:130 +msgid "Provides a space for you to type the text you want to replace the text you typed in Find what" +msgstr "Fornisce uno spazio per editare il testo da sostituire al testo editato in Trova cosa" + +#: globalreplacedialog.cpp:134 +msgid "Finds only text with lowercase and uppercase letters as specified in Find what" +msgstr "Trova solo testo con maiuscole e minuscole come specificate in Trova cosa" + +#: globalreplacedialog.cpp:138 +msgid "Extends the scope to all open documents" +msgstr "Estende l'ambito a tutti i documenti aperti" + +#: globalreplacedialog.cpp:142 +msgid "Interprets the text specified in Find what as a regular expression" +msgstr "Interpreta il testo specificato in Trova come una espressione regolare" + +#: globalreplacedialog.cpp:146 +msgid "Finds all instances of the text specified in Find what and replaces them with the text in Replace with" +msgstr "Trova tutte le occorrenze del testo specificato in Trova cosa e le sostituisce col testo in Rimpiazza con" + +#: globalreplacedialog.cpp:150 +msgid "Closes the dialog box without saving any changes you have made" +msgstr "Chiudi la finestra di dialogo senza salvare alcuna modifica fatta" + +#: mynotebook.cpp:65 +#: xmlcopyeditor.cpp:5226 +msgid "Close" +msgstr "Chiudi" + +#: mynotebook.cpp:66 +msgid "Close all" +msgstr "Chiudi tutto" + +#: mypropertysheet.cpp:53 +msgid "Font" +msgstr "Tipo di carattere" + +#: mypropertysheet.cpp:68 +msgid "I&ntelligent backspace/delete" +msgstr "Cancellazione/backspace &intelligente" + +#: mypropertysheet.cpp:71 +msgid "&Tag completion" +msgstr "Completamento &tag" + +#: mypropertysheet.cpp:74 +msgid "&Folding" +msgstr "&Collassa" + +#: mypropertysheet.cpp:77 +msgid "&Highlight current line" +msgstr "&Evidenzia la riga corrente" + +#: mypropertysheet.cpp:80 +msgid "&Indentation guides" +msgstr "Guide di &indentazione" + +#: mypropertysheet.cpp:83 +msgid "&Always insert closing tag" +msgstr "Inserisce &sempre il tag di chiusura" + +#: mypropertysheet.cpp:86 +msgid "Hi&ghlight syntax" +msgstr "Evi&denzia sintassi" + +#: mypropertysheet.cpp:89 +msgid "&Line numbers" +msgstr "Numeri di &riga" + +#: mypropertysheet.cpp:92 +msgid "L&ock hidden tags" +msgstr "B&locca tag nascosti" + +#: mypropertysheet.cpp:95 +msgid "&White space visible" +msgstr "Spazio &bianco visibile" + +#: mypropertysheet.cpp:98 +msgid "&Validate as you type" +msgstr "&Valida mentre si edita" + +#: mypropertysheet.cpp:101 +msgid "Va&riable highlight in tag free view" +msgstr "Evidenziazione della va&riabile nella vista senza tag" + +#: mypropertysheet.cpp:141 +msgid "Application directory" +msgstr "Cartella dell'applicazione" + +#: mypropertysheet.cpp:157 +#: xmlcopyeditor.cpp:4950 +#: xmlcopyeditor.cpp:5330 +#: xmlcopyeditor.cpp:5334 +msgid "Browser" +msgstr "Browser" + +#: mypropertysheet.cpp:174 +msgid "Language (restart required)" +msgstr "Lingua (richiesta ri-esecuzione)" + +#: mypropertysheet.cpp:212 +msgid "&Enable network access for DTD validation" +msgstr "&Abilita l'accesso alla rete per validazione DTD" + +#: mypropertysheet.cpp:215 +msgid "E&xpand internal entities on open" +msgstr "E&spandi le entità interne all'apertura" + +#: mypropertysheet.cpp:218 +msgid "&One application instance only" +msgstr "&Una sola istanza della applicazione" + +#: mypropertysheet.cpp:221 +msgid "Re&member layout on close" +msgstr "Ri&corda la disposizione alla chiusura" + +#: mypropertysheet.cpp:224 +msgid "&Remember open tabs on close" +msgstr "&Ricorda le schede aperte alla chiusura" + +#: mypropertysheet.cpp:227 +msgid "Re&tain undo history on save" +msgstr "Conserva lo s&torico degli annullamenti al salvataggio" + +#: mypropertysheet.cpp:231 +msgid "&Save UTF-8 byte order mark" +msgstr "" + +#: mypropertysheet.cpp:235 +msgid "S&how full path on frame" +msgstr "Mostra percorso completo nel riquadro" + +#: mypropertysheet.cpp:240 +msgid "&Use Microsoft rebar control (restart required)" +msgstr "&Usa controllo Microsoft rebar control (richiesta riesecuzione)" + +#: mypropertysheet.cpp:274 +msgid "General" +msgstr "Generale" + +#: mypropertysheet.cpp:275 +msgid "Editor" +msgstr "Editore" + +#: mypropertysheet.cpp:301 +msgid "Cannot access application directory" +msgstr "Impossibile accedere alla cartella dell'applicazione" + +#: mypropertysheet.cpp:301 +#: xmlcopyeditor.cpp:2314 +msgid "Options" +msgstr "Opzioni" + +#: styledialog.cpp:42 +#: xmlcopyeditor.cpp:5337 +#: xmlcopyeditor.cpp:5341 +msgid "Spelling and Style" +msgstr "Ortografia e stile" + +#: styledialog.cpp:78 +msgid "&Report" +msgstr "&Report" + +#: styledialog.cpp:96 +msgid "No." +msgstr "N." + +#: styledialog.cpp:97 +#: styledialog.cpp:99 +msgid "Context" +msgstr "Contesto" + +#: styledialog.cpp:98 +msgid "Match" +msgstr "Corrispondenza" + +#: styledialog.cpp:100 +msgid "Suggestion" +msgstr "Suggerimento" + +#: styledialog.cpp:101 +msgid "Rule" +msgstr "Regola" + +#: styledialog.cpp:102 +msgid "Action" +msgstr "Azione" + +#: styledialog.cpp:110 +#: xmlcopyeditor.cpp:5196 +msgid "&Edit" +msgstr "&Modifica" + +#: styledialog.cpp:118 +msgid "&Printable report" +msgstr "Re&port stampabile" + +#: styledialog.cpp:126 +msgid "Pr&intable summary" +msgstr "Sommar&io stampabile" + +#: styledialog.cpp:134 +msgid "&Change all" +msgstr "&Cambia tutto" + +#: styledialog.cpp:142 +msgid "I&gnore all" +msgstr "I&gnora tutto" + +#: styledialog.cpp:150 +msgid "C&ancel" +msgstr "&Annulla" + +#: styledialog.cpp:198 +msgid "(No rule sets found)" +msgstr "(Nessun gruppo di regole trovato)" + +#: styledialog.cpp:204 +#: xmlcopyeditor.cpp:620 +msgid "(No filter)" +msgstr "(Nessun filtro)" + +#: styledialog.cpp:227 +msgid "(No filters found)" +msgstr "(Nessun filtro trovato)" + +#: styledialog.cpp:271 +#: styledialog.cpp:301 +#: styledialog.cpp:573 +#: styledialog.cpp:578 +msgid "Ignore" +msgstr "Ignora" + +#: styledialog.cpp:285 +msgid "Ignore once" +msgstr "Ignora una volta" + +#: styledialog.cpp:287 +msgid "Ignore all" +msgstr "Ignora tutto" + +#: styledialog.cpp:289 +msgid "Change once" +msgstr "Cambia una volta" + +#: styledialog.cpp:290 +msgid "Change all" +msgstr "Cambia tutto" + +#: styledialog.cpp:293 +msgid "New suggestion..." +msgstr "Nuovo suggerimento..." + +#: styledialog.cpp:316 +#: styledialog.cpp:349 +msgid "Creating report..." +msgstr "Crea report..." + +#: styledialog.cpp:354 +msgid "Cannot create report: " +msgstr "Impossibile creare report: " + +#: styledialog.cpp:387 +#, c-format +msgid "%i match" +msgid_plural "%i matches" +msgstr[0] "" +msgstr[1] "" + +#: styledialog.cpp:402 +msgid "No items selected" +msgstr "Nessuna voce selezionata" + +#: styledialog.cpp:578 +#: styledialog.cpp:606 +msgid "Change" +msgstr "Cambia" + +#: styledialog.cpp:731 +msgid "Enter new suggestion:" +msgstr "Inserisci nuovo suggerimento: " + +#: styledialog.cpp:732 +msgid "New Suggestion" +msgstr "Nuovo suggerimento" + +#: xmlcopyeditor.cpp:318 +#: xmlcopyeditor.cpp:1178 +#: xmlcopyeditor.cpp:1272 +#: xmlcopyeditor.cpp:1502 +#: xmlcopyeditor.cpp:1527 +msgid "XML Copy Editor" +msgstr "XML Copy Editor" + +#: xmlcopyeditor.cpp:334 +#: xmlcopyeditor.cpp:398 +msgid "(unknown error)" +msgstr "(errore sconosciuto)" + +#: xmlcopyeditor.cpp:336 +msgid "XML Copy Editor has encountered the following error and needs to close: " +msgstr "XML Copy Editor ha incontrato il seguente errore e deve essere chiuso: " + +#: xmlcopyeditor.cpp:343 +#: xmlcopyeditor.cpp:346 +#: xmlcopyeditor.cpp:363 +#: xmlcopyeditor.cpp:368 +#: xmlcopyeditor.cpp:407 +#: xmlcopyeditor.cpp:427 +#: xmlcopyeditor.cpp:439 +#: xmlcopyeditor.cpp:445 +#: xmlcopyeditor.cpp:474 +msgid "Error" +msgstr "Errore" + +#: xmlcopyeditor.cpp:362 +#: xmlcopyeditor.cpp:367 +#: xmlcopyeditor.cpp:434 +msgid "XML Copy Editor has encountered an error and needs to close." +msgstr "XML Copy Editor ha incontrato un errore e deve essere chiuso." + +#: xmlcopyeditor.cpp:384 +#: xmlcopyeditor.cpp:463 +msgid "The operating system has turned down a request for additional memory" +msgstr "Il sistema operativo richiede altra memoria" + +#: xmlcopyeditor.cpp:385 +#: xmlcopyeditor.cpp:464 +msgid "Out of memory" +msgstr "Memoria insufficiente" + +#: xmlcopyeditor.cpp:400 +msgid "The following error has occurred: " +msgstr "Si è incontrato il seguente errore: " + +#: xmlcopyeditor.cpp:402 +msgid "" +".\n" +"\n" +"Select \"Abort\" to exit, \"Retry\" to close this window and \"Ignore\" to continue." +msgstr "" +".\n" +"\n" +"Selezionare \"Abort\" per uscire, \"Retry\" per chiudere questa finestra ed \"Ignore\" per continuare." + +#: xmlcopyeditor.cpp:618 +#: xmlcopyeditor.cpp:670 +msgid "Default dictionary and style" +msgstr "Dizionario e stile predefinito" + +#: xmlcopyeditor.cpp:671 +msgid "No filter" +msgstr "Nessun filtro" + +#: xmlcopyeditor.cpp:808 +#: xmlcopyeditor.cpp:816 +msgid "Current Element" +msgstr "Elemento corrente" + +#: xmlcopyeditor.cpp:809 +#: xmlcopyeditor.cpp:815 +msgid "Insert Element" +msgstr "Inserisci elemento" + +#: xmlcopyeditor.cpp:810 +#: xmlcopyeditor.cpp:814 +msgid "Insert Sibling" +msgstr "Inserisci fratello" + +#: xmlcopyeditor.cpp:811 +#: xmlcopyeditor.cpp:813 +msgid "Insert Entity" +msgstr "Inserisci entità" + +#: xmlcopyeditor.cpp:877 +msgid "Cannot open application directory: see Tools, Options..., General" +msgstr "Impossibile aprire la cartella dell'applicazione: vedere Strumenti, Opzioni..., Generali" + +#: xmlcopyeditor.cpp:1084 +msgid "Unknown command line switch (expecting 'w' or 's')" +msgstr "Modificatore sconosciuto nella riga di comando (si attende 'w' o 's')" + +#: xmlcopyeditor.cpp:1093 +msgid "Command line processing incomplete: no file specified" +msgstr "Elaborazione della riga di comando incompleta: nessun file specificato" + +#: xmlcopyeditor.cpp:1182 +msgid "Gerald Schmidt (development) " +msgstr "Gerald Schmidt (sviluppo) " + +#: xmlcopyeditor.cpp:1183 +msgid "Matt Smigielski (testing) " +msgstr "Matt Smigielski (testing) " + +#: xmlcopyeditor.cpp:1184 +msgid "Viliam BĂșr (Slovak) " +msgstr "Viliam BĂșr (Slovacco) " + +#: xmlcopyeditor.cpp:1185 +msgid "David HĂ„sĂ€ther (Swedish) " +msgstr "David HĂ„sĂ€ther (Svedese) " + +#: xmlcopyeditor.cpp:1186 +msgid "François Badier (French) " +msgstr "François Badier (Francese) " + +#: xmlcopyeditor.cpp:1187 +msgid "Thomas Wenzel (German) " +msgstr "Thomas Wenzel (Tedesco) " + +#: xmlcopyeditor.cpp:1188 +msgid "SHiNE CsyFeK (Chinese Simplified) " +msgstr "SHiNE CsyFeK (Cinese semplificato) " + +#: xmlcopyeditor.cpp:1189 +msgid "HSU PICHAN, YANG SHUFUN, CHENG PAULIAN, CHUANG KUO-PING, Marcus Bingenheimer (Chinese Traditional)" +msgstr "HSU PICHAN, YANG SHUFUN, CHENG PAULIAN, CHUANG KUO-PING, Marcus Bingenheimer (Cinese tradizionale)" + +#: xmlcopyeditor.cpp:1219 +msgid "Parse in progress..." +msgstr "Parse in corso..." + +#: xmlcopyeditor.cpp:1240 +msgid "well-formed" +msgstr "ben-formato" + +#: xmlcopyeditor.cpp:1271 +msgid "Do you want to save the changes to " +msgstr "Vuoi salvare le modifiche a " + +#: xmlcopyeditor.cpp:1454 +#: xmlcopyeditor.cpp:1456 +msgid "Attributes hidden" +msgstr "Attributi nascosti" + +#: xmlcopyeditor.cpp:1461 +#: xmlcopyeditor.cpp:1463 +msgid "Tags hidden" +msgstr "Tag nascosti" + +#: xmlcopyeditor.cpp:1476 +#: xmlcopyeditor.cpp:1478 +msgid "Tags locked" +msgstr "Tag bloccati" + +#: xmlcopyeditor.cpp:1541 +#: xmlcopyeditor.cpp:1543 +msgid "Modified" +msgstr "Modificato" + +#: xmlcopyeditor.cpp:1576 +#, c-format +msgid "Ln %i Col %i" +msgstr "Ln %i Col %i" + +#: xmlcopyeditor.cpp:1756 +msgid "Cannot open clipboard" +msgstr "Impossibile aprire gli appunti" + +#: xmlcopyeditor.cpp:1761 +msgid "Cannot paste as new document: no text on clipboard" +msgstr "Impossibile incollare come nuovo documento: nessun testo negli appunti" + +#: xmlcopyeditor.cpp:1846 +#: xmlcopyeditor.cpp:2536 +#, c-format +msgid "%i replacement made" +msgid_plural "%i replacements made" +msgstr[0] "%i sostituzione effettuata" +msgstr[1] "%i sostituzioni effettuate" + +#: xmlcopyeditor.cpp:1872 +msgid "Preparing Print Preview..." +msgstr "Anteprima di stampa in preparazione..." + +#: xmlcopyeditor.cpp:1893 +msgid "Preparing to print..." +msgstr "Stampa in preparazione..." + +#: xmlcopyeditor.cpp:1952 +#: xmlcopyeditor.cpp:1972 +msgid "Find" +msgstr "Trova" + +#: xmlcopyeditor.cpp:1979 +#: xmlcopyeditor.cpp:2010 +#: xmlcopyeditor.cpp:2104 +msgid "This functionality requires Microsoft Windows" +msgstr "Questa funzionalità richiede Microsoft Windows" + +#: xmlcopyeditor.cpp:1985 +msgid "Import Microsoft Word Document" +msgstr "Importa documento Microsoft Word" + +#: xmlcopyeditor.cpp:2019 +#, c-format +msgid "Cannot open %s for import" +msgstr "Impossibile aprire %s per importazione" + +#: xmlcopyeditor.cpp:2029 +msgid "Import in progress..." +msgstr "Importazione in corso..." + +#: xmlcopyeditor.cpp:2037 +msgid "(lossless conversion requires version 2003 or later)" +msgstr "(la conversione senza perdite richiede la versione 2003 o successiva)" + +#: xmlcopyeditor.cpp:2044 +#: xmlcopyeditor.cpp:2161 +msgid "Cannot start Microsoft Word" +msgstr "Impossibile eseguire Microsoft Word" + +#: xmlcopyeditor.cpp:2048 +#: xmlcopyeditor.cpp:2165 +msgid "A more recent version of Microsoft Word is required" +msgstr "Si richiede una versione più recente di Microsoft Word" + +#: xmlcopyeditor.cpp:2055 +#, c-format +msgid "Microsoft Word cannot save %s as XML" +msgstr "Microsoft Word non può salvare %s come XML" + +#: xmlcopyeditor.cpp:2060 +msgid "Microsoft Word cannot save this document as WordprocessingML " +msgstr "Microsoft Word non può salvare questo documento come WordprocessingML " + +#: xmlcopyeditor.cpp:2068 +msgid "Opening imported file..." +msgstr "File importato in fase di apertura..." + +#: xmlcopyeditor.cpp:2085 +msgid "Cannot open imported file" +msgstr "Impossibile aprire il file importato" + +#: xmlcopyeditor.cpp:2137 +msgid "Export Microsoft Word Document" +msgstr "Esporta documento Microsoft Word" + +#: xmlcopyeditor.cpp:2154 +msgid "Export in progress..." +msgstr "Esportazione in corso..." + +#: xmlcopyeditor.cpp:2168 +#, c-format +msgid "Microsoft Word cannot save %s" +msgstr "Microsoft Word non può salvare %s" + +#: xmlcopyeditor.cpp:2197 +msgid "Cannot save temporary file" +msgstr "Impossibile salvare il file temporaneo" + +#: xmlcopyeditor.cpp:2375 +msgid "Enter line number:" +msgstr "Inserire il numero di riga:" + +#: xmlcopyeditor.cpp:2376 +msgid "Go To" +msgstr "Vai a" + +#: xmlcopyeditor.cpp:2385 +#, c-format +msgid "'%s' is not a valid line number" +msgstr "'%s' non è un valido numero di riga" + +#: xmlcopyeditor.cpp:2414 +msgid "Replace" +msgstr "Rimpiazza" + +#: xmlcopyeditor.cpp:2435 +msgid "Find and Replace" +msgstr "Trova e rimpiazza" + +#: xmlcopyeditor.cpp:2526 +msgid "Cannot replace: " +msgstr "Impossibile sostituire: " + +#: xmlcopyeditor.cpp:2557 +msgid "XML document (*.xml)" +msgstr "Documento XML (*.xml)" + +#: xmlcopyeditor.cpp:2598 +msgid "Choose a document type:" +msgstr "Scegli un tipo di documento:" + +#: xmlcopyeditor.cpp:2598 +msgid "New Document" +msgstr "Nuovo documento" + +#: xmlcopyeditor.cpp:2640 +#, c-format +msgid "Document%i" +msgstr "Document%i" + +#: xmlcopyeditor.cpp:2703 +msgid "Open Large Document" +msgstr "Apri un documento grande" + +#: xmlcopyeditor.cpp:2703 +#: xmlcopyeditor.cpp:5311 +#: xmlcopyeditor.cpp:5313 +msgid "Open" +msgstr "Apri" + +#: xmlcopyeditor.cpp:2729 +#: xmlcopyeditor.cpp:2787 +#, c-format +msgid "Cannot open %s" +msgstr "Impossibile aprire %s" + +#: xmlcopyeditor.cpp:2737 +#: xmlcopyeditor.cpp:3349 +#, c-format +msgid "%s is already open" +msgstr "%s è già aperto" + +#: xmlcopyeditor.cpp:2887 +#, c-format +msgid "Cannot open %s: unknown encoding %s" +msgstr "Impossibile aprire %s: codifica sconosciuta %s" + +#: xmlcopyeditor.cpp:2916 +#, c-format +msgid "Cannot open %s: conversion from encoding %s failed" +msgstr "Impossibile aprire %s: conversione da codifica %s fallita" + +#: xmlcopyeditor.cpp:2927 +msgid "Creating document view..." +msgstr "Creazione della vista del documento..." + +#: xmlcopyeditor.cpp:3207 +msgid "Opening spelling and style check in read-only mode: " +msgstr "Apri controllo ortografico e di stile in sola lettura: " + +#: xmlcopyeditor.cpp:3237 +msgid "Edited document empty" +msgstr "Il documento editato è vuoto" + +#: xmlcopyeditor.cpp:3334 +msgid "Save As" +msgstr "Salva con nome" + +#: xmlcopyeditor.cpp:3537 +#: xmlcopyeditor.cpp:3633 +#: xmlcopyeditor.cpp:3723 +msgid "Cannot save temporary copy for validation; please save or discard changes" +msgstr "Impossibile salvare la copia temporanea per la validazione; salvare o scartare le modifiche" + +#: xmlcopyeditor.cpp:3547 +msgid "DTD validation in progress..." +msgstr "Validazione DTD in corso..." + +#: xmlcopyeditor.cpp:3571 +#: xmlcopyeditor.cpp:3666 +#: xmlcopyeditor.cpp:3750 +#: xmlcopyeditor.cpp:3786 +msgid "valid" +msgstr "valido" + +#: xmlcopyeditor.cpp:3593 +msgid "Select RELAX NG grammar" +msgstr "Scegli la grammatica RELAX NG" + +#: xmlcopyeditor.cpp:3594 +#: xmlcopyeditor.cpp:3945 +#: xmlcopyeditor.cpp:5654 +msgid "Choose a file:" +msgstr "Scegli un file:" + +#: xmlcopyeditor.cpp:3595 +msgid "RELAX NG grammar" +msgstr "Grammatica RELAX NG" + +#: xmlcopyeditor.cpp:3641 +msgid "RELAX NG validation in progress..." +msgstr "Validazione RELAX NG in corso..." + +#: xmlcopyeditor.cpp:3743 +msgid "Validation in progress..." +msgstr "Validazione in corso..." + +#: xmlcopyeditor.cpp:3753 +msgid "MSXML validation failed (version 4.0 or later required)" +msgstr "Validazione MSXML fallita (è richiesta la version 4.0 o successiva)" + +#: xmlcopyeditor.cpp:3763 +msgid "Validation error" +msgstr "Errore di validazione" + +#: xmlcopyeditor.cpp:3832 +msgid "Enter XPath:" +msgstr "Imposta XPath:" + +#: xmlcopyeditor.cpp:3833 +msgid "Evaluate XPath" +msgstr "Valuta XPath" + +#: xmlcopyeditor.cpp:3869 +msgid "Cannot evaluate XPath" +msgstr "Impossibile valutare XPath" + +#: xmlcopyeditor.cpp:3880 +msgid "No matching nodes found" +msgstr "Nessun nodo corrispondente trovato" + +#: xmlcopyeditor.cpp:3931 +#, c-format +msgid "Cannot open stylesheet %s" +msgstr "Impossibile aprire il foglio di stile %s" + +#: xmlcopyeditor.cpp:3944 +msgid "Select stylesheet" +msgstr "Scegli foglio di stile" + +#: xmlcopyeditor.cpp:3946 +#: xmlcopyeditor.cpp:5627 +msgid "XSLT stylesheet" +msgstr "Foglio di stile XSLT" + +#: xmlcopyeditor.cpp:4000 +msgid "XSL transformation in progress..." +msgstr "Trasformazione XSL in corso..." + +#: xmlcopyeditor.cpp:4009 +msgid "Cannot transform: " +msgstr "Impossibile trasformare: " + +#: xmlcopyeditor.cpp:4017 +msgid "Output document empty" +msgstr "Documento d'uscita vuoto" + +#: xmlcopyeditor.cpp:4047 +msgid "Pretty-printing in progress..." +msgstr "Pretty-print in corso..." + +#: xmlcopyeditor.cpp:4066 +msgid "Cannot pretty-print: " +msgstr "Impossibile pretty-print:" + +#: xmlcopyeditor.cpp:4077 +msgid "Pretty-print unsuccessful: output document empty" +msgstr "Pretty-print fallita: documento d'uscita vuoto" + +#: xmlcopyeditor.cpp:4123 +msgid "Choose an encoding:" +msgstr "Scegli una codifica: " + +#: xmlcopyeditor.cpp:4123 +msgid "Encoding" +msgstr "Codifica" + +#: xmlcopyeditor.cpp:4150 +msgid "Cannot set encoding: " +msgstr "Impossibile impostare la codifica: " + +#: xmlcopyeditor.cpp:4159 +msgid "Cannot set encoding (cannot open temporary file)" +msgstr "Impossibile impostare la codifica (impossibile aprire il file temporaneo)" + +#: xmlcopyeditor.cpp:4170 +msgid "Cannot set encoding (cannot parse temporary file)" +msgstr "Impossibile impostare la codifica (parse impossibile del file temporaneo)" + +#: xmlcopyeditor.cpp:4401 +msgid "Cannot open in browser: no browser defined (see Tools, Options..., General)" +msgstr "Impossibile aprire nel browser: nessun browser definito (vedi Strumenti, Opzioni..., Generali)" + +#: xmlcopyeditor.cpp:4409 +#, c-format +msgid "Cannot open in browser: %s not found (see Tools, Options..., General)" +msgstr "Impossibile aprire nel browser: %s non trovato (vedi Strumenti, Opzioni..., Generali)" + +#: xmlcopyeditor.cpp:4479 +#, c-format +msgid "Cannot find '%s'" +msgstr "Impossibile trovare '%s'" + +#: xmlcopyeditor.cpp:4539 +msgid "" +"File has been modified by another application.\n" +"Do you want to proceed?" +msgstr "" +"Il file è stato modificato da un'altra applicazione.\n" +"Vuoi continuare?" + +#: xmlcopyeditor.cpp:4540 +msgid "Confirmation" +msgstr "Conferma" + +#: xmlcopyeditor.cpp:4605 +#, c-format +msgid "Cannot save %s: unknown encoding %s" +msgstr "Impossibile salvare %s: codifica %s sconosciuta" + +#: xmlcopyeditor.cpp:4639 +#, c-format +msgid "Cannot save %s: conversion to encoding %s failed" +msgstr "Impossibile salvare %s: conversione nella codifica %s fallita" + +#: xmlcopyeditor.cpp:4714 +#, c-format +msgid "Cannot save document in %s: %s (saved in default encoding UTF-8)" +msgstr "Impossibile salvare il documento in %s: %s (salvato con la codifica predefinita UTF-8)" + +#: xmlcopyeditor.cpp:4729 +#, c-format +msgid "Cannot save %s" +msgstr "Impossibile salvare %s" + +#: xmlcopyeditor.cpp:4735 +#, c-format +msgid "Memory low: %s saved in large document mode" +msgstr "Memoria bassa: %s salvato in modalità grandi documenti" + +#: xmlcopyeditor.cpp:4790 +msgid "MB" +msgstr "MB" + +#: xmlcopyeditor.cpp:4795 +msgid "kB" +msgstr "kB" + +#: xmlcopyeditor.cpp:4800 +msgid "byte" +msgid_plural "bytes" +msgstr[0] "" +msgstr[1] "" + +#: xmlcopyeditor.cpp:4808 +#, c-format +msgid "%g %s saved" +msgstr "%g %s salvato" + +#: xmlcopyeditor.cpp:4837 +msgid "&Undo\tCtrl+Z" +msgstr "&Annulla\tCtrl+Z" + +#: xmlcopyeditor.cpp:4837 +msgid "Undo" +msgstr "Annulla" + +#: xmlcopyeditor.cpp:4841 +msgid "&Redo\tCtrl+Y" +msgstr "&Riesegui\tCtrl+Y" + +#: xmlcopyeditor.cpp:4841 +msgid "Redo" +msgstr "Riesegui" + +#: xmlcopyeditor.cpp:4845 +msgid "&Cut\tCtrl+X" +msgstr "&Taglia\tCtrl+X" + +#: xmlcopyeditor.cpp:4845 +msgid "Cut" +msgstr "Taglia" + +#: xmlcopyeditor.cpp:4849 +msgid "C&opy\tCtrl+C" +msgstr "C&opia\tCtrl+C" + +#: xmlcopyeditor.cpp:4849 +msgid "Copy" +msgstr "Copia" + +#: xmlcopyeditor.cpp:4853 +msgid "&Paste\tCtrl+V" +msgstr "&Incolla\tCtrl+V" + +#: xmlcopyeditor.cpp:4853 +msgid "Paste" +msgstr "Incolla" + +#: xmlcopyeditor.cpp:4860 +msgid "P&aste As New Document" +msgstr "Incoll&a come nuovo documento" + +#: xmlcopyeditor.cpp:4861 +msgid "Paste As New Document" +msgstr "Incolla come nuovo documento" + +#: xmlcopyeditor.cpp:4865 +msgid "&Find...\tCtrl+F" +msgstr "&Trova...\tCtrl+F" + +#: xmlcopyeditor.cpp:4865 +msgid "Find..." +msgstr "Trova..." + +#: xmlcopyeditor.cpp:4869 +msgid "F&ind Again\tF3" +msgstr "Tr&ova ancora\tF3" + +#: xmlcopyeditor.cpp:4869 +msgid "Find Again" +msgstr "Tr&ova ancora" + +#: xmlcopyeditor.cpp:4873 +msgid "&Replace...\tCtrl+R" +msgstr "&Rimpiazza...\tCtrl+R" + +#: xmlcopyeditor.cpp:4873 +msgid "Replace..." +msgstr "Rimpiazza..." + +#: xmlcopyeditor.cpp:4880 +msgid "&Global Replace...\tCtrl+Shift+R" +msgstr "Rimpiazza &globale...\tCtrl+Shift+R" + +#: xmlcopyeditor.cpp:4881 +msgid "Global Replace..." +msgstr "Rimpiazza globale..." + +#: xmlcopyeditor.cpp:4885 +msgid "G&o To...\tCtrl+G" +msgstr "&Vai a...\tCtrl+G" + +#: xmlcopyeditor.cpp:4885 +msgid "Go To..." +msgstr "Vai a..." + +#: xmlcopyeditor.cpp:4906 +msgid "Increase\tCtrl+U" +msgstr "Aumenta\tCtrl+U" + +#: xmlcopyeditor.cpp:4906 +msgid "Increase" +msgstr "Aumenta" + +#: xmlcopyeditor.cpp:4908 +msgid "Decrease\tCtrl+D" +msgstr "Diminuisci" + +#: xmlcopyeditor.cpp:4908 +msgid "Decrease" +msgstr "Diminuisci" + +#: xmlcopyeditor.cpp:4910 +msgid "Normal\tCtrl+0" +msgstr "Normale\tCtrl+0" + +#: xmlcopyeditor.cpp:4910 +msgid "Normal" +msgstr "Normale" + +#: xmlcopyeditor.cpp:4915 +msgid "&Default" +msgstr "&Predefinito" + +#: xmlcopyeditor.cpp:4915 +msgid "Default" +msgstr "Predefinito" + +#: xmlcopyeditor.cpp:4918 +msgid "&Blue background, white text" +msgstr "Sfondo &blu, testo bianco" + +#: xmlcopyeditor.cpp:4919 +msgid "Blue background, white text" +msgstr "Sfondo blu, testo bianco" + +#: xmlcopyeditor.cpp:4922 +msgid "&Light" +msgstr "&Chiaro" + +#: xmlcopyeditor.cpp:4923 +msgid "Light" +msgstr "Chiaro" + +#: xmlcopyeditor.cpp:4926 +msgid "&None" +msgstr "&Nessuno" + +#: xmlcopyeditor.cpp:4927 +msgid "None" +msgstr "Nessuno" + +#: xmlcopyeditor.cpp:4948 +msgid "&Previous Document\tCtrl+PgUp" +msgstr "Documento &precedente\tCtrl+PgUp" + +#: xmlcopyeditor.cpp:4948 +msgid "Previous Document" +msgstr "Documento precedente" + +#: xmlcopyeditor.cpp:4949 +msgid "&Next Document\tCtrl+PgDn" +msgstr "Documento &successivo\tCtrl+PgDn" + +#: xmlcopyeditor.cpp:4949 +msgid "Next Document" +msgstr "Documento successivo" + +#: xmlcopyeditor.cpp:4950 +msgid "&Browser\tCtrl+B" +msgstr "" + +#: xmlcopyeditor.cpp:4954 +msgid "&Show Tags and Attributes\tCtrl+T" +msgstr "&Mostra testo ed attributi\tCtrl+T" + +#: xmlcopyeditor.cpp:4954 +msgid "Show Tags and Attributes" +msgstr "Mostra testo ed attributi" + +#: xmlcopyeditor.cpp:4957 +msgid "&Hide Attributes Only\tCtrl+Shift+A" +msgstr "&Nascondi solo gli attributi\tCtrl+Shift+A" + +#: xmlcopyeditor.cpp:4957 +msgid "Hide Attributes Only" +msgstr "Nascondi solo gli attributi" + +#: xmlcopyeditor.cpp:4960 +msgid "H&ide Tags and Attributes\tCtrl+Shift+T" +msgstr "N&ascondi tag ed attributi\tCtrl+Shift+T" + +#: xmlcopyeditor.cpp:4960 +msgid "Hide Tags and Attributes" +msgstr "&Nascondi tag ed attributi" + +#: xmlcopyeditor.cpp:4979 +msgid "&Toggle Fold" +msgstr "&Collassa/espandi" + +#: xmlcopyeditor.cpp:4979 +msgid "Toggle Fold" +msgstr "Collassa/espandi" + +#: xmlcopyeditor.cpp:4981 +msgid "&Fold Tags\tCtrl+Shift+F" +msgstr "&Collassa tags\tCtrl+Shift+F" + +#: xmlcopyeditor.cpp:4981 +msgid "Fold Tags" +msgstr "Collassa tags" + +#: xmlcopyeditor.cpp:4983 +msgid "&Unfold Tags\tCtrl+Shift+U" +msgstr "&Espandi tags\tCtrl+Shift+U" + +#: xmlcopyeditor.cpp:4986 +msgid "&Wrap Words\tCtrl+W" +msgstr "&Righe a capo\tCtrl+W" + +#: xmlcopyeditor.cpp:4988 +msgid "&Color Scheme" +msgstr "Schema &colori" + +#: xmlcopyeditor.cpp:4989 +msgid "&Text Size" +msgstr "Dimensione &testo" + +#: xmlcopyeditor.cpp:4994 +msgid "S&how Current Element Pane" +msgstr "&Mostra pannello per l'elemento corrente" + +#: xmlcopyeditor.cpp:4995 +msgid "Show Current ElementPane" +msgstr "Mostra pannello per l'elemento corrente" + +#: xmlcopyeditor.cpp:4998 +msgid "Sh&ow Toolbar" +msgstr "M&ostra barra strumenti" + +#: xmlcopyeditor.cpp:4998 +msgid "Show Toolbar" +msgstr "Mostra barra strumenti" + +#: xmlcopyeditor.cpp:5001 +msgid "C&lose Message Pane\tAlt+C" +msgstr "C&hiudi pannello messaggi\tAlt+C" + +#: xmlcopyeditor.cpp:5001 +msgid "Close Message Pane" +msgstr "Chiudi pannello messaggi" + +#: xmlcopyeditor.cpp:5005 +msgid "&Element...\tCtrl+I" +msgstr "&Elemento...\tCtrl+I" + +#: xmlcopyeditor.cpp:5005 +msgid "Element..." +msgstr "Elemento..." + +#: xmlcopyeditor.cpp:5006 +msgid "&Sibling...\tCtrl+Shift+I" +msgstr "&Fratello..." + +#: xmlcopyeditor.cpp:5006 +msgid "Sibling..." +msgstr "Fratello..." + +#: xmlcopyeditor.cpp:5007 +msgid "&Entity...\tCtrl+E" +msgstr "&Entità...\tCtrl+E" + +#: xmlcopyeditor.cpp:5007 +msgid "Entity..." +msgstr "Entità..." + +#: xmlcopyeditor.cpp:5009 +msgid "&Twin\tCtrl+Enter" +msgstr "&Gemello\tCtrl+Enter" + +#: xmlcopyeditor.cpp:5009 +msgid "Twin" +msgstr "Gemello" + +#: xmlcopyeditor.cpp:5011 +msgid "S&ymbol..." +msgstr "S&imbolo" + +#: xmlcopyeditor.cpp:5011 +msgid "Symbol..." +msgstr "Simbolo..." + +#: xmlcopyeditor.cpp:5015 +msgid "&DTD\tF4" +msgstr "&DTD\tF4" + +#: xmlcopyeditor.cpp:5015 +msgid "DTD" +msgstr "DTD" + +#: xmlcopyeditor.cpp:5017 +msgid "&XML Schema\tF5" +msgstr "Schema &XML\tF5" + +#: xmlcopyeditor.cpp:5017 +#: xmlcopyeditor.cpp:5621 +msgid "XML Schema" +msgstr "Schema XML" + +#: xmlcopyeditor.cpp:5020 +msgid "&RELAX NG...\tF6" +msgstr "" + +#: xmlcopyeditor.cpp:5020 +msgid "RELAX NG..." +msgstr "" + +#: xmlcopyeditor.cpp:5023 +msgid "&Public DTD..." +msgstr "DTD &pubblico..." + +#: xmlcopyeditor.cpp:5023 +msgid "Public DTD..." +msgstr "DTD pubblico..." + +#: xmlcopyeditor.cpp:5024 +msgid "&System DTD..." +msgstr "DTD di &sistema..." + +#: xmlcopyeditor.cpp:5024 +msgid "System DTD..." +msgstr "DTD di sistema..." + +#: xmlcopyeditor.cpp:5025 +msgid "&XML Schema..." +msgstr "Schema &XML..." + +#: xmlcopyeditor.cpp:5025 +msgid "XML Schema..." +msgstr "Schema XML..." + +#: xmlcopyeditor.cpp:5026 +msgid "XS< stylesheet..." +msgstr "Foglio di stile XS<..." + +#: xmlcopyeditor.cpp:5026 +msgid "XSLT stylesheet..." +msgstr "Foglio di stile XSLT..." + +#: xmlcopyeditor.cpp:5041 +#: xmlcopyeditor.cpp:5052 +#, c-format +msgid "\tCtrl+%i" +msgstr "" + +#: xmlcopyeditor.cpp:5061 +msgid "&XSL Transform...\tF8" +msgstr "Trasformazione &XSL...\tF8" + +#: xmlcopyeditor.cpp:5062 +msgid "XSL Transform..." +msgstr "Trasformazione XSL..." + +#: xmlcopyeditor.cpp:5066 +msgid "&DocBook to HTML\tAlt+1" +msgstr "&DocBook in HTML\tAlt+1" + +#: xmlcopyeditor.cpp:5066 +msgid "DocBook to HTML" +msgstr "DocBook in HTML" + +#: xmlcopyeditor.cpp:5069 +msgid "&DocBook to XHTML\tAlt+2" +msgstr "&DocBook in XHTML\tAlt+2" + +#: xmlcopyeditor.cpp:5069 +msgid "DocBook to XHTML" +msgstr "DocBook in XHTML" + +#: xmlcopyeditor.cpp:5072 +msgid "D&ocBook to XSL-FO\tAlt+3" +msgstr "D&ocBook in XSL-FO\tAlt+3" + +#: xmlcopyeditor.cpp:5072 +msgid "DocBook to XSL-FO" +msgstr "DocBook in XSL-FO" + +#: xmlcopyeditor.cpp:5075 +msgid "&TEI to HTML\tAlt+4" +msgstr "&TEI in HTML\tAlt+4" + +#: xmlcopyeditor.cpp:5075 +msgid "TEI to HTML" +msgstr "TEI in HTML" + +#: xmlcopyeditor.cpp:5078 +msgid "T&EI to LaTeX\tAlt+5" +msgstr "T&EI in LaTeX\tAlt+5" + +#: xmlcopyeditor.cpp:5078 +msgid "TEI to LaTeX" +msgstr "TEI in LaTeX" + +#: xmlcopyeditor.cpp:5081 +msgid "TE&I to XHTML\tAlt+6" +msgstr "TE&I in XHTML\tAlt+6" + +#: xmlcopyeditor.cpp:5081 +msgid "TEI to XHTML" +msgstr "TEI in XHTML" + +#: xmlcopyeditor.cpp:5084 +msgid "TEI to &XSL-FO\tAlt+7" +msgstr "TEI in &XSL-FO\tAlt+7" + +#: xmlcopyeditor.cpp:5084 +msgid "TEI to XSL-FO" +msgstr "TEI in XSL-FO" + +#: xmlcopyeditor.cpp:5090 +msgid "&Check Well-formedness\tF2" +msgstr "&Verifica correttezza della forma\tF2" + +#: xmlcopyeditor.cpp:5090 +msgid "Check Well-formedness" +msgstr "Verifica correttezza della forma" + +#: xmlcopyeditor.cpp:5093 +msgid "&Validate" +msgstr "&Valida" + +#: xmlcopyeditor.cpp:5098 +msgid "&Associate" +msgstr "&Associa" + +#: xmlcopyeditor.cpp:5101 +msgid "&XSLT" +msgstr "" + +#: xmlcopyeditor.cpp:5104 +msgid "&Evaluate XPath...\tF9" +msgstr "&Valuta XPath...\tF9" + +#: xmlcopyeditor.cpp:5105 +msgid "Evaluate XPath..." +msgstr "Valuta XPath..." + +#: xmlcopyeditor.cpp:5110 +msgid "&Pretty-print\tF11" +msgstr "" + +#: xmlcopyeditor.cpp:5110 +msgid "Pretty-print" +msgstr "" + +#: xmlcopyeditor.cpp:5114 +msgid "&Lock Tags\tCtrl+L" +msgstr "B&locca tags\tCtrl+L" + +#: xmlcopyeditor.cpp:5115 +#: xmlcopyeditor.cpp:5345 +#: xmlcopyeditor.cpp:5348 +msgid "Lock Tags" +msgstr "Blocca tags" + +#: xmlcopyeditor.cpp:5120 +msgid "E&ncoding..." +msgstr "&Codifica..." + +#: xmlcopyeditor.cpp:5120 +msgid "Encoding..." +msgstr "Codifica..." + +#: xmlcopyeditor.cpp:5129 +msgid "&Spelling and Style...\tF7" +msgstr "&Ortografia e stile...\tF7" + +#: xmlcopyeditor.cpp:5130 +msgid "Spelling and Style..." +msgstr "Ortografia e stile..." + +#: xmlcopyeditor.cpp:5137 +msgid "&Word Count" +msgstr "Conteggio &vocaboli" + +#: xmlcopyeditor.cpp:5138 +msgid "Word Count" +msgstr "Conteggio vocaboli" + +#: xmlcopyeditor.cpp:5145 +msgid "&Command\tCtrl+Alt+C" +msgstr "&Comando\tCtrl+Alt+C" + +#: xmlcopyeditor.cpp:5146 +msgid "Command" +msgstr "Comando" + +#: xmlcopyeditor.cpp:5153 +msgid "&Options..." +msgstr "&Opzioni..." + +#: xmlcopyeditor.cpp:5154 +msgid "Options..." +msgstr "Opzioni..." + +#: xmlcopyeditor.cpp:5169 +msgid "&XML Copy Editor Help\tF1" +msgstr "Guida &XML Copy Editor\tF1" + +#: xmlcopyeditor.cpp:5169 +msgid "Help" +msgstr "Guida" + +#: xmlcopyeditor.cpp:5173 +msgid "&Home Page" +msgstr "&Pagina iniziale" + +#: xmlcopyeditor.cpp:5173 +msgid "Home Page" +msgstr "Pagina iniziale" + +#: xmlcopyeditor.cpp:5176 +msgid "&Forum" +msgstr "" + +#: xmlcopyeditor.cpp:5176 +msgid "Forum" +msgstr "" + +#: xmlcopyeditor.cpp:5180 +msgid "&About XML Copy Editor" +msgstr "&Informazioni su XML Copy Editor" + +#: xmlcopyeditor.cpp:5180 +msgid "About" +msgstr "Informazioni su..." + +#: xmlcopyeditor.cpp:5184 +msgid "&Download Source" +msgstr "&Scarica sorgente" + +#: xmlcopyeditor.cpp:5184 +msgid "Download Source" +msgstr "Scarica sorgente" + +#: xmlcopyeditor.cpp:5195 +msgid "&File" +msgstr "&File" + +#: xmlcopyeditor.cpp:5197 +msgid "&View" +msgstr "&Visualizza" + +#: xmlcopyeditor.cpp:5198 +msgid "&Insert" +msgstr "&Inserisci" + +#: xmlcopyeditor.cpp:5199 +msgid "&XML" +msgstr "&XML" + +#: xmlcopyeditor.cpp:5200 +msgid "&Tools" +msgstr "S&trumenti" + +#: xmlcopyeditor.cpp:5201 +msgid "&Help" +msgstr "&Guida" + +#: xmlcopyeditor.cpp:5216 +msgid "&New...\tCtrl+N" +msgstr "&Nuovo...\tCtrl+N" + +#: xmlcopyeditor.cpp:5216 +msgid "New..." +msgstr "Nuovo..." + +#: xmlcopyeditor.cpp:5219 +msgid "&Open...\tCtrl+O" +msgstr "&Apri...\tCtrl+O" + +#: xmlcopyeditor.cpp:5219 +msgid "Open..." +msgstr "Apri..." + +#: xmlcopyeditor.cpp:5223 +msgid "O&pen Large Document...\tCtrl+Shift+O" +msgstr "A&pri documento grande...\tCtrl+Shift+O" + +#: xmlcopyeditor.cpp:5223 +msgid "Open Large Document..." +msgstr "Apri documento grande..." + +#: xmlcopyeditor.cpp:5226 +msgid "&Close\tCtrl+F4" +msgstr "&Chiudi\tCtrl+F4" + +#: xmlcopyeditor.cpp:5229 +msgid "C&lose All" +msgstr "C&hiudi tutto" + +#: xmlcopyeditor.cpp:5229 +msgid "Close All" +msgstr "Chiudi tutto" + +#: xmlcopyeditor.cpp:5232 +msgid "&Save\tCtrl+S" +msgstr "&Salva\tCtrl+S" + +#: xmlcopyeditor.cpp:5232 +#: xmlcopyeditor.cpp:5316 +#: xmlcopyeditor.cpp:5320 +msgid "Save" +msgstr "Salva" + +#: xmlcopyeditor.cpp:5236 +msgid "S&ave As...\tF12" +msgstr "S&alva con nome...\tF12" + +#: xmlcopyeditor.cpp:5236 +msgid "Save As..." +msgstr "Salva con nome..." + +#: xmlcopyeditor.cpp:5239 +msgid "&Revert" +msgstr "&Ripristina" + +#: xmlcopyeditor.cpp:5239 +msgid "Revert" +msgstr "Ripristina" + +#: xmlcopyeditor.cpp:5242 +msgid "Pa&ge Setup..." +msgstr "Imposta pa&gina..." + +#: xmlcopyeditor.cpp:5242 +msgid "Page Setup..." +msgstr "Imposta pagina..." + +#: xmlcopyeditor.cpp:5245 +msgid "P&rint Preview..." +msgstr "Antep&rima di stampa..." + +#: xmlcopyeditor.cpp:5245 +msgid "Print Preview..." +msgstr "Anteprima di stampa..." + +#: xmlcopyeditor.cpp:5248 +msgid "Pr&int...\tCtrl+P" +msgstr "Stam&pa...\tCtrl+P" + +#: xmlcopyeditor.cpp:5248 +msgid "Print..." +msgstr "Stampa..." + +#: xmlcopyeditor.cpp:5252 +msgid "I&mport Microsoft Word Document..." +msgstr "I&mporta documento Microsoft Word..." + +#: xmlcopyeditor.cpp:5256 +msgid "&Export Microsoft Word Document..." +msgstr "&Esporta documento Microsoft Word..." + +#: xmlcopyeditor.cpp:5260 +msgid "E&xit" +msgstr "E&sci" + +#: xmlcopyeditor.cpp:5260 +msgid "Exit" +msgstr "esci" + +#: xmlcopyeditor.cpp:5306 +#: xmlcopyeditor.cpp:5308 +msgid "New" +msgstr "Nuovo" + +#: xmlcopyeditor.cpp:5323 +#: xmlcopyeditor.cpp:5327 +msgid "Print" +msgstr "Stampa" + +#: xmlcopyeditor.cpp:5396 +msgid "Information" +msgstr "Informazione" + +#: xmlcopyeditor.cpp:5399 +msgid "Warning" +msgstr "Attenzione" + +#: xmlcopyeditor.cpp:5402 +msgid "Stopped" +msgstr "Bloccato" + +#: xmlcopyeditor.cpp:5405 +msgid "Question" +msgstr "Domanda" + +#: xmlcopyeditor.cpp:5408 +msgid "Message" +msgstr "Messaggio" + +#: xmlcopyeditor.cpp:5464 +#, c-format +msgid "%s is %s" +msgstr "%s è %s" + +#: xmlcopyeditor.cpp:5489 +msgid "Document has been modified: save or discard changes" +msgstr "Il documento è stato modificato: salva o scarta le modifiche" + +#: xmlcopyeditor.cpp:5550 +msgid "Encoding should be one of " +msgstr "La codifica dovrebbe essere fra " + +#: xmlcopyeditor.cpp:5609 +msgid "Public DTD" +msgstr "DTD pubblico" + +#: xmlcopyeditor.cpp:5615 +msgid "System DTD" +msgstr "DTD di sistema" + +#: xmlcopyeditor.cpp:5645 +#, c-format +msgid "Cannot associate %s: %s" +msgstr "Impossibile associare %s: %s" + +#: xmlcopyeditor.cpp:5653 +#, c-format +msgid "Associate %s" +msgstr "Associa %s" + +#: xmlcopyeditor.cpp:5661 +msgid "Choose a public identifier:" +msgstr "Scegli un identificatore pubblico: " + +#: xmlcopyeditor.cpp:5808 +#, c-format +msgid "Cannot count words: %s" +msgstr "Impossibile contare le parole: %s" + +#: xmlcopyeditor.cpp:5816 +#, c-format +msgid "%s contains %i word" +msgid_plural "%s contains %i words" +msgstr[0] "" +msgstr[1] "" + +#: xmlctrl.cpp:207 +#: xmlctrl.cpp:342 +msgid "Delete tag?" +msgstr "Cancellare tag?" + +#: xmlctrl.cpp:208 +#: xmlctrl.cpp:239 +#: xmlctrl.cpp:343 +#: xmlctrl.cpp:374 +msgid "Tags Locked" +msgstr "Tag bloccati" + +#: xmlctrl.cpp:238 +#: xmlctrl.cpp:373 +msgid "Delete entity reference?" +msgstr "Cancellare il riferimento alle entità?" + diff --git a/src/replace.cpp b/src/replace.cpp index 23c2bef..476bcd7 100755 --- a/src/replace.cpp +++ b/src/replace.cpp @@ -17,6 +17,7 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ +#include #include #include "replace.h" diff --git a/src/stringset.h b/src/stringset.h index f4c8b5d..b2fe2ae 100755 --- a/src/stringset.h +++ b/src/stringset.h @@ -20,6 +20,8 @@ #ifndef STRINGSET_H #define STRINGSET_H +#include +#include #include #include #include diff --git a/src/styledialog.cpp b/src/styledialog.cpp index 10ae6a2..d505db5 100755 --- a/src/styledialog.cpp +++ b/src/styledialog.cpp @@ -137,7 +137,6 @@ StyleDialog::StyleDialog ( ruleSetCombo->GetSize ( &width, &height ); wxSize buttonSize ( 100, height ); - filterCombo = new wxComboBox ( this, ID_STYLE_COMBO_FILTER, @@ -329,6 +328,7 @@ StyleDialog::StyleDialog ( if ( !ruleFile.empty() ) { ruleFile.Replace ( _T ( ".xml" ), _T ( "" ) ); + ruleFile.Replace ( _T ( "_" ), _T ( " " ) ); ruleSetCombo->Append ( wxFileNameFromPath ( ruleFile ) ); for ( ;; ) { @@ -336,6 +336,7 @@ StyleDialog::StyleDialog ( if ( ruleFile.empty() ) break; ruleFile.Replace ( _T ( ".xml" ), _T ( "" ) ); + ruleFile.Replace ( _T ( "_" ), _T ( " " ) ); ruleSetCombo->Append ( wxFileNameFromPath ( ruleFile ) ); } } @@ -455,6 +456,7 @@ void StyleDialog::OnReport ( wxCommandEvent& event ) // reconstitute short filenames wxString ruleSet, filter; ruleSet = ruleSetPreset + _T ( ".xml" ); + ruleSet.Replace ( _(" "), _T("_") ); filter = filterPreset + _T ( ".xml" ); std::string ruleSetDirectoryUtf8, diff --git a/src/wrapaspell.cpp b/src/wrapaspell.cpp index 3bfd917..0c808ff 100755 --- a/src/wrapaspell.cpp +++ b/src/wrapaspell.cpp @@ -18,6 +18,7 @@ */ #include +#include #include #include "wrapaspell.h" #ifdef USE_ENCHANT diff --git a/src/wrapdaisy.cpp b/src/wrapdaisy.cpp index 1fa8da0..173013f 100755 --- a/src/wrapdaisy.cpp +++ b/src/wrapdaisy.cpp @@ -11,7 +11,6 @@ #include "xmlcopyimg.h" #include "binaryfile.h" #include "replace.h" -#include "playlistrenamer.h" #include "mp3album.h" #ifdef __WXMSW__ @@ -109,6 +108,9 @@ bool WrapDaisy::run ( { // #1: convert to canonical XHTML pd->ProcessPendingEvents(); + while (wxTheApp->Pending()) + wxTheApp->Dispatch(); + if ( !pd->Update ( 10, _T("Preparing canonical XHTML...") ) ) { error = _T( "Cancelled" ); @@ -136,12 +138,10 @@ bool WrapDaisy::run ( } else // no stylesheet { - try { - BinaryFile bf( stdFileIn.c_str() ); + BinaryFile bf( stdFileIn.c_str() ); + if ( !bf.getData() ) + { output.append ( bf.getData(), bf.getDataLen() ); - } - catch ( ... ) - { error = _( "Cannot read [b]" ) + fileIn + ( _("[/b]") ); return false; } @@ -150,6 +150,8 @@ bool WrapDaisy::run ( if ( suppressOptional ) { pd->ProcessPendingEvents(); + while (wxTheApp->Pending()) + wxTheApp->Dispatch(); if ( !pd->Update ( 15, _("Suppressing optional production notes...") ) ) { error = _ ( "Cancelled" ); @@ -171,6 +173,8 @@ bool WrapDaisy::run ( { // #1.5: apply quiet setting if req'd pd->ProcessPendingEvents(); + while (wxTheApp->Pending()) + wxTheApp->Dispatch(); if ( !pd->Update ( 20, _("De-emphasizing production notes...") ) ) { error = _ ( "Cancelled" ); @@ -238,6 +242,9 @@ bool WrapDaisy::run ( // copy images pd->ProcessPendingEvents(); + while (wxTheApp->Pending()) + wxTheApp->Dispatch(); + if ( !pd->Update ( 25, _("Copying images and audio files...") ) ) { error = _ ( "Cancelled" ); @@ -270,6 +277,9 @@ bool WrapDaisy::run ( // #2: convert to DTBook pd->ProcessPendingEvents(); + while (wxTheApp->Pending()) + wxTheApp->Dispatch(); + if ( !pd->Update ( 40, _T("Preparing DTBook...") ) ) { error = _T ( "Cancelled" ); @@ -320,6 +330,9 @@ bool WrapDaisy::run ( // #2.5: create EPUB version pd->ProcessPendingEvents(); + while (wxTheApp->Pending()) + wxTheApp->Dispatch(); + if ( !pd->Update ( 50, _T("Preparing ePub...") ) ) { error = _T ( "Cancelled" ); @@ -371,6 +384,9 @@ bool WrapDaisy::run ( // #2.9: convert to RTF pd->ProcessPendingEvents(); + while (wxTheApp->Pending()) + wxTheApp->Dispatch(); + if ( !pd->Update ( 60, _T("Preparing RTF...") ) ) { error = _T ( "Cancelled" ); @@ -425,7 +441,10 @@ bool WrapDaisy::run ( // #2.9.5: convert to binary Word // (Win only; otherwise create copy with *.doc extension) - pd->ProcessPendingEvents(); + pd->ProcessPendingEvents(); + while (wxTheApp->Pending()) + wxTheApp->Dispatch(); + if ( !pd->Update ( 60, _T("Preparing Word document...") ) ) { error = _T ( "Cancelled" ); @@ -468,6 +487,9 @@ bool WrapDaisy::run ( // #3: convert to full DAISY book pd->ProcessPendingEvents(); + while (wxTheApp->Pending()) + wxTheApp->Dispatch(); + if ( !pd->Update ( 70, _T("Preparing DAISY books...") ) ) { error = _T ( "Cancelled" ); @@ -521,6 +543,9 @@ bool WrapDaisy::run ( // #4: create MP3 album pd->ProcessPendingEvents(); + while (wxTheApp->Pending()) + wxTheApp->Dispatch(); + if ( !pd->Update ( 80, _T("Preparing MP3 album...") ) ) { error = _T ( "Cancelled" ); @@ -595,6 +620,9 @@ bool WrapDaisy::run ( pd->ProcessPendingEvents(); + while (wxTheApp->Pending()) + wxTheApp->Dispatch(); + if ( !pd->Update ( 90, _T("Updating playlists...") ) ) { error = _T ( "Cancelled" ); @@ -621,11 +649,8 @@ bool WrapDaisy::run ( auto_ptr ma ( new Mp3Album() ); BinaryFile *binaryfile; - try - { - binaryfile = new BinaryFile ( file.c_str() ); - } - catch ( ... ) + binaryfile = new BinaryFile ( file.c_str() ); + if ( !binaryfile->getData() ) { error.Printf ( _ ( "Cannot open %s" ), file.c_str() ); return false; diff --git a/src/xmlassociatedtd.cpp b/src/xmlassociatedtd.cpp index 7ac82fc..d3a64ae 100755 --- a/src/xmlassociatedtd.cpp +++ b/src/xmlassociatedtd.cpp @@ -17,6 +17,7 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ +#include #include #include #include diff --git a/src/xmlassociatexsd.h b/src/xmlassociatexsd.h index 952dfcb..68a0657 100755 --- a/src/xmlassociatexsd.h +++ b/src/xmlassociatexsd.h @@ -20,6 +20,7 @@ #ifndef XML_ASSOCIATE_XSD_H #define XML_ASSOCIATE_XSD_H +#include #include #include #include diff --git a/src/xmlassociatexsl.h b/src/xmlassociatexsl.h index 5e4e878..6f2b45d 100755 --- a/src/xmlassociatexsl.h +++ b/src/xmlassociatexsl.h @@ -20,6 +20,7 @@ #ifndef XML_ASSOCIATE_XSL_H #define XML_ASSOCIATE_XSL_H +#include #include #include #include diff --git a/src/xmlcopyeditor.cpp b/src/xmlcopyeditor.cpp index 1faa721..f742899 100755 --- a/src/xmlcopyeditor.cpp +++ b/src/xmlcopyeditor.cpp @@ -1242,7 +1242,7 @@ void MyFrame::OnAbout ( wxCommandEvent& WXUNUSED ( event ) ) info.AddTranslator ( _ ( "Siarhei Kuchuk (Russian) " ) ); info.AddTranslator ( _ ( "Marcos PĂ©rez GonzĂĄlez (Spanish) " ) ); info.AddTranslator ( _ ( "Rob Elemans (Dutch) " ) ); - info.AddTranslator ( _ ( "Robert Falco Miramontes " ) ); + info.AddTranslator ( _ ( "Robert Falc\xf3 Miramontes " ) ); info.SetLicense ( ABOUT_LICENSE ); info.SetDescription ( description ); wxAboutBox ( info ); @@ -2727,6 +2727,7 @@ void MyFrame::OnNew ( wxCommandEvent& WXUNUSED ( event ) ) templateFile = wxFindNextFile(); if ( templateFile.empty() ) break; + templateFile.Replace ( _T("_"), _T(" ") ); fn.Assign ( templateFile ); name = fn.GetName(); extension = fn.GetExt(); @@ -2765,6 +2766,7 @@ void MyFrame::OnNew ( wxCommandEvent& WXUNUSED ( event ) ) typeSelection.Replace ( _T ( " (*" ), wxEmptyString ); typeSelection.Replace ( _T ( ")" ), wxEmptyString ); + typeSelection.Replace ( _T ( " " ), _T ( "_" ) ); templateFile = templateDir + typeSelection; std::string templateFileLocal, buffer; templateFileLocal = templateFile.mb_str ( wxConvLocal ); @@ -2926,25 +2928,8 @@ bool MyFrame::openFile ( wxString& fileName, bool largeFile ) //wxMemoryMappedFile *memorymap = NULL; BinaryFile *binaryfile = NULL; - try - { - binaryfile = new BinaryFile ( ( const char * ) fileName.mb_str ( wxConvLocal ) ); - /* - memorymap = new wxMemoryMappedFile( - fileName, - true, // readOnly - true // fread - ); - */ - - } - /* - catch (wxMemoryMappedFileEmptyException&) - { - fileEmpty = true; - } - */ - catch ( ... ) + binaryfile = new BinaryFile ( ( const char * ) fileName.mb_str ( wxConvLocal ) ); + if ( !binaryfile->getData() ) { wxString message; message.Printf ( _ ( "Cannot open %s" ), fileName.c_str() ); @@ -2952,6 +2937,20 @@ bool MyFrame::openFile ( wxString& fileName, bool largeFile ) statusProgress ( wxEmptyString ); return false; } + /* + memorymap = new wxMemoryMappedFile( + fileName, + true, // readOnly + true // fread + ); + */ + + /* + catch (wxMemoryMappedFileEmptyException&) + { + fileEmpty = true; + } + */ bool isUtf8 = false; @@ -5369,9 +5368,11 @@ void MyFrame::updateFileMenu ( bool deleteExisting ) wxMenuItem *saveAsItem = new wxMenuItem ( NULL, wxID_SAVEAS, _ ( "S&ave As...\tF12" ), _ ( "Save As..." ) ); saveAsItem->SetBitmap ( wxNullBitmap ); +#ifdef __WXMSW__ wxMenuItem *exportItem = new wxMenuItem ( NULL, ID_EXPORT, _ ( "&DAISY Export..." ), _ ( "DAISY Export..." ) ); exportItem->SetBitmap ( wxNullBitmap ); +#endif wxMenuItem *reloadItem = new wxMenuItem ( NULL, ID_RELOAD, _ ( "&Reload" ), _ ( "Reload" ) ); reloadItem->SetBitmap ( wxNullBitmap ); @@ -5415,9 +5416,9 @@ void MyFrame::updateFileMenu ( bool deleteExisting ) fileMenu->Append ( printSetupItem ); fileMenu->Append ( printPreviewItem ); fileMenu->Append ( printItem ); +#ifdef __WXMSW__ fileMenu->AppendSeparator(); fileMenu->Append ( exportItem ); -#ifdef __WXMSW__ fileMenu->Append ( importMSWordItem ); fileMenu->Append ( exportMSWordItem ); #endif diff --git a/src/xmlcopyeditor.desktop b/src/xmlcopyeditor.desktop index e4ffba0..9633eaf 100755 --- a/src/xmlcopyeditor.desktop +++ b/src/xmlcopyeditor.desktop @@ -1,10 +1,10 @@ -[Desktop Entry] -Type=Application -Name=XML Copy Editor -GenericName=XML Editor -Comment=Edit XML documents -Exec=xmlcopyeditor %U -Icon=xmlcopyeditor.png -Terminal=false -MimeType=text/xml; -Categories=Application;Development;TextEditor; +[Desktop Entry] +Type=Application +Name=XML Copy Editor +GenericName=XML Editor +Comment=Edit XML documents +Exec=xmlcopyeditor %U +Icon=xmlcopyeditor.png +Terminal=false +MimeType=text/xml; +Categories=Application;Development;TextEditor; diff --git a/src/xmlcopyeditor.spec b/src/xmlcopyeditor.spec index 0a98627..29ff1bb 100755 --- a/src/xmlcopyeditor.spec +++ b/src/xmlcopyeditor.spec @@ -1,40 +1,40 @@ -%define name xmlcopyeditor -%define version 1.1.0.6 -%define release 1 -%define author Gerald Schmidt -%define prefix /usr/local - -Name: %{name} -Version: %{version} -Release: %{release} -Prefix: %{prefix} -Packager: %{author} -Source0: %{name}-%{version}.tar.gz -Group: Applications/Editors -License: GPL -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root -URL: http://xml-copy-editor.sourceforge.net -Vendor: XML Copy Editor Project -Summary: XML editor - -%description -XML Copy Editor is a fast, free, validating XML editor. -%prep -%setup -q - -%build -./configure --with-wx-config="wx-config --unicode" --datadir="%{prefix}/share" -make -strip src/xmlcopyeditor -rm -rf $RPM_BUILD_ROOT -make DESTDIR=$RPM_BUILD_ROOT install - -%clean -rm -rf $RPM_BUILD_ROOT - -%files -%defattr(-,root,root) -%{prefix}/bin/xmlcopyeditor -%{prefix}/share/xmlcopyeditor/* -/usr/share/applications/xmlcopyeditor.desktop -/usr/share/pixmaps/xmlcopyeditor.png +%define name xmlcopyeditor +%define version 1.1.0.6 +%define release 1 +%define author Gerald Schmidt +%define prefix /usr/local + +Name: %{name} +Version: %{version} +Release: %{release} +Prefix: %{prefix} +Packager: %{author} +Source0: %{name}-%{version}.tar.gz +Group: Applications/Editors +License: GPL +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root +URL: http://xml-copy-editor.sourceforge.net +Vendor: XML Copy Editor Project +Summary: XML editor + +%description +XML Copy Editor is a fast, free, validating XML editor. +%prep +%setup -q + +%build +./configure --with-wx-config="wx-config --unicode" --datadir="%{prefix}/share" +make +strip src/xmlcopyeditor +rm -rf $RPM_BUILD_ROOT +make DESTDIR=$RPM_BUILD_ROOT install + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(-,root,root) +%{prefix}/bin/xmlcopyeditor +%{prefix}/share/xmlcopyeditor/* +/usr/share/applications/xmlcopyeditor.desktop +/usr/share/pixmaps/xmlcopyeditor.png diff --git a/src/xmlcopyeditorcopy.h b/src/xmlcopyeditorcopy.h index 405db86..f8a836b 100755 --- a/src/xmlcopyeditorcopy.h +++ b/src/xmlcopyeditorcopy.h @@ -25,7 +25,7 @@ #endif #define ABOUT_COPYRIGHT _("Copyright © 2005-2009 Gerald Schmidt ") -#define ABOUT_DESCRIPTION _("\nXML Copy Editor is free software released under the GNU\nGeneral Public License.\n\nMany thanks are due to Tim van Niekerk, Matt Smigielski,\nDavid Scholl, Jan Merka, Marcus Bingenheimer, Roberto\nRosselli Del Turco, Ken Zalewski, C.J. Meidlinger,\nThomas Zajic, Viliam BĂșr, David HĂ„sĂ€ther, François\nBadier, Thomas Wenzel, Roger Sperberg, SHiNE CsyFeK,\nHSU PICHAN, YANG SHUFUN, CHENG PAULIAN,\nCHUANG KUO-PING, Justin Dearing, Serhij Dubyk,\nAntonio Angelo, Jose Luis Rivero, Siarhei Kuchuk,\nIan Abbott, Kev James, Marcos PĂ©rez GonzĂĄlez, Anh\nTrinh, Rob Elemans and Robert Falco Miramontes.") +#define ABOUT_DESCRIPTION _("\nXML Copy Editor is free software released under the GNU\nGeneral Public License.\n\nMany thanks are due to Tim van Niekerk, Matt Smigielski,\nDavid Scholl, Jan Merka, Marcus Bingenheimer, Roberto\nRosselli Del Turco, Ken Zalewski, C.J. Meidlinger,\nThomas Zajic, Viliam BĂșr, David HĂ„sĂ€ther, François\nBadier, Thomas Wenzel, Roger Sperberg, SHiNE CsyFeK,\nHSU PICHAN, YANG SHUFUN, CHENG PAULIAN,\nCHUANG KUO-PING, Justin Dearing, Serhij Dubyk,\nAntonio Angelo, Jose Luis Rivero, Siarhei Kuchuk,\nIan Abbott, Kev James, Marcos PĂ©rez GonzĂĄlez, Anh\nTrinh, Rob Elemans and Robert Falc\xf3 Miramontes.") #define ABOUT_LICENSE _T(\ "This program is free software; you can redistribute it\n"\ "and/or modify it under the terms of the GNU General Public\n"\ diff --git a/src/xmlcopyimg.cpp b/src/xmlcopyimg.cpp index 8895bb1..6ba6aa5 100644 --- a/src/xmlcopyimg.cpp +++ b/src/xmlcopyimg.cpp @@ -135,6 +135,7 @@ void XMLCALL XmlCopyImg::start ( void *data, { wxString cmd; cmd += IMAGEMAGICK_CONVERT_PATH; + cmd += _T(" -resize 720x1440>"); cmd += _T(" \""); cmd += wideFile; cmd += _T("\" \""); @@ -156,7 +157,7 @@ void XMLCALL XmlCopyImg::start ( void *data, } // img + src else if ( !strcmp ( el, "a" ) && !strcmp (*attr, "href") && - strstr ( value.c_str(), ".mp3" ) || strstr ( value.c_str(), ".pdf" ) ) + ( strstr ( value.c_str(), ".mp3" ) || strstr ( value.c_str(), ".pdf" ) ) ) { wideFile = wxString ( value.c_str(), wxConvUTF8, value.size() ); wxFileName fn ( wideFile ); diff --git a/src/xmlprodnote.h b/src/xmlprodnote.h index d47bb2b..98b5cfb 100755 --- a/src/xmlprodnote.h +++ b/src/xmlprodnote.h @@ -20,6 +20,7 @@ #ifndef XML_PRODNOTE_H #define XML_PRODNOTE_H +#include #include #include #include diff --git a/src/xmlpromptgenerator.cpp b/src/xmlpromptgenerator.cpp index b591860..49f9a5f 100755 --- a/src/xmlpromptgenerator.cpp +++ b/src/xmlpromptgenerator.cpp @@ -31,7 +31,9 @@ #include "catalogresolver.h" // Xerces-C req'd for Schema parsing +#ifdef __WXMSW__ #define XERCES_TMPLSINC +#endif #include #include diff --git a/src/xmlsuppressprodnote.h b/src/xmlsuppressprodnote.h index 76d9ae7..abdf4bf 100644 --- a/src/xmlsuppressprodnote.h +++ b/src/xmlsuppressprodnote.h @@ -1,6 +1,7 @@ #ifndef XML_SUPPRESS_PRODNOTE_H #define XML_SUPPRESS_PRODNOTE_H +#include #include #include #include diff --git a/src/xmlutf8reader.cpp b/src/xmlutf8reader.cpp index 7e7cd33..808e2e2 100755 --- a/src/xmlutf8reader.cpp +++ b/src/xmlutf8reader.cpp @@ -17,6 +17,7 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ +#include #include #include #include diff --git a/src/xpm/appicon.xpm b/src/xpm/appicon.xpm index e81aa45..1f7c248 100755 --- a/src/xpm/appicon.xpm +++ b/src/xpm/appicon.xpm @@ -1,5 +1,10 @@ /* XPM */ +#ifdef __WXMSW__ static char * appicon_xpm[] = { +#else +static const char * appicon_xpm[] = { +#endif + "16 16 238 2", " c #742719", ". c #9A3320", diff --git a/src/xsllocator.cpp b/src/xsllocator.cpp index e48c32f..c7232cc 100755 --- a/src/xsllocator.cpp +++ b/src/xsllocator.cpp @@ -46,7 +46,11 @@ void XMLCALL XslLocator::processingInstructionHandler ( return; char *value, *iterator; +#ifdef __WXMSW__ value = strstr ( ( const char * ) data, "href=" ); +#else + value = ( char *) strstr ( data, "href=" ); +#endif if ( !value || strlen ( value ) < 7 ) return; value += 6;