mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Use xml-i18n-tools to collect translatable strings.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5380 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -29,6 +29,12 @@ stamp-h
|
||||
stamp-h.in
|
||||
install-stamp
|
||||
tags
|
||||
xml-i18n-extract
|
||||
xml-i18n-extract.in
|
||||
xml-i18n-merge
|
||||
xml-i18n-merge.in
|
||||
xml-i18n-update
|
||||
xml-i18n-update.in
|
||||
*.tar.gz
|
||||
*.log
|
||||
*.patch
|
||||
|
||||
@@ -43,8 +43,10 @@ EXTRA_DIST = \
|
||||
po/README \
|
||||
po/glossary/de.po \
|
||||
po/glossary/gnc-glossary.txt \
|
||||
po/glossary/txt-to-pot.sh
|
||||
|
||||
po/glossary/txt-to-pot.sh \
|
||||
xml-i18n-extract.in \
|
||||
xml-i18n-merge.in \
|
||||
xml-i18n-update.in
|
||||
|
||||
bin_SCRIPTS = gnucash-config
|
||||
|
||||
|
||||
@@ -105,6 +105,8 @@ dnl Set of available languages.
|
||||
ALL_LINGUAS="da de en_GB es fr it ja no pt_PT ru sv"
|
||||
AM_GNU_GETTEXT
|
||||
|
||||
AM_PROG_XML_I18N_TOOLS
|
||||
|
||||
|
||||
### --------------------------------------------------------------------------
|
||||
### Variables
|
||||
|
||||
@@ -138,6 +138,10 @@ do
|
||||
echo "Making $dr/aclocal.m4 writable ..."
|
||||
test -r $dr/aclocal.m4 && chmod u+w $dr/aclocal.m4
|
||||
fi
|
||||
if grep "^AM_PROG_XML_I18N_TOOLS" configure.in >/dev/null; then
|
||||
echo "Running xml-i18n-toolize ..."
|
||||
xml-i18n-toolize --copy --force --automake
|
||||
fi
|
||||
if grep "^AM_PROG_LIBTOOL" configure.in >/dev/null; then
|
||||
if test -z "$NO_LIBTOOLIZE" ; then
|
||||
echo "Running libtoolize..."
|
||||
|
||||
@@ -282,3 +282,6 @@ src/report/report-system/gncmod-report-system.c
|
||||
src/report/standard-reports/gncmod-standard-reports.c
|
||||
src/report/stylesheets/gncmod-stylesheets.c
|
||||
src/report/utility-reports/gncmod-utility-reports.c
|
||||
# files added by xml-i18n-prepare
|
||||
src/gnome/gnucash.desktop.in
|
||||
src/gnome/gnucash.keys.in
|
||||
|
||||
8
po/de.po
8
po/de.po
@@ -8732,3 +8732,11 @@ msgstr ""
|
||||
#: src/scm/report/guile-strings.c:754
|
||||
msgid "Transaction Report"
|
||||
msgstr "Buchungsbericht"
|
||||
|
||||
#: src/gnome/gnucash.desktop.in:3
|
||||
msgid "GnuCash"
|
||||
msgstr "GnuCash"
|
||||
|
||||
#: src/gnome/gnucash.desktop.in:4
|
||||
msgid "GnuCash Personal Finance"
|
||||
msgstr "GnuCash Pers<72>nlicher Finanzmanager"
|
||||
|
||||
8
po/fr.po
8
po/fr.po
@@ -8745,3 +8745,11 @@ msgstr "Bienvenu dans GnuCash 1.6"
|
||||
|
||||
|
||||
|
||||
|
||||
#: src/gnome/gnucash.desktop.in:3
|
||||
msgid "GnuCash"
|
||||
msgstr "GnuCash"
|
||||
|
||||
#: src/gnome/gnucash.desktop.in:4
|
||||
msgid "GnuCash Personal Finance"
|
||||
msgstr "GnuCash Finances personnelles"
|
||||
|
||||
@@ -11009,3 +11009,7 @@ msgstr "Relat
|
||||
# src/scm/report/guile-strings.c:404
|
||||
#~ msgid "Headers"
|
||||
#~ msgstr "Cabe<62>alhos"
|
||||
|
||||
#: src/gnome/gnucash.desktop.in:4
|
||||
msgid "GnuCash Personal Finance"
|
||||
msgstr "GnuCash Finan<61>as Pessoais"
|
||||
|
||||
8
po/sv.po
8
po/sv.po
@@ -7757,3 +7757,11 @@ msgstr "V
|
||||
#: src/scm/report/guile-strings.c:724
|
||||
msgid "GnuCash 1.6 has lots of nice features. Here are a few."
|
||||
msgstr "GnuCash 1.6 har ett antal trevliga finesser. H<>r <20>r n<>gra."
|
||||
|
||||
#: src/gnome/gnucash.desktop.in:3
|
||||
msgid "GnuCash"
|
||||
msgstr "GnuCash"
|
||||
|
||||
#: src/gnome/gnucash.desktop.in:4
|
||||
msgid "GnuCash Personal Finance"
|
||||
msgstr "GnuCash Personliga Finanser"
|
||||
|
||||
@@ -3,4 +3,5 @@ Makefile.in
|
||||
.deps
|
||||
*.diff
|
||||
gnc-dir.h
|
||||
gnucash.desktop
|
||||
gnucash.keys
|
||||
|
||||
@@ -45,7 +45,9 @@ libgncgnome_a_SOURCES = \
|
||||
|
||||
gnomeappdir = ${datadir}/gnome/apps/Applications
|
||||
|
||||
gnomeapp_DATA = gnucash.desktop
|
||||
gnomeapp_in_files = gnucash.desktop.in
|
||||
gnomeapp_DATA = $(gnomeapp_in_files:.desktop.in=.desktop)
|
||||
@XML_I18N_MERGE_DESKTOP_RULE@
|
||||
|
||||
appicondir = $(datadir)/pixmaps
|
||||
|
||||
@@ -87,7 +89,7 @@ noinst_HEADERS = \
|
||||
|
||||
EXTRA_DIST = \
|
||||
.cvsignore \
|
||||
gnucash.desktop \
|
||||
gnucash.desktop.in \
|
||||
gnucash.keys.in \
|
||||
gnucash.mime
|
||||
|
||||
|
||||
@@ -1,15 +0,0 @@
|
||||
[Desktop Entry]
|
||||
Name=GnuCash
|
||||
Name[sv]=GnuCash
|
||||
Name[fr]=GnuCash
|
||||
Name[de]=GnuCash
|
||||
Comment=GnuCash Personal Finance
|
||||
Comment[sv]=GnuCash Personliga Finanser
|
||||
Comment[fr]=GnuCash Finances personnelles
|
||||
Comment[pt_PT]=GnuCash Finan<61>as Pessoais
|
||||
Comment[de]=GnuCash Pers<72>nlicher Finanzmanager
|
||||
TryExec=gnucash
|
||||
Exec=gnucash
|
||||
Icon=gnome-money.png
|
||||
Terminal=0
|
||||
Type=Application
|
||||
8
src/gnome/gnucash.desktop.in
Normal file
8
src/gnome/gnucash.desktop.in
Normal file
@@ -0,0 +1,8 @@
|
||||
[Desktop Entry]
|
||||
_Name=GnuCash
|
||||
_Comment=GnuCash Personal Finance
|
||||
TryExec=gnucash
|
||||
Exec=gnucash
|
||||
Icon=gnome-money.png
|
||||
Terminal=0
|
||||
Type=Application
|
||||
Reference in New Issue
Block a user