mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Make Gnome appdata file translatable (or try to...).
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23757 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
d4ee20f95d
commit
5831e17771
@ -56,6 +56,7 @@ foreach my $file (@possible_files) {
|
||||
}
|
||||
|
||||
# These are also added, even though they are outside of src/
|
||||
print "src/gnome/gnucash.appdata.xml.in\n";
|
||||
print "src/gnome/gnucash.desktop.in.in\n";
|
||||
print "src/libqof/qof/gnc-date.c\n";
|
||||
print "src/libqof/qof/qofbookslots.h\n";
|
||||
|
@ -523,6 +523,7 @@ src/report/stylesheets/gncmod-stylesheets.c
|
||||
src/report/stylesheets/gnc-plugin-stylesheets.c
|
||||
src/report/utility-reports/gncmod-utility-reports.c
|
||||
src/tax/us/gncmod-tax-us.c
|
||||
src/gnome/gnucash.appdata.xml.in
|
||||
src/gnome/gnucash.desktop.in.in
|
||||
src/libqof/qof/gnc-date.c
|
||||
src/libqof/qof/qofbookslots.h
|
||||
|
@ -72,8 +72,9 @@ gnomeapp_DATA = $(gnomeapp_in_files:.desktop.in=.desktop)
|
||||
appicondir = $(datadir)/pixmaps
|
||||
|
||||
appdatadir = $(datadir)/appdata
|
||||
appdata_files = gnucash.appdata.xml
|
||||
appdata_DATA = $(appdata_files)
|
||||
appdata_in_files = gnucash.appdata.xml.in
|
||||
appdata_DATA = $(appdata_in_files:.xml.in=.xml)
|
||||
@INTLTOOL_XML_RULE@
|
||||
|
||||
noinst_HEADERS = \
|
||||
assistant-acct-period.h \
|
||||
|
@ -3,25 +3,25 @@
|
||||
<id type="desktop">gnucash.desktop</id>
|
||||
<licence>CC0</licence>
|
||||
<description>
|
||||
<p>
|
||||
<_p>
|
||||
GnuCash is a program for personal and small-business financial-accounting.
|
||||
</p>
|
||||
<p>
|
||||
</_p>
|
||||
<_p>
|
||||
Designed to be easy to use, yet powerful and flexible, GnuCash allows you
|
||||
to track bank accounts, stocks, income and expenses. As quick
|
||||
and intuitive to use as a checkbook register, it is based on professional
|
||||
accounting principles like double-entry accounting to ensure balanced books
|
||||
and accurate reports.
|
||||
</p>
|
||||
<p>With GnuCash you can (but are not limited to):</p>
|
||||
</_p>
|
||||
<_p>With GnuCash you can (but are not limited to):</_p>
|
||||
<ul>
|
||||
<li>Keep track of your day to day personal income and expenses</li>
|
||||
<li>Manage your stock, bond and mutual fund accounts with ease</li>
|
||||
<li>Keep your small business' accounting up to date</li>
|
||||
<li>Create accurate reports and graphs from your financial data</li>
|
||||
<li>Set up scheduled transactions to avoid repeated data entry</li>
|
||||
<li>QIF/OFX/HBCI Import, Transaction Matching</li>
|
||||
<li>Perform financial calculations, such as a loan repayment</li>
|
||||
<_li>Keep track of your day to day personal income and expenses</_li>
|
||||
<_li>Manage your stock, bond and mutual fund accounts with ease</_li>
|
||||
<_li>Keep your small business' accounting up to date</_li>
|
||||
<_li>Create accurate reports and graphs from your financial data</_li>
|
||||
<_li>Set up scheduled transactions to avoid repeated data entry</_li>
|
||||
<_li>QIF/OFX/HBCI Import, Transaction Matching</_li>
|
||||
<_li>Perform financial calculations, such as a loan repayment</_li>
|
||||
</ul>
|
||||
</description>
|
||||
<screenshots>
|
Loading…
Reference in New Issue
Block a user