Added an AppData description and more translations
See http://people.freedesktop.org/~hughsient/appdata/ for more details.
This commit is contained in:
parent
e890c025bc
commit
ed8f8e9c64
|
@ -1,4 +1,4 @@
|
|||
SUBDIRS = m4 po src
|
||||
SUBDIRS = data m4 po src
|
||||
AM_CPPFLAGS = -I$(top_srcdir)/. -I$(top_srcdir)/src
|
||||
|
||||
EXTRA_DIST = \
|
||||
|
|
|
@ -250,7 +250,7 @@ target_alias = @target_alias@
|
|||
top_build_prefix = @top_build_prefix@
|
||||
top_builddir = @top_builddir@
|
||||
top_srcdir = @top_srcdir@
|
||||
SUBDIRS = m4 po src
|
||||
SUBDIRS = data m4 po src
|
||||
AM_CPPFLAGS = -I$(top_srcdir)/. -I$(top_srcdir)/src
|
||||
EXTRA_DIST = \
|
||||
config.rpath \
|
||||
|
|
|
@ -16212,7 +16212,7 @@ $as_echo "yes" >&6; }
|
|||
$as_echo "gtk+-2.0" >&6; }
|
||||
fi
|
||||
|
||||
ac_config_files="$ac_config_files Makefile m4/Makefile po/Makefile.in src/Makefile"
|
||||
ac_config_files="$ac_config_files Makefile data/Makefile m4/Makefile po/Makefile.in src/Makefile"
|
||||
|
||||
cat >confcache <<\_ACEOF
|
||||
# This file is a shell script that caches the results of configure
|
||||
|
@ -17345,6 +17345,7 @@ do
|
|||
"depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
|
||||
"libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
|
||||
"Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
|
||||
"data/Makefile") CONFIG_FILES="$CONFIG_FILES data/Makefile" ;;
|
||||
"m4/Makefile") CONFIG_FILES="$CONFIG_FILES m4/Makefile" ;;
|
||||
"po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;;
|
||||
"src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
|
||||
|
|
|
@ -153,7 +153,7 @@ PKG_CHECK_MODULES(GTK, [gtk+-2.0], [AC_MSG_RESULT([gtk+-2.0])],
|
|||
#[PKG_CHECK_MODULES(GTK, [gtk+-3.0], [AC_MSG_RESULT([gtk+-3.0])])]
|
||||
)
|
||||
|
||||
AC_OUTPUT(Makefile m4/Makefile po/Makefile.in src/Makefile)
|
||||
AC_OUTPUT(Makefile data/Makefile m4/Makefile po/Makefile.in src/Makefile)
|
||||
|
||||
dnl Summarized output
|
||||
echo
|
||||
|
|
|
@ -0,0 +1,24 @@
|
|||
NULL =
|
||||
|
||||
desktopdir = $(datadir)/applications
|
||||
desktop_in_files = xmlcopyeditor.desktop.in
|
||||
desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
|
||||
@INTLTOOL_DESKTOP_RULE@
|
||||
|
||||
appdatadir = $(datadir)/appdata
|
||||
appdata_in_files = xmlcopyeditor.appdata.xml.in
|
||||
appdata_DATA = $(appdata_in_files:.xml.in=.xml)
|
||||
@INTLTOOL_XML_RULE@
|
||||
|
||||
EXTRA_DIST = \
|
||||
$(appdata_in_files) \
|
||||
$(desktop_in_files)
|
||||
|
||||
CLEANFILES = \
|
||||
$(appdata_DATA) \
|
||||
$(desktop_DATA)
|
||||
|
||||
check-local: $(appdata_DATA) $(desktop_DATA)
|
||||
$(APPDATA_VALIDATE) $(appdata_DATA)
|
||||
$(DESKTOP_FILE_VALIDATE) $(desktop_DATA)
|
||||
|
|
@ -0,0 +1,480 @@
|
|||
# Makefile.in generated by automake 1.11.3 from Makefile.am.
|
||||
# @configure_input@
|
||||
|
||||
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
||||
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 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@
|
||||
subdir = data
|
||||
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
|
||||
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
||||
$(ACLOCAL_M4)
|
||||
mkinstalldirs = $(install_sh) -d
|
||||
CONFIG_CLEAN_FILES =
|
||||
CONFIG_CLEAN_VPATH_FILES =
|
||||
SOURCES =
|
||||
DIST_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'
|
||||
am__uninstall_files_from_dir = { \
|
||||
test -z "$$files" \
|
||||
|| { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
|
||||
|| { echo " ( cd '$$dir' && rm -f" $$files ")"; \
|
||||
$(am__cd) "$$dir" && rm -f $$files; }; \
|
||||
}
|
||||
am__installdirs = "$(DESTDIR)$(appdatadir)" "$(DESTDIR)$(desktopdir)"
|
||||
DATA = $(appdata_DATA) $(desktop_DATA)
|
||||
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
||||
ACLOCAL = @ACLOCAL@
|
||||
ALL_LINGUAS = @ALL_LINGUAS@
|
||||
AMTAR = @AMTAR@
|
||||
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
|
||||
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@
|
||||
DATADIRNAME = @DATADIRNAME@
|
||||
DEFS = @DEFS@
|
||||
DEPDIR = @DEPDIR@
|
||||
DLLTOOL = @DLLTOOL@
|
||||
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@
|
||||
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
|
||||
GMSGFMT = @GMSGFMT@
|
||||
GREP = @GREP@
|
||||
GTK_CFLAGS = @GTK_CFLAGS@
|
||||
GTK_LIBS = @GTK_LIBS@
|
||||
INSTALL = @INSTALL@
|
||||
INSTALL_DATA = @INSTALL_DATA@
|
||||
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
||||
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
||||
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
||||
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
|
||||
INTLTOOL_MERGE = @INTLTOOL_MERGE@
|
||||
INTLTOOL_PERL = @INTLTOOL_PERL@
|
||||
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
|
||||
INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
|
||||
INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
|
||||
INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
|
||||
INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
|
||||
LD = @LD@
|
||||
LDFLAGS = @LDFLAGS@
|
||||
LIBOBJS = @LIBOBJS@
|
||||
LIBS = @LIBS@
|
||||
LIBTOOL = @LIBTOOL@
|
||||
LIPO = @LIPO@
|
||||
LN_S = @LN_S@
|
||||
LTLIBOBJS = @LTLIBOBJS@
|
||||
MAKEINFO = @MAKEINFO@
|
||||
MANIFEST_TOOL = @MANIFEST_TOOL@
|
||||
MKDIR_P = @MKDIR_P@
|
||||
MSGFMT = @MSGFMT@
|
||||
MSGMERGE = @MSGMERGE@
|
||||
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@
|
||||
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
|
||||
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
|
||||
RANLIB = @RANLIB@
|
||||
SED = @SED@
|
||||
SET_MAKE = @SET_MAKE@
|
||||
SHELL = @SHELL@
|
||||
STRIP = @STRIP@
|
||||
USE_NLS = @USE_NLS@
|
||||
VERSION = @VERSION@
|
||||
WX_LIBS = @WX_LIBS@
|
||||
XGETTEXT = @XGETTEXT@
|
||||
abs_builddir = @abs_builddir@
|
||||
abs_srcdir = @abs_srcdir@
|
||||
abs_top_builddir = @abs_top_builddir@
|
||||
abs_top_srcdir = @abs_top_srcdir@
|
||||
ac_ct_AR = @ac_ct_AR@
|
||||
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 = @bindir@
|
||||
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@
|
||||
intltool__v_merge_options_ = @intltool__v_merge_options_@
|
||||
intltool__v_merge_options_0 = @intltool__v_merge_options_0@
|
||||
libdir = @libdir@
|
||||
libexecdir = @libexecdir@
|
||||
localedir = @localedir@
|
||||
localstatedir = @localstatedir@
|
||||
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@
|
||||
NULL =
|
||||
desktopdir = $(datadir)/applications
|
||||
desktop_in_files = xmlcopyeditor.desktop.in
|
||||
desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
|
||||
appdatadir = $(datadir)/appdata
|
||||
appdata_in_files = xmlcopyeditor.appdata.xml.in
|
||||
appdata_DATA = $(appdata_in_files:.xml.in=.xml)
|
||||
EXTRA_DIST = \
|
||||
$(appdata_in_files) \
|
||||
$(desktop_in_files)
|
||||
|
||||
CLEANFILES = \
|
||||
$(appdata_DATA) \
|
||||
$(desktop_DATA)
|
||||
|
||||
all: all-am
|
||||
|
||||
.SUFFIXES:
|
||||
$(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) --foreign data/Makefile'; \
|
||||
$(am__cd) $(top_srcdir) && \
|
||||
$(AUTOMAKE) --foreign data/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):
|
||||
|
||||
mostlyclean-libtool:
|
||||
-rm -f *.lo
|
||||
|
||||
clean-libtool:
|
||||
-rm -rf .libs _libs
|
||||
install-appdataDATA: $(appdata_DATA)
|
||||
@$(NORMAL_INSTALL)
|
||||
test -z "$(appdatadir)" || $(MKDIR_P) "$(DESTDIR)$(appdatadir)"
|
||||
@list='$(appdata_DATA)'; test -n "$(appdatadir)" || 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)$(appdatadir)'"; \
|
||||
$(INSTALL_DATA) $$files "$(DESTDIR)$(appdatadir)" || exit $$?; \
|
||||
done
|
||||
|
||||
uninstall-appdataDATA:
|
||||
@$(NORMAL_UNINSTALL)
|
||||
@list='$(appdata_DATA)'; test -n "$(appdatadir)" || list=; \
|
||||
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
|
||||
dir='$(DESTDIR)$(appdatadir)'; $(am__uninstall_files_from_dir)
|
||||
install-desktopDATA: $(desktop_DATA)
|
||||
@$(NORMAL_INSTALL)
|
||||
test -z "$(desktopdir)" || $(MKDIR_P) "$(DESTDIR)$(desktopdir)"
|
||||
@list='$(desktop_DATA)'; test -n "$(desktopdir)" || 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)$(desktopdir)'"; \
|
||||
$(INSTALL_DATA) $$files "$(DESTDIR)$(desktopdir)" || exit $$?; \
|
||||
done
|
||||
|
||||
uninstall-desktopDATA:
|
||||
@$(NORMAL_UNINSTALL)
|
||||
@list='$(desktop_DATA)'; test -n "$(desktopdir)" || list=; \
|
||||
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
|
||||
dir='$(DESTDIR)$(desktopdir)'; $(am__uninstall_files_from_dir)
|
||||
tags: TAGS
|
||||
TAGS:
|
||||
|
||||
ctags: CTAGS
|
||||
CTAGS:
|
||||
|
||||
|
||||
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
|
||||
$(MAKE) $(AM_MAKEFLAGS) check-local
|
||||
check: check-am
|
||||
all-am: Makefile $(DATA)
|
||||
installdirs:
|
||||
for dir in "$(DESTDIR)$(appdatadir)" "$(DESTDIR)$(desktopdir)"; 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:
|
||||
if test -z '$(STRIP)'; then \
|
||||
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
||||
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
||||
install; \
|
||||
else \
|
||||
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
||||
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
||||
"INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
|
||||
fi
|
||||
mostlyclean-generic:
|
||||
|
||||
clean-generic:
|
||||
-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
|
||||
|
||||
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-generic clean-libtool mostlyclean-am
|
||||
|
||||
distclean: distclean-am
|
||||
-rm -f Makefile
|
||||
distclean-am: clean-am distclean-generic
|
||||
|
||||
dvi: dvi-am
|
||||
|
||||
dvi-am:
|
||||
|
||||
html: html-am
|
||||
|
||||
html-am:
|
||||
|
||||
info: info-am
|
||||
|
||||
info-am:
|
||||
|
||||
install-data-am: install-appdataDATA install-desktopDATA
|
||||
|
||||
install-dvi: install-dvi-am
|
||||
|
||||
install-dvi-am:
|
||||
|
||||
install-exec-am:
|
||||
|
||||
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 -f Makefile
|
||||
maintainer-clean-am: distclean-am maintainer-clean-generic
|
||||
|
||||
mostlyclean: mostlyclean-am
|
||||
|
||||
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
|
||||
|
||||
pdf: pdf-am
|
||||
|
||||
pdf-am:
|
||||
|
||||
ps: ps-am
|
||||
|
||||
ps-am:
|
||||
|
||||
uninstall-am: uninstall-appdataDATA uninstall-desktopDATA
|
||||
|
||||
.MAKE: check-am install-am install-strip
|
||||
|
||||
.PHONY: all all-am check check-am check-local clean clean-generic \
|
||||
clean-libtool distclean distclean-generic distclean-libtool \
|
||||
distdir dvi dvi-am html html-am info info-am install \
|
||||
install-am install-appdataDATA 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-pdf install-pdf-am \
|
||||
install-ps install-ps-am install-strip installcheck \
|
||||
installcheck-am installdirs maintainer-clean \
|
||||
maintainer-clean-generic mostlyclean mostlyclean-generic \
|
||||
mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
|
||||
uninstall-appdataDATA uninstall-desktopDATA
|
||||
|
||||
@INTLTOOL_DESKTOP_RULE@
|
||||
@INTLTOOL_XML_RULE@
|
||||
|
||||
check-local: $(appdata_DATA) $(desktop_DATA)
|
||||
$(APPDATA_VALIDATE) $(appdata_DATA)
|
||||
$(DESKTOP_FILE_VALIDATE) $(desktop_DATA)
|
||||
|
||||
# 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:
|
|
@ -0,0 +1,23 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<application>
|
||||
<id type="desktop">xmlcopyeditor.desktop</id>
|
||||
<licence>CC0</licence>
|
||||
<description>
|
||||
<_p>
|
||||
fast, free, validating XML editor
|
||||
</_p>
|
||||
<_p>
|
||||
XML Copy Editor is an XML editor focusing on editing document markup
|
||||
languages like DITA, DocBook, WordprocessingML. Features: DTD/XML
|
||||
Schema/RELAX NG validation, XSLT, XPath, Pretty-printing, Syntax
|
||||
highlighting, Folding, Tag completion, Tag locking, Tag-free editing,
|
||||
Built-in support for XHTML, XSL, DocBook and TEI, Generating XML Schema,
|
||||
Spelling and style check with built-in spell/style checker.
|
||||
</_p>
|
||||
</description>
|
||||
<screenshots>
|
||||
<_screenshot type="default" width="640" height="387">https://a.fsdn.com/con/app/proj/xml-copy-editor/screenshots/151221.jpg</_screenshot>
|
||||
</screenshots>
|
||||
<url type="homepage">http://xml-copy-editor.sourceforge.net/</url>
|
||||
<updatecontact>zaneuji_at_users.sf.net</updatecontact>
|
||||
</application>
|
|
@ -0,0 +1,10 @@
|
|||
[Desktop Entry]
|
||||
_Name=XML Copy Editor
|
||||
_GenericName=XML Editor
|
||||
_Comment=Edit XML documents
|
||||
Type=Application
|
||||
Exec=xmlcopyeditor %U
|
||||
Icon=xmlcopyeditor
|
||||
Terminal=false
|
||||
MimeType=text/xml;
|
||||
Categories=Development;TextEditor;
|
|
@ -1,4 +1,6 @@
|
|||
# List of source files which contain translatable strings.
|
||||
data/xmlcopyeditor.appdata.xml.in
|
||||
data/xmlcopyeditor.desktop.in
|
||||
src/aboutdialog.cpp
|
||||
src/aboutdialog.h
|
||||
src/associatedialog.cpp
|
||||
|
|
51
po/ca.po
51
po/ca.po
|
@ -2,7 +2,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: XML Copy Editor 1.2.0.4\n"
|
||||
"Report-Msgid-Bugs-To: https://sourceforge.net/p/xml-copy-editor/bugs/\n"
|
||||
"POT-Creation-Date: 2014-06-01 20:12+0800\n"
|
||||
"POT-Creation-Date: 2014-06-01 20:46+0800\n"
|
||||
"PO-Revision-Date: 2009-09-30 14:20+0100\n"
|
||||
"Last-Translator: Robert Falcó <rfalco@acett.org>\n"
|
||||
"Language-Team: Robert Falcó <rfalco@acett.org>\n"
|
||||
|
@ -15,6 +15,41 @@ msgstr ""
|
|||
"X-Poedit-Country: SPAIN\n"
|
||||
"X-Poedit-SourceCharset: utf-8\n"
|
||||
|
||||
#: ../data/xmlcopyeditor.appdata.xml.in.h:1
|
||||
msgid "fast, free, validating XML editor"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/xmlcopyeditor.appdata.xml.in.h:2
|
||||
msgid ""
|
||||
"XML Copy Editor is an XML editor focusing on editing document markup "
|
||||
"languages like DITA, DocBook, WordprocessingML. Features: DTD/XML Schema/"
|
||||
"RELAX NG validation, XSLT, XPath, Pretty-printing, Syntax highlighting, "
|
||||
"Folding, Tag completion, Tag locking, Tag-free editing, Built-in support for "
|
||||
"XHTML, XSL, DocBook and TEI, Generating XML Schema, Spelling and style check "
|
||||
"with built-in spell/style checker."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/xmlcopyeditor.appdata.xml.in.h:3
|
||||
msgid "https://a.fsdn.com/con/app/proj/xml-copy-editor/screenshots/151221.jpg"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/xmlcopyeditor.desktop.in.h:1 ../src/xmlcopyeditor.cpp:388
|
||||
#: ../src/xmlcopyeditor.cpp:1310 ../src/xmlcopyeditor.cpp:1408
|
||||
#: ../src/xmlcopyeditor.cpp:1649 ../src/xmlcopyeditor.cpp:1728
|
||||
#: ../src/xmlcopyeditor.cpp:3610
|
||||
msgid "XML Copy Editor"
|
||||
msgstr "XML Copy Editor"
|
||||
|
||||
#: ../data/xmlcopyeditor.desktop.in.h:2
|
||||
#, fuzzy
|
||||
msgid "XML Editor"
|
||||
msgstr "XML Copy Editor"
|
||||
|
||||
#: ../data/xmlcopyeditor.desktop.in.h:3
|
||||
#, fuzzy
|
||||
msgid "Edit XML documents"
|
||||
msgstr "Document editat buit"
|
||||
|
||||
#. wxID_CANCEL req'd for 'Esc closes dialog' functionality
|
||||
#: ../src/aboutdialog.cpp:51
|
||||
msgid "OK"
|
||||
|
@ -786,12 +821,6 @@ msgstr ""
|
|||
"\n"
|
||||
"Many thanks are due to "
|
||||
|
||||
#: ../src/xmlcopyeditor.cpp:388 ../src/xmlcopyeditor.cpp:1310
|
||||
#: ../src/xmlcopyeditor.cpp:1408 ../src/xmlcopyeditor.cpp:1649
|
||||
#: ../src/xmlcopyeditor.cpp:1728 ../src/xmlcopyeditor.cpp:3610
|
||||
msgid "XML Copy Editor"
|
||||
msgstr "XML Copy Editor"
|
||||
|
||||
#: ../src/xmlcopyeditor.cpp:407
|
||||
msgid "Failed to initialize Xerces-C:\n"
|
||||
msgstr ""
|
||||
|
@ -2148,14 +2177,6 @@ msgstr "No es pot trobar '%s'"
|
|||
msgid "Failed to load xml file."
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
#~ msgid "XML Editor"
|
||||
#~ msgstr "XML Copy Editor"
|
||||
|
||||
#, fuzzy
|
||||
#~ msgid "Edit XML documents"
|
||||
#~ msgstr "Document editat buit"
|
||||
|
||||
#~ msgid "Anh Trinh (development) <ant271 at users.sourceforge.net>"
|
||||
#~ msgstr "Anh Trinh (desenvolupament) <ant271 arrova users.sourceforge.net>"
|
||||
|
||||
|
|
51
po/de.po
51
po/de.po
|
@ -2,7 +2,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: XMLCopyEditor\n"
|
||||
"Report-Msgid-Bugs-To: https://sourceforge.net/p/xml-copy-editor/bugs/\n"
|
||||
"POT-Creation-Date: 2014-06-01 20:12+0800\n"
|
||||
"POT-Creation-Date: 2014-06-01 20:46+0800\n"
|
||||
"PO-Revision-Date: 2007-03-15 00:36+0100\n"
|
||||
"Last-Translator: Thomas Wenzel <taaren@gmx.net>\n"
|
||||
"Language-Team: Thomas Wenzel <thowen@users.sourceforge.net>\n"
|
||||
|
@ -15,6 +15,41 @@ msgstr ""
|
|||
"X-Poedit-Country: GERMANY\n"
|
||||
"X-Poedit-SourceCharset: utf-8\n"
|
||||
|
||||
#: ../data/xmlcopyeditor.appdata.xml.in.h:1
|
||||
msgid "fast, free, validating XML editor"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/xmlcopyeditor.appdata.xml.in.h:2
|
||||
msgid ""
|
||||
"XML Copy Editor is an XML editor focusing on editing document markup "
|
||||
"languages like DITA, DocBook, WordprocessingML. Features: DTD/XML Schema/"
|
||||
"RELAX NG validation, XSLT, XPath, Pretty-printing, Syntax highlighting, "
|
||||
"Folding, Tag completion, Tag locking, Tag-free editing, Built-in support for "
|
||||
"XHTML, XSL, DocBook and TEI, Generating XML Schema, Spelling and style check "
|
||||
"with built-in spell/style checker."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/xmlcopyeditor.appdata.xml.in.h:3
|
||||
msgid "https://a.fsdn.com/con/app/proj/xml-copy-editor/screenshots/151221.jpg"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/xmlcopyeditor.desktop.in.h:1 ../src/xmlcopyeditor.cpp:388
|
||||
#: ../src/xmlcopyeditor.cpp:1310 ../src/xmlcopyeditor.cpp:1408
|
||||
#: ../src/xmlcopyeditor.cpp:1649 ../src/xmlcopyeditor.cpp:1728
|
||||
#: ../src/xmlcopyeditor.cpp:3610
|
||||
msgid "XML Copy Editor"
|
||||
msgstr "XML Copy Editor"
|
||||
|
||||
#: ../data/xmlcopyeditor.desktop.in.h:2
|
||||
#, fuzzy
|
||||
msgid "XML Editor"
|
||||
msgstr "XML Copy Editor"
|
||||
|
||||
#: ../data/xmlcopyeditor.desktop.in.h:3
|
||||
#, fuzzy
|
||||
msgid "Edit XML documents"
|
||||
msgstr "Bearbeitetes Doument ist leer"
|
||||
|
||||
#. wxID_CANCEL req'd for 'Esc closes dialog' functionality
|
||||
#: ../src/aboutdialog.cpp:51
|
||||
msgid "OK"
|
||||
|
@ -805,12 +840,6 @@ msgstr ""
|
|||
"\n"
|
||||
"Vielen Dank an "
|
||||
|
||||
#: ../src/xmlcopyeditor.cpp:388 ../src/xmlcopyeditor.cpp:1310
|
||||
#: ../src/xmlcopyeditor.cpp:1408 ../src/xmlcopyeditor.cpp:1649
|
||||
#: ../src/xmlcopyeditor.cpp:1728 ../src/xmlcopyeditor.cpp:3610
|
||||
msgid "XML Copy Editor"
|
||||
msgstr "XML Copy Editor"
|
||||
|
||||
#: ../src/xmlcopyeditor.cpp:407
|
||||
msgid "Failed to initialize Xerces-C:\n"
|
||||
msgstr ""
|
||||
|
@ -2193,14 +2222,6 @@ msgstr "Kann '%s' nicht finden"
|
|||
msgid "Failed to load xml file."
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
#~ msgid "XML Editor"
|
||||
#~ msgstr "XML Copy Editor"
|
||||
|
||||
#, fuzzy
|
||||
#~ msgid "Edit XML documents"
|
||||
#~ msgstr "Bearbeitetes Doument ist leer"
|
||||
|
||||
#~ msgid " in large document mode?"
|
||||
#~ msgstr "im Modus für große Dokumente?"
|
||||
|
||||
|
|
41
po/en_US.po
41
po/en_US.po
|
@ -2,7 +2,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: XML Copy Editor v1.2.1.1\n"
|
||||
"Report-Msgid-Bugs-To: https://sourceforge.net/p/xml-copy-editor/bugs/\n"
|
||||
"POT-Creation-Date: 2014-06-01 20:12+0800\n"
|
||||
"POT-Creation-Date: 2014-06-01 20:46+0800\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
@ -12,6 +12,39 @@ msgstr ""
|
|||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: ../data/xmlcopyeditor.appdata.xml.in.h:1
|
||||
msgid "fast, free, validating XML editor"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/xmlcopyeditor.appdata.xml.in.h:2
|
||||
msgid ""
|
||||
"XML Copy Editor is an XML editor focusing on editing document markup "
|
||||
"languages like DITA, DocBook, WordprocessingML. Features: DTD/XML Schema/"
|
||||
"RELAX NG validation, XSLT, XPath, Pretty-printing, Syntax highlighting, "
|
||||
"Folding, Tag completion, Tag locking, Tag-free editing, Built-in support for "
|
||||
"XHTML, XSL, DocBook and TEI, Generating XML Schema, Spelling and style check "
|
||||
"with built-in spell/style checker."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/xmlcopyeditor.appdata.xml.in.h:3
|
||||
msgid "https://a.fsdn.com/con/app/proj/xml-copy-editor/screenshots/151221.jpg"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/xmlcopyeditor.desktop.in.h:1 ../src/xmlcopyeditor.cpp:388
|
||||
#: ../src/xmlcopyeditor.cpp:1310 ../src/xmlcopyeditor.cpp:1408
|
||||
#: ../src/xmlcopyeditor.cpp:1649 ../src/xmlcopyeditor.cpp:1728
|
||||
#: ../src/xmlcopyeditor.cpp:3610
|
||||
msgid "XML Copy Editor"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/xmlcopyeditor.desktop.in.h:2
|
||||
msgid "XML Editor"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/xmlcopyeditor.desktop.in.h:3
|
||||
msgid "Edit XML documents"
|
||||
msgstr ""
|
||||
|
||||
#. wxID_CANCEL req'd for 'Esc closes dialog' functionality
|
||||
#: ../src/aboutdialog.cpp:51
|
||||
msgid "OK"
|
||||
|
@ -744,12 +777,6 @@ msgid ""
|
|||
"Many thanks are due to "
|
||||
msgstr ""
|
||||
|
||||
#: ../src/xmlcopyeditor.cpp:388 ../src/xmlcopyeditor.cpp:1310
|
||||
#: ../src/xmlcopyeditor.cpp:1408 ../src/xmlcopyeditor.cpp:1649
|
||||
#: ../src/xmlcopyeditor.cpp:1728 ../src/xmlcopyeditor.cpp:3610
|
||||
msgid "XML Copy Editor"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/xmlcopyeditor.cpp:407
|
||||
msgid "Failed to initialize Xerces-C:\n"
|
||||
msgstr ""
|
||||
|
|
51
po/es.po
51
po/es.po
|
@ -2,7 +2,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: XMLCopy Editor\n"
|
||||
"Report-Msgid-Bugs-To: https://sourceforge.net/p/xml-copy-editor/bugs/\n"
|
||||
"POT-Creation-Date: 2014-06-01 20:12+0800\n"
|
||||
"POT-Creation-Date: 2014-06-01 20:46+0800\n"
|
||||
"PO-Revision-Date: 2009-01-17 20:30+0100\n"
|
||||
"Last-Translator: Marcos Pérez González <marcos_pg@yahoo.com>\n"
|
||||
"Language-Team: XMLCopy Editor Team <LL@li.org>\n"
|
||||
|
@ -15,6 +15,41 @@ msgstr ""
|
|||
"X-Poedit-Country: SPAIN\n"
|
||||
"X-Poedit-SourceCharset: utf-8\n"
|
||||
|
||||
#: ../data/xmlcopyeditor.appdata.xml.in.h:1
|
||||
msgid "fast, free, validating XML editor"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/xmlcopyeditor.appdata.xml.in.h:2
|
||||
msgid ""
|
||||
"XML Copy Editor is an XML editor focusing on editing document markup "
|
||||
"languages like DITA, DocBook, WordprocessingML. Features: DTD/XML Schema/"
|
||||
"RELAX NG validation, XSLT, XPath, Pretty-printing, Syntax highlighting, "
|
||||
"Folding, Tag completion, Tag locking, Tag-free editing, Built-in support for "
|
||||
"XHTML, XSL, DocBook and TEI, Generating XML Schema, Spelling and style check "
|
||||
"with built-in spell/style checker."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/xmlcopyeditor.appdata.xml.in.h:3
|
||||
msgid "https://a.fsdn.com/con/app/proj/xml-copy-editor/screenshots/151221.jpg"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/xmlcopyeditor.desktop.in.h:1 ../src/xmlcopyeditor.cpp:388
|
||||
#: ../src/xmlcopyeditor.cpp:1310 ../src/xmlcopyeditor.cpp:1408
|
||||
#: ../src/xmlcopyeditor.cpp:1649 ../src/xmlcopyeditor.cpp:1728
|
||||
#: ../src/xmlcopyeditor.cpp:3610
|
||||
msgid "XML Copy Editor"
|
||||
msgstr "XML Copy Editor"
|
||||
|
||||
#: ../data/xmlcopyeditor.desktop.in.h:2
|
||||
#, fuzzy
|
||||
msgid "XML Editor"
|
||||
msgstr "XML Copy Editor"
|
||||
|
||||
#: ../data/xmlcopyeditor.desktop.in.h:3
|
||||
#, fuzzy
|
||||
msgid "Edit XML documents"
|
||||
msgstr "Editado documento vacío"
|
||||
|
||||
#. wxID_CANCEL req'd for 'Esc closes dialog' functionality
|
||||
#: ../src/aboutdialog.cpp:51
|
||||
msgid "OK"
|
||||
|
@ -788,12 +823,6 @@ msgstr ""
|
|||
"\n"
|
||||
"Many thanks are due to "
|
||||
|
||||
#: ../src/xmlcopyeditor.cpp:388 ../src/xmlcopyeditor.cpp:1310
|
||||
#: ../src/xmlcopyeditor.cpp:1408 ../src/xmlcopyeditor.cpp:1649
|
||||
#: ../src/xmlcopyeditor.cpp:1728 ../src/xmlcopyeditor.cpp:3610
|
||||
msgid "XML Copy Editor"
|
||||
msgstr "XML Copy Editor"
|
||||
|
||||
#: ../src/xmlcopyeditor.cpp:407
|
||||
msgid "Failed to initialize Xerces-C:\n"
|
||||
msgstr ""
|
||||
|
@ -2147,14 +2176,6 @@ msgstr "Imposible puedo encontrar '%s'"
|
|||
msgid "Failed to load xml file."
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
#~ msgid "XML Editor"
|
||||
#~ msgstr "XML Copy Editor"
|
||||
|
||||
#, fuzzy
|
||||
#~ msgid "Edit XML documents"
|
||||
#~ msgstr "Editado documento vacío"
|
||||
|
||||
#~ msgid "Antonio Angelo (Italian) <aangelo at users.sourceforge.net>"
|
||||
#~ msgstr "Antonio Angelo (Italian) <aangelo at users.sourceforge.net>"
|
||||
|
||||
|
|
51
po/fr.po
51
po/fr.po
|
@ -2,7 +2,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: XML Copy Editor\n"
|
||||
"Report-Msgid-Bugs-To: https://sourceforge.net/p/xml-copy-editor/bugs/\n"
|
||||
"POT-Creation-Date: 2014-06-01 20:12+0800\n"
|
||||
"POT-Creation-Date: 2014-06-01 20:46+0800\n"
|
||||
"PO-Revision-Date: 2007-07-28 20:56+0100\n"
|
||||
"Last-Translator: François Badier <frabad@gmail.com>\n"
|
||||
"Language-Team: team <team@email.com>\n"
|
||||
|
@ -15,6 +15,41 @@ msgstr ""
|
|||
"X-Poedit-SourceCharset: utf-8\n"
|
||||
"X-Poedit-Country: FRANCE\n"
|
||||
|
||||
#: ../data/xmlcopyeditor.appdata.xml.in.h:1
|
||||
msgid "fast, free, validating XML editor"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/xmlcopyeditor.appdata.xml.in.h:2
|
||||
msgid ""
|
||||
"XML Copy Editor is an XML editor focusing on editing document markup "
|
||||
"languages like DITA, DocBook, WordprocessingML. Features: DTD/XML Schema/"
|
||||
"RELAX NG validation, XSLT, XPath, Pretty-printing, Syntax highlighting, "
|
||||
"Folding, Tag completion, Tag locking, Tag-free editing, Built-in support for "
|
||||
"XHTML, XSL, DocBook and TEI, Generating XML Schema, Spelling and style check "
|
||||
"with built-in spell/style checker."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/xmlcopyeditor.appdata.xml.in.h:3
|
||||
msgid "https://a.fsdn.com/con/app/proj/xml-copy-editor/screenshots/151221.jpg"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/xmlcopyeditor.desktop.in.h:1 ../src/xmlcopyeditor.cpp:388
|
||||
#: ../src/xmlcopyeditor.cpp:1310 ../src/xmlcopyeditor.cpp:1408
|
||||
#: ../src/xmlcopyeditor.cpp:1649 ../src/xmlcopyeditor.cpp:1728
|
||||
#: ../src/xmlcopyeditor.cpp:3610
|
||||
msgid "XML Copy Editor"
|
||||
msgstr "XML Copy Editor"
|
||||
|
||||
#: ../data/xmlcopyeditor.desktop.in.h:2
|
||||
#, fuzzy
|
||||
msgid "XML Editor"
|
||||
msgstr "XML Copy Editor"
|
||||
|
||||
#: ../data/xmlcopyeditor.desktop.in.h:3
|
||||
#, fuzzy
|
||||
msgid "Edit XML documents"
|
||||
msgstr "Le document modifié est vide"
|
||||
|
||||
#. wxID_CANCEL req'd for 'Esc closes dialog' functionality
|
||||
#: ../src/aboutdialog.cpp:51
|
||||
msgid "OK"
|
||||
|
@ -802,12 +837,6 @@ msgstr ""
|
|||
"\n"
|
||||
"Nombreux remerciements à "
|
||||
|
||||
#: ../src/xmlcopyeditor.cpp:388 ../src/xmlcopyeditor.cpp:1310
|
||||
#: ../src/xmlcopyeditor.cpp:1408 ../src/xmlcopyeditor.cpp:1649
|
||||
#: ../src/xmlcopyeditor.cpp:1728 ../src/xmlcopyeditor.cpp:3610
|
||||
msgid "XML Copy Editor"
|
||||
msgstr "XML Copy Editor"
|
||||
|
||||
#: ../src/xmlcopyeditor.cpp:407
|
||||
msgid "Failed to initialize Xerces-C:\n"
|
||||
msgstr ""
|
||||
|
@ -2184,14 +2213,6 @@ msgstr "Impossible de trouver '%s'"
|
|||
msgid "Failed to load xml file."
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
#~ msgid "XML Editor"
|
||||
#~ msgstr "XML Copy Editor"
|
||||
|
||||
#, fuzzy
|
||||
#~ msgid "Edit XML documents"
|
||||
#~ msgstr "Le document modifié est vide"
|
||||
|
||||
#~ msgid "%i match"
|
||||
#~ msgid_plural "%i matches"
|
||||
#~ msgstr[0] "%i correspondance"
|
||||
|
|
51
po/it.po
51
po/it.po
|
@ -2,7 +2,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: https://sourceforge.net/p/xml-copy-editor/bugs/\n"
|
||||
"POT-Creation-Date: 2014-06-01 20:12+0800\n"
|
||||
"POT-Creation-Date: 2014-06-01 20:46+0800\n"
|
||||
"PO-Revision-Date: 2007-11-16 10:09+0100\n"
|
||||
"Last-Translator: Antonio Angelo <antonio.angelo@poste.it>\n"
|
||||
"Language-Team: \n"
|
||||
|
@ -15,6 +15,41 @@ msgstr ""
|
|||
"X-Poedit-Country: ITALY\n"
|
||||
"X-Poedit-SourceCharset: utf-8\n"
|
||||
|
||||
#: ../data/xmlcopyeditor.appdata.xml.in.h:1
|
||||
msgid "fast, free, validating XML editor"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/xmlcopyeditor.appdata.xml.in.h:2
|
||||
msgid ""
|
||||
"XML Copy Editor is an XML editor focusing on editing document markup "
|
||||
"languages like DITA, DocBook, WordprocessingML. Features: DTD/XML Schema/"
|
||||
"RELAX NG validation, XSLT, XPath, Pretty-printing, Syntax highlighting, "
|
||||
"Folding, Tag completion, Tag locking, Tag-free editing, Built-in support for "
|
||||
"XHTML, XSL, DocBook and TEI, Generating XML Schema, Spelling and style check "
|
||||
"with built-in spell/style checker."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/xmlcopyeditor.appdata.xml.in.h:3
|
||||
msgid "https://a.fsdn.com/con/app/proj/xml-copy-editor/screenshots/151221.jpg"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/xmlcopyeditor.desktop.in.h:1 ../src/xmlcopyeditor.cpp:388
|
||||
#: ../src/xmlcopyeditor.cpp:1310 ../src/xmlcopyeditor.cpp:1408
|
||||
#: ../src/xmlcopyeditor.cpp:1649 ../src/xmlcopyeditor.cpp:1728
|
||||
#: ../src/xmlcopyeditor.cpp:3610
|
||||
msgid "XML Copy Editor"
|
||||
msgstr "XML Copy Editor"
|
||||
|
||||
#: ../data/xmlcopyeditor.desktop.in.h:2
|
||||
#, fuzzy
|
||||
msgid "XML Editor"
|
||||
msgstr "XML Copy Editor"
|
||||
|
||||
#: ../data/xmlcopyeditor.desktop.in.h:3
|
||||
#, fuzzy
|
||||
msgid "Edit XML documents"
|
||||
msgstr "Il documento editato è vuoto"
|
||||
|
||||
#. wxID_CANCEL req'd for 'Esc closes dialog' functionality
|
||||
#: ../src/aboutdialog.cpp:51
|
||||
msgid "OK"
|
||||
|
@ -800,12 +835,6 @@ msgstr ""
|
|||
"\n"
|
||||
"Molti ringraziamenti a "
|
||||
|
||||
#: ../src/xmlcopyeditor.cpp:388 ../src/xmlcopyeditor.cpp:1310
|
||||
#: ../src/xmlcopyeditor.cpp:1408 ../src/xmlcopyeditor.cpp:1649
|
||||
#: ../src/xmlcopyeditor.cpp:1728 ../src/xmlcopyeditor.cpp:3610
|
||||
msgid "XML Copy Editor"
|
||||
msgstr "XML Copy Editor"
|
||||
|
||||
#: ../src/xmlcopyeditor.cpp:407
|
||||
msgid "Failed to initialize Xerces-C:\n"
|
||||
msgstr ""
|
||||
|
@ -2180,14 +2209,6 @@ msgstr "Impossibile trovare '%s'"
|
|||
msgid "Failed to load xml file."
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
#~ msgid "XML Editor"
|
||||
#~ msgstr "XML Copy Editor"
|
||||
|
||||
#, fuzzy
|
||||
#~ msgid "Edit XML documents"
|
||||
#~ msgstr "Il documento editato è vuoto"
|
||||
|
||||
#~ msgid "&Use Microsoft rebar control (restart required)"
|
||||
#~ msgstr "&Usa controllo Microsoft rebar control (richiesta riesecuzione)"
|
||||
|
||||
|
|
51
po/km.po
51
po/km.po
|
@ -2,7 +2,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: XML Copy Editor v1.2.0.12\n"
|
||||
"Report-Msgid-Bugs-To: https://sourceforge.net/p/xml-copy-editor/bugs/\n"
|
||||
"POT-Creation-Date: 2014-06-01 20:12+0800\n"
|
||||
"POT-Creation-Date: 2014-06-01 20:46+0800\n"
|
||||
"PO-Revision-Date: 2014-01-07 21:48-0500\n"
|
||||
"Last-Translator: Khoem Sokhem <sokhem@open.org.kh>\n"
|
||||
"Language-Team: Khmer language team <xmlce@spress.ws>\n"
|
||||
|
@ -15,6 +15,41 @@ msgstr ""
|
|||
"X-Language: km-KH\n"
|
||||
"X-Poedit-SourceCharset: UTF-8\n"
|
||||
|
||||
#: ../data/xmlcopyeditor.appdata.xml.in.h:1
|
||||
msgid "fast, free, validating XML editor"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/xmlcopyeditor.appdata.xml.in.h:2
|
||||
msgid ""
|
||||
"XML Copy Editor is an XML editor focusing on editing document markup "
|
||||
"languages like DITA, DocBook, WordprocessingML. Features: DTD/XML Schema/"
|
||||
"RELAX NG validation, XSLT, XPath, Pretty-printing, Syntax highlighting, "
|
||||
"Folding, Tag completion, Tag locking, Tag-free editing, Built-in support for "
|
||||
"XHTML, XSL, DocBook and TEI, Generating XML Schema, Spelling and style check "
|
||||
"with built-in spell/style checker."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/xmlcopyeditor.appdata.xml.in.h:3
|
||||
msgid "https://a.fsdn.com/con/app/proj/xml-copy-editor/screenshots/151221.jpg"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/xmlcopyeditor.desktop.in.h:1 ../src/xmlcopyeditor.cpp:388
|
||||
#: ../src/xmlcopyeditor.cpp:1310 ../src/xmlcopyeditor.cpp:1408
|
||||
#: ../src/xmlcopyeditor.cpp:1649 ../src/xmlcopyeditor.cpp:1728
|
||||
#: ../src/xmlcopyeditor.cpp:3610
|
||||
msgid "XML Copy Editor"
|
||||
msgstr "កម្មវិធីកែច្បាប់ចម្លង XML"
|
||||
|
||||
#: ../data/xmlcopyeditor.desktop.in.h:2
|
||||
#, fuzzy
|
||||
msgid "XML Editor"
|
||||
msgstr "កម្មវិធីកែច្បាប់ចម្លង XML"
|
||||
|
||||
#: ../data/xmlcopyeditor.desktop.in.h:3
|
||||
#, fuzzy
|
||||
msgid "Edit XML documents"
|
||||
msgstr "ឯកសារបានកែសម្រួលទទេ"
|
||||
|
||||
#. wxID_CANCEL req'd for 'Esc closes dialog' functionality
|
||||
#: ../src/aboutdialog.cpp:51
|
||||
msgid "OK"
|
||||
|
@ -758,12 +793,6 @@ msgstr ""
|
|||
"\n"
|
||||
"អរគុណច្រើន"
|
||||
|
||||
#: ../src/xmlcopyeditor.cpp:388 ../src/xmlcopyeditor.cpp:1310
|
||||
#: ../src/xmlcopyeditor.cpp:1408 ../src/xmlcopyeditor.cpp:1649
|
||||
#: ../src/xmlcopyeditor.cpp:1728 ../src/xmlcopyeditor.cpp:3610
|
||||
msgid "XML Copy Editor"
|
||||
msgstr "កម្មវិធីកែច្បាប់ចម្លង XML"
|
||||
|
||||
#: ../src/xmlcopyeditor.cpp:407
|
||||
msgid "Failed to initialize Xerces-C:\n"
|
||||
msgstr "បានបរាជ័យក្នុងការចាប់ផ្ដើម Xerces-C:\n"
|
||||
|
@ -2114,13 +2143,5 @@ msgstr "មិនអាចរក '%s'"
|
|||
msgid "Failed to load xml file."
|
||||
msgstr "បានបរាជ័យក្នុងការផ្ទុកឯកសារ xml ។"
|
||||
|
||||
#, fuzzy
|
||||
#~ msgid "XML Editor"
|
||||
#~ msgstr "កម្មវិធីកែច្បាប់ចម្លង XML"
|
||||
|
||||
#, fuzzy
|
||||
#~ msgid "Edit XML documents"
|
||||
#~ msgstr "ឯកសារបានកែសម្រួលទទេ"
|
||||
|
||||
#~ msgid "Line %lld column %lld: %s[br]"
|
||||
#~ msgstr "ជួរ %lld ជួរឈរ %lld: %s[br]"
|
||||
|
|
51
po/nl.po
51
po/nl.po
|
@ -2,7 +2,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: XML Copy Editor 1.2.0.3\n"
|
||||
"Report-Msgid-Bugs-To: https://sourceforge.net/p/xml-copy-editor/bugs/\n"
|
||||
"POT-Creation-Date: 2014-06-01 20:12+0800\n"
|
||||
"POT-Creation-Date: 2014-06-01 20:46+0800\n"
|
||||
"PO-Revision-Date: 2009-08-06 16:31+0100\n"
|
||||
"Last-Translator: Rob Elemans <relemans@gmail.com>\n"
|
||||
"Language-Team: Rob Elemans <relemans@gmail.com>\n"
|
||||
|
@ -15,6 +15,41 @@ msgstr ""
|
|||
"X-Poedit-Country: NETHERLANDS\n"
|
||||
"X-Poedit-SourceCharset: utf-8\n"
|
||||
|
||||
#: ../data/xmlcopyeditor.appdata.xml.in.h:1
|
||||
msgid "fast, free, validating XML editor"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/xmlcopyeditor.appdata.xml.in.h:2
|
||||
msgid ""
|
||||
"XML Copy Editor is an XML editor focusing on editing document markup "
|
||||
"languages like DITA, DocBook, WordprocessingML. Features: DTD/XML Schema/"
|
||||
"RELAX NG validation, XSLT, XPath, Pretty-printing, Syntax highlighting, "
|
||||
"Folding, Tag completion, Tag locking, Tag-free editing, Built-in support for "
|
||||
"XHTML, XSL, DocBook and TEI, Generating XML Schema, Spelling and style check "
|
||||
"with built-in spell/style checker."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/xmlcopyeditor.appdata.xml.in.h:3
|
||||
msgid "https://a.fsdn.com/con/app/proj/xml-copy-editor/screenshots/151221.jpg"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/xmlcopyeditor.desktop.in.h:1 ../src/xmlcopyeditor.cpp:388
|
||||
#: ../src/xmlcopyeditor.cpp:1310 ../src/xmlcopyeditor.cpp:1408
|
||||
#: ../src/xmlcopyeditor.cpp:1649 ../src/xmlcopyeditor.cpp:1728
|
||||
#: ../src/xmlcopyeditor.cpp:3610
|
||||
msgid "XML Copy Editor"
|
||||
msgstr "XML Copy Editor"
|
||||
|
||||
#: ../data/xmlcopyeditor.desktop.in.h:2
|
||||
#, fuzzy
|
||||
msgid "XML Editor"
|
||||
msgstr "XML Copy Editor"
|
||||
|
||||
#: ../data/xmlcopyeditor.desktop.in.h:3
|
||||
#, fuzzy
|
||||
msgid "Edit XML documents"
|
||||
msgstr "Bewerkt document leeg"
|
||||
|
||||
#. wxID_CANCEL req'd for 'Esc closes dialog' functionality
|
||||
#: ../src/aboutdialog.cpp:51
|
||||
msgid "OK"
|
||||
|
@ -798,12 +833,6 @@ msgstr ""
|
|||
"\n"
|
||||
"Dank gaat uit naar "
|
||||
|
||||
#: ../src/xmlcopyeditor.cpp:388 ../src/xmlcopyeditor.cpp:1310
|
||||
#: ../src/xmlcopyeditor.cpp:1408 ../src/xmlcopyeditor.cpp:1649
|
||||
#: ../src/xmlcopyeditor.cpp:1728 ../src/xmlcopyeditor.cpp:3610
|
||||
msgid "XML Copy Editor"
|
||||
msgstr "XML Copy Editor"
|
||||
|
||||
#: ../src/xmlcopyeditor.cpp:407
|
||||
msgid "Failed to initialize Xerces-C:\n"
|
||||
msgstr ""
|
||||
|
@ -2176,14 +2205,6 @@ msgstr "Kan '%s' niet vinden"
|
|||
msgid "Failed to load xml file."
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
#~ msgid "XML Editor"
|
||||
#~ msgstr "XML Copy Editor"
|
||||
|
||||
#, fuzzy
|
||||
#~ msgid "Edit XML documents"
|
||||
#~ msgstr "Bewerkt document leeg"
|
||||
|
||||
#~ msgid "%i match"
|
||||
#~ msgid_plural "%i matches"
|
||||
#~ msgstr[0] "%i overeenkomst"
|
||||
|
|
51
po/ru.po
51
po/ru.po
|
@ -2,7 +2,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: XML Copy Editor\n"
|
||||
"Report-Msgid-Bugs-To: https://sourceforge.net/p/xml-copy-editor/bugs/\n"
|
||||
"POT-Creation-Date: 2014-06-01 20:12+0800\n"
|
||||
"POT-Creation-Date: 2014-06-01 20:46+0800\n"
|
||||
"PO-Revision-Date: 2008-04-05 15:51+0200\n"
|
||||
"Last-Translator: Siarhei Kuchuk <Cuchuk.Sergey@gmail.com>\n"
|
||||
"Language-Team: team <team@email.com>\n"
|
||||
|
@ -15,6 +15,41 @@ msgstr ""
|
|||
"X-Poedit-SourceCharset: utf-8\n"
|
||||
"X-Poedit-Country: RUSSIAN FEDERATION\n"
|
||||
|
||||
#: ../data/xmlcopyeditor.appdata.xml.in.h:1
|
||||
msgid "fast, free, validating XML editor"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/xmlcopyeditor.appdata.xml.in.h:2
|
||||
msgid ""
|
||||
"XML Copy Editor is an XML editor focusing on editing document markup "
|
||||
"languages like DITA, DocBook, WordprocessingML. Features: DTD/XML Schema/"
|
||||
"RELAX NG validation, XSLT, XPath, Pretty-printing, Syntax highlighting, "
|
||||
"Folding, Tag completion, Tag locking, Tag-free editing, Built-in support for "
|
||||
"XHTML, XSL, DocBook and TEI, Generating XML Schema, Spelling and style check "
|
||||
"with built-in spell/style checker."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/xmlcopyeditor.appdata.xml.in.h:3
|
||||
msgid "https://a.fsdn.com/con/app/proj/xml-copy-editor/screenshots/151221.jpg"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/xmlcopyeditor.desktop.in.h:1 ../src/xmlcopyeditor.cpp:388
|
||||
#: ../src/xmlcopyeditor.cpp:1310 ../src/xmlcopyeditor.cpp:1408
|
||||
#: ../src/xmlcopyeditor.cpp:1649 ../src/xmlcopyeditor.cpp:1728
|
||||
#: ../src/xmlcopyeditor.cpp:3610
|
||||
msgid "XML Copy Editor"
|
||||
msgstr "XML Copy Editor"
|
||||
|
||||
#: ../data/xmlcopyeditor.desktop.in.h:2
|
||||
#, fuzzy
|
||||
msgid "XML Editor"
|
||||
msgstr "XML Copy Editor"
|
||||
|
||||
#: ../data/xmlcopyeditor.desktop.in.h:3
|
||||
#, fuzzy
|
||||
msgid "Edit XML documents"
|
||||
msgstr "Редактируемый документ пуст"
|
||||
|
||||
#. wxID_CANCEL req'd for 'Esc closes dialog' functionality
|
||||
#: ../src/aboutdialog.cpp:51
|
||||
msgid "OK"
|
||||
|
@ -799,12 +834,6 @@ msgstr ""
|
|||
"\n"
|
||||
"Оргромное спасибо "
|
||||
|
||||
#: ../src/xmlcopyeditor.cpp:388 ../src/xmlcopyeditor.cpp:1310
|
||||
#: ../src/xmlcopyeditor.cpp:1408 ../src/xmlcopyeditor.cpp:1649
|
||||
#: ../src/xmlcopyeditor.cpp:1728 ../src/xmlcopyeditor.cpp:3610
|
||||
msgid "XML Copy Editor"
|
||||
msgstr "XML Copy Editor"
|
||||
|
||||
#: ../src/xmlcopyeditor.cpp:407
|
||||
msgid "Failed to initialize Xerces-C:\n"
|
||||
msgstr ""
|
||||
|
@ -2185,14 +2214,6 @@ msgstr "'%s' не существует"
|
|||
msgid "Failed to load xml file."
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
#~ msgid "XML Editor"
|
||||
#~ msgstr "XML Copy Editor"
|
||||
|
||||
#, fuzzy
|
||||
#~ msgid "Edit XML documents"
|
||||
#~ msgstr "Редактируемый документ пуст"
|
||||
|
||||
#~ msgid "%i match"
|
||||
#~ msgid_plural "%i matches"
|
||||
#~ msgstr[0] "%i совпадение"
|
||||
|
|
51
po/sk.po
51
po/sk.po
|
@ -2,7 +2,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: XML Copy Editor\n"
|
||||
"Report-Msgid-Bugs-To: https://sourceforge.net/p/xml-copy-editor/bugs/\n"
|
||||
"POT-Creation-Date: 2014-06-01 20:12+0800\n"
|
||||
"POT-Creation-Date: 2014-06-01 20:46+0800\n"
|
||||
"PO-Revision-Date: 2007-03-10 11:09+0100\n"
|
||||
"Last-Translator: Viliam Búr <viliam@bur.sk>\n"
|
||||
"Language-Team: Viliam Búr <viliam@bur.sk>\n"
|
||||
|
@ -15,6 +15,41 @@ msgstr ""
|
|||
"X-Poedit-SourceCharset: utf-8\n"
|
||||
"Plural-Forms: nplurals=3; plural= (n==1) ? 1 : (n>=2 && n<=4) ? 2 : 0;\n"
|
||||
|
||||
#: ../data/xmlcopyeditor.appdata.xml.in.h:1
|
||||
msgid "fast, free, validating XML editor"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/xmlcopyeditor.appdata.xml.in.h:2
|
||||
msgid ""
|
||||
"XML Copy Editor is an XML editor focusing on editing document markup "
|
||||
"languages like DITA, DocBook, WordprocessingML. Features: DTD/XML Schema/"
|
||||
"RELAX NG validation, XSLT, XPath, Pretty-printing, Syntax highlighting, "
|
||||
"Folding, Tag completion, Tag locking, Tag-free editing, Built-in support for "
|
||||
"XHTML, XSL, DocBook and TEI, Generating XML Schema, Spelling and style check "
|
||||
"with built-in spell/style checker."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/xmlcopyeditor.appdata.xml.in.h:3
|
||||
msgid "https://a.fsdn.com/con/app/proj/xml-copy-editor/screenshots/151221.jpg"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/xmlcopyeditor.desktop.in.h:1 ../src/xmlcopyeditor.cpp:388
|
||||
#: ../src/xmlcopyeditor.cpp:1310 ../src/xmlcopyeditor.cpp:1408
|
||||
#: ../src/xmlcopyeditor.cpp:1649 ../src/xmlcopyeditor.cpp:1728
|
||||
#: ../src/xmlcopyeditor.cpp:3610
|
||||
msgid "XML Copy Editor"
|
||||
msgstr "XML Copy Editor"
|
||||
|
||||
#: ../data/xmlcopyeditor.desktop.in.h:2
|
||||
#, fuzzy
|
||||
msgid "XML Editor"
|
||||
msgstr "XML Copy Editor"
|
||||
|
||||
#: ../data/xmlcopyeditor.desktop.in.h:3
|
||||
#, fuzzy
|
||||
msgid "Edit XML documents"
|
||||
msgstr "Editovaný dokument je prázdny"
|
||||
|
||||
#. wxID_CANCEL req'd for 'Esc closes dialog' functionality
|
||||
#: ../src/aboutdialog.cpp:51
|
||||
msgid "OK"
|
||||
|
@ -806,12 +841,6 @@ msgstr ""
|
|||
"\n"
|
||||
"Veľa vďaky patrí: "
|
||||
|
||||
#: ../src/xmlcopyeditor.cpp:388 ../src/xmlcopyeditor.cpp:1310
|
||||
#: ../src/xmlcopyeditor.cpp:1408 ../src/xmlcopyeditor.cpp:1649
|
||||
#: ../src/xmlcopyeditor.cpp:1728 ../src/xmlcopyeditor.cpp:3610
|
||||
msgid "XML Copy Editor"
|
||||
msgstr "XML Copy Editor"
|
||||
|
||||
#: ../src/xmlcopyeditor.cpp:407
|
||||
msgid "Failed to initialize Xerces-C:\n"
|
||||
msgstr ""
|
||||
|
@ -2187,14 +2216,6 @@ msgstr "Neviem nájsť '%s'"
|
|||
msgid "Failed to load xml file."
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
#~ msgid "XML Editor"
|
||||
#~ msgstr "XML Copy Editor"
|
||||
|
||||
#, fuzzy
|
||||
#~ msgid "Edit XML documents"
|
||||
#~ msgstr "Editovaný dokument je prázdny"
|
||||
|
||||
#~ msgid " in large document mode?"
|
||||
#~ msgstr " v režime veľkého dokumentu?"
|
||||
|
||||
|
|
51
po/sv.po
51
po/sv.po
|
@ -2,7 +2,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: XML Copy Editor\n"
|
||||
"Report-Msgid-Bugs-To: https://sourceforge.net/p/xml-copy-editor/bugs/\n"
|
||||
"POT-Creation-Date: 2014-06-01 20:12+0800\n"
|
||||
"POT-Creation-Date: 2014-06-01 20:46+0800\n"
|
||||
"PO-Revision-Date: 2007-01-23 19:52+CET\n"
|
||||
"Last-Translator: David Håsäther <hzr@users.sourceforge.net>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
@ -12,6 +12,41 @@ msgstr ""
|
|||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: ../data/xmlcopyeditor.appdata.xml.in.h:1
|
||||
msgid "fast, free, validating XML editor"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/xmlcopyeditor.appdata.xml.in.h:2
|
||||
msgid ""
|
||||
"XML Copy Editor is an XML editor focusing on editing document markup "
|
||||
"languages like DITA, DocBook, WordprocessingML. Features: DTD/XML Schema/"
|
||||
"RELAX NG validation, XSLT, XPath, Pretty-printing, Syntax highlighting, "
|
||||
"Folding, Tag completion, Tag locking, Tag-free editing, Built-in support for "
|
||||
"XHTML, XSL, DocBook and TEI, Generating XML Schema, Spelling and style check "
|
||||
"with built-in spell/style checker."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/xmlcopyeditor.appdata.xml.in.h:3
|
||||
msgid "https://a.fsdn.com/con/app/proj/xml-copy-editor/screenshots/151221.jpg"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/xmlcopyeditor.desktop.in.h:1 ../src/xmlcopyeditor.cpp:388
|
||||
#: ../src/xmlcopyeditor.cpp:1310 ../src/xmlcopyeditor.cpp:1408
|
||||
#: ../src/xmlcopyeditor.cpp:1649 ../src/xmlcopyeditor.cpp:1728
|
||||
#: ../src/xmlcopyeditor.cpp:3610
|
||||
msgid "XML Copy Editor"
|
||||
msgstr "XML Copy Editor"
|
||||
|
||||
#: ../data/xmlcopyeditor.desktop.in.h:2
|
||||
#, fuzzy
|
||||
msgid "XML Editor"
|
||||
msgstr "XML Copy Editor"
|
||||
|
||||
#: ../data/xmlcopyeditor.desktop.in.h:3
|
||||
#, fuzzy
|
||||
msgid "Edit XML documents"
|
||||
msgstr "Redigerat dokument är tomt"
|
||||
|
||||
#. wxID_CANCEL req'd for 'Esc closes dialog' functionality
|
||||
#: ../src/aboutdialog.cpp:51
|
||||
msgid "OK"
|
||||
|
@ -796,12 +831,6 @@ msgid ""
|
|||
"Many thanks are due to "
|
||||
msgstr ""
|
||||
|
||||
#: ../src/xmlcopyeditor.cpp:388 ../src/xmlcopyeditor.cpp:1310
|
||||
#: ../src/xmlcopyeditor.cpp:1408 ../src/xmlcopyeditor.cpp:1649
|
||||
#: ../src/xmlcopyeditor.cpp:1728 ../src/xmlcopyeditor.cpp:3610
|
||||
msgid "XML Copy Editor"
|
||||
msgstr "XML Copy Editor"
|
||||
|
||||
#: ../src/xmlcopyeditor.cpp:407
|
||||
msgid "Failed to initialize Xerces-C:\n"
|
||||
msgstr ""
|
||||
|
@ -2172,14 +2201,6 @@ msgstr "Kan inte hitta '%s'"
|
|||
msgid "Failed to load xml file."
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
#~ msgid "XML Editor"
|
||||
#~ msgstr "XML Copy Editor"
|
||||
|
||||
#, fuzzy
|
||||
#~ msgid "Edit XML documents"
|
||||
#~ msgstr "Redigerat dokument är tomt"
|
||||
|
||||
#~ msgid " in large document mode?"
|
||||
#~ msgstr " i stort-dokumentläge?"
|
||||
|
||||
|
|
51
po/uk_UA.po
51
po/uk_UA.po
|
@ -2,7 +2,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: XMLCopyEditor 1.0.9.5\n"
|
||||
"Report-Msgid-Bugs-To: https://sourceforge.net/p/xml-copy-editor/bugs/\n"
|
||||
"POT-Creation-Date: 2014-06-01 20:12+0800\n"
|
||||
"POT-Creation-Date: 2014-06-01 20:46+0800\n"
|
||||
"PO-Revision-Date: 2007-08-24 02:28+0200\n"
|
||||
"Last-Translator: Serhij Dubyk <dubyk@library.lviv.ua>\n"
|
||||
"Language-Team: \n"
|
||||
|
@ -16,6 +16,41 @@ msgstr ""
|
|||
"X-Poedit-Country: UKRAINE\n"
|
||||
"X-Poedit-SourceCharset: utf-8\n"
|
||||
|
||||
#: ../data/xmlcopyeditor.appdata.xml.in.h:1
|
||||
msgid "fast, free, validating XML editor"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/xmlcopyeditor.appdata.xml.in.h:2
|
||||
msgid ""
|
||||
"XML Copy Editor is an XML editor focusing on editing document markup "
|
||||
"languages like DITA, DocBook, WordprocessingML. Features: DTD/XML Schema/"
|
||||
"RELAX NG validation, XSLT, XPath, Pretty-printing, Syntax highlighting, "
|
||||
"Folding, Tag completion, Tag locking, Tag-free editing, Built-in support for "
|
||||
"XHTML, XSL, DocBook and TEI, Generating XML Schema, Spelling and style check "
|
||||
"with built-in spell/style checker."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/xmlcopyeditor.appdata.xml.in.h:3
|
||||
msgid "https://a.fsdn.com/con/app/proj/xml-copy-editor/screenshots/151221.jpg"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/xmlcopyeditor.desktop.in.h:1 ../src/xmlcopyeditor.cpp:388
|
||||
#: ../src/xmlcopyeditor.cpp:1310 ../src/xmlcopyeditor.cpp:1408
|
||||
#: ../src/xmlcopyeditor.cpp:1649 ../src/xmlcopyeditor.cpp:1728
|
||||
#: ../src/xmlcopyeditor.cpp:3610
|
||||
msgid "XML Copy Editor"
|
||||
msgstr "XML Copy Editor"
|
||||
|
||||
#: ../data/xmlcopyeditor.desktop.in.h:2
|
||||
#, fuzzy
|
||||
msgid "XML Editor"
|
||||
msgstr "XML Copy Editor"
|
||||
|
||||
#: ../data/xmlcopyeditor.desktop.in.h:3
|
||||
#, fuzzy
|
||||
msgid "Edit XML documents"
|
||||
msgstr "Редагований документ пустий"
|
||||
|
||||
#. wxID_CANCEL req'd for 'Esc closes dialog' functionality
|
||||
#: ../src/aboutdialog.cpp:51
|
||||
msgid "OK"
|
||||
|
@ -789,12 +824,6 @@ msgstr ""
|
|||
"\n"
|
||||
"Велика подяка "
|
||||
|
||||
#: ../src/xmlcopyeditor.cpp:388 ../src/xmlcopyeditor.cpp:1310
|
||||
#: ../src/xmlcopyeditor.cpp:1408 ../src/xmlcopyeditor.cpp:1649
|
||||
#: ../src/xmlcopyeditor.cpp:1728 ../src/xmlcopyeditor.cpp:3610
|
||||
msgid "XML Copy Editor"
|
||||
msgstr "XML Copy Editor"
|
||||
|
||||
#: ../src/xmlcopyeditor.cpp:407
|
||||
msgid "Failed to initialize Xerces-C:\n"
|
||||
msgstr ""
|
||||
|
@ -2157,14 +2186,6 @@ msgstr ""
|
|||
msgid "Failed to load xml file."
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
#~ msgid "XML Editor"
|
||||
#~ msgstr "XML Copy Editor"
|
||||
|
||||
#, fuzzy
|
||||
#~ msgid "Edit XML documents"
|
||||
#~ msgstr "Редагований документ пустий"
|
||||
|
||||
#~ msgid "%i match"
|
||||
#~ msgid_plural "%i matches"
|
||||
#~ msgstr[0] "%i знаходження"
|
||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: https://sourceforge.net/p/xml-copy-editor/bugs/\n"
|
||||
"POT-Creation-Date: 2014-06-01 20:12+0800\n"
|
||||
"POT-Creation-Date: 2014-06-01 20:46+0800\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
@ -18,6 +18,39 @@ msgstr ""
|
|||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
|
||||
|
||||
#: ../data/xmlcopyeditor.appdata.xml.in.h:1
|
||||
msgid "fast, free, validating XML editor"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/xmlcopyeditor.appdata.xml.in.h:2
|
||||
msgid ""
|
||||
"XML Copy Editor is an XML editor focusing on editing document markup "
|
||||
"languages like DITA, DocBook, WordprocessingML. Features: DTD/XML Schema/"
|
||||
"RELAX NG validation, XSLT, XPath, Pretty-printing, Syntax highlighting, "
|
||||
"Folding, Tag completion, Tag locking, Tag-free editing, Built-in support for "
|
||||
"XHTML, XSL, DocBook and TEI, Generating XML Schema, Spelling and style check "
|
||||
"with built-in spell/style checker."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/xmlcopyeditor.appdata.xml.in.h:3
|
||||
msgid "https://a.fsdn.com/con/app/proj/xml-copy-editor/screenshots/151221.jpg"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/xmlcopyeditor.desktop.in.h:1 ../src/xmlcopyeditor.cpp:388
|
||||
#: ../src/xmlcopyeditor.cpp:1310 ../src/xmlcopyeditor.cpp:1408
|
||||
#: ../src/xmlcopyeditor.cpp:1649 ../src/xmlcopyeditor.cpp:1728
|
||||
#: ../src/xmlcopyeditor.cpp:3610
|
||||
msgid "XML Copy Editor"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/xmlcopyeditor.desktop.in.h:2
|
||||
msgid "XML Editor"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/xmlcopyeditor.desktop.in.h:3
|
||||
msgid "Edit XML documents"
|
||||
msgstr ""
|
||||
|
||||
#. wxID_CANCEL req'd for 'Esc closes dialog' functionality
|
||||
#: ../src/aboutdialog.cpp:51
|
||||
msgid "OK"
|
||||
|
@ -750,12 +783,6 @@ msgid ""
|
|||
"Many thanks are due to "
|
||||
msgstr ""
|
||||
|
||||
#: ../src/xmlcopyeditor.cpp:388 ../src/xmlcopyeditor.cpp:1310
|
||||
#: ../src/xmlcopyeditor.cpp:1408 ../src/xmlcopyeditor.cpp:1649
|
||||
#: ../src/xmlcopyeditor.cpp:1728 ../src/xmlcopyeditor.cpp:3610
|
||||
msgid "XML Copy Editor"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/xmlcopyeditor.cpp:407
|
||||
msgid "Failed to initialize Xerces-C:\n"
|
||||
msgstr ""
|
||||
|
|
51
po/zh_CN.po
51
po/zh_CN.po
|
@ -2,7 +2,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: XML Copy Editor 1.1.0.2\n"
|
||||
"Report-Msgid-Bugs-To: https://sourceforge.net/p/xml-copy-editor/bugs/\n"
|
||||
"POT-Creation-Date: 2014-06-01 20:12+0800\n"
|
||||
"POT-Creation-Date: 2014-06-01 20:46+0800\n"
|
||||
"PO-Revision-Date: 2012-03-17 00:01+0800\n"
|
||||
"Last-Translator: Zane U. Ji <ZaneUJi@gmail.com>\n"
|
||||
"Language-Team: SHiNE CsyFeK <csyfek@gmail.com>\n"
|
||||
|
@ -15,6 +15,41 @@ msgstr ""
|
|||
"X-Poedit-Country: CHINA\n"
|
||||
"X-Poedit-SourceCharset: utf-8\n"
|
||||
|
||||
#: ../data/xmlcopyeditor.appdata.xml.in.h:1
|
||||
msgid "fast, free, validating XML editor"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/xmlcopyeditor.appdata.xml.in.h:2
|
||||
msgid ""
|
||||
"XML Copy Editor is an XML editor focusing on editing document markup "
|
||||
"languages like DITA, DocBook, WordprocessingML. Features: DTD/XML Schema/"
|
||||
"RELAX NG validation, XSLT, XPath, Pretty-printing, Syntax highlighting, "
|
||||
"Folding, Tag completion, Tag locking, Tag-free editing, Built-in support for "
|
||||
"XHTML, XSL, DocBook and TEI, Generating XML Schema, Spelling and style check "
|
||||
"with built-in spell/style checker."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/xmlcopyeditor.appdata.xml.in.h:3
|
||||
msgid "https://a.fsdn.com/con/app/proj/xml-copy-editor/screenshots/151221.jpg"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/xmlcopyeditor.desktop.in.h:1 ../src/xmlcopyeditor.cpp:388
|
||||
#: ../src/xmlcopyeditor.cpp:1310 ../src/xmlcopyeditor.cpp:1408
|
||||
#: ../src/xmlcopyeditor.cpp:1649 ../src/xmlcopyeditor.cpp:1728
|
||||
#: ../src/xmlcopyeditor.cpp:3610
|
||||
msgid "XML Copy Editor"
|
||||
msgstr "XML Copy Editor"
|
||||
|
||||
#: ../data/xmlcopyeditor.desktop.in.h:2
|
||||
#, fuzzy
|
||||
msgid "XML Editor"
|
||||
msgstr "XML Copy Editor"
|
||||
|
||||
#: ../data/xmlcopyeditor.desktop.in.h:3
|
||||
#, fuzzy
|
||||
msgid "Edit XML documents"
|
||||
msgstr "编辑中的文档被清空"
|
||||
|
||||
#. wxID_CANCEL req'd for 'Esc closes dialog' functionality
|
||||
#: ../src/aboutdialog.cpp:51
|
||||
msgid "OK"
|
||||
|
@ -792,12 +827,6 @@ msgstr ""
|
|||
"\n"
|
||||
"衷心感谢 "
|
||||
|
||||
#: ../src/xmlcopyeditor.cpp:388 ../src/xmlcopyeditor.cpp:1310
|
||||
#: ../src/xmlcopyeditor.cpp:1408 ../src/xmlcopyeditor.cpp:1649
|
||||
#: ../src/xmlcopyeditor.cpp:1728 ../src/xmlcopyeditor.cpp:3610
|
||||
msgid "XML Copy Editor"
|
||||
msgstr "XML Copy Editor"
|
||||
|
||||
#: ../src/xmlcopyeditor.cpp:407
|
||||
msgid "Failed to initialize Xerces-C:\n"
|
||||
msgstr ""
|
||||
|
@ -2158,14 +2187,6 @@ msgstr "未能找到 '%s'"
|
|||
msgid "Failed to load xml file."
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
#~ msgid "XML Editor"
|
||||
#~ msgstr "XML Copy Editor"
|
||||
|
||||
#, fuzzy
|
||||
#~ msgid "Edit XML documents"
|
||||
#~ msgstr "编辑中的文档被清空"
|
||||
|
||||
#~ msgid "%i match"
|
||||
#~ msgid_plural "%i matches"
|
||||
#~ msgstr[0] "%i 项匹配"
|
||||
|
|
51
po/zh_TW.po
51
po/zh_TW.po
|
@ -2,7 +2,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: 1.0.9.5\n"
|
||||
"Report-Msgid-Bugs-To: https://sourceforge.net/p/xml-copy-editor/bugs/\n"
|
||||
"POT-Creation-Date: 2014-06-01 20:12+0800\n"
|
||||
"POT-Creation-Date: 2014-06-01 20:46+0800\n"
|
||||
"PO-Revision-Date: 2007-05-13 19:48-0000\n"
|
||||
"Last-Translator: Gerald Schmidt <gnschmidt@users.sourceforge.net>\n"
|
||||
"Language-Team: Chinese Traditional Team <LL@li.org>\n"
|
||||
|
@ -15,6 +15,41 @@ msgstr ""
|
|||
"X-Poedit-Country: CHINA\n"
|
||||
"X-Poedit-SourceCharset: utf-8\n"
|
||||
|
||||
#: ../data/xmlcopyeditor.appdata.xml.in.h:1
|
||||
msgid "fast, free, validating XML editor"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/xmlcopyeditor.appdata.xml.in.h:2
|
||||
msgid ""
|
||||
"XML Copy Editor is an XML editor focusing on editing document markup "
|
||||
"languages like DITA, DocBook, WordprocessingML. Features: DTD/XML Schema/"
|
||||
"RELAX NG validation, XSLT, XPath, Pretty-printing, Syntax highlighting, "
|
||||
"Folding, Tag completion, Tag locking, Tag-free editing, Built-in support for "
|
||||
"XHTML, XSL, DocBook and TEI, Generating XML Schema, Spelling and style check "
|
||||
"with built-in spell/style checker."
|
||||
msgstr ""
|
||||
|
||||
#: ../data/xmlcopyeditor.appdata.xml.in.h:3
|
||||
msgid "https://a.fsdn.com/con/app/proj/xml-copy-editor/screenshots/151221.jpg"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/xmlcopyeditor.desktop.in.h:1 ../src/xmlcopyeditor.cpp:388
|
||||
#: ../src/xmlcopyeditor.cpp:1310 ../src/xmlcopyeditor.cpp:1408
|
||||
#: ../src/xmlcopyeditor.cpp:1649 ../src/xmlcopyeditor.cpp:1728
|
||||
#: ../src/xmlcopyeditor.cpp:3610
|
||||
msgid "XML Copy Editor"
|
||||
msgstr "XML Copy Editor"
|
||||
|
||||
#: ../data/xmlcopyeditor.desktop.in.h:2
|
||||
#, fuzzy
|
||||
msgid "XML Editor"
|
||||
msgstr "XML Copy Editor"
|
||||
|
||||
#: ../data/xmlcopyeditor.desktop.in.h:3
|
||||
#, fuzzy
|
||||
msgid "Edit XML documents"
|
||||
msgstr "編輯文件是空的"
|
||||
|
||||
#. wxID_CANCEL req'd for 'Esc closes dialog' functionality
|
||||
#: ../src/aboutdialog.cpp:51
|
||||
msgid "OK"
|
||||
|
@ -788,12 +823,6 @@ msgid ""
|
|||
"Many thanks are due to "
|
||||
msgstr ""
|
||||
|
||||
#: ../src/xmlcopyeditor.cpp:388 ../src/xmlcopyeditor.cpp:1310
|
||||
#: ../src/xmlcopyeditor.cpp:1408 ../src/xmlcopyeditor.cpp:1649
|
||||
#: ../src/xmlcopyeditor.cpp:1728 ../src/xmlcopyeditor.cpp:3610
|
||||
msgid "XML Copy Editor"
|
||||
msgstr "XML Copy Editor"
|
||||
|
||||
#: ../src/xmlcopyeditor.cpp:407
|
||||
msgid "Failed to initialize Xerces-C:\n"
|
||||
msgstr ""
|
||||
|
@ -2160,14 +2189,6 @@ msgstr "無法找到'%s'"
|
|||
msgid "Failed to load xml file."
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
#~ msgid "XML Editor"
|
||||
#~ msgstr "XML Copy Editor"
|
||||
|
||||
#, fuzzy
|
||||
#~ msgid "Edit XML documents"
|
||||
#~ msgstr "編輯文件是空的"
|
||||
|
||||
#~ msgid " in large document mode?"
|
||||
#~ msgstr "在較大文件模式?"
|
||||
|
||||
|
|
|
@ -29,8 +29,7 @@ xmlcopyeditor_SOURCES = xmlcopyeditor.cpp associatedialog.cpp casehandler.cpp \
|
|||
binaryfile.cpp xmlencodingspy.cpp wrapaspell.cpp validationthread.cpp \
|
||||
wrapdaisy.cpp exportdialog.cpp mp3album.cpp xmlprodnote.cpp \
|
||||
xmlsuppressprodnote.cpp xmlcopyimg.cpp xmlschemagenerator.cpp \
|
||||
xmlcopyeditor.spec xmlcopyeditor.png custom.xpm \
|
||||
xmlcopyeditor.desktop
|
||||
xmlcopyeditor.spec xmlcopyeditor.png custom.xpm
|
||||
|
||||
xmlcopyeditor_LDADD = $(WX_LIBS) \
|
||||
-lexpat -lxslt -lxml2 -lpcre -lxerces-c $(ASPELL_LIBS) $(ENCHANT_LIBS) $(GTK_LIBS)
|
||||
|
@ -79,7 +78,5 @@ nobase_dist_xmlcopyeditor_DATA = $(srcdir)/catalog/catalog \
|
|||
|
||||
pixmap_DATA = xmlcopyeditor.png
|
||||
|
||||
applications_DATA = xmlcopyeditor.desktop
|
||||
|
||||
AM_CPPFLAGS = -I/usr/include/libxml2 $(ENCHANT_CFLAGS) $(GTK_CFLAGS)
|
||||
|
||||
|
|
|
@ -47,7 +47,7 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
|||
mkinstalldirs = $(install_sh) -d
|
||||
CONFIG_CLEAN_FILES =
|
||||
CONFIG_CLEAN_VPATH_FILES =
|
||||
am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(applicationsdir)" \
|
||||
am__installdirs = "$(DESTDIR)$(bindir)" \
|
||||
"$(DESTDIR)$(xmlcopyeditordir)" "$(DESTDIR)$(pixmapdir)"
|
||||
PROGRAMS = $(bin_PROGRAMS)
|
||||
am_xmlcopyeditor_OBJECTS = xmlcopyeditor.$(OBJEXT) \
|
||||
|
@ -126,8 +126,7 @@ am__uninstall_files_from_dir = { \
|
|||
|| { echo " ( cd '$$dir' && rm -f" $$files ")"; \
|
||||
$(am__cd) "$$dir" && rm -f $$files; }; \
|
||||
}
|
||||
DATA = $(applications_DATA) $(nobase_dist_xmlcopyeditor_DATA) \
|
||||
$(pixmap_DATA)
|
||||
DATA = $(nobase_dist_xmlcopyeditor_DATA) $(pixmap_DATA)
|
||||
HEADERS = $(noinst_HEADERS)
|
||||
ETAGS = etags
|
||||
CTAGS = ctags
|
||||
|
@ -302,8 +301,7 @@ xmlcopyeditor_SOURCES = xmlcopyeditor.cpp associatedialog.cpp casehandler.cpp \
|
|||
binaryfile.cpp xmlencodingspy.cpp wrapaspell.cpp validationthread.cpp \
|
||||
wrapdaisy.cpp exportdialog.cpp mp3album.cpp xmlprodnote.cpp \
|
||||
xmlsuppressprodnote.cpp xmlcopyimg.cpp xmlschemagenerator.cpp \
|
||||
xmlcopyeditor.spec xmlcopyeditor.png custom.xpm \
|
||||
xmlcopyeditor.desktop
|
||||
xmlcopyeditor.spec xmlcopyeditor.png custom.xpm
|
||||
|
||||
xmlcopyeditor_LDADD = $(WX_LIBS) \
|
||||
-lexpat -lxslt -lxml2 -lpcre -lxerces-c $(ASPELL_LIBS) $(ENCHANT_LIBS) $(GTK_LIBS)
|
||||
|
@ -351,7 +349,6 @@ nobase_dist_xmlcopyeditor_DATA = $(srcdir)/catalog/catalog \
|
|||
$(srcdir)/xsl/openlearn2daisyhtml/*.*
|
||||
|
||||
pixmap_DATA = xmlcopyeditor.png
|
||||
applications_DATA = xmlcopyeditor.desktop
|
||||
AM_CPPFLAGS = -I/usr/include/libxml2 $(ENCHANT_CFLAGS) $(GTK_CFLAGS)
|
||||
all: all-am
|
||||
|
||||
|
@ -526,24 +523,6 @@ mostlyclean-libtool:
|
|||
|
||||
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|^.*/||'`; \
|
||||
dir='$(DESTDIR)$(applicationsdir)'; $(am__uninstall_files_from_dir)
|
||||
install-nobase_dist_xmlcopyeditorDATA: $(nobase_dist_xmlcopyeditor_DATA)
|
||||
@$(NORMAL_INSTALL)
|
||||
test -z "$(xmlcopyeditordir)" || $(MKDIR_P) "$(DESTDIR)$(xmlcopyeditordir)"
|
||||
|
@ -670,7 +649,7 @@ 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 \
|
||||
for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(xmlcopyeditordir)" "$(DESTDIR)$(pixmapdir)"; do \
|
||||
test -z "$$dir" || $(MKDIR_P) "$$dir"; \
|
||||
done
|
||||
install: install-am
|
||||
|
@ -725,8 +704,8 @@ info: info-am
|
|||
|
||||
info-am:
|
||||
|
||||
install-data-am: install-applicationsDATA \
|
||||
install-nobase_dist_xmlcopyeditorDATA install-pixmapDATA
|
||||
install-data-am: install-nobase_dist_xmlcopyeditorDATA \
|
||||
install-pixmapDATA
|
||||
|
||||
install-dvi: install-dvi-am
|
||||
|
||||
|
@ -772,7 +751,7 @@ ps: ps-am
|
|||
|
||||
ps-am:
|
||||
|
||||
uninstall-am: uninstall-applicationsDATA uninstall-binPROGRAMS \
|
||||
uninstall-am: uninstall-binPROGRAMS \
|
||||
uninstall-nobase_dist_xmlcopyeditorDATA uninstall-pixmapDATA
|
||||
|
||||
.MAKE: install-am install-strip
|
||||
|
@ -781,18 +760,17 @@ uninstall-am: uninstall-applicationsDATA uninstall-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-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_dist_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_dist_xmlcopyeditorDATA uninstall-pixmapDATA
|
||||
uninstall-binPROGRAMS uninstall-nobase_dist_xmlcopyeditorDATA \
|
||||
uninstall-pixmapDATA
|
||||
|
||||
|
||||
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
||||
|
|
Loading…
Reference in New Issue