mirror of
https://github.com/Gnucash/gnucash.git
synced 2026-07-29 15:53:45 -05:00
Commit required gettext 0.11 changes that are backward compatible with
gettext 0.10. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6865 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -14,6 +14,7 @@ config.log
|
||||
config.status
|
||||
config.h
|
||||
config.h.in
|
||||
config.rpath
|
||||
cscope.out
|
||||
cscope.files
|
||||
depcomp
|
||||
@@ -23,6 +24,7 @@ install-sh
|
||||
intl
|
||||
libtool
|
||||
ltconfig
|
||||
m4
|
||||
make-gnucash-patch
|
||||
make-gnucash-potfiles
|
||||
missing
|
||||
|
||||
@@ -1,3 +1,16 @@
|
||||
2002-05-14 David Hampton <hampton@employees.org>
|
||||
|
||||
* configure.in (AC_CANONICAL_HOST): Remove redundant command.
|
||||
|
||||
* Makefile.am (ACLOCAL_AMFLAGS): New variable required by gettext
|
||||
0.11.
|
||||
|
||||
* po/hu.po:
|
||||
* po/it.po:
|
||||
* po/jp.po: Fix errors that have become fatal in gettext 0.11.
|
||||
|
||||
* po/Makevars: New file required by gettext 0.11.
|
||||
|
||||
2002-05-13 Derek Atkins <derek@ihtfp.com>
|
||||
|
||||
Change the Search Dialog to use a CList and allow each object to
|
||||
|
||||
@@ -100,3 +100,5 @@ TAGS:
|
||||
endif
|
||||
|
||||
.PHONY: TAGS
|
||||
|
||||
ACLOCAL_AMFLAGS = -I m4
|
||||
|
||||
@@ -54,7 +54,6 @@ ALL_LINGUAS="da de en_GB es es_NI fr hu it ja no pt pt_BR ru sv"
|
||||
AM_GNU_GETTEXT
|
||||
|
||||
|
||||
AC_CANONICAL_HOST
|
||||
AM_MAINTAINER_MODE
|
||||
AM_ACLOCAL_INCLUDE(macros)
|
||||
|
||||
|
||||
+7
-1
@@ -1,11 +1,17 @@
|
||||
.intltool-merge-cache
|
||||
.pot
|
||||
*.gmo
|
||||
*.pox
|
||||
*.header
|
||||
*.mo
|
||||
*.pox
|
||||
*.sed
|
||||
*.sin
|
||||
ChangeLog
|
||||
Makefile
|
||||
Makefile.in
|
||||
Makefile.in.in
|
||||
Makevars.template
|
||||
POTFILES
|
||||
Rules-quot
|
||||
gnucash.pot
|
||||
messages
|
||||
|
||||
+25
@@ -0,0 +1,25 @@
|
||||
# Makefile variables for PO directory in any package using GNU gettext.
|
||||
|
||||
# Usually the message domain is the same as the package name.
|
||||
DOMAIN = $(PACKAGE)
|
||||
|
||||
# These two variables depend on the location of this directory.
|
||||
subdir = po
|
||||
top_builddir = ..
|
||||
|
||||
# These options get passed to xgettext.
|
||||
XGETTEXT_OPTIONS = --keyword=_ --keyword=N_
|
||||
|
||||
# This is the copyright holder that gets inserted into the header of the
|
||||
# $(DOMAIN).pot file. Set this to the copyright holder of the surrounding
|
||||
# package. (Note that the msgstr strings, extracted from the package's
|
||||
# sources, belong to the copyright holder of the package.) Translators are
|
||||
# expected to transfer the copyright for their translations to this person
|
||||
# or entity, or to disclaim their copyright. The empty string stands for
|
||||
# the public domain; in this case the translators are expected to disclaim
|
||||
# their copyright.
|
||||
COPYRIGHT_HOLDER = Gnumatic, Inc.
|
||||
|
||||
# This is the list of locale categories, beyond LC_MESSAGES, for which the
|
||||
# message catalogs shall be used. It is usually empty.
|
||||
EXTRA_LOCALE_CATEGORIES =
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Project-Id-Version: gnucash 1.7.X\n"
|
||||
"POT-Creation-Date: 2001-09-30 14:16-0700\n"
|
||||
"PO-Revision-Date: 2001-12-07 20:51GMT\n"
|
||||
"Last-Translator: Péter Hosszú <hosszu@web.de>\n"
|
||||
|
||||
@@ -8,7 +8,7 @@ msgstr ""
|
||||
"POT-Creation-Date: 2001-06-09 16:49-0700\n"
|
||||
"PO-Revision-Date: 2000-07-05 15:17+0100\n"
|
||||
"Last-Translator: Alessandro Seveso <aleseveso@tiscalinet.it>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language-Team: Italian <it@li.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=ISO-8859-1\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
Reference in New Issue
Block a user